]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: iwlwifi: shadow_ram_support is needed for iwldvm only.
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 13 May 2026 05:43:49 +0000 (08:43 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 26 May 2026 12:17:11 +0000 (15:17 +0300)
Keep that setting only for devices that use iwldvm.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Link: https://patch.msgid.link/20260513084215.365f3984c554.I29138e178dea6fc371a3907013bb3825c4e82475@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
drivers/net/wireless/intel/iwlwifi/cfg/7000.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

index 5b2a5e254d6e924150785c317774edeacebde39f..0ce8d6229babf6a148aea55cfd20bc149f736653 100644 (file)
@@ -27,7 +27,6 @@
 static const struct iwl_family_base_params iwl_22000_base = {
        .num_of_queues = 512,
        .max_tfd_queue_size = 256,
-       .shadow_ram_support = true,
        .wd_timeout = IWL_LONG_WD_TIMEOUT,
        .max_event_log_size = 512,
        .shadow_reg_enable = true,
index 2936ccf1dbb28e1efb5e9acdae8806c5fca3738a..c55995fdf1c7af5e1586f896fa3ca93e0def59a4 100644 (file)
@@ -53,7 +53,6 @@ static const struct iwl_family_base_params iwl7000_base = {
        .eeprom_size = OTP_LOW_IMAGE_SIZE_16K,
        .num_of_queues = 31,
        .max_tfd_queue_size = 256,
-       .shadow_ram_support = true,
        .wd_timeout = IWL_LONG_WD_TIMEOUT,
        .max_event_log_size = 512,
        .shadow_reg_enable = true,
index 3e936ba7f871b9e9e89b593e843a08d5b16948c8..182a8bf5bcf0d8e57592e1ade41c1c8c4ca3fbbd 100644 (file)
@@ -39,7 +39,6 @@ static const struct iwl_family_base_params iwl8000_base = {
        .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
        .num_of_queues = 31,
        .max_tfd_queue_size = 256,
-       .shadow_ram_support = true,
        .wd_timeout = IWL_LONG_WD_TIMEOUT,
        .max_event_log_size = 512,
        .shadow_reg_enable = true,
index 7194f681cec2289ed9f37609a14c8f6de73345f1..55db225a02fccde3d539d1c7ae007395da03940d 100644 (file)
@@ -30,7 +30,6 @@ static const struct iwl_family_base_params iwl9000_base = {
        .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
        .num_of_queues = 31,
        .max_tfd_queue_size = 256,
-       .shadow_ram_support = true,
        .wd_timeout = IWL_LONG_WD_TIMEOUT,
        .max_event_log_size = 512,
        .shadow_reg_enable = true,
index 1f862748e33ddbcd500be9cb4370bdef6f2462cf..b355384ee2108b26de06db5a1f66f51024262272 100644 (file)
@@ -22,7 +22,6 @@
 static const struct iwl_family_base_params iwl_ax210_base = {
        .num_of_queues = 512,
        .max_tfd_queue_size = 65536,
-       .shadow_ram_support = true,
        .wd_timeout = IWL_LONG_WD_TIMEOUT,
        .max_event_log_size = 512,
        .shadow_reg_enable = true,
index 7b3837b2a8e583a1e7f46538303166d2e988d903..589bc88727a50affa5e8bbb7fa760b7fa3272efb 100644 (file)
@@ -22,7 +22,6 @@
 static const struct iwl_family_base_params iwl_bz_base = {
        .num_of_queues = 512,
        .max_tfd_queue_size = 65536,
-       .shadow_ram_support = true,
        .wd_timeout = IWL_LONG_WD_TIMEOUT,
        .max_event_log_size = 512,
        .shadow_reg_enable = true,
index 12feac3bc0a2706fcffd38bb934ba500054c179e..ecd48aac4e2a9222e94679dc270d856c17a70db0 100644 (file)
@@ -23,7 +23,6 @@
 static const struct iwl_family_base_params iwl_dr_base = {
        .num_of_queues = 512,
        .max_tfd_queue_size = 65536,
-       .shadow_ram_support = true,
        .wd_timeout = IWL_LONG_WD_TIMEOUT,
        .max_event_log_size = 512,
        .shadow_reg_enable = true,
index f82ba1d64b63d3fdd01cd4206eb5f50269088d53..75a9a1c56dd31b39fc16ab4cb363f81488efd42d 100644 (file)
@@ -28,7 +28,6 @@
 static const struct iwl_family_base_params iwl_sc_base = {
        .num_of_queues = 512,
        .max_tfd_queue_size = 65536,
-       .shadow_ram_support = true,
        .wd_timeout = IWL_LONG_WD_TIMEOUT,
        .max_event_log_size = 512,
        .shadow_reg_enable = true,