commit | 014cf3bb1e19a61c53666d7f990f584f1b7af364 | [log] [tgz] |
---|---|---|
author | Rajkumar Manoharan <rmanoharan@atheros.com> | Wed Feb 09 17:46:39 2011 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 14 15:51:20 2011 -0500 |
tree | b6a35202046c00e8f8289196042d046399fcd74e | |
parent | d76dfc612b40b6a9de0a3fe57fe1fa3db7a1ae3b [diff] |
ath9k: disable beaconing before stopping beacon queue Beaconing should be disabled before stopping beacon queue. Not doing so could queue up beacons in hw that causes failure to stop Tx DMA, due to pending frames in hw and also unnecessary beacon tasklet schedule. Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>