The following changes since commit 1039135aedfc5021b4827eb87276d7b4272024ac: net: ethernet: sun: Remove redundant code (2022-03-04 13:07:54 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2022-03-04 for you to fetch changes up to 6dfbe29f45fb0bde29213dbd754a79e8bfc6ecef: Bluetooth: btusb: Add another Realtek 8761BU (2022-03-04 16:58:13 +0100) ---------------------------------------------------------------- bluetooth-next pull request for net-next: - Add new PID/VID (0x13d3/0x3567) for MT7921 - Add new PID/VID (0x2550/0x8761) for Realtek 8761BU - Add support for LG LGSBWAC02 (MT7663BUN) - Add support for BCM43430A0 and BCM43430A1 - Add support for Intel Madison Peak (MsP2) ---------------------------------------------------------------- Changcheng Deng (1): Bluetooth: mgmt: Replace zero-length array with flexible-array member Chih-Ying Chiang (1): Bluetooth: mt7921s: support bluetooth reset mechanism Christophe JAILLET (1): Bluetooth: 6lowpan: No need to clear memory twice Colin Ian King (1): Bluetooth: make array bt_uuid_any static const Helmut Grohne (1): Bluetooth: btusb: Add another Realtek 8761BU Kiran K (1): Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) device Luca Weiss (1): Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1 Luiz Augusto von Dentz (2): Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg} Bluetooth: btusb: Make use of of BIT macro to declare flags Minghao Chi (1): Bluetooth: mgmt: Remove unneeded variable Minghao Chi (CGEL ZTE) (1): Bluetooth: use memset avoid memory leaks Niels Dossche (2): Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evt Bluetooth: move adv_instance_cnt read within the device lock Piotr Dymacz (1): Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN) Radoslaw Biernacki (2): Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected() Bluetooth: Improve skb handling in mgmt_device_connected() Sean Wang (1): Bluetooth: mediatek: fix the conflict between mtk and msft vendor event Tom Rix (1): Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync() Yake Yang (2): Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921 Bluetooth: btmtksdio: Fix kernel oops when sdio suspend. Zijun Hu (1): Bluetooth: btusb: Improve stability for QCA devices drivers/bluetooth/btmtk.h | 7 +++ drivers/bluetooth/btmtksdio.c | 126 ++++++++++++++++++++++++++++++++++---- drivers/bluetooth/btusb.c | 81 +++++++++++++----------- drivers/bluetooth/hci_bcm.c | 2 + include/net/bluetooth/bluetooth.h | 14 +++-- include/net/bluetooth/mgmt.h | 2 +- net/bluetooth/6lowpan.c | 1 - net/bluetooth/eir.h | 20 ++++++ net/bluetooth/hci_event.c | 19 +++--- net/bluetooth/hci_sync.c | 2 +- net/bluetooth/l2cap_core.c | 1 + net/bluetooth/mgmt.c | 58 ++++++++---------- 12 files changed, 237 insertions(+), 96 deletions(-)