diff mbox

[2/2] mac80211: minstrel try all rates

Message ID 4B0B2F6E.7050907@irobot.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Adam Wozniak Nov. 24, 2009, 12:57 a.m. UTC
None
diff mbox

Patch

diff --git a/net/mac80211/rc80211_minstrel.c 
b/net/mac80211/rc80211_minstrel.c
index 6e5d68b..3a8fe30 100644
--- a/net/mac80211/rc80211_minstrel.c
+++ b/net/mac80211/rc80211_minstrel.c
@@ -395,8 +395,6 @@  minstrel_rate_init(void *priv, struct 
ieee80211_supported_band *sband,
         unsigned int tx_time_single;
         unsigned int cw = mp->cw_min;
 
-        if (!rate_supported(sta, sband->band, i))
-            continue;
         n++;
         memset(mr, 0, sizeof(*mr));