Commit e5e94d10 authored by Wen Gong's avatar Wen Gong Committed by Kalle Valo

wifi: ath11k: add channel 177 into 5 GHz channel list

Add support for the 5 GHz channel 177 with center frequency 5885 MHz and
operating class 125 per IEEE Std 802.11ax-2021, Table E-4.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3
Signed-off-by: default avatarWen Gong <quic_wgong@quicinc.com>
Signed-off-by: default avatarKalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20221220101912.30816-1-quic_wgong@quicinc.com
parent a27c6a58
...@@ -521,8 +521,8 @@ struct ath11k_sta { ...@@ -521,8 +521,8 @@ struct ath11k_sta {
#define ATH11K_MIN_5G_FREQ 4150 #define ATH11K_MIN_5G_FREQ 4150
#define ATH11K_MIN_6G_FREQ 5925 #define ATH11K_MIN_6G_FREQ 5925
#define ATH11K_MAX_6G_FREQ 7115 #define ATH11K_MAX_6G_FREQ 7115
#define ATH11K_NUM_CHANS 101 #define ATH11K_NUM_CHANS 102
#define ATH11K_MAX_5G_CHAN 173 #define ATH11K_MAX_5G_CHAN 177
enum ath11k_state { enum ath11k_state {
ATH11K_STATE_OFF, ATH11K_STATE_OFF,
......
...@@ -96,6 +96,7 @@ static const struct ieee80211_channel ath11k_5ghz_channels[] = { ...@@ -96,6 +96,7 @@ static const struct ieee80211_channel ath11k_5ghz_channels[] = {
CHAN5G(165, 5825, 0), CHAN5G(165, 5825, 0),
CHAN5G(169, 5845, 0), CHAN5G(169, 5845, 0),
CHAN5G(173, 5865, 0), CHAN5G(173, 5865, 0),
CHAN5G(177, 5885, 0),
}; };
static const struct ieee80211_channel ath11k_6ghz_channels[] = { static const struct ieee80211_channel ath11k_6ghz_channels[] = {
......
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