|
@@ -477,7 +477,7 @@ static void ath9k_eeprom_request_cb(const struct firmware *eeprom_blob,
|
|
static int ath9k_eeprom_request(struct ath_softc *sc, const char *name)
|
|
static int ath9k_eeprom_request(struct ath_softc *sc, const char *name)
|
|
{
|
|
{
|
|
struct ath9k_eeprom_ctx ec;
|
|
struct ath9k_eeprom_ctx ec;
|
|
- struct ath_hw *ah = ah = sc->sc_ah;
|
|
|
|
|
|
+ struct ath_hw *ah = sc->sc_ah;
|
|
int err;
|
|
int err;
|
|
|
|
|
|
/* try to load the EEPROM content asynchronously */
|
|
/* try to load the EEPROM content asynchronously */
|