diff options
author | Ching-Te Ku <ku920601@realtek.com> | 2023-03-14 10:06:13 +0800 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-04-03 16:35:36 +0300 |
commit | 70a13e5f00e9ee5497b0c25c2787347c4431b5e4 (patch) | |
tree | 29895fb6544844237db713473f5a14fbac0deeea /drivers/net/wireless/realtek/rtw89/coex.h | |
parent | 21898a40b2f84deb9438c2ef63f7a5072d6ab2af (diff) | |
download | linux-next-70a13e5f00e9ee5497b0c25c2787347c4431b5e4.tar.gz |
wifi: rtw89: coex: Add LPS protocol radio state for RTL8852B
This LPS state will not turn off RF, and it can still do some basic
traffic, only RTL8852B has the state. Coexistence need let Bluetooth
know WiFi is still alive to prevent some Bluetooth performance issue.
Signed-off-by: Ching-Te Ku <ku920601@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230314020617.28193-2-pkshih@realtek.com
Diffstat (limited to 'drivers/net/wireless/realtek/rtw89/coex.h')
-rw-r--r-- | drivers/net/wireless/realtek/rtw89/coex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/realtek/rtw89/coex.h b/drivers/net/wireless/realtek/rtw89/coex.h index 38cc53a505c3..f16421cb30ef 100644 --- a/drivers/net/wireless/realtek/rtw89/coex.h +++ b/drivers/net/wireless/realtek/rtw89/coex.h @@ -131,6 +131,7 @@ enum btc_role_state { enum btc_rfctrl { BTC_RFCTRL_WL_OFF, BTC_RFCTRL_WL_ON, + BTC_RFCTRL_LPS_WL_ON, BTC_RFCTRL_FW_CTRL, BTC_RFCTRL_MAX }; |