From: Sujith Manoharan Date: Fri, 17 Oct 2014 02:10:09 +0000 (+0530) Subject: ath9k: Enable multi-channel properly X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8f9279be048677d6d8244dd91493f684ce5c7d0;p=pandora-kernel.git ath9k: Enable multi-channel properly In MCC mode, currently the decision to enable the multi-channel state machine is done based on the association status if one of the interfaces assigned to a context is in station mode. This allows the driver to switch to the other context before the current station is able to complete the 4-way handshake in case it is required and this causes problems. Instead, enable multi-channel mode when the station moves to the authorized state. This disallows an early switch to the other channel. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed