wifi: iwlwifi: cfg: remove dbgc_supported field
authorJohannes Berg <johannes.berg@intel.com>
Thu, 8 May 2025 12:13:00 +0000 (15:13 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Fri, 9 May 2025 12:38:27 +0000 (15:38 +0300)
This field is unused, remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20250508121306.1277801-10-miriam.rachel.korenblit@intel.com
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
drivers/net/wireless/intel/iwlwifi/cfg/8000.c
drivers/net/wireless/intel/iwlwifi/cfg/9000.c
drivers/net/wireless/intel/iwlwifi/cfg/ax210.c
drivers/net/wireless/intel/iwlwifi/cfg/bz.c
drivers/net/wireless/intel/iwlwifi/cfg/dr.c
drivers/net/wireless/intel/iwlwifi/cfg/sc.c
drivers/net/wireless/intel/iwlwifi/iwl-config.h

index e99c727f81f45d9a1fdabddb2f6a7c6a257efe61..db11252ca73c956d475632611b30f98bbc89b018 100644 (file)
@@ -83,7 +83,6 @@ static const struct iwl_base_params iwl_22000_base_params = {
        },                                                              \
        .nvm_ver = IWL_22000_NVM_VERSION,                               \
        .nvm_type = IWL_NVM_EXT,                                        \
-       .dbgc_supported = true,                                         \
        .min_umac_error_event_table = 0x400000,                         \
        .d3_debug_data_base_addr = 0x401000,                            \
        .d3_debug_data_length = 60 * 1024,                              \
index d31f38c76a86682d7ce4f2aa36011cfcd5ed2b26..337c35a366274895e26953b2446a69f7aceb715a 100644 (file)
@@ -87,7 +87,6 @@ const struct iwl_mac_cfg iwl8000_mac_cfg = {
        .thermal_params = &iwl8000_tt_params,                           \
        .apmg_not_supported = true,                                     \
        .nvm_type = IWL_NVM_EXT,                                        \
-       .dbgc_supported = true,                                         \
        .min_umac_error_event_table = 0x800000
 
 #define IWL_DEVICE_8260                                                        \
index abfdecad7967a1b4c4025bd301c2cd4a0ec487f0..0c3429dfca2a4854d4178e0d314292941d16c874 100644 (file)
@@ -85,7 +85,6 @@ static const struct iwl_tt_params iwl9000_tt_params = {
        .vht_mu_mimo_supported = true,                                  \
        .mac_addr_from_csr = 0x380,                                     \
        .nvm_type = IWL_NVM_EXT,                                        \
-       .dbgc_supported = true,                                         \
        .min_umac_error_event_table = 0x800000,                         \
        .d3_debug_data_base_addr = 0x401000,                            \
        .d3_debug_data_length = 92 * 1024,                              \
index acceb6dda0afd0d245e747568cd3a0aa23c9d69f..d78f8ecaf133acfd4134b18614fd1040901951b0 100644 (file)
@@ -81,7 +81,6 @@ static const struct iwl_base_params iwl_ax210_base_params = {
        },                                                              \
        .nvm_ver = IWL_AX210_NVM_VERSION,                               \
        .nvm_type = IWL_NVM_EXT,                                        \
-       .dbgc_supported = true,                                         \
        .min_umac_error_event_table = 0x400000,                         \
        .d3_debug_data_base_addr = 0x401000,                            \
        .d3_debug_data_length = 60 * 1024,                              \
index 8aad515c1464b701d547f7100d75a4f9478bd2c5..61ba92cac37ce0e9dbb9a21fbe9b740ef2b04d9c 100644 (file)
@@ -71,7 +71,6 @@ static const struct iwl_base_params iwl_bz_base_params = {
        .mac_addr_from_csr = 0x30,                                      \
        .nvm_ver = IWL_BZ_NVM_VERSION,                          \
        .nvm_type = IWL_NVM_EXT,                                        \
-       .dbgc_supported = true,                                         \
        .min_umac_error_event_table = 0xD0000,                          \
        .d3_debug_data_base_addr = 0x401000,                            \
        .d3_debug_data_length = 60 * 1024,                              \
index 9b4d008cd8ad634038efd450b213bd8d0d30037a..9b1ae8de75296dc060b9d8d90d900d2980615f4c 100644 (file)
@@ -64,7 +64,6 @@ static const struct iwl_base_params iwl_dr_base_params = {
        .mac_addr_from_csr = 0x30,                                      \
        .nvm_ver = IWL_DR_NVM_VERSION,                          \
        .nvm_type = IWL_NVM_EXT,                                        \
-       .dbgc_supported = true,                                         \
        .min_umac_error_event_table = 0xD0000,                          \
        .d3_debug_data_base_addr = 0x401000,                            \
        .d3_debug_data_length = 60 * 1024,                              \
index b0ddda3718e71d9c63f91a3564a03d782d0403e9..d06e15a5a9d741de630d843783e691857a58dfb8 100644 (file)
@@ -71,7 +71,6 @@ static const struct iwl_base_params iwl_sc_base_params = {
        .mac_addr_from_csr = 0x30,                                      \
        .nvm_ver = IWL_SC_NVM_VERSION,                                  \
        .nvm_type = IWL_NVM_EXT,                                        \
-       .dbgc_supported = true,                                         \
        .min_umac_error_event_table = 0xD0000,                          \
        .d3_debug_data_base_addr = 0x401000,                            \
        .d3_debug_data_length = 60 * 1024,                              \
index accbc684e59dcf87fcee676874e188582ae242dc..85afdff0cc98aeff534bb7395b9897dbacc53289 100644 (file)
@@ -385,7 +385,6 @@ struct iwl_cfg {
            lp_xtal_workaround:1,
            apmg_not_supported:1,
            vht_mu_mimo_supported:1,
-           dbgc_supported:1,
            uhb_supported:1;
        u8 valid_tx_ant;
        u8 valid_rx_ant;