another madwifi update
[openwrt/openwrt.git] / package / madwifi / patches / 119-minstrel_rates.patch
1 Index: madwifi-ng-r2525-20070630/ath_rate/minstrel/minstrel.c
2 ===================================================================
3 --- madwifi-ng-r2525-20070630.orig/ath_rate/minstrel/minstrel.c 2007-07-03 23:02:28.825845250 +0200
4 +++ madwifi-ng-r2525-20070630/ath_rate/minstrel/minstrel.c 2007-07-03 23:02:30.209931750 +0200
5 @@ -359,6 +359,8 @@
6 if (sn->rs_sampleColumn >= MINSTREL_COLUMNS)
7 sn->rs_sampleColumn = 0;
8 }
9 + if (ndx < sn->max_prob_rate - 2)
10 + ndx = sn->max_tp_rate;
11 } else
12 ndx = sn->max_tp_rate;
13 }