Page MenuHomeFreeBSD

rtwn: disable a workaround introduced earlier for RTL8192CU TX performance
ClosedPublic

Authored by adrian on Wed, Dec 11, 5:19 AM.
Referenced Files
Unknown Object (File)
Fri, Dec 20, 10:43 PM
Unknown Object (File)
Thu, Dec 19, 8:42 PM
Unknown Object (File)
Thu, Dec 19, 4:14 PM
Unknown Object (File)
Sun, Dec 15, 4:04 AM
Unknown Object (File)
Wed, Dec 11, 12:47 PM
Subscribers

Details

Summary

I'm unable to reproduce the original problem with my RTL8192CU USB
devices with the current codebase and I can't find any reference
to what this power register is doing - I see it defined in drivers,
but it's not described or used anywhere.

This reverts 7f740971658d71c1ee95ee68032b4696c1684845 -
rtwn_usb(4): fix Tx instability with RTL8192CU chipsets

In any case being able to do higher rate RTS/CTS is beneficial.

Local testing:

  • rtl8192cu, STA mode, TX/RX testing

PR: 233949

Diff Detail

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

Event Timeline

With the caveat that you'd monitor BZ and the lists for regressions this might cause that you don't anticipate...

This revision is now accepted and ready to land.Thu, Dec 12, 6:01 PM

With the caveat that you'd monitor BZ and the lists for regressions this might cause that you don't anticipate...

Yeah, and maybe a note in UPDATING and/or a heads-up on -current that a workaround was removed and request to look out for regressions.

Please use a Fixes: line in the commit message or similar whatever the template suggests for reverts.

Also wireless list in addition to what @emaste suggested.