X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b5cb1795de1f0959de1e228bd2e784d1cea921a7..b577ffc8a58ff5806448d384483c1660a399992c:/package/madwifi/patches/105-ratectl_attach.patch diff --git a/package/madwifi/patches/105-ratectl_attach.patch b/package/madwifi/patches/105-ratectl_attach.patch index 577bbcd96..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-r2420-20070602/net80211/ieee80211_rate.c -=================================================================== ---- madwifi-ng-r2420-20070602.orig/net80211/ieee80211_rate.c 2007-06-04 13:21:53.530838744 +0200 -+++ madwifi-ng-r2420-20070602/net80211/ieee80211_rate.c 2007-06-04 13:21:54.814643576 +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-r2420-20070602/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; + }