Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134726
b: refs/heads/master
c: 6e1031a
h: refs/heads/master
v: v3
  • Loading branch information
Jaikumar Ganesh authored and Marcel Holtmann committed Feb 27, 2009
1 parent 5338cfe commit 62766c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34a55eda483e8177c9044f93fd2c9107f02bf1c7
refs/heads/master: 6e1031a40029492c10509e8c3dcac9b611438ccb
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/rfcomm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1749,6 +1749,9 @@ static inline void rfcomm_process_dlcs(struct rfcomm_session *s)
continue;
}

if (test_bit(RFCOMM_SEC_PENDING, &d->flags))
continue;

if (test_bit(RFCOMM_TX_THROTTLED, &s->flags))
continue;

Expand Down

0 comments on commit 62766c3

Please sign in to comment.