aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ieee80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2015-10-07 15:48:25 +0200
committerJohannes Berg <johannes.berg@intel.com>2015-10-13 10:34:33 +0200
commita4288289f585d42a19145f266e214acb165fe9b3 (patch)
treeb177de2318e0f6f8fc2b7658d4bbea0e7dd70d69 /include/linux/ieee80211.h
parentnl80211: allow BSS data to include CLOCK_BOOTTIME timestamp (diff)
downloadlinux-dev-a4288289f585d42a19145f266e214acb165fe9b3.tar.xz
linux-dev-a4288289f585d42a19145f266e214acb165fe9b3.zip
wireless: update robust action frame list
Unprotected DMG and VHT action frames are not protected, reflect that in the list. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r--include/linux/ieee80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index dcfb2f43d316..0109f3847e9a 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -2397,6 +2397,8 @@ static inline bool _ieee80211_is_robust_mgmt_frame(struct ieee80211_hdr *hdr)
return *category != WLAN_CATEGORY_PUBLIC &&
*category != WLAN_CATEGORY_HT &&
*category != WLAN_CATEGORY_SELF_PROTECTED &&
+ *category != WLAN_CATEGORY_UNPROT_DMG &&
+ *category != WLAN_CATEGORY_VHT &&
*category != WLAN_CATEGORY_VENDOR_SPECIFIC;
}