]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/atlx/atl2.c
netdev: convert bulk of drivers to netdev_tx_t
[net-next-2.6.git] / drivers / net / atlx / atl2.c
index 204db961029e798e74a8dc990d7b086207c0771c..d0bcb572d51ec12572b48cbc0a0fc574d4cea22d 100644 (file)
@@ -821,7 +821,8 @@ static inline int TxdFreeBytes(struct atl2_adapter *adapter)
                (int) (txd_read_ptr - adapter->txd_write_ptr - 1);
 }
 
-static int atl2_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
+static netdev_tx_t atl2_xmit_frame(struct sk_buff *skb,
+                                        struct net_device *netdev)
 {
        struct atl2_adapter *adapter = netdev_priv(netdev);
        struct tx_pkt_header *txph;