We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec52736 commit 89be599Copy full SHA for 89be599
drivers/staging/rtl8188eu/os_dep/xmit_linux.c
@@ -205,5 +205,5 @@ int rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev)
205
("%s: drop, tx_drop=%d\n", __func__, (u32)pxmitpriv->tx_drop));
206
207
exit:
208
- return 0;
+ return NETDEV_TX_OK;
209
}
0 commit comments