aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/bluetooth/rfcomm/core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c
index ad0e25a21832..3717c25ba33a 100644
--- a/net/bluetooth/rfcomm/core.c
+++ b/net/bluetooth/rfcomm/core.c
@@ -1749,6 +1749,9 @@ static inline void rfcomm_process_dlcs(struct rfcomm_session *s)
1749 continue; 1749 continue;
1750 } 1750 }
1751 1751
1752 if (test_bit(RFCOMM_SEC_PENDING, &d->flags))
1753 continue;
1754
1752 if (test_bit(RFCOMM_TX_THROTTLED, &s->flags)) 1755 if (test_bit(RFCOMM_TX_THROTTLED, &s->flags))
1753 continue; 1756 continue;
1754 1757