2011-03-21 17:49:53

by Larry Finger

[permalink] [raw]
Subject: Logs spammed by brcm80211

With both BCM4313 and BCM943224 cards, brcm80211 spams my logs with messages:

wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 159/256 dur 1778/1504
wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 137/256 dur 1602/1504
wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 382/256 dur 3562/1504

Thanks,

Larry


2011-03-21 18:38:21

by Brett Rudley

[permalink] [raw]
Subject: RE: Logs spammed by brcm80211

>
> With both BCM4313 and BCM943224 cards, brcm80211 spams my logs with
> messages:
>
> wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 159/256 dur
> 1778/1504
> wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 137/256 dur
> 1602/1504
> wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 382/256 dur
> 3562/1504
>
> Thanks,
>
> Larry

Thanks for the heads up, we'll look into it.

Brett



2011-03-21 18:52:10

by Arend van Spriel

[permalink] [raw]
Subject: Re: Logs spammed by brcm80211

On Mon, 21 Mar 2011 18:49:48 +0100, Larry Finger
<[email protected]> wrote:

> With both BCM4313 and BCM943224 cards, brcm80211 spams my logs with
> messages:
>
> wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 159/256 dur
> 1778/1504
> wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 137/256 dur
> 1602/1504
> wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 382/256 dur
> 3562/1504

This actually means that mac80211 is giving us transmit packets which
violate the txop duration. I am not sure whether this is actually true or
we did not honour the conf_tx callback. I think we should put this one on
our todo list.

> Thanks,
>
> Larry
>

Thanks
AvS
--
"The most merciful thing in the world, I think, is the inability of the
human
mind to correlate all its contents." - "The Call of Cthulhu"


2011-03-23 10:31:53

by Roland Vossen

[permalink] [raw]
Subject: Re: Logs spammed by brcm80211

Hello guys,

> Are you saying you expect mac80211 to fragment packets that don't fit
> into a txop? That's not done for sure.

Likely it is a problem in our driver. I have been victimized to take a
look at it, so consider me your point of this contact for this one ;-)
I'll keep you guys posted.

Bye, Roland.


2011-03-21 18:56:41

by Johannes Berg

[permalink] [raw]
Subject: Re: Logs spammed by brcm80211

On Mon, 2011-03-21 at 19:51 +0100, Arend van Spriel wrote:
> On Mon, 21 Mar 2011 18:49:48 +0100, Larry Finger
> <[email protected]> wrote:
>
> > With both BCM4313 and BCM943224 cards, brcm80211 spams my logs with
> > messages:
> >
> > wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 159/256 dur
> > 1778/1504
> > wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 137/256 dur
> > 1602/1504
> > wl0: wlc_d11hdrs_mac80211: AC_BE txop exceeded phylen 382/256 dur
> > 3562/1504
>
> This actually means that mac80211 is giving us transmit packets which
> violate the txop duration. I am not sure whether this is actually true or
> we did not honour the conf_tx callback. I think we should put this one on
> our todo list.

Are you saying you expect mac80211 to fragment packets that don't fit
into a txop? That's not done for sure.

johannes