|
@@ -436,7 +436,7 @@ void cpsw_tx_handler(void *token, int len, int status)
|
|
|
* queue is stopped then start the queue as we have free desc for tx
|
|
|
*/
|
|
|
if (unlikely(netif_queue_stopped(ndev)))
|
|
|
- netif_start_queue(ndev);
|
|
|
+ netif_wake_queue(ndev);
|
|
|
cpts_tx_timestamp(priv->cpts, skb);
|
|
|
priv->stats.tx_packets++;
|
|
|
priv->stats.tx_bytes += len;
|