From: Jes Sorensen Date: Sat, 26 Apr 2014 16:54:57 +0000 (+0200) Subject: staging: rtl8723au: Use a workqueue for command handling X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97e2d2b55525853d02a318f7f8a6ca214e24699;p=pandora-kernel.git staging: rtl8723au: Use a workqueue for command handling Rewrite the old thread based code to use a workqueue instead. This removes a pile of complexity, locks and queues and eliminates problem that cmd handling could have been killed from userspace. This was suggested by Tejun Heo - thanks! Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed