X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7c6c1d877efe5e06b2da94c85aab111ce6824c4e..d521cd80384dccc7974c50887ef71d859213d43b:/package/madwifi/patches/105-ratectl_attach.patch?ds=inline

diff --git a/package/madwifi/patches/105-ratectl_attach.patch b/package/madwifi/patches/105-ratectl_attach.patch
index d4a9c2f93..80aad835e 100644
--- a/package/madwifi/patches/105-ratectl_attach.patch
+++ b/package/madwifi/patches/105-ratectl_attach.patch
@@ -1,8 +1,6 @@
-Index: madwifi-ng-r2834-20071106/net80211/ieee80211_rate.c
-===================================================================
---- madwifi-ng-r2834-20071106.orig/net80211/ieee80211_rate.c	2007-11-07 14:01:59.685352943 +0100
-+++ madwifi-ng-r2834-20071106/net80211/ieee80211_rate.c	2007-11-07 14:02:00.745413352 +0100
-@@ -100,8 +100,18 @@
+--- a/net80211/ieee80211_rate.c
++++ b/net80211/ieee80211_rate.c
+@@ -100,8 +100,18 @@ struct ath_ratectrl *ieee80211_rate_atta
  		ieee80211_load_module(buf);
  
  	if (!ratectls[id].attach) {
@@ -10,7 +8,7 @@ Index: madwifi-ng-r2834-20071106/net80211/ieee80211_rate.c
 -		return NULL;
 +		/* pick the first available rate control module */
 +		printk(KERN_INFO "Rate control module \"%s\" not available\n", buf);
-+		for (id = 0; id < IEEE80211_RATE_MAX; id++) {
++		for (id = 0; id < IEEE80211_RATE_MAX - 1; id++) {
 +			if (ratectls[id].attach)
 +				break;
 +		}