From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksij Rempel Date: Wed, 08 Jan 2014 19:12:57 +0100 Subject: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit In-Reply-To: <21197.13323.432898.206288@gargle.gargle.HOWL> References: <52B09758.9070801@rempel-privat.de> <21170.25746.772628.529123@gargle.gargle.HOWL> <52B2A15F.7030208@rempel-privat.de> <21196.10937.962241.311049@gargle.gargle.HOWL> <52CC6896.1090909@rempel-privat.de> <21196.45858.877639.854078@gargle.gargle.HOWL> <52CD17FE.7010806@rempel-privat.de> <21197.12132.257136.335099@gargle.gargle.HOWL> <21197.13323.432898.206288@gargle.gargle.HOWL> Message-ID: <52CD9529.6040401@rempel-privat.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Am 08.01.2014 12:18, schrieb Sujith Manoharan: > Sujith Manoharan wrote: >>> seems to be fixed with this change. thank you :) >> >> Thanks for testing, I'll post a more complete patch. > > Just to confirm, can you test this patch on a clean tree > (without the earlier fix) and make sure that the debug message > is seen when the issue happens ? > > Thanks ! > > diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c > index 6d643ca..c1486d4 100644 > --- a/drivers/net/wireless/ath/ath9k/recv.c > +++ b/drivers/net/wireless/ath/ath9k/recv.c > @@ -854,6 +854,13 @@ static int ath9k_process_rate(struct ath_common *common, > band = hw->conf.chandef.chan->band; > sband = hw->wiphy->bands[band]; > > + if (hw->conf.chandef.chan->band != sc->sc_ah->curchan->chan->band) { > + ath_dbg(common, ANY, > + "Band/channel mismatch (%d, %d)\n", > + hw->conf.chandef.chan->band, > + sc->sc_ah->curchan->chan->band); > + } > + > switch (hw->conf.chandef.width) { > case NL80211_CHAN_WIDTH_5: > rxs->flag |= RX_FLAG_5MHZ; If you still need this test result: [ 222.222983] ath: phy0: Band/channel mismatch (0, 1) -- Regards, Oleksij