commit | ec11bb88f977321f117865b4d21079bbacc474ee | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Tue Oct 27 12:59:36 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 30 16:49:19 2009 -0400 |
tree | b255ed9465fced36ae5d58f55827022f1ea38162 | |
parent | 11158472c4ea7a4817d85912c491afa36a244192 [diff] |
ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offset We had 0x9912 but AR_PHY_SPECTRAL_SCAN is 0x9910. By using the 0x9912 we were making the hardware unresponsive. This allows us to move forward with hardware reset on ar9271 on the ath9k_htc driver. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>