]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f5402f70ca8b1cffd3d8f8469e1b5ba33fb1327
treee80c3aed583aee75994abaf7b3f7795613b6afea
parent6c844949e7cd4c9a006251eca9c6c48f2d6d591b
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