This patchset is to improve performance especially wifi PS is on. During debug, we found some counters are abnormal, so fix them in this patchset as well. Because coex highly depends on BT firmware, we update the coex version to avoid mismatching. Ching-Te Ku (7): rtw89: coex: correct C2H header length rtw89: coex: Not to send H2C when WL not ready and count H2C rtw89: coex: Add MAC API to get BT polluted counter rtw89: coex: Define LPS state for BTC using rtw89: coex: Update BT counters while receiving report rtw89: coex: Cancel PS leaving while C2H comes rtw89: coex: Update COEX to 5.5.8 drivers/net/wireless/realtek/rtw89/coex.c | 73 ++++++++++++------- drivers/net/wireless/realtek/rtw89/coex.h | 6 ++ drivers/net/wireless/realtek/rtw89/core.h | 1 + drivers/net/wireless/realtek/rtw89/mac.c | 12 +++ drivers/net/wireless/realtek/rtw89/mac.h | 1 + drivers/net/wireless/realtek/rtw89/rtw8852a.c | 2 +- 6 files changed, 69 insertions(+), 26 deletions(-) -- 2.25.1