From: "Arend van Spriel" <arend@broadcom.com>
To: "Francis Moreau" <francis.moro@gmail.com>
Cc: "Alwin Beukers" <alwin@broadcom.com>,
"Roland Vossen" <rvossen@broadcom.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"Julian Calaby" <julian.calaby@gmail.com>,
"Johannes Berg" <johannes@sipsolutions.net>
Subject: Re: brcmsmac broken with 3.2
Date: Fri, 20 Jan 2012 09:30:35 +0100 [thread overview]
Message-ID: <4F19262B.4000102@broadcom.com> (raw)
In-Reply-To: <CAC9WiBh5-vS6UmCYCs911WAudmWDtsgDPmHim71LtvaC81HsWQ@mail.gmail.com>
On 01/19/2012 10:19 PM, Francis Moreau wrote:
> Hi all,
>
> I'm wondering now why the brmsmac driver had been removed from the
> staging driver tree if no one cares.
>
> Bye.
Sorry for the delay in getting back to you. Still care about our
brcmsmac driver, but I can only work one issue at a time.
>
> On Thu, Jan 12, 2012 at 8:32 PM, Francis Moreau <francis.moro@gmail.com> wrote:
>> Hello,
>>
>> I'm facing a new issue after upgrading from 3.1 to 3.2.
>>
>> It happens when switching on/off my wireless card (BCM4313 [14e4:4727]).
>>
>> Here's the oops I'm getting:
>>
>> [36370.370768] WARNING: at net/mac80211/rx.c:2979
Did this problem occur with plain 3.2 kernel. I checked out the v3.2
mainline tag and looked at line 2979:ieee80211_rx():
2975: /*
2976: * The same happens when we're not even started,
2977: * but that's worth a warning.
2978: */
2979: if (WARN_ON(!local->started))
2980: goto drop;
>> ieee80211_rx+0x91b/0x9e0 [mac80211]()
>> [36370.370775] Hardware name: Vostro 3500
>> [36370.370870] Pid: 0, comm: swapper/0 Tainted: G WC O 3.2.0
I guess brcmsmac is sending up a received wireless packet to mac80211
and it is dropped, because mac80211 did not yet call the start callback.
It is just a warning so if you are having problems connecting to an AP
you may have other issues. As the comment states it is worth a warning
so I will look further into this.
Gr. AvS
next prev parent reply other threads:[~2012-01-20 8:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-12 19:32 brcmsmac broken with 3.2 Francis Moreau
2012-01-12 20:11 ` Arend van Spriel
2012-01-12 21:39 ` Francis Moreau
2012-01-19 21:19 ` Francis Moreau
2012-01-19 22:34 ` Julian Calaby
2012-01-20 8:30 ` Arend van Spriel [this message]
2012-01-21 17:02 ` Francis Moreau
2012-01-20 13:10 ` Arend van Spriel
2012-01-21 17:01 ` Francis Moreau
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=4F19262B.4000102@broadcom.com \
--to=arend@broadcom.com \
--cc=alwin@broadcom.com \
--cc=francis.moro@gmail.com \
--cc=johannes@sipsolutions.net \
--cc=julian.calaby@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=rvossen@broadcom.com \
/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.