aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/322-dev_info_fixes.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-01-31 04:09:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-01-31 04:09:54 +0000
commit02cabf59486ff526a71c760b7120e0ce5e7892b7 (patch)
treed7025986045fd65118b17b57a8aedd7b718e4d82 /package/madwifi/patches/322-dev_info_fixes.patch
parente80d5f9686da8698ae2b8d961401ec76cedcce30 (diff)
downloadupstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.tar.gz
upstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.tar.bz2
upstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.zip
pull madwifi forward to the latest upstream version - should fix some dual radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG)
SVN-Revision: 10334
Diffstat (limited to 'package/madwifi/patches/322-dev_info_fixes.patch')
-rw-r--r--package/madwifi/patches/322-dev_info_fixes.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/package/madwifi/patches/322-dev_info_fixes.patch b/package/madwifi/patches/322-dev_info_fixes.patch
deleted file mode 100644
index 9877362135..0000000000
--- a/package/madwifi/patches/322-dev_info_fixes.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Index: madwifi-trunk-r3280/ath/if_ath_ahb.c
-===================================================================
---- madwifi-trunk-r3280.orig/ath/if_ath_ahb.c 2008-01-28 17:51:21.800747500 +0100
-+++ madwifi-trunk-r3280/ath/if_ath_ahb.c 2008-01-28 17:51:23.700855785 +0100
-@@ -31,6 +31,15 @@
- #include "ah_devid.h"
- #include "if_ath_ahb.h"
- #include "ah_soc.h"
-+/*
-+ * Module glue.
-+ */
-+#include "release.h"
-+static char *version = RELEASE_VERSION;
-+static char *dev_info = "ath_ahb";
-+
-+#include <linux/ethtool.h>
-+
-
- #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
- #error "Kernel versions older than 2.6.19 are not supported!"
-@@ -303,15 +312,6 @@
- .remove = ahb_wmac_remove
- };
-
--/*
-- * Module glue.
-- */
--#include "release.h"
--static char *version = RELEASE_VERSION;
--static char *dev_info = "ath_ahb";
--
--#include <linux/ethtool.h>
--
- int
- ath_ioctl_ethtool(struct ath_softc *sc, int cmd, void __user *addr)
- {