wifi: iwlwifi: remove unused high_temp from iwl_cfg
authorJohannes Berg <johannes.berg@intel.com>
Thu, 8 May 2025 12:13:06 +0000 (15:13 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Fri, 9 May 2025 12:38:52 +0000 (15:38 +0300)
This value is never read, so it's not needed. Remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20250508121306.1277801-16-miriam.rachel.korenblit@intel.com
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/7000.c
drivers/net/wireless/intel/iwlwifi/iwl-config.h

index c2c8e81904f22c42d530c65405e2a5bf943030bb..4b50a02b1cc5b7488d529b8757b2dd352473a248 100644 (file)
@@ -151,7 +151,6 @@ const struct iwl_cfg iwl7260_high_temp_cfg = {
                .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
        },
        .nvm_ver = IWL7260_NVM_VERSION,
-       .high_temp = true,
        .host_interrupt_operation_mode = true,
        .lp_xtal_workaround = true,
        .dccm_len = IWL7260_DCCM_LEN,
index c99b18b0ef7f3c22d6ef68d6e346f54aeae5d8e2..b5cfaad6a0370e0c8ef3bee9f36afc53385c7aa9 100644 (file)
@@ -359,7 +359,6 @@ struct iwl_mac_cfg {
  * @rx_with_siso_diversity: 1x1 device with rx antenna diversity
  * @tx_with_siso_diversity: 1x1 device with tx antenna diversity
  * @internal_wimax_coex: internal wifi/wimax combo device
- * @high_temp: Is this NIC is designated to be in high temperature.
  * @host_interrupt_operation_mode: device needs host interrupt operation
  *     mode set
  * @pwr_tx_backoffs: translation table between power limits and backoffs
@@ -400,7 +399,6 @@ struct iwl_cfg {
            tx_with_siso_diversity:1,
            internal_wimax_coex:1,
            host_interrupt_operation_mode:1,
-           high_temp:1,
            lp_xtal_workaround:1,
            vht_mu_mimo_supported:1,
            uhb_supported:1;