commit | d0cf9c0dadcdc89a755bcb301cfc9c796eb28ccf | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Mon Aug 31 19:50:57 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 01:14:04 2009 -0700 |
tree | c201ed345e104100288d57c8b3ae46d486b56118 | |
parent | 0fc480987e69f22b9212f087545b4d1ca6950807 [diff] |
wireless: convert drivers to netdev_tx_t Mostly just simple conversions: * ray_cs had bogus return of NET_TX_LOCKED but driver was not using NETIF_F_LLTX * hostap and ipw2x00 had some code that returned value from a called function that also had to change to return netdev_tx_t Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>