projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
netdev: convert pseudo drivers to netdev_tx_t
[linux-2.6.git]
/
net
/
phonet
/
pep-gprs.c
diff --git
a/net/phonet/pep-gprs.c
b/net/phonet/pep-gprs.c
index
4667af5
..
d183509
100644
(file)
--- a/
net/phonet/pep-gprs.c
+++ b/
net/phonet/pep-gprs.c
@@
-183,7
+183,7
@@
static int gprs_close(struct net_device *dev)
return 0;
}
-static int gprs_xmit(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t gprs_xmit(struct sk_buff *skb, struct net_device *dev)
{
struct gprs_dev *gp = netdev_priv(dev);
struct sock *sk = gp->sk;