mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
remove minstrel rate hack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7867 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ba72763d78
commit
7a4a7a3469
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user