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
>
> 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
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"
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.
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