ath9k_hw: allow fast channel change when only CHANNEL_HT changes
authorFelix Fietkau <nbd@openwrt.org>
Mon, 18 Nov 2013 19:14:44 +0000 (20:14 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 2 Dec 2013 19:25:00 +0000 (14:25 -0500)
commitaf02efb32e34938aecce5362b0cdb70e4d18e846
tree7ac3fa83884e50098d78d6f27ae8ce3382c6bdd6
parent09d8e315d90a70eb1096d68f27be04d6c43724f3
ath9k_hw: allow fast channel change when only CHANNEL_HT changes

The CHANNEL_HT flag is insignificant for fast channel change conditions,
since it does not affect any important part of the hardware reset /
channel setup.
Scanning usually runs with HT disabled, so this change will slightly
improve scan time on many chipsets.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/hw.c