Felix Fietkau wrote: > - if (ah->config.pcie_clock_req) > - INIT_INI_ARRAY(&ah->iniPcieSerdes, > - ar9280PciePhy_clkreq_off_L1_9280); > - else > - INIT_INI_ARRAY(&ah->iniPcieSerdes, > - ar9280PciePhy_clkreq_always_on_L1_9280); > + INIT_INI_ARRAY(&ah->iniPcieSerdes, > + ar9280PciePhy_clkreq_always_on_L1_9280); > > if (AR_SREV_9287_11_OR_LATER(ah)) { > INIT_INI_ARRAY(&ah->iniModes, ar9287Modes_9287_1_1); > diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c > index a403cfc..eeb0741 100644 > --- a/drivers/net/wireless/ath/ath9k/hw.c > +++ b/drivers/net/wireless/ath/ath9k/hw.c > @@ -446,7 +446,6 @@ static void ath9k_hw_init_config(struct ath_hw *ah) > ah->config.additional_swba_backoff = 0; > ah->config.ack_6mb = 0x0; > ah->config.cwm_ignore_extcca = 0; > - ah->config.pcie_clock_req = 0; > ah->config.analog_shiftreg = 1; Please leave this in the driver, this has to be set for selected cards. I'll look at the Windows registry and add platform support. Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html