Housekeeping and implementation. Brian Gix (3): Bluetooth: Keep MGMT pending queue ordered FIFO Bluetooth: Implement support for Mesh Bluetooth: Add experimental wrapper for MGMT based mesh include/net/bluetooth/hci.h | 4 + include/net/bluetooth/hci_core.h | 18 +- include/net/bluetooth/hci_sync.h | 3 + include/net/bluetooth/mgmt.h | 51 +++ net/bluetooth/hci_conn.c | 2 +- net/bluetooth/hci_core.c | 1 + net/bluetooth/hci_event.c | 61 ++-- net/bluetooth/hci_request.c | 115 +++++-- net/bluetooth/hci_sync.c | 104 ++++-- net/bluetooth/mgmt.c | 532 ++++++++++++++++++++++++++++++- net/bluetooth/mgmt_util.c | 60 +++- net/bluetooth/mgmt_util.h | 17 + 12 files changed, 884 insertions(+), 84 deletions(-) -- 2.35.1