]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use queue in the device list
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Wed, 16 Nov 2011 15:30:20 +0000 (17:30 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 21 Nov 2011 16:45:38 +0000 (14:45 -0200)
commita471248d7f04a4a4c5adfdf4fc9f478db7c88bde
treed484d452aca00f07806d70916f12bbf6281f841b
parent30cfe83566b17b807bb1e2d728e1b64cbe1b2eaf
Bluetooth: Use queue in the device list

Use queue instead of stack discipline for device list. When processing
dev_list with list_for_each* devices will be prosessed in order they
were added (Usually BR/EDR first and AMP later).

Also output from hciconfig looks nicer :-)

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_core.c