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>
This commit is contained in:

committed by
John W. Linville

parent
aa4058aea2
commit
f637cfd6bb
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user