Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
| 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. |
| 5 | * |
| 6 | * GPL LICENSE SUMMARY |
| 7 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 8 | * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved. |
Emmanuel Grumbach | 5f0d98f | 2014-10-30 10:19:38 +0200 | [diff] [blame] | 9 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
Sara Sharon | 2910849 | 2017-01-08 16:45:46 +0200 | [diff] [blame] | 10 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 11 | * |
| 12 | * This program is free software; you can redistribute it and/or modify |
| 13 | * it under the terms of version 2 of the GNU General Public License as |
| 14 | * published by the Free Software Foundation. |
| 15 | * |
| 16 | * This program is distributed in the hope that it will be useful, but |
| 17 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 19 | * General Public License for more details. |
| 20 | * |
| 21 | * You should have received a copy of the GNU General Public License |
| 22 | * along with this program; if not, write to the Free Software |
| 23 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
| 24 | * USA |
| 25 | * |
| 26 | * The full GNU General Public License is included in this distribution |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 27 | * in the file called COPYING. |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 28 | * |
| 29 | * Contact Information: |
Emmanuel Grumbach | d01c536 | 2015-11-17 15:39:56 +0200 | [diff] [blame] | 30 | * Intel Linux Wireless <linuxwifi@intel.com> |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 31 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 32 | * |
| 33 | * BSD LICENSE |
| 34 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 35 | * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved. |
Emmanuel Grumbach | 5f0d98f | 2014-10-30 10:19:38 +0200 | [diff] [blame] | 36 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
Sara Sharon | 2910849 | 2017-01-08 16:45:46 +0200 | [diff] [blame] | 37 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 38 | * All rights reserved. |
| 39 | * |
| 40 | * Redistribution and use in source and binary forms, with or without |
| 41 | * modification, are permitted provided that the following conditions |
| 42 | * are met: |
| 43 | * |
| 44 | * * Redistributions of source code must retain the above copyright |
| 45 | * notice, this list of conditions and the following disclaimer. |
| 46 | * * Redistributions in binary form must reproduce the above copyright |
| 47 | * notice, this list of conditions and the following disclaimer in |
| 48 | * the documentation and/or other materials provided with the |
| 49 | * distribution. |
| 50 | * * Neither the name Intel Corporation nor the names of its |
| 51 | * contributors may be used to endorse or promote products derived |
| 52 | * from this software without specific prior written permission. |
| 53 | * |
| 54 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 55 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 56 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 57 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 58 | * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 59 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 60 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 61 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 62 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 63 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 64 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 65 | *****************************************************************************/ |
| 66 | #include <linux/types.h> |
| 67 | #include <linux/slab.h> |
| 68 | #include <linux/export.h> |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 69 | #include <linux/etherdevice.h> |
Eran Harary | 1e0b393 | 2014-06-11 11:37:09 +0300 | [diff] [blame] | 70 | #include <linux/pci.h> |
Arik Nemtsov | 671bed3 | 2016-08-07 18:58:29 +0300 | [diff] [blame] | 71 | #include <linux/acpi.h> |
Johannes Berg | 48e2934 | 2013-03-01 00:13:33 +0100 | [diff] [blame] | 72 | #include "iwl-drv.h" |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 73 | #include "iwl-modparams.h" |
| 74 | #include "iwl-nvm-parse.h" |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 75 | #include "iwl-prph.h" |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 76 | #include "iwl-io.h" |
| 77 | #include "iwl-csr.h" |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 78 | |
| 79 | /* NVM offsets (in words) definitions */ |
| 80 | enum wkp_nvm_offsets { |
| 81 | /* NVM HW-Section offset (in words) definitions */ |
| 82 | HW_ADDR = 0x15, |
| 83 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 84 | /* NVM SW-Section offset (in words) definitions */ |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 85 | NVM_SW_SECTION = 0x1C0, |
| 86 | NVM_VERSION = 0, |
| 87 | RADIO_CFG = 1, |
| 88 | SKU = 2, |
| 89 | N_HW_ADDRS = 3, |
| 90 | NVM_CHANNELS = 0x1E0 - NVM_SW_SECTION, |
| 91 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 92 | /* NVM calibration section offset (in words) definitions */ |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 93 | NVM_CALIB_SECTION = 0x2B8, |
| 94 | XTAL_CALIB = 0x316 - NVM_CALIB_SECTION |
| 95 | }; |
| 96 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 97 | enum ext_nvm_offsets { |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 98 | /* NVM HW-Section offset (in words) definitions */ |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 99 | MAC_ADDRESS_OVERRIDE_EXT_NVM = 1, |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 100 | |
| 101 | /* NVM SW-Section offset (in words) definitions */ |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 102 | NVM_VERSION_EXT_NVM = 0, |
| 103 | RADIO_CFG_FAMILY_EXT_NVM = 0, |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 104 | SKU_FAMILY_8000 = 2, |
| 105 | N_HW_ADDRS_FAMILY_8000 = 3, |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 106 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 107 | /* NVM REGULATORY -Section offset (in words) definitions */ |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 108 | NVM_CHANNELS_EXTENDED = 0, |
| 109 | NVM_LAR_OFFSET_OLD = 0x4C7, |
| 110 | NVM_LAR_OFFSET = 0x507, |
| 111 | NVM_LAR_ENABLED = 0x7, |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 112 | }; |
| 113 | |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 114 | /* SKU Capabilities (actual values from NVM definition) */ |
| 115 | enum nvm_sku_bits { |
Emmanuel Grumbach | 5f0d98f | 2014-10-30 10:19:38 +0200 | [diff] [blame] | 116 | NVM_SKU_CAP_BAND_24GHZ = BIT(0), |
| 117 | NVM_SKU_CAP_BAND_52GHZ = BIT(1), |
| 118 | NVM_SKU_CAP_11N_ENABLE = BIT(2), |
| 119 | NVM_SKU_CAP_11AC_ENABLE = BIT(3), |
| 120 | NVM_SKU_CAP_MIMO_DISABLE = BIT(5), |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 121 | }; |
| 122 | |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 123 | /* |
| 124 | * These are the channel numbers in the order that they are stored in the NVM |
| 125 | */ |
| 126 | static const u8 iwl_nvm_channels[] = { |
| 127 | /* 2.4 GHz */ |
| 128 | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, |
| 129 | /* 5 GHz */ |
| 130 | 36, 40, 44 , 48, 52, 56, 60, 64, |
| 131 | 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, |
| 132 | 149, 153, 157, 161, 165 |
| 133 | }; |
| 134 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 135 | static const u8 iwl_ext_nvm_channels[] = { |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 136 | /* 2.4 GHz */ |
Eran Harary | 9b1c9a6 | 2014-05-07 08:22:41 +0300 | [diff] [blame] | 137 | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 138 | /* 5 GHz */ |
| 139 | 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, |
| 140 | 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, |
| 141 | 149, 153, 157, 161, 165, 169, 173, 177, 181 |
| 142 | }; |
| 143 | |
Eran Harary | 749f1fe | 2014-03-06 09:25:30 +0200 | [diff] [blame] | 144 | #define IWL_NUM_CHANNELS ARRAY_SIZE(iwl_nvm_channels) |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 145 | #define IWL_NUM_CHANNELS_EXT ARRAY_SIZE(iwl_ext_nvm_channels) |
Eran Harary | 749f1fe | 2014-03-06 09:25:30 +0200 | [diff] [blame] | 146 | #define NUM_2GHZ_CHANNELS 14 |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 147 | #define NUM_2GHZ_CHANNELS_EXT 14 |
Eran Harary | 749f1fe | 2014-03-06 09:25:30 +0200 | [diff] [blame] | 148 | #define FIRST_2GHZ_HT_MINUS 5 |
| 149 | #define LAST_2GHZ_HT_PLUS 9 |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 150 | #define LAST_5GHZ_HT 165 |
| 151 | #define LAST_5GHZ_HT_FAMILY_8000 181 |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 152 | #define N_HW_ADDR_MASK 0xF |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 153 | |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 154 | /* rate data (static) */ |
| 155 | static struct ieee80211_rate iwl_cfg80211_rates[] = { |
| 156 | { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, }, |
| 157 | { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1, |
| 158 | .flags = IEEE80211_RATE_SHORT_PREAMBLE, }, |
| 159 | { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2, |
| 160 | .flags = IEEE80211_RATE_SHORT_PREAMBLE, }, |
| 161 | { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3, |
| 162 | .flags = IEEE80211_RATE_SHORT_PREAMBLE, }, |
| 163 | { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, }, |
| 164 | { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, }, |
| 165 | { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, }, |
| 166 | { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, }, |
| 167 | { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, }, |
| 168 | { .bitrate = 36 * 10, .hw_value = 9, .hw_value_short = 9, }, |
| 169 | { .bitrate = 48 * 10, .hw_value = 10, .hw_value_short = 10, }, |
| 170 | { .bitrate = 54 * 10, .hw_value = 11, .hw_value_short = 11, }, |
| 171 | }; |
| 172 | #define RATES_24_OFFS 0 |
| 173 | #define N_RATES_24 ARRAY_SIZE(iwl_cfg80211_rates) |
| 174 | #define RATES_52_OFFS 4 |
| 175 | #define N_RATES_52 (N_RATES_24 - RATES_52_OFFS) |
| 176 | |
| 177 | /** |
| 178 | * enum iwl_nvm_channel_flags - channel flags in NVM |
| 179 | * @NVM_CHANNEL_VALID: channel is usable for this SKU/geo |
| 180 | * @NVM_CHANNEL_IBSS: usable as an IBSS channel |
| 181 | * @NVM_CHANNEL_ACTIVE: active scanning allowed |
| 182 | * @NVM_CHANNEL_RADAR: radar detection required |
David Spinadel | 9ee6dac | 2013-05-29 11:37:28 +0300 | [diff] [blame] | 183 | * @NVM_CHANNEL_INDOOR_ONLY: only indoor use is allowed |
| 184 | * @NVM_CHANNEL_GO_CONCURRENT: GO operation is allowed when connected to BSS |
| 185 | * on same channel on 2.4 or same UNII band on 5.2 |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 186 | * @NVM_CHANNEL_WIDE: 20 MHz channel okay (?) |
| 187 | * @NVM_CHANNEL_40MHZ: 40 MHz channel okay (?) |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 188 | * @NVM_CHANNEL_80MHZ: 80 MHz channel okay (?) |
| 189 | * @NVM_CHANNEL_160MHZ: 160 MHz channel okay (?) |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 190 | */ |
| 191 | enum iwl_nvm_channel_flags { |
| 192 | NVM_CHANNEL_VALID = BIT(0), |
| 193 | NVM_CHANNEL_IBSS = BIT(1), |
| 194 | NVM_CHANNEL_ACTIVE = BIT(3), |
| 195 | NVM_CHANNEL_RADAR = BIT(4), |
David Spinadel | 9ee6dac | 2013-05-29 11:37:28 +0300 | [diff] [blame] | 196 | NVM_CHANNEL_INDOOR_ONLY = BIT(5), |
| 197 | NVM_CHANNEL_GO_CONCURRENT = BIT(6), |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 198 | NVM_CHANNEL_WIDE = BIT(8), |
| 199 | NVM_CHANNEL_40MHZ = BIT(9), |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 200 | NVM_CHANNEL_80MHZ = BIT(10), |
| 201 | NVM_CHANNEL_160MHZ = BIT(11), |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 202 | }; |
| 203 | |
| 204 | #define CHECK_AND_PRINT_I(x) \ |
| 205 | ((ch_flags & NVM_CHANNEL_##x) ? # x " " : "") |
| 206 | |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 207 | static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, bool is_5ghz, |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 208 | u16 nvm_flags, const struct iwl_cfg *cfg) |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 209 | { |
| 210 | u32 flags = IEEE80211_CHAN_NO_HT40; |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 211 | u32 last_5ghz_ht = LAST_5GHZ_HT; |
| 212 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 213 | if (cfg->ext_nvm) |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 214 | last_5ghz_ht = LAST_5GHZ_HT_FAMILY_8000; |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 215 | |
| 216 | if (!is_5ghz && (nvm_flags & NVM_CHANNEL_40MHZ)) { |
| 217 | if (ch_num <= LAST_2GHZ_HT_PLUS) |
| 218 | flags &= ~IEEE80211_CHAN_NO_HT40PLUS; |
| 219 | if (ch_num >= FIRST_2GHZ_HT_MINUS) |
| 220 | flags &= ~IEEE80211_CHAN_NO_HT40MINUS; |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 221 | } else if (ch_num <= last_5ghz_ht && (nvm_flags & NVM_CHANNEL_40MHZ)) { |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 222 | if ((ch_idx - NUM_2GHZ_CHANNELS) % 2 == 0) |
| 223 | flags &= ~IEEE80211_CHAN_NO_HT40PLUS; |
| 224 | else |
| 225 | flags &= ~IEEE80211_CHAN_NO_HT40MINUS; |
| 226 | } |
| 227 | if (!(nvm_flags & NVM_CHANNEL_80MHZ)) |
| 228 | flags |= IEEE80211_CHAN_NO_80MHZ; |
| 229 | if (!(nvm_flags & NVM_CHANNEL_160MHZ)) |
| 230 | flags |= IEEE80211_CHAN_NO_160MHZ; |
| 231 | |
| 232 | if (!(nvm_flags & NVM_CHANNEL_IBSS)) |
| 233 | flags |= IEEE80211_CHAN_NO_IR; |
| 234 | |
| 235 | if (!(nvm_flags & NVM_CHANNEL_ACTIVE)) |
| 236 | flags |= IEEE80211_CHAN_NO_IR; |
| 237 | |
| 238 | if (nvm_flags & NVM_CHANNEL_RADAR) |
| 239 | flags |= IEEE80211_CHAN_RADAR; |
| 240 | |
| 241 | if (nvm_flags & NVM_CHANNEL_INDOOR_ONLY) |
| 242 | flags |= IEEE80211_CHAN_INDOOR_ONLY; |
| 243 | |
| 244 | /* Set the GO concurrent flag only in case that NO_IR is set. |
| 245 | * Otherwise it is meaningless |
| 246 | */ |
| 247 | if ((nvm_flags & NVM_CHANNEL_GO_CONCURRENT) && |
| 248 | (flags & IEEE80211_CHAN_NO_IR)) |
Arik Nemtsov | 06f207f | 2015-05-06 16:28:31 +0300 | [diff] [blame] | 249 | flags |= IEEE80211_CHAN_IR_CONCURRENT; |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 250 | |
| 251 | return flags; |
| 252 | } |
| 253 | |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 254 | static int iwl_init_channel_map(struct device *dev, const struct iwl_cfg *cfg, |
| 255 | struct iwl_nvm_data *data, |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 256 | const __le16 * const nvm_ch_flags, |
| 257 | bool lar_supported) |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 258 | { |
| 259 | int ch_idx; |
| 260 | int n_channels = 0; |
| 261 | struct ieee80211_channel *channel; |
| 262 | u16 ch_flags; |
| 263 | bool is_5ghz; |
Eran Harary | 749f1fe | 2014-03-06 09:25:30 +0200 | [diff] [blame] | 264 | int num_of_ch, num_2ghz_channels; |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 265 | const u8 *nvm_chan; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 266 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 267 | if (!cfg->ext_nvm) { |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 268 | num_of_ch = IWL_NUM_CHANNELS; |
| 269 | nvm_chan = &iwl_nvm_channels[0]; |
Eran Harary | 749f1fe | 2014-03-06 09:25:30 +0200 | [diff] [blame] | 270 | num_2ghz_channels = NUM_2GHZ_CHANNELS; |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 271 | } else { |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 272 | num_of_ch = IWL_NUM_CHANNELS_EXT; |
| 273 | nvm_chan = &iwl_ext_nvm_channels[0]; |
| 274 | num_2ghz_channels = NUM_2GHZ_CHANNELS_EXT; |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 275 | } |
| 276 | |
| 277 | for (ch_idx = 0; ch_idx < num_of_ch; ch_idx++) { |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 278 | ch_flags = __le16_to_cpup(nvm_ch_flags + ch_idx); |
Emmanuel Grumbach | c512865 | 2013-12-05 22:42:55 +0200 | [diff] [blame] | 279 | |
Eran Harary | 749f1fe | 2014-03-06 09:25:30 +0200 | [diff] [blame] | 280 | if (ch_idx >= num_2ghz_channels && |
Emmanuel Grumbach | c512865 | 2013-12-05 22:42:55 +0200 | [diff] [blame] | 281 | !data->sku_cap_band_52GHz_enable) |
Eliad Peller | a76f3bf | 2014-05-26 18:11:37 +0300 | [diff] [blame] | 282 | continue; |
Emmanuel Grumbach | c512865 | 2013-12-05 22:42:55 +0200 | [diff] [blame] | 283 | |
Gregory Greenman | 4896d76 | 2016-04-03 14:06:12 +0300 | [diff] [blame] | 284 | if (ch_flags & NVM_CHANNEL_160MHZ) |
| 285 | data->vht160_supported = true; |
| 286 | |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 287 | if (!lar_supported && !(ch_flags & NVM_CHANNEL_VALID)) { |
Eliad Peller | a76f3bf | 2014-05-26 18:11:37 +0300 | [diff] [blame] | 288 | /* |
| 289 | * Channels might become valid later if lar is |
| 290 | * supported, hence we still want to add them to |
| 291 | * the list of supported channels to cfg80211. |
| 292 | */ |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 293 | IWL_DEBUG_EEPROM(dev, |
| 294 | "Ch. %d Flags %x [%sGHz] - No traffic\n", |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 295 | nvm_chan[ch_idx], |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 296 | ch_flags, |
Eran Harary | 749f1fe | 2014-03-06 09:25:30 +0200 | [diff] [blame] | 297 | (ch_idx >= num_2ghz_channels) ? |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 298 | "5.2" : "2.4"); |
| 299 | continue; |
| 300 | } |
| 301 | |
| 302 | channel = &data->channels[n_channels]; |
| 303 | n_channels++; |
| 304 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 305 | channel->hw_value = nvm_chan[ch_idx]; |
Eran Harary | 749f1fe | 2014-03-06 09:25:30 +0200 | [diff] [blame] | 306 | channel->band = (ch_idx < num_2ghz_channels) ? |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 307 | NL80211_BAND_2GHZ : NL80211_BAND_5GHZ; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 308 | channel->center_freq = |
| 309 | ieee80211_channel_to_frequency( |
| 310 | channel->hw_value, channel->band); |
| 311 | |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 312 | /* Initialize regulatory-based run-time data */ |
| 313 | |
Matti Gottlieb | 88f2fd7 | 2013-07-09 15:25:46 +0300 | [diff] [blame] | 314 | /* |
| 315 | * Default value - highest tx power value. max_power |
| 316 | * is not used in mvm, and is used for backwards compatibility |
| 317 | */ |
Eliad Peller | 22d059a | 2014-08-26 11:23:11 +0300 | [diff] [blame] | 318 | channel->max_power = IWL_DEFAULT_MAX_TX_POWER; |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 319 | is_5ghz = channel->band == NL80211_BAND_5GHZ; |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 320 | |
| 321 | /* don't put limitations in case we're using LAR */ |
| 322 | if (!lar_supported) |
| 323 | channel->flags = iwl_get_channel_flags(nvm_chan[ch_idx], |
| 324 | ch_idx, is_5ghz, |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 325 | ch_flags, cfg); |
Arik Nemtsov | 770ceda | 2014-03-23 16:18:40 +0200 | [diff] [blame] | 326 | else |
| 327 | channel->flags = 0; |
| 328 | |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 329 | IWL_DEBUG_EEPROM(dev, |
Gregory Greenman | 4896d76 | 2016-04-03 14:06:12 +0300 | [diff] [blame] | 330 | "Ch. %d [%sGHz] flags 0x%x %s%s%s%s%s%s%s%s%s%s(%ddBm): Ad-Hoc %ssupported\n", |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 331 | channel->hw_value, |
| 332 | is_5ghz ? "5.2" : "2.4", |
Gregory Greenman | 4896d76 | 2016-04-03 14:06:12 +0300 | [diff] [blame] | 333 | ch_flags, |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 334 | CHECK_AND_PRINT_I(VALID), |
| 335 | CHECK_AND_PRINT_I(IBSS), |
| 336 | CHECK_AND_PRINT_I(ACTIVE), |
| 337 | CHECK_AND_PRINT_I(RADAR), |
David Spinadel | 9ee6dac | 2013-05-29 11:37:28 +0300 | [diff] [blame] | 338 | CHECK_AND_PRINT_I(INDOOR_ONLY), |
| 339 | CHECK_AND_PRINT_I(GO_CONCURRENT), |
Gregory Greenman | 4896d76 | 2016-04-03 14:06:12 +0300 | [diff] [blame] | 340 | CHECK_AND_PRINT_I(WIDE), |
| 341 | CHECK_AND_PRINT_I(40MHZ), |
| 342 | CHECK_AND_PRINT_I(80MHZ), |
| 343 | CHECK_AND_PRINT_I(160MHZ), |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 344 | channel->max_power, |
| 345 | ((ch_flags & NVM_CHANNEL_IBSS) && |
| 346 | !(ch_flags & NVM_CHANNEL_RADAR)) |
| 347 | ? "" : "not "); |
| 348 | } |
| 349 | |
| 350 | return n_channels; |
| 351 | } |
| 352 | |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 353 | static void iwl_init_vht_hw_capab(const struct iwl_cfg *cfg, |
| 354 | struct iwl_nvm_data *data, |
Johannes Berg | 6ca89f1 | 2014-02-12 21:56:26 +0100 | [diff] [blame] | 355 | struct ieee80211_sta_vht_cap *vht_cap, |
| 356 | u8 tx_chains, u8 rx_chains) |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 357 | { |
Johannes Berg | 6ca89f1 | 2014-02-12 21:56:26 +0100 | [diff] [blame] | 358 | int num_rx_ants = num_of_ant(rx_chains); |
| 359 | int num_tx_ants = num_of_ant(tx_chains); |
Eran Harary | c064ddf | 2014-09-30 06:42:06 +0200 | [diff] [blame] | 360 | unsigned int max_ampdu_exponent = (cfg->max_vht_ampdu_exponent ?: |
| 361 | IEEE80211_VHT_MAX_AMPDU_1024K); |
Eyal Shapira | 48e6de6 | 2013-11-03 10:04:08 +0200 | [diff] [blame] | 362 | |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 363 | vht_cap->vht_supported = true; |
| 364 | |
| 365 | vht_cap->cap = IEEE80211_VHT_CAP_SHORT_GI_80 | |
| 366 | IEEE80211_VHT_CAP_RXSTBC_1 | |
| 367 | IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE | |
Eyal Shapira | e36b766 | 2014-01-06 20:16:48 +0200 | [diff] [blame] | 368 | 3 << IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT | |
Eran Harary | c064ddf | 2014-09-30 06:42:06 +0200 | [diff] [blame] | 369 | max_ampdu_exponent << |
| 370 | IEEE80211_VHT_CAP_MAX_A_MPDU_LENGTH_EXPONENT_SHIFT; |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 371 | |
Gregory Greenman | 4896d76 | 2016-04-03 14:06:12 +0300 | [diff] [blame] | 372 | if (data->vht160_supported) |
Gregory Greenman | fbbd485 | 2016-04-12 15:16:24 +0300 | [diff] [blame] | 373 | vht_cap->cap |= IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160MHZ | |
| 374 | IEEE80211_VHT_CAP_SHORT_GI_160; |
Gregory Greenman | 4896d76 | 2016-04-03 14:06:12 +0300 | [diff] [blame] | 375 | |
Sara Sharon | e48c947 | 2016-01-27 18:59:48 +0200 | [diff] [blame] | 376 | if (cfg->vht_mu_mimo_supported) |
| 377 | vht_cap->cap |= IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE; |
| 378 | |
Eyal Shapira | a3576ff | 2014-08-09 10:57:59 +0300 | [diff] [blame] | 379 | if (cfg->ht_params->ldpc) |
| 380 | vht_cap->cap |= IEEE80211_VHT_CAP_RXLDPC; |
| 381 | |
Emmanuel Grumbach | 5f0d98f | 2014-10-30 10:19:38 +0200 | [diff] [blame] | 382 | if (data->sku_cap_mimo_disabled) { |
| 383 | num_rx_ants = 1; |
| 384 | num_tx_ants = 1; |
| 385 | } |
| 386 | |
Johannes Berg | 6ca89f1 | 2014-02-12 21:56:26 +0100 | [diff] [blame] | 387 | if (num_tx_ants > 1) |
Eyal Shapira | 5f7a6f9 | 2013-11-12 22:40:40 +0200 | [diff] [blame] | 388 | vht_cap->cap |= IEEE80211_VHT_CAP_TXSTBC; |
Johannes Berg | 6ca89f1 | 2014-02-12 21:56:26 +0100 | [diff] [blame] | 389 | else |
| 390 | vht_cap->cap |= IEEE80211_VHT_CAP_TX_ANTENNA_PATTERN; |
Eyal Shapira | 5f7a6f9 | 2013-11-12 22:40:40 +0200 | [diff] [blame] | 391 | |
Emmanuel Grumbach | 6c4fbcb | 2015-11-10 11:57:41 +0200 | [diff] [blame] | 392 | switch (iwlwifi_mod_params.amsdu_size) { |
Emmanuel Grumbach | 4bdd4df | 2016-04-07 16:44:42 +0300 | [diff] [blame] | 393 | case IWL_AMSDU_DEF: |
| 394 | if (cfg->mq_rx_supported) |
| 395 | vht_cap->cap |= |
| 396 | IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_11454; |
| 397 | else |
| 398 | vht_cap->cap |= IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_3895; |
| 399 | break; |
Emmanuel Grumbach | 6c4fbcb | 2015-11-10 11:57:41 +0200 | [diff] [blame] | 400 | case IWL_AMSDU_4K: |
| 401 | vht_cap->cap |= IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_3895; |
| 402 | break; |
| 403 | case IWL_AMSDU_8K: |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 404 | vht_cap->cap |= IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_7991; |
Emmanuel Grumbach | 6c4fbcb | 2015-11-10 11:57:41 +0200 | [diff] [blame] | 405 | break; |
| 406 | case IWL_AMSDU_12K: |
| 407 | vht_cap->cap |= IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_11454; |
| 408 | break; |
| 409 | default: |
| 410 | break; |
| 411 | } |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 412 | |
| 413 | vht_cap->vht_mcs.rx_mcs_map = |
| 414 | cpu_to_le16(IEEE80211_VHT_MCS_SUPPORT_0_9 << 0 | |
| 415 | IEEE80211_VHT_MCS_SUPPORT_0_9 << 2 | |
| 416 | IEEE80211_VHT_MCS_NOT_SUPPORTED << 4 | |
| 417 | IEEE80211_VHT_MCS_NOT_SUPPORTED << 6 | |
| 418 | IEEE80211_VHT_MCS_NOT_SUPPORTED << 8 | |
| 419 | IEEE80211_VHT_MCS_NOT_SUPPORTED << 10 | |
| 420 | IEEE80211_VHT_MCS_NOT_SUPPORTED << 12 | |
| 421 | IEEE80211_VHT_MCS_NOT_SUPPORTED << 14); |
| 422 | |
Johannes Berg | 6ca89f1 | 2014-02-12 21:56:26 +0100 | [diff] [blame] | 423 | if (num_rx_ants == 1 || cfg->rx_with_siso_diversity) { |
| 424 | vht_cap->cap |= IEEE80211_VHT_CAP_RX_ANTENNA_PATTERN; |
Eytan Lifshitz | 33158fe | 2013-02-20 11:01:13 +0200 | [diff] [blame] | 425 | /* this works because NOT_SUPPORTED == 3 */ |
| 426 | vht_cap->vht_mcs.rx_mcs_map |= |
| 427 | cpu_to_le16(IEEE80211_VHT_MCS_NOT_SUPPORTED << 2); |
| 428 | } |
| 429 | |
| 430 | vht_cap->vht_mcs.tx_mcs_map = vht_cap->vht_mcs.rx_mcs_map; |
| 431 | } |
| 432 | |
Sara Sharon | 2910849 | 2017-01-08 16:45:46 +0200 | [diff] [blame] | 433 | void iwl_init_sbands(struct device *dev, const struct iwl_cfg *cfg, |
| 434 | struct iwl_nvm_data *data, const __le16 *nvm_ch_flags, |
| 435 | u8 tx_chains, u8 rx_chains, bool lar_supported) |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 436 | { |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 437 | int n_channels; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 438 | int n_used = 0; |
| 439 | struct ieee80211_supported_band *sband; |
| 440 | |
Sara Sharon | 2910849 | 2017-01-08 16:45:46 +0200 | [diff] [blame] | 441 | n_channels = iwl_init_channel_map(dev, cfg, data, nvm_ch_flags, |
| 442 | lar_supported); |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 443 | sband = &data->bands[NL80211_BAND_2GHZ]; |
| 444 | sband->band = NL80211_BAND_2GHZ; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 445 | sband->bitrates = &iwl_cfg80211_rates[RATES_24_OFFS]; |
| 446 | sband->n_bitrates = N_RATES_24; |
| 447 | n_used += iwl_init_sband_channels(data, sband, n_channels, |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 448 | NL80211_BAND_2GHZ); |
| 449 | iwl_init_ht_hw_capab(cfg, data, &sband->ht_cap, NL80211_BAND_2GHZ, |
Emmanuel Grumbach | 9ce4fa7 | 2013-05-22 13:16:23 +0300 | [diff] [blame] | 450 | tx_chains, rx_chains); |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 451 | |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 452 | sband = &data->bands[NL80211_BAND_5GHZ]; |
| 453 | sband->band = NL80211_BAND_5GHZ; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 454 | sband->bitrates = &iwl_cfg80211_rates[RATES_52_OFFS]; |
| 455 | sband->n_bitrates = N_RATES_52; |
| 456 | n_used += iwl_init_sband_channels(data, sband, n_channels, |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 457 | NL80211_BAND_5GHZ); |
| 458 | iwl_init_ht_hw_capab(cfg, data, &sband->ht_cap, NL80211_BAND_5GHZ, |
Emmanuel Grumbach | 9ce4fa7 | 2013-05-22 13:16:23 +0300 | [diff] [blame] | 459 | tx_chains, rx_chains); |
Andrei Otcheretianski | 0d0985a | 2016-02-29 13:25:48 +0200 | [diff] [blame] | 460 | if (data->sku_cap_11ac_enable && !iwlwifi_mod_params.disable_11ac) |
Johannes Berg | 6ca89f1 | 2014-02-12 21:56:26 +0100 | [diff] [blame] | 461 | iwl_init_vht_hw_capab(cfg, data, &sband->vht_cap, |
| 462 | tx_chains, rx_chains); |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 463 | |
| 464 | if (n_channels != n_used) |
| 465 | IWL_ERR_DEV(dev, "NVM: used only %d of %d channels\n", |
| 466 | n_used, n_channels); |
| 467 | } |
Sara Sharon | 2910849 | 2017-01-08 16:45:46 +0200 | [diff] [blame] | 468 | IWL_EXPORT_SYMBOL(iwl_init_sbands); |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 469 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 470 | static int iwl_get_sku(const struct iwl_cfg *cfg, const __le16 *nvm_sw, |
| 471 | const __le16 *phy_sku) |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 472 | { |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 473 | if (!cfg->ext_nvm) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 474 | return le16_to_cpup(nvm_sw + SKU); |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 475 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 476 | return le32_to_cpup((__le32 *)(phy_sku + SKU_FAMILY_8000)); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 477 | } |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 478 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 479 | static int iwl_get_nvm_version(const struct iwl_cfg *cfg, const __le16 *nvm_sw) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 480 | { |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 481 | if (!cfg->ext_nvm) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 482 | return le16_to_cpup(nvm_sw + NVM_VERSION); |
| 483 | else |
| 484 | return le32_to_cpup((__le32 *)(nvm_sw + |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 485 | NVM_VERSION_EXT_NVM)); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 486 | } |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 487 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 488 | static int iwl_get_radio_cfg(const struct iwl_cfg *cfg, const __le16 *nvm_sw, |
| 489 | const __le16 *phy_sku) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 490 | { |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 491 | if (!cfg->ext_nvm) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 492 | return le16_to_cpup(nvm_sw + RADIO_CFG); |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 493 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 494 | return le32_to_cpup((__le32 *)(phy_sku + RADIO_CFG_FAMILY_EXT_NVM)); |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 495 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 496 | } |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 497 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 498 | static int iwl_get_n_hw_addrs(const struct iwl_cfg *cfg, const __le16 *nvm_sw) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 499 | { |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 500 | int n_hw_addr; |
| 501 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 502 | if (!cfg->ext_nvm) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 503 | return le16_to_cpup(nvm_sw + N_HW_ADDRS); |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 504 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 505 | n_hw_addr = le32_to_cpup((__le32 *)(nvm_sw + N_HW_ADDRS_FAMILY_8000)); |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 506 | |
| 507 | return n_hw_addr & N_HW_ADDR_MASK; |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 508 | } |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 509 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 510 | static void iwl_set_radio_cfg(const struct iwl_cfg *cfg, |
| 511 | struct iwl_nvm_data *data, |
| 512 | u32 radio_cfg) |
| 513 | { |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 514 | if (!cfg->ext_nvm) { |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 515 | data->radio_cfg_type = NVM_RF_CFG_TYPE_MSK(radio_cfg); |
| 516 | data->radio_cfg_step = NVM_RF_CFG_STEP_MSK(radio_cfg); |
| 517 | data->radio_cfg_dash = NVM_RF_CFG_DASH_MSK(radio_cfg); |
| 518 | data->radio_cfg_pnum = NVM_RF_CFG_PNUM_MSK(radio_cfg); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 519 | return; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 520 | } |
| 521 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 522 | /* set the radio configuration for family 8000 */ |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 523 | data->radio_cfg_type = EXT_NVM_RF_CFG_TYPE_MSK(radio_cfg); |
| 524 | data->radio_cfg_step = EXT_NVM_RF_CFG_STEP_MSK(radio_cfg); |
| 525 | data->radio_cfg_dash = EXT_NVM_RF_CFG_DASH_MSK(radio_cfg); |
| 526 | data->radio_cfg_pnum = EXT_NVM_RF_CFG_FLAVOR_MSK(radio_cfg); |
| 527 | data->valid_tx_ant = EXT_NVM_RF_CFG_TX_ANT_MSK(radio_cfg); |
| 528 | data->valid_rx_ant = EXT_NVM_RF_CFG_RX_ANT_MSK(radio_cfg); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 529 | } |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 530 | |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 531 | static void iwl_flip_hw_address(__le32 mac_addr0, __le32 mac_addr1, u8 *dest) |
| 532 | { |
| 533 | const u8 *hw_addr; |
| 534 | |
| 535 | hw_addr = (const u8 *)&mac_addr0; |
| 536 | dest[0] = hw_addr[3]; |
| 537 | dest[1] = hw_addr[2]; |
| 538 | dest[2] = hw_addr[1]; |
| 539 | dest[3] = hw_addr[0]; |
| 540 | |
| 541 | hw_addr = (const u8 *)&mac_addr1; |
| 542 | dest[4] = hw_addr[1]; |
| 543 | dest[5] = hw_addr[0]; |
| 544 | } |
| 545 | |
Sara Sharon | 2910849 | 2017-01-08 16:45:46 +0200 | [diff] [blame] | 546 | void iwl_set_hw_address_from_csr(struct iwl_trans *trans, |
| 547 | struct iwl_nvm_data *data) |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 548 | { |
| 549 | __le32 mac_addr0 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR0_STRAP)); |
| 550 | __le32 mac_addr1 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR1_STRAP)); |
| 551 | |
Haim Dreyfuss | a6c934b | 2016-08-02 15:28:23 +0300 | [diff] [blame] | 552 | iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); |
| 553 | /* |
| 554 | * If the OEM fused a valid address, use it instead of the one in the |
| 555 | * OTP |
| 556 | */ |
| 557 | if (is_valid_ether_addr(data->hw_addr)) |
| 558 | return; |
| 559 | |
| 560 | mac_addr0 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR0_OTP)); |
| 561 | mac_addr1 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR1_OTP)); |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 562 | |
| 563 | iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); |
| 564 | } |
Sara Sharon | 2910849 | 2017-01-08 16:45:46 +0200 | [diff] [blame] | 565 | IWL_EXPORT_SYMBOL(iwl_set_hw_address_from_csr); |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 566 | |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 567 | static void iwl_set_hw_address_family_8000(struct iwl_trans *trans, |
Eran Harary | 6a68a39 | 2014-05-07 11:09:11 +0300 | [diff] [blame] | 568 | const struct iwl_cfg *cfg, |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 569 | struct iwl_nvm_data *data, |
| 570 | const __le16 *mac_override, |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 571 | const __le16 *nvm_hw) |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 572 | { |
| 573 | const u8 *hw_addr; |
| 574 | |
| 575 | if (mac_override) { |
Liad Kaufman | 18f8467 | 2015-05-20 15:50:07 +0300 | [diff] [blame] | 576 | static const u8 reserved_mac[] = { |
| 577 | 0x02, 0xcc, 0xaa, 0xff, 0xee, 0x00 |
| 578 | }; |
| 579 | |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 580 | hw_addr = (const u8 *)(mac_override + |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 581 | MAC_ADDRESS_OVERRIDE_EXT_NVM); |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 582 | |
Liad Kaufman | be88a1a | 2015-07-01 17:28:34 +0300 | [diff] [blame] | 583 | /* |
| 584 | * Store the MAC address from MAO section. |
| 585 | * No byte swapping is required in MAO section |
| 586 | */ |
| 587 | memcpy(data->hw_addr, hw_addr, ETH_ALEN); |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 588 | |
Liad Kaufman | 18f8467 | 2015-05-20 15:50:07 +0300 | [diff] [blame] | 589 | /* |
| 590 | * Force the use of the OTP MAC address in case of reserved MAC |
| 591 | * address in the NVM, or if address is given but invalid. |
| 592 | */ |
| 593 | if (is_valid_ether_addr(data->hw_addr) && |
| 594 | memcmp(reserved_mac, hw_addr, ETH_ALEN) != 0) |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 595 | return; |
Eran Harary | 6a68a39 | 2014-05-07 11:09:11 +0300 | [diff] [blame] | 596 | |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 597 | IWL_ERR(trans, |
| 598 | "mac address from nvm override section is not valid\n"); |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 599 | } |
| 600 | |
Eran Harary | 6a68a39 | 2014-05-07 11:09:11 +0300 | [diff] [blame] | 601 | if (nvm_hw) { |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 602 | /* read the mac address from WFMP registers */ |
| 603 | __le32 mac_addr0 = cpu_to_le32(iwl_trans_read_prph(trans, |
| 604 | WFMP_MAC_ADDR_0)); |
| 605 | __le32 mac_addr1 = cpu_to_le32(iwl_trans_read_prph(trans, |
| 606 | WFMP_MAC_ADDR_1)); |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 607 | |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 608 | iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); |
Eran Harary | 1e0b393 | 2014-06-11 11:37:09 +0300 | [diff] [blame] | 609 | |
Eran Harary | 6a68a39 | 2014-05-07 11:09:11 +0300 | [diff] [blame] | 610 | return; |
| 611 | } |
| 612 | |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 613 | IWL_ERR(trans, "mac address is not found\n"); |
| 614 | } |
| 615 | |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 616 | static int iwl_set_hw_address(struct iwl_trans *trans, |
| 617 | const struct iwl_cfg *cfg, |
| 618 | struct iwl_nvm_data *data, const __le16 *nvm_hw, |
| 619 | const __le16 *mac_override) |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 620 | { |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 621 | if (cfg->mac_addr_from_csr) { |
| 622 | iwl_set_hw_address_from_csr(trans, data); |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 623 | } else if (!cfg->ext_nvm) { |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 624 | const u8 *hw_addr = (const u8 *)(nvm_hw + HW_ADDR); |
| 625 | |
| 626 | /* The byte order is little endian 16 bit, meaning 214365 */ |
| 627 | data->hw_addr[0] = hw_addr[1]; |
| 628 | data->hw_addr[1] = hw_addr[0]; |
| 629 | data->hw_addr[2] = hw_addr[3]; |
| 630 | data->hw_addr[3] = hw_addr[2]; |
| 631 | data->hw_addr[4] = hw_addr[5]; |
| 632 | data->hw_addr[5] = hw_addr[4]; |
| 633 | } else { |
| 634 | iwl_set_hw_address_family_8000(trans, cfg, data, |
| 635 | mac_override, nvm_hw); |
| 636 | } |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 637 | |
| 638 | if (!is_valid_ether_addr(data->hw_addr)) { |
| 639 | IWL_ERR(trans, "no valid mac address was found\n"); |
| 640 | return -EINVAL; |
| 641 | } |
| 642 | |
Luca Coelho | 4409e72 | 2017-05-09 22:46:19 +0300 | [diff] [blame] | 643 | IWL_INFO(trans, "base HW address: %pM\n", data->hw_addr); |
| 644 | |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 645 | return 0; |
Eran Harary | 9f32e01 | 2014-04-28 15:22:40 +0300 | [diff] [blame] | 646 | } |
| 647 | |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 648 | struct iwl_nvm_data * |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 649 | iwl_parse_nvm_data(struct iwl_trans *trans, const struct iwl_cfg *cfg, |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 650 | const __le16 *nvm_hw, const __le16 *nvm_sw, |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 651 | const __le16 *nvm_calib, const __le16 *regulatory, |
Eran Harary | ce50007 | 2014-12-01 17:53:53 +0200 | [diff] [blame] | 652 | const __le16 *mac_override, const __le16 *phy_sku, |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 653 | u8 tx_chains, u8 rx_chains, bool lar_fw_supported) |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 654 | { |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 655 | struct device *dev = trans->dev; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 656 | struct iwl_nvm_data *data; |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 657 | bool lar_enabled; |
| 658 | u32 sku, radio_cfg; |
Matti Gottlieb | d0d1519 | 2014-07-31 09:16:25 +0300 | [diff] [blame] | 659 | u16 lar_config; |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 660 | const __le16 *ch_section; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 661 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 662 | if (!cfg->ext_nvm) |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 663 | data = kzalloc(sizeof(*data) + |
| 664 | sizeof(struct ieee80211_channel) * |
| 665 | IWL_NUM_CHANNELS, |
| 666 | GFP_KERNEL); |
| 667 | else |
| 668 | data = kzalloc(sizeof(*data) + |
| 669 | sizeof(struct ieee80211_channel) * |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 670 | IWL_NUM_CHANNELS_EXT, |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 671 | GFP_KERNEL); |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 672 | if (!data) |
| 673 | return NULL; |
| 674 | |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 675 | data->nvm_version = iwl_get_nvm_version(cfg, nvm_sw); |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 676 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 677 | radio_cfg = iwl_get_radio_cfg(cfg, nvm_sw, phy_sku); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 678 | iwl_set_radio_cfg(cfg, data, radio_cfg); |
Moshe Harel | a054427 | 2014-12-08 21:13:14 +0200 | [diff] [blame] | 679 | if (data->valid_tx_ant) |
| 680 | tx_chains &= data->valid_tx_ant; |
| 681 | if (data->valid_rx_ant) |
| 682 | rx_chains &= data->valid_rx_ant; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 683 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 684 | sku = iwl_get_sku(cfg, nvm_sw, phy_sku); |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 685 | data->sku_cap_band_24GHz_enable = sku & NVM_SKU_CAP_BAND_24GHZ; |
| 686 | data->sku_cap_band_52GHz_enable = sku & NVM_SKU_CAP_BAND_52GHZ; |
| 687 | data->sku_cap_11n_enable = sku & NVM_SKU_CAP_11N_ENABLE; |
| 688 | if (iwlwifi_mod_params.disable_11n & IWL_DISABLE_HT_ALL) |
| 689 | data->sku_cap_11n_enable = false; |
Eliad Peller | 2926f95 | 2014-10-23 16:29:10 +0300 | [diff] [blame] | 690 | data->sku_cap_11ac_enable = data->sku_cap_11n_enable && |
| 691 | (sku & NVM_SKU_CAP_11AC_ENABLE); |
Emmanuel Grumbach | 5f0d98f | 2014-10-30 10:19:38 +0200 | [diff] [blame] | 692 | data->sku_cap_mimo_disabled = sku & NVM_SKU_CAP_MIMO_DISABLE; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 693 | |
Emmanuel Grumbach | 5dd9c68 | 2015-03-05 13:06:13 +0200 | [diff] [blame] | 694 | data->n_hw_addrs = iwl_get_n_hw_addrs(cfg, nvm_sw); |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 695 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 696 | if (!cfg->ext_nvm) { |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 697 | /* Checking for required sections */ |
| 698 | if (!nvm_calib) { |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 699 | IWL_ERR(trans, |
| 700 | "Can't parse empty Calib NVM sections\n"); |
Eytan Lifshitz | 1270c41 | 2014-02-18 15:02:29 +0200 | [diff] [blame] | 701 | kfree(data); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 702 | return NULL; |
| 703 | } |
| 704 | /* in family 8000 Xtal calibration values moved to OTP */ |
| 705 | data->xtal_calib[0] = *(nvm_calib + XTAL_CALIB); |
| 706 | data->xtal_calib[1] = *(nvm_calib + XTAL_CALIB + 1); |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 707 | lar_enabled = true; |
Sara Sharon | 2910849 | 2017-01-08 16:45:46 +0200 | [diff] [blame] | 708 | ch_section = &nvm_sw[NVM_CHANNELS]; |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 709 | } else { |
Arik Nemtsov | f552863 | 2015-02-04 15:38:56 +0200 | [diff] [blame] | 710 | u16 lar_offset = data->nvm_version < 0xE39 ? |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 711 | NVM_LAR_OFFSET_OLD : |
| 712 | NVM_LAR_OFFSET; |
Arik Nemtsov | f552863 | 2015-02-04 15:38:56 +0200 | [diff] [blame] | 713 | |
| 714 | lar_config = le16_to_cpup(regulatory + lar_offset); |
Matti Gottlieb | d0d1519 | 2014-07-31 09:16:25 +0300 | [diff] [blame] | 715 | data->lar_enabled = !!(lar_config & |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 716 | NVM_LAR_ENABLED); |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 717 | lar_enabled = data->lar_enabled; |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 718 | ch_section = ®ulatory[NVM_CHANNELS_EXTENDED]; |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 719 | } |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 720 | |
Sara Sharon | 17c867b | 2016-03-07 14:18:29 +0200 | [diff] [blame] | 721 | /* If no valid mac address was found - bail out */ |
| 722 | if (iwl_set_hw_address(trans, cfg, data, nvm_hw, mac_override)) { |
| 723 | kfree(data); |
| 724 | return NULL; |
| 725 | } |
| 726 | |
Sara Sharon | afd5b17 | 2016-03-01 12:18:22 +0200 | [diff] [blame] | 727 | iwl_init_sbands(dev, cfg, data, ch_section, tx_chains, rx_chains, |
| 728 | lar_fw_supported && lar_enabled); |
Emmanuel Grumbach | 33b2f68 | 2014-01-14 13:48:22 +0200 | [diff] [blame] | 729 | data->calib_version = 255; |
Johannes Berg | b1e1adf | 2013-01-24 14:14:22 +0100 | [diff] [blame] | 730 | |
| 731 | return data; |
| 732 | } |
Johannes Berg | 48e2934 | 2013-03-01 00:13:33 +0100 | [diff] [blame] | 733 | IWL_EXPORT_SYMBOL(iwl_parse_nvm_data); |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 734 | |
| 735 | static u32 iwl_nvm_get_regdom_bw_flags(const u8 *nvm_chan, |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 736 | int ch_idx, u16 nvm_flags, |
| 737 | const struct iwl_cfg *cfg) |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 738 | { |
| 739 | u32 flags = NL80211_RRF_NO_HT40; |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 740 | u32 last_5ghz_ht = LAST_5GHZ_HT; |
| 741 | |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 742 | if (cfg->ext_nvm) |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 743 | last_5ghz_ht = LAST_5GHZ_HT_FAMILY_8000; |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 744 | |
| 745 | if (ch_idx < NUM_2GHZ_CHANNELS && |
| 746 | (nvm_flags & NVM_CHANNEL_40MHZ)) { |
| 747 | if (nvm_chan[ch_idx] <= LAST_2GHZ_HT_PLUS) |
| 748 | flags &= ~NL80211_RRF_NO_HT40PLUS; |
| 749 | if (nvm_chan[ch_idx] >= FIRST_2GHZ_HT_MINUS) |
| 750 | flags &= ~NL80211_RRF_NO_HT40MINUS; |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 751 | } else if (nvm_chan[ch_idx] <= last_5ghz_ht && |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 752 | (nvm_flags & NVM_CHANNEL_40MHZ)) { |
| 753 | if ((ch_idx - NUM_2GHZ_CHANNELS) % 2 == 0) |
| 754 | flags &= ~NL80211_RRF_NO_HT40PLUS; |
| 755 | else |
| 756 | flags &= ~NL80211_RRF_NO_HT40MINUS; |
| 757 | } |
| 758 | |
| 759 | if (!(nvm_flags & NVM_CHANNEL_80MHZ)) |
| 760 | flags |= NL80211_RRF_NO_80MHZ; |
| 761 | if (!(nvm_flags & NVM_CHANNEL_160MHZ)) |
| 762 | flags |= NL80211_RRF_NO_160MHZ; |
| 763 | |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 764 | if (!(nvm_flags & NVM_CHANNEL_ACTIVE)) |
| 765 | flags |= NL80211_RRF_NO_IR; |
| 766 | |
| 767 | if (nvm_flags & NVM_CHANNEL_RADAR) |
| 768 | flags |= NL80211_RRF_DFS; |
| 769 | |
| 770 | if (nvm_flags & NVM_CHANNEL_INDOOR_ONLY) |
| 771 | flags |= NL80211_RRF_NO_OUTDOOR; |
| 772 | |
| 773 | /* Set the GO concurrent flag only in case that NO_IR is set. |
| 774 | * Otherwise it is meaningless |
| 775 | */ |
| 776 | if ((nvm_flags & NVM_CHANNEL_GO_CONCURRENT) && |
| 777 | (flags & NL80211_RRF_NO_IR)) |
| 778 | flags |= NL80211_RRF_GO_CONCURRENT; |
| 779 | |
| 780 | return flags; |
| 781 | } |
| 782 | |
| 783 | struct ieee80211_regdomain * |
Arik Nemtsov | 162ee3c | 2014-06-10 11:25:35 +0300 | [diff] [blame] | 784 | iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg, |
| 785 | int num_of_ch, __le32 *channels, u16 fw_mcc) |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 786 | { |
| 787 | int ch_idx; |
| 788 | u16 ch_flags, prev_ch_flags = 0; |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 789 | const u8 *nvm_chan = cfg->ext_nvm ? |
| 790 | iwl_ext_nvm_channels : iwl_nvm_channels; |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 791 | struct ieee80211_regdomain *regd; |
| 792 | int size_of_regd; |
| 793 | struct ieee80211_reg_rule *rule; |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 794 | enum nl80211_band band; |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 795 | int center_freq, prev_center_freq = 0; |
| 796 | int valid_rules = 0; |
| 797 | bool new_rule; |
Sara Sharon | 7042678 | 2017-03-22 12:20:40 +0200 | [diff] [blame] | 798 | int max_num_ch = cfg->ext_nvm ? |
| 799 | IWL_NUM_CHANNELS_EXT : IWL_NUM_CHANNELS; |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 800 | |
| 801 | if (WARN_ON_ONCE(num_of_ch > NL80211_MAX_SUPP_REG_RULES)) |
| 802 | return ERR_PTR(-EINVAL); |
| 803 | |
Arik Nemtsov | 4557eab | 2015-03-01 18:24:57 +0200 | [diff] [blame] | 804 | if (WARN_ON(num_of_ch > max_num_ch)) |
| 805 | num_of_ch = max_num_ch; |
| 806 | |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 807 | IWL_DEBUG_DEV(dev, IWL_DL_LAR, "building regdom for %d channels\n", |
| 808 | num_of_ch); |
| 809 | |
| 810 | /* build a regdomain rule for every valid channel */ |
| 811 | size_of_regd = |
| 812 | sizeof(struct ieee80211_regdomain) + |
| 813 | num_of_ch * sizeof(struct ieee80211_reg_rule); |
| 814 | |
| 815 | regd = kzalloc(size_of_regd, GFP_KERNEL); |
| 816 | if (!regd) |
| 817 | return ERR_PTR(-ENOMEM); |
| 818 | |
| 819 | for (ch_idx = 0; ch_idx < num_of_ch; ch_idx++) { |
| 820 | ch_flags = (u16)__le32_to_cpup(channels + ch_idx); |
| 821 | band = (ch_idx < NUM_2GHZ_CHANNELS) ? |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 822 | NL80211_BAND_2GHZ : NL80211_BAND_5GHZ; |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 823 | center_freq = ieee80211_channel_to_frequency(nvm_chan[ch_idx], |
| 824 | band); |
| 825 | new_rule = false; |
| 826 | |
| 827 | if (!(ch_flags & NVM_CHANNEL_VALID)) { |
| 828 | IWL_DEBUG_DEV(dev, IWL_DL_LAR, |
| 829 | "Ch. %d Flags %x [%sGHz] - No traffic\n", |
| 830 | nvm_chan[ch_idx], |
| 831 | ch_flags, |
| 832 | (ch_idx >= NUM_2GHZ_CHANNELS) ? |
| 833 | "5.2" : "2.4"); |
| 834 | continue; |
| 835 | } |
| 836 | |
| 837 | /* we can't continue the same rule */ |
| 838 | if (ch_idx == 0 || prev_ch_flags != ch_flags || |
| 839 | center_freq - prev_center_freq > 20) { |
| 840 | valid_rules++; |
| 841 | new_rule = true; |
| 842 | } |
| 843 | |
| 844 | rule = ®d->reg_rules[valid_rules - 1]; |
| 845 | |
| 846 | if (new_rule) |
| 847 | rule->freq_range.start_freq_khz = |
| 848 | MHZ_TO_KHZ(center_freq - 10); |
| 849 | |
| 850 | rule->freq_range.end_freq_khz = MHZ_TO_KHZ(center_freq + 10); |
| 851 | |
| 852 | /* this doesn't matter - not used by FW */ |
| 853 | rule->power_rule.max_antenna_gain = DBI_TO_MBI(6); |
Eliad Peller | 02a5049 | 2014-09-07 17:45:11 +0300 | [diff] [blame] | 854 | rule->power_rule.max_eirp = |
| 855 | DBM_TO_MBM(IWL_DEFAULT_MAX_TX_POWER); |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 856 | |
| 857 | rule->flags = iwl_nvm_get_regdom_bw_flags(nvm_chan, ch_idx, |
Matti Gottlieb | b281c93 | 2014-06-26 11:10:57 +0300 | [diff] [blame] | 858 | ch_flags, cfg); |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 859 | |
| 860 | /* rely on auto-calculation to merge BW of contiguous chans */ |
| 861 | rule->flags |= NL80211_RRF_AUTO_BW; |
| 862 | rule->freq_range.max_bandwidth_khz = 0; |
| 863 | |
| 864 | prev_ch_flags = ch_flags; |
| 865 | prev_center_freq = center_freq; |
| 866 | |
| 867 | IWL_DEBUG_DEV(dev, IWL_DL_LAR, |
Arik Nemtsov | bdf2fae | 2014-10-30 15:12:39 +0200 | [diff] [blame] | 868 | "Ch. %d [%sGHz] %s%s%s%s%s%s%s%s%s(0x%02x): Ad-Hoc %ssupported\n", |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 869 | center_freq, |
Johannes Berg | 57fbcce | 2016-04-12 15:56:15 +0200 | [diff] [blame] | 870 | band == NL80211_BAND_5GHZ ? "5.2" : "2.4", |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 871 | CHECK_AND_PRINT_I(VALID), |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 872 | CHECK_AND_PRINT_I(ACTIVE), |
| 873 | CHECK_AND_PRINT_I(RADAR), |
| 874 | CHECK_AND_PRINT_I(WIDE), |
| 875 | CHECK_AND_PRINT_I(40MHZ), |
| 876 | CHECK_AND_PRINT_I(80MHZ), |
| 877 | CHECK_AND_PRINT_I(160MHZ), |
| 878 | CHECK_AND_PRINT_I(INDOOR_ONLY), |
| 879 | CHECK_AND_PRINT_I(GO_CONCURRENT), |
| 880 | ch_flags, |
Arik Nemtsov | bdf2fae | 2014-10-30 15:12:39 +0200 | [diff] [blame] | 881 | ((ch_flags & NVM_CHANNEL_ACTIVE) && |
Arik Nemtsov | af45a90 | 2014-03-05 12:19:10 +0200 | [diff] [blame] | 882 | !(ch_flags & NVM_CHANNEL_RADAR)) |
| 883 | ? "" : "not "); |
| 884 | } |
| 885 | |
| 886 | regd->n_reg_rules = valid_rules; |
| 887 | |
| 888 | /* set alpha2 from FW. */ |
| 889 | regd->alpha2[0] = fw_mcc >> 8; |
| 890 | regd->alpha2[1] = fw_mcc & 0xff; |
| 891 | |
| 892 | return regd; |
| 893 | } |
| 894 | IWL_EXPORT_SYMBOL(iwl_parse_nvm_mcc_info); |
Arik Nemtsov | 671bed3 | 2016-08-07 18:58:29 +0300 | [diff] [blame] | 895 | |
| 896 | #ifdef CONFIG_ACPI |
| 897 | #define WRDD_METHOD "WRDD" |
| 898 | #define WRDD_WIFI (0x07) |
| 899 | #define WRDD_WIGIG (0x10) |
| 900 | |
| 901 | static u32 iwl_wrdd_get_mcc(struct device *dev, union acpi_object *wrdd) |
| 902 | { |
| 903 | union acpi_object *mcc_pkg, *domain_type, *mcc_value; |
| 904 | u32 i; |
| 905 | |
| 906 | if (wrdd->type != ACPI_TYPE_PACKAGE || |
| 907 | wrdd->package.count < 2 || |
| 908 | wrdd->package.elements[0].type != ACPI_TYPE_INTEGER || |
| 909 | wrdd->package.elements[0].integer.value != 0) { |
| 910 | IWL_DEBUG_EEPROM(dev, "Unsupported wrdd structure\n"); |
| 911 | return 0; |
| 912 | } |
| 913 | |
| 914 | for (i = 1 ; i < wrdd->package.count ; ++i) { |
| 915 | mcc_pkg = &wrdd->package.elements[i]; |
| 916 | |
| 917 | if (mcc_pkg->type != ACPI_TYPE_PACKAGE || |
| 918 | mcc_pkg->package.count < 2 || |
| 919 | mcc_pkg->package.elements[0].type != ACPI_TYPE_INTEGER || |
| 920 | mcc_pkg->package.elements[1].type != ACPI_TYPE_INTEGER) { |
| 921 | mcc_pkg = NULL; |
| 922 | continue; |
| 923 | } |
| 924 | |
| 925 | domain_type = &mcc_pkg->package.elements[0]; |
| 926 | if (domain_type->integer.value == WRDD_WIFI) |
| 927 | break; |
| 928 | |
| 929 | mcc_pkg = NULL; |
| 930 | } |
| 931 | |
| 932 | if (mcc_pkg) { |
| 933 | mcc_value = &mcc_pkg->package.elements[1]; |
| 934 | return mcc_value->integer.value; |
| 935 | } |
| 936 | |
| 937 | return 0; |
| 938 | } |
| 939 | |
| 940 | int iwl_get_bios_mcc(struct device *dev, char *mcc) |
| 941 | { |
| 942 | acpi_handle root_handle; |
| 943 | acpi_handle handle; |
| 944 | struct acpi_buffer wrdd = {ACPI_ALLOCATE_BUFFER, NULL}; |
| 945 | acpi_status status; |
| 946 | u32 mcc_val; |
| 947 | |
| 948 | root_handle = ACPI_HANDLE(dev); |
| 949 | if (!root_handle) { |
| 950 | IWL_DEBUG_EEPROM(dev, |
| 951 | "Could not retrieve root port ACPI handle\n"); |
| 952 | return -ENOENT; |
| 953 | } |
| 954 | |
| 955 | /* Get the method's handle */ |
| 956 | status = acpi_get_handle(root_handle, (acpi_string)WRDD_METHOD, |
| 957 | &handle); |
| 958 | if (ACPI_FAILURE(status)) { |
| 959 | IWL_DEBUG_EEPROM(dev, "WRD method not found\n"); |
| 960 | return -ENOENT; |
| 961 | } |
| 962 | |
| 963 | /* Call WRDD with no arguments */ |
| 964 | status = acpi_evaluate_object(handle, NULL, NULL, &wrdd); |
| 965 | if (ACPI_FAILURE(status)) { |
| 966 | IWL_DEBUG_EEPROM(dev, "WRDC invocation failed (0x%x)\n", |
| 967 | status); |
| 968 | return -ENOENT; |
| 969 | } |
| 970 | |
| 971 | mcc_val = iwl_wrdd_get_mcc(dev, wrdd.pointer); |
| 972 | kfree(wrdd.pointer); |
| 973 | if (!mcc_val) |
| 974 | return -ENOENT; |
| 975 | |
| 976 | mcc[0] = (mcc_val >> 8) & 0xff; |
| 977 | mcc[1] = mcc_val & 0xff; |
| 978 | mcc[2] = '\0'; |
| 979 | return 0; |
| 980 | } |
| 981 | IWL_EXPORT_SYMBOL(iwl_get_bios_mcc); |
| 982 | #endif |