diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-01-24 18:44:12 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-01-31 08:05:33 -0500 |
commit | fdcb786930777231c81f487ab2526d33971a3438 (patch) | |
tree | b6546e1e42449fd0fb2c14981641da62faf7a2a3 /net/mac80211/ieee80211_i.h | |
parent | cd8f7cb4e6dfa4ea08fc250a814240b883ef7911 (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.h | 1 |
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; |