aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/eeprom.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-08-03 12:24:46 -0700
committerJohn W. Linville <linville@tuxdriver.com>2009-08-04 16:44:30 -0400
commitf637cfd6bbacbaeab329f9dfc56e9855cc15849d (patch)
treea3b8bfcf44c70d56996553c6f93ef98bcb82d0ea /drivers/net/wireless/ath/ath9k/eeprom.c
parentaa4058aea24efe7aef736cbfb2d9b07de920ca27 (diff)
downloadkernel_samsung_smdk4412-f637cfd6bbacbaeab329f9dfc56e9855cc15849d.zip
kernel_samsung_smdk4412-f637cfd6bbacbaeab329f9dfc56e9855cc15849d.tar.gz
kernel_samsung_smdk4412-f637cfd6bbacbaeab329f9dfc56e9855cc15849d.tar.bz2
ath9k: describe hw initialization better
During initialization ath9k tends to use "attach" to when we initialize hardware due to the fact we used to attach a "HAL". The notion of a HAL is long gone, so lets just be clear on what we are doing. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/eeprom.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/eeprom.c b/drivers/net/wireless/ath/ath9k/eeprom.c
index 6fb1a80..e8ccec0 100644
--- a/drivers/net/wireless/ath/ath9k/eeprom.c
+++ b/drivers/net/wireless/ath/ath9k/eeprom.c
@@ -3978,7 +3978,7 @@ static struct eeprom_ops eep_AR9287_ops = {
};
-int ath9k_hw_eeprom_attach(struct ath_hw *ah)
+int ath9k_hw_eeprom_init(struct ath_hw *ah)
{
int status;
if (AR_SREV_9287(ah)) {