From: Felix Fietkau Date: Wed, 4 Jul 2007 01:53:21 +0000 (+0000) Subject: remove minstrel rate hack X-Git-Tag: kamikaze_7.07~105 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=aebe994fffa61ff4c83e1cf51b1268836e247ae8;p=openwrt%2Fsvn-archive%2Fopenwrt.git remove minstrel rate hack SVN-Revision: 7867 --- diff --git a/package/madwifi/patches/119-minstrel_rates.patch b/package/madwifi/patches/119-minstrel_rates.patch deleted file mode 100644 index 50cbb5a64b..0000000000 --- a/package/madwifi/patches/119-minstrel_rates.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: madwifi-ng-r2420-20070602/ath_rate/minstrel/minstrel.c -=================================================================== ---- madwifi-ng-r2420-20070602.orig/ath_rate/minstrel/minstrel.c 2007-06-04 13:21:55.198585208 +0200 -+++ madwifi-ng-r2420-20070602/ath_rate/minstrel/minstrel.c 2007-06-04 13:21:57.115293824 +0200 -@@ -358,6 +358,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; - }