diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-06-17 09:58:06 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-07-17 15:37:52 +0200 |
commit | 5c48f1201744233d4f235c7dd916d5196ed20716 (patch) | |
tree | b77710efbc9861a9fb8a597d1c96bdd09fdeb281 /include/net/mac80211.h | |
parent | f760b87f8f12eb262f14603e65042996fe03720e (diff) | |
download | linux-stable-5c48f1201744233d4f235c7dd916d5196ed20716.tar.gz linux-stable-5c48f1201744233d4f235c7dd916d5196ed20716.tar.bz2 linux-stable-5c48f1201744233d4f235c7dd916d5196ed20716.zip |
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 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 6b1077c2a63f..43dbddfa06c0 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -1675,7 +1675,6 @@ struct ieee80211_sta_rates { * @tdls: indicates whether the STA is a TDLS peer * @tdls_initiator: indicates the STA is an initiator of the TDLS link. Only * valid if the STA is a TDLS peer in the first place. - * @mfp: indicates whether the STA uses management frame protection or not. * @txq: per-TID data TX queues (if driver uses the TXQ abstraction) */ struct ieee80211_sta { @@ -1693,7 +1692,6 @@ struct ieee80211_sta { struct ieee80211_sta_rates __rcu *rates; bool tdls; bool tdls_initiator; - bool mfp; struct ieee80211_txq *txq[IEEE80211_NUM_TIDS]; |