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>
Este cometimento está contido em:

cometido por
David S. Miller

ascendente
0fc480987e
cometimento
d0cf9c0dad
@@ -3078,7 +3078,7 @@ wv_packet_write(struct net_device * dev,
|
||||
* the packet. We also prevent reentrance. Then, we call the function
|
||||
* to send the packet...
|
||||
*/
|
||||
static int
|
||||
static netdev_tx_t
|
||||
wavelan_packet_xmit(struct sk_buff * skb,
|
||||
struct net_device * dev)
|
||||
{
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador