projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel/2.6.38] fix gcc-4.6 set but unused warnings
[openwrt.git]
/
target
/
linux
/
generic
/
patches-3.2
/
120-ppp_txqueue_restart.patch
diff --git
a/target/linux/generic/patches-3.2/120-ppp_txqueue_restart.patch
b/target/linux/generic/patches-3.2/120-ppp_txqueue_restart.patch
index
83033a1
..
84eb4e4
100644
(file)
--- a/
target/linux/generic/patches-3.2/120-ppp_txqueue_restart.patch
+++ b/
target/linux/generic/patches-3.2/120-ppp_txqueue_restart.patch
@@
-22,8
+22,8
@@
harmless in the TX path.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
---- a/drivers/net/ppp/ppp_generic.c
~ 2012-01-26 00:39:32.000000000 +0000
-+++ b/drivers/net/ppp/ppp_generic.c
2012-03-26 10:32:31.286744147 +0100
+--- a/drivers/net/ppp/ppp_generic.c
++++ b/drivers/net/ppp/ppp_generic.c
@@ -235,7 +235,7 @@ struct ppp_net {
/* Prototypes. */
static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf,
@@ -235,7 +235,7 @@ struct ppp_net {
/* Prototypes. */
static int ppp_unattached_ioctl(struct net *net, struct ppp_file *pf,
@@
-73,10
+73,3
@@
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
}
static inline struct sk_buff *
}
static inline struct sk_buff *
-
---
-David Woodhouse Open Source Technology Centre
-David.Woodhouse@intel.com Intel Corporation
-
-
-
This page took
0.025831 seconds
and
4
git commands to generate.