projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
*** empty log message ***
[openwrt.git]
/
target
/
linux
/
linux-2.4
/
patches
/
002-wl_fix.patch
diff --git
a/target/linux/linux-2.4/patches/002-wl_fix.patch
b/target/linux/linux-2.4/patches/002-wl_fix.patch
index
b534786
..
ffb82aa
100644
(file)
--- a/
target/linux/linux-2.4/patches/002-wl_fix.patch
+++ b/
target/linux/linux-2.4/patches/002-wl_fix.patch
@@
-10,18
+10,13
@@
diff -Nur linux-2.4.30/include/linux/netdevice.h linux-2.4.30-wl-fix/include/lin
/*
* This marks the end of the "visible" part of the structure. All
/*
* This marks the end of the "visible" part of the structure. All
-@@ -353,7 +353,14 @@
+@@ -352,8 +355,8 @@
+
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
struct Qdisc *qdisc;
struct Qdisc *qdisc_sleeping;
++ struct Qdisc *qdisc_list;
struct Qdisc *qdisc_ingress;
struct Qdisc *qdisc_ingress;
-+ /*
-+ * this is needed for the wlan driver binary blob from linksys
-+ */
-+#ifdef CONFIG_BCM4710
-+ struct Qdisc *qdisc_list;
-+#else
- struct list_head qdisc_list;
-+#endif
+- struct list_head qdisc_list;
unsigned long tx_queue_len; /* Max frames per queue allowed */
/* hard_start_xmit synchronizer */
unsigned long tx_queue_len; /* Max frames per queue allowed */
/* hard_start_xmit synchronizer */
This page took
0.026619 seconds
and
4
git commands to generate.