aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/wireless/nl80211.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c
index 4d708cea390f..d86428145c32 100644
--- a/net/wireless/nl80211.c
+++ b/net/wireless/nl80211.c
@@ -2246,6 +2246,7 @@ static const struct nla_policy sta_flags_policy[NL80211_STA_FLAG_MAX + 1] = {
2246 [NL80211_STA_FLAG_WME] = { .type = NLA_FLAG }, 2246 [NL80211_STA_FLAG_WME] = { .type = NLA_FLAG },
2247 [NL80211_STA_FLAG_MFP] = { .type = NLA_FLAG }, 2247 [NL80211_STA_FLAG_MFP] = { .type = NLA_FLAG },
2248 [NL80211_STA_FLAG_AUTHENTICATED] = { .type = NLA_FLAG }, 2248 [NL80211_STA_FLAG_AUTHENTICATED] = { .type = NLA_FLAG },
2249 [NL80211_STA_FLAG_TDLS_PEER] = { .type = NLA_FLAG },
2249}; 2250};
2250 2251
2251static int parse_station_flags(struct genl_info *info, 2252static int parse_station_flags(struct genl_info *info,