Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145312528
D48512.1777629608.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
722 B
Referenced Files
None
Subscribers
None
D48512.1777629608.diff
View Options
diff --git a/sys/dev/rtwn/rtl8192e/r92e_rf.c b/sys/dev/rtwn/rtl8192e/r92e_rf.c
--- a/sys/dev/rtwn/rtl8192e/r92e_rf.c
+++ b/sys/dev/rtwn/rtl8192e/r92e_rf.c
@@ -64,7 +64,9 @@
RW(val, R92C_HSSI_PARAM2_READ_ADDR, addr) &
~R92C_HSSI_PARAM2_READ_EDGE);
+ rtwn_delay(sc, 10);
rtwn_bb_setbits(sc, R92C_HSSI_PARAM2(0), R92C_HSSI_PARAM2_READ_EDGE, 0);
+ rtwn_delay(sc, 100);
rtwn_bb_setbits(sc, R92C_HSSI_PARAM2(0), 0, R92C_HSSI_PARAM2_READ_EDGE);
rtwn_delay(sc, 20);
@@ -82,5 +84,6 @@
rtwn_bb_setbits(sc, 0x818, 0x20000, 0);
rtwn_bb_write(sc, R92C_LSSI_PARAM(chain),
SM(R88E_LSSI_PARAM_ADDR, addr) | SM(R92C_LSSI_PARAM_DATA, val));
+ rtwn_delay(sc, 1);
rtwn_bb_setbits(sc, 0x818, 0, 0x20000);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 10:00 AM (1 h, 20 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28523223
Default Alt Text
D48512.1777629608.diff (722 B)
Attached To
Mode
D48512: rtwn: bring the RTL8192EU RF read/write routines in line with rtl8xxxu
Attached
Detach File
Event Timeline
Log In to Comment