Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107304330
D48428.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
690 B
Referenced Files
None
Subscribers
None
D48428.diff
View Options
diff --git a/sys/dev/rtwn/rtl8192e/r92e_init.c b/sys/dev/rtwn/rtl8192e/r92e_init.c
--- a/sys/dev/rtwn/rtl8192e/r92e_init.c
+++ b/sys/dev/rtwn/rtl8192e/r92e_init.c
@@ -368,6 +368,7 @@
return;
}
+#if 0
/* SOP option to disable BG/MB. */
rtwn_setbits_1_shift(sc, R92C_APS_FSMCO, 0xff,
R92C_APS_FSMCO_SOP_RCK, 3);
@@ -377,12 +378,15 @@
/* Disable small LDO. */
rtwn_setbits_1(sc, R92C_SPS0_CTRL, 0x1, 0);
+#endif
/* Enable WL suspend. */
rtwn_setbits_1_shift(sc, R92C_APS_FSMCO, R92C_APS_FSMCO_AFSM_PCIE,
R92C_APS_FSMCO_AFSM_HSUS, 1);
+#if 0
/* Enable SW LPS. */
rtwn_setbits_1_shift(sc, R92C_APS_FSMCO, 0,
R92C_APS_FSMCO_APFM_RSM, 1);
+#endif
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 13, 6:34 AM (11 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15770401
Default Alt Text
D48428.diff (690 B)
Attached To
Mode
D48428: rtwn: fix RTL8192EU power-down / power-up hanging
Attached
Detach File
Event Timeline
Log In to Comment