Page MenuHomeFreeBSD

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

Authored by adrian on Sun, Jan 19, 1:10 AM.
Referenced Files
F108459520: D48512.diff
Sat, Jan 25, 1:22 AM
F108412881: D48512.diff
Fri, Jan 24, 2:16 PM
F108376993: D48512.diff
Fri, Jan 24, 7:16 AM
Unknown Object (File)
Sun, Jan 19, 10:35 PM
Unknown Object (File)
Sun, Jan 19, 9:26 PM
Unknown Object (File)
Sun, Jan 19, 8:55 PM
Unknown Object (File)
Sun, Jan 19, 8:36 PM
Unknown Object (File)
Sun, Jan 19, 8:21 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