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 | 4e31826 | 2011-12-27 11:21:32 -0800 | [diff] [blame] | 8 | * Copyright(c) 2008 - 2012 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 | 4e31826 | 2011-12-27 11:21:32 -0800 | [diff] [blame] | 33 | * Copyright(c) 2005 - 2012 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 | 3e0d4cb | 2008-04-24 11:55:38 -0700 | [diff] [blame] | 71 | #include "iwl-dev.h" |
Tomas Winkler | 0a6857e | 2008-03-12 16:58:49 -0700 | [diff] [blame] | 72 | #include "iwl-debug.h" |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 73 | #include "iwl-agn.h" |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 74 | #include "iwl-eeprom.h" |
Tomas Winkler | 3395f6e | 2008-03-25 16:33:37 -0700 | [diff] [blame] | 75 | #include "iwl-io.h" |
Johannes Berg | eae63b8 | 2012-03-06 13:31:06 -0800 | [diff] [blame] | 76 | #include "iwl-prph.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 | * |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 141 | * generic NVM functions |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 142 | * |
| 143 | ******************************************************************************/ |
| 144 | |
Don Fry | 16b80b7 | 2011-04-20 15:25:14 -0700 | [diff] [blame] | 145 | /* |
| 146 | * The device's EEPROM semaphore prevents conflicts between driver and uCode |
| 147 | * when accessing the EEPROM; each access is a series of pulses to/from the |
| 148 | * EEPROM chip, not a single event, so even reads could conflict if they |
| 149 | * weren't arbitrated by the semaphore. |
| 150 | */ |
Emmanuel Grumbach | 9030474 | 2012-02-13 11:17:57 +0200 | [diff] [blame] | 151 | |
| 152 | #define EEPROM_SEM_TIMEOUT 10 /* milliseconds */ |
| 153 | #define EEPROM_SEM_RETRY_LIMIT 1000 /* number of attempts (not time) */ |
| 154 | |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 155 | static int iwl_eeprom_acquire_semaphore(struct iwl_trans *trans) |
Don Fry | 16b80b7 | 2011-04-20 15:25:14 -0700 | [diff] [blame] | 156 | { |
| 157 | u16 count; |
| 158 | int ret; |
| 159 | |
| 160 | for (count = 0; count < EEPROM_SEM_RETRY_LIMIT; count++) { |
| 161 | /* Request semaphore */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 162 | iwl_set_bit(trans, CSR_HW_IF_CONFIG_REG, |
Don Fry | 16b80b7 | 2011-04-20 15:25:14 -0700 | [diff] [blame] | 163 | CSR_HW_IF_CONFIG_REG_BIT_EEPROM_OWN_SEM); |
| 164 | |
| 165 | /* See if we got it */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 166 | ret = iwl_poll_bit(trans, CSR_HW_IF_CONFIG_REG, |
Don Fry | 16b80b7 | 2011-04-20 15:25:14 -0700 | [diff] [blame] | 167 | CSR_HW_IF_CONFIG_REG_BIT_EEPROM_OWN_SEM, |
| 168 | CSR_HW_IF_CONFIG_REG_BIT_EEPROM_OWN_SEM, |
| 169 | EEPROM_SEM_TIMEOUT); |
| 170 | if (ret >= 0) { |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 171 | IWL_DEBUG_EEPROM(trans, |
Don Fry | 16b80b7 | 2011-04-20 15:25:14 -0700 | [diff] [blame] | 172 | "Acquired semaphore after %d tries.\n", |
| 173 | count+1); |
| 174 | return ret; |
| 175 | } |
| 176 | } |
| 177 | |
| 178 | return ret; |
| 179 | } |
| 180 | |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 181 | static void iwl_eeprom_release_semaphore(struct iwl_trans *trans) |
Don Fry | 16b80b7 | 2011-04-20 15:25:14 -0700 | [diff] [blame] | 182 | { |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 183 | iwl_clear_bit(trans, CSR_HW_IF_CONFIG_REG, |
Don Fry | 16b80b7 | 2011-04-20 15:25:14 -0700 | [diff] [blame] | 184 | CSR_HW_IF_CONFIG_REG_BIT_EEPROM_OWN_SEM); |
| 185 | |
| 186 | } |
| 187 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 188 | static int iwl_eeprom_verify_signature(struct iwl_priv *priv) |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 189 | { |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 190 | u32 gp = iwl_read32(priv->trans, CSR_EEPROM_GP) & |
Emmanuel Grumbach | 1042db2 | 2012-01-03 16:56:15 +0200 | [diff] [blame] | 191 | CSR_EEPROM_GP_VALID_MSK; |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 192 | int ret = 0; |
| 193 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 194 | IWL_DEBUG_EEPROM(priv, "EEPROM signature=0x%08x\n", gp); |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 195 | switch (gp) { |
| 196 | case CSR_EEPROM_GP_BAD_SIG_EEP_GOOD_SIG_OTP: |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 197 | if (priv->nvm_device_type != NVM_DEVICE_TYPE_OTP) { |
| 198 | IWL_ERR(priv, "EEPROM with bad signature: 0x%08x\n", |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 199 | gp); |
| 200 | ret = -ENOENT; |
| 201 | } |
| 202 | break; |
| 203 | case CSR_EEPROM_GP_GOOD_SIG_EEP_LESS_THAN_4K: |
| 204 | case CSR_EEPROM_GP_GOOD_SIG_EEP_MORE_THAN_4K: |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 205 | if (priv->nvm_device_type != NVM_DEVICE_TYPE_EEPROM) { |
| 206 | IWL_ERR(priv, "OTP with bad signature: 0x%08x\n", gp); |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 207 | ret = -ENOENT; |
| 208 | } |
| 209 | break; |
| 210 | case CSR_EEPROM_GP_BAD_SIGNATURE_BOTH_EEP_AND_OTP: |
| 211 | default: |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 212 | IWL_ERR(priv, "bad EEPROM/OTP signature, type=%s, " |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 213 | "EEPROM_GP=0x%08x\n", |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 214 | (priv->nvm_device_type == NVM_DEVICE_TYPE_OTP) |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 215 | ? "OTP" : "EEPROM", gp); |
| 216 | ret = -ENOENT; |
| 217 | break; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 218 | } |
Wey-Yi Guy | f41bb89 | 2009-10-02 13:44:06 -0700 | [diff] [blame] | 219 | return ret; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 220 | } |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 221 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 222 | u16 iwl_eeprom_query16(struct iwl_priv *priv, size_t offset) |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 223 | { |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 224 | if (!priv->eeprom) |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 225 | return 0; |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 226 | return (u16)priv->eeprom[offset] | ((u16)priv->eeprom[offset + 1] << 8); |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 227 | } |
| 228 | |
| 229 | int iwl_eeprom_check_version(struct iwl_priv *priv) |
| 230 | { |
| 231 | u16 eeprom_ver; |
| 232 | u16 calib_ver; |
| 233 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 234 | eeprom_ver = iwl_eeprom_query16(priv, EEPROM_VERSION); |
| 235 | calib_ver = iwl_eeprom_calib_version(priv); |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 236 | |
Emmanuel Grumbach | 2152268 | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 237 | if (eeprom_ver < priv->cfg->eeprom_ver || |
| 238 | calib_ver < priv->cfg->eeprom_calib_ver) |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 239 | goto err; |
| 240 | |
| 241 | IWL_INFO(priv, "device EEPROM VER=0x%x, CALIB=0x%x\n", |
| 242 | eeprom_ver, calib_ver); |
| 243 | |
| 244 | return 0; |
| 245 | err: |
| 246 | IWL_ERR(priv, "Unsupported (too old) EEPROM VER=0x%x < 0x%x " |
| 247 | "CALIB=0x%x < 0x%x\n", |
Emmanuel Grumbach | 2152268 | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 248 | eeprom_ver, priv->cfg->eeprom_ver, |
| 249 | calib_ver, priv->cfg->eeprom_calib_ver); |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 250 | return -EINVAL; |
| 251 | |
| 252 | } |
| 253 | |
Johannes Berg | 54708d8 | 2012-03-05 11:24:31 -0800 | [diff] [blame] | 254 | int iwl_eeprom_init_hw_params(struct iwl_priv *priv) |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 255 | { |
| 256 | u16 radio_cfg; |
| 257 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 258 | priv->hw_params.sku = iwl_eeprom_query16(priv, EEPROM_SKU_CAP); |
Johannes Berg | 9e29511 | 2012-04-09 17:46:55 -0700 | [diff] [blame] | 259 | if (priv->hw_params.sku & EEPROM_SKU_CAP_11N_ENABLE && |
Emmanuel Grumbach | 2152268 | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 260 | !priv->cfg->ht_params) { |
Johannes Berg | 54708d8 | 2012-03-05 11:24:31 -0800 | [diff] [blame] | 261 | IWL_ERR(priv, "Invalid 11n configuration\n"); |
| 262 | return -EINVAL; |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 263 | } |
Johannes Berg | 54708d8 | 2012-03-05 11:24:31 -0800 | [diff] [blame] | 264 | |
Johannes Berg | 9e29511 | 2012-04-09 17:46:55 -0700 | [diff] [blame] | 265 | if (!priv->hw_params.sku) { |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 266 | IWL_ERR(priv, "Invalid device sku\n"); |
| 267 | return -EINVAL; |
| 268 | } |
| 269 | |
Johannes Berg | 9e29511 | 2012-04-09 17:46:55 -0700 | [diff] [blame] | 270 | IWL_INFO(priv, "Device SKU: 0x%X\n", priv->hw_params.sku); |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 271 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 272 | radio_cfg = iwl_eeprom_query16(priv, EEPROM_RADIO_CONFIG); |
Johannes Berg | 7e79a39 | 2012-03-05 11:24:32 -0800 | [diff] [blame] | 273 | |
Johannes Berg | 9e29511 | 2012-04-09 17:46:55 -0700 | [diff] [blame] | 274 | priv->hw_params.valid_tx_ant = EEPROM_RF_CFG_TX_ANT_MSK(radio_cfg); |
| 275 | priv->hw_params.valid_rx_ant = EEPROM_RF_CFG_RX_ANT_MSK(radio_cfg); |
Johannes Berg | 7e79a39 | 2012-03-05 11:24:32 -0800 | [diff] [blame] | 276 | |
| 277 | /* check overrides (some devices have wrong EEPROM) */ |
Emmanuel Grumbach | 2152268 | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 278 | if (priv->cfg->valid_tx_ant) |
| 279 | priv->hw_params.valid_tx_ant = priv->cfg->valid_tx_ant; |
| 280 | if (priv->cfg->valid_rx_ant) |
| 281 | priv->hw_params.valid_rx_ant = priv->cfg->valid_rx_ant; |
Johannes Berg | 7e79a39 | 2012-03-05 11:24:32 -0800 | [diff] [blame] | 282 | |
Johannes Berg | 9e29511 | 2012-04-09 17:46:55 -0700 | [diff] [blame] | 283 | if (!priv->hw_params.valid_tx_ant || !priv->hw_params.valid_rx_ant) { |
Johannes Berg | 7e79a39 | 2012-03-05 11:24:32 -0800 | [diff] [blame] | 284 | IWL_ERR(priv, "Invalid chain (0x%X, 0x%X)\n", |
Johannes Berg | 9e29511 | 2012-04-09 17:46:55 -0700 | [diff] [blame] | 285 | priv->hw_params.valid_tx_ant, |
| 286 | priv->hw_params.valid_rx_ant); |
Johannes Berg | 7e79a39 | 2012-03-05 11:24:32 -0800 | [diff] [blame] | 287 | return -EINVAL; |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 288 | } |
Johannes Berg | 7e79a39 | 2012-03-05 11:24:32 -0800 | [diff] [blame] | 289 | |
| 290 | IWL_INFO(priv, "Valid Tx ant: 0x%X, Valid Rx ant: 0x%X\n", |
Johannes Berg | 9e29511 | 2012-04-09 17:46:55 -0700 | [diff] [blame] | 291 | priv->hw_params.valid_tx_ant, priv->hw_params.valid_rx_ant); |
Johannes Berg | 7e79a39 | 2012-03-05 11:24:32 -0800 | [diff] [blame] | 292 | |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 293 | return 0; |
| 294 | } |
| 295 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 296 | u16 iwl_eeprom_calib_version(struct iwl_priv *priv) |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 297 | { |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 298 | struct iwl_eeprom_calib_hdr *hdr; |
| 299 | |
| 300 | hdr = (struct iwl_eeprom_calib_hdr *)iwl_eeprom_query_addr(priv, |
| 301 | EEPROM_CALIB_ALL); |
| 302 | return hdr->version; |
| 303 | } |
| 304 | |
| 305 | static u32 eeprom_indirect_address(struct iwl_priv *priv, u32 address) |
| 306 | { |
| 307 | u16 offset = 0; |
| 308 | |
| 309 | if ((address & INDIRECT_ADDRESS) == 0) |
| 310 | return address; |
| 311 | |
| 312 | switch (address & INDIRECT_TYPE_MSK) { |
| 313 | case INDIRECT_HOST: |
| 314 | offset = iwl_eeprom_query16(priv, EEPROM_LINK_HOST); |
| 315 | break; |
| 316 | case INDIRECT_GENERAL: |
| 317 | offset = iwl_eeprom_query16(priv, EEPROM_LINK_GENERAL); |
| 318 | break; |
| 319 | case INDIRECT_REGULATORY: |
| 320 | offset = iwl_eeprom_query16(priv, EEPROM_LINK_REGULATORY); |
| 321 | break; |
| 322 | case INDIRECT_TXP_LIMIT: |
| 323 | offset = iwl_eeprom_query16(priv, EEPROM_LINK_TXP_LIMIT); |
| 324 | break; |
| 325 | case INDIRECT_TXP_LIMIT_SIZE: |
| 326 | offset = iwl_eeprom_query16(priv, EEPROM_LINK_TXP_LIMIT_SIZE); |
| 327 | break; |
| 328 | case INDIRECT_CALIBRATION: |
| 329 | offset = iwl_eeprom_query16(priv, EEPROM_LINK_CALIBRATION); |
| 330 | break; |
| 331 | case INDIRECT_PROCESS_ADJST: |
| 332 | offset = iwl_eeprom_query16(priv, EEPROM_LINK_PROCESS_ADJST); |
| 333 | break; |
| 334 | case INDIRECT_OTHERS: |
| 335 | offset = iwl_eeprom_query16(priv, EEPROM_LINK_OTHERS); |
| 336 | break; |
| 337 | default: |
| 338 | IWL_ERR(priv, "illegal indirect type: 0x%X\n", |
| 339 | address & INDIRECT_TYPE_MSK); |
| 340 | break; |
| 341 | } |
| 342 | |
| 343 | /* translate the offset from words to byte */ |
| 344 | return (address & ADDRESS_MSK) + (offset << 1); |
| 345 | } |
| 346 | |
| 347 | const u8 *iwl_eeprom_query_addr(struct iwl_priv *priv, size_t offset) |
| 348 | { |
| 349 | u32 address = eeprom_indirect_address(priv, offset); |
Emmanuel Grumbach | 2152268 | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 350 | BUG_ON(address >= priv->cfg->base_params->eeprom_size); |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 351 | return &priv->eeprom[address]; |
| 352 | } |
| 353 | |
| 354 | void iwl_eeprom_get_mac(struct iwl_priv *priv, u8 *mac) |
| 355 | { |
| 356 | const u8 *addr = iwl_eeprom_query_addr(priv, |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 357 | EEPROM_MAC_ADDRESS); |
| 358 | memcpy(mac, addr, ETH_ALEN); |
| 359 | } |
| 360 | |
| 361 | /****************************************************************************** |
| 362 | * |
| 363 | * OTP related functions |
| 364 | * |
| 365 | ******************************************************************************/ |
| 366 | |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 367 | static void iwl_set_otp_access(struct iwl_trans *trans, |
| 368 | enum iwl_access_mode mode) |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 369 | { |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 370 | iwl_read32(trans, CSR_OTP_GP_REG); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 371 | |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 372 | if (mode == IWL_OTP_ACCESS_ABSOLUTE) |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 373 | iwl_clear_bit(trans, CSR_OTP_GP_REG, |
Johannes Berg | 70817b5 | 2011-05-11 03:29:25 -0700 | [diff] [blame] | 374 | CSR_OTP_GP_REG_OTP_ACCESS_MODE); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 375 | else |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 376 | iwl_set_bit(trans, CSR_OTP_GP_REG, |
Johannes Berg | 70817b5 | 2011-05-11 03:29:25 -0700 | [diff] [blame] | 377 | CSR_OTP_GP_REG_OTP_ACCESS_MODE); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 378 | } |
| 379 | |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 380 | static int iwl_get_nvm_type(struct iwl_trans *trans, u32 hw_rev) |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 381 | { |
| 382 | u32 otpgp; |
| 383 | int nvm_type; |
| 384 | |
| 385 | /* OTP only valid for CP/PP and after */ |
Johannes Berg | e98a130 | 2011-04-05 09:42:08 -0700 | [diff] [blame] | 386 | switch (hw_rev & CSR_HW_REV_TYPE_MSK) { |
Wey-Yi Guy | b23a052 | 2009-07-17 09:30:21 -0700 | [diff] [blame] | 387 | case CSR_HW_REV_TYPE_NONE: |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 388 | IWL_ERR(trans, "Unknown hardware type\n"); |
Wey-Yi Guy | b23a052 | 2009-07-17 09:30:21 -0700 | [diff] [blame] | 389 | return -ENOENT; |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 390 | case CSR_HW_REV_TYPE_5300: |
| 391 | case CSR_HW_REV_TYPE_5350: |
| 392 | case CSR_HW_REV_TYPE_5100: |
| 393 | case CSR_HW_REV_TYPE_5150: |
| 394 | nvm_type = NVM_DEVICE_TYPE_EEPROM; |
| 395 | break; |
| 396 | default: |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 397 | otpgp = iwl_read32(trans, CSR_OTP_GP_REG); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 398 | if (otpgp & CSR_OTP_GP_REG_DEVICE_SELECT) |
| 399 | nvm_type = NVM_DEVICE_TYPE_OTP; |
| 400 | else |
| 401 | nvm_type = NVM_DEVICE_TYPE_EEPROM; |
| 402 | break; |
| 403 | } |
| 404 | return nvm_type; |
| 405 | } |
| 406 | |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 407 | static int iwl_init_otp_access(struct iwl_trans *trans) |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 408 | { |
| 409 | int ret; |
| 410 | |
| 411 | /* Enable 40MHz radio clock */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 412 | iwl_write32(trans, CSR_GP_CNTRL, |
| 413 | iwl_read32(trans, CSR_GP_CNTRL) | |
Johannes Berg | 02a7fa0 | 2011-04-05 09:42:12 -0700 | [diff] [blame] | 414 | CSR_GP_CNTRL_REG_FLAG_INIT_DONE); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 415 | |
| 416 | /* wait for clock to be ready */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 417 | ret = iwl_poll_bit(trans, CSR_GP_CNTRL, |
Johannes Berg | 02a7fa0 | 2011-04-05 09:42:12 -0700 | [diff] [blame] | 418 | CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY, |
| 419 | CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY, |
| 420 | 25000); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 421 | if (ret < 0) |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 422 | IWL_ERR(trans, "Time out access OTP\n"); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 423 | else { |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 424 | iwl_set_bits_prph(trans, APMG_PS_CTRL_REG, |
Reinette Chatre | d77b034 | 2009-05-22 14:37:55 -0700 | [diff] [blame] | 425 | APMG_PS_CTRL_VAL_RESET_REQ); |
| 426 | udelay(5); |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 427 | iwl_clear_bits_prph(trans, APMG_PS_CTRL_REG, |
Reinette Chatre | d77b034 | 2009-05-22 14:37:55 -0700 | [diff] [blame] | 428 | APMG_PS_CTRL_VAL_RESET_REQ); |
Wey-Yi Guy | 32004ee | 2009-10-16 14:25:56 -0700 | [diff] [blame] | 429 | |
| 430 | /* |
| 431 | * CSR auto clock gate disable bit - |
| 432 | * this is only applicable for HW with OTP shadow RAM |
| 433 | */ |
Emmanuel Grumbach | 035f7ff | 2012-03-26 08:57:01 -0700 | [diff] [blame] | 434 | if (trans->cfg->base_params->shadow_ram_support) |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 435 | iwl_set_bit(trans, CSR_DBG_LINK_PWR_MGMT_REG, |
Wey-Yi Guy | 32004ee | 2009-10-16 14:25:56 -0700 | [diff] [blame] | 436 | CSR_RESET_LINK_PWR_MGMT_DISABLED); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 437 | } |
| 438 | return ret; |
| 439 | } |
| 440 | |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 441 | static int iwl_read_otp_word(struct iwl_trans *trans, u16 addr, |
| 442 | __le16 *eeprom_data) |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 443 | { |
| 444 | int ret = 0; |
| 445 | u32 r; |
| 446 | u32 otpgp; |
| 447 | |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 448 | iwl_write32(trans, CSR_EEPROM_REG, |
Johannes Berg | 02a7fa0 | 2011-04-05 09:42:12 -0700 | [diff] [blame] | 449 | CSR_EEPROM_REG_MSK_ADDR & (addr << 1)); |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 450 | ret = iwl_poll_bit(trans, CSR_EEPROM_REG, |
Johannes Berg | 02a7fa0 | 2011-04-05 09:42:12 -0700 | [diff] [blame] | 451 | CSR_EEPROM_REG_READ_VALID_MSK, |
| 452 | CSR_EEPROM_REG_READ_VALID_MSK, |
| 453 | IWL_EEPROM_ACCESS_TIMEOUT); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 454 | if (ret < 0) { |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 455 | IWL_ERR(trans, "Time out reading OTP[%d]\n", addr); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 456 | return ret; |
| 457 | } |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 458 | r = iwl_read32(trans, CSR_EEPROM_REG); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 459 | /* check for ECC errors: */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 460 | otpgp = iwl_read32(trans, CSR_OTP_GP_REG); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 461 | if (otpgp & CSR_OTP_GP_REG_ECC_UNCORR_STATUS_MSK) { |
| 462 | /* stop in this case */ |
| 463 | /* set the uncorrectable OTP ECC bit for acknowledgement */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 464 | iwl_set_bit(trans, CSR_OTP_GP_REG, |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 465 | CSR_OTP_GP_REG_ECC_UNCORR_STATUS_MSK); |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 466 | IWL_ERR(trans, "Uncorrectable OTP ECC error, abort OTP read\n"); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 467 | return -EINVAL; |
| 468 | } |
| 469 | if (otpgp & CSR_OTP_GP_REG_ECC_CORR_STATUS_MSK) { |
| 470 | /* continue in this case */ |
| 471 | /* set the correctable OTP ECC bit for acknowledgement */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 472 | iwl_set_bit(trans, CSR_OTP_GP_REG, |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 473 | CSR_OTP_GP_REG_ECC_CORR_STATUS_MSK); |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 474 | IWL_ERR(trans, "Correctable OTP ECC error, continue read\n"); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 475 | } |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 476 | *eeprom_data = cpu_to_le16(r >> 16); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 477 | return 0; |
| 478 | } |
| 479 | |
| 480 | /* |
| 481 | * iwl_is_otp_empty: check for empty OTP |
| 482 | */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 483 | static bool iwl_is_otp_empty(struct iwl_trans *trans) |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 484 | { |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 485 | u16 next_link_addr = 0; |
| 486 | __le16 link_value; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 487 | bool is_empty = false; |
| 488 | |
| 489 | /* locate the beginning of OTP link list */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 490 | if (!iwl_read_otp_word(trans, next_link_addr, &link_value)) { |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 491 | if (!link_value) { |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 492 | IWL_ERR(trans, "OTP is empty\n"); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 493 | is_empty = true; |
| 494 | } |
| 495 | } else { |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 496 | IWL_ERR(trans, "Unable to read first block of OTP list.\n"); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 497 | is_empty = true; |
| 498 | } |
| 499 | |
| 500 | return is_empty; |
| 501 | } |
| 502 | |
| 503 | |
| 504 | /* |
| 505 | * iwl_find_otp_image: find EEPROM image in OTP |
| 506 | * finding the OTP block that contains the EEPROM image. |
| 507 | * the last valid block on the link list (the block _before_ the last block) |
| 508 | * is the block we should read and used to configure the device. |
| 509 | * If all the available OTP blocks are full, the last block will be the block |
| 510 | * we should read and used to configure the device. |
| 511 | * only perform this operation if shadow RAM is disabled |
| 512 | */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 513 | static int iwl_find_otp_image(struct iwl_trans *trans, |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 514 | u16 *validblockaddr) |
| 515 | { |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 516 | u16 next_link_addr = 0, valid_addr; |
| 517 | __le16 link_value = 0; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 518 | int usedblocks = 0; |
| 519 | |
| 520 | /* set addressing mode to absolute to traverse the link list */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 521 | iwl_set_otp_access(trans, IWL_OTP_ACCESS_ABSOLUTE); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 522 | |
| 523 | /* checking for empty OTP or error */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 524 | if (iwl_is_otp_empty(trans)) |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 525 | return -EINVAL; |
| 526 | |
| 527 | /* |
| 528 | * start traverse link list |
| 529 | * until reach the max number of OTP blocks |
| 530 | * different devices have different number of OTP blocks |
| 531 | */ |
| 532 | do { |
| 533 | /* save current valid block address |
| 534 | * check for more block on the link list |
| 535 | */ |
| 536 | valid_addr = next_link_addr; |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 537 | next_link_addr = le16_to_cpu(link_value) * sizeof(u16); |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 538 | IWL_DEBUG_EEPROM(trans, "OTP blocks %d addr 0x%x\n", |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 539 | usedblocks, next_link_addr); |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 540 | if (iwl_read_otp_word(trans, next_link_addr, &link_value)) |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 541 | return -EINVAL; |
| 542 | if (!link_value) { |
| 543 | /* |
Jay Sternberg | 2facba7 | 2009-10-02 13:43:55 -0700 | [diff] [blame] | 544 | * reach the end of link list, return success and |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 545 | * set address point to the starting address |
| 546 | * of the image |
| 547 | */ |
Jay Sternberg | 2facba7 | 2009-10-02 13:43:55 -0700 | [diff] [blame] | 548 | *validblockaddr = valid_addr; |
| 549 | /* skip first 2 bytes (link list pointer) */ |
| 550 | *validblockaddr += 2; |
| 551 | return 0; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 552 | } |
| 553 | /* more in the link list, continue */ |
| 554 | usedblocks++; |
Emmanuel Grumbach | 035f7ff | 2012-03-26 08:57:01 -0700 | [diff] [blame] | 555 | } while (usedblocks <= trans->cfg->base_params->max_ll_items); |
Jay Sternberg | 2facba7 | 2009-10-02 13:43:55 -0700 | [diff] [blame] | 556 | |
| 557 | /* OTP has no valid blocks */ |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 558 | IWL_DEBUG_EEPROM(trans, "OTP has no valid blocks\n"); |
Jay Sternberg | 2facba7 | 2009-10-02 13:43:55 -0700 | [diff] [blame] | 559 | return -EINVAL; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 560 | } |
| 561 | |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 562 | /****************************************************************************** |
| 563 | * |
| 564 | * Tx Power related functions |
| 565 | * |
| 566 | ******************************************************************************/ |
| 567 | /** |
| 568 | * iwl_get_max_txpower_avg - get the highest tx power from all chains. |
| 569 | * find the highest tx power from all chains for the channel |
| 570 | */ |
Johannes Berg | a5fdde28b | 2012-05-30 10:36:12 +0200 | [diff] [blame] | 571 | static s8 iwl_get_max_txpower_avg(struct iwl_priv *priv, |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 572 | struct iwl_eeprom_enhanced_txpwr *enhanced_txpower, |
| 573 | int element, s8 *max_txpower_in_half_dbm) |
Wey-Yi Guy | 3be63ff | 2010-10-08 16:05:19 -0700 | [diff] [blame] | 574 | { |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 575 | s8 max_txpower_avg = 0; /* (dBm) */ |
| 576 | |
| 577 | /* Take the highest tx power from any valid chains */ |
Johannes Berg | a5fdde28b | 2012-05-30 10:36:12 +0200 | [diff] [blame] | 578 | if ((priv->hw_params.valid_tx_ant & ANT_A) && |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 579 | (enhanced_txpower[element].chain_a_max > max_txpower_avg)) |
| 580 | max_txpower_avg = enhanced_txpower[element].chain_a_max; |
Johannes Berg | a5fdde28b | 2012-05-30 10:36:12 +0200 | [diff] [blame] | 581 | if ((priv->hw_params.valid_tx_ant & ANT_B) && |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 582 | (enhanced_txpower[element].chain_b_max > max_txpower_avg)) |
| 583 | max_txpower_avg = enhanced_txpower[element].chain_b_max; |
Johannes Berg | a5fdde28b | 2012-05-30 10:36:12 +0200 | [diff] [blame] | 584 | if ((priv->hw_params.valid_tx_ant & ANT_C) && |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 585 | (enhanced_txpower[element].chain_c_max > max_txpower_avg)) |
| 586 | max_txpower_avg = enhanced_txpower[element].chain_c_max; |
Johannes Berg | a5fdde28b | 2012-05-30 10:36:12 +0200 | [diff] [blame] | 587 | if (((priv->hw_params.valid_tx_ant == ANT_AB) | |
| 588 | (priv->hw_params.valid_tx_ant == ANT_BC) | |
| 589 | (priv->hw_params.valid_tx_ant == ANT_AC)) && |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 590 | (enhanced_txpower[element].mimo2_max > max_txpower_avg)) |
| 591 | max_txpower_avg = enhanced_txpower[element].mimo2_max; |
Johannes Berg | a5fdde28b | 2012-05-30 10:36:12 +0200 | [diff] [blame] | 592 | if ((priv->hw_params.valid_tx_ant == ANT_ABC) && |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 593 | (enhanced_txpower[element].mimo3_max > max_txpower_avg)) |
| 594 | max_txpower_avg = enhanced_txpower[element].mimo3_max; |
| 595 | |
| 596 | /* |
| 597 | * max. tx power in EEPROM is in 1/2 dBm format |
| 598 | * convert from 1/2 dBm to dBm (round-up convert) |
| 599 | * but we also do not want to loss 1/2 dBm resolution which |
| 600 | * will impact performance |
| 601 | */ |
| 602 | *max_txpower_in_half_dbm = max_txpower_avg; |
| 603 | return (max_txpower_avg & 0x01) + (max_txpower_avg >> 1); |
| 604 | } |
| 605 | |
| 606 | static void |
| 607 | iwl_eeprom_enh_txp_read_element(struct iwl_priv *priv, |
| 608 | struct iwl_eeprom_enhanced_txpwr *txp, |
| 609 | s8 max_txpower_avg) |
| 610 | { |
| 611 | int ch_idx; |
| 612 | bool is_ht40 = txp->flags & IWL_EEPROM_ENH_TXP_FL_40MHZ; |
| 613 | enum ieee80211_band band; |
| 614 | |
| 615 | band = txp->flags & IWL_EEPROM_ENH_TXP_FL_BAND_52G ? |
| 616 | IEEE80211_BAND_5GHZ : IEEE80211_BAND_2GHZ; |
| 617 | |
| 618 | for (ch_idx = 0; ch_idx < priv->channel_count; ch_idx++) { |
| 619 | struct iwl_channel_info *ch_info = &priv->channel_info[ch_idx]; |
| 620 | |
| 621 | /* update matching channel or from common data only */ |
| 622 | if (txp->channel != 0 && ch_info->channel != txp->channel) |
| 623 | continue; |
| 624 | |
| 625 | /* update matching band only */ |
| 626 | if (band != ch_info->band) |
| 627 | continue; |
| 628 | |
| 629 | if (ch_info->max_power_avg < max_txpower_avg && !is_ht40) { |
| 630 | ch_info->max_power_avg = max_txpower_avg; |
| 631 | ch_info->curr_txpow = max_txpower_avg; |
| 632 | ch_info->scan_power = max_txpower_avg; |
| 633 | } |
| 634 | |
| 635 | if (is_ht40 && ch_info->ht40_max_power_avg < max_txpower_avg) |
| 636 | ch_info->ht40_max_power_avg = max_txpower_avg; |
| 637 | } |
| 638 | } |
| 639 | |
| 640 | #define EEPROM_TXP_OFFS (0x00 | INDIRECT_ADDRESS | INDIRECT_TXP_LIMIT) |
| 641 | #define EEPROM_TXP_ENTRY_LEN sizeof(struct iwl_eeprom_enhanced_txpwr) |
| 642 | #define EEPROM_TXP_SZ_OFFS (0x00 | INDIRECT_ADDRESS | INDIRECT_TXP_LIMIT_SIZE) |
| 643 | |
| 644 | #define TXP_CHECK_AND_PRINT(x) ((txp->flags & IWL_EEPROM_ENH_TXP_FL_##x) \ |
| 645 | ? # x " " : "") |
| 646 | |
Johannes Berg | 51dc51d | 2012-03-07 09:52:20 -0800 | [diff] [blame] | 647 | static void iwl_eeprom_enhanced_txpower(struct iwl_priv *priv) |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 648 | { |
| 649 | struct iwl_eeprom_enhanced_txpwr *txp_array, *txp; |
| 650 | int idx, entries; |
| 651 | __le16 *txp_len; |
| 652 | s8 max_txp_avg, max_txp_avg_halfdbm; |
| 653 | |
| 654 | BUILD_BUG_ON(sizeof(struct iwl_eeprom_enhanced_txpwr) != 8); |
| 655 | |
| 656 | /* the length is in 16-bit words, but we want entries */ |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 657 | txp_len = (__le16 *) iwl_eeprom_query_addr(priv, EEPROM_TXP_SZ_OFFS); |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 658 | entries = le16_to_cpup(txp_len) * 2 / EEPROM_TXP_ENTRY_LEN; |
| 659 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 660 | txp_array = (void *) iwl_eeprom_query_addr(priv, EEPROM_TXP_OFFS); |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 661 | |
| 662 | for (idx = 0; idx < entries; idx++) { |
| 663 | txp = &txp_array[idx]; |
| 664 | /* skip invalid entries */ |
| 665 | if (!(txp->flags & IWL_EEPROM_ENH_TXP_FL_VALID)) |
| 666 | continue; |
| 667 | |
| 668 | IWL_DEBUG_EEPROM(priv, "%s %d:\t %s%s%s%s%s%s%s%s (0x%02x)\n", |
| 669 | (txp->channel && (txp->flags & |
| 670 | IWL_EEPROM_ENH_TXP_FL_COMMON_TYPE)) ? |
| 671 | "Common " : (txp->channel) ? |
| 672 | "Channel" : "Common", |
| 673 | (txp->channel), |
| 674 | TXP_CHECK_AND_PRINT(VALID), |
| 675 | TXP_CHECK_AND_PRINT(BAND_52G), |
| 676 | TXP_CHECK_AND_PRINT(OFDM), |
| 677 | TXP_CHECK_AND_PRINT(40MHZ), |
| 678 | TXP_CHECK_AND_PRINT(HT_AP), |
| 679 | TXP_CHECK_AND_PRINT(RES1), |
| 680 | TXP_CHECK_AND_PRINT(RES2), |
| 681 | TXP_CHECK_AND_PRINT(COMMON_TYPE), |
| 682 | txp->flags); |
| 683 | IWL_DEBUG_EEPROM(priv, "\t\t chain_A: 0x%02x " |
| 684 | "chain_B: 0X%02x chain_C: 0X%02x\n", |
| 685 | txp->chain_a_max, txp->chain_b_max, |
| 686 | txp->chain_c_max); |
| 687 | IWL_DEBUG_EEPROM(priv, "\t\t MIMO2: 0x%02x " |
| 688 | "MIMO3: 0x%02x High 20_on_40: 0x%02x " |
| 689 | "Low 20_on_40: 0x%02x\n", |
| 690 | txp->mimo2_max, txp->mimo3_max, |
| 691 | ((txp->delta_20_in_40 & 0xf0) >> 4), |
| 692 | (txp->delta_20_in_40 & 0x0f)); |
| 693 | |
Johannes Berg | a5fdde28b | 2012-05-30 10:36:12 +0200 | [diff] [blame] | 694 | max_txp_avg = iwl_get_max_txpower_avg(priv, txp_array, idx, |
Wey-Yi Guy | 701cb09 | 2011-09-15 11:46:41 -0700 | [diff] [blame] | 695 | &max_txp_avg_halfdbm); |
| 696 | |
| 697 | /* |
| 698 | * Update the user limit values values to the highest |
| 699 | * power supported by any channel |
| 700 | */ |
| 701 | if (max_txp_avg > priv->tx_power_user_lmt) |
| 702 | priv->tx_power_user_lmt = max_txp_avg; |
| 703 | if (max_txp_avg_halfdbm > priv->tx_power_lmt_in_half_dbm) |
| 704 | priv->tx_power_lmt_in_half_dbm = max_txp_avg_halfdbm; |
| 705 | |
| 706 | iwl_eeprom_enh_txp_read_element(priv, txp, max_txp_avg); |
| 707 | } |
Wey-Yi Guy | 3be63ff | 2010-10-08 16:05:19 -0700 | [diff] [blame] | 708 | } |
Wey-Yi Guy | 3be63ff | 2010-10-08 16:05:19 -0700 | [diff] [blame] | 709 | |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 710 | /** |
| 711 | * iwl_eeprom_init - read EEPROM contents |
| 712 | * |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 713 | * Load the EEPROM contents from adapter into priv->eeprom |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 714 | * |
| 715 | * NOTE: This routine uses the non-debug IO access functions. |
| 716 | */ |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 717 | int iwl_eeprom_init(struct iwl_priv *priv, u32 hw_rev) |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 718 | { |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 719 | __le16 *e; |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 720 | u32 gp = iwl_read32(priv->trans, CSR_EEPROM_GP); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 721 | int sz; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 722 | int ret; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 723 | u16 addr; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 724 | u16 validblockaddr = 0; |
| 725 | u16 cache_addr = 0; |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 726 | |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 727 | priv->nvm_device_type = iwl_get_nvm_type(priv->trans, hw_rev); |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 728 | if (priv->nvm_device_type == -ENOENT) |
Wey-Yi Guy | b23a052 | 2009-07-17 09:30:21 -0700 | [diff] [blame] | 729 | return -ENOENT; |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 730 | /* allocate eeprom */ |
Emmanuel Grumbach | 2152268 | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 731 | sz = priv->cfg->base_params->eeprom_size; |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 732 | IWL_DEBUG_EEPROM(priv, "NVM size = %d\n", sz); |
| 733 | priv->eeprom = kzalloc(sz, GFP_KERNEL); |
| 734 | if (!priv->eeprom) { |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 735 | ret = -ENOMEM; |
| 736 | goto alloc_err; |
| 737 | } |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 738 | e = (__le16 *)priv->eeprom; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 739 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 740 | ret = iwl_eeprom_verify_signature(priv); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 741 | if (ret < 0) { |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 742 | IWL_ERR(priv, "EEPROM not found, EEPROM_GP=0x%08x\n", gp); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 743 | ret = -ENOENT; |
| 744 | goto err; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 745 | } |
| 746 | |
| 747 | /* Make sure driver (instead of uCode) is allowed to read EEPROM */ |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 748 | ret = iwl_eeprom_acquire_semaphore(priv->trans); |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 749 | if (ret < 0) { |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 750 | IWL_ERR(priv, "Failed to acquire EEPROM semaphore.\n"); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 751 | ret = -ENOENT; |
| 752 | goto err; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 753 | } |
Ben Cahill | 8852136 | 2009-10-30 14:36:06 -0700 | [diff] [blame] | 754 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 755 | if (priv->nvm_device_type == NVM_DEVICE_TYPE_OTP) { |
Ben Cahill | 8852136 | 2009-10-30 14:36:06 -0700 | [diff] [blame] | 756 | |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 757 | ret = iwl_init_otp_access(priv->trans); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 758 | if (ret) { |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 759 | IWL_ERR(priv, "Failed to initialize OTP access.\n"); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 760 | ret = -ENOENT; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 761 | goto done; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 762 | } |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 763 | iwl_write32(priv->trans, CSR_EEPROM_GP, |
| 764 | iwl_read32(priv->trans, CSR_EEPROM_GP) & |
Johannes Berg | 02a7fa0 | 2011-04-05 09:42:12 -0700 | [diff] [blame] | 765 | ~CSR_EEPROM_GP_IF_OWNER_MSK); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 766 | |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 767 | iwl_set_bit(priv->trans, CSR_OTP_GP_REG, |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 768 | CSR_OTP_GP_REG_ECC_CORR_STATUS_MSK | |
| 769 | CSR_OTP_GP_REG_ECC_UNCORR_STATUS_MSK); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 770 | /* traversing the linked list if no shadow ram supported */ |
Emmanuel Grumbach | 2152268 | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 771 | if (!priv->cfg->base_params->shadow_ram_support) { |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 772 | if (iwl_find_otp_image(priv->trans, &validblockaddr)) { |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 773 | ret = -ENOENT; |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 774 | goto done; |
| 775 | } |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 776 | } |
| 777 | for (addr = validblockaddr; addr < validblockaddr + sz; |
| 778 | addr += sizeof(u16)) { |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 779 | __le16 eeprom_data; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 780 | |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 781 | ret = iwl_read_otp_word(priv->trans, addr, |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 782 | &eeprom_data); |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 783 | if (ret) |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 784 | goto done; |
Wey-Yi Guy | 415e499 | 2009-08-13 13:30:54 -0700 | [diff] [blame] | 785 | e[cache_addr / 2] = eeprom_data; |
| 786 | cache_addr += sizeof(u16); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 787 | } |
| 788 | } else { |
| 789 | /* eeprom is an array of 16bit values */ |
| 790 | for (addr = 0; addr < sz; addr += sizeof(u16)) { |
| 791 | u32 r; |
| 792 | |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 793 | iwl_write32(priv->trans, CSR_EEPROM_REG, |
Johannes Berg | 02a7fa0 | 2011-04-05 09:42:12 -0700 | [diff] [blame] | 794 | CSR_EEPROM_REG_MSK_ADDR & (addr << 1)); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 795 | |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 796 | ret = iwl_poll_bit(priv->trans, CSR_EEPROM_REG, |
Abhijeet Kolekar | 1739d33 | 2009-10-02 13:44:05 -0700 | [diff] [blame] | 797 | CSR_EEPROM_REG_READ_VALID_MSK, |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 798 | CSR_EEPROM_REG_READ_VALID_MSK, |
| 799 | IWL_EEPROM_ACCESS_TIMEOUT); |
| 800 | if (ret < 0) { |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 801 | IWL_ERR(priv, |
Emmanuel Grumbach | ca77d53 | 2012-02-13 11:24:47 +0200 | [diff] [blame] | 802 | "Time out reading EEPROM[%d]\n", addr); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 803 | goto done; |
| 804 | } |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 805 | r = iwl_read32(priv->trans, CSR_EEPROM_REG); |
Johannes Berg | af6b8ee | 2009-12-14 14:12:08 -0800 | [diff] [blame] | 806 | e[addr / 2] = cpu_to_le16(r >> 16); |
Wey-Yi Guy | 0848e29 | 2009-05-22 11:01:46 -0700 | [diff] [blame] | 807 | } |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 808 | } |
Johannes Berg | d1358f6 | 2010-04-28 12:09:15 -0700 | [diff] [blame] | 809 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 810 | IWL_DEBUG_EEPROM(priv, "NVM Type: %s, version: 0x%x\n", |
| 811 | (priv->nvm_device_type == NVM_DEVICE_TYPE_OTP) |
Johannes Berg | d1358f6 | 2010-04-28 12:09:15 -0700 | [diff] [blame] | 812 | ? "OTP" : "EEPROM", |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 813 | iwl_eeprom_query16(priv, EEPROM_VERSION)); |
Johannes Berg | d1358f6 | 2010-04-28 12:09:15 -0700 | [diff] [blame] | 814 | |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 815 | ret = 0; |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 816 | done: |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 817 | iwl_eeprom_release_semaphore(priv->trans); |
Johannes Berg | d1358f6 | 2010-04-28 12:09:15 -0700 | [diff] [blame] | 818 | |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 819 | err: |
| 820 | if (ret) |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 821 | iwl_eeprom_free(priv); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 822 | alloc_err: |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 823 | return ret; |
| 824 | } |
Assaf Krauss | 34cf6ff | 2008-03-06 10:40:20 -0800 | [diff] [blame] | 825 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 826 | void iwl_eeprom_free(struct iwl_priv *priv) |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 827 | { |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 828 | kfree(priv->eeprom); |
| 829 | priv->eeprom = NULL; |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 830 | } |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 831 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 832 | static void iwl_init_band_reference(struct iwl_priv *priv, |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 833 | int eep_band, int *eeprom_ch_count, |
| 834 | const struct iwl_eeprom_channel **eeprom_ch_info, |
| 835 | const u8 **eeprom_ch_index) |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 836 | { |
Johannes Berg | e967669 | 2012-04-10 14:10:28 -0700 | [diff] [blame] | 837 | u32 offset = priv->lib-> |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 838 | eeprom_ops.regulatory_bands[eep_band - 1]; |
| 839 | switch (eep_band) { |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 840 | case 1: /* 2.4GHz band */ |
| 841 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_1); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 842 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 843 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 844 | *eeprom_ch_index = iwl_eeprom_band_1; |
| 845 | break; |
| 846 | case 2: /* 4.9GHz band */ |
| 847 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_2); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 848 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 849 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 850 | *eeprom_ch_index = iwl_eeprom_band_2; |
| 851 | break; |
| 852 | case 3: /* 5.2GHz band */ |
| 853 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_3); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 854 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 855 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 856 | *eeprom_ch_index = iwl_eeprom_band_3; |
| 857 | break; |
| 858 | case 4: /* 5.5GHz band */ |
| 859 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_4); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 860 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 861 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 862 | *eeprom_ch_index = iwl_eeprom_band_4; |
| 863 | break; |
| 864 | case 5: /* 5.7GHz band */ |
| 865 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_5); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 866 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 867 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 868 | *eeprom_ch_index = iwl_eeprom_band_5; |
| 869 | break; |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 870 | case 6: /* 2.4GHz ht40 channels */ |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 871 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_6); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 872 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 873 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 874 | *eeprom_ch_index = iwl_eeprom_band_6; |
| 875 | break; |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 876 | case 7: /* 5 GHz ht40 channels */ |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 877 | *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_7); |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 878 | *eeprom_ch_info = (struct iwl_eeprom_channel *) |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 879 | iwl_eeprom_query_addr(priv, offset); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 880 | *eeprom_ch_index = iwl_eeprom_band_7; |
| 881 | break; |
| 882 | default: |
| 883 | BUG(); |
| 884 | return; |
| 885 | } |
| 886 | } |
| 887 | |
| 888 | #define CHECK_AND_PRINT(x) ((eeprom_ch->flags & EEPROM_CHANNEL_##x) \ |
| 889 | ? # x " " : "") |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 890 | /** |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 891 | * 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] | 892 | * |
| 893 | * Does not set up a command, or touch hardware. |
| 894 | */ |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 895 | static int iwl_mod_ht40_chan_info(struct iwl_priv *priv, |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 896 | enum ieee80211_band band, u16 channel, |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 897 | const struct iwl_eeprom_channel *eeprom_ch, |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 898 | u8 clear_ht40_extension_channel) |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 899 | { |
| 900 | struct iwl_channel_info *ch_info; |
| 901 | |
| 902 | ch_info = (struct iwl_channel_info *) |
Assaf Krauss | 8622e70 | 2008-03-21 13:53:43 -0700 | [diff] [blame] | 903 | iwl_get_channel_info(priv, band, channel); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 904 | |
| 905 | if (!is_channel_valid(ch_info)) |
| 906 | return -1; |
| 907 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 908 | 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] | 909 | " Ad-Hoc %ssupported\n", |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 910 | ch_info->channel, |
| 911 | is_channel_a_band(ch_info) ? |
| 912 | "5.2" : "2.4", |
| 913 | CHECK_AND_PRINT(IBSS), |
| 914 | CHECK_AND_PRINT(ACTIVE), |
| 915 | CHECK_AND_PRINT(RADAR), |
| 916 | CHECK_AND_PRINT(WIDE), |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 917 | CHECK_AND_PRINT(DFS), |
| 918 | eeprom_ch->flags, |
| 919 | eeprom_ch->max_power_avg, |
| 920 | ((eeprom_ch->flags & EEPROM_CHANNEL_IBSS) |
| 921 | && !(eeprom_ch->flags & EEPROM_CHANNEL_RADAR)) ? |
| 922 | "" : "not "); |
| 923 | |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 924 | ch_info->ht40_eeprom = *eeprom_ch; |
| 925 | ch_info->ht40_max_power_avg = eeprom_ch->max_power_avg; |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 926 | ch_info->ht40_flags = eeprom_ch->flags; |
Reinette Chatre | 6c3069b | 2009-12-14 14:12:13 -0800 | [diff] [blame] | 927 | if (eeprom_ch->flags & EEPROM_CHANNEL_VALID) |
| 928 | ch_info->ht40_extension_channel &= ~clear_ht40_extension_channel; |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 929 | |
| 930 | return 0; |
| 931 | } |
| 932 | |
| 933 | #define CHECK_AND_PRINT_I(x) ((eeprom_ch_info[ch].flags & EEPROM_CHANNEL_##x) \ |
| 934 | ? # x " " : "") |
| 935 | |
| 936 | /** |
| 937 | * iwl_init_channel_map - Set up driver's info for all possible channels |
| 938 | */ |
| 939 | int iwl_init_channel_map(struct iwl_priv *priv) |
| 940 | { |
| 941 | int eeprom_ch_count = 0; |
| 942 | const u8 *eeprom_ch_index = NULL; |
Tomas Winkler | 073d3f5 | 2008-04-21 15:41:52 -0700 | [diff] [blame] | 943 | const struct iwl_eeprom_channel *eeprom_ch_info = NULL; |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 944 | int band, ch; |
| 945 | struct iwl_channel_info *ch_info; |
| 946 | |
| 947 | if (priv->channel_count) { |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 948 | IWL_DEBUG_EEPROM(priv, "Channel map already initialized.\n"); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 949 | return 0; |
| 950 | } |
| 951 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 952 | IWL_DEBUG_EEPROM(priv, "Initializing regulatory info from EEPROM\n"); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 953 | |
| 954 | priv->channel_count = |
| 955 | ARRAY_SIZE(iwl_eeprom_band_1) + |
| 956 | ARRAY_SIZE(iwl_eeprom_band_2) + |
| 957 | ARRAY_SIZE(iwl_eeprom_band_3) + |
| 958 | ARRAY_SIZE(iwl_eeprom_band_4) + |
| 959 | ARRAY_SIZE(iwl_eeprom_band_5); |
| 960 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 961 | IWL_DEBUG_EEPROM(priv, "Parsing data for %d channels.\n", |
| 962 | priv->channel_count); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 963 | |
Emmanuel Grumbach | 7f90dce | 2011-09-22 15:14:53 -0700 | [diff] [blame] | 964 | priv->channel_info = kcalloc(priv->channel_count, |
| 965 | sizeof(struct iwl_channel_info), |
| 966 | GFP_KERNEL); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 967 | if (!priv->channel_info) { |
Winkler, Tomas | 15b1687 | 2008-12-19 10:37:33 +0800 | [diff] [blame] | 968 | IWL_ERR(priv, "Could not allocate channel_info\n"); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 969 | priv->channel_count = 0; |
| 970 | return -ENOMEM; |
| 971 | } |
| 972 | |
| 973 | ch_info = priv->channel_info; |
| 974 | |
| 975 | /* Loop through the 5 EEPROM bands adding them in order to the |
| 976 | * channel map we maintain (that contains additional information than |
| 977 | * what just in the EEPROM) */ |
| 978 | for (band = 1; band <= 5; band++) { |
| 979 | |
| 980 | iwl_init_band_reference(priv, band, &eeprom_ch_count, |
| 981 | &eeprom_ch_info, &eeprom_ch_index); |
| 982 | |
| 983 | /* Loop through each band adding each of the channels */ |
| 984 | for (ch = 0; ch < eeprom_ch_count; ch++) { |
| 985 | ch_info->channel = eeprom_ch_index[ch]; |
| 986 | ch_info->band = (band == 1) ? IEEE80211_BAND_2GHZ : |
| 987 | IEEE80211_BAND_5GHZ; |
| 988 | |
| 989 | /* permanently store EEPROM's channel regulatory flags |
| 990 | * and max power in channel info database. */ |
| 991 | ch_info->eeprom = eeprom_ch_info[ch]; |
| 992 | |
| 993 | /* Copy the run-time flags so they are there even on |
| 994 | * invalid channels */ |
| 995 | ch_info->flags = eeprom_ch_info[ch].flags; |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 996 | /* First write that ht40 is not enabled, and then enable |
Emmanuel Grumbach | 963f551 | 2008-06-12 09:47:00 +0800 | [diff] [blame] | 997 | * one by one */ |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 998 | ch_info->ht40_extension_channel = |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 999 | IEEE80211_CHAN_NO_HT40; |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1000 | |
| 1001 | if (!(is_channel_valid(ch_info))) { |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 1002 | IWL_DEBUG_EEPROM(priv, |
| 1003 | "Ch. %d Flags %x [%sGHz] - " |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1004 | "No traffic\n", |
| 1005 | ch_info->channel, |
| 1006 | ch_info->flags, |
| 1007 | is_channel_a_band(ch_info) ? |
| 1008 | "5.2" : "2.4"); |
| 1009 | ch_info++; |
| 1010 | continue; |
| 1011 | } |
| 1012 | |
| 1013 | /* Initialize regulatory-based run-time data */ |
| 1014 | ch_info->max_power_avg = ch_info->curr_txpow = |
| 1015 | eeprom_ch_info[ch].max_power_avg; |
| 1016 | ch_info->scan_power = eeprom_ch_info[ch].max_power_avg; |
| 1017 | ch_info->min_power = 0; |
| 1018 | |
Wey-Yi Guy | d058ff8 | 2010-12-03 10:33:35 -0800 | [diff] [blame] | 1019 | IWL_DEBUG_EEPROM(priv, "Ch. %d [%sGHz] " |
| 1020 | "%s%s%s%s%s%s(0x%02x %ddBm):" |
Tomas Winkler | 630fe9b | 2008-06-12 09:47:08 +0800 | [diff] [blame] | 1021 | " Ad-Hoc %ssupported\n", |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1022 | ch_info->channel, |
| 1023 | is_channel_a_band(ch_info) ? |
| 1024 | "5.2" : "2.4", |
| 1025 | CHECK_AND_PRINT_I(VALID), |
| 1026 | CHECK_AND_PRINT_I(IBSS), |
| 1027 | CHECK_AND_PRINT_I(ACTIVE), |
| 1028 | CHECK_AND_PRINT_I(RADAR), |
| 1029 | CHECK_AND_PRINT_I(WIDE), |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1030 | CHECK_AND_PRINT_I(DFS), |
| 1031 | eeprom_ch_info[ch].flags, |
| 1032 | eeprom_ch_info[ch].max_power_avg, |
| 1033 | ((eeprom_ch_info[ch]. |
| 1034 | flags & EEPROM_CHANNEL_IBSS) |
| 1035 | && !(eeprom_ch_info[ch]. |
| 1036 | flags & EEPROM_CHANNEL_RADAR)) |
| 1037 | ? "" : "not "); |
| 1038 | |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1039 | ch_info++; |
| 1040 | } |
| 1041 | } |
| 1042 | |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 1043 | /* Check if we do have HT40 channels */ |
Johannes Berg | e967669 | 2012-04-10 14:10:28 -0700 | [diff] [blame] | 1044 | if (priv->lib->eeprom_ops.regulatory_bands[5] == |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 1045 | EEPROM_REGULATORY_BAND_NO_HT40 && |
Johannes Berg | e967669 | 2012-04-10 14:10:28 -0700 | [diff] [blame] | 1046 | priv->lib->eeprom_ops.regulatory_bands[6] == |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 1047 | EEPROM_REGULATORY_BAND_NO_HT40) |
Samuel Ortiz | e614891 | 2009-01-23 13:45:15 -0800 | [diff] [blame] | 1048 | return 0; |
| 1049 | |
Wey-Yi Guy | 7aafef1 | 2009-08-07 15:41:38 -0700 | [diff] [blame] | 1050 | /* Two additional EEPROM bands for 2.4 and 5 GHz HT40 channels */ |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1051 | for (band = 6; band <= 7; band++) { |
| 1052 | enum ieee80211_band ieeeband; |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1053 | |
| 1054 | iwl_init_band_reference(priv, band, &eeprom_ch_count, |
| 1055 | &eeprom_ch_info, &eeprom_ch_index); |
| 1056 | |
| 1057 | /* EEPROM band 6 is 2.4, band 7 is 5 GHz */ |
| 1058 | ieeeband = |
| 1059 | (band == 6) ? IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ; |
| 1060 | |
| 1061 | /* Loop through each band adding each of the channels */ |
| 1062 | for (ch = 0; ch < eeprom_ch_count; ch++) { |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1063 | /* Set up driver's info for lower half */ |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 1064 | iwl_mod_ht40_chan_info(priv, ieeeband, |
Tomas Winkler | da6833cb | 2008-05-15 13:54:15 +0800 | [diff] [blame] | 1065 | eeprom_ch_index[ch], |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 1066 | &eeprom_ch_info[ch], |
| 1067 | IEEE80211_CHAN_NO_HT40PLUS); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1068 | |
| 1069 | /* Set up driver's info for upper half */ |
Zhu Yi | 3b24716 | 2009-08-13 13:30:53 -0700 | [diff] [blame] | 1070 | iwl_mod_ht40_chan_info(priv, ieeeband, |
| 1071 | eeprom_ch_index[ch] + 4, |
| 1072 | &eeprom_ch_info[ch], |
| 1073 | IEEE80211_CHAN_NO_HT40MINUS); |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1074 | } |
| 1075 | } |
| 1076 | |
Wey-Yi Guy | ab9fd1b | 2009-08-21 13:34:23 -0700 | [diff] [blame] | 1077 | /* for newer device (6000 series and up) |
| 1078 | * EEPROM contain enhanced tx power information |
| 1079 | * driver need to process addition information |
| 1080 | * to determine the max channel tx power limits |
| 1081 | */ |
Johannes Berg | e967669 | 2012-04-10 14:10:28 -0700 | [diff] [blame] | 1082 | if (priv->lib->eeprom_ops.enhanced_txpower) |
Johannes Berg | 51dc51d | 2012-03-07 09:52:20 -0800 | [diff] [blame] | 1083 | iwl_eeprom_enhanced_txpower(priv); |
Wey-Yi Guy | ab9fd1b | 2009-08-21 13:34:23 -0700 | [diff] [blame] | 1084 | |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1085 | return 0; |
| 1086 | } |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1087 | |
| 1088 | /* |
Tomas Winkler | da6833cb | 2008-05-15 13:54:15 +0800 | [diff] [blame] | 1089 | * iwl_free_channel_map - undo allocations in iwl_init_channel_map |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1090 | */ |
| 1091 | void iwl_free_channel_map(struct iwl_priv *priv) |
| 1092 | { |
| 1093 | kfree(priv->channel_info); |
| 1094 | priv->channel_count = 0; |
| 1095 | } |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1096 | |
| 1097 | /** |
| 1098 | * iwl_get_channel_info - Find driver's private channel info |
| 1099 | * |
| 1100 | * Based on band and channel number. |
| 1101 | */ |
Tomas Winkler | 82a66bb | 2008-05-29 16:35:28 +0800 | [diff] [blame] | 1102 | const struct iwl_channel_info *iwl_get_channel_info(const struct iwl_priv *priv, |
| 1103 | enum ieee80211_band band, u16 channel) |
Assaf Krauss | bf85ea4 | 2008-03-14 10:38:49 -0700 | [diff] [blame] | 1104 | { |
| 1105 | int i; |
| 1106 | |
| 1107 | switch (band) { |
| 1108 | case IEEE80211_BAND_5GHZ: |
| 1109 | for (i = 14; i < priv->channel_count; i++) { |
| 1110 | if (priv->channel_info[i].channel == channel) |
| 1111 | return &priv->channel_info[i]; |
| 1112 | } |
| 1113 | break; |
| 1114 | case IEEE80211_BAND_2GHZ: |
| 1115 | if (channel >= 1 && channel <= 14) |
| 1116 | return &priv->channel_info[channel - 1]; |
| 1117 | break; |
| 1118 | default: |
| 1119 | BUG(); |
| 1120 | } |
| 1121 | |
| 1122 | return NULL; |
| 1123 | } |
Wey-Yi Guy | 86cb3b4 | 2011-06-14 15:23:39 -0700 | [diff] [blame] | 1124 | |
| 1125 | void iwl_rf_config(struct iwl_priv *priv) |
| 1126 | { |
| 1127 | u16 radio_cfg; |
| 1128 | |
Johannes Berg | 11483b5 | 2012-04-09 17:46:58 -0700 | [diff] [blame] | 1129 | radio_cfg = iwl_eeprom_query16(priv, EEPROM_RADIO_CONFIG); |
Wey-Yi Guy | 86cb3b4 | 2011-06-14 15:23:39 -0700 | [diff] [blame] | 1130 | |
| 1131 | /* write radio config values to register */ |
| 1132 | if (EEPROM_RF_CFG_TYPE_MSK(radio_cfg) <= EEPROM_RF_CONFIG_TYPE_MAX) { |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 1133 | iwl_set_bit(priv->trans, CSR_HW_IF_CONFIG_REG, |
Wey-Yi Guy | 86cb3b4 | 2011-06-14 15:23:39 -0700 | [diff] [blame] | 1134 | EEPROM_RF_CFG_TYPE_MSK(radio_cfg) | |
| 1135 | EEPROM_RF_CFG_STEP_MSK(radio_cfg) | |
| 1136 | EEPROM_RF_CFG_DASH_MSK(radio_cfg)); |
| 1137 | IWL_INFO(priv, "Radio type=0x%x-0x%x-0x%x\n", |
| 1138 | EEPROM_RF_CFG_TYPE_MSK(radio_cfg), |
| 1139 | EEPROM_RF_CFG_STEP_MSK(radio_cfg), |
| 1140 | EEPROM_RF_CFG_DASH_MSK(radio_cfg)); |
| 1141 | } else |
| 1142 | WARN_ON(1); |
| 1143 | |
| 1144 | /* set CSR_HW_CONFIG_REG for uCode use */ |
Emmanuel Grumbach | 68e8dfd | 2012-04-18 07:28:17 -0700 | [diff] [blame] | 1145 | iwl_set_bit(priv->trans, CSR_HW_IF_CONFIG_REG, |
Wey-Yi Guy | 86cb3b4 | 2011-06-14 15:23:39 -0700 | [diff] [blame] | 1146 | CSR_HW_IF_CONFIG_REG_BIT_RADIO_SI | |
| 1147 | CSR_HW_IF_CONFIG_REG_BIT_MAC_SI); |
| 1148 | } |