diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-04-04 22:40:12 +0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-04-13 19:19:47 +0400 |
commit | 39d5a3ee355fa903ef4609402c79f570eb9fc4d2 (patch) | |
tree | 1039d4b2431e377efa03033f7dfa19d670d94952 /net/bluetooth/l2cap_sock.c | |
parent | 2ead70b8390d199ca04cd35311b51f5f3676079e (diff) | |
download | linux-39d5a3ee355fa903ef4609402c79f570eb9fc4d2.tar.xz |
Bluetooth: Move SREJ list to struct l2cap_chan
As part of moving all the Channel related operation to struct l2cap_chan.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth/l2cap_sock.c')
-rw-r--r-- | net/bluetooth/l2cap_sock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_sock.c b/net/bluetooth/l2cap_sock.c index 55dee999af94..16a223bfa8f5 100644 --- a/net/bluetooth/l2cap_sock.c +++ b/net/bluetooth/l2cap_sock.c @@ -1018,7 +1018,6 @@ void l2cap_sock_init(struct sock *sk, struct sock *parent) /* Default config options */ pi->flush_to = L2CAP_DEFAULT_FLUSH_TO; skb_queue_head_init(TX_QUEUE(sk)); - INIT_LIST_HEAD(SREJ_LIST(sk)); } static struct proto l2cap_proto = { |