From: Felix Fietkau <nbd@openwrt.org>
To: Arend van Spriel <arend@broadcom.com>
Cc: Milan Bouchet-Valat <nalimilan@club-internet.fr>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
Johannes Berg <johannes@sipsolutions.net>
Subject: Re: BCM4313 keeps disconnecting with brcmsmac and multiple APs
Date: Fri, 27 Jan 2012 11:19:58 +0100 [thread overview]
Message-ID: <4F227A4D.80701@openwrt.org> (raw)
In-Reply-To: <4F22646E.1010507@broadcom.com>
On 2012-01-27 9:46 AM, Arend van Spriel wrote:
> On 01/24/2012 11:31 AM, Milan Bouchet-Valat wrote:
>> [ 297.365453] wlan0: Wrong control channel in association response: configured center-freq: 2437 hti-cfreq: 2462 hti->control_chan: 11 band: 0. Disabling HT.
>
> Hi Felix,
>
> My guess is that this message is coming from minstrel_ht. Could you
> explain what it means?
It's not minstrel_ht, it's this piece of code from net/mac80211/mlme.c:
if (enable_ht) {
hti_cfreq = ieee80211_channel_to_frequency(hti->control_chan,
sband->band);
/* check that channel matches the right operating channel */
if (local->hw.conf.channel->center_freq != hti_cfreq) {
/* Some APs mess this up, evidently.
* Netgear WNDR3700 sometimes reports 4 higher than
* the actual channel, for instance.
*/
printk(KERN_DEBUG
"%s: Wrong control channel in association"
" response: configured center-freq: %d"
" hti-cfreq: %d hti->control_chan: %d"
" band: %d. Disabling HT.\n",
sdata->name,
local->hw.conf.channel->center_freq,
hti_cfreq, hti->control_chan,
sband->band);
enable_ht = false;
}
}
- Felix
next prev parent reply other threads:[~2012-01-27 10:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-24 10:31 BCM4313 keeps disconnecting with brcmsmac and multiple APs Milan Bouchet-Valat
2012-01-27 8:46 ` Arend van Spriel
2012-01-27 10:19 ` Felix Fietkau [this message]
2012-01-27 10:08 ` Arend van Spriel
2012-01-27 10:26 ` Milan Bouchet-Valat
2012-01-27 11:37 ` Arend van Spriel
2012-01-31 13:57 ` Milan Bouchet-Valat
2012-01-31 14:44 ` Arend van Spriel
2012-01-31 14:57 ` Milan Bouchet-Valat
2012-02-02 9:35 ` Milan Bouchet-Valat
2012-01-31 13:36 ` Milan Bouchet-Valat
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=4F227A4D.80701@openwrt.org \
--to=nbd@openwrt.org \
--cc=arend@broadcom.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=nalimilan@club-internet.fr \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.