wifi: iwlwifi: cfg: remove eeprom_size from new devices
authorJohannes Berg <johannes.berg@intel.com>
Thu, 8 May 2025 12:13:03 +0000 (15:13 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Fri, 9 May 2025 12:38:39 +0000 (15:38 +0300)
Since 22000 series, the data is read by the firmware and the
driver doesn't need to know, remove the useless setting.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20250508121306.1277801-13-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/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 09286509fe3e3e1e0969c9d9d5983bfec5037892..3ac9a8ec89155e18930daa3366cf6ab917e12763 100644 (file)
@@ -50,7 +50,6 @@
        IWL_CC_A_FW_PRE "-" __stringify(api) ".ucode"
 
 static const struct iwl_family_base_params iwl_22000_base = {
-       .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
        .num_of_queues = 512,
        .max_tfd_queue_size = 256,
        .shadow_ram_support = true,
index 8c26cc90d0f07fc5ff84aa3ea1fc63ec76dd26d7..e52dea6b468a76ddc8c78ae323e5dbe89fe5314a 100644 (file)
@@ -48,7 +48,6 @@
        IWL_MA_B_HR_B_FW_PRE "-" __stringify(api) ".ucode"
 
 static const struct iwl_family_base_params iwl_ax210_base = {
-       .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
        .num_of_queues = 512,
        .max_tfd_queue_size = 65536,
        .shadow_ram_support = true,
index dd4952b11a33a54ee7da2dc78bf18a113600ac0d..8567c5ed92d7b79b582b4720b5fa0a63765a46b1 100644 (file)
@@ -44,7 +44,6 @@ const char iwl_ax201_name[] = "Intel(R) Wi-Fi 6 AX201 160MHz";
 #endif
 
 static const struct iwl_family_base_params iwl_bz_base = {
-       .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
        .num_of_queues = 512,
        .max_tfd_queue_size = 65536,
        .shadow_ram_support = true,
index 011b299045c45753fd6daf4075c1c3f2d6a4f459..0a0a9b49d8ff2411748cf26e50279f3e774473b7 100644 (file)
@@ -37,7 +37,6 @@
        IWL_BR_A_PE_A_FW_PRE "-" __stringify(api) ".ucode"
 
 static const struct iwl_family_base_params iwl_dr_base = {
-       .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
        .num_of_queues = 512,
        .max_tfd_queue_size = 65536,
        .shadow_ram_support = true,
index e5f780f4e73de7e8498ce4053796b343d3dbd47c..928b1514d33f2dc90b758b0762c9b7702930ad34 100644 (file)
@@ -44,7 +44,6 @@
        IWL_SC_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
 
 static const struct iwl_family_base_params iwl_sc_base = {
-       .eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
        .num_of_queues = 512,
        .max_tfd_queue_size = 65536,
        .shadow_ram_support = true,