linux/drivers/net/atl1c
Stephen Hemminger 61357325f3 netdev: convert bulk of drivers to netdev_tx_t
In a couple of cases collapse some extra code like:
   int retval = NETDEV_TX_OK;
   ...
   return retval;
into
   return NETDEV_TX_OK;

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-01 01:14:07 -07:00
..
Makefile atl1c: Atheros L1C Gigabit Ethernet driver 2009-02-18 17:24:15 -08:00
atl1c.h atl1c: add missing parentheses 2009-07-16 18:05:19 -07:00
atl1c_ethtool.c atlx: strncpy does not null terminate string 2009-08-09 21:45:31 -07:00
atl1c_hw.c atl1c: Atheros L1C Gigabit Ethernet driver 2009-02-18 17:24:15 -08:00
atl1c_hw.h atl1c: Atheros L1C Gigabit Ethernet driver 2009-02-18 17:24:15 -08:00
atl1c_main.c netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00