aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorVivek Natarajan <vivek.natraj@gmail.com>2008-12-23 21:39:02 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-01-29 15:58:49 -0500
commita97b77b90decf27a86ac40ea53a741ffb5ead21a (patch)
tree4c5f61d6df51613fdde42ce7d9eb76b352ed2141 /net/mac80211/ieee80211_i.h
parent869717fbe43eb831cbebd03a9a66a4a4c3b406a9 (diff)
mac80211: Enhancements to dynamic power save.
This patch enables mac80211 to send a null frame and also to check for tim in the beacon if dynamic power save is enabled. Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 5f8ad885a48a..117718bd96ec 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -987,6 +987,9 @@ u64 ieee80211_mandatory_rates(struct ieee80211_local *local,
987void ieee80211_dynamic_ps_enable_work(struct work_struct *work); 987void ieee80211_dynamic_ps_enable_work(struct work_struct *work);
988void ieee80211_dynamic_ps_disable_work(struct work_struct *work); 988void ieee80211_dynamic_ps_disable_work(struct work_struct *work);
989void ieee80211_dynamic_ps_timer(unsigned long data); 989void ieee80211_dynamic_ps_timer(unsigned long data);
990void ieee80211_send_nullfunc(struct ieee80211_local *local,
991 struct ieee80211_sub_if_data *sdata,
992 int powersave);
990 993
991void ieee80211_wake_queues_by_reason(struct ieee80211_hw *hw, 994void ieee80211_wake_queues_by_reason(struct ieee80211_hw *hw,
992 enum queue_stop_reason reason); 995 enum queue_stop_reason reason);