Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [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 | * |
Wey-Yi Guy | 901069c | 2011-04-05 09:42:00 -0700 | [diff] [blame] | 8 | * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 9 | * |
| 10 | * This program is free software; you can redistribute it and/or modify |
| 11 | * it under the terms of version 2 of the GNU General Public License as |
| 12 | * published by the Free Software Foundation. |
| 13 | * |
| 14 | * This program is distributed in the hope that it will be useful, but |
| 15 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 17 | * General Public License for more details. |
| 18 | * |
| 19 | * You should have received a copy of the GNU General Public License |
| 20 | * along with this program; if not, write to the Free Software |
| 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
| 22 | * USA |
| 23 | * |
| 24 | * The full GNU General Public License is included in this distribution |
| 25 | * in the file called LICENSE.GPL. |
| 26 | * |
| 27 | * Contact Information: |
Winkler, Tomas | 759ef89 | 2008-12-09 11:28:58 -0800 | [diff] [blame] | 28 | * Intel Linux Wireless <ilw@linux.intel.com> |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 29 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 30 | * |
| 31 | * BSD LICENSE |
| 32 | * |
Wey-Yi Guy | 901069c | 2011-04-05 09:42:00 -0700 | [diff] [blame] | 33 | * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved. |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 34 | * All rights reserved. |
| 35 | * |
| 36 | * Redistribution and use in source and binary forms, with or without |
| 37 | * modification, are permitted provided that the following conditions |
| 38 | * are met: |
| 39 | * |
| 40 | * * Redistributions of source code must retain the above copyright |
| 41 | * notice, this list of conditions and the following disclaimer. |
| 42 | * * Redistributions in binary form must reproduce the above copyright |
| 43 | * notice, this list of conditions and the following disclaimer in |
| 44 | * the documentation and/or other materials provided with the |
| 45 | * distribution. |
| 46 | * * Neither the name Intel Corporation nor the names of its |
| 47 | * contributors may be used to endorse or promote products derived |
| 48 | * from this software without specific prior written permission. |
| 49 | * |
| 50 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 51 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 52 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 53 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 54 | * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 55 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 56 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 57 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 58 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 59 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 60 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 61 | *****************************************************************************/ |
| 62 | |
| 63 | |
| 64 | #include <linux/kernel.h> |
| 65 | #include <linux/module.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 66 | #include <linux/slab.h> |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 67 | #include <linux/init.h> |
| 68 | |
| 69 | #include <net/mac80211.h> |
| 70 | |
Tomas Winkler | 5a36ba0 | 2008-04-24 11:55:37 -0700 | [diff] [blame] | 71 | #include "iwl-commands.h" |
Tomas Winkler | 3e0d4cb | 2008-04-24 11:55:38 -0700 | [diff] [blame] | 72 | #include "iwl-dev.h" |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 73 | #include "iwl-core.h" |
Tomas Winkler | 0a6857e | 2008-03-12 16:58:49 -0700 | [diff] [blame] | 74 | #include "iwl-debug.h" |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 75 | #include "iwl-eeprom.h" |
Tomas Winkler | 3395f6e | 2008-03-25 16:33:37 -0700 | [diff] [blame] | 76 | #include "iwl-io.h" |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 77 | |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 78 | /************************** EEPROM BANDS **************************** |
| 79 | * |
| 80 | * The iwl_eeprom_band definitions below provide the mapping from the |
| 81 | * EEPROM contents to the specific channel number supported for each |
| 82 | * band. |
| 83 | * |
| 84 | * For example, iwl_priv->eeprom.band_3_channels[4] from the band_3 |
| 85 | * definition below maps to physical channel 42 in the 5.2GHz spectrum. |
| 86 | * The specific geography and calibration information for that channel |
| 87 | * is contained in the eeprom map itself. |
| 88 | * |
| 89 | * During init, we copy the eeprom information and channel map |
| 90 | * information into priv->channel_info_24/52 and priv->channel_map_24/52 |
| 91 | * |
| 92 | * channel_map_24/52 provides the index in the channel_info array for a |
| 93 | * given channel. We have to have two separate maps as there is channel |
| 94 | * overlap with the 2.4GHz and 5.2GHz spectrum as seen in band_1 and |
| 95 | * band_2 |
| 96 | * |
| 97 | * A value of 0xff stored in the channel_map indicates that the channel |
| 98 | * is not supported by the hardware at all. |
| 99 | * |
| 100 | * A value of 0xfe in the channel_map indicates that the channel is not |
| 101 | * valid for Tx with the current hardware. This means that |
| 102 | * while the system can tune and receive on a given channel, it may not |
| 103 | * be able to associate or transmit any frames on that |
| 104 | * channel. There is no corresponding channel information for that |
| 105 | * entry. |
| 106 | * |
| 107 | *********************************************************************/ |
| 108 | |
| 109 | /* 2.4 GHz */ |
| 110 | const u8 iwl_eeprom_band_1[14] = { |
| 111 | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 |
| 112 | }; |
| 113 | |
| 114 | /* 5.2 GHz bands */ |
| 115 | static const u8 iwl_eeprom_band_2[] = { /* 4915-5080MHz */ |
| 116 | 183, 184, 185, 187, 188, 189, 192, 196, 7, 8, 11, 12, 16 |
| 117 | }; |
| 118 | |
| 119 | static const u8 iwl_eeprom_band_3[] = { /* 5170-5320MHz */ |
| 120 | 34, 36, 38, 40, 42, 44, 46, 48, 52, 56, 60, 64 |
| 121 | }; |
| 122 | |
| 123 | static const u8 iwl_eeprom_band_4[] = { /* 5500-5700MHz */ |
| 124 | 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140 |
| 125 | }; |
| 126 | |
| 127 | static const u8 iwl_eeprom_band_5[] = { /* 5725-5825MHz */ |
| 128 | 145, 149, 153, 157, 161, 165 |
| 129 | }; |
| 130 | |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 131 | static const u8 iwl_eeprom_band_6[] = { /* 2.4 ht40 channel */ |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 132 | 1, 2, 3, 4, 5, 6, 7 |
| 133 | }; |
| 134 | |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 135 | static const u8 iwl_eeprom_band_7[] = { /* 5.2 ht40 channel */ |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 136 | 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157 |
| 137 | }; |
| 138 | |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 139 | /****************************************************************************** |
| 140 | * |
| 141 | * EEPROM related functions |
| 142 | * |
| 143 | ******************************************************************************/ |
| 144 | |
Johannes Berg | d3f5ba9 | 2010-09-22 18:02:00 +0200 | [diff] [blame] | 145 | static int iwl_eeprom_verify_signature(struct iwl_priv *priv) |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 146 | { |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 147 | u32 gp = iwl_read32(priv, CSR_EEPROM_GP) & CSR_EEPROM_GP_VALID_MSK; |
| 148 | int ret = 0; |
| 149 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 150 | IWL_DEBUG_EEPROM(priv, "EEPROM signature=0x%08x\n", gp); |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 151 | switch (gp) { |
| 152 | case CSR_EEPROM_GP_BAD_SIG_EEP_GOOD_SIG_OTP: |
| 153 | if (priv->nvm_device_type != NVM_DEVICE_TYPE_OTP) { |
| 154 | IWL_ERR(priv, "EEPROM with bad signature: 0x%08x\n", |
| 155 | gp); |
| 156 | ret = -ENOENT; |
| 157 | } |
| 158 | break; |
| 159 | case CSR_EEPROM_GP_GOOD_SIG_EEP_LESS_THAN_4K: |
| 160 | case CSR_EEPROM_GP_GOOD_SIG_EEP_MORE_THAN_4K: |
| 161 | if (priv->nvm_device_type != NVM_DEVICE_TYPE_EEPROM) { |
| 162 | IWL_ERR(priv, "OTP with bad signature: 0x%08x\n", gp); |
| 163 | ret = -ENOENT; |
| 164 | } |
| 165 | break; |
| 166 | case CSR_EEPROM_GP_BAD_SIGNATURE_BOTH_EEP_AND_OTP: |
| 167 | default: |
| 168 | IWL_ERR(priv, "bad EEPROM/OTP signature, type=%s, " |
| 169 | "EEPROM_GP=0x%08x\n", |
| 170 | (priv->nvm_device_type == NVM_DEVICE_TYPE_OTP) |
| 171 | ? "OTP" : "EEPROM", gp); |
| 172 | ret = -ENOENT; |
| 173 | break; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 174 | } |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 175 | return ret; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 176 | } |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 177 | |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 178 | static void iwl_set_otp_access(struct iwl_priv *priv, enum iwl_access_mode mode) |
| 179 | { |
| 180 | u32 otpgp; |
| 181 | |
| 182 | otpgp = iwl_read32(priv, CSR_OTP_GP_REG); |
| 183 | if (mode == IWL_OTP_ACCESS_ABSOLUTE) |
| 184 | iwl_clear_bit(priv, CSR_OTP_GP_REG, |
| 185 | CSR_OTP_GP_REG_OTP_ACCESS_MODE); |
| 186 | else |
| 187 | iwl_set_bit(priv, CSR_OTP_GP_REG, |
| 188 | CSR_OTP_GP_REG_OTP_ACCESS_MODE); |
| 189 | } |
| 190 | |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 191 | static int iwlcore_get_nvm_type(struct iwl_priv *priv) |
| 192 | { |
| 193 | u32 otpgp; |
| 194 | int nvm_type; |
| 195 | |
| 196 | /* OTP only valid for CP/PP and after */ |
| 197 | switch (priv->hw_rev & CSR_HW_REV_TYPE_MSK) { |
Wey-Yi Guy | b23a052 | 2009-07-17 09:30:21 -0700 | [diff] [blame] | 198 | case CSR_HW_REV_TYPE_NONE: |
| 199 | IWL_ERR(priv, "Unknown hardware type\n"); |
| 200 | return -ENOENT; |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 201 | case CSR_HW_REV_TYPE_5300: |
| 202 | case CSR_HW_REV_TYPE_5350: |
| 203 | case CSR_HW_REV_TYPE_5100: |
| 204 | case CSR_HW_REV_TYPE_5150: |
| 205 | nvm_type = NVM_DEVICE_TYPE_EEPROM; |
| 206 | break; |
| 207 | default: |
| 208 | otpgp = iwl_read32(priv, CSR_OTP_GP_REG); |
| 209 | if (otpgp & CSR_OTP_GP_REG_DEVICE_SELECT) |
| 210 | nvm_type = NVM_DEVICE_TYPE_OTP; |
| 211 | else |
| 212 | nvm_type = NVM_DEVICE_TYPE_EEPROM; |
| 213 | break; |
| 214 | } |
| 215 | return nvm_type; |
| 216 | } |
| 217 | |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 218 | const u8 *iwlcore_eeprom_query_addr(const struct iwl_priv *priv, size_t offset) |
| 219 | { |
Wey-Yi Guy | 7cb1b08 | 2010-10-06 08:10:00 -0700 | [diff] [blame] | 220 | BUG_ON(offset >= priv->cfg->base_params->eeprom_size); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 221 | return &priv->eeprom[offset]; |
| 222 | } |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 223 | |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 224 | static int iwl_init_otp_access(struct iwl_priv *priv) |
| 225 | { |
| 226 | int ret; |
| 227 | |
| 228 | /* Enable 40MHz radio clock */ |
| 229 | _iwl_write32(priv, CSR_GP_CNTRL, |
| 230 | _iwl_read32(priv, CSR_GP_CNTRL) | |
| 231 | CSR_GP_CNTRL_REG_FLAG_INIT_DONE); |
| 232 | |
| 233 | /* wait for clock to be ready */ |
Abhijeet Kolekar | 1739d33 | 2009-10-02 13:44:05 -0700 | [diff] [blame] | 234 | ret = iwl_poll_bit(priv, CSR_GP_CNTRL, |
| 235 | CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY, |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 236 | CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY, |
| 237 | 25000); |
| 238 | if (ret < 0) |
| 239 | IWL_ERR(priv, "Time out access OTP\n"); |
| 240 | else { |
Reinette Chatre | d77b034 | 2009-05-22 14:37:55 -0700 | [diff] [blame] | 241 | iwl_set_bits_prph(priv, APMG_PS_CTRL_REG, |
| 242 | APMG_PS_CTRL_VAL_RESET_REQ); |
| 243 | udelay(5); |
| 244 | iwl_clear_bits_prph(priv, APMG_PS_CTRL_REG, |
| 245 | APMG_PS_CTRL_VAL_RESET_REQ); |
Wey-Yi Guy | 32004ee | 2009-10-16 14:25:56 -0700 | [diff] [blame] | 246 | |
| 247 | /* |
| 248 | * CSR auto clock gate disable bit - |
| 249 | * this is only applicable for HW with OTP shadow RAM |
| 250 | */ |
Wey-Yi Guy | 7cb1b08 | 2010-10-06 08:10:00 -0700 | [diff] [blame] | 251 | if (priv->cfg->base_params->shadow_ram_support) |
Wey-Yi Guy | 32004ee | 2009-10-16 14:25:56 -0700 | [diff] [blame] | 252 | iwl_set_bit(priv, CSR_DBG_LINK_PWR_MGMT_REG, |
| 253 | CSR_RESET_LINK_PWR_MGMT_DISABLED); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 254 | } |
| 255 | return ret; |
| 256 | } |
| 257 | |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 258 | static int iwl_read_otp_word(struct iwl_priv *priv, u16 addr, __le16 *eeprom_data) |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 259 | { |
| 260 | int ret = 0; |
| 261 | u32 r; |
| 262 | u32 otpgp; |
| 263 | |
| 264 | _iwl_write32(priv, CSR_EEPROM_REG, |
| 265 | CSR_EEPROM_REG_MSK_ADDR & (addr << 1)); |
Abhijeet Kolekar | 1739d33 | 2009-10-02 13:44:05 -0700 | [diff] [blame] | 266 | ret = iwl_poll_bit(priv, CSR_EEPROM_REG, |
| 267 | CSR_EEPROM_REG_READ_VALID_MSK, |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 268 | CSR_EEPROM_REG_READ_VALID_MSK, |
| 269 | IWL_EEPROM_ACCESS_TIMEOUT); |
| 270 | if (ret < 0) { |
| 271 | IWL_ERR(priv, "Time out reading OTP[%d]\n", addr); |
| 272 | return ret; |
| 273 | } |
| 274 | r = _iwl_read_direct32(priv, CSR_EEPROM_REG); |
| 275 | /* check for ECC errors: */ |
| 276 | otpgp = iwl_read32(priv, CSR_OTP_GP_REG); |
| 277 | if (otpgp & CSR_OTP_GP_REG_ECC_UNCORR_STATUS_MSK) { |
| 278 | /* stop in this case */ |
| 279 | /* set the uncorrectable OTP ECC bit for acknowledgement */ |
| 280 | iwl_set_bit(priv, CSR_OTP_GP_REG, |
| 281 | CSR_OTP_GP_REG_ECC_UNCORR_STATUS_MSK); |
| 282 | IWL_ERR(priv, "Uncorrectable OTP ECC error, abort OTP read\n"); |
| 283 | return -EINVAL; |
| 284 | } |
| 285 | if (otpgp & CSR_OTP_GP_REG_ECC_CORR_STATUS_MSK) { |
| 286 | /* continue in this case */ |
| 287 | /* set the correctable OTP ECC bit for acknowledgement */ |
| 288 | iwl_set_bit(priv, CSR_OTP_GP_REG, |
| 289 | CSR_OTP_GP_REG_ECC_CORR_STATUS_MSK); |
| 290 | IWL_ERR(priv, "Correctable OTP ECC error, continue read\n"); |
| 291 | } |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 292 | *eeprom_data = cpu_to_le16(r >> 16); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 293 | return 0; |
| 294 | } |
| 295 | |
| 296 | /* |
| 297 | * iwl_is_otp_empty: check for empty OTP |
| 298 | */ |
| 299 | static bool iwl_is_otp_empty(struct iwl_priv *priv) |
| 300 | { |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 301 | u16 next_link_addr = 0; |
| 302 | __le16 link_value; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 303 | bool is_empty = false; |
| 304 | |
| 305 | /* locate the beginning of OTP link list */ |
| 306 | if (!iwl_read_otp_word(priv, next_link_addr, &link_value)) { |
| 307 | if (!link_value) { |
| 308 | IWL_ERR(priv, "OTP is empty\n"); |
| 309 | is_empty = true; |
| 310 | } |
| 311 | } else { |
| 312 | IWL_ERR(priv, "Unable to read first block of OTP list.\n"); |
| 313 | is_empty = true; |
| 314 | } |
| 315 | |
| 316 | return is_empty; |
| 317 | } |
| 318 | |
| 319 | |
| 320 | /* |
| 321 | * iwl_find_otp_image: find EEPROM image in OTP |
| 322 | * finding the OTP block that contains the EEPROM image. |
| 323 | * the last valid block on the link list (the block _before_ the last block) |
| 324 | * is the block we should read and used to configure the device. |
| 325 | * If all the available OTP blocks are full, the last block will be the block |
| 326 | * we should read and used to configure the device. |
| 327 | * only perform this operation if shadow RAM is disabled |
| 328 | */ |
| 329 | static int iwl_find_otp_image(struct iwl_priv *priv, |
| 330 | u16 *validblockaddr) |
| 331 | { |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 332 | u16 next_link_addr = 0, valid_addr; |
| 333 | __le16 link_value = 0; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 334 | int usedblocks = 0; |
| 335 | |
| 336 | /* set addressing mode to absolute to traverse the link list */ |
| 337 | iwl_set_otp_access(priv, IWL_OTP_ACCESS_ABSOLUTE); |
| 338 | |
| 339 | /* checking for empty OTP or error */ |
| 340 | if (iwl_is_otp_empty(priv)) |
| 341 | return -EINVAL; |
| 342 | |
| 343 | /* |
| 344 | * start traverse link list |
| 345 | * until reach the max number of OTP blocks |
| 346 | * different devices have different number of OTP blocks |
| 347 | */ |
| 348 | do { |
| 349 | /* save current valid block address |
| 350 | * check for more block on the link list |
| 351 | */ |
| 352 | valid_addr = next_link_addr; |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 353 | next_link_addr = le16_to_cpu(link_value) * sizeof(u16); |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 354 | IWL_DEBUG_EEPROM(priv, "OTP blocks %d addr 0x%x\n", |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 355 | usedblocks, next_link_addr); |
| 356 | if (iwl_read_otp_word(priv, next_link_addr, &link_value)) |
| 357 | return -EINVAL; |
| 358 | if (!link_value) { |
| 359 | /* |
Jay Sternberg | 2facba7 | 2009-10-02 13:43:55 -0700 | [diff] [blame] | 360 | * reach the end of link list, return success and |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 361 | * set address point to the starting address |
| 362 | * of the image |
| 363 | */ |
Jay Sternberg | 2facba7 | 2009-10-02 13:43:55 -0700 | [diff] [blame] | 364 | *validblockaddr = valid_addr; |
| 365 | /* skip first 2 bytes (link list pointer) */ |
| 366 | *validblockaddr += 2; |
| 367 | return 0; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 368 | } |
| 369 | /* more in the link list, continue */ |
| 370 | usedblocks++; |
Wey-Yi Guy | 7cb1b08 | 2010-10-06 08:10:00 -0700 | [diff] [blame] | 371 | } while (usedblocks <= priv->cfg->base_params->max_ll_items); |
Jay Sternberg | 2facba7 | 2009-10-02 13:43:55 -0700 | [diff] [blame] | 372 | |
| 373 | /* OTP has no valid blocks */ |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 374 | IWL_DEBUG_EEPROM(priv, "OTP has no valid blocks\n"); |
Jay Sternberg | 2facba7 | 2009-10-02 13:43:55 -0700 | [diff] [blame] | 375 | return -EINVAL; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 376 | } |
| 377 | |
Wey-Yi Guy | 3be63ff | 2010-10-08 16:05:19 -0700 | [diff] [blame] | 378 | const u8 *iwl_eeprom_query_addr(const struct iwl_priv *priv, size_t offset) |
| 379 | { |
| 380 | return priv->cfg->ops->lib->eeprom_ops.query_addr(priv, offset); |
| 381 | } |
Wey-Yi Guy | 3be63ff | 2010-10-08 16:05:19 -0700 | [diff] [blame] | 382 | |
| 383 | u16 iwl_eeprom_query16(const struct iwl_priv *priv, size_t offset) |
| 384 | { |
| 385 | if (!priv->eeprom) |
| 386 | return 0; |
| 387 | return (u16)priv->eeprom[offset] | ((u16)priv->eeprom[offset + 1] << 8); |
| 388 | } |
Wey-Yi Guy | 3be63ff | 2010-10-08 16:05:19 -0700 | [diff] [blame] | 389 | |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 390 | /** |
| 391 | * iwl_eeprom_init - read EEPROM contents |
| 392 | * |
| 393 | * Load the EEPROM contents from adapter into priv->eeprom |
| 394 | * |
| 395 | * NOTE: This routine uses the non-debug IO access functions. |
| 396 | */ |
Tomas Winkler | c79dd5b | 2008-03-12 16:58:50 -0700 | [diff] [blame] | 397 | int iwl_eeprom_init(struct iwl_priv *priv) |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 398 | { |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 399 | __le16 *e; |
Tomas Winkler | 3395f6e | 2008-03-25 16:33:37 -0700 | [diff] [blame] | 400 | u32 gp = iwl_read32(priv, CSR_EEPROM_GP); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 401 | int sz; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 402 | int ret; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 403 | u16 addr; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 404 | u16 validblockaddr = 0; |
| 405 | u16 cache_addr = 0; |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 406 | |
| 407 | priv->nvm_device_type = iwlcore_get_nvm_type(priv); |
Wey-Yi Guy | b23a052 | 2009-07-17 09:30:21 -0700 | [diff] [blame] | 408 | if (priv->nvm_device_type == -ENOENT) |
| 409 | return -ENOENT; |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 410 | /* allocate eeprom */ |
Wey-Yi Guy | 7cb1b08 | 2010-10-06 08:10:00 -0700 | [diff] [blame] | 411 | sz = priv->cfg->base_params->eeprom_size; |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 412 | IWL_DEBUG_EEPROM(priv, "NVM size = %d\n", sz); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 413 | priv->eeprom = kzalloc(sz, GFP_KERNEL); |
| 414 | if (!priv->eeprom) { |
| 415 | ret = -ENOMEM; |
| 416 | goto alloc_err; |
| 417 | } |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 418 | e = (__le16 *)priv->eeprom; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 419 | |
Reinette Chatre | f8701fe | 2009-12-10 14:37:22 -0800 | [diff] [blame] | 420 | priv->cfg->ops->lib->apm_ops.init(priv); |
Reinette Chatre | e43ab94 | 2009-11-13 11:56:32 -0800 | [diff] [blame] | 421 | |
Johannes Berg | d3f5ba9 | 2010-09-22 18:02:00 +0200 | [diff] [blame] | 422 | ret = iwl_eeprom_verify_signature(priv); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 423 | if (ret < 0) { |
Winkler, Tomas | 15b1687 | 2008-12-19 10:37:33 +0800 | [diff] [blame] | 424 | IWL_ERR(priv, "EEPROM not found, EEPROM_GP=0x%08x\n", gp); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 425 | ret = -ENOENT; |
| 426 | goto err; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 427 | } |
| 428 | |
| 429 | /* Make sure driver (instead of uCode) is allowed to read EEPROM */ |
| 430 | ret = priv->cfg->ops->lib->eeprom_ops.acquire_semaphore(priv); |
| 431 | if (ret < 0) { |
Winkler, Tomas | 15b1687 | 2008-12-19 10:37:33 +0800 | [diff] [blame] | 432 | IWL_ERR(priv, "Failed to acquire EEPROM semaphore.\n"); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 433 | ret = -ENOENT; |
| 434 | goto err; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 435 | } |
Ben Cahill | 8852136 | 2009-10-30 14:36:06 -0700 | [diff] [blame] | 436 | |
Reinette Chatre | e43ab94 | 2009-11-13 11:56:32 -0800 | [diff] [blame] | 437 | if (priv->nvm_device_type == NVM_DEVICE_TYPE_OTP) { |
Ben Cahill | 8852136 | 2009-10-30 14:36:06 -0700 | [diff] [blame] | 438 | |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 439 | ret = iwl_init_otp_access(priv); |
| 440 | if (ret) { |
| 441 | IWL_ERR(priv, "Failed to initialize OTP access.\n"); |
| 442 | ret = -ENOENT; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 443 | goto done; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 444 | } |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 445 | _iwl_write32(priv, CSR_EEPROM_GP, |
| 446 | iwl_read32(priv, CSR_EEPROM_GP) & |
| 447 | ~CSR_EEPROM_GP_IF_OWNER_MSK); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 448 | |
| 449 | iwl_set_bit(priv, CSR_OTP_GP_REG, |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 450 | CSR_OTP_GP_REG_ECC_CORR_STATUS_MSK | |
| 451 | CSR_OTP_GP_REG_ECC_UNCORR_STATUS_MSK); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 452 | /* traversing the linked list if no shadow ram supported */ |
Wey-Yi Guy | 7cb1b08 | 2010-10-06 08:10:00 -0700 | [diff] [blame] | 453 | if (!priv->cfg->base_params->shadow_ram_support) { |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 454 | if (iwl_find_otp_image(priv, &validblockaddr)) { |
| 455 | ret = -ENOENT; |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 456 | goto done; |
| 457 | } |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 458 | } |
| 459 | for (addr = validblockaddr; addr < validblockaddr + sz; |
| 460 | addr += sizeof(u16)) { |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 461 | __le16 eeprom_data; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 462 | |
| 463 | ret = iwl_read_otp_word(priv, addr, &eeprom_data); |
| 464 | if (ret) |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 465 | goto done; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 466 | e[cache_addr / 2] = eeprom_data; |
| 467 | cache_addr += sizeof(u16); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 468 | } |
| 469 | } else { |
| 470 | /* eeprom is an array of 16bit values */ |
| 471 | for (addr = 0; addr < sz; addr += sizeof(u16)) { |
| 472 | u32 r; |
| 473 | |
| 474 | _iwl_write32(priv, CSR_EEPROM_REG, |
| 475 | CSR_EEPROM_REG_MSK_ADDR & (addr << 1)); |
| 476 | |
Abhijeet Kolekar | 1739d33 | 2009-10-02 13:44:05 -0700 | [diff] [blame] | 477 | ret = iwl_poll_bit(priv, CSR_EEPROM_REG, |
| 478 | CSR_EEPROM_REG_READ_VALID_MSK, |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 479 | CSR_EEPROM_REG_READ_VALID_MSK, |
| 480 | IWL_EEPROM_ACCESS_TIMEOUT); |
| 481 | if (ret < 0) { |
| 482 | IWL_ERR(priv, "Time out reading EEPROM[%d]\n", addr); |
| 483 | goto done; |
| 484 | } |
| 485 | r = _iwl_read_direct32(priv, CSR_EEPROM_REG); |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 486 | e[addr / 2] = cpu_to_le16(r >> 16); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 487 | } |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 488 | } |
Johannes Berg | d1358f6 | 2010-04-28 12:09:15 -0700 | [diff] [blame] | 489 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 490 | IWL_DEBUG_EEPROM(priv, "NVM Type: %s, version: 0x%x\n", |
Johannes Berg | d1358f6 | 2010-04-28 12:09:15 -0700 | [diff] [blame] | 491 | (priv->nvm_device_type == NVM_DEVICE_TYPE_OTP) |
| 492 | ? "OTP" : "EEPROM", |
| 493 | iwl_eeprom_query16(priv, EEPROM_VERSION)); |
| 494 | |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 495 | ret = 0; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 496 | done: |
| 497 | priv->cfg->ops->lib->eeprom_ops.release_semaphore(priv); |
Johannes Berg | d1358f6 | 2010-04-28 12:09:15 -0700 | [diff] [blame] | 498 | |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 499 | err: |
| 500 | if (ret) |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 501 | iwl_eeprom_free(priv); |
Reinette Chatre | f8701fe | 2009-12-10 14:37:22 -0800 | [diff] [blame] | 502 | /* Reset chip to save power until we load uCode during "up". */ |
Johannes Berg | 14e8e4a | 2010-09-22 18:02:10 +0200 | [diff] [blame] | 503 | iwl_apm_stop(priv); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 504 | alloc_err: |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 505 | return ret; |
| 506 | } |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 507 | |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 508 | void iwl_eeprom_free(struct iwl_priv *priv) |
| 509 | { |
Tomas Winkler | 3ac7f14 | 2008-07-21 02:40:14 +0300 | [diff] [blame] | 510 | kfree(priv->eeprom); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 511 | priv->eeprom = NULL; |
| 512 | } |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 513 | |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 514 | static void iwl_init_band_reference(const struct iwl_priv *priv, |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 515 | int eep_band, int *eeprom_ch_count, |
| 516 | const struct iwl_eeprom_channel **eeprom_ch_info, |
| 517 | const u8 **eeprom_ch_index) |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 518 | { |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 519 | u32 offset = priv->cfg->ops->lib-> |
| 520 | eeprom_ops.regulatory_bands[eep_band - 1]; |
| 521 | switch (eep_band) { |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 522 | case 1: /* 2.4GHz band */ |
| 523 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_1); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 524 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
| 525 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 526 | *eeprom_ch_index = iwl_eeprom_band_1; |
| 527 | break; |
| 528 | case 2: /* 4.9GHz band */ |
| 529 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_2); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 530 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
| 531 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 532 | *eeprom_ch_index = iwl_eeprom_band_2; |
| 533 | break; |
| 534 | case 3: /* 5.2GHz band */ |
| 535 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_3); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 536 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
| 537 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 538 | *eeprom_ch_index = iwl_eeprom_band_3; |
| 539 | break; |
| 540 | case 4: /* 5.5GHz band */ |
| 541 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_4); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 542 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
| 543 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 544 | *eeprom_ch_index = iwl_eeprom_band_4; |
| 545 | break; |
| 546 | case 5: /* 5.7GHz band */ |
| 547 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_5); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 548 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
| 549 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 550 | *eeprom_ch_index = iwl_eeprom_band_5; |
| 551 | break; |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 552 | case 6: /* 2.4GHz ht40 channels */ |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 553 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_6); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 554 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
| 555 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 556 | *eeprom_ch_index = iwl_eeprom_band_6; |
| 557 | break; |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 558 | case 7: /* 5 GHz ht40 channels */ |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 559 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_7); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 560 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
| 561 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 562 | *eeprom_ch_index = iwl_eeprom_band_7; |
| 563 | break; |
| 564 | default: |
| 565 | BUG(); |
| 566 | return; |
| 567 | } |
| 568 | } |
| 569 | |
| 570 | #define CHECK_AND_PRINT(x) ((eeprom_ch->flags & EEPROM_CHANNEL_##x) \ |
| 571 | ? # x " " : "") |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 572 | /** |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 573 | * iwl_mod_ht40_chan_info - Copy ht40 channel info into driver's priv. |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 574 | * |
| 575 | * Does not set up a command, or touch hardware. |
| 576 | */ |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 577 | static int iwl_mod_ht40_chan_info(struct iwl_priv *priv, |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 578 | enum ieee80211_band band, u16 channel, |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 579 | const struct iwl_eeprom_channel *eeprom_ch, |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 580 | u8 clear_ht40_extension_channel) |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 581 | { |
| 582 | struct iwl_channel_info *ch_info; |
| 583 | |
| 584 | ch_info = (struct iwl_channel_info *) |
Assaf Krauss | 8622e70 | 2008-03-21 13:53:43 -0700 | [diff] [blame] | 585 | iwl_get_channel_info(priv, band, channel); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 586 | |
| 587 | if (!is_channel_valid(ch_info)) |
| 588 | return -1; |
| 589 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 590 | IWL_DEBUG_EEPROM(priv, "HT40 Ch. %d [%sGHz] %s%s%s%s%s(0x%02x %ddBm):" |
Tomas Winkler | 630fe9b | 2008-06-12 09:47:08 +0800 | [diff] [blame] | 591 | " Ad-Hoc %ssupported\n", |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 592 | ch_info->channel, |
| 593 | is_channel_a_band(ch_info) ? |
| 594 | "5.2" : "2.4", |
| 595 | CHECK_AND_PRINT(IBSS), |
| 596 | CHECK_AND_PRINT(ACTIVE), |
| 597 | CHECK_AND_PRINT(RADAR), |
| 598 | CHECK_AND_PRINT(WIDE), |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 599 | CHECK_AND_PRINT(DFS), |
| 600 | eeprom_ch->flags, |
| 601 | eeprom_ch->max_power_avg, |
| 602 | ((eeprom_ch->flags & EEPROM_CHANNEL_IBSS) |
| 603 | && !(eeprom_ch->flags & EEPROM_CHANNEL_RADAR)) ? |
| 604 | "" : "not "); |
| 605 | |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 606 | ch_info->ht40_eeprom = *eeprom_ch; |
| 607 | ch_info->ht40_max_power_avg = eeprom_ch->max_power_avg; |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 608 | ch_info->ht40_flags = eeprom_ch->flags; |
Reinette Chatre | 6c3069b | 2009-12-14 14:12:13 -0800 | [diff] [blame] | 609 | if (eeprom_ch->flags & EEPROM_CHANNEL_VALID) |
| 610 | ch_info->ht40_extension_channel &= ~clear_ht40_extension_channel; |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 611 | |
| 612 | return 0; |
| 613 | } |
| 614 | |
| 615 | #define CHECK_AND_PRINT_I(x) ((eeprom_ch_info[ch].flags & EEPROM_CHANNEL_##x) \ |
| 616 | ? # x " " : "") |
| 617 | |
| 618 | /** |
| 619 | * iwl_init_channel_map - Set up driver's info for all possible channels |
| 620 | */ |
| 621 | int iwl_init_channel_map(struct iwl_priv *priv) |
| 622 | { |
| 623 | int eeprom_ch_count = 0; |
| 624 | const u8 *eeprom_ch_index = NULL; |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 625 | const struct iwl_eeprom_channel *eeprom_ch_info = NULL; |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 626 | int band, ch; |
| 627 | struct iwl_channel_info *ch_info; |
| 628 | |
| 629 | if (priv->channel_count) { |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 630 | IWL_DEBUG_EEPROM(priv, "Channel map already initialized.\n"); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 631 | return 0; |
| 632 | } |
| 633 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 634 | IWL_DEBUG_EEPROM(priv, "Initializing regulatory info from EEPROM\n"); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 635 | |
| 636 | priv->channel_count = |
| 637 | ARRAY_SIZE(iwl_eeprom_band_1) + |
| 638 | ARRAY_SIZE(iwl_eeprom_band_2) + |
| 639 | ARRAY_SIZE(iwl_eeprom_band_3) + |
| 640 | ARRAY_SIZE(iwl_eeprom_band_4) + |
| 641 | ARRAY_SIZE(iwl_eeprom_band_5); |
| 642 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 643 | IWL_DEBUG_EEPROM(priv, "Parsing data for %d channels.\n", |
| 644 | priv->channel_count); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 645 | |
| 646 | priv->channel_info = kzalloc(sizeof(struct iwl_channel_info) * |
| 647 | priv->channel_count, GFP_KERNEL); |
| 648 | if (!priv->channel_info) { |
Winkler, Tomas | 15b1687 | 2008-12-19 10:37:33 +0800 | [diff] [blame] | 649 | IWL_ERR(priv, "Could not allocate channel_info\n"); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 650 | priv->channel_count = 0; |
| 651 | return -ENOMEM; |
| 652 | } |
| 653 | |
| 654 | ch_info = priv->channel_info; |
| 655 | |
| 656 | /* Loop through the 5 EEPROM bands adding them in order to the |
| 657 | * channel map we maintain (that contains additional information than |
| 658 | * what just in the EEPROM) */ |
| 659 | for (band = 1; band <= 5; band++) { |
| 660 | |
| 661 | iwl_init_band_reference(priv, band, &eeprom_ch_count, |
| 662 | &eeprom_ch_info, &eeprom_ch_index); |
| 663 | |
| 664 | /* Loop through each band adding each of the channels */ |
| 665 | for (ch = 0; ch < eeprom_ch_count; ch++) { |
| 666 | ch_info->channel = eeprom_ch_index[ch]; |
| 667 | ch_info->band = (band == 1) ? IEEE80211_BAND_2GHZ : |
| 668 | IEEE80211_BAND_5GHZ; |
| 669 | |
| 670 | /* permanently store EEPROM's channel regulatory flags |
| 671 | * and max power in channel info database. */ |
| 672 | ch_info->eeprom = eeprom_ch_info[ch]; |
| 673 | |
| 674 | /* Copy the run-time flags so they are there even on |
| 675 | * invalid channels */ |
| 676 | ch_info->flags = eeprom_ch_info[ch].flags; |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 677 | /* First write that ht40 is not enabled, and then enable |
Emmanuel Grumbach | 963f551 | 2008-06-12 09:47:00 +0800 | [diff] [blame] | 678 | * one by one */ |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 679 | ch_info->ht40_extension_channel = |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 680 | IEEE80211_CHAN_NO_HT40; |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 681 | |
| 682 | if (!(is_channel_valid(ch_info))) { |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 683 | IWL_DEBUG_EEPROM(priv, |
| 684 | "Ch. %d Flags %x [%sGHz] - " |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 685 | "No traffic\n", |
| 686 | ch_info->channel, |
| 687 | ch_info->flags, |
| 688 | is_channel_a_band(ch_info) ? |
| 689 | "5.2" : "2.4"); |
| 690 | ch_info++; |
| 691 | continue; |
| 692 | } |
| 693 | |
| 694 | /* Initialize regulatory-based run-time data */ |
| 695 | ch_info->max_power_avg = ch_info->curr_txpow = |
| 696 | eeprom_ch_info[ch].max_power_avg; |
| 697 | ch_info->scan_power = eeprom_ch_info[ch].max_power_avg; |
| 698 | ch_info->min_power = 0; |
| 699 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 700 | IWL_DEBUG_EEPROM(priv, "Ch. %d [%sGHz] " |
| 701 | "%s%s%s%s%s%s(0x%02x %ddBm):" |
Tomas Winkler | 630fe9b | 2008-06-12 09:47:08 +0800 | [diff] [blame] | 702 | " Ad-Hoc %ssupported\n", |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 703 | ch_info->channel, |
| 704 | is_channel_a_band(ch_info) ? |
| 705 | "5.2" : "2.4", |
| 706 | CHECK_AND_PRINT_I(VALID), |
| 707 | CHECK_AND_PRINT_I(IBSS), |
| 708 | CHECK_AND_PRINT_I(ACTIVE), |
| 709 | CHECK_AND_PRINT_I(RADAR), |
| 710 | CHECK_AND_PRINT_I(WIDE), |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 711 | CHECK_AND_PRINT_I(DFS), |
| 712 | eeprom_ch_info[ch].flags, |
| 713 | eeprom_ch_info[ch].max_power_avg, |
| 714 | ((eeprom_ch_info[ch]. |
| 715 | flags & EEPROM_CHANNEL_IBSS) |
| 716 | && !(eeprom_ch_info[ch]. |
| 717 | flags & EEPROM_CHANNEL_RADAR)) |
| 718 | ? "" : "not "); |
| 719 | |
Winkler, Tomas | 62ea9c5 | 2009-01-19 15:30:29 -0800 | [diff] [blame] | 720 | /* Set the tx_power_user_lmt to the highest power |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 721 | * supported by any channel */ |
| 722 | if (eeprom_ch_info[ch].max_power_avg > |
Tomas Winkler | 630fe9b | 2008-06-12 09:47:08 +0800 | [diff] [blame] | 723 | priv->tx_power_user_lmt) |
| 724 | priv->tx_power_user_lmt = |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 725 | eeprom_ch_info[ch].max_power_avg; |
| 726 | |
| 727 | ch_info++; |
| 728 | } |
| 729 | } |
| 730 | |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 731 | /* Check if we do have HT40 channels */ |
Reinette Chatre | a89d03c | 2009-02-10 15:19:04 -0800 | [diff] [blame] | 732 | if (priv->cfg->ops->lib->eeprom_ops.regulatory_bands[5] == |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 733 | EEPROM_REGULATORY_BAND_NO_HT40 && |
Reinette Chatre | a89d03c | 2009-02-10 15:19:04 -0800 | [diff] [blame] | 734 | priv->cfg->ops->lib->eeprom_ops.regulatory_bands[6] == |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 735 | EEPROM_REGULATORY_BAND_NO_HT40) |
Samuel Ortiz | e614891 | 2009-01-23 13:45:15 -0800 | [diff] [blame] | 736 | return 0; |
| 737 | |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 738 | /* Two additional EEPROM bands for 2.4 and 5 GHz HT40 channels */ |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 739 | for (band = 6; band <= 7; band++) { |
| 740 | enum ieee80211_band ieeeband; |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 741 | |
| 742 | iwl_init_band_reference(priv, band, &eeprom_ch_count, |
| 743 | &eeprom_ch_info, &eeprom_ch_index); |
| 744 | |
| 745 | /* EEPROM band 6 is 2.4, band 7 is 5 GHz */ |
| 746 | ieeeband = |
| 747 | (band == 6) ? IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ; |
| 748 | |
| 749 | /* Loop through each band adding each of the channels */ |
| 750 | for (ch = 0; ch < eeprom_ch_count; ch++) { |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 751 | /* Set up driver's info for lower half */ |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 752 | iwl_mod_ht40_chan_info(priv, ieeeband, |
Tomas Winkler | da6833c | 2008-05-15 13:54:15 +0800 | [diff] [blame] | 753 | eeprom_ch_index[ch], |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 754 | &eeprom_ch_info[ch], |
| 755 | IEEE80211_CHAN_NO_HT40PLUS); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 756 | |
| 757 | /* Set up driver's info for upper half */ |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 758 | iwl_mod_ht40_chan_info(priv, ieeeband, |
| 759 | eeprom_ch_index[ch] + 4, |
| 760 | &eeprom_ch_info[ch], |
| 761 | IEEE80211_CHAN_NO_HT40MINUS); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 762 | } |
| 763 | } |
| 764 | |
Wey-Yi Guy | ab9fd1b | 2009-08-21 13:34:23 -0700 | [diff] [blame] | 765 | /* for newer device (6000 series and up) |
| 766 | * EEPROM contain enhanced tx power information |
| 767 | * driver need to process addition information |
| 768 | * to determine the max channel tx power limits |
| 769 | */ |
| 770 | if (priv->cfg->ops->lib->eeprom_ops.update_enhanced_txpower) |
| 771 | priv->cfg->ops->lib->eeprom_ops.update_enhanced_txpower(priv); |
| 772 | |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 773 | return 0; |
| 774 | } |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 775 | |
| 776 | /* |
Tomas Winkler | da6833c | 2008-05-15 13:54:15 +0800 | [diff] [blame] | 777 | * iwl_free_channel_map - undo allocations in iwl_init_channel_map |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 778 | */ |
| 779 | void iwl_free_channel_map(struct iwl_priv *priv) |
| 780 | { |
| 781 | kfree(priv->channel_info); |
| 782 | priv->channel_count = 0; |
| 783 | } |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 784 | |
| 785 | /** |
| 786 | * iwl_get_channel_info - Find driver's private channel info |
| 787 | * |
| 788 | * Based on band and channel number. |
| 789 | */ |
Tomas Winkler | 82a66bb | 2008-05-29 16:35:28 +0800 | [diff] [blame] | 790 | const struct iwl_channel_info *iwl_get_channel_info(const struct iwl_priv *priv, |
| 791 | enum ieee80211_band band, u16 channel) |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 792 | { |
| 793 | int i; |
| 794 | |
| 795 | switch (band) { |
| 796 | case IEEE80211_BAND_5GHZ: |
| 797 | for (i = 14; i < priv->channel_count; i++) { |
| 798 | if (priv->channel_info[i].channel == channel) |
| 799 | return &priv->channel_info[i]; |
| 800 | } |
| 801 | break; |
| 802 | case IEEE80211_BAND_2GHZ: |
| 803 | if (channel >= 1 && channel <= 14) |
| 804 | return &priv->channel_info[channel - 1]; |
| 805 | break; |
| 806 | default: |
| 807 | BUG(); |
| 808 | } |
| 809 | |
| 810 | return NULL; |
| 811 | } |