diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/wireless/nl80211.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index f88dbbec7521..2353ddbf4934 100644 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c | |||
@@ -1331,6 +1331,7 @@ static const struct nla_policy sta_flags_policy[NL80211_STA_FLAG_MAX + 1] = { | |||
1331 | [NL80211_STA_FLAG_AUTHORIZED] = { .type = NLA_FLAG }, | 1331 | [NL80211_STA_FLAG_AUTHORIZED] = { .type = NLA_FLAG }, |
1332 | [NL80211_STA_FLAG_SHORT_PREAMBLE] = { .type = NLA_FLAG }, | 1332 | [NL80211_STA_FLAG_SHORT_PREAMBLE] = { .type = NLA_FLAG }, |
1333 | [NL80211_STA_FLAG_WME] = { .type = NLA_FLAG }, | 1333 | [NL80211_STA_FLAG_WME] = { .type = NLA_FLAG }, |
1334 | [NL80211_STA_FLAG_MFP] = { .type = NLA_FLAG }, | ||
1334 | }; | 1335 | }; |
1335 | 1336 | ||
1336 | static int parse_station_flags(struct nlattr *nla, u32 *staflags) | 1337 | static int parse_station_flags(struct nlattr *nla, u32 *staflags) |