commit | a1cbc7a88985976267a851a2e1080578711b3b0d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Dec 02 19:12:38 2010 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Dec 07 16:34:48 2010 -0500 |
tree | 299c4621d0da27789b6f0fdc08bf8c8984236172 | |
parent | 226afe68fdbd1aa3680158aca0a3631cbd019626 [diff] |
ath: Fix ath_dbg access beyond array bound ar9300RateSize is not necessarily a power of 4. Change ar9003_hw_set_target_power_eeprom to print the targetPowerValT2 array one per line. ath9k_hw_ar9300_set_txpower repeated the output 4 times per line, change it to print the targetPowerValT2 value one per line. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>