mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
ndis_send_packets() but there's no link yet, we get an immediate callback to ndis_txeof(), which clears if_timer. But ndis_start() sets if_timer right after the call to ndis_send_packets(). Set if_timer before calling ndis_send_packets(). Also fix mutex locking to prevent ndis_txeof() from running in the middle of ndis_start(). |
||
|---|---|---|
| .. | ||
| if_ndis.c | ||
| if_ndisvar.h | ||