aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-upstream/111-minstrel_crash.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-31 17:27:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-31 17:27:55 +0000
commit0cc9c8bf11658dc3bc77e58cf231fa1178e42eea (patch)
treee5f860cbe4a61f6a7c2b47f582d982b9b04511d2 /package/madwifi/patches-upstream/111-minstrel_crash.patch
parent839c3365d067f58c5d72b761f9d8904ce34b3e72 (diff)
downloadmaster-187ad058-0cc9c8bf11658dc3bc77e58cf231fa1178e42eea.tar.gz
master-187ad058-0cc9c8bf11658dc3bc77e58cf231fa1178e42eea.tar.bz2
master-187ad058-0cc9c8bf11658dc3bc77e58cf231fa1178e42eea.zip
madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some mails/tickets
untested, does not work with 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12047 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches-upstream/111-minstrel_crash.patch')
-rw-r--r--package/madwifi/patches-upstream/111-minstrel_crash.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/madwifi/patches-upstream/111-minstrel_crash.patch b/package/madwifi/patches-upstream/111-minstrel_crash.patch
new file mode 100644
index 0000000000..cc1fbe6a89
--- /dev/null
+++ b/package/madwifi/patches-upstream/111-minstrel_crash.patch
@@ -0,0 +1,14 @@
+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)