From: Lorenzo Bianconi Date: Wed, 8 Apr 2015 18:51:57 +0000 (+0200) Subject: ath9k: fix per-packet tx power configuration X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~30^2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f673821864899153142365aca888435815ac93f0;p=pandora-kernel.git ath9k: fix per-packet tx power configuration Do not use ieee80211_vif pointer in ath_get_rate_txpower() since it has been overwritten by setup_frame_info() and it will result in a corrupted tx power configuration. Set per-packet tx power in setup_frame_info() according to current vif tx power. Signed-off-by: Lorenzo Bianconi Signed-off-by: Kalle Valo --- Reading git-diff-tree failed