Page MenuHomeFreeBSD

rtwn: set the maximum AMPDU size correctly for RTL8812AU/RTL8821AU
ClosedPublic

Authored by adrian on Tue, Dec 17, 5:37 AM.
Referenced Files
Unknown Object (File)
Wed, Jan 8, 3:25 AM
Unknown Object (File)
Thu, Dec 26, 8:18 AM
Unknown Object (File)
Thu, Dec 26, 5:24 AM
Unknown Object (File)
Wed, Dec 25, 8:39 AM
Unknown Object (File)
Mon, Dec 23, 8:48 AM
Unknown Object (File)
Sat, Dec 21, 5:00 PM
Unknown Object (File)
Thu, Dec 19, 6:06 PM
Unknown Object (File)
Wed, Dec 18, 8:07 PM
Subscribers

Details

Summary

The vendor driver sets it to 64k or 128k depending upon chipset,
along with bit 31 being set.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz added a subscriber: bz.

Adjust the comments and good to go I would say.

sys/dev/rtwn/rtl8812a/usb/r12au_attach.c
144

Funny, what is that value doing? 11n PLCP is 64k max. Oh this one does 11ac as well. Rightyho.

sys/dev/rtwn/rtl8812a/usb/r12au_init.c
147

A-MPDU also in the 1st line of the commit message

151

I think the comment should extend to what's in the commit message about the high bit always being set by the vendor driver.

This revision is now accepted and ready to land.Tue, Jan 7, 7:14 PM
This revision now requires review to proceed.Wed, Jan 8, 2:30 AM
adrian added inline comments.
sys/dev/rtwn/rtl8812a/usb/r12au_init.c
147

i'll fix that in the commit ;otherwise it'll break git arc update

This revision was not accepted when it landed; it landed in state Needs Review.Wed, Jan 8, 2:59 AM
This revision was automatically updated to reflect the committed changes.
adrian marked an inline comment as done.