mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Forgot to remove unlock of the driver lock from age_start_locked() when
converting it to a locked variant. PR: kern/153948
This commit is contained in:
parent
0dd873372a
commit
86a11f3a96
1 changed files with 0 additions and 2 deletions
|
|
@ -1760,8 +1760,6 @@ age_start_locked(struct ifnet *ifp)
|
|||
/* Set a timeout in case the chip goes out to lunch. */
|
||||
sc->age_watchdog_timer = AGE_TX_TIMEOUT;
|
||||
}
|
||||
|
||||
AGE_UNLOCK(sc);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue