mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
netif_carrier_{on,off}() handles starting and stopping packet
flow into the driver. So there is no reason to invoke netif_stop_queue()
and netif_wake_queue() in response to link status events.
Signed-off-by: David S. Miller <davem@davemloft.net>