Page MenuHomeFreeBSD

rtwn: remove the conditional compilation around the sc_ht40 option.
ClosedPublic

Authored by adrian on Dec 2 2024, 5:30 AM.
Referenced Files
Unknown Object (File)
Fri, Dec 20, 2:55 AM
Unknown Object (File)
Thu, Dec 12, 1:24 AM
Unknown Object (File)
Mon, Dec 9, 1:25 AM
Unknown Object (File)
Dec 5 2024, 7:48 PM
Subscribers

Details

Summary

This option stems from a bunch of issues a long time ago where HT40
support on some NICs is unstable - likely because we're not setting
up the RF/baseband correctly.

In any case, it doesn't need to be conditionally compiled anymore.
Leave it in, leave it off by default, and various chipset initialisation
paths can decide whether to enable it themselves.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 60907
Build 57791: arc lint + arc unit

Event Timeline

adrian requested review of this revision.Dec 2 2024, 5:30 AM
emaste added a subscriber: emaste.

Yeah it seems #if 1 serves no useful documentary purpose

sys/dev/rtwn/if_rtwnvar.h
175

shall we switch it to bool while here?

This revision is now accepted and ready to land.Dec 3 2024, 9:28 PM

ugh somehow i missed the differential revision url in this when I landed it, sorry :(

ugh somehow i missed the differential revision url in this when I landed it, sorry :(

Then you can also Close it.