From: Johannes Berg <johannes.berg@xxxxxxxxx> This was evidently missed in the TDLS patch (07ba55d7). Cc: Arik Nemtsov <arik@xxxxxxxxxx> Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- net/wireless/nl80211.c | 1 + 1 file changed, 1 insertion(+) --- a/net/wireless/nl80211.c 2011-12-14 09:26:45.000000000 +0100 +++ b/net/wireless/nl80211.c 2011-12-14 09:27:15.000000000 +0100 @@ -2246,6 +2246,7 @@ static const struct nla_policy sta_flags [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, -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html