aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ns83820.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ns83820.c')
-rw-r--r--drivers/net/ns83820.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ns83820.c b/drivers/net/ns83820.c
index 1576ac07216e..c594e1946476 100644
--- a/drivers/net/ns83820.c
+++ b/drivers/net/ns83820.c
@@ -1077,7 +1077,8 @@ static void ns83820_cleanup_tx(struct ns83820 *dev)
1077 * while trying to track down a bug in either the zero copy code or 1077 * while trying to track down a bug in either the zero copy code or
1078 * the tx fifo (hence the MAX_FRAG_LEN). 1078 * the tx fifo (hence the MAX_FRAG_LEN).
1079 */ 1079 */
1080static int ns83820_hard_start_xmit(struct sk_buff *skb, struct net_device *ndev) 1080static netdev_tx_t ns83820_hard_start_xmit(struct sk_buff *skb,
1081 struct net_device *ndev)
1081{ 1082{
1082 struct ns83820 *dev = PRIV(ndev); 1083 struct ns83820 *dev = PRIV(ndev);
1083 u32 free_idx, cmdsts, extsts; 1084 u32 free_idx, cmdsts, extsts;