2007-07-03 21:03:58 +00:00
|
|
|
Index: madwifi-ng-r2525-20070630/ath_rate/minstrel/minstrel.c
|
2007-06-04 11:25:53 +00:00
|
|
|
===================================================================
|
2007-07-03 21:03:58 +00:00
|
|
|
--- madwifi-ng-r2525-20070630.orig/ath_rate/minstrel/minstrel.c 2007-07-03 23:02:28.825845250 +0200
|
|
|
|
+++ madwifi-ng-r2525-20070630/ath_rate/minstrel/minstrel.c 2007-07-03 23:02:30.209931750 +0200
|
|
|
|
@@ -359,6 +359,8 @@
|
2007-06-01 20:04:47 +00:00
|
|
|
if (sn->rs_sampleColumn >= MINSTREL_COLUMNS)
|
|
|
|
sn->rs_sampleColumn = 0;
|
|
|
|
}
|
|
|
|
+ if (ndx < sn->max_prob_rate - 2)
|
|
|
|
+ ndx = sn->max_tp_rate;
|
|
|
|
} else
|
|
|
|
ndx = sn->max_tp_rate;
|
|
|
|
}
|