]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/ath/ath5k/eeprom.c
ath5k: Introduce ath5k_init_softc function as in ath9k
[karo-tx-linux.git] / drivers / net / wireless / ath / ath5k / eeprom.c
index 033eab9ad4e7c8482e2299ca0f18c85fd8b5a29b..a648957501e20a6b1af9862f906c12ddbb6e61dc 100644 (file)
@@ -208,7 +208,7 @@ ath5k_eeprom_init_header(struct ath5k_hw *ah)
         *
         * XXX: Serdes values seem to be fixed so
         * no need to read them here, we write them
-        * during ath5k_hw_attach */
+        * during ath5k_hw_init */
        AR5K_EEPROM_READ(AR5K_EEPROM_PCIE_OFFSET, val);
        ee->ee_serdes = (val == AR5K_EEPROM_PCIE_SERDES_SECTION) ?
                                                        true : false;