commit | c6feeb28aed51831c27c9f42e5c15129b1562a5b | [log] [tgz] |
---|---|---|
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | Wed Nov 16 17:30:20 2011 +0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Nov 21 14:45:38 2011 -0200 |
tree | d484d452aca00f07806d70916f12bbf6281f841b | |
parent | 47c15e2b332dd51048170915ad8c4ab4b47e3bf2 [diff] |
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>