From: Sujith Manoharan Date: Fri, 5 Sep 2014 04:20:56 +0000 (+0530) Subject: ath9k: Fix offchannel operation X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~144^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da0162f3f0012465cc6d77c4d416fabb182713ad;p=pandora-kernel.git ath9k: Fix offchannel operation When multiple channel contexts are active, an offchannel request will not be handled immediately, but will be queued to be handled later. But, currently, the channel definition is not copied to the local offchannel state. This breaks operation like scanning when MCC is active. Fix this by storing the offchannel parameters properly. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed