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)
Mon, Mar 3, 3:11 PM
Unknown Object (File)
Fri, Feb 28, 4:18 AM
Unknown Object (File)
Sat, Feb 22, 11:43 PM
Unknown Object (File)
Tue, Feb 18, 7:48 PM
Unknown Object (File)
Mon, Feb 17, 9:40 AM
Unknown Object (File)
Sat, Feb 15, 1:41 PM
Unknown Object (File)
Thu, Feb 13, 12:22 AM
Unknown Object (File)
Wed, Feb 12, 4:00 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