mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-26 06:23:38 +00:00
rtl8188eu: Remove CONFIG_REDUCE_USB_TX_INT - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
2671ed45f4
commit
a877d929d5
1 changed files with 0 additions and 11 deletions
|
@ -313,17 +313,6 @@ _func_enter_;
|
||||||
//translate DMA FIFO addr to pipehandle
|
//translate DMA FIFO addr to pipehandle
|
||||||
pipe = ffaddr2pipehdl(pdvobj, addr);
|
pipe = ffaddr2pipehdl(pdvobj, addr);
|
||||||
|
|
||||||
#ifdef CONFIG_REDUCE_USB_TX_INT
|
|
||||||
if ( (pxmitpriv->free_xmitbuf_cnt%NR_XMITBUFF == 0)
|
|
||||||
|| (pxmitbuf->ext_tag == true) )
|
|
||||||
{
|
|
||||||
purb->transfer_flags &= (~URB_NO_INTERRUPT);
|
|
||||||
} else {
|
|
||||||
purb->transfer_flags |= URB_NO_INTERRUPT;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
usb_fill_bulk_urb(purb, pusbd, pipe,
|
usb_fill_bulk_urb(purb, pusbd, pipe,
|
||||||
pxmitframe->buf_addr, //= pxmitbuf->pbuf
|
pxmitframe->buf_addr, //= pxmitbuf->pbuf
|
||||||
cnt,
|
cnt,
|
||||||
|
|
Loading…
Reference in a new issue