Leftover bogus TX UNLOCK removed. Thanks to

Andrew Boyer.
This commit is contained in:
jfv 2011-01-21 23:55:28 +00:00
parent 54c963102e
commit 50008afcfe

View File

@ -1870,7 +1870,6 @@ ixgbe_local_timer(void *arg)
txr->me, txr->tx_avail, txr->next_to_clean);
adapter->ifp->if_drv_flags &= ~IFF_DRV_RUNNING;
adapter->watchdog_events++;
IXGBE_TX_UNLOCK(txr);
ixgbe_init_locked(adapter);
}