mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
wifi: iwlwifi: max_event_log_size is needed for iwldvm only
This is used to set init_evtlog_size and inst_evtlog_size in case those are not advertised by the firmware's TLVs. Those two fields are used only in iwldvm. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Link: https://patch.msgid.link/20260513084215.a83033e43988.I8a55f8ff0e7bc5f42a49b15facd8558708b7d880@changeid Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
This commit is contained in:
parent
bbdc473327
commit
ca6806f199
|
|
@ -28,7 +28,6 @@ static const struct iwl_family_base_params iwl_22000_base = {
|
|||
.num_of_queues = 512,
|
||||
.max_tfd_queue_size = 256,
|
||||
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
||||
.max_event_log_size = 512,
|
||||
.shadow_reg_enable = true,
|
||||
.pcie_l1_allowed = true,
|
||||
.smem_offset = IWL_22000_SMEM_OFFSET,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ static const struct iwl_family_base_params iwl7000_base = {
|
|||
.num_of_queues = 31,
|
||||
.max_tfd_queue_size = 256,
|
||||
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
||||
.max_event_log_size = 512,
|
||||
.shadow_reg_enable = true,
|
||||
.pcie_l1_allowed = true,
|
||||
.apmg_wake_up_wa = true,
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ static const struct iwl_family_base_params iwl8000_base = {
|
|||
.num_of_queues = 31,
|
||||
.max_tfd_queue_size = 256,
|
||||
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
||||
.max_event_log_size = 512,
|
||||
.shadow_reg_enable = true,
|
||||
.pcie_l1_allowed = true,
|
||||
.nvm_hw_section_num = 10,
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ static const struct iwl_family_base_params iwl9000_base = {
|
|||
.num_of_queues = 31,
|
||||
.max_tfd_queue_size = 256,
|
||||
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
||||
.max_event_log_size = 512,
|
||||
.shadow_reg_enable = true,
|
||||
.pcie_l1_allowed = true,
|
||||
.smem_offset = IWL9000_SMEM_OFFSET,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ static const struct iwl_family_base_params iwl_ax210_base = {
|
|||
.num_of_queues = 512,
|
||||
.max_tfd_queue_size = 65536,
|
||||
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
||||
.max_event_log_size = 512,
|
||||
.shadow_reg_enable = true,
|
||||
.pcie_l1_allowed = true,
|
||||
.smem_offset = IWL_AX210_SMEM_OFFSET,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ static const struct iwl_family_base_params iwl_bz_base = {
|
|||
.num_of_queues = 512,
|
||||
.max_tfd_queue_size = 65536,
|
||||
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
||||
.max_event_log_size = 512,
|
||||
.shadow_reg_enable = true,
|
||||
.pcie_l1_allowed = true,
|
||||
.smem_offset = IWL_BZ_SMEM_OFFSET,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ static const struct iwl_family_base_params iwl_dr_base = {
|
|||
.num_of_queues = 512,
|
||||
.max_tfd_queue_size = 65536,
|
||||
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
||||
.max_event_log_size = 512,
|
||||
.shadow_reg_enable = true,
|
||||
.pcie_l1_allowed = true,
|
||||
.smem_offset = IWL_DR_SMEM_OFFSET,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ static const struct iwl_family_base_params iwl_sc_base = {
|
|||
.num_of_queues = 512,
|
||||
.max_tfd_queue_size = 65536,
|
||||
.wd_timeout = IWL_LONG_WD_TIMEOUT,
|
||||
.max_event_log_size = 512,
|
||||
.shadow_reg_enable = true,
|
||||
.pcie_l1_allowed = true,
|
||||
.smem_offset = IWL_SC_SMEM_OFFSET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user