commit | bf3f204b92c48c4afa3e827dfe98353560d9aa7f | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Thu Sep 15 14:25:37 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Sep 19 15:58:25 2011 -0400 |
tree | 2b8c37bf9d5f055be8fdf4c10868d14371e4e76a | |
parent | d7084da0ceeddb9caf84de20cf687bb4a9b842b1 [diff] |
ath9k_hw: fix setting the hardware diversity flag ath9k_hw_set_diversity is only called from init.c where it cannot affect the hardware setting because it's cleared on the next reset. Instead of using a PHY op for something that's supposed to be initialized statically, set the register value directly in the INI override function. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>