iwlwifi: support loading NVM data from file
authorEran Harary <eran.harary@intel.com>
Thu, 9 May 2013 05:07:59 +0000 (08:07 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 16 May 2013 21:16:59 +0000 (23:16 +0200)
commit1214755c2bfc74b56093ccae797cb295e89d3400
treee80c3aed583aee75994abaf7b3f7795613b6afea
parent07fd7d284dd01b46dea1986cb3bff20dfffe09bd
iwlwifi: support loading NVM data from file

Some newer devices will be integrated into the platform more
deeply and will not have embedded NVM (EEPROM/OTP). To support
such devices the NVM data must be provided by the platform,
allow loading the data via request_firmware() and then send it
to the device as needed.

Signed-off-by: Eran Harary <eran.harary@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/iwl-drv.c
drivers/net/wireless/iwlwifi/iwl-modparams.h
drivers/net/wireless/iwlwifi/mvm/nvm.c