mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-29 20:36:27 +02:00
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1095 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
96f985e820
commit
bc95914c14
@ -19,20 +19,6 @@ diff -Nur linux-2.4.30/include/linux/netdevice.h linux-2.4.30-wl-fix/include/lin
|
|||||||
- struct list_head qdisc_list;
|
- struct list_head qdisc_list;
|
||||||
unsigned long tx_queue_len; /* Max frames per queue allowed */
|
unsigned long tx_queue_len; /* Max frames per queue allowed */
|
||||||
|
|
||||||
/* hard_start_xmit synchronizer */
|
|
||||||
struct Qdisc *qdisc;
|
|
||||||
struct Qdisc *qdisc_sleeping;
|
|
||||||
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
|
|
||||||
unsigned long tx_queue_len; /* Max frames per queue allowed */
|
|
||||||
|
|
||||||
/* hard_start_xmit synchronizer */
|
/* hard_start_xmit synchronizer */
|
||||||
@@ -453,6 +460,7 @@
|
@@ -453,6 +460,7 @@
|
||||||
/* this will get initialized at each interface type init routine */
|
/* this will get initialized at each interface type init routine */
|
||||||
|
Loading…
Reference in New Issue
Block a user