build: create pkginfo dir earlier to avoid build breakage
[openwrt/staging/yousong.git] / package / madwifi / patches / 105-ratectl_attach.patch
index 7aed2e53fbd4e0d521e69201929071bb00f49f55..80aad835e7a6f60cc2367917824842575aff2684 100644 (file)
@@ -1,8 +1,6 @@
-Index: madwifi-trunk-r3314/net80211/ieee80211_rate.c
-===================================================================
---- madwifi-trunk-r3314.orig/net80211/ieee80211_rate.c 2008-02-20 18:10:46.171145535 +0100
-+++ madwifi-trunk-r3314/net80211/ieee80211_rate.c      2008-02-20 18:10:47.259207542 +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-trunk-r3314/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;
 +              }