wifi: rtw89: 8922a: declare to support two chanctx
authorZong-Zhe Yang <kevin_yang@realtek.com>
Tue, 13 Feb 2024 07:35:14 +0000 (15:35 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 15 Feb 2024 11:09:49 +0000 (13:09 +0200)
We are going to allow MCC (multi-channel concurrency) on RTL8922A.
So, increase 8922a::support_chanctx_num up to 2 first.

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://msgid.link/20240213073514.23796-6-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8922a.c

index a4b7d2e79638421754bcba32f1164e60eb410b71..2f1e7767d58a05bfe3512d9d411687e23979a9c8 100644 (file)
@@ -1759,7 +1759,7 @@ const struct rtw89_chip_info rtw8922a_chip_info = {
        .dig_table              = NULL,
        .dig_regs               = &rtw8922a_dig_regs,
        .tssi_dbw_table         = NULL,
-       .support_chanctx_num    = 1,
+       .support_chanctx_num    = 2,
        .support_bands          = BIT(NL80211_BAND_2GHZ) |
                                  BIT(NL80211_BAND_5GHZ) |
                                  BIT(NL80211_BAND_6GHZ),