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/fw/runtime.h | |
| 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/fw/runtime.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h index 406ef73992c1..0a4e13e4cc2c 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h @@ -64,7 +64,6 @@ #include "iwl-trans.h" #include "img.h" #include "fw/api/debug.h" -#include "fw/api/dbg-tlv.h" #include "fw/api/paging.h" #include "iwl-eeprom-parse.h" |
