diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index bc3ea58985d5..336f1c3bbb5d 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -401,7 +401,6 @@ struct ieee80211_if_managed { | |||
401 | 401 | ||
402 | u16 aid; | 402 | u16 aid; |
403 | 403 | ||
404 | unsigned long timers_running; /* used for quiesce/restart */ | ||
405 | bool powersave; /* powersave requested for this iface */ | 404 | bool powersave; /* powersave requested for this iface */ |
406 | bool broken_ap; /* AP is broken -- turn off powersave */ | 405 | bool broken_ap; /* AP is broken -- turn off powersave */ |
407 | u8 dtim_period; | 406 | u8 dtim_period; |
@@ -1277,8 +1276,6 @@ void | |||
1277 | ieee80211_sta_process_chanswitch(struct ieee80211_sub_if_data *sdata, | 1276 | ieee80211_sta_process_chanswitch(struct ieee80211_sub_if_data *sdata, |
1278 | const struct ieee80211_channel_sw_ie *sw_elem, | 1277 | const struct ieee80211_channel_sw_ie *sw_elem, |
1279 | struct ieee80211_bss *bss, u64 timestamp); | 1278 | struct ieee80211_bss *bss, u64 timestamp); |
1280 | void ieee80211_sta_quiesce(struct ieee80211_sub_if_data *sdata); | ||
1281 | void ieee80211_sta_restart(struct ieee80211_sub_if_data *sdata); | ||
1282 | void ieee80211_sta_work(struct ieee80211_sub_if_data *sdata); | 1279 | void ieee80211_sta_work(struct ieee80211_sub_if_data *sdata); |
1283 | void ieee80211_sta_rx_queued_mgmt(struct ieee80211_sub_if_data *sdata, | 1280 | void ieee80211_sta_rx_queued_mgmt(struct ieee80211_sub_if_data *sdata, |
1284 | struct sk_buff *skb); | 1281 | struct sk_buff *skb); |