X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a97e529e3fb77b1200ef53d30b3e4af696588171..1fc2b717c59f1ce91c385c443705aad5e77c08df:/package/madwifi/patches/105-ratectl_attach.patch?ds=sidebyside diff --git a/package/madwifi/patches/105-ratectl_attach.patch b/package/madwifi/patches/105-ratectl_attach.patch index 1e7cbeb3c..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-r2568-20070710/net80211/ieee80211_rate.c -=================================================================== ---- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_rate.c 2007-07-13 11:18:14.361114937 +0200 -+++ madwifi-ng-r2568-20070710/net80211/ieee80211_rate.c 2007-07-13 11:18:15.945205212 +0200 -@@ -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-r2568-20070710/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; + }