commit | 3d832611d794b3d312d26a4b251ac5285206f90d | [log] [tgz] |
---|---|---|
author | Sujith <Sujith.Manoharan@atheros.com> | Fri Aug 21 12:00:28 2009 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 28 14:40:30 2009 -0400 |
tree | 5fd7abcc8833518ed184fc4b8d50b21786a5bd76 | |
parent | 103bf9f7d35849bce52ad412e4da5063b0716969 [diff] |
ath9k: Fix chainmask selection during scanning The TX/RX chainmasks were set to 1x1 during scanning. Configure them properly with the values retrieved from the EEPROM. Also, this requires scan_start/scan_end callbacks to be locked with sc->mutex. Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>