diff options
| author | Shahar S Matityahu <[email protected]> | 2019-06-13 13:41:35 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2019-09-06 12:31:22 +0000 |
| commit | 00eacde4974a2439ef44bf20a9fc6aa68bd953f8 (patch) | |
| tree | fe3c7ac627583a7ba13d2eae8df8241a449ebaf5 /drivers/net/wireless/intel/iwlwifi/mvm/scan.c | |
| parent | iwlwifi: mvm: look for the first supported channel when add/remove phy ctxt (diff) | |
| download | kernel-00eacde4974a2439ef44bf20a9fc6aa68bd953f8.tar.gz kernel-00eacde4974a2439ef44bf20a9fc6aa68bd953f8.zip | |
iwlwifi: dbg_ini: separate cfg and dump flows to different modules
separate configuration flows and dump collection flows.
make ini configuration flows be in iwl-dbg-tlv.c and dump related flows
in dbg.c to better reflect their logical difference.
Signed-off-by: Shahar S Matityahu <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/scan.c')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/scan.c b/drivers/net/wireless/intel/iwlwifi/mvm/scan.c index afa44345f37b..892db3dcdc27 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/scan.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/scan.c @@ -1940,7 +1940,7 @@ void iwl_mvm_rx_umac_scan_complete_notif(struct iwl_mvm *mvm, mvm->scan_uid_status[uid] = 0; - iwl_fw_dbg_apply_point(&mvm->fwrt, IWL_FW_INI_APPLY_SCAN_COMPLETE); + iwl_dbg_tlv_apply_point(&mvm->fwrt, IWL_FW_INI_APPLY_SCAN_COMPLETE); } void iwl_mvm_rx_umac_scan_iter_complete_notif(struct iwl_mvm *mvm, |
