diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 00a50a38c7f2..9bca2abbf038 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -865,6 +865,9 @@ enum ieee80211_tkip_key_type { | |||
865 | * | 865 | * |
866 | * @IEEE80211_HW_SUPPORTS_DYNAMIC_PS: | 866 | * @IEEE80211_HW_SUPPORTS_DYNAMIC_PS: |
867 | * Hardware has support for dynamic PS. | 867 | * Hardware has support for dynamic PS. |
868 | * | ||
869 | * @IEEE80211_HW_MFP_CAPABLE: | ||
870 | * Hardware supports management frame protection (MFP, IEEE 802.11w). | ||
868 | */ | 871 | */ |
869 | enum ieee80211_hw_flags { | 872 | enum ieee80211_hw_flags { |
870 | IEEE80211_HW_RX_INCLUDES_FCS = 1<<1, | 873 | IEEE80211_HW_RX_INCLUDES_FCS = 1<<1, |
@@ -880,6 +883,7 @@ enum ieee80211_hw_flags { | |||
880 | IEEE80211_HW_SUPPORTS_PS = 1<<11, | 883 | IEEE80211_HW_SUPPORTS_PS = 1<<11, |
881 | IEEE80211_HW_PS_NULLFUNC_STACK = 1<<12, | 884 | IEEE80211_HW_PS_NULLFUNC_STACK = 1<<12, |
882 | IEEE80211_HW_SUPPORTS_DYNAMIC_PS = 1<<13, | 885 | IEEE80211_HW_SUPPORTS_DYNAMIC_PS = 1<<13, |
886 | IEEE80211_HW_MFP_CAPABLE = 1<<14, | ||
883 | }; | 887 | }; |
884 | 888 | ||
885 | /** | 889 | /** |