mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-14 06:45:43 -04:00
wifi: rtw89: 8922a: rfk: adjust timeout time of RX DCK
The RX DCK in firmware could retry 3 times if calibration value is not stable. Roughly each calibration can be done within 16 ms, so expect 16 * 4 (with additional 16 ms) will be enough. More, in coming MLO, it will do calibration on two path, so multiply 2. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20250428112456.13165-2-pkshih@realtek.com
This commit is contained in:
@@ -2071,7 +2071,8 @@ static void __rtw8922a_rfk_init_late(struct rtw89_dev *rtwdev,
|
||||
rtw89_phy_rfk_pre_ntfy_and_wait(rtwdev, phy_idx, 5);
|
||||
|
||||
rtw89_phy_rfk_dack_and_wait(rtwdev, phy_idx, chan, 58);
|
||||
rtw89_phy_rfk_rxdck_and_wait(rtwdev, phy_idx, chan, false, 32);
|
||||
if (!test_bit(RTW89_FLAG_SER_HANDLING, rtwdev->flags))
|
||||
rtw89_phy_rfk_rxdck_and_wait(rtwdev, phy_idx, chan, false, 128);
|
||||
}
|
||||
|
||||
static void rtw8922a_rfk_init_late(struct rtw89_dev *rtwdev)
|
||||
|
||||
Reference in New Issue
Block a user