linux/drivers/net/atlx
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 atl2: add atl2 driver 2008-09-18 11:34:52 -04:00
atl1.c netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
atl1.h atlx: timer cleanup 2008-11-02 08:00:15 -05:00
atl2.c netdev: convert bulk of drivers to netdev_tx_t 2009-09-01 01:14:07 -07:00
atl2.h atlx: use embedded net_device_stats 2008-11-02 07:59:55 -05:00
atlx.c atlx: use embedded net_device_stats 2008-11-02 07:59:55 -05:00
atlx.h atlx: move modinfo data from atlx.h to atl1.c 2009-05-26 20:50:12 -07:00