1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Leftover bogus TX UNLOCK removed. Thanks to

Andrew Boyer.
This commit is contained in:
Jack F Vogel 2011-01-21 23:55:28 +00:00
parent 198c89c306
commit c6f98cde15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217705

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