diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/init.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c index 41736e5a49e0..39157ca723d6 100644 --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c | |||
@@ -441,6 +441,9 @@ static void ath9k_init_pcoem_platform(struct ath_softc *sc) | |||
441 | ah->config.no_pll_pwrsave = true; | 441 | ah->config.no_pll_pwrsave = true; |
442 | ath_info(common, "Disable PLL PowerSave\n"); | 442 | ath_info(common, "Disable PLL PowerSave\n"); |
443 | } | 443 | } |
444 | |||
445 | if (sc->driver_data & ATH9K_PCI_LED_ACT_HI) | ||
446 | ah->config.led_active_high = true; | ||
444 | } | 447 | } |
445 | 448 | ||
446 | static void ath9k_eeprom_request_cb(const struct firmware *eeprom_blob, | 449 | static void ath9k_eeprom_request_cb(const struct firmware *eeprom_blob, |