projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95c156
)
compat: fix addition of NETIF_F_RXCSUM
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 1 Dec 2012 18:50:33 +0000
(10:50 -0800)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Sat, 1 Dec 2012 18:50:42 +0000
(10:50 -0800)
This needs to be defined to something and although
ckmake passed, no code was using it so we were unable
to test it at compile time really.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
include/linux/compat-2.6.39.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.39.h
b/include/linux/compat-2.6.39.h
index 4909c4602f0aaec9fde600ff930545719fb886ac..e02ac9b6d4aec5b89b0a5b3ea774615865a37fa6 100644
(file)
--- a/
include/linux/compat-2.6.39.h
+++ b/
include/linux/compat-2.6.39.h
@@
-9,7
+9,7
@@
#include <linux/irq.h>
#include <linux/kernel.h>
-#define NETIF_F_RXCSUM
+#define NETIF_F_RXCSUM
0
#define tiocmget(tty) tiocmget(tty, NULL)
#define tiocmset(tty, set, clear) tiocmset(tty, NULL, set, clear)