mbox series

[0/9] wifi: rtw89: coex: complete BT-coexistence feature for 8852C

Message ID 20220920010939.12173-1-pkshih@realtek.com (mailing list archive)
Headers show
Series wifi: rtw89: coex: complete BT-coexistence feature for 8852C | expand

Message

Ping-Ke Shih Sept. 20, 2022, 1:09 a.m. UTC
This is the last patchset to complete BT-coexistence feature for 8852C, so
users can smoothly use BT and WiFi simultaneously after this.

The former 4 patches in this patchset are to add debug things, and
remaining patches are to add to improve performance. Since BT-coexsitence
highly depends on exchange messages of WiFi and BT firmware, the final
patch is to update BT-coexistence version to help checking dependency
between them.

Ching-Te Ku (9):
  wifi: rtw89: coex: add v1 cycle report to parsing Bluetooth A2DP
    status
  wifi: rtw89: coex: translate slot ID to readable name
  wifi: rtw89: coex: add v1 summary info to parse the traffic status
    from firmware
  wifi: rtw89: coex: add v1 Wi-Fi firmware steps report
  wifi: rtw89: coex: add WL_S0 hardware TX/RX mask to allow WL_S0 TX/RX
    during GNT_BT
  wifi: rtw89: coex: modify LNA2 setting to avoid BT destroyed Wi-Fi
    aggregation
  wifi: rtw89: coex: summarize Wi-Fi to BT scoreboard and inform BT one
    time a cycle
  wifi: rtw89: coex: add logic to control BT scan priority
  wifi: rtw89: coex: update coexistence to 6.3.0

 drivers/net/wireless/realtek/rtw89/coex.c     | 449 ++++++++++++++++--
 drivers/net/wireless/realtek/rtw89/core.h     |  18 +-
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |  55 ++-
 drivers/net/wireless/realtek/rtw89/rtw8852c.c |  60 ++-
 4 files changed, 527 insertions(+), 55 deletions(-)