iwlwifi: export the _no_grab version of PRPH IO functions
authorGolan Ben-Ami <golan.ben.ami@intel.com>
Wed, 21 Oct 2015 12:16:58 +0000 (15:16 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 26 Nov 2015 14:38:51 +0000 (16:38 +0200)
commit14ef1b433e8f1336e14105f430a6e614ae86646f
tree328c46ec90468719a0c1eef3718aca9b3401901f
parent1412ee39afaba8806cf6a631ee7347319ca5ae8a
iwlwifi: export the _no_grab version of PRPH IO functions

Expose _no_grab prph i/o functions that allow performing i/o
outside the transport, without requiring grab and release NIC access
for each operation. In addition, rename the functions so they reflect
their non-grabbing behavior.

This can be very useful for consecutive prph i/o operation that occur
outside trans, such as fw dumps.

Signed-off-by: Golan Ben-Ami <golan.ben.ami@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-io.c
drivers/net/wireless/intel/iwlwifi/iwl-io.h
drivers/net/wireless/intel/iwlwifi/pcie/trans.c