On Thu, 2010-04-08 at 15:27 -0400, Luis R. Rodriguez wrote: > Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> > --- > drivers/net/wireless/ath/ath9k/ar9002_hw.c | 56 ++++++++++++++++++++++++++++ > drivers/net/wireless/ath/ath9k/hw.c | 56 +--------------------------- > drivers/net/wireless/ath/ath9k/hw.h | 1 + > 3 files changed, 58 insertions(+), 55 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath9k/ar9002_hw.c b/drivers/net/wireless/ath/ath9k/ar9002_hw.c > index ecc0699..487cd8d 100644 > --- a/drivers/net/wireless/ath/ath9k/ar9002_hw.c > +++ b/drivers/net/wireless/ath/ath9k/ar9002_hw.c > @@ -479,6 +479,62 @@ static void ar9002_hw_configpcipowersave(struct ath_hw *ah, > } > } > > +static u32 ar9280_pci_hw_def_ini_fixup(struct ath_hw *ah, > + struct ar5416_eeprom_def *pEepData, > + u32 reg, > + u32 value) > +{ > +#define PWDCL_KIND (pBase->pwdclkind << AR_AN_TOP2_PWDCLKIND_S); > + struct base_eep_header *pBase = &(pEepData->baseEepHeader); > + struct ath_common *common = ath9k_hw_common(ah); > + > + switch (ah->hw_version.devid) { > + case AR9280_DEVID_PCI: > + if (reg == 0x7894) { Too late. My patch is in wireless-testing already. This will need to be rebased. Sorry for the trouble. And by the way, the ini data is also modified in set_addac routines for AR9160. Once it's fixed, the casts that allow writing to the ini data should be removed. -- Regards, Pavel Roskin -- 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