From 479cf96993cb70f8c69ba590238e27a56dc7091d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 24 Oct 2007 04:35:02 +0000 Subject: upgrade madwifi to r2756 SVN-Revision: 9422 --- package/madwifi/patches/131-minstrel_rateidx.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 package/madwifi/patches/131-minstrel_rateidx.patch (limited to 'package/madwifi/patches/131-minstrel_rateidx.patch') diff --git a/package/madwifi/patches/131-minstrel_rateidx.patch b/package/madwifi/patches/131-minstrel_rateidx.patch deleted file mode 100644 index d2becadc8a..0000000000 --- a/package/madwifi/patches/131-minstrel_rateidx.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: madwifi-ng-r2568-20070710/ath_rate/minstrel/minstrel.c -=================================================================== ---- madwifi-ng-r2568-20070710.orig/ath_rate/minstrel/minstrel.c 2007-10-20 20:52:09.000000000 +0200 -+++ madwifi-ng-r2568-20070710/ath_rate/minstrel/minstrel.c 2007-10-20 20:52:46.000000000 +0200 -@@ -675,6 +675,12 @@ - } - - for (x = 0; x < ni->ni_rates.rs_nrates; x++) { -+ if (sn->rates[x].rix == 0xff) { -+ DPRINTF(sc, "%s: %s ignore bogus rix at %d\n", -+ dev_info, __func__, x); -+ continue; -+ } -+ - sn->rs_rateattempts [x] = 0; - sn->rs_thisprob [x] = 0; - sn->rs_ratesuccess [x] = 0; -- cgit v1.2.3