From: Eliad Peller Date: Tue, 1 Jul 2014 15:38:38 +0000 (+0300) Subject: iwlwifi: mvm: add some missing iwl_mvm_ref_sync() calls X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~7^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=576eeee9d3ab395f47462c03067c8b9381281f1d;p=pandora-kernel.git iwlwifi: mvm: add some missing iwl_mvm_ref_sync() calls Add iwl_mvm_ref_sync() calls (with new ref types) to flows that might access the device directly. These calls make sure the device is out of d0i3, and the bus is available for direct access. Since some of these functions are reentrant, convert the refs_bitmap to a ref counter, so multiple refs of the same type could be taken concurrently. Signed-off-by: Eliad Peller Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed