wifi: rtw89: 8852b: fill the missing configuration about queue empty checking
authorZong-Zhe Yang <kevin_yang@realtek.com>
Fri, 13 Jan 2023 09:06:32 +0000 (17:06 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 16 Jan 2023 13:38:12 +0000 (15:38 +0200)
The configurations, wde_qempty_acq_num and wde_qempty_mgq_sel, are used
when MAC checks if TX queues are empty. Fill the corresponding setting
for 8852B.

Signed-off-by: Zong-Zhe Yang <kevin_yang@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/20230113090632.60957-5-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8852b.c

index e0f6dfe..c634522 100644 (file)
@@ -2437,6 +2437,8 @@ const struct rtw89_chip_info rtw8852b_chip_info = {
        .rsvd_ple_ofst          = 0x2f800,
        .hfc_param_ini          = rtw8852b_hfc_param_ini_pcie,
        .dle_mem                = rtw8852b_dle_mem_pcie,
+       .wde_qempty_acq_num     = 4,
+       .wde_qempty_mgq_sel     = 4,
        .rf_base_addr           = {0xe000, 0xf000},
        .pwr_on_seq             = NULL,
        .pwr_off_seq            = NULL,