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>
This commit is contained in:

committed by
David S. Miller

parent
0fc480987e
commit
d0cf9c0dad
@@ -64,7 +64,7 @@ struct avs_80211_1_header {
|
||||
};
|
||||
|
||||
void islpci_eth_cleanup_transmit(islpci_private *, isl38xx_control_block *);
|
||||
int islpci_eth_transmit(struct sk_buff *, struct net_device *);
|
||||
netdev_tx_t islpci_eth_transmit(struct sk_buff *, struct net_device *);
|
||||
int islpci_eth_receive(islpci_private *);
|
||||
void islpci_eth_tx_timeout(struct net_device *);
|
||||
void islpci_do_reset_and_wake(struct work_struct *);
|
||||
|
Reference in New Issue
Block a user