commit | 5fc512439f7a235e6b0ae05e42fa7d875fff3849 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Thu Aug 02 16:00:51 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 06 15:12:43 2012 -0400 |
tree | 70f9b27d4d3e6c0d0be4735a6abe41e2917062a7 | |
parent | da93c26d0b26139f33cebf9af55715452a10f374 [diff] |
ath9k: optimize power level initialization for CTL_[25]GHT20 The first part of the power array is initialized in a loop and the last two values are initialized separately. Extend the loop to cover the last two items, and remove the separate initialization. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>