Historical ath9k-devel archives
 help / color / mirror / Atom feed
From: Oleksij Rempel <linux@rempel-privat.de>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit
Date: Wed, 08 Jan 2014 19:12:57 +0100	[thread overview]
Message-ID: <52CD9529.6040401@rempel-privat.de> (raw)
In-Reply-To: <21197.13323.432898.206288@gargle.gargle.HOWL>

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

  reply	other threads:[~2014-01-08 18:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-17 18:26 [ath9k-devel] ath: phy0: unsupported hw bitrate detected 0x1b using 1 Mbit Oleksij Rempel
2013-12-19  3:14 ` Sujith Manoharan
2013-12-19  7:33   ` Oleksij Rempel
2014-01-07 16:26     ` Sujith Manoharan
2014-01-07 20:50       ` Oleksij Rempel
2014-01-08  2:08         ` Sujith Manoharan
2014-01-08  9:18           ` Oleksij Rempel
2014-01-08 10:58             ` Sujith Manoharan
2014-01-08 11:18               ` Sujith Manoharan
2014-01-08 18:12                 ` Oleksij Rempel [this message]
2014-01-08 11:32               ` Oleksij Rempel
2014-01-08 16:19                 ` Sujith Manoharan
2014-01-08 16:18             ` Sujith Manoharan
2014-01-08  2:20         ` Sujith Manoharan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52CD9529.6040401@rempel-privat.de \
    --to=linux@rempel-privat.de \
    --cc=ath9k-devel@lists.ath9k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox