From: Johannes Berg Date: Fri, 9 Apr 2021 09:40:24 +0000 (+0300) Subject: wireless: fix spelling of A-MSDU in HE capabilities X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=1101a13e224126a263cb4c6b4f9104fd8ac33ed3;p=carl9170fw.git wireless: fix spelling of A-MSDU in HE capabilities In the HE capabilities, spell A-MSDU correctly, not "A-MDSU". Signed-off-by: Luca Coelho Link: https://lore.kernel.org/r/iwlwifi.20210409123755.9e6ff1af1181.If6868bc6902ccd9a95c74c78f716c4b41473ef14@changeid Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter --- diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 7c3bfb8..a11ca44 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -2040,7 +2040,7 @@ int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap, #define IEEE80211_HE_MAC_CAP4_PSR_RESP 0x08 #define IEEE80211_HE_MAC_CAP4_NDP_FB_REP 0x10 #define IEEE80211_HE_MAC_CAP4_OPS 0x20 -#define IEEE80211_HE_MAC_CAP4_AMDSU_IN_AMPDU 0x40 +#define IEEE80211_HE_MAC_CAP4_AMSDU_IN_AMPDU 0x40 /* Multi TID agg TX is split between byte #4 and #5 * The value is a combination of B39,B40,B41 */