Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4288289 authored by Johannes Berg's avatar Johannes Berg
Browse files

wireless: update robust action frame list



Unprotected DMG and VHT action frames are not protected, reflect
that in the list.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 6e19bc4b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
	}