Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162042
b: refs/heads/master
c: bd7b22c
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent d22399c commit 18b3161
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b804677f9d38f07e2e8644e3a96440759cdfa76
refs/heads/master: bd7b22c91af8ae58c013d5bd2774dbca8fd979a1
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192su/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ EXTRA_CFLAGS += -DJACKSON_NEW_RX
EXTRA_CFLAGS += -DTHOMAS_BEACON

EXTRA_CFLAGS += -DRTL8192SU
EXTRA_CFLAGS += -DRTL8192SU_DISABLE_IQK=1

#EXTRA_CFLAGS += -DMUTIPLE_BULK_OUT

Expand Down
11 changes: 0 additions & 11 deletions trunk/drivers/staging/rtl8192su/r8192U_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -7033,17 +7033,6 @@ bool rtl8192SU_adapter_start(struct net_device *dev)
//PHY_SetBBReg(Adapter, rOFDM0_TRxPathEnable, bMaskByte0, 0x11);
}

#if (RTL8192SU_DISABLE_IQK==0)
// For 1T2R IQK only currently.
if (priv->card_8192_version == VERSION_8192S_BCUT)
{
PHY_IQCalibrateBcut(dev);
}
else if (priv->card_8192_version == VERSION_8192S_ACUT)
{
PHY_IQCalibrate(dev);
}
#endif

//LZM 090219
// Set CCK and OFDM Block "ON"
Expand Down

0 comments on commit 18b3161

Please sign in to comment.