Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd7b22c9 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8192su: remove RTL8192SU_DISABLE_IQK ifdefs

parent 8b804677
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,6 @@ EXTRA_CFLAGS += -DJACKSON_NEW_RX
EXTRA_CFLAGS += -DTHOMAS_BEACON
EXTRA_CFLAGS += -DTHOMAS_BEACON


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


#EXTRA_CFLAGS += -DMUTIPLE_BULK_OUT
#EXTRA_CFLAGS += -DMUTIPLE_BULK_OUT


+0 −11
Original line number Original line Diff line number Diff line
@@ -7033,17 +7033,6 @@ bool rtl8192SU_adapter_start(struct net_device *dev)
		//PHY_SetBBReg(Adapter, rOFDM0_TRxPathEnable, bMaskByte0, 0x11);
		//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
	//LZM 090219
	// Set CCK and OFDM Block "ON"
	// Set CCK and OFDM Block "ON"