mbox series

[0/4] wifi: rtw89: coex: add BT-coexistence support of RTL8852BT

Message ID 20240816124614.25592-1-pkshih@realtek.com
Headers show
Series wifi: rtw89: coex: add BT-coexistence support of RTL8852BT | expand

Message

Ping-Ke Shih Aug. 16, 2024, 12:46 p.m. UTC
The first public released firmware for RTL8852BT is 0.29.90.0, and the
BT-coexistence adds new version format 7 mainly. This patchset defines the
version numbers of BT-coexistence report and implements the struct and
parsers accordingly.

Ching-Te Ku (4):
  wifi: rtw89: coex: Update report version of Wi-Fi firmware 0.29.90.0
    for RTL8852BT
  wifi: rtw89: coex: Update Wi-Fi role info version 7
  wifi: rtw89: coex: Bluetooth hopping map for Wi-Fi role version 7
  wifi: rtw89: coex: Add new Wi-Fi role format condition for function
    using

 drivers/net/wireless/realtek/rtw89/coex.c | 508 ++++++++++++++++++++--
 drivers/net/wireless/realtek/rtw89/core.h |  50 +++
 drivers/net/wireless/realtek/rtw89/fw.c   |  49 ++-
 drivers/net/wireless/realtek/rtw89/fw.h   |  27 +-
 4 files changed, 590 insertions(+), 44 deletions(-)