diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-04 01:53:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-04 01:53:21 +0000 |
commit | 7a4a7a34693fc29537de2faf320718649fe4231e (patch) | |
tree | 3756b6d013e2dcbe1547c8dce561ac74944949cc /package/madwifi | |
parent | ba72763d78851dc6260fb055e7f565a16a1ac6e1 (diff) | |
download | upstream-7a4a7a34693fc29537de2faf320718649fe4231e.tar.gz upstream-7a4a7a34693fc29537de2faf320718649fe4231e.tar.bz2 upstream-7a4a7a34693fc29537de2faf320718649fe4231e.zip |
remove minstrel rate hack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi')
-rw-r--r-- | package/madwifi/patches/119-minstrel_rates.patch | 13 |
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; - } |