mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 10:25:51 +08:00
madwifi: fix the tx rate display in iwconfig (#6925)
SVN-Revision: 20550
This commit is contained in:
parent
655e90d706
commit
16e22d2559
10
package/madwifi/patches/463-fix_txrate_display.patch
Normal file
10
package/madwifi/patches/463-fix_txrate_display.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/ath_rate/minstrel/minstrel.c
|
||||
+++ b/ath_rate/minstrel/minstrel.c
|
||||
@@ -728,6 +728,7 @@ ath_rate_statistics(struct ieee80211_nod
|
||||
rn->max_tp_rate2 = index_max_tp2;
|
||||
rn->max_prob_rate = index_max_prob;
|
||||
rn->current_rate = index_max_tp;
|
||||
+ ni->ni_txrate = index_max_tp;
|
||||
}
|
||||
|
||||
static struct ath_ratectrl *
|
Loading…
Reference in New Issue
Block a user