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
Unknown Object (File)
Sun, Jul 13, 6:54 AM
Unknown Object (File)
Fri, Jul 11, 3:54 AM
Unknown Object (File)
Sun, Jul 6, 1:34 AM
Unknown Object (File)
Sat, Jul 5, 5:00 PM
Unknown Object (File)
Tue, Jul 1, 9:40 AM
Unknown Object (File)
Thu, Jun 26, 4:51 AM
Unknown Object (File)
Wed, Jun 25, 8:46 PM
Unknown Object (File)
Wed, Jun 25, 2:09 AM
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