diff options
author | Vivek Natarajan <vivek.natraj@gmail.com> | 2008-12-23 21:39:02 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:58:49 -0500 |
commit | a97b77b90decf27a86ac40ea53a741ffb5ead21a (patch) | |
tree | 4c5f61d6df51613fdde42ce7d9eb76b352ed2141 /net/mac80211/scan.c | |
parent | 869717fbe43eb831cbebd03a9a66a4a4c3b406a9 (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/scan.c')
-rw-r--r-- | net/mac80211/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c index f5c7c3371929..a2caeed57f4e 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c | |||
@@ -395,7 +395,7 @@ ieee80211_scan_rx(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, | |||
395 | return RX_QUEUED; | 395 | return RX_QUEUED; |
396 | } | 396 | } |
397 | 397 | ||
398 | static void ieee80211_send_nullfunc(struct ieee80211_local *local, | 398 | void ieee80211_send_nullfunc(struct ieee80211_local *local, |
399 | struct ieee80211_sub_if_data *sdata, | 399 | struct ieee80211_sub_if_data *sdata, |
400 | int powersave) | 400 | int powersave) |
401 | { | 401 | { |