aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 6aee57065c7b..31ec83dfddd5 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -388,7 +388,7 @@ static const char *ath9k_hw_devname(u16 devid)
388 return NULL; 388 return NULL;
389} 389}
390 390
391static void ath9k_hw_set_defaults(struct ath_hw *ah) 391static void ath9k_hw_init_config(struct ath_hw *ah)
392{ 392{
393 int i; 393 int i;
394 394
@@ -655,7 +655,7 @@ int ath9k_hw_attach(struct ath_hw *ah)
655 } 655 }
656 656
657 ath9k_hw_init_defaults(ah); 657 ath9k_hw_init_defaults(ah);
658 ath9k_hw_set_defaults(ah); 658 ath9k_hw_init_config(ah);
659 659
660 if (!ath9k_hw_set_reset_reg(ah, ATH9K_RESET_POWER_ON)) { 660 if (!ath9k_hw_set_reset_reg(ah, ATH9K_RESET_POWER_ON)) {
661 DPRINTF(ah->ah_sc, ATH_DBG_FATAL, "Couldn't reset chip\n"); 661 DPRINTF(ah->ah_sc, ATH_DBG_FATAL, "Couldn't reset chip\n");