mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Remove ENABLE_USB_DROP_INCORRECT_OUT
It is defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
2bcb8d3cb2
commit
c291f6278d
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue