Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254969
b: refs/heads/master
c: 9191e6a
h: refs/heads/master
i:
  254967: de985eb
v: v3
  • Loading branch information
Gustavo F. Padovan authored and David S. Miller committed Jul 16, 2011
1 parent 4cd091e commit 0250e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3dc1586375c3fa061c4867e8b076d09a53beb03
refs/heads/master: 9191e6ad897a8b4f0b89aea7c2d3c843f29a8630
3 changes: 1 addition & 2 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2323,8 +2323,7 @@ static inline int l2cap_config_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr

sk = chan->sk;

if ((bt_sk(sk)->defer_setup && sk->sk_state != BT_CONNECT2) ||
(!bt_sk(sk)->defer_setup && sk->sk_state != BT_CONFIG)) {
if (sk->sk_state != BT_CONFIG && sk->sk_state != BT_CONNECT2) {
struct l2cap_cmd_rej rej;

rej.reason = cpu_to_le16(0x0002);
Expand Down

0 comments on commit 0250e1a

Please sign in to comment.