OSDN Git Service

rtw88: coex: remove unnecessary WLAN slot extend
authorChing-Te Ku <ku920601@realtek.com>
Thu, 12 Nov 2020 03:14:29 +0000 (11:14 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 24 Nov 2020 09:16:30 +0000 (11:16 +0200)
commit2485bc7c781694b5a367cb70a6d2da81301310d2
treed1b64eab10e2f5f871a2b16837214bec97a642f8
parent72b14be751117c0250d37b8df34b01dcf52c43a6
rtw88: coex: remove unnecessary WLAN slot extend

Remove extend 5 ms related operation at WLAN media status notify.
The mechanism should be enable only while DUT connect to a AP that it
doesn't follow our power save control or its rate is decreasing unusually
sensitive. So we extend a extra slot to save the transmission rate.

The original logic will always extend WLAN slot.
It will lead to BT slot always decrease 5 ms.

Remove write scoreboard action at WLAN media status notify.
It has already done in WLAN info notify.

Signed-off-by: Ching-Te Ku <ku920601@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201112031430.4846-11-pkshih@realtek.com
drivers/net/wireless/realtek/rtw88/coex.c