Oleksij Rempel wrote:
> > Can you try this patch ?
> > 
> > diff --git a/drivers/net/wireless/ath/ath9k/recv.c 
> > b/drivers/net/wireless/ath/ath9k/recv.c
> > index 6d643ca..a638f3a 100644
> > --- a/drivers/net/wireless/ath/ath9k/recv.c
> > +++ b/drivers/net/wireless/ath/ath9k/recv.c
> > @@ -850,8 +850,9 @@ static int ath9k_process_rate(struct ath_common *common,
> >     enum ieee80211_band band;
> >     unsigned int i = 0;
> >     struct ath_softc __maybe_unused *sc = common->priv;
> > +   struct ath_hw *ah = common->ah;
> >  
> > -   band = hw->conf.chandef.chan->band;
> > +   band = ah->curchan->chan->band;
> >     sband = hw->wiphy->bands[band];
> >  
> >     switch (hw->conf.chandef.width) {
> 
> seems to be fixed with this change. thank you :)

I've posted a patch to address this issue, can you please test it ?
https://patchwork.kernel.org/patch/3454781/

Sujith
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to