Call pcn_start_locked() instead of pcn_start() where the softc lock is
already held. Approved by: rwatson (mentor) MFC after: 3 weeks
This commit is contained in:
parent
9d721de31e
commit
3514c91e2c
@ -1446,7 +1446,7 @@ pcn_watchdog(ifp)
|
||||
pcn_init_locked(sc);
|
||||
|
||||
if (ifp->if_snd.ifq_head != NULL)
|
||||
pcn_start(ifp);
|
||||
pcn_start_locked(ifp);
|
||||
|
||||
PCN_UNLOCK(sc);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user