Parcourir la source

remove minstrel rate hack

SVN-Revision: 7867
Felix Fietkau il y a 18 ans
Parent
commit
8ba5c79b5f
1 fichiers modifiés avec 0 ajouts et 13 suppressions
  1. 0 13
      package/madwifi/patches/119-minstrel_rates.patch

+ 0 - 13
package/madwifi/patches/119-minstrel_rates.patch

@@ -1,13 +0,0 @@
-Index: madwifi-ng-r2525-20070630/ath_rate/minstrel/minstrel.c
-===================================================================
---- 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 @@
- 					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;
- 		 }