From d36b18dca4c045f4a702fccd323d6cff6dffc236 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 11 Aug 2007 00:16:10 +0000
Subject: madwifi: fix 'bad ratekbps' message when running adhoc in .11a

SVN-Revision: 8395
---
 package/madwifi/patches/131-minstrel_rateidx.patch | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 package/madwifi/patches/131-minstrel_rateidx.patch

(limited to 'package')

diff --git a/package/madwifi/patches/131-minstrel_rateidx.patch b/package/madwifi/patches/131-minstrel_rateidx.patch
new file mode 100644
index 0000000..2cec5a7
--- /dev/null
+++ b/package/madwifi/patches/131-minstrel_rateidx.patch
@@ -0,0 +1,17 @@
+Index: madwifi-ng-r2568-20070710/ath_rate/minstrel/minstrel.c
+===================================================================
+--- madwifi-ng-r2568-20070710.orig/ath_rate/minstrel/minstrel.c	2007-08-11 02:08:15.931956005 +0200
++++ madwifi-ng-r2568-20070710/ath_rate/minstrel/minstrel.c	2007-08-11 02:09:37.572608440 +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.1