diff options
author | Muna Sinada <quic_msinada@quicinc.com> | 2023-08-02 20:04:03 +0300 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2023-08-03 12:11:59 +0300 |
commit | 38013653a69734e2bcf84ce951f7a4aee3966320 (patch) | |
tree | 723123557f1ee2be4900e449221b4113eb06adda /drivers/net/wireless/ath/ath12k/mac.h | |
parent | dbe90679bfa1287651b8bb8304b7ce46b00a5f81 (diff) | |
download | linux-38013653a69734e2bcf84ce951f7a4aee3966320.tar.xz |
wifi: ath12k: add EHT PHY modes
Add support to retrieve and configure the phy modes supported
by the hardware.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Signed-off-by: Muna Sinada <quic_msinada@quicinc.com>
Signed-off-by: Aloka Dixit <quic_alokad@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230725224034.14045-6-quic_alokad@quicinc.com
Diffstat (limited to 'drivers/net/wireless/ath/ath12k/mac.h')
-rw-r--r-- | drivers/net/wireless/ath/ath12k/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath12k/mac.h b/drivers/net/wireless/ath/ath12k/mac.h index 57f4295420bb..7b16b70df4fa 100644 --- a/drivers/net/wireless/ath/ath12k/mac.h +++ b/drivers/net/wireless/ath/ath12k/mac.h @@ -33,7 +33,7 @@ struct ath12k_generic_iter { #define IEEE80211_VHT_MCS_SUPPORT_0_11_MASK GENMASK(23, 16) #define IEEE80211_DISABLE_VHT_MCS_SUPPORT_0_11 BIT(24) -#define ATH12K_CHAN_WIDTH_NUM 8 +#define ATH12K_CHAN_WIDTH_NUM 14 #define ATH12K_TX_POWER_MAX_VAL 70 #define ATH12K_TX_POWER_MIN_VAL 0 |