summaryrefslogtreecommitdiffstats
path: root/package/zd1211/patches
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-01 14:10:14 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-01 14:10:14 +0000
commit476c27b3fc3068af0aecd67889b0a0abcff4298a (patch)
treeb309a7780aa28e3734df6d4b9da30c9ef9ef45d2 /package/zd1211/patches
parentabc7178cbcf4e903c382173a693bc48700e56936 (diff)
Remove zd1211 now we have zd1211rw which is in the kernel source
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/zd1211/patches')
-rw-r--r--package/zd1211/patches/101-linux_2.6.19_changes.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/package/zd1211/patches/101-linux_2.6.19_changes.patch b/package/zd1211/patches/101-linux_2.6.19_changes.patch
deleted file mode 100644
index 7d80c8c45..000000000
--- a/package/zd1211/patches/101-linux_2.6.19_changes.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -bruN zd1211-driver-r69-old/src/zd1205.c zd1211-driver-r69-new/src/zd1205.c
---- zd1211-driver-r69-old/src/zd1205.c 2006-03-18 12:14:33.000000000 +0100
-+++ zd1211-driver-r69-new/src/zd1205.c 2006-12-15 19:03:55.000000000 +0100
-@@ -31,7 +31,7 @@
- * -------------------------------------------------------------------- */
- #define __KERNEL_SYSCALLS__
-
--#include <linux/config.h>
-+#include <linux/autoconf.h>
- #include <net/checksum.h>
- #include <linux/tcp.h>
- #include <linux/udp.h>
-diff -bruN zd1211-driver-r69-old/src/zd1205_proc.c zd1211-driver-r69-new/src/zd1205_proc.c
---- zd1211-driver-r69-old/src/zd1205_proc.c 2006-02-13 13:50:12.000000000 +0100
-+++ zd1211-driver-r69-new/src/zd1205_proc.c 2006-12-15 19:04:02.000000000 +0100
-@@ -30,7 +30,7 @@
- *
- * -------------------------------------------------------------------- */
-
--#include <linux/config.h>
-+#include <linux/autoconf.h>
-
- #ifdef CONFIG_PROC_FS
- #include "zd1205.h"
-diff -bruN zd1211-driver-r69-old/src/zd1211.c zd1211-driver-r69-new/src/zd1211.c
---- zd1211-driver-r69-old/src/zd1211.c 2006-02-16 22:33:51.000000000 +0100
-+++ zd1211-driver-r69-new/src/zd1211.c 2006-12-15 19:03:16.000000000 +0100
-@@ -30,7 +30,7 @@
- *
- * -------------------------------------------------------------------- */
-
--#include <linux/config.h>
-+#include <linux/autoconf.h>
- #include <net/checksum.h>
- #include <linux/tcp.h>
- #include <linux/udp.h>
-@@ -1878,7 +1878,9 @@
- dev->get_stats = zd1205_get_stats;
- #if ZDCONF_WE_STAT_SUPPORT == 1
-
-+# if WIRELESS_EXT < 21
- dev->get_wireless_stats = zd1205_iw_getstats;
-+# endif
- #elif !defined(ZDCONF_WE_STAT_SUPPORT)
- #error "Undefine ZDCONF_WE_STAT_SUPPORT"
- #endif