commit | d35bf9bc7d72a5e3055c808e5d5530a81a0c9a38 | [log] [tgz] |
---|---|---|
author | Finn Thain <fthain@telegraphics.com.au> | Sun Feb 16 08:03:32 2020 +1100 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 16 19:48:22 2020 -0800 |
tree | 01d3aa58104374b18b0c09d5f6ff2b0d603286bf | |
parent | 29660d50a9e3a88c2c930994ac59ba5e4e74f344 [diff] |
net/sonic: Remove redundant netif_start_queue() call The transmit queue must be running already otherwise sonic_send_packet() would not have been called. If the queue was stopped by the interrupt handler, the interrupt handler will restart it again. Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>