aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-upstream
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-19 15:16:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-19 15:16:11 +0000
commitfe78c4885c4eee435a20d88a0e6ab69c3a934501 (patch)
treee7aea2c242fc62b8deeb7d7963c931f2cf7daefa /package/madwifi/patches-upstream
parent6fb461da2bd74ff73e7138e2bc41d446232a0534 (diff)
downloadupstream-fe78c4885c4eee435a20d88a0e6ab69c3a934501.tar.gz
upstream-fe78c4885c4eee435a20d88a0e6ab69c3a934501.tar.bz2
upstream-fe78c4885c4eee435a20d88a0e6ab69c3a934501.zip
remove support for the madwifi upstream release, it doesn't work on newer kernels and it's not very reliable anyway
SVN-Revision: 17315
Diffstat (limited to 'package/madwifi/patches-upstream')
-rw-r--r--package/madwifi/patches-upstream/104-autocreate_none.patch13
-rw-r--r--package/madwifi/patches-upstream/111-minstrel_crash.patch14
2 files changed, 0 insertions, 27 deletions
diff --git a/package/madwifi/patches-upstream/104-autocreate_none.patch b/package/madwifi/patches-upstream/104-autocreate_none.patch
deleted file mode 100644
index e290f86ffc..0000000000
--- a/package/madwifi/patches-upstream/104-autocreate_none.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: madwifi-0.9.4/ath/if_ath.c
-===================================================================
---- madwifi-0.9.4.old/ath/if_ath.c 2008-02-13 06:13:10.000000000 +0100
-+++ madwifi-0.9.4/ath/if_ath.c 2008-05-06 10:25:15.000000000 +0200
-@@ -404,7 +404,7 @@
- struct ath_hal *ah;
- HAL_STATUS status;
- int error = 0, i;
-- int autocreatemode = IEEE80211_M_STA;
-+ int autocreatemode = -1;
- u_int8_t csz;
-
- sc->devid = devid;
diff --git a/package/madwifi/patches-upstream/111-minstrel_crash.patch b/package/madwifi/patches-upstream/111-minstrel_crash.patch
deleted file mode 100644
index cc1fbe6a89..0000000000
--- a/package/madwifi/patches-upstream/111-minstrel_crash.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: madwifi-0.9.4/ath_rate/minstrel/minstrel.c
-===================================================================
---- madwifi-0.9.4.old/ath_rate/minstrel/minstrel.c 2007-12-12 05:11:07.000000000 +0100
-+++ madwifi-0.9.4/ath_rate/minstrel/minstrel.c 2008-07-24 15:15:41.000000000 +0200
-@@ -394,6 +394,9 @@
- int rc1, rc2, rc3; /* Index into the rate table, so for example, it is 0..11 */
- int rixc1, rixc2, rixc3; /* The actual bit rate used */
-
-+ if (sn->num_rates <= 0)
-+ return;
-+
- if (sn->is_sampling) {
- sn->is_sampling = 0;
- if (sn->rs_sample_rate_slower)