2008-02-20 23:26:21 +02:00
|
|
|
Index: madwifi-trunk-r3314/ath_rate/minstrel/minstrel.c
|
2008-01-26 07:45:31 +02:00
|
|
|
===================================================================
|
2008-02-20 23:26:21 +02:00
|
|
|
--- madwifi-trunk-r3314.orig/ath_rate/minstrel/minstrel.c 2008-02-20 18:10:48.795295077 +0100
|
|
|
|
+++ madwifi-trunk-r3314/ath_rate/minstrel/minstrel.c 2008-02-20 18:10:50.951417946 +0100
|
2008-01-26 07:45:31 +02:00
|
|
|
@@ -328,7 +328,7 @@
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
- mrr = sc->sc_mrretry && !(ic->ic_flags & IEEE80211_F_USEPROT) && ENABLE_MRR;
|
|
|
|
+ mrr = sc->sc_mrretry && ENABLE_MRR;
|
|
|
|
|
|
|
|
if (sn->static_rate_ndx >= 0) {
|
|
|
|
ndx = sn->static_rate_ndx;
|
|
|
|
@@ -486,7 +486,7 @@
|
|
|
|
if (!ts->ts_status) /* Success when sending a packet*/
|
|
|
|
sn->rs_ratesuccess[final_ndx]++;
|
|
|
|
|
|
|
|
- mrr = sc->sc_mrretry && !(ic->ic_flags & IEEE80211_F_USEPROT) && ENABLE_MRR;
|
|
|
|
+ mrr = sc->sc_mrretry && ENABLE_MRR;
|
|
|
|
|
|
|
|
if (!mrr) {
|
|
|
|
if ((0 <= final_ndx) && (final_ndx < sn->num_rates)) {
|