mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Another build fix
This commit is contained in:
parent
f413cc200e
commit
ab78c99d94
1 changed files with 1 additions and 1 deletions
|
|
@ -1148,7 +1148,7 @@ igb_poll(struct ifnet *ifp, enum poll_cmd cmd, int count)
|
|||
igb_txeof(txr);
|
||||
|
||||
if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd))
|
||||
igb_start_locked(txr);
|
||||
igb_start_locked(txr, ifp);
|
||||
IGB_TX_UNLOCK(txr);
|
||||
}
|
||||
#endif /* DEVICE_POLLING */
|
||||
|
|
|
|||
Loading…
Reference in a new issue