diff options
Diffstat (limited to 'include/linux/ieee80211.h')
| -rw-r--r-- | include/linux/ieee80211.h | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index c2ac9e9e7ee9..83c4d060a559 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -172,11 +172,11 @@  #define IEEE80211_SN_MODULO		(IEEE80211_MAX_SN + 1) -/* PV1 Layout 11ah 9.8.3.1 */ +/* PV1 Layout IEEE 802.11-2020 9.8.3.1 */  #define IEEE80211_PV1_FCTL_VERS		0x0003  #define IEEE80211_PV1_FCTL_FTYPE	0x001c  #define IEEE80211_PV1_FCTL_STYPE	0x00e0 -#define IEEE80211_PV1_FCTL_TODS		0x0100 +#define IEEE80211_PV1_FCTL_FROMDS		0x0100  #define IEEE80211_PV1_FCTL_MOREFRAGS	0x0200  #define IEEE80211_PV1_FCTL_PM		0x0400  #define IEEE80211_PV1_FCTL_MOREDATA	0x0800 @@ -2720,6 +2720,7 @@ static inline bool ieee80211_he_capa_size_ok(const u8 *data, u8 len)  #define IEEE80211_6GHZ_CTRL_REG_LPI_AP	0  #define IEEE80211_6GHZ_CTRL_REG_SP_AP	1 +#define IEEE80211_6GHZ_CTRL_REG_VLP_AP	2  /**   * struct ieee80211_he_6ghz_oper - HE 6 GHz operation Information field @@ -4447,7 +4448,8 @@ ieee80211_is_protected_dual_of_public_action(struct sk_buff *skb)  		action != WLAN_PUB_ACTION_LOC_TRACK_NOTI &&  		action != WLAN_PUB_ACTION_FTM_REQUEST &&  		action != WLAN_PUB_ACTION_FTM_RESPONSE && -		action != WLAN_PUB_ACTION_FILS_DISCOVERY; +		action != WLAN_PUB_ACTION_FILS_DISCOVERY && +		action != WLAN_PUB_ACTION_VENDOR_SPECIFIC;  }  /**  | 
