From: Sujith Manoharan Date: Sun, 16 Nov 2014 00:41:07 +0000 (+0530) Subject: ath9k: Cancel pending offchannel operations X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~134^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6185672abad996fa520b0b4c77c30258634ee07f;p=pandora-kernel.git ath9k: Cancel pending offchannel operations This patch makes sure that pending roc/scan operations are cancelled properly when a new context is assigned/unassigned. The flush_work() call to flush out any scheduled channel context work is removed, instead, sc->mutex is dropped to allow any pending work to get a chance to complete by the channel scheduler. Also, increase the timeout to allow a switch to an active GO. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed