1 Index: madwifi-dfs-r3252/ath_rate/minstrel/minstrel.c
2 ===================================================================
3 --- madwifi-dfs-r3252.orig/ath_rate/minstrel/minstrel.c 2008-01-26 03:42:00.155571408 +0100
4 +++ madwifi-dfs-r3252/ath_rate/minstrel/minstrel.c 2008-01-26 05:55:24.107535577 +0100
9 - mrr = sc->sc_mrretry && !(ic->ic_flags & IEEE80211_F_USEPROT) && ENABLE_MRR;
10 + mrr = sc->sc_mrretry && ENABLE_MRR;
12 if (sn->static_rate_ndx >= 0) {
13 ndx = sn->static_rate_ndx;
15 if (!ts->ts_status) /* Success when sending a packet*/
16 sn->rs_ratesuccess[final_ndx]++;
18 - mrr = sc->sc_mrretry && !(ic->ic_flags & IEEE80211_F_USEPROT) && ENABLE_MRR;
19 + mrr = sc->sc_mrretry && ENABLE_MRR;
22 if ((0 <= final_ndx) && (final_ndx < sn->num_rates)) {