summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/reset.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez2009-10-07 02:44:34 +0200
committerJohn W. Linville2009-10-07 22:39:51 +0200
commit8ce54c5a5f5d2f4f03993395d60f3110670002ca (patch)
tree636345a71ec097688b66da271b8cfc0275b7f645 /drivers/net/wireless/ath/ath5k/reset.c
parentath5k: fix regression which triggers an SME join upon assoc (diff)
downloadkernel-qcow2-linux-8ce54c5a5f5d2f4f03993395d60f3110670002ca.tar.gz
kernel-qcow2-linux-8ce54c5a5f5d2f4f03993395d60f3110670002ca.tar.xz
kernel-qcow2-linux-8ce54c5a5f5d2f4f03993395d60f3110670002ca.zip
ath5k: enable Power-Save Polls by setting the association ID
mac80211 has long provided us the association ID. This isn't useful except for Power-Save polling which now gets enabled. We can now poll for our pending frames on the AP during power save. You can review the details of Power-Save on the wireless wiki: http://wireless.kernel.org/en/developers/Documentation/ieee80211/power-savings Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/reset.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/reset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/reset.c b/drivers/net/wireless/ath/ath5k/reset.c
index fb8981548794..3dab3d856d7b 100644
--- a/drivers/net/wireless/ath/ath5k/reset.c
+++ b/drivers/net/wireless/ath/ath5k/reset.c
@@ -1187,7 +1187,6 @@ int ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode,
*/
/* Restore bssid and bssid mask */
- /* XXX: add ah->aid once mac80211 gives this to us */
ath5k_hw_set_associd(ah);
/* Set PCU config */