]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Initialize the transmit queue for L2CAP streaming mode
authorMat Martineau <mathewm@codeaurora.org>
Mon, 14 May 2012 21:49:27 +0000 (14:49 -0700)
committerGustavo Padovan <gustavo@padovan.org>
Tue, 15 May 2012 23:28:16 +0000 (20:28 -0300)
commit8a3f3430395cb93381f239d00c08fb9937fa109d
tree95ebddd3134b9003335932b6c55622890affe436
parent2a72d5c7616749c32d9e41911a0ecee4943767f3
Bluetooth: Initialize the transmit queue for L2CAP streaming mode

Commit aa9a22252ea1f0a5128bf00a0deb563250f311f6 introduced a
regression in L2CAP streaming mode due to rearranged initialization
code that is shared between ERTM and streaming mode.  This change
makes sure the transmit queue is initialized in both modes.

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Acked-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo@padovan.org>
net/bluetooth/l2cap_core.c