[PATCH 1/4] wifi: ath11k: modify accessor macros to match index size
Muna Sinada (QUIC)
quic_msinada at quicinc.com
Tue Oct 18 14:55:26 PDT 2022
Kalle Valo <kvalo at kernel.org> wrote:
> drivers/net/wireless/ath/ath11k/mac.c:2711:33: error: 'struct ieee80211_bss_conf' has no member named 'he_su_beamformer'
> 2711 | if (arvif->vif->bss_conf.he_su_beamformer) {
> | ^
> drivers/net/wireless/ath/ath11k/mac.c:2713:41: error: 'struct ieee80211_bss_conf' has no member named 'he_mu_beamformer'
> 2713 | if (arvif->vif->bss_conf.he_mu_beamformer &&
> | ^
> drivers/net/wireless/ath/ath11k/mac.c:2722:41: error: 'struct ieee80211_bss_conf' has no member named 'he_full_ul_mumimo'
> 2722 | if (arvif->vif->bss_conf.he_full_ul_mumimo)
> | ^
> drivers/net/wireless/ath/ath11k/mac.c:2725:41: error: 'struct ieee80211_bss_conf' has no member named 'he_su_beamformee'
> 2725 | if (arvif->vif->bss_conf.he_su_beamformee)
> | ^
These attributes are defined as part of this mac80211 patchset which is in public review :
https://patchwork.kernel.org/project/linux-wireless/list/?series=683322&state=%2A&archive=both
I have included this dependency in the cover letter of V2 of this patchset.
Thank you,
Muna
More information about the ath11k
mailing list