The vendor driver sets it to 64k or 128k depending upon chipset,
along with bit 31 being set.
Details
Details
- Reviewers
bz - Group Reviewers
wireless - Commits
- rGdd58d03a2a46: rtwn: set the maximum A-MPDU size correctly for RTL8812AU/RTL8821AU
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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. |
sys/dev/rtwn/rtl8812a/usb/r12au_init.c | ||
---|---|---|
147 | i'll fix that in the commit ;otherwise it'll break git arc update |