Skip to content

Commit

Permalink
Staging: rtl8192su: remove RTL8192SU_DISABLE_IQK ifdefs
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 8b80467 commit bd7b22c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion 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 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 bd7b22c

Please sign in to comment.