On Tue, Apr 19, 2011 at 07:43:28PM +0530, Sujith wrote: > Vasanthakumar Thiagarajan wrote: > > Signed-off-by: Vasanthakumar Thiagarajan <vasanth@xxxxxxxxxxx> > > --- > > drivers/net/wireless/ath/ath9k/hw.c | 52 ++++++++++++++++++++++++++++++++-- > > drivers/net/wireless/ath/ath9k/hw.h | 2 +- > > drivers/net/wireless/ath/ath9k/phy.h | 3 ++ > > drivers/net/wireless/ath/ath9k/reg.h | 4 ++- > > 4 files changed, 56 insertions(+), 5 deletions(-) > > > > diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c > > index 8c0364f..013ffba 100644 > > --- a/drivers/net/wireless/ath/ath9k/hw.c > > +++ b/drivers/net/wireless/ath/ath9k/hw.c > > @@ -714,15 +714,48 @@ static void ath9k_hw_init_pll(struct ath_hw *ah, > > AR_CH0_BB_DPLL2_PLL_PWD, 0x0); > > udelay(1000); > > > > - REG_RMW_FIELD(ah, AR_CH0_BB_DPLL3, > > - AR_CH0_DPLL3_PHASE_SHIFT, DPLL3_PHASE_SHIFT_VAL); > > Should this be removed ? Yes, that should be removed, but that should be different patch as it is specific to AR9345. I'll split it. thanks. Vasanth -- 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