diff options
Diffstat (limited to 'drivers/net/3c507.c')
-rw-r--r-- | drivers/net/3c507.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/3c507.c b/drivers/net/3c507.c index 96b86659381a..9e93a0b39b6e 100644 --- a/drivers/net/3c507.c +++ b/drivers/net/3c507.c | |||
@@ -537,7 +537,7 @@ static int el16_send_packet (struct sk_buff *skb, struct net_device *dev) | |||
537 | 537 | ||
538 | /* You might need to clean up and record Tx statistics here. */ | 538 | /* You might need to clean up and record Tx statistics here. */ |
539 | 539 | ||
540 | return 0; | 540 | return NETDEV_TX_OK; |
541 | } | 541 | } |
542 | 542 | ||
543 | /* The typical workload of the driver: | 543 | /* The typical workload of the driver: |