diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-12-14 09:29:15 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-12-15 14:45:45 -0500 |
commit | d83023daa219486e9aa139d423308a045bf0438b (patch) | |
tree | de753f1357e6fd8574d6356802e8e4bb595dca46 /net | |
parent | c99f895a231b2dfeedd27e4d218a1b2d22cf4d02 (diff) | |
download | op-kernel-dev-d83023daa219486e9aa139d423308a045bf0438b.zip op-kernel-dev-d83023daa219486e9aa139d423308a045bf0438b.tar.gz |
nl80211: add TDLS peer flag to policy
This was evidently missed in the TDLS patch (07ba55d7).
Cc: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 4d708ce..d864281 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] = { [NL80211_STA_FLAG_WME] = { .type = NLA_FLAG }, [NL80211_STA_FLAG_MFP] = { .type = NLA_FLAG }, [NL80211_STA_FLAG_AUTHENTICATED] = { .type = NLA_FLAG }, + [NL80211_STA_FLAG_TDLS_PEER] = { .type = NLA_FLAG }, }; static int parse_station_flags(struct genl_info *info, |