From: Felix Fietkau Date: Fri, 17 May 2013 10:58:25 +0000 (+0200) Subject: ath9k: fix rate handling/reporting X-Git-Tag: v3.10-rc3~18^2~18^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c585dda3574e40f562c362eaa326a98b1e49d02;p=pandora-kernel.git ath9k: fix rate handling/reporting This patch fixes some issues introduced in the rate control API rework. When not running aggregation, copy bf->rates into info->control.rates before applying the rate control status to it. In ath_lookup_rate, the rates need to be pulled from bf->rates, not the tx info. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed