Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146647893
D48026.id147807.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
930 B
Referenced Files
None
Subscribers
None
D48026.id147807.diff
View Options
diff --git a/sys/dev/rtwn/rtl8192c/r92c_tx.c b/sys/dev/rtwn/rtl8192c/r92c_tx.c
--- a/sys/dev/rtwn/rtl8192c/r92c_tx.c
+++ b/sys/dev/rtwn/rtl8192c/r92c_tx.c
@@ -212,12 +212,6 @@
struct r92c_tx_desc *txd = (struct r92c_tx_desc *)buf;
txd->txdw1 |= htole32(SM(R92C_TXDW1_MACID, id));
-
- /* XXX does not belong here */
- /* XXX temporary (I hope) */
- /* Force CCK1 for RTS / CTS frames (driver bug) */
- txd->txdw4 &= ~htole32(SM(R92C_TXDW4_RTSRATE, R92C_TXDW4_RTSRATE_M));
- txd->txdw4 &= ~htole32(R92C_TXDW4_RTS_SHORT);
}
static int
diff --git a/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c b/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c
--- a/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c
+++ b/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c
@@ -354,8 +354,6 @@
r92cu_post_init(struct rtwn_softc *sc)
{
- rtwn_write_4(sc, R92C_POWER_STATUS, 0x5);
-
/* Perform LO and IQ calibrations. */
r92c_iq_calib(sc);
/* Perform LC calibration. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 9:59 AM (20 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29281035
Default Alt Text
D48026.id147807.diff (930 B)
Attached To
Mode
D48026: rtwn: disable a workaround introduced earlier for RTL8192CU TX performance
Attached
Detach File
Event Timeline
Log In to Comment