commit | 1071db863b129847cedb65339d1e87ecf5952a8b | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Mon May 18 10:59:52 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 20 14:46:28 2009 -0400 |
tree | f383e088fe7d19bf4f8a59ada10bcd6deb196464 | |
parent | 4de2dc74a1c7dedcfbe8290316f1a239a7c86554 [diff] |
ath5k: update beacons in AP mode ath5k only generated the beacon when bss_info_changed() was called, but for AP mode this is not enough, because the TIM IE would never get updated and consequently PS mode clients wouldn't know about buffered frames. Instead, get a new beacon on every SWBA interrupt. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>