convert hamradio drivers to netdev_txreturnt_t

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Hemminger
2009-08-31 19:50:43 +00:00
committed by David S. Miller
parent 3c805a22a3
commit 36e4d64a82
8 changed files with 12 additions and 9 deletions

View File

@@ -399,7 +399,8 @@ void hdlcdrv_arbitrate(struct net_device *dev, struct hdlcdrv_state *s)
* ===================== network driver interface =========================
*/
static int hdlcdrv_send_packet(struct sk_buff *skb, struct net_device *dev)
static netdev_tx_t hdlcdrv_send_packet(struct sk_buff *skb,
struct net_device *dev)
{
struct hdlcdrv_state *sm = netdev_priv(dev);