summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-modparams.h
diff options
context:
space:
mode:
authorEran Harary2013-05-09 07:07:59 +0200
committerJohannes Berg2013-05-16 23:16:59 +0200
commit1214755c2bfc74b56093ccae797cb295e89d3400 (patch)
treee80c3aed583aee75994abaf7b3f7795613b6afea /drivers/net/wireless/iwlwifi/iwl-modparams.h
parentiwlwifi: nvm: don't print NVM section reads by default (diff)
downloadkernel-qcow2-linux-1214755c2bfc74b56093ccae797cb295e89d3400.tar.gz
kernel-qcow2-linux-1214755c2bfc74b56093ccae797cb295e89d3400.tar.xz
kernel-qcow2-linux-1214755c2bfc74b56093ccae797cb295e89d3400.zip
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 d6f6c37c09fd..36dfe0919f6b 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__ */