From: Felix Fietkau Date: Thu, 15 Sep 2011 12:25:37 +0000 (+0200) Subject: ath9k_hw: fix setting the hardware diversity flag X-Git-Tag: v3.2-rc1~129^2~183^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3f204b92c48c4afa3e827dfe98353560d9aa7f;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed