diff options
Diffstat (limited to 'drivers/net/atlx/atl1.c')
-rw-r--r-- | drivers/net/atlx/atl1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/atlx/atl1.c b/drivers/net/atlx/atl1.c index 8bca12f71390..00569dc1313c 100644 --- a/drivers/net/atlx/atl1.c +++ b/drivers/net/atlx/atl1.c | |||
@@ -2349,7 +2349,8 @@ static void atl1_tx_queue(struct atl1_adapter *adapter, u16 count, | |||
2349 | atomic_set(&tpd_ring->next_to_use, next_to_use); | 2349 | atomic_set(&tpd_ring->next_to_use, next_to_use); |
2350 | } | 2350 | } |
2351 | 2351 | ||
2352 | static int atl1_xmit_frame(struct sk_buff *skb, struct net_device *netdev) | 2352 | static netdev_tx_t atl1_xmit_frame(struct sk_buff *skb, |
2353 | struct net_device *netdev) | ||
2353 | { | 2354 | { |
2354 | struct atl1_adapter *adapter = netdev_priv(netdev); | 2355 | struct atl1_adapter *adapter = netdev_priv(netdev); |
2355 | struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; | 2356 | struct atl1_tpd_ring *tpd_ring = &adapter->tpd_ring; |