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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 98e783c6a363..1bf05bfd149d 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -343,7 +343,10 @@ struct ieee80211_if_managed {
343 unsigned long timers_running; /* used for quiesce/restart */ 343 unsigned long timers_running; /* used for quiesce/restart */
344 bool powersave; /* powersave requested for this iface */ 344 bool powersave; /* powersave requested for this iface */
345 enum ieee80211_smps_mode req_smps, /* requested smps mode */ 345 enum ieee80211_smps_mode req_smps, /* requested smps mode */
346 ap_smps; /* smps mode AP thinks we're in */ 346 ap_smps, /* smps mode AP thinks we're in */
347 driver_smps_mode; /* smps mode request */
348
349 struct work_struct request_smps_work;
347 350
348 unsigned int flags; 351 unsigned int flags;
349 352
@@ -1113,6 +1116,7 @@ void ieee80211_send_delba(struct ieee80211_sub_if_data *sdata,
1113int ieee80211_send_smps_action(struct ieee80211_sub_if_data *sdata, 1116int ieee80211_send_smps_action(struct ieee80211_sub_if_data *sdata,
1114 enum ieee80211_smps_mode smps, const u8 *da, 1117 enum ieee80211_smps_mode smps, const u8 *da,
1115 const u8 *bssid); 1118 const u8 *bssid);
1119void ieee80211_request_smps_work(struct work_struct *work);
1116 1120
1117void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, 1121void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
1118 u16 initiator, u16 reason); 1122 u16 initiator, u16 reason);