aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-7000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-7000.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-7000.c b/drivers/net/wireless/iwlwifi/iwl-7000.c
index 22b7fa5b971a..76e14c046d94 100644
--- a/drivers/net/wireless/iwlwifi/iwl-7000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-7000.c
@@ -99,6 +99,7 @@ static const struct iwl_base_params iwl7000_base_params = {
99 .wd_timeout = IWL_LONG_WD_TIMEOUT, 99 .wd_timeout = IWL_LONG_WD_TIMEOUT,
100 .max_event_log_size = 512, 100 .max_event_log_size = 512,
101 .shadow_reg_enable = true, 101 .shadow_reg_enable = true,
102 .pcie_l1_allowed = true,
102}; 103};
103 104
104static const struct iwl_ht_params iwl7000_ht_params = { 105static const struct iwl_ht_params iwl7000_ht_params = {
@@ -126,6 +127,16 @@ const struct iwl_cfg iwl7260_2ac_cfg = {
126 .nvm_calib_ver = IWL7260_TX_POWER_VERSION, 127 .nvm_calib_ver = IWL7260_TX_POWER_VERSION,
127}; 128};
128 129
130const struct iwl_cfg iwl7260_2ac_cfg_high_temp = {
131 .name = "Intel(R) Dual Band Wireless AC 7260",
132 .fw_name_pre = IWL7260_FW_PRE,
133 IWL_DEVICE_7000,
134 .ht_params = &iwl7000_ht_params,
135 .nvm_ver = IWL7260_NVM_VERSION,
136 .nvm_calib_ver = IWL7260_TX_POWER_VERSION,
137 .high_temp = true,
138};
139
129const struct iwl_cfg iwl7260_2n_cfg = { 140const struct iwl_cfg iwl7260_2n_cfg = {
130 .name = "Intel(R) Dual Band Wireless N 7260", 141 .name = "Intel(R) Dual Band Wireless N 7260",
131 .fw_name_pre = IWL7260_FW_PRE, 142 .fw_name_pre = IWL7260_FW_PRE,