diff options
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 53e563f01723..1d3e9c328a36 100644 --- a/net/bluetooth/l2cap_sock.c +++ b/net/bluetooth/l2cap_sock.c | |||
@@ -1011,7 +1011,6 @@ static void l2cap_sock_init(struct sock *sk, struct sock *parent) | |||
1011 | chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; | 1011 | chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; |
1012 | chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; | 1012 | chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; |
1013 | chan->sec_level = BT_SECURITY_LOW; | 1013 | chan->sec_level = BT_SECURITY_LOW; |
1014 | chan->flags = 0; | ||
1015 | set_bit(FLAG_FORCE_ACTIVE, &chan->flags); | 1014 | set_bit(FLAG_FORCE_ACTIVE, &chan->flags); |
1016 | } | 1015 | } |
1017 | 1016 | ||