rtl8188eu: Remove ENABLE_USB_DROP_INCORRECT_OUT

It is defined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-03 21:43:57 -06:00
parent 2bcb8d3cb2
commit c291f6278d
2 changed files with 1 additions and 4 deletions

View file

@ -590,11 +590,10 @@ _InitHardwareDropIncorrectBulkOut(
IN struct adapter *Adapter
)
{
#ifdef ENABLE_USB_DROP_INCORRECT_OUT
u32 value32 = rtw_read32(Adapter, REG_TXDMA_OFFSET_CHK);
value32 |= DROP_DATA_EN;
rtw_write32(Adapter, REG_TXDMA_OFFSET_CHK, value32);
#endif
}
static void

View file

@ -47,8 +47,6 @@
#define CONFIG_OUT_EP_WIFI_MODE 0
#define ENABLE_USB_DROP_INCORRECT_OUT
#define DISABLE_BB_RF 0
#define MP_DRIVER 0