aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-08-03 12:24:43 -0700
committerJohn W. Linville <linville@tuxdriver.com>2009-08-04 16:44:29 -0400
commitb8b0f377c762558b3773e27f73c7bbcd0fa40171 (patch)
tree9fc205deaabb46f9c02cc033cd18847a0a7d4624 /drivers
parentath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults() (diff)
downloadlinux-dev-b8b0f377c762558b3773e27f73c7bbcd0fa40171.tar.xz
linux-dev-b8b0f377c762558b3773e27f73c7bbcd0fa40171.zip
ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()
This reflects better what we are actually doing there. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-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)
return NULL;
}
-static void ath9k_hw_set_defaults(struct ath_hw *ah)
+static void ath9k_hw_init_config(struct ath_hw *ah)
{
int i;
@@ -655,7 +655,7 @@ int ath9k_hw_attach(struct ath_hw *ah)
}
ath9k_hw_init_defaults(ah);
- ath9k_hw_set_defaults(ah);
+ ath9k_hw_init_config(ah);
if (!ath9k_hw_set_reset_reg(ah, ATH9K_RESET_POWER_ON)) {
DPRINTF(ah->ah_sc, ATH_DBG_FATAL, "Couldn't reset chip\n");