[PATCH 1/2] mac80211: Add new AMPDU factor macro for HE peer caps
Felix Fietkau
nbd at nbd.name
Wed Sep 9 08:03:30 EDT 2020
On 2020-05-04 19:04, Tamizh Chelvam wrote:
> Add IEEE80211_HE_VHT_MAX_AMPDU_FACTOR and IEEE80211_HE_HT_MAX_AMPDU_FACTOR
> as per spec to use for peer max ampdu factor.
>
> Signed-off-by: Tamizh Chelvam <tamizhr at codeaurora.org>
> ---
> include/linux/ieee80211.h | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
> index a561db4..69e214c 100644
> --- a/include/linux/ieee80211.h
> +++ b/include/linux/ieee80211.h
> @@ -1821,6 +1821,8 @@ int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap,
> #define IEEE80211_HE_MAC_CAP3_FLEX_TWT_SCHED 0x40
> #define IEEE80211_HE_MAC_CAP3_RX_CTRL_FRAME_TO_MULTIBSS 0x80
>
> +#define IEEE80211_HE_MAC_CAP3_MAX_AMPDU_LEN_EXP_SHIFT 3
Can we please stop adding these redundant _MASK and _SHIFT combinations
in places where having just the mask is enough when used with FIELD_GET?
- Felix
More information about the ath11k
mailing list