diff --git a/net/core/dev.c b/net/core/dev.c
index 4b837896ebd25a6e9ef612fa62393a940c7c47a8..4b335661697626fce798e4ed7b0d525067af745c 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1917,7 +1917,7 @@ gso:
 			HARD_TX_LOCK(dev, txq, cpu);
 
 			if (!netif_tx_queue_stopped(txq)) {
-				rc = 0;
+				rc = NET_XMIT_SUCCESS;
 				if (!dev_hard_start_xmit(skb, dev, txq)) {
 					HARD_TX_UNLOCK(dev, txq);
 					goto out;