]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - drivers/net/wireless/ath/ath9k/eeprom.c
ath9k_hw: rename eep_AR9287_ops to eep_ar9287_ops
[lisovros/linux_canprio.git] / drivers / net / wireless / ath / ath9k / eeprom.c
index 1a48f43f653ed0f97b58d989d81bf5c9d059f4e1..aec6ebbb658400ccd63030330f04f09c84b97cff 100644 (file)
@@ -257,7 +257,7 @@ int ath9k_hw_eeprom_init(struct ath_hw *ah)
        int status;
 
        if (AR_SREV_9287(ah)) {
-               ah->eep_ops = &eep_AR9287_ops;
+               ah->eep_ops = &eep_ar9287_ops;
        } else if (AR_SREV_9285(ah) || AR_SREV_9271(ah)) {
                ah->eep_ops = &eep_4k_ops;
        } else {