commit | f673821864899153142365aca888435815ac93f0 | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> | Wed Apr 08 20:51:57 2015 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sun May 03 23:54:38 2015 +0300 |
tree | 57b82b9ca75f7b6a2a9d541d038acd6dc099aa36 | |
parent | 0581276deb9c2578a17d9f4463e7b5172da99eb9 [diff] |
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 <lorenzo.bianconi83@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>