aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk/ltpc.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-08-31 15:50:56 -0400
committerDavid S. Miller <davem@davemloft.net>2009-09-01 04:13:55 -0400
commit0fc480987e69f22b9212f087545b4d1ca6950807 (patch)
treea02c24afd26b2caff6fcc8fea9e2f3f76bf87cc9 /drivers/net/appletalk/ltpc.c
parent3b29a56d31d585d39bf9ffe9ef1f10bd637ee0f1 (diff)
appletalk: convert drivers to netdev_tx_t
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/appletalk/ltpc.c')
-rw-r--r--drivers/net/appletalk/ltpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/appletalk/ltpc.c b/drivers/net/appletalk/ltpc.c
index c80fb9cf8ffa..08760baece7a 100644
--- a/drivers/net/appletalk/ltpc.c
+++ b/drivers/net/appletalk/ltpc.c
@@ -697,7 +697,7 @@ static int do_read(struct net_device *dev, void *cbuf, int cbuflen,
697 697
698static struct timer_list ltpc_timer; 698static struct timer_list ltpc_timer;
699 699
700static int ltpc_xmit(struct sk_buff *skb, struct net_device *dev); 700static netdev_tx_t ltpc_xmit(struct sk_buff *skb, struct net_device *dev);
701 701
702static int read_30 ( struct net_device *dev) 702static int read_30 ( struct net_device *dev)
703{ 703{
@@ -895,7 +895,7 @@ static void ltpc_poll(unsigned long l)
895 895
896/* DDP to LLAP translation */ 896/* DDP to LLAP translation */
897 897
898static int ltpc_xmit(struct sk_buff *skb, struct net_device *dev) 898static netdev_tx_t ltpc_xmit(struct sk_buff *skb, struct net_device *dev)
899{ 899{
900 /* in kernel 1.3.xx, on entry skb->data points to ddp header, 900 /* in kernel 1.3.xx, on entry skb->data points to ddp header,
901 * and skb->len is the length of the ddp data + ddp header 901 * and skb->len is the length of the ddp data + ddp header