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)
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>

No differences found