aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h3
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
1277ieee80211_sta_process_chanswitch(struct ieee80211_sub_if_data *sdata, 1276ieee80211_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);
1280void ieee80211_sta_quiesce(struct ieee80211_sub_if_data *sdata);
1281void ieee80211_sta_restart(struct ieee80211_sub_if_data *sdata);
1282void ieee80211_sta_work(struct ieee80211_sub_if_data *sdata); 1279void ieee80211_sta_work(struct ieee80211_sub_if_data *sdata);
1283void ieee80211_sta_rx_queued_mgmt(struct ieee80211_sub_if_data *sdata, 1280void ieee80211_sta_rx_queued_mgmt(struct ieee80211_sub_if_data *sdata,
1284 struct sk_buff *skb); 1281 struct sk_buff *skb);