summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-modparams.h
diff options
context:
space:
mode:
authorEran Harary <eran.harary@intel.com>2013-05-09 08:07:59 +0300
committerJohannes Berg <johannes.berg@intel.com>2013-05-16 23:16:59 +0200
commit1214755c2bfc74b56093ccae797cb295e89d3400 (patch)
treee80c3aed583aee75994abaf7b3f7795613b6afea /drivers/net/wireless/iwlwifi/iwl-modparams.h
parent07fd7d284dd01b46dea1986cb3bff20dfffe09bd (diff)
downloadop-kernel-dev-1214755c2bfc74b56093ccae797cb295e89d3400.zip
op-kernel-dev-1214755c2bfc74b56093ccae797cb295e89d3400.tar.gz
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>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-modparams.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-modparams.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-modparams.h b/drivers/net/wireless/iwlwifi/iwl-modparams.h
index d6f6c37..36dfe09 100644
--- a/drivers/net/wireless/iwlwifi/iwl-modparams.h
+++ b/drivers/net/wireless/iwlwifi/iwl-modparams.h
@@ -119,6 +119,7 @@ struct iwl_mod_params {
int ant_coupling;
bool bt_ch_announce;
bool auto_agg;
+ char *nvm_file;
};
#endif /* #__iwl_modparams_h__ */
OpenPOWER on IntegriCloud