All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Koutny <vlado@work.ksp.sk>
To: Dave Young <hidave.darkstar@gmail.com>
Cc: Mattias Nissler <mattias.nissler@gmx.de>,
	Michael Buesch <mb@bu3sch.de>,
	linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
	Stefano Brivio <stefano.brivio@polimi.it>
Subject: Re: mac80211 : WARN at net/mac80211/rate.h:153
Date: Tue, 15 Jul 2008 08:14:40 +0200	[thread overview]
Message-ID: <487C4050.1010006@work.ksp.sk> (raw)
In-Reply-To: <a8e1da0807142251p14324917w62d751bed5a56b92@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1129 bytes --]

Dave Young wrote:
> On Tue, Jul 15, 2008 at 1:17 AM, Mattias Nissler <mattias.nissler@gmx.de> wrote:
>> On Mon, 2008-07-14 at 16:14 +0200, Michael Buesch wrote:
>>> CCing PID guys.
>>> I've seen several people hitting this. What's the meaning of this warning?
>> It basically means the rate control cannot find any rate in
>> local->hw.wiphy->bands[local->hw.conf.channel->band] that is supported
>> by the sta in question. Normally this should not happen. I guess the
>> reason is that the supported rates bits in the sta info are all zero,
>> which would probably be a bug. I haven't seen this here, but I don't use
>> the IBSS code either. To further investigate this, you could the
>> following just before the WARN_ON:


This has been solved already:

http://git.kernel.org/?p=linux/kernel/git/linville/wireless-testing.git;a=commitdiff;h=def5e9a210235d690e79ae660972792860568421

Vlado

>>
>> printk(KERN_DEBUG "supported rates bitmask: %08x\n",
>>        sta->supp_rates[sband->band]);
> 
> Yes, as you said, I get:
> 
> supported rates bitmask: 00000000
> 
>> Mattias
>>
>>
> 
> 
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 378 bytes --]

  reply	other threads:[~2008-07-15  6:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-14  7:50 mac80211 : WARN at net/mac80211/rate.h:153 Dave Young
2008-07-14 14:14 ` Michael Buesch
2008-07-14 17:17   ` Mattias Nissler
2008-07-15  5:51     ` Dave Young
2008-07-15  6:14       ` Vladimir Koutny [this message]
2008-08-12 14:06         ` Tomas Winkler

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=487C4050.1010006@work.ksp.sk \
    --to=vlado@work.ksp.sk \
    --cc=hidave.darkstar@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mattias.nissler@gmx.de \
    --cc=mb@bu3sch.de \
    --cc=stefano.brivio@polimi.it \
    /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.