commit | aa4058aea24efe7aef736cbfb2d9b07de920ca27 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Mon Aug 03 12:24:45 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 04 16:44:30 2009 -0400 |
tree | 5d60e3b837fa80e57a7cc01557f2b7fd092654b7 | |
parent | 08e0403a1472d9fa3662369a36ccaf24c796a33e [diff] |
ath9k: break up hw initialization into a few more helpers This makes reading the hardware initialization process easier to understand. The new helpers added are: ath9k_hw_init_cal_settings() ath9k_hw_init_mode_regs() ath9k_hw_init_mode_gain_regs() ath9k_hw_init_11a_eeprom_fix() This patch has no functional changes. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>