Commit 0f93824e authored by Zong-Zhe Yang's avatar Zong-Zhe Yang Committed by Kalle Valo

wifi: rtw89: 8852c: declare to support two chanctx

We are going to allow RTL8852C to support MCC (multi-channel concurrency).
So, we increase 8852c::support_chanctx_num up to 2.
Signed-off-by: default avatarZong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: default avatarPing-Ke Shih <pkshih@realtek.com>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230921003559.11588-4-pkshih@realtek.com
parent 5f499ce6
...@@ -2853,7 +2853,7 @@ const struct rtw89_chip_info rtw8852c_chip_info = { ...@@ -2853,7 +2853,7 @@ const struct rtw89_chip_info rtw8852c_chip_info = {
.dig_table = NULL, .dig_table = NULL,
.dig_regs = &rtw8852c_dig_regs, .dig_regs = &rtw8852c_dig_regs,
.tssi_dbw_table = &rtw89_8852c_tssi_dbw_table, .tssi_dbw_table = &rtw89_8852c_tssi_dbw_table,
.support_chanctx_num = 1, .support_chanctx_num = 2,
.support_bands = BIT(NL80211_BAND_2GHZ) | .support_bands = BIT(NL80211_BAND_2GHZ) |
BIT(NL80211_BAND_5GHZ) | BIT(NL80211_BAND_5GHZ) |
BIT(NL80211_BAND_6GHZ), BIT(NL80211_BAND_6GHZ),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment