Page MenuHomeFreeBSD

rtwn: bring the RTL8192EU RF read/write routines in line with rtl8xxxu
ClosedPublic

Authored by adrian on Jan 19 2025, 1:10 AM.
Referenced Files
F132445870: D48512.diff
Fri, Oct 17, 12:32 AM
F132426982: D48512.id149506.diff
Thu, Oct 16, 8:31 PM
Unknown Object (File)
Thu, Oct 9, 3:19 PM
Unknown Object (File)
Wed, Oct 8, 5:09 AM
Unknown Object (File)
Sat, Oct 4, 8:43 AM
Unknown Object (File)
Fri, Oct 3, 6:33 PM
Unknown Object (File)
Fri, Oct 3, 6:32 PM
Unknown Object (File)
Fri, Oct 3, 6:32 PM
Subscribers

Details

Summary

The Linux rtl8xxxu driver has more delays in the RF read and write
path.

It looks like for writes it's ensuring the hardware is out of
power save and that the transition has properly occured.

And it looks for reads that it wants a delay after some bit setting,
likely some shifting into the RF register space is occuring with
a bit set/clear to trigger a load.

See rtl8xxxu_write_rfreg() and rtl8xxxu_read_rfreg() for more
information.

Obtained from: Linux rtl8xxxu

Diff Detail

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