From 71d6652e39edfb3381f0eed8928c648deea83b6a Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 19 Aug 2009 15:16:11 +0000 Subject: remove support for the madwifi upstream release, it doesn't work on newer kernels and it's not very reliable anyway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17315 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/patches-upstream/111-minstrel_crash.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/madwifi/patches-upstream/111-minstrel_crash.patch (limited to 'package/madwifi/patches-upstream/111-minstrel_crash.patch') 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 cc1fbe6a8..000000000 --- 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) -- cgit v1.2.3