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)
commit30e945fb28a66bbbc00859540f79d08e76dec2e2
treeaf1c528c585f63d63c3ad3d92e57fdf2db2699f6
parent9def9afde77a298bfc6ad84a6c5a9e9523aa8bab
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