Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 3 | * This file is provided under a dual BSD/GPLv2 license. When using or |
| 4 | * redistributing this file, you may do so under either license. |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 5 | * |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 6 | * GPL LICENSE SUMMARY |
| 7 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 8 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
Johannes Berg | 8b4139d | 2014-07-24 14:05:26 +0200 | [diff] [blame] | 9 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 10 | * |
| 11 | * This program is free software; you can redistribute it and/or modify |
| 12 | * it under the terms of version 2 of the GNU General Public License as |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 13 | * published by the Free Software Foundation. |
| 14 | * |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 15 | * This program is distributed in the hope that it will be useful, but |
| 16 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 18 | * General Public License for more details. |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 19 | * |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 20 | * You should have received a copy of the GNU General Public License |
| 21 | * along with this program; if not, write to the Free Software |
| 22 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
| 23 | * USA |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 24 | * |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 25 | * The full GNU General Public License is included in this distribution |
| 26 | * in the file called COPYING. |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 27 | * |
| 28 | * Contact Information: |
| 29 | * Intel Linux Wireless <ilw@linux.intel.com> |
| 30 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 31 | * |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 32 | * BSD LICENSE |
| 33 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 34 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
Johannes Berg | 8b4139d | 2014-07-24 14:05:26 +0200 | [diff] [blame] | 35 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 36 | * All rights reserved. |
| 37 | * |
| 38 | * Redistribution and use in source and binary forms, with or without |
| 39 | * modification, are permitted provided that the following conditions |
| 40 | * are met: |
| 41 | * |
| 42 | * * Redistributions of source code must retain the above copyright |
| 43 | * notice, this list of conditions and the following disclaimer. |
| 44 | * * Redistributions in binary form must reproduce the above copyright |
| 45 | * notice, this list of conditions and the following disclaimer in |
| 46 | * the documentation and/or other materials provided with the |
| 47 | * distribution. |
| 48 | * * Neither the name Intel Corporation nor the names of its |
| 49 | * contributors may be used to endorse or promote products derived |
| 50 | * from this software without specific prior written permission. |
| 51 | * |
| 52 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 53 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 54 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 55 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 56 | * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 57 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 58 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 59 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 60 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 61 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 62 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 63 | * |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 64 | *****************************************************************************/ |
| 65 | |
| 66 | #include <linux/module.h> |
| 67 | #include <linux/stringify.h> |
| 68 | #include "iwl-config.h" |
| 69 | #include "iwl-agn-hw.h" |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 70 | |
| 71 | /* Highest firmware API version supported */ |
Emmanuel Grumbach | 560ba3e | 2015-03-01 10:46:58 +0200 | [diff] [blame] | 72 | #define IWL7260_UCODE_API_MAX 13 |
| 73 | #define IWL3160_UCODE_API_MAX 13 |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 74 | |
| 75 | /* Oldest version we won't warn about */ |
Emmanuel Grumbach | 560ba3e | 2015-03-01 10:46:58 +0200 | [diff] [blame] | 76 | #define IWL7260_UCODE_API_OK 12 |
| 77 | #define IWL3160_UCODE_API_OK 12 |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 78 | |
| 79 | /* Lowest firmware API version supported */ |
Luciano Coelho | 1e2c24f | 2015-02-10 13:54:08 +0200 | [diff] [blame] | 80 | #define IWL7260_UCODE_API_MIN 10 |
| 81 | #define IWL3160_UCODE_API_MIN 10 |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 82 | |
| 83 | /* NVM versions */ |
| 84 | #define IWL7260_NVM_VERSION 0x0a1d |
| 85 | #define IWL7260_TX_POWER_VERSION 0xffff /* meaningless */ |
| 86 | #define IWL3160_NVM_VERSION 0x709 |
| 87 | #define IWL3160_TX_POWER_VERSION 0xffff /* meaningless */ |
Oren Givon | 498abba | 2014-09-08 08:57:05 +0300 | [diff] [blame] | 88 | #define IWL3165_NVM_VERSION 0x709 |
| 89 | #define IWL3165_TX_POWER_VERSION 0xffff /* meaningless */ |
Eran Harary | c4aee08 | 2013-10-08 08:03:07 +0200 | [diff] [blame] | 90 | #define IWL7265_NVM_VERSION 0x0a1d |
| 91 | #define IWL7265_TX_POWER_VERSION 0xffff /* meaningless */ |
Emmanuel Grumbach | e70af8e | 2014-11-27 15:38:57 +0200 | [diff] [blame] | 92 | #define IWL7265D_NVM_VERSION 0x0c11 |
| 93 | #define IWL7265_TX_POWER_VERSION 0xffff /* meaningless */ |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 94 | |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 95 | /* DCCM offsets and lengths */ |
| 96 | #define IWL7000_DCCM_OFFSET 0x800000 |
| 97 | #define IWL7260_DCCM_LEN 0x14000 |
| 98 | #define IWL3160_DCCM_LEN 0x10000 |
| 99 | #define IWL7265_DCCM_LEN 0x17A00 |
| 100 | |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 101 | #define IWL7260_FW_PRE "iwlwifi-7260-" |
| 102 | #define IWL7260_MODULE_FIRMWARE(api) IWL7260_FW_PRE __stringify(api) ".ucode" |
| 103 | |
| 104 | #define IWL3160_FW_PRE "iwlwifi-3160-" |
| 105 | #define IWL3160_MODULE_FIRMWARE(api) IWL3160_FW_PRE __stringify(api) ".ucode" |
| 106 | |
Oren Givon | 498abba | 2014-09-08 08:57:05 +0300 | [diff] [blame] | 107 | #define IWL3165_FW_PRE "iwlwifi-3165-" |
| 108 | #define IWL3165_MODULE_FIRMWARE(api) IWL3165_FW_PRE __stringify(api) ".ucode" |
| 109 | |
Eran Harary | c4aee08 | 2013-10-08 08:03:07 +0200 | [diff] [blame] | 110 | #define IWL7265_FW_PRE "iwlwifi-7265-" |
| 111 | #define IWL7265_MODULE_FIRMWARE(api) IWL7265_FW_PRE __stringify(api) ".ucode" |
| 112 | |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 113 | #define IWL7265D_FW_PRE "iwlwifi-7265D-" |
Emmanuel Grumbach | a443f5e | 2014-12-31 12:31:46 +0200 | [diff] [blame] | 114 | #define IWL7265D_MODULE_FIRMWARE(api) IWL7265D_FW_PRE __stringify(api) ".ucode" |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 115 | |
Eran Harary | ae2b21b | 2014-01-09 08:08:24 +0200 | [diff] [blame] | 116 | #define NVM_HW_SECTION_NUM_FAMILY_7000 0 |
| 117 | |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 118 | static const struct iwl_base_params iwl7000_base_params = { |
Eran Harary | 3008554 | 2014-04-22 10:47:48 +0300 | [diff] [blame] | 119 | .eeprom_size = OTP_LOW_IMAGE_SIZE_FAMILY_7000, |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 120 | .num_of_queues = IWLAGN_NUM_QUEUES, |
| 121 | .pll_cfg_val = 0, |
| 122 | .shadow_ram_support = true, |
| 123 | .led_compensation = 57, |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 124 | .wd_timeout = IWL_LONG_WD_TIMEOUT, |
| 125 | .max_event_log_size = 512, |
Emmanuel Grumbach | b415210 | 2013-05-01 09:42:06 +0300 | [diff] [blame] | 126 | .shadow_reg_enable = true, |
Emmanuel Grumbach | f2532b0 | 2013-07-02 15:47:29 +0300 | [diff] [blame] | 127 | .pcie_l1_allowed = true, |
Emmanuel Grumbach | e7f7634 | 2014-03-25 10:00:31 +0200 | [diff] [blame] | 128 | .apmg_wake_up_wa = true, |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 129 | }; |
| 130 | |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame^] | 131 | static const struct iwl_tt_params iwl7000_high_temp_tt_params = { |
| 132 | .ct_kill_entry = 118, |
| 133 | .ct_kill_exit = 96, |
| 134 | .ct_kill_duration = 5, |
| 135 | .dynamic_smps_entry = 114, |
| 136 | .dynamic_smps_exit = 110, |
| 137 | .tx_protection_entry = 114, |
| 138 | .tx_protection_exit = 108, |
| 139 | .tx_backoff = { |
| 140 | {.temperature = 112, .backoff = 300}, |
| 141 | {.temperature = 113, .backoff = 800}, |
| 142 | {.temperature = 114, .backoff = 1500}, |
| 143 | {.temperature = 115, .backoff = 3000}, |
| 144 | {.temperature = 116, .backoff = 5000}, |
| 145 | {.temperature = 117, .backoff = 10000}, |
| 146 | }, |
| 147 | .support_ct_kill = true, |
| 148 | .support_dynamic_smps = true, |
| 149 | .support_tx_protection = true, |
| 150 | .support_tx_backoff = true, |
| 151 | }; |
| 152 | |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 153 | static const struct iwl_ht_params iwl7000_ht_params = { |
Eyal Shapira | 183d281 | 2013-11-12 22:37:28 +0200 | [diff] [blame] | 154 | .stbc = true, |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 155 | .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ), |
| 156 | }; |
| 157 | |
| 158 | #define IWL_DEVICE_7000 \ |
| 159 | .ucode_api_max = IWL7260_UCODE_API_MAX, \ |
| 160 | .ucode_api_ok = IWL7260_UCODE_API_OK, \ |
| 161 | .ucode_api_min = IWL7260_UCODE_API_MIN, \ |
| 162 | .device_family = IWL_DEVICE_FAMILY_7000, \ |
| 163 | .max_inst_size = IWL60_RTC_INST_SIZE, \ |
| 164 | .max_data_size = IWL60_RTC_DATA_SIZE, \ |
| 165 | .base_params = &iwl7000_base_params, \ |
Eran Harary | ae2b21b | 2014-01-09 08:08:24 +0200 | [diff] [blame] | 166 | .led_mode = IWL_LED_RF_STATE, \ |
Emmanuel Grumbach | bbab758 | 2014-09-10 11:00:16 +0300 | [diff] [blame] | 167 | .nvm_hw_section_num = NVM_HW_SECTION_NUM_FAMILY_7000, \ |
Eran Harary | c064ddf | 2014-09-30 06:42:06 +0200 | [diff] [blame] | 168 | .non_shared_ant = ANT_A, \ |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 169 | .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K, \ |
| 170 | .dccm_offset = IWL7000_DCCM_OFFSET |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 171 | |
| 172 | const struct iwl_cfg iwl7260_2ac_cfg = { |
Oren Givon | 93fc641 | 2013-04-23 18:19:11 +0300 | [diff] [blame] | 173 | .name = "Intel(R) Dual Band Wireless AC 7260", |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 174 | .fw_name_pre = IWL7260_FW_PRE, |
| 175 | IWL_DEVICE_7000, |
| 176 | .ht_params = &iwl7000_ht_params, |
| 177 | .nvm_ver = IWL7260_NVM_VERSION, |
| 178 | .nvm_calib_ver = IWL7260_TX_POWER_VERSION, |
Emmanuel Grumbach | 6960a05 | 2013-11-11 15:23:01 +0200 | [diff] [blame] | 179 | .host_interrupt_operation_mode = true, |
Alexander Bondar | a812cba | 2014-02-18 16:45:00 +0100 | [diff] [blame] | 180 | .lp_xtal_workaround = true, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 181 | .dccm_len = IWL7260_DCCM_LEN, |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 182 | }; |
| 183 | |
Eytan Lifshitz | 6be497f | 2013-07-24 14:49:18 +0300 | [diff] [blame] | 184 | const struct iwl_cfg iwl7260_2ac_cfg_high_temp = { |
| 185 | .name = "Intel(R) Dual Band Wireless AC 7260", |
| 186 | .fw_name_pre = IWL7260_FW_PRE, |
| 187 | IWL_DEVICE_7000, |
| 188 | .ht_params = &iwl7000_ht_params, |
| 189 | .nvm_ver = IWL7260_NVM_VERSION, |
| 190 | .nvm_calib_ver = IWL7260_TX_POWER_VERSION, |
| 191 | .high_temp = true, |
Emmanuel Grumbach | 6960a05 | 2013-11-11 15:23:01 +0200 | [diff] [blame] | 192 | .host_interrupt_operation_mode = true, |
Alexander Bondar | a812cba | 2014-02-18 16:45:00 +0100 | [diff] [blame] | 193 | .lp_xtal_workaround = true, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 194 | .dccm_len = IWL7260_DCCM_LEN, |
Chaya Rachel Ivgi | 3444682 | 2015-04-19 12:26:39 +0300 | [diff] [blame^] | 195 | .thermal_params = &iwl7000_high_temp_tt_params, |
Eytan Lifshitz | 6be497f | 2013-07-24 14:49:18 +0300 | [diff] [blame] | 196 | }; |
| 197 | |
Oren Givon | 93fc641 | 2013-04-23 18:19:11 +0300 | [diff] [blame] | 198 | const struct iwl_cfg iwl7260_2n_cfg = { |
| 199 | .name = "Intel(R) Dual Band Wireless N 7260", |
| 200 | .fw_name_pre = IWL7260_FW_PRE, |
| 201 | IWL_DEVICE_7000, |
| 202 | .ht_params = &iwl7000_ht_params, |
| 203 | .nvm_ver = IWL7260_NVM_VERSION, |
| 204 | .nvm_calib_ver = IWL7260_TX_POWER_VERSION, |
Emmanuel Grumbach | 6960a05 | 2013-11-11 15:23:01 +0200 | [diff] [blame] | 205 | .host_interrupt_operation_mode = true, |
Alexander Bondar | a812cba | 2014-02-18 16:45:00 +0100 | [diff] [blame] | 206 | .lp_xtal_workaround = true, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 207 | .dccm_len = IWL7260_DCCM_LEN, |
Oren Givon | 93fc641 | 2013-04-23 18:19:11 +0300 | [diff] [blame] | 208 | }; |
| 209 | |
| 210 | const struct iwl_cfg iwl7260_n_cfg = { |
| 211 | .name = "Intel(R) Wireless N 7260", |
| 212 | .fw_name_pre = IWL7260_FW_PRE, |
| 213 | IWL_DEVICE_7000, |
| 214 | .ht_params = &iwl7000_ht_params, |
| 215 | .nvm_ver = IWL7260_NVM_VERSION, |
| 216 | .nvm_calib_ver = IWL7260_TX_POWER_VERSION, |
Emmanuel Grumbach | 6960a05 | 2013-11-11 15:23:01 +0200 | [diff] [blame] | 217 | .host_interrupt_operation_mode = true, |
Alexander Bondar | a812cba | 2014-02-18 16:45:00 +0100 | [diff] [blame] | 218 | .lp_xtal_workaround = true, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 219 | .dccm_len = IWL7260_DCCM_LEN, |
Oren Givon | 93fc641 | 2013-04-23 18:19:11 +0300 | [diff] [blame] | 220 | }; |
| 221 | |
| 222 | const struct iwl_cfg iwl3160_2ac_cfg = { |
| 223 | .name = "Intel(R) Dual Band Wireless AC 3160", |
| 224 | .fw_name_pre = IWL3160_FW_PRE, |
| 225 | IWL_DEVICE_7000, |
| 226 | .ht_params = &iwl7000_ht_params, |
| 227 | .nvm_ver = IWL3160_NVM_VERSION, |
| 228 | .nvm_calib_ver = IWL3160_TX_POWER_VERSION, |
Emmanuel Grumbach | 6960a05 | 2013-11-11 15:23:01 +0200 | [diff] [blame] | 229 | .host_interrupt_operation_mode = true, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 230 | .dccm_len = IWL3160_DCCM_LEN, |
Oren Givon | 93fc641 | 2013-04-23 18:19:11 +0300 | [diff] [blame] | 231 | }; |
| 232 | |
| 233 | const struct iwl_cfg iwl3160_2n_cfg = { |
| 234 | .name = "Intel(R) Dual Band Wireless N 3160", |
| 235 | .fw_name_pre = IWL3160_FW_PRE, |
| 236 | IWL_DEVICE_7000, |
| 237 | .ht_params = &iwl7000_ht_params, |
| 238 | .nvm_ver = IWL3160_NVM_VERSION, |
| 239 | .nvm_calib_ver = IWL3160_TX_POWER_VERSION, |
Emmanuel Grumbach | 6960a05 | 2013-11-11 15:23:01 +0200 | [diff] [blame] | 240 | .host_interrupt_operation_mode = true, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 241 | .dccm_len = IWL3160_DCCM_LEN, |
Oren Givon | 93fc641 | 2013-04-23 18:19:11 +0300 | [diff] [blame] | 242 | }; |
| 243 | |
| 244 | const struct iwl_cfg iwl3160_n_cfg = { |
| 245 | .name = "Intel(R) Wireless N 3160", |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 246 | .fw_name_pre = IWL3160_FW_PRE, |
| 247 | IWL_DEVICE_7000, |
| 248 | .ht_params = &iwl7000_ht_params, |
| 249 | .nvm_ver = IWL3160_NVM_VERSION, |
| 250 | .nvm_calib_ver = IWL3160_TX_POWER_VERSION, |
Emmanuel Grumbach | 6960a05 | 2013-11-11 15:23:01 +0200 | [diff] [blame] | 251 | .host_interrupt_operation_mode = true, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 252 | .dccm_len = IWL3160_DCCM_LEN, |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 253 | }; |
| 254 | |
Ido Yariv | 8e0dc20 | 2014-01-16 21:13:47 -0500 | [diff] [blame] | 255 | static const struct iwl_pwr_tx_backoff iwl7265_pwr_tx_backoffs[] = { |
| 256 | {.pwr = 1600, .backoff = 0}, |
| 257 | {.pwr = 1300, .backoff = 467}, |
| 258 | {.pwr = 900, .backoff = 1900}, |
| 259 | {.pwr = 800, .backoff = 2630}, |
| 260 | {.pwr = 700, .backoff = 3720}, |
| 261 | {.pwr = 600, .backoff = 5550}, |
| 262 | {.pwr = 500, .backoff = 9350}, |
| 263 | {0}, |
| 264 | }; |
| 265 | |
Eyal Shapira | a3576ff | 2014-08-09 10:57:59 +0300 | [diff] [blame] | 266 | static const struct iwl_ht_params iwl7265_ht_params = { |
| 267 | .stbc = true, |
| 268 | .ldpc = true, |
| 269 | .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ), |
| 270 | }; |
| 271 | |
Oren Givon | 498abba | 2014-09-08 08:57:05 +0300 | [diff] [blame] | 272 | const struct iwl_cfg iwl3165_2ac_cfg = { |
| 273 | .name = "Intel(R) Dual Band Wireless AC 3165", |
| 274 | .fw_name_pre = IWL3165_FW_PRE, |
| 275 | IWL_DEVICE_7000, |
| 276 | .ht_params = &iwl7000_ht_params, |
| 277 | .nvm_ver = IWL3165_NVM_VERSION, |
| 278 | .nvm_calib_ver = IWL3165_TX_POWER_VERSION, |
| 279 | .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 280 | .dccm_len = IWL7265_DCCM_LEN, |
Oren Givon | 498abba | 2014-09-08 08:57:05 +0300 | [diff] [blame] | 281 | }; |
| 282 | |
Eran Harary | c4aee08 | 2013-10-08 08:03:07 +0200 | [diff] [blame] | 283 | const struct iwl_cfg iwl7265_2ac_cfg = { |
| 284 | .name = "Intel(R) Dual Band Wireless AC 7265", |
| 285 | .fw_name_pre = IWL7265_FW_PRE, |
| 286 | IWL_DEVICE_7000, |
Eyal Shapira | a3576ff | 2014-08-09 10:57:59 +0300 | [diff] [blame] | 287 | .ht_params = &iwl7265_ht_params, |
Eran Harary | c4aee08 | 2013-10-08 08:03:07 +0200 | [diff] [blame] | 288 | .nvm_ver = IWL7265_NVM_VERSION, |
| 289 | .nvm_calib_ver = IWL7265_TX_POWER_VERSION, |
Ido Yariv | 8e0dc20 | 2014-01-16 21:13:47 -0500 | [diff] [blame] | 290 | .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 291 | .dccm_len = IWL7265_DCCM_LEN, |
Eran Harary | c4aee08 | 2013-10-08 08:03:07 +0200 | [diff] [blame] | 292 | }; |
| 293 | |
Oren Givon | 53e88cb | 2013-11-19 03:48:19 +0200 | [diff] [blame] | 294 | const struct iwl_cfg iwl7265_2n_cfg = { |
| 295 | .name = "Intel(R) Dual Band Wireless N 7265", |
| 296 | .fw_name_pre = IWL7265_FW_PRE, |
| 297 | IWL_DEVICE_7000, |
Eyal Shapira | a3576ff | 2014-08-09 10:57:59 +0300 | [diff] [blame] | 298 | .ht_params = &iwl7265_ht_params, |
Oren Givon | 53e88cb | 2013-11-19 03:48:19 +0200 | [diff] [blame] | 299 | .nvm_ver = IWL7265_NVM_VERSION, |
| 300 | .nvm_calib_ver = IWL7265_TX_POWER_VERSION, |
Ido Yariv | 8e0dc20 | 2014-01-16 21:13:47 -0500 | [diff] [blame] | 301 | .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 302 | .dccm_len = IWL7265_DCCM_LEN, |
Oren Givon | 53e88cb | 2013-11-19 03:48:19 +0200 | [diff] [blame] | 303 | }; |
| 304 | |
| 305 | const struct iwl_cfg iwl7265_n_cfg = { |
| 306 | .name = "Intel(R) Wireless N 7265", |
| 307 | .fw_name_pre = IWL7265_FW_PRE, |
| 308 | IWL_DEVICE_7000, |
Eyal Shapira | a3576ff | 2014-08-09 10:57:59 +0300 | [diff] [blame] | 309 | .ht_params = &iwl7265_ht_params, |
Oren Givon | 53e88cb | 2013-11-19 03:48:19 +0200 | [diff] [blame] | 310 | .nvm_ver = IWL7265_NVM_VERSION, |
| 311 | .nvm_calib_ver = IWL7265_TX_POWER_VERSION, |
Ido Yariv | 8e0dc20 | 2014-01-16 21:13:47 -0500 | [diff] [blame] | 312 | .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 313 | .dccm_len = IWL7265_DCCM_LEN, |
Oren Givon | 53e88cb | 2013-11-19 03:48:19 +0200 | [diff] [blame] | 314 | }; |
| 315 | |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 316 | const struct iwl_cfg iwl7265d_2ac_cfg = { |
| 317 | .name = "Intel(R) Dual Band Wireless AC 7265", |
| 318 | .fw_name_pre = IWL7265D_FW_PRE, |
| 319 | IWL_DEVICE_7000, |
| 320 | .ht_params = &iwl7265_ht_params, |
Emmanuel Grumbach | e70af8e | 2014-11-27 15:38:57 +0200 | [diff] [blame] | 321 | .nvm_ver = IWL7265D_NVM_VERSION, |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 322 | .nvm_calib_ver = IWL7265_TX_POWER_VERSION, |
| 323 | .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 324 | .dccm_len = IWL7265_DCCM_LEN, |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 325 | }; |
| 326 | |
| 327 | const struct iwl_cfg iwl7265d_2n_cfg = { |
| 328 | .name = "Intel(R) Dual Band Wireless N 7265", |
| 329 | .fw_name_pre = IWL7265D_FW_PRE, |
| 330 | IWL_DEVICE_7000, |
| 331 | .ht_params = &iwl7265_ht_params, |
Emmanuel Grumbach | e70af8e | 2014-11-27 15:38:57 +0200 | [diff] [blame] | 332 | .nvm_ver = IWL7265D_NVM_VERSION, |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 333 | .nvm_calib_ver = IWL7265_TX_POWER_VERSION, |
| 334 | .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 335 | .dccm_len = IWL7265_DCCM_LEN, |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 336 | }; |
| 337 | |
| 338 | const struct iwl_cfg iwl7265d_n_cfg = { |
| 339 | .name = "Intel(R) Wireless N 7265", |
| 340 | .fw_name_pre = IWL7265D_FW_PRE, |
| 341 | IWL_DEVICE_7000, |
| 342 | .ht_params = &iwl7265_ht_params, |
Emmanuel Grumbach | e70af8e | 2014-11-27 15:38:57 +0200 | [diff] [blame] | 343 | .nvm_ver = IWL7265D_NVM_VERSION, |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 344 | .nvm_calib_ver = IWL7265_TX_POWER_VERSION, |
| 345 | .pwr_tx_backoffs = iwl7265_pwr_tx_backoffs, |
Liad Kaufman | f53bf4c | 2014-12-01 10:44:18 +0200 | [diff] [blame] | 346 | .dccm_len = IWL7265_DCCM_LEN, |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 347 | }; |
| 348 | |
Johannes Berg | 99cd471 | 2013-01-24 13:52:01 +0100 | [diff] [blame] | 349 | MODULE_FIRMWARE(IWL7260_MODULE_FIRMWARE(IWL7260_UCODE_API_OK)); |
| 350 | MODULE_FIRMWARE(IWL3160_MODULE_FIRMWARE(IWL3160_UCODE_API_OK)); |
Oren Givon | 498abba | 2014-09-08 08:57:05 +0300 | [diff] [blame] | 351 | MODULE_FIRMWARE(IWL3165_MODULE_FIRMWARE(IWL3160_UCODE_API_OK)); |
Emmanuel Grumbach | 08a732f | 2014-03-24 22:17:15 +0200 | [diff] [blame] | 352 | MODULE_FIRMWARE(IWL7265_MODULE_FIRMWARE(IWL7260_UCODE_API_OK)); |
Johannes Berg | 3fd0d3c | 2014-11-18 15:39:51 +0100 | [diff] [blame] | 353 | MODULE_FIRMWARE(IWL7265D_MODULE_FIRMWARE(IWL7260_UCODE_API_OK)); |