From: Sujith Manoharan Date: Mon, 21 Feb 2011 02:18:39 +0000 (+0530) Subject: ath9k_htc: Remove OP_ASSOCIATED variable X-Git-Tag: v2.6.39-rc1~468^2~158^2^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c277349ecbd66e19fad3d949fa6ef6c131a3b62;p=pandora-kernel.git ath9k_htc: Remove OP_ASSOCIATED variable mac80211 stores the association state in ieee80211_bss_conf. Use this and remove the local state, which is incorrect anyway since it is stored globally and not on a per-VIF basis. Restarting ANI and reconfiguration of HW beacon timers when a scan run ends requires more work. This is handled by iterating over the active interfaces. Finally, remove the useless check for associated status in RX processing. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed