summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-04 01:53:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-04 01:53:21 +0000
commit8ba5c79b5fbe9b471eb91a806b779a0fb711d736 (patch)
tree677ccee901f7cc3c11d6f12018bb006408b15e7d /package
parent424e15a610fb237e9cd4556ed3d6d5594c2c1ae6 (diff)
downloadmaster-31e0f0ae-8ba5c79b5fbe9b471eb91a806b779a0fb711d736.tar.gz
master-31e0f0ae-8ba5c79b5fbe9b471eb91a806b779a0fb711d736.tar.bz2
master-31e0f0ae-8ba5c79b5fbe9b471eb91a806b779a0fb711d736.zip
remove minstrel rate hack
SVN-Revision: 7867
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/patches/119-minstrel_rates.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/madwifi/patches/119-minstrel_rates.patch b/package/madwifi/patches/119-minstrel_rates.patch
deleted file mode 100644
index ddccbf68b5..0000000000
--- a/package/madwifi/patches/119-minstrel_rates.patch
+++ /dev/null
@@ -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;
- }