diff options
| author | 2010-06-21 18:50:49 -0300 | |
|---|---|---|
| committer | 2010-07-21 10:39:09 -0700 | |
| commit | e0f66218b3a7d0bcf37ca95186123c257fda0ba5 (patch) | |
| tree | 3b7972c417686f3bddbe69af5fdb8c6984c513ee /include/net | |
| parent | Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state (diff) | |
| download | linux-dev-e0f66218b3a7d0bcf37ca95186123c257fda0ba5.tar.xz linux-dev-e0f66218b3a7d0bcf37ca95186123c257fda0ba5.zip | |
Bluetooth: Remove the send_lock spinlock from ERTM
Using a lock to deal with the ERTM race condition - interruption with
new data from the hci layer - is wrong. We should use the native skb
backlog queue.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index f8bae5415438..7df70e47c878 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -358,7 +358,6 @@ struct l2cap_pinfo { __le16 sport; - spinlock_t send_lock; struct timer_list retrans_timer; struct timer_list monitor_timer; struct timer_list ack_timer; |
