From a10fb4188620e93782f8d5f9980d15da802443c5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 28 Mar 2010 18:38:38 +0000 Subject: [PATCH] madwifi: fix the tx rate display in iwconfig (#6925) SVN-Revision: 20550 --- package/madwifi/patches/463-fix_txrate_display.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/madwifi/patches/463-fix_txrate_display.patch diff --git a/package/madwifi/patches/463-fix_txrate_display.patch b/package/madwifi/patches/463-fix_txrate_display.patch new file mode 100644 index 0000000000..0889f78fec --- /dev/null +++ b/package/madwifi/patches/463-fix_txrate_display.patch @@ -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 * -- 2.30.2