e1000: use netif_tx_disable

we can use netif_tx_disable now because LLTX has been removed.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jesse Brandeburg 2009-09-25 12:17:01 +00:00 committed by David S. Miller
parent 282b177782
commit 5185107309
1 changed files with 1 additions and 2 deletions

View File

@ -485,8 +485,7 @@ void e1000_down(struct e1000_adapter *adapter)
ew32(RCTL, rctl & ~E1000_RCTL_EN);
/* flush and sleep below */
/* can be netif_tx_disable when NETIF_F_LLTX is removed */
netif_stop_queue(netdev);
netif_tx_disable(netdev);
/* disable transmits in the hardware */
tctl = er32(TCTL);