From: Zong-Zhe Yang Date: Fri, 13 Jan 2023 09:06:32 +0000 (+0800) Subject: wifi: rtw89: 8852b: fill the missing configuration about queue empty checking X-Git-Tag: v6.6.17~5509^2~227^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3edb20146f000dfd5aba1f17e2dc0f363ff9446;p=platform%2Fkernel%2Flinux-rpi.git wifi: rtw89: 8852b: fill the missing configuration about queue empty checking 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 Signed-off-by: Ping-Ke Shih Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20230113090632.60957-5-pkshih@realtek.com --- diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852b.c b/drivers/net/wireless/realtek/rtw89/rtw8852b.c index e0f6dfe..c634522 100644 --- a/drivers/net/wireless/realtek/rtw89/rtw8852b.c +++ b/drivers/net/wireless/realtek/rtw89/rtw8852b.c @@ -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,