Commit 6708be40 authored by Peter Chiu's avatar Peter Chiu Committed by Johannes Berg
Browse files

wifi: ieee80211: s1g action frames are not robust



S1g action frame with code 22 is not protected so update the robust
action frame list.

Signed-off-by: default avatarPeter Chiu <chui-hao.chiu@mediatek.com>
Link: https://lore.kernel.org/r/20220622010820.17522-1-chui-hao.chiu@mediatek.com


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 683a4647
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4094,6 +4094,7 @@ static inline bool _ieee80211_is_robust_mgmt_frame(struct ieee80211_hdr *hdr)
			*category != WLAN_CATEGORY_SELF_PROTECTED &&
			*category != WLAN_CATEGORY_UNPROT_DMG &&
			*category != WLAN_CATEGORY_VHT &&
			*category != WLAN_CATEGORY_S1G &&
			*category != WLAN_CATEGORY_VENDOR_SPECIFIC;
	}