diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-06-17 07:58:06 (GMT) |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-07-17 13:37:52 (GMT) |
commit | 5c48f1201744233d4f235c7dd916d5196ed20716 (patch) | |
tree | b77710efbc9861a9fb8a597d1c96bdd09fdeb281 /net/mac80211/cfg.c | |
parent | f760b87f8f12eb262f14603e65042996fe03720e (diff) | |
download | linux-5c48f1201744233d4f235c7dd916d5196ed20716.tar.xz |
mac80211: remove exposing 'mfp' to drivers
There's no driver using this, so remove it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index bf7023f..5fc7788 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -1076,7 +1076,6 @@ static int sta_apply_parameters(struct ieee80211_local *local, } if (mask & BIT(NL80211_STA_FLAG_MFP)) { - sta->sta.mfp = !!(set & BIT(NL80211_STA_FLAG_MFP)); if (set & BIT(NL80211_STA_FLAG_MFP)) set_sta_flag(sta, WLAN_STA_MFP); else |