aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-01-24 18:44:12 -0500
committerJohannes Berg <johannes.berg@intel.com>2013-01-31 08:05:33 -0500
commitfdcb786930777231c81f487ab2526d33971a3438 (patch)
treeb6546e1e42449fd0fb2c14981641da62faf7a2a3 /net/mac80211/ieee80211_i.h
parentcd8f7cb4e6dfa4ea08fc250a814240b883ef7911 (diff)
mac80211: remove assoc data "sent_assoc"
The field is never used, so remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 5fba867d9e2e..2f50be7eea09 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -400,7 +400,6 @@ struct ieee80211_mgd_assoc_data {
400 u8 supp_rates_len; 400 u8 supp_rates_len;
401 bool wmm, uapsd; 401 bool wmm, uapsd;
402 bool have_beacon; 402 bool have_beacon;
403 bool sent_assoc;
404 bool synced; 403 bool synced;
405 404
406 u8 ap_ht_param; 405 u8 ap_ht_param;