mbox series

[0/9] wifi: rtw89: coex: update BT-coexistence mechanism for 8922A

Message ID 20240418021207.32173-1-pkshih@realtek.com
Headers show
Series wifi: rtw89: coex: update BT-coexistence mechanism for 8922A | expand

Message

Ping-Ke Shih April 18, 2024, 2:11 a.m. UTC
Weeks ago we update basic BT-coexistence code to initialize registers that
are needed during WiFi card initialization, and current patchset is to
add new firmware commands/events format used by 8922A firmware.

The more patches will be added later to complete BT-coexistence mechanism
for 8922A.

Ching-Te Ku (9):
  wifi: rtw89: coex: Allow Bluetooth doing traffic during Wi-Fi scan
  wifi: rtw89: coex: Add v7 firmware cycle status report
  wifi: rtw89: coex: Add version 3 report map of H2C command
  wifi: rtw89: coex: Add PTA path control condition for chip RTL8922A
  wifi: rtw89: coex: Update Bluetooth polluted Wi-Fi TX logic
  wifi: rtw89: coex: Add register monitor report v7 format
  wifi: rtw89: coex: Add GPIO signal control version 7
  wifi: rtw89: coex: Add coexistence firmware control report version 8
  wifi: rtw89: coex: Re-order the index for the report from firmware

 drivers/net/wireless/realtek/rtw89/coex.c | 827 +++++++++++++++++++---
 drivers/net/wireless/realtek/rtw89/coex.h |  36 +
 drivers/net/wireless/realtek/rtw89/core.h | 134 +++-
 drivers/net/wireless/realtek/rtw89/mac.c  |   2 +-
 4 files changed, 875 insertions(+), 124 deletions(-)