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:
Christian Brueffer 2009-01-03 10:56:10 +00:00
parent 9d721de31e
commit 3514c91e2c

View File

@ -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);