diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-06 21:45:16 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 15:02:30 -0400 |
commit | a7c1cfc9616ee76213a6d4fd4c17f13fdc92ddce (patch) | |
tree | 90ddc3aac3a7929479852aae8f3e89b3fa9008a8 /net/mac80211/ieee80211_i.h | |
parent | 3e5d7649a64e558e4146ddfad4dfcf13fc65dd47 (diff) |
mac80211: remove dead code from mlme
The ap_capab and last_probe struct members are unused.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index a550aeb85053..d0354b16d24f 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -268,7 +268,7 @@ struct ieee80211_if_managed { | |||
268 | } state; | 268 | } state; |
269 | 269 | ||
270 | u16 aid; | 270 | u16 aid; |
271 | u16 ap_capab, capab; | 271 | u16 capab; |
272 | u8 *extra_ie; /* to be added to the end of AssocReq */ | 272 | u8 *extra_ie; /* to be added to the end of AssocReq */ |
273 | size_t extra_ie_len; | 273 | size_t extra_ie_len; |
274 | 274 | ||
@@ -288,7 +288,6 @@ struct ieee80211_if_managed { | |||
288 | 288 | ||
289 | unsigned long request; | 289 | unsigned long request; |
290 | 290 | ||
291 | unsigned long last_probe; | ||
292 | unsigned long last_beacon; | 291 | unsigned long last_beacon; |
293 | 292 | ||
294 | unsigned int flags; | 293 | unsigned int flags; |
@@ -472,7 +471,6 @@ struct ieee80211_sub_if_data { | |||
472 | struct dentry *prev_bssid; | 471 | struct dentry *prev_bssid; |
473 | struct dentry *ssid_len; | 472 | struct dentry *ssid_len; |
474 | struct dentry *aid; | 473 | struct dentry *aid; |
475 | struct dentry *ap_capab; | ||
476 | struct dentry *capab; | 474 | struct dentry *capab; |
477 | struct dentry *extra_ie_len; | 475 | struct dentry *extra_ie_len; |
478 | struct dentry *auth_tries; | 476 | struct dentry *auth_tries; |