2011-12-14 08:29:17

by Johannes Berg

[permalink] [raw]
Subject: [PATCH] nl80211: add TDLS peer flag to policy

From: Johannes Berg <[email protected]>

This was evidently missed in the TDLS patch (07ba55d7).

Cc: Arik Nemtsov <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
---
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,




2011-12-14 21:18:45

by Arik Nemtsov

[permalink] [raw]
Subject: Re: [PATCH] nl80211: add TDLS peer flag to policy

On Wed, Dec 14, 2011 at 10:29, Johannes Berg <[email protected]> wrote:
> From: Johannes Berg <[email protected]>
>
> This was evidently missed in the TDLS patch (07ba55d7).
>
> Cc: Arik Nemtsov <[email protected]>
> Signed-off-by: Johannes Berg <[email protected]>
> ---
> ?net/wireless/nl80211.c | ? ?1 +
> ?1 file changed, 1 insertion(+)

Thanks

Arik