]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_intel: Give priority to LPM packets
authorLoic Poulain <loic.poulain@intel.com>
Wed, 9 Sep 2015 17:08:02 +0000 (19:08 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Sep 2015 11:20:06 +0000 (13:20 +0200)
commit31c71c6e9e062368997741d566edd6c476e68bff
treeaf1c528c585f63d63c3ad3d92e57fdf2db2699f6
parentdd0d66d7303a7a193fbef888f5d98eb037632ba5
Bluetooth: hci_intel: Give priority to LPM packets

Change the way to insert LPM packets into the txq.
Use skb_queue_head instead of skb_queue_tail to always prioritise LPM
packets over potential tx queue content.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_intel.c