From: Johannes Berg Date: Tue, 25 Feb 2014 19:50:53 +0000 (+0100) Subject: iwlwifi: return whether to stop from rfkill method X-Git-Tag: v3.15-rc1~113^2~93^2^2~12^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14cfca7152ae5d10b15baf01c7fd60f0f0871062;p=pandora-kernel.git iwlwifi: return whether to stop from rfkill method When indicating RF-kill toggle to the higher layer, that may in turn call back to the transport (for MVM at least) to turn off the device quickly. Instead of that, allow it to return whether or not the device should be turned off, this gets rid of the call indirection and will help make the API more consistent when we go back to non-threaded interrupts again for PCIe. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed