wifi: ieee80211: s1g action frames are not robust
[carl9170fw.git] / include / linux / ieee80211.h
index 3ec463ba9eda4226127a7ce943d7f9017ee0d78d..0a522da2612a23da8cbb09a24e0fd42d1c2fa05c 100644 (file)
@@ -4112,6 +4112,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;
        }