1. 26 Aug, 2023 2 commits
    • Jakub Kicinski's avatar
      Merge tag 'wireless-next-2023-08-25' of... · 1fa6ffad
      Jakub Kicinski authored
      Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
      
      Kalle Valo says:
      
      ====================
      wireless-next patches for v6.6
      
      The second pull request for v6.6, this time with both stack and driver
      changes. Unusually we have only one major new feature but lots of
      small cleanup all over, I guess this is due to people have been on
      vacation the last month.
      
      Major changes:
      
      rtw89
       - Introduce Time Averaged SAR (TAS) support
      
      * tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next: (114 commits)
        wifi: rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet()
        wifi: rtw88: usb: kill and free rx urbs on probe failure
        wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar()
        wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG
        wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips
        wifi: rtw89: mac: define register address of rx_filter to generalize code
        wifi: rtw89: mac: define internal memory address for WiFi 7 chip
        wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory
        wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address
        wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code
        wifi: rtw89: initialize multi-channel handling
        wifi: rtw89: provide functions to configure NoA for beacon update
        wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif
        wifi: rtw89: sar: let caller decide the center frequency to query
        wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band()
        wifi: rtw89: add function prototype for coex request duration
        Fix nomenclature for USB and PCI wireless devices
        wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address
        wifi: ath12k: Remove unused declarations
        wifi: ath12k: add check max message length while scanning with extraie
        ...
      ====================
      
      Link: https://lore.kernel.org/r/20230825132230.A0833C433C8@smtp.kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      1fa6ffad
    • Jakub Kicinski's avatar
      Merge tag 'for-net-next-2023-08-24' of... · 3db34747
      Jakub Kicinski authored
      Merge tag 'for-net-next-2023-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
      
      Luiz Augusto von Dentz says:
      
      ====================
      bluetooth-next pull request for net-next:
      
       - Introduce HCI_QUIRK_BROKEN_LE_CODED
       - Add support for PA/BIG sync
       - Add support for NXP IW624 chipset
       - Add support for Qualcomm WCN7850
      
      * tag 'for-net-next-2023-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next:
        Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()
        Bluetooth: btusb: Fix quirks table naming
        Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED
        Bluetooth: btintel: Send new command for PPAG
        Bluetooth: ISO: Add support for periodic adv reports processing
        Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early
        Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTH
        Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync
        Bluetooth: qca: add support for WCN7850
        Bluetooth: qca: use switch case for soc type behavior
        dt-bindings: net: bluetooth: qualcomm: document WCN7850 chipset
        Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCEL
        Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync
        Bluetooth: btnxpuart: Improve inband Independent Reset handling
        Bluetooth: btnxpuart: Add support for IW624 chipset
        Bluetooth: btnxpuart: Remove check for CTS low after FW download
      ====================
      
      Link: https://lore.kernel.org/r/20230824201458.2577-1-luiz.dentz@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      3db34747
  2. 25 Aug, 2023 38 commits