]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e4795b9547d896baec17fc5fedfd83f78afbbcd
tree328c46ec90468719a0c1eef3718aca9b3401901f
parentb9280354fb91384fb1a88dcafab2f420415ab1d4
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