Page MenuHomeFreeBSD

ath(4): always enable 11n
ClosedPublic

Authored by bz on Feb 18 2024, 6:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 28 2024, 3:40 AM
Unknown Object (File)
Sep 18 2024, 11:36 AM
Unknown Object (File)
Sep 18 2024, 3:00 AM
Unknown Object (File)
Sep 18 2024, 2:28 AM
Unknown Object (File)
Sep 17 2024, 9:21 AM
Unknown Object (File)
Sep 16 2024, 12:19 AM
Unknown Object (File)
Sep 8 2024, 4:56 PM
Unknown Object (File)
Sep 4 2024, 6:40 PM

Details

Summary

Rather than having a compile time option to enable 11n support for
ath(4), which requires changes to certain kernel configs and does not
just allow us to load ath(4), always unconditionally enable 11n and
remove the kernel option.

Reported by: pkubaj
Discussed with: adrian in D43549.

Diff Detail

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

Event Timeline

bz requested review of this revision.Feb 18 2024, 6:19 PM
This revision is now accepted and ready to land.Feb 18 2024, 7:18 PM

Even minimalists want this these days

lol well yeah, i think after 10+ years of the software transmit queue handling in ath(4) I can say "ok this shit just works now"

This revision was automatically updated to reflect the committed changes.