mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF.
This commit is contained in:
parent
2a2d4405a2
commit
e562c84330
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ static void aue_rxstart(ifp)
|
|||
|
||||
/* Setup new transfer. */
|
||||
usbd_setup_xfer(c->aue_xfer, sc->aue_ep[AUE_ENDPT_RX],
|
||||
c, mtod(c->aue_mbuf, char *), AUE_BUFSZ, USBD_SHORT_XFER_OK,
|
||||
c, mtod(c->aue_mbuf, char *), AUE_CUTOFF, USBD_SHORT_XFER_OK,
|
||||
USBD_NO_TIMEOUT, aue_rxeof);
|
||||
usbd_transfer(c->aue_xfer);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue