diff options
author | Sara Sharon | 2016-10-30 08:49:09 +0100 |
---|---|---|
committer | Luca Coelho | 2017-04-11 14:20:08 +0200 |
commit | 30d23c3cd035e92c8cc0f9f648a5acce105a2d5b (patch) | |
tree | 3d735a42f7a6921f25cf604bfd5b7f60ca99dc59 /drivers/net/wireless/intel/iwlwifi/mvm/fw.c | |
parent | iwlwifi: pcie: add context information support (diff) | |
download | kernel-qcow2-linux-30d23c3cd035e92c8cc0f9f648a5acce105a2d5b.tar.gz kernel-qcow2-linux-30d23c3cd035e92c8cc0f9f648a5acce105a2d5b.tar.xz kernel-qcow2-linux-30d23c3cd035e92c8cc0f9f648a5acce105a2d5b.zip |
iwlwifi: mvm: remove call for paging in new init flow
Now that transport inits the paging in the context info -
remove the call in mvm.
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/fw.c')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c index 286f18609729..e481bb050c6e 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c @@ -850,14 +850,6 @@ int iwl_run_unified_mvm_ucode(struct iwl_mvm *mvm, bool read_nvm) goto error; } - /* TODO: remove when integrating context info */ - ret = iwl_mvm_init_paging(mvm); - if (ret) { - IWL_ERR(mvm, "Failed to init paging: %d\n", - ret); - goto error; - } - /* Read the NVM only at driver load time, no need to do this twice */ if (read_nvm) { /* Read nvm */ |