Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
| 3 | * This file is provided under a dual BSD/GPLv2 license. When using or |
| 4 | * redistributing this file, you may do so under either license. |
| 5 | * |
| 6 | * GPL LICENSE SUMMARY |
| 7 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 8 | * Copyright(c) 2007 - 2014 Intel Corporation. All rights reserved. |
Johannes Berg | 8b4139d | 2014-07-24 14:05:26 +0200 | [diff] [blame] | 9 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 10 | * |
| 11 | * This program is free software; you can redistribute it and/or modify |
| 12 | * it under the terms of version 2 of the GNU General Public License as |
| 13 | * published by the Free Software Foundation. |
| 14 | * |
| 15 | * This program is distributed in the hope that it will be useful, but |
| 16 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 18 | * General Public License for more details. |
| 19 | * |
| 20 | * You should have received a copy of the GNU General Public License |
| 21 | * along with this program; if not, write to the Free Software |
| 22 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
| 23 | * USA |
| 24 | * |
| 25 | * The full GNU General Public License is included in this distribution |
Emmanuel Grumbach | 410dc5a | 2013-02-18 09:22:28 +0200 | [diff] [blame] | 26 | * in the file called COPYING. |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 27 | * |
| 28 | * Contact Information: |
| 29 | * Intel Linux Wireless <ilw@linux.intel.com> |
| 30 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 31 | * |
| 32 | * BSD LICENSE |
| 33 | * |
Emmanuel Grumbach | 51368bf | 2013-12-30 13:15:54 +0200 | [diff] [blame] | 34 | * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved. |
Johannes Berg | 8b4139d | 2014-07-24 14:05:26 +0200 | [diff] [blame] | 35 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 36 | * All rights reserved. |
| 37 | * |
| 38 | * Redistribution and use in source and binary forms, with or without |
| 39 | * modification, are permitted provided that the following conditions |
| 40 | * are met: |
| 41 | * |
| 42 | * * Redistributions of source code must retain the above copyright |
| 43 | * notice, this list of conditions and the following disclaimer. |
| 44 | * * Redistributions in binary form must reproduce the above copyright |
| 45 | * notice, this list of conditions and the following disclaimer in |
| 46 | * the documentation and/or other materials provided with the |
| 47 | * distribution. |
| 48 | * * Neither the name Intel Corporation nor the names of its |
| 49 | * contributors may be used to endorse or promote products derived |
| 50 | * from this software without specific prior written permission. |
| 51 | * |
| 52 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 53 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 54 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 55 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 56 | * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 57 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 58 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 59 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 60 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 61 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 62 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 63 | * |
| 64 | *****************************************************************************/ |
| 65 | #include <linux/completion.h> |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 66 | #include <linux/dma-mapping.h> |
| 67 | #include <linux/firmware.h> |
| 68 | #include <linux/module.h> |
Johannes Berg | 83f84d7 | 2012-09-10 11:50:18 +0200 | [diff] [blame] | 69 | #include <linux/vmalloc.h> |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 70 | |
| 71 | #include "iwl-drv.h" |
Liad Kaufman | 2bf6508 | 2014-09-18 17:22:58 +0300 | [diff] [blame^] | 72 | #include "iwl-csr.h" |
Emmanuel Grumbach | c15797e | 2012-04-19 10:29:58 +0300 | [diff] [blame] | 73 | #include "iwl-debug.h" |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 74 | #include "iwl-trans.h" |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 75 | #include "iwl-op-mode.h" |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 76 | #include "iwl-agn-hw.h" |
Johannes Berg | 6238b00 | 2012-04-02 15:04:33 +0200 | [diff] [blame] | 77 | #include "iwl-fw.h" |
| 78 | #include "iwl-config.h" |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 79 | #include "iwl-modparams.h" |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 80 | |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 81 | /* private includes */ |
Johannes Berg | 3995dea | 2012-03-06 13:30:44 -0800 | [diff] [blame] | 82 | #include "iwl-fw-file.h" |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 83 | |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 84 | /****************************************************************************** |
| 85 | * |
| 86 | * module boiler plate |
| 87 | * |
| 88 | ******************************************************************************/ |
| 89 | |
| 90 | /* |
| 91 | * module name, copyright, version, etc. |
| 92 | */ |
| 93 | #define DRV_DESCRIPTION "Intel(R) Wireless WiFi driver for Linux" |
| 94 | |
| 95 | #ifdef CONFIG_IWLWIFI_DEBUG |
| 96 | #define VD "d" |
| 97 | #else |
| 98 | #define VD |
| 99 | #endif |
| 100 | |
| 101 | #define DRV_VERSION IWLWIFI_VERSION VD |
| 102 | |
| 103 | MODULE_DESCRIPTION(DRV_DESCRIPTION); |
| 104 | MODULE_VERSION(DRV_VERSION); |
| 105 | MODULE_AUTHOR(DRV_COPYRIGHT " " DRV_AUTHOR); |
| 106 | MODULE_LICENSE("GPL"); |
| 107 | |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 108 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 109 | static struct dentry *iwl_dbgfs_root; |
| 110 | #endif |
| 111 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 112 | /** |
| 113 | * struct iwl_drv - drv common data |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 114 | * @list: list of drv structures using this opmode |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 115 | * @fw: the iwl_fw structure |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 116 | * @op_mode: the running op_mode |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 117 | * @trans: transport layer |
Emmanuel Grumbach | 4b9844f | 2012-03-22 23:59:52 +0200 | [diff] [blame] | 118 | * @dev: for debug prints only |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 119 | * @cfg: configuration struct |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 120 | * @fw_index: firmware revision to try loading |
| 121 | * @firmware_name: composite filename of ucode file to load |
| 122 | * @request_firmware_complete: the firmware has been obtained from user space |
| 123 | */ |
| 124 | struct iwl_drv { |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 125 | struct list_head list; |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 126 | struct iwl_fw fw; |
| 127 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 128 | struct iwl_op_mode *op_mode; |
Emmanuel Grumbach | 9130bab | 2012-03-26 08:51:09 -0700 | [diff] [blame] | 129 | struct iwl_trans *trans; |
Emmanuel Grumbach | 4b9844f | 2012-03-22 23:59:52 +0200 | [diff] [blame] | 130 | struct device *dev; |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 131 | const struct iwl_cfg *cfg; |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 132 | |
| 133 | int fw_index; /* firmware we're trying to load */ |
Liad Kaufman | 84b0312 | 2014-01-27 16:34:23 +0200 | [diff] [blame] | 134 | char firmware_name[32]; /* name of firmware file to load */ |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 135 | |
| 136 | struct completion request_firmware_complete; |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 137 | |
| 138 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 139 | struct dentry *dbgfs_drv; |
| 140 | struct dentry *dbgfs_trans; |
| 141 | struct dentry *dbgfs_op_mode; |
| 142 | #endif |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 143 | }; |
| 144 | |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 145 | enum { |
| 146 | DVM_OP_MODE = 0, |
| 147 | MVM_OP_MODE = 1, |
| 148 | }; |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 149 | |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 150 | /* Protects the table contents, i.e. the ops pointer & drv list */ |
| 151 | static struct mutex iwlwifi_opmode_table_mtx; |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 152 | static struct iwlwifi_opmode_table { |
| 153 | const char *name; /* name: iwldvm, iwlmvm, etc */ |
| 154 | const struct iwl_op_mode_ops *ops; /* pointer to op_mode ops */ |
| 155 | struct list_head drv; /* list of devices using this op_mode */ |
| 156 | } iwlwifi_opmode_table[] = { /* ops set when driver is initialized */ |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 157 | [DVM_OP_MODE] = { .name = "iwldvm", .ops = NULL }, |
| 158 | [MVM_OP_MODE] = { .name = "iwlmvm", .ops = NULL }, |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 159 | }; |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 160 | |
David Spinadel | 762533b | 2014-06-05 11:20:43 +0300 | [diff] [blame] | 161 | #define IWL_DEFAULT_SCAN_CHANNELS 40 |
| 162 | |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 163 | /* |
| 164 | * struct fw_sec: Just for the image parsing proccess. |
| 165 | * For the fw storage we are using struct fw_desc. |
| 166 | */ |
| 167 | struct fw_sec { |
| 168 | const void *data; /* the sec data */ |
| 169 | size_t size; /* section size */ |
| 170 | u32 offset; /* offset of writing in the device */ |
| 171 | }; |
| 172 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 173 | static void iwl_free_fw_desc(struct iwl_drv *drv, struct fw_desc *desc) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 174 | { |
Johannes Berg | 83f84d7 | 2012-09-10 11:50:18 +0200 | [diff] [blame] | 175 | vfree(desc->data); |
| 176 | desc->data = NULL; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 177 | desc->len = 0; |
| 178 | } |
| 179 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 180 | static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 181 | { |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 182 | int i; |
| 183 | for (i = 0; i < IWL_UCODE_SECTION_MAX; i++) |
| 184 | iwl_free_fw_desc(drv, &img->sec[i]); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 185 | } |
| 186 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 187 | static void iwl_dealloc_ucode(struct iwl_drv *drv) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 188 | { |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 189 | int i; |
| 190 | for (i = 0; i < IWL_UCODE_TYPE_MAX; i++) |
| 191 | iwl_free_fw_img(drv, drv->fw.img + i); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 192 | } |
| 193 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 194 | static int iwl_alloc_fw_desc(struct iwl_drv *drv, struct fw_desc *desc, |
Johannes Berg | 83f84d7 | 2012-09-10 11:50:18 +0200 | [diff] [blame] | 195 | struct fw_sec *sec) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 196 | { |
Johannes Berg | 83f84d7 | 2012-09-10 11:50:18 +0200 | [diff] [blame] | 197 | void *data; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 198 | |
Johannes Berg | 83f84d7 | 2012-09-10 11:50:18 +0200 | [diff] [blame] | 199 | desc->data = NULL; |
| 200 | |
| 201 | if (!sec || !sec->size) |
| 202 | return -EINVAL; |
| 203 | |
| 204 | data = vmalloc(sec->size); |
| 205 | if (!data) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 206 | return -ENOMEM; |
| 207 | |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 208 | desc->len = sec->size; |
| 209 | desc->offset = sec->offset; |
Johannes Berg | 83f84d7 | 2012-09-10 11:50:18 +0200 | [diff] [blame] | 210 | memcpy(data, sec->data, desc->len); |
| 211 | desc->data = data; |
| 212 | |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 213 | return 0; |
| 214 | } |
| 215 | |
Emmanuel Grumbach | 1c8e11e | 2012-07-16 12:31:28 +0300 | [diff] [blame] | 216 | static void iwl_req_fw_callback(const struct firmware *ucode_raw, |
| 217 | void *context); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 218 | |
| 219 | #define UCODE_EXPERIMENTAL_INDEX 100 |
| 220 | #define UCODE_EXPERIMENTAL_TAG "exp" |
| 221 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 222 | static int iwl_request_firmware(struct iwl_drv *drv, bool first) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 223 | { |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 224 | const char *name_pre = drv->cfg->fw_name_pre; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 225 | char tag[8]; |
| 226 | |
| 227 | if (first) { |
| 228 | #ifdef CONFIG_IWLWIFI_DEBUG_EXPERIMENTAL_UCODE |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 229 | drv->fw_index = UCODE_EXPERIMENTAL_INDEX; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 230 | strcpy(tag, UCODE_EXPERIMENTAL_TAG); |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 231 | } else if (drv->fw_index == UCODE_EXPERIMENTAL_INDEX) { |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 232 | #endif |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 233 | drv->fw_index = drv->cfg->ucode_api_max; |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 234 | sprintf(tag, "%d", drv->fw_index); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 235 | } else { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 236 | drv->fw_index--; |
| 237 | sprintf(tag, "%d", drv->fw_index); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 238 | } |
| 239 | |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 240 | if (drv->fw_index < drv->cfg->ucode_api_min) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 241 | IWL_ERR(drv, "no suitable firmware found!\n"); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 242 | return -ENOENT; |
| 243 | } |
| 244 | |
Liad Kaufman | 84b0312 | 2014-01-27 16:34:23 +0200 | [diff] [blame] | 245 | snprintf(drv->firmware_name, sizeof(drv->firmware_name), "%s%s.ucode", |
| 246 | name_pre, tag); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 247 | |
Liad Kaufman | 2bf6508 | 2014-09-18 17:22:58 +0300 | [diff] [blame^] | 248 | /* |
| 249 | * Starting 8000B - FW name format has changed. This overwrites the |
| 250 | * previous name and uses the new format. |
| 251 | */ |
| 252 | if (drv->trans->cfg->device_family == IWL_DEVICE_FAMILY_8000) { |
| 253 | char rev_step[2] = { |
| 254 | 'A' + CSR_HW_REV_STEP(drv->trans->hw_rev), 0 |
| 255 | }; |
| 256 | |
| 257 | /* A-step doesn't have an indication */ |
| 258 | if (CSR_HW_REV_STEP(drv->trans->hw_rev) == SILICON_A_STEP) |
| 259 | rev_step[0] = 0; |
| 260 | |
| 261 | snprintf(drv->firmware_name, sizeof(drv->firmware_name), |
| 262 | "%s%s-%s.ucode", name_pre, rev_step, tag); |
| 263 | } |
| 264 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 265 | IWL_DEBUG_INFO(drv, "attempting to load firmware %s'%s'\n", |
| 266 | (drv->fw_index == UCODE_EXPERIMENTAL_INDEX) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 267 | ? "EXPERIMENTAL " : "", |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 268 | drv->firmware_name); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 269 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 270 | return request_firmware_nowait(THIS_MODULE, 1, drv->firmware_name, |
Emmanuel Grumbach | 93faaee | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 271 | drv->trans->dev, |
Emmanuel Grumbach | 1c8e11e | 2012-07-16 12:31:28 +0300 | [diff] [blame] | 272 | GFP_KERNEL, drv, iwl_req_fw_callback); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 273 | } |
| 274 | |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 275 | struct fw_img_parsing { |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 276 | struct fw_sec sec[IWL_UCODE_SECTION_MAX]; |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 277 | int sec_counter; |
| 278 | }; |
| 279 | |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 280 | /* |
| 281 | * struct fw_sec_parsing: to extract fw section and it's offset from tlv |
| 282 | */ |
| 283 | struct fw_sec_parsing { |
| 284 | __le32 offset; |
| 285 | const u8 data[]; |
| 286 | } __packed; |
| 287 | |
| 288 | /** |
| 289 | * struct iwl_tlv_calib_data - parse the default calib data from TLV |
| 290 | * |
| 291 | * @ucode_type: the uCode to which the following default calib relates. |
| 292 | * @calib: default calibrations. |
| 293 | */ |
| 294 | struct iwl_tlv_calib_data { |
| 295 | __le32 ucode_type; |
Johannes Berg | aa2b177 | 2013-01-24 14:12:07 +0100 | [diff] [blame] | 296 | struct iwl_tlv_calib_ctrl calib; |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 297 | } __packed; |
| 298 | |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 299 | struct iwl_firmware_pieces { |
| 300 | struct fw_img_parsing img[IWL_UCODE_TYPE_MAX]; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 301 | |
| 302 | u32 init_evtlog_ptr, init_evtlog_size, init_errlog_ptr; |
| 303 | u32 inst_evtlog_ptr, inst_evtlog_size, inst_errlog_ptr; |
| 304 | }; |
| 305 | |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 306 | /* |
| 307 | * These functions are just to extract uCode section data from the pieces |
| 308 | * structure. |
| 309 | */ |
| 310 | static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, |
| 311 | enum iwl_ucode_type type, |
| 312 | int sec) |
| 313 | { |
| 314 | return &pieces->img[type].sec[sec]; |
| 315 | } |
| 316 | |
| 317 | static void set_sec_data(struct iwl_firmware_pieces *pieces, |
| 318 | enum iwl_ucode_type type, |
| 319 | int sec, |
| 320 | const void *data) |
| 321 | { |
| 322 | pieces->img[type].sec[sec].data = data; |
| 323 | } |
| 324 | |
| 325 | static void set_sec_size(struct iwl_firmware_pieces *pieces, |
| 326 | enum iwl_ucode_type type, |
| 327 | int sec, |
| 328 | size_t size) |
| 329 | { |
| 330 | pieces->img[type].sec[sec].size = size; |
| 331 | } |
| 332 | |
| 333 | static size_t get_sec_size(struct iwl_firmware_pieces *pieces, |
| 334 | enum iwl_ucode_type type, |
| 335 | int sec) |
| 336 | { |
| 337 | return pieces->img[type].sec[sec].size; |
| 338 | } |
| 339 | |
| 340 | static void set_sec_offset(struct iwl_firmware_pieces *pieces, |
| 341 | enum iwl_ucode_type type, |
| 342 | int sec, |
| 343 | u32 offset) |
| 344 | { |
| 345 | pieces->img[type].sec[sec].offset = offset; |
| 346 | } |
| 347 | |
Max Stepanov | e36e543 | 2013-08-27 19:56:13 +0300 | [diff] [blame] | 348 | static int iwl_store_cscheme(struct iwl_fw *fw, const u8 *data, const u32 len) |
| 349 | { |
| 350 | int i, j; |
| 351 | struct iwl_fw_cscheme_list *l = (struct iwl_fw_cscheme_list *)data; |
| 352 | struct iwl_fw_cipher_scheme *fwcs; |
| 353 | struct ieee80211_cipher_scheme *cs; |
| 354 | u32 cipher; |
| 355 | |
| 356 | if (len < sizeof(*l) || |
| 357 | len < sizeof(l->size) + l->size * sizeof(l->cs[0])) |
| 358 | return -EINVAL; |
| 359 | |
| 360 | for (i = 0, j = 0; i < IWL_UCODE_MAX_CS && i < l->size; i++) { |
| 361 | fwcs = &l->cs[j]; |
| 362 | cipher = le32_to_cpu(fwcs->cipher); |
| 363 | |
| 364 | /* we skip schemes with zero cipher suite selector */ |
| 365 | if (!cipher) |
| 366 | continue; |
| 367 | |
| 368 | cs = &fw->cs[j++]; |
| 369 | cs->cipher = cipher; |
| 370 | cs->iftype = BIT(NL80211_IFTYPE_STATION); |
| 371 | cs->hdr_len = fwcs->hdr_len; |
| 372 | cs->pn_len = fwcs->pn_len; |
| 373 | cs->pn_off = fwcs->pn_off; |
| 374 | cs->key_idx_off = fwcs->key_idx_off; |
| 375 | cs->key_idx_mask = fwcs->key_idx_mask; |
| 376 | cs->key_idx_shift = fwcs->key_idx_shift; |
| 377 | cs->mic_len = fwcs->mic_len; |
| 378 | } |
| 379 | |
| 380 | return 0; |
| 381 | } |
| 382 | |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 383 | /* |
| 384 | * Gets uCode section from tlv. |
| 385 | */ |
| 386 | static int iwl_store_ucode_sec(struct iwl_firmware_pieces *pieces, |
| 387 | const void *data, enum iwl_ucode_type type, |
| 388 | int size) |
| 389 | { |
| 390 | struct fw_img_parsing *img; |
| 391 | struct fw_sec *sec; |
| 392 | struct fw_sec_parsing *sec_parse; |
| 393 | |
| 394 | if (WARN_ON(!pieces || !data || type >= IWL_UCODE_TYPE_MAX)) |
| 395 | return -1; |
| 396 | |
| 397 | sec_parse = (struct fw_sec_parsing *)data; |
| 398 | |
| 399 | img = &pieces->img[type]; |
| 400 | sec = &img->sec[img->sec_counter]; |
| 401 | |
| 402 | sec->offset = le32_to_cpu(sec_parse->offset); |
| 403 | sec->data = sec_parse->data; |
David Spinadel | 1176f43 | 2012-03-13 14:32:48 +0200 | [diff] [blame] | 404 | sec->size = size - sizeof(sec_parse->offset); |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 405 | |
| 406 | ++img->sec_counter; |
| 407 | |
| 408 | return 0; |
| 409 | } |
| 410 | |
| 411 | static int iwl_set_default_calib(struct iwl_drv *drv, const u8 *data) |
| 412 | { |
| 413 | struct iwl_tlv_calib_data *def_calib = |
| 414 | (struct iwl_tlv_calib_data *)data; |
| 415 | u32 ucode_type = le32_to_cpu(def_calib->ucode_type); |
| 416 | if (ucode_type >= IWL_UCODE_TYPE_MAX) { |
| 417 | IWL_ERR(drv, "Wrong ucode_type %u for default calibration.\n", |
| 418 | ucode_type); |
| 419 | return -EINVAL; |
| 420 | } |
Johannes Berg | aa2b177 | 2013-01-24 14:12:07 +0100 | [diff] [blame] | 421 | drv->fw.default_calib[ucode_type].flow_trigger = |
| 422 | def_calib->calib.flow_trigger; |
| 423 | drv->fw.default_calib[ucode_type].event_trigger = |
| 424 | def_calib->calib.event_trigger; |
| 425 | |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 426 | return 0; |
| 427 | } |
| 428 | |
Eran Harary | a2978b1 | 2014-02-20 11:00:01 +0200 | [diff] [blame] | 429 | static int iwl_set_ucode_api_flags(struct iwl_drv *drv, const u8 *data, |
| 430 | struct iwl_ucode_capabilities *capa) |
| 431 | { |
| 432 | const struct iwl_ucode_api *ucode_api = (void *)data; |
| 433 | u32 api_index = le32_to_cpu(ucode_api->api_index); |
| 434 | |
| 435 | if (api_index >= IWL_API_ARRAY_SIZE) { |
| 436 | IWL_ERR(drv, "api_index larger than supported by driver\n"); |
| 437 | return -EINVAL; |
| 438 | } |
| 439 | |
| 440 | capa->api[api_index] = le32_to_cpu(ucode_api->api_flags); |
| 441 | |
| 442 | return 0; |
| 443 | } |
| 444 | |
| 445 | static int iwl_set_ucode_capabilities(struct iwl_drv *drv, const u8 *data, |
| 446 | struct iwl_ucode_capabilities *capa) |
| 447 | { |
| 448 | const struct iwl_ucode_capa *ucode_capa = (void *)data; |
| 449 | u32 api_index = le32_to_cpu(ucode_capa->api_index); |
| 450 | |
| 451 | if (api_index >= IWL_CAPABILITIES_ARRAY_SIZE) { |
| 452 | IWL_ERR(drv, "api_index larger than supported by driver\n"); |
| 453 | return -EINVAL; |
| 454 | } |
| 455 | |
| 456 | capa->capa[api_index] = le32_to_cpu(ucode_capa->api_capa); |
| 457 | |
| 458 | return 0; |
| 459 | } |
| 460 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 461 | static int iwl_parse_v1_v2_firmware(struct iwl_drv *drv, |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 462 | const struct firmware *ucode_raw, |
| 463 | struct iwl_firmware_pieces *pieces) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 464 | { |
| 465 | struct iwl_ucode_header *ucode = (void *)ucode_raw->data; |
| 466 | u32 api_ver, hdr_size, build; |
| 467 | char buildstr[25]; |
| 468 | const u8 *src; |
| 469 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 470 | drv->fw.ucode_ver = le32_to_cpu(ucode->ver); |
| 471 | api_ver = IWL_UCODE_API(drv->fw.ucode_ver); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 472 | |
| 473 | switch (api_ver) { |
| 474 | default: |
| 475 | hdr_size = 28; |
| 476 | if (ucode_raw->size < hdr_size) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 477 | IWL_ERR(drv, "File size too small!\n"); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 478 | return -EINVAL; |
| 479 | } |
| 480 | build = le32_to_cpu(ucode->u.v2.build); |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 481 | set_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_INST, |
| 482 | le32_to_cpu(ucode->u.v2.inst_size)); |
| 483 | set_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_DATA, |
| 484 | le32_to_cpu(ucode->u.v2.data_size)); |
| 485 | set_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST, |
| 486 | le32_to_cpu(ucode->u.v2.init_size)); |
| 487 | set_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA, |
| 488 | le32_to_cpu(ucode->u.v2.init_data_size)); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 489 | src = ucode->u.v2.data; |
| 490 | break; |
| 491 | case 0: |
| 492 | case 1: |
| 493 | case 2: |
| 494 | hdr_size = 24; |
| 495 | if (ucode_raw->size < hdr_size) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 496 | IWL_ERR(drv, "File size too small!\n"); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 497 | return -EINVAL; |
| 498 | } |
| 499 | build = 0; |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 500 | set_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_INST, |
| 501 | le32_to_cpu(ucode->u.v1.inst_size)); |
| 502 | set_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_DATA, |
| 503 | le32_to_cpu(ucode->u.v1.data_size)); |
| 504 | set_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST, |
| 505 | le32_to_cpu(ucode->u.v1.init_size)); |
| 506 | set_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA, |
| 507 | le32_to_cpu(ucode->u.v1.init_data_size)); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 508 | src = ucode->u.v1.data; |
| 509 | break; |
| 510 | } |
| 511 | |
| 512 | if (build) |
| 513 | sprintf(buildstr, " build %u%s", build, |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 514 | (drv->fw_index == UCODE_EXPERIMENTAL_INDEX) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 515 | ? " (EXP)" : ""); |
| 516 | else |
| 517 | buildstr[0] = '\0'; |
| 518 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 519 | snprintf(drv->fw.fw_version, |
| 520 | sizeof(drv->fw.fw_version), |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 521 | "%u.%u.%u.%u%s", |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 522 | IWL_UCODE_MAJOR(drv->fw.ucode_ver), |
| 523 | IWL_UCODE_MINOR(drv->fw.ucode_ver), |
| 524 | IWL_UCODE_API(drv->fw.ucode_ver), |
| 525 | IWL_UCODE_SERIAL(drv->fw.ucode_ver), |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 526 | buildstr); |
| 527 | |
| 528 | /* Verify size of file vs. image size info in file's header */ |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 529 | |
| 530 | if (ucode_raw->size != hdr_size + |
| 531 | get_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_INST) + |
| 532 | get_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_DATA) + |
| 533 | get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST) + |
| 534 | get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA)) { |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 535 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 536 | IWL_ERR(drv, |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 537 | "uCode file size %d does not match expected size\n", |
| 538 | (int)ucode_raw->size); |
| 539 | return -EINVAL; |
| 540 | } |
| 541 | |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 542 | |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 543 | set_sec_data(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_INST, src); |
| 544 | src += get_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_INST); |
| 545 | set_sec_offset(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_INST, |
| 546 | IWLAGN_RTC_INST_LOWER_BOUND); |
| 547 | set_sec_data(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_DATA, src); |
| 548 | src += get_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_DATA); |
| 549 | set_sec_offset(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_DATA, |
| 550 | IWLAGN_RTC_DATA_LOWER_BOUND); |
| 551 | set_sec_data(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST, src); |
| 552 | src += get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST); |
| 553 | set_sec_offset(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST, |
| 554 | IWLAGN_RTC_INST_LOWER_BOUND); |
| 555 | set_sec_data(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA, src); |
| 556 | src += get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA); |
| 557 | set_sec_offset(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA, |
| 558 | IWLAGN_RTC_DATA_LOWER_BOUND); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 559 | return 0; |
| 560 | } |
| 561 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 562 | static int iwl_parse_tlv_firmware(struct iwl_drv *drv, |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 563 | const struct firmware *ucode_raw, |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 564 | struct iwl_firmware_pieces *pieces, |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 565 | struct iwl_ucode_capabilities *capa) |
| 566 | { |
| 567 | struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data; |
| 568 | struct iwl_ucode_tlv *tlv; |
| 569 | size_t len = ucode_raw->size; |
| 570 | const u8 *data; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 571 | u32 tlv_len; |
| 572 | enum iwl_ucode_tlv_type tlv_type; |
| 573 | const u8 *tlv_data; |
| 574 | char buildstr[25]; |
| 575 | u32 build; |
Eran Harary | e2d6f4e | 2013-10-02 13:53:40 +0300 | [diff] [blame] | 576 | int num_of_cpus; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 577 | |
| 578 | if (len < sizeof(*ucode)) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 579 | IWL_ERR(drv, "uCode has invalid length: %zd\n", len); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 580 | return -EINVAL; |
| 581 | } |
| 582 | |
| 583 | if (ucode->magic != cpu_to_le32(IWL_TLV_UCODE_MAGIC)) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 584 | IWL_ERR(drv, "invalid uCode magic: 0X%x\n", |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 585 | le32_to_cpu(ucode->magic)); |
| 586 | return -EINVAL; |
| 587 | } |
| 588 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 589 | drv->fw.ucode_ver = le32_to_cpu(ucode->ver); |
Emmanuel Grumbach | 06ddbf5 | 2014-06-02 08:34:53 +0300 | [diff] [blame] | 590 | memcpy(drv->fw.human_readable, ucode->human_readable, |
| 591 | sizeof(drv->fw.human_readable)); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 592 | build = le32_to_cpu(ucode->build); |
| 593 | |
| 594 | if (build) |
| 595 | sprintf(buildstr, " build %u%s", build, |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 596 | (drv->fw_index == UCODE_EXPERIMENTAL_INDEX) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 597 | ? " (EXP)" : ""); |
| 598 | else |
| 599 | buildstr[0] = '\0'; |
| 600 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 601 | snprintf(drv->fw.fw_version, |
| 602 | sizeof(drv->fw.fw_version), |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 603 | "%u.%u.%u.%u%s", |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 604 | IWL_UCODE_MAJOR(drv->fw.ucode_ver), |
| 605 | IWL_UCODE_MINOR(drv->fw.ucode_ver), |
| 606 | IWL_UCODE_API(drv->fw.ucode_ver), |
| 607 | IWL_UCODE_SERIAL(drv->fw.ucode_ver), |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 608 | buildstr); |
| 609 | |
| 610 | data = ucode->data; |
| 611 | |
| 612 | len -= sizeof(*ucode); |
| 613 | |
| 614 | while (len >= sizeof(*tlv)) { |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 615 | len -= sizeof(*tlv); |
| 616 | tlv = (void *)data; |
| 617 | |
| 618 | tlv_len = le32_to_cpu(tlv->length); |
Johannes Berg | 0479c19 | 2012-03-09 09:16:35 +0100 | [diff] [blame] | 619 | tlv_type = le32_to_cpu(tlv->type); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 620 | tlv_data = tlv->data; |
| 621 | |
| 622 | if (len < tlv_len) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 623 | IWL_ERR(drv, "invalid TLV len: %zd/%u\n", |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 624 | len, tlv_len); |
| 625 | return -EINVAL; |
| 626 | } |
| 627 | len -= ALIGN(tlv_len, 4); |
| 628 | data += sizeof(*tlv) + ALIGN(tlv_len, 4); |
| 629 | |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 630 | switch (tlv_type) { |
| 631 | case IWL_UCODE_TLV_INST: |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 632 | set_sec_data(pieces, IWL_UCODE_REGULAR, |
| 633 | IWL_UCODE_SECTION_INST, tlv_data); |
| 634 | set_sec_size(pieces, IWL_UCODE_REGULAR, |
| 635 | IWL_UCODE_SECTION_INST, tlv_len); |
| 636 | set_sec_offset(pieces, IWL_UCODE_REGULAR, |
| 637 | IWL_UCODE_SECTION_INST, |
| 638 | IWLAGN_RTC_INST_LOWER_BOUND); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 639 | break; |
| 640 | case IWL_UCODE_TLV_DATA: |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 641 | set_sec_data(pieces, IWL_UCODE_REGULAR, |
| 642 | IWL_UCODE_SECTION_DATA, tlv_data); |
| 643 | set_sec_size(pieces, IWL_UCODE_REGULAR, |
| 644 | IWL_UCODE_SECTION_DATA, tlv_len); |
| 645 | set_sec_offset(pieces, IWL_UCODE_REGULAR, |
| 646 | IWL_UCODE_SECTION_DATA, |
| 647 | IWLAGN_RTC_DATA_LOWER_BOUND); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 648 | break; |
| 649 | case IWL_UCODE_TLV_INIT: |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 650 | set_sec_data(pieces, IWL_UCODE_INIT, |
| 651 | IWL_UCODE_SECTION_INST, tlv_data); |
| 652 | set_sec_size(pieces, IWL_UCODE_INIT, |
| 653 | IWL_UCODE_SECTION_INST, tlv_len); |
| 654 | set_sec_offset(pieces, IWL_UCODE_INIT, |
| 655 | IWL_UCODE_SECTION_INST, |
| 656 | IWLAGN_RTC_INST_LOWER_BOUND); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 657 | break; |
| 658 | case IWL_UCODE_TLV_INIT_DATA: |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 659 | set_sec_data(pieces, IWL_UCODE_INIT, |
| 660 | IWL_UCODE_SECTION_DATA, tlv_data); |
| 661 | set_sec_size(pieces, IWL_UCODE_INIT, |
| 662 | IWL_UCODE_SECTION_DATA, tlv_len); |
| 663 | set_sec_offset(pieces, IWL_UCODE_INIT, |
| 664 | IWL_UCODE_SECTION_DATA, |
| 665 | IWLAGN_RTC_DATA_LOWER_BOUND); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 666 | break; |
| 667 | case IWL_UCODE_TLV_BOOT: |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 668 | IWL_ERR(drv, "Found unexpected BOOT ucode\n"); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 669 | break; |
| 670 | case IWL_UCODE_TLV_PROBE_MAX_LEN: |
| 671 | if (tlv_len != sizeof(u32)) |
| 672 | goto invalid_tlv_len; |
| 673 | capa->max_probe_length = |
| 674 | le32_to_cpup((__le32 *)tlv_data); |
| 675 | break; |
| 676 | case IWL_UCODE_TLV_PAN: |
| 677 | if (tlv_len) |
| 678 | goto invalid_tlv_len; |
| 679 | capa->flags |= IWL_UCODE_TLV_FLAGS_PAN; |
| 680 | break; |
| 681 | case IWL_UCODE_TLV_FLAGS: |
| 682 | /* must be at least one u32 */ |
| 683 | if (tlv_len < sizeof(u32)) |
| 684 | goto invalid_tlv_len; |
| 685 | /* and a proper number of u32s */ |
| 686 | if (tlv_len % sizeof(u32)) |
| 687 | goto invalid_tlv_len; |
| 688 | /* |
| 689 | * This driver only reads the first u32 as |
| 690 | * right now no more features are defined, |
| 691 | * if that changes then either the driver |
| 692 | * will not work with the new firmware, or |
| 693 | * it'll not take advantage of new features. |
| 694 | */ |
| 695 | capa->flags = le32_to_cpup((__le32 *)tlv_data); |
| 696 | break; |
Eran Harary | a2978b1 | 2014-02-20 11:00:01 +0200 | [diff] [blame] | 697 | case IWL_UCODE_TLV_API_CHANGES_SET: |
| 698 | if (tlv_len != sizeof(struct iwl_ucode_api)) |
| 699 | goto invalid_tlv_len; |
| 700 | if (iwl_set_ucode_api_flags(drv, tlv_data, capa)) |
| 701 | goto tlv_error; |
| 702 | break; |
| 703 | case IWL_UCODE_TLV_ENABLED_CAPABILITIES: |
| 704 | if (tlv_len != sizeof(struct iwl_ucode_capa)) |
| 705 | goto invalid_tlv_len; |
| 706 | if (iwl_set_ucode_capabilities(drv, tlv_data, capa)) |
| 707 | goto tlv_error; |
| 708 | break; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 709 | case IWL_UCODE_TLV_INIT_EVTLOG_PTR: |
| 710 | if (tlv_len != sizeof(u32)) |
| 711 | goto invalid_tlv_len; |
| 712 | pieces->init_evtlog_ptr = |
| 713 | le32_to_cpup((__le32 *)tlv_data); |
| 714 | break; |
| 715 | case IWL_UCODE_TLV_INIT_EVTLOG_SIZE: |
| 716 | if (tlv_len != sizeof(u32)) |
| 717 | goto invalid_tlv_len; |
| 718 | pieces->init_evtlog_size = |
| 719 | le32_to_cpup((__le32 *)tlv_data); |
| 720 | break; |
| 721 | case IWL_UCODE_TLV_INIT_ERRLOG_PTR: |
| 722 | if (tlv_len != sizeof(u32)) |
| 723 | goto invalid_tlv_len; |
| 724 | pieces->init_errlog_ptr = |
| 725 | le32_to_cpup((__le32 *)tlv_data); |
| 726 | break; |
| 727 | case IWL_UCODE_TLV_RUNT_EVTLOG_PTR: |
| 728 | if (tlv_len != sizeof(u32)) |
| 729 | goto invalid_tlv_len; |
| 730 | pieces->inst_evtlog_ptr = |
| 731 | le32_to_cpup((__le32 *)tlv_data); |
| 732 | break; |
| 733 | case IWL_UCODE_TLV_RUNT_EVTLOG_SIZE: |
| 734 | if (tlv_len != sizeof(u32)) |
| 735 | goto invalid_tlv_len; |
| 736 | pieces->inst_evtlog_size = |
| 737 | le32_to_cpup((__le32 *)tlv_data); |
| 738 | break; |
| 739 | case IWL_UCODE_TLV_RUNT_ERRLOG_PTR: |
| 740 | if (tlv_len != sizeof(u32)) |
| 741 | goto invalid_tlv_len; |
| 742 | pieces->inst_errlog_ptr = |
| 743 | le32_to_cpup((__le32 *)tlv_data); |
| 744 | break; |
| 745 | case IWL_UCODE_TLV_ENHANCE_SENS_TBL: |
| 746 | if (tlv_len) |
| 747 | goto invalid_tlv_len; |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 748 | drv->fw.enhance_sensitivity_table = true; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 749 | break; |
| 750 | case IWL_UCODE_TLV_WOWLAN_INST: |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 751 | set_sec_data(pieces, IWL_UCODE_WOWLAN, |
| 752 | IWL_UCODE_SECTION_INST, tlv_data); |
| 753 | set_sec_size(pieces, IWL_UCODE_WOWLAN, |
| 754 | IWL_UCODE_SECTION_INST, tlv_len); |
| 755 | set_sec_offset(pieces, IWL_UCODE_WOWLAN, |
| 756 | IWL_UCODE_SECTION_INST, |
| 757 | IWLAGN_RTC_INST_LOWER_BOUND); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 758 | break; |
| 759 | case IWL_UCODE_TLV_WOWLAN_DATA: |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 760 | set_sec_data(pieces, IWL_UCODE_WOWLAN, |
| 761 | IWL_UCODE_SECTION_DATA, tlv_data); |
| 762 | set_sec_size(pieces, IWL_UCODE_WOWLAN, |
| 763 | IWL_UCODE_SECTION_DATA, tlv_len); |
| 764 | set_sec_offset(pieces, IWL_UCODE_WOWLAN, |
| 765 | IWL_UCODE_SECTION_DATA, |
| 766 | IWLAGN_RTC_DATA_LOWER_BOUND); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 767 | break; |
| 768 | case IWL_UCODE_TLV_PHY_CALIBRATION_SIZE: |
| 769 | if (tlv_len != sizeof(u32)) |
| 770 | goto invalid_tlv_len; |
| 771 | capa->standard_phy_calibration_size = |
| 772 | le32_to_cpup((__le32 *)tlv_data); |
| 773 | break; |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 774 | case IWL_UCODE_TLV_SEC_RT: |
| 775 | iwl_store_ucode_sec(pieces, tlv_data, IWL_UCODE_REGULAR, |
| 776 | tlv_len); |
David Spinadel | 4db2c9a | 2012-03-10 13:00:15 -0800 | [diff] [blame] | 777 | drv->fw.mvm_fw = true; |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 778 | break; |
| 779 | case IWL_UCODE_TLV_SEC_INIT: |
| 780 | iwl_store_ucode_sec(pieces, tlv_data, IWL_UCODE_INIT, |
| 781 | tlv_len); |
David Spinadel | 4db2c9a | 2012-03-10 13:00:15 -0800 | [diff] [blame] | 782 | drv->fw.mvm_fw = true; |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 783 | break; |
| 784 | case IWL_UCODE_TLV_SEC_WOWLAN: |
| 785 | iwl_store_ucode_sec(pieces, tlv_data, IWL_UCODE_WOWLAN, |
| 786 | tlv_len); |
David Spinadel | 4db2c9a | 2012-03-10 13:00:15 -0800 | [diff] [blame] | 787 | drv->fw.mvm_fw = true; |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 788 | break; |
| 789 | case IWL_UCODE_TLV_DEF_CALIB: |
| 790 | if (tlv_len != sizeof(struct iwl_tlv_calib_data)) |
| 791 | goto invalid_tlv_len; |
| 792 | if (iwl_set_default_calib(drv, tlv_data)) |
| 793 | goto tlv_error; |
| 794 | break; |
| 795 | case IWL_UCODE_TLV_PHY_SKU: |
| 796 | if (tlv_len != sizeof(u32)) |
| 797 | goto invalid_tlv_len; |
| 798 | drv->fw.phy_config = le32_to_cpup((__le32 *)tlv_data); |
Eran Harary | 77db0a3 | 2014-02-04 14:21:38 +0200 | [diff] [blame] | 799 | drv->fw.valid_tx_ant = (drv->fw.phy_config & |
| 800 | FW_PHY_CFG_TX_CHAIN) >> |
| 801 | FW_PHY_CFG_TX_CHAIN_POS; |
| 802 | drv->fw.valid_rx_ant = (drv->fw.phy_config & |
| 803 | FW_PHY_CFG_RX_CHAIN) >> |
| 804 | FW_PHY_CFG_RX_CHAIN_POS; |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 805 | break; |
Eran Harary | e2d6f4e | 2013-10-02 13:53:40 +0300 | [diff] [blame] | 806 | case IWL_UCODE_TLV_SECURE_SEC_RT: |
| 807 | iwl_store_ucode_sec(pieces, tlv_data, IWL_UCODE_REGULAR, |
| 808 | tlv_len); |
| 809 | drv->fw.mvm_fw = true; |
| 810 | drv->fw.img[IWL_UCODE_REGULAR].is_secure = true; |
| 811 | break; |
| 812 | case IWL_UCODE_TLV_SECURE_SEC_INIT: |
| 813 | iwl_store_ucode_sec(pieces, tlv_data, IWL_UCODE_INIT, |
| 814 | tlv_len); |
| 815 | drv->fw.mvm_fw = true; |
| 816 | drv->fw.img[IWL_UCODE_INIT].is_secure = true; |
| 817 | break; |
| 818 | case IWL_UCODE_TLV_SECURE_SEC_WOWLAN: |
| 819 | iwl_store_ucode_sec(pieces, tlv_data, IWL_UCODE_WOWLAN, |
| 820 | tlv_len); |
| 821 | drv->fw.mvm_fw = true; |
| 822 | drv->fw.img[IWL_UCODE_WOWLAN].is_secure = true; |
| 823 | break; |
| 824 | case IWL_UCODE_TLV_NUM_OF_CPU: |
| 825 | if (tlv_len != sizeof(u32)) |
| 826 | goto invalid_tlv_len; |
| 827 | num_of_cpus = |
| 828 | le32_to_cpup((__le32 *)tlv_data); |
| 829 | |
| 830 | if (num_of_cpus == 2) { |
| 831 | drv->fw.img[IWL_UCODE_REGULAR].is_dual_cpus = |
| 832 | true; |
| 833 | drv->fw.img[IWL_UCODE_INIT].is_dual_cpus = |
| 834 | true; |
| 835 | drv->fw.img[IWL_UCODE_WOWLAN].is_dual_cpus = |
| 836 | true; |
| 837 | } else if ((num_of_cpus > 2) || (num_of_cpus < 1)) { |
| 838 | IWL_ERR(drv, "Driver support upto 2 CPUs\n"); |
| 839 | return -EINVAL; |
| 840 | } |
| 841 | break; |
Max Stepanov | e36e543 | 2013-08-27 19:56:13 +0300 | [diff] [blame] | 842 | case IWL_UCODE_TLV_CSCHEME: |
| 843 | if (iwl_store_cscheme(&drv->fw, tlv_data, tlv_len)) |
| 844 | goto invalid_tlv_len; |
| 845 | break; |
David Spinadel | 762533b | 2014-06-05 11:20:43 +0300 | [diff] [blame] | 846 | case IWL_UCODE_TLV_N_SCAN_CHANNELS: |
| 847 | if (tlv_len != sizeof(u32)) |
| 848 | goto invalid_tlv_len; |
| 849 | capa->n_scan_channels = |
| 850 | le32_to_cpup((__le32 *)tlv_data); |
| 851 | break; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 852 | default: |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 853 | IWL_DEBUG_INFO(drv, "unknown TLV: %d\n", tlv_type); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 854 | break; |
| 855 | } |
| 856 | } |
| 857 | |
| 858 | if (len) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 859 | IWL_ERR(drv, "invalid TLV after parsing: %zd\n", len); |
| 860 | iwl_print_hex_dump(drv, IWL_DL_FW, (u8 *)data, len); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 861 | return -EINVAL; |
| 862 | } |
| 863 | |
| 864 | return 0; |
| 865 | |
| 866 | invalid_tlv_len: |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 867 | IWL_ERR(drv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len); |
David Spinadel | ed8c836 | 2012-03-10 13:00:13 -0800 | [diff] [blame] | 868 | tlv_error: |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 869 | iwl_print_hex_dump(drv, IWL_DL_FW, tlv_data, tlv_len); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 870 | |
| 871 | return -EINVAL; |
| 872 | } |
| 873 | |
Johannes Berg | 75813bd | 2012-05-16 22:49:49 +0200 | [diff] [blame] | 874 | static int iwl_alloc_ucode(struct iwl_drv *drv, |
| 875 | struct iwl_firmware_pieces *pieces, |
| 876 | enum iwl_ucode_type type) |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 877 | { |
| 878 | int i; |
| 879 | for (i = 0; |
| 880 | i < IWL_UCODE_SECTION_MAX && get_sec_size(pieces, type, i); |
| 881 | i++) |
| 882 | if (iwl_alloc_fw_desc(drv, &(drv->fw.img[type].sec[i]), |
Johannes Berg | 75813bd | 2012-05-16 22:49:49 +0200 | [diff] [blame] | 883 | get_sec(pieces, type, i))) |
| 884 | return -ENOMEM; |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 885 | return 0; |
| 886 | } |
| 887 | |
| 888 | static int validate_sec_sizes(struct iwl_drv *drv, |
| 889 | struct iwl_firmware_pieces *pieces, |
| 890 | const struct iwl_cfg *cfg) |
| 891 | { |
| 892 | IWL_DEBUG_INFO(drv, "f/w package hdr runtime inst size = %Zd\n", |
| 893 | get_sec_size(pieces, IWL_UCODE_REGULAR, |
| 894 | IWL_UCODE_SECTION_INST)); |
| 895 | IWL_DEBUG_INFO(drv, "f/w package hdr runtime data size = %Zd\n", |
| 896 | get_sec_size(pieces, IWL_UCODE_REGULAR, |
| 897 | IWL_UCODE_SECTION_DATA)); |
| 898 | IWL_DEBUG_INFO(drv, "f/w package hdr init inst size = %Zd\n", |
| 899 | get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST)); |
| 900 | IWL_DEBUG_INFO(drv, "f/w package hdr init data size = %Zd\n", |
| 901 | get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA)); |
| 902 | |
| 903 | /* Verify that uCode images will fit in card's SRAM. */ |
| 904 | if (get_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_INST) > |
| 905 | cfg->max_inst_size) { |
| 906 | IWL_ERR(drv, "uCode instr len %Zd too large to fit in\n", |
| 907 | get_sec_size(pieces, IWL_UCODE_REGULAR, |
| 908 | IWL_UCODE_SECTION_INST)); |
| 909 | return -1; |
| 910 | } |
| 911 | |
| 912 | if (get_sec_size(pieces, IWL_UCODE_REGULAR, IWL_UCODE_SECTION_DATA) > |
| 913 | cfg->max_data_size) { |
| 914 | IWL_ERR(drv, "uCode data len %Zd too large to fit in\n", |
| 915 | get_sec_size(pieces, IWL_UCODE_REGULAR, |
| 916 | IWL_UCODE_SECTION_DATA)); |
| 917 | return -1; |
| 918 | } |
| 919 | |
| 920 | if (get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_INST) > |
| 921 | cfg->max_inst_size) { |
| 922 | IWL_ERR(drv, "uCode init instr len %Zd too large to fit in\n", |
| 923 | get_sec_size(pieces, IWL_UCODE_INIT, |
| 924 | IWL_UCODE_SECTION_INST)); |
| 925 | return -1; |
| 926 | } |
| 927 | |
| 928 | if (get_sec_size(pieces, IWL_UCODE_INIT, IWL_UCODE_SECTION_DATA) > |
| 929 | cfg->max_data_size) { |
| 930 | IWL_ERR(drv, "uCode init data len %Zd too large to fit in\n", |
| 931 | get_sec_size(pieces, IWL_UCODE_REGULAR, |
| 932 | IWL_UCODE_SECTION_DATA)); |
| 933 | return -1; |
| 934 | } |
| 935 | return 0; |
| 936 | } |
| 937 | |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 938 | static struct iwl_op_mode * |
| 939 | _iwl_op_mode_start(struct iwl_drv *drv, struct iwlwifi_opmode_table *op) |
| 940 | { |
| 941 | const struct iwl_op_mode_ops *ops = op->ops; |
| 942 | struct dentry *dbgfs_dir = NULL; |
| 943 | struct iwl_op_mode *op_mode = NULL; |
| 944 | |
| 945 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 946 | drv->dbgfs_op_mode = debugfs_create_dir(op->name, |
| 947 | drv->dbgfs_drv); |
| 948 | if (!drv->dbgfs_op_mode) { |
| 949 | IWL_ERR(drv, |
| 950 | "failed to create opmode debugfs directory\n"); |
| 951 | return op_mode; |
| 952 | } |
| 953 | dbgfs_dir = drv->dbgfs_op_mode; |
| 954 | #endif |
| 955 | |
| 956 | op_mode = ops->start(drv->trans, drv->cfg, &drv->fw, dbgfs_dir); |
| 957 | |
| 958 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 959 | if (!op_mode) { |
| 960 | debugfs_remove_recursive(drv->dbgfs_op_mode); |
| 961 | drv->dbgfs_op_mode = NULL; |
| 962 | } |
| 963 | #endif |
| 964 | |
| 965 | return op_mode; |
| 966 | } |
| 967 | |
| 968 | static void _iwl_op_mode_stop(struct iwl_drv *drv) |
| 969 | { |
| 970 | /* op_mode can be NULL if its start failed */ |
| 971 | if (drv->op_mode) { |
| 972 | iwl_op_mode_stop(drv->op_mode); |
| 973 | drv->op_mode = NULL; |
| 974 | |
| 975 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 976 | debugfs_remove_recursive(drv->dbgfs_op_mode); |
| 977 | drv->dbgfs_op_mode = NULL; |
| 978 | #endif |
| 979 | } |
| 980 | } |
| 981 | |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 982 | /** |
Emmanuel Grumbach | 1c8e11e | 2012-07-16 12:31:28 +0300 | [diff] [blame] | 983 | * iwl_req_fw_callback - callback when firmware was loaded |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 984 | * |
| 985 | * If loaded successfully, copies the firmware into buffers |
| 986 | * for the card to fetch (via DMA). |
| 987 | */ |
Emmanuel Grumbach | 1c8e11e | 2012-07-16 12:31:28 +0300 | [diff] [blame] | 988 | static void iwl_req_fw_callback(const struct firmware *ucode_raw, void *context) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 989 | { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 990 | struct iwl_drv *drv = context; |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 991 | struct iwl_fw *fw = &drv->fw; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 992 | struct iwl_ucode_header *ucode; |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 993 | struct iwlwifi_opmode_table *op; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 994 | int err; |
David Spinadel | 0cedacc | 2012-03-10 13:00:12 -0800 | [diff] [blame] | 995 | struct iwl_firmware_pieces pieces; |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 996 | const unsigned int api_max = drv->cfg->ucode_api_max; |
| 997 | unsigned int api_ok = drv->cfg->ucode_api_ok; |
| 998 | const unsigned int api_min = drv->cfg->ucode_api_min; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 999 | u32 api_ver; |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 1000 | int i; |
Johannes Berg | d4b1048 | 2012-06-12 19:50:43 +0200 | [diff] [blame] | 1001 | bool load_module = false; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1002 | |
Luciano Coelho | 66140ad | 2013-08-12 19:30:21 +0300 | [diff] [blame] | 1003 | fw->ucode_capa.max_probe_length = IWL_DEFAULT_MAX_PROBE_LENGTH; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1004 | fw->ucode_capa.standard_phy_calibration_size = |
| 1005 | IWL_DEFAULT_STANDARD_PHY_CALIBRATE_TBL_SIZE; |
David Spinadel | 762533b | 2014-06-05 11:20:43 +0300 | [diff] [blame] | 1006 | fw->ucode_capa.n_scan_channels = IWL_DEFAULT_SCAN_CHANNELS; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1007 | |
| 1008 | if (!api_ok) |
| 1009 | api_ok = api_max; |
| 1010 | |
| 1011 | memset(&pieces, 0, sizeof(pieces)); |
| 1012 | |
| 1013 | if (!ucode_raw) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1014 | if (drv->fw_index <= api_ok) |
| 1015 | IWL_ERR(drv, |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1016 | "request for firmware file '%s' failed.\n", |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1017 | drv->firmware_name); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1018 | goto try_again; |
| 1019 | } |
| 1020 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1021 | IWL_DEBUG_INFO(drv, "Loaded firmware file '%s' (%zd bytes).\n", |
| 1022 | drv->firmware_name, ucode_raw->size); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1023 | |
| 1024 | /* Make sure that we got at least the API version number */ |
| 1025 | if (ucode_raw->size < 4) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1026 | IWL_ERR(drv, "File size way too small!\n"); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1027 | goto try_again; |
| 1028 | } |
| 1029 | |
| 1030 | /* Data from ucode file: header followed by uCode images */ |
| 1031 | ucode = (struct iwl_ucode_header *)ucode_raw->data; |
| 1032 | |
| 1033 | if (ucode->ver) |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1034 | err = iwl_parse_v1_v2_firmware(drv, ucode_raw, &pieces); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1035 | else |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1036 | err = iwl_parse_tlv_firmware(drv, ucode_raw, &pieces, |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1037 | &fw->ucode_capa); |
| 1038 | |
| 1039 | if (err) |
| 1040 | goto try_again; |
| 1041 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1042 | api_ver = IWL_UCODE_API(drv->fw.ucode_ver); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1043 | |
| 1044 | /* |
| 1045 | * api_ver should match the api version forming part of the |
| 1046 | * firmware filename ... but we don't check for that and only rely |
| 1047 | * on the API version read from firmware header from here on forward |
| 1048 | */ |
| 1049 | /* no api version check required for experimental uCode */ |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1050 | if (drv->fw_index != UCODE_EXPERIMENTAL_INDEX) { |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1051 | if (api_ver < api_min || api_ver > api_max) { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1052 | IWL_ERR(drv, |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1053 | "Driver unable to support your firmware API. " |
| 1054 | "Driver supports v%u, firmware is v%u.\n", |
| 1055 | api_max, api_ver); |
| 1056 | goto try_again; |
| 1057 | } |
| 1058 | |
| 1059 | if (api_ver < api_ok) { |
| 1060 | if (api_ok != api_max) |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1061 | IWL_ERR(drv, "Firmware has old API version, " |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1062 | "expected v%u through v%u, got v%u.\n", |
| 1063 | api_ok, api_max, api_ver); |
| 1064 | else |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1065 | IWL_ERR(drv, "Firmware has old API version, " |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1066 | "expected v%u, got v%u.\n", |
| 1067 | api_max, api_ver); |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1068 | IWL_ERR(drv, "New firmware can be obtained from " |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1069 | "http://www.intellinuxwireless.org/.\n"); |
| 1070 | } |
| 1071 | } |
| 1072 | |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1073 | /* |
David Spinadel | 4db2c9a | 2012-03-10 13:00:15 -0800 | [diff] [blame] | 1074 | * In mvm uCode there is no difference between data and instructions |
| 1075 | * sections. |
| 1076 | */ |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 1077 | if (!fw->mvm_fw && validate_sec_sizes(drv, &pieces, drv->cfg)) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1078 | goto try_again; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1079 | |
| 1080 | /* Allocate ucode buffers for card's bus-master loading ... */ |
| 1081 | |
| 1082 | /* Runtime instructions and 2 copies of data: |
| 1083 | * 1) unmodified from disk |
| 1084 | * 2) backup cache for save/restore during power-downs */ |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 1085 | for (i = 0; i < IWL_UCODE_TYPE_MAX; i++) |
Johannes Berg | 75813bd | 2012-05-16 22:49:49 +0200 | [diff] [blame] | 1086 | if (iwl_alloc_ucode(drv, &pieces, i)) |
| 1087 | goto out_free_fw; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1088 | |
| 1089 | /* Now that we can no longer fail, copy information */ |
| 1090 | |
| 1091 | /* |
| 1092 | * The (size - 16) / 12 formula is based on the information recorded |
| 1093 | * for each event, which is of mode 1 (including timestamp) for all |
| 1094 | * new microcodes that include this information. |
| 1095 | */ |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 1096 | fw->init_evtlog_ptr = pieces.init_evtlog_ptr; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1097 | if (pieces.init_evtlog_size) |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 1098 | fw->init_evtlog_size = (pieces.init_evtlog_size - 16)/12; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1099 | else |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 1100 | fw->init_evtlog_size = |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 1101 | drv->cfg->base_params->max_event_log_size; |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 1102 | fw->init_errlog_ptr = pieces.init_errlog_ptr; |
| 1103 | fw->inst_evtlog_ptr = pieces.inst_evtlog_ptr; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1104 | if (pieces.inst_evtlog_size) |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 1105 | fw->inst_evtlog_size = (pieces.inst_evtlog_size - 16)/12; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1106 | else |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 1107 | fw->inst_evtlog_size = |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 1108 | drv->cfg->base_params->max_event_log_size; |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 1109 | fw->inst_errlog_ptr = pieces.inst_errlog_ptr; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1110 | |
| 1111 | /* |
| 1112 | * figure out the offset of chain noise reset and gain commands |
| 1113 | * base on the size of standard phy calibration commands table size |
| 1114 | */ |
| 1115 | if (fw->ucode_capa.standard_phy_calibration_size > |
| 1116 | IWL_MAX_PHY_CALIBRATE_TBL_SIZE) |
| 1117 | fw->ucode_capa.standard_phy_calibration_size = |
| 1118 | IWL_MAX_STANDARD_PHY_CALIBRATE_TBL_SIZE; |
| 1119 | |
| 1120 | /* We have our copies now, allow OS release its copies */ |
| 1121 | release_firmware(ucode_raw); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1122 | |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1123 | mutex_lock(&iwlwifi_opmode_table_mtx); |
Johannes Berg | 8ca151b | 2013-01-24 14:25:36 +0100 | [diff] [blame] | 1124 | if (fw->mvm_fw) |
| 1125 | op = &iwlwifi_opmode_table[MVM_OP_MODE]; |
| 1126 | else |
| 1127 | op = &iwlwifi_opmode_table[DVM_OP_MODE]; |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1128 | |
Johannes Berg | 2b2719c | 2013-03-26 11:41:51 +0100 | [diff] [blame] | 1129 | IWL_INFO(drv, "loaded firmware version %s op_mode %s\n", |
| 1130 | drv->fw.fw_version, op->name); |
| 1131 | |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1132 | /* add this device to the list of devices using this op_mode */ |
| 1133 | list_add_tail(&drv->list, &op->drv); |
| 1134 | |
| 1135 | if (op->ops) { |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1136 | drv->op_mode = _iwl_op_mode_start(drv, op); |
John W. Linville | 7c9c46c | 2012-06-06 14:40:06 -0400 | [diff] [blame] | 1137 | |
Dan Carpenter | daf67ce | 2012-06-14 21:35:26 +0300 | [diff] [blame] | 1138 | if (!drv->op_mode) { |
| 1139 | mutex_unlock(&iwlwifi_opmode_table_mtx); |
John W. Linville | 7c9c46c | 2012-06-06 14:40:06 -0400 | [diff] [blame] | 1140 | goto out_unbind; |
Dan Carpenter | daf67ce | 2012-06-14 21:35:26 +0300 | [diff] [blame] | 1141 | } |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1142 | } else { |
Johannes Berg | d4b1048 | 2012-06-12 19:50:43 +0200 | [diff] [blame] | 1143 | load_module = true; |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1144 | } |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1145 | mutex_unlock(&iwlwifi_opmode_table_mtx); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1146 | |
Johannes Berg | f69a23b | 2012-06-05 19:56:06 +0200 | [diff] [blame] | 1147 | /* |
| 1148 | * Complete the firmware request last so that |
| 1149 | * a driver unbind (stop) doesn't run while we |
| 1150 | * are doing the start() above. |
| 1151 | */ |
| 1152 | complete(&drv->request_firmware_complete); |
Johannes Berg | d4b1048 | 2012-06-12 19:50:43 +0200 | [diff] [blame] | 1153 | |
| 1154 | /* |
| 1155 | * Load the module last so we don't block anything |
| 1156 | * else from proceeding if the module fails to load |
| 1157 | * or hangs loading. |
| 1158 | */ |
Johannes Berg | 1618b2b | 2013-04-04 10:35:23 +0200 | [diff] [blame] | 1159 | if (load_module) { |
| 1160 | err = request_module("%s", op->name); |
Johannes Berg | 8edf3fd | 2013-05-28 21:32:47 +0200 | [diff] [blame] | 1161 | #ifdef CONFIG_IWLWIFI_OPMODE_MODULAR |
Johannes Berg | 1618b2b | 2013-04-04 10:35:23 +0200 | [diff] [blame] | 1162 | if (err) |
| 1163 | IWL_ERR(drv, |
| 1164 | "failed to load module %s (error %d), is dynamic loading enabled?\n", |
| 1165 | op->name, err); |
Johannes Berg | 8edf3fd | 2013-05-28 21:32:47 +0200 | [diff] [blame] | 1166 | #endif |
Johannes Berg | 1618b2b | 2013-04-04 10:35:23 +0200 | [diff] [blame] | 1167 | } |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1168 | return; |
| 1169 | |
| 1170 | try_again: |
| 1171 | /* try next, if any */ |
| 1172 | release_firmware(ucode_raw); |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1173 | if (iwl_request_firmware(drv, false)) |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1174 | goto out_unbind; |
| 1175 | return; |
| 1176 | |
Johannes Berg | 75813bd | 2012-05-16 22:49:49 +0200 | [diff] [blame] | 1177 | out_free_fw: |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1178 | IWL_ERR(drv, "failed to allocate pci memory\n"); |
| 1179 | iwl_dealloc_ucode(drv); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1180 | release_firmware(ucode_raw); |
| 1181 | out_unbind: |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1182 | complete(&drv->request_firmware_complete); |
Emmanuel Grumbach | 93faaee | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 1183 | device_release_driver(drv->trans->dev); |
Johannes Berg | 15854ef9 | 2012-03-05 11:24:50 -0800 | [diff] [blame] | 1184 | } |
| 1185 | |
Emmanuel Grumbach | 87ce05a | 2012-03-26 09:03:18 -0700 | [diff] [blame] | 1186 | struct iwl_drv *iwl_drv_start(struct iwl_trans *trans, |
Emmanuel Grumbach | 9130bab | 2012-03-26 08:51:09 -0700 | [diff] [blame] | 1187 | const struct iwl_cfg *cfg) |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 1188 | { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1189 | struct iwl_drv *drv; |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 1190 | int ret; |
| 1191 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1192 | drv = kzalloc(sizeof(*drv), GFP_KERNEL); |
Luciano Coelho | eafe25e | 2013-08-13 10:34:55 +0300 | [diff] [blame] | 1193 | if (!drv) { |
| 1194 | ret = -ENOMEM; |
| 1195 | goto err; |
| 1196 | } |
Emmanuel Grumbach | c15797e | 2012-04-19 10:29:58 +0300 | [diff] [blame] | 1197 | |
Emmanuel Grumbach | 9130bab | 2012-03-26 08:51:09 -0700 | [diff] [blame] | 1198 | drv->trans = trans; |
Emmanuel Grumbach | 4b9844f | 2012-03-22 23:59:52 +0200 | [diff] [blame] | 1199 | drv->dev = trans->dev; |
Emmanuel Grumbach | 68f360d | 2012-03-22 17:51:44 +0200 | [diff] [blame] | 1200 | drv->cfg = cfg; |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 1201 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1202 | init_completion(&drv->request_firmware_complete); |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1203 | INIT_LIST_HEAD(&drv->list); |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 1204 | |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1205 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 1206 | /* Create the device debugfs entries. */ |
| 1207 | drv->dbgfs_drv = debugfs_create_dir(dev_name(trans->dev), |
| 1208 | iwl_dbgfs_root); |
| 1209 | |
| 1210 | if (!drv->dbgfs_drv) { |
| 1211 | IWL_ERR(drv, "failed to create debugfs directory\n"); |
Emmanuel Grumbach | 59f547a | 2012-11-28 16:42:09 +0200 | [diff] [blame] | 1212 | ret = -ENOMEM; |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1213 | goto err_free_drv; |
| 1214 | } |
| 1215 | |
| 1216 | /* Create transport layer debugfs dir */ |
| 1217 | drv->trans->dbgfs_dir = debugfs_create_dir("trans", drv->dbgfs_drv); |
| 1218 | |
| 1219 | if (!drv->trans->dbgfs_dir) { |
| 1220 | IWL_ERR(drv, "failed to create transport debugfs directory\n"); |
Emmanuel Grumbach | 59f547a | 2012-11-28 16:42:09 +0200 | [diff] [blame] | 1221 | ret = -ENOMEM; |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1222 | goto err_free_dbgfs; |
| 1223 | } |
| 1224 | #endif |
| 1225 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1226 | ret = iwl_request_firmware(drv, true); |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 1227 | if (ret) { |
Emmanuel Grumbach | c15797e | 2012-04-19 10:29:58 +0300 | [diff] [blame] | 1228 | IWL_ERR(trans, "Couldn't request the fw\n"); |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1229 | goto err_fw; |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 1230 | } |
| 1231 | |
Emmanuel Grumbach | 9130bab | 2012-03-26 08:51:09 -0700 | [diff] [blame] | 1232 | return drv; |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1233 | |
| 1234 | err_fw: |
| 1235 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 1236 | err_free_dbgfs: |
| 1237 | debugfs_remove_recursive(drv->dbgfs_drv); |
| 1238 | err_free_drv: |
| 1239 | #endif |
| 1240 | kfree(drv); |
Luciano Coelho | eafe25e | 2013-08-13 10:34:55 +0300 | [diff] [blame] | 1241 | err: |
Emmanuel Grumbach | 59f547a | 2012-11-28 16:42:09 +0200 | [diff] [blame] | 1242 | return ERR_PTR(ret); |
Emmanuel Grumbach | 5c58edc | 2012-02-07 14:18:40 +0200 | [diff] [blame] | 1243 | } |
| 1244 | |
Emmanuel Grumbach | 9130bab | 2012-03-26 08:51:09 -0700 | [diff] [blame] | 1245 | void iwl_drv_stop(struct iwl_drv *drv) |
Emmanuel Grumbach | 07590f0 | 2012-02-07 14:27:31 +0200 | [diff] [blame] | 1246 | { |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1247 | wait_for_completion(&drv->request_firmware_complete); |
Johannes Berg | 2e7eb11 | 2012-03-05 11:24:51 -0800 | [diff] [blame] | 1248 | |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1249 | _iwl_op_mode_stop(drv); |
Emmanuel Grumbach | 07590f0 | 2012-02-07 14:27:31 +0200 | [diff] [blame] | 1250 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1251 | iwl_dealloc_ucode(drv); |
Johannes Berg | 7db5b98 | 2012-03-05 11:24:48 -0800 | [diff] [blame] | 1252 | |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1253 | mutex_lock(&iwlwifi_opmode_table_mtx); |
| 1254 | /* |
| 1255 | * List is empty (this item wasn't added) |
| 1256 | * when firmware loading failed -- in that |
| 1257 | * case we can't remove it from any list. |
| 1258 | */ |
| 1259 | if (!list_empty(&drv->list)) |
| 1260 | list_del(&drv->list); |
| 1261 | mutex_unlock(&iwlwifi_opmode_table_mtx); |
| 1262 | |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1263 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 1264 | debugfs_remove_recursive(drv->dbgfs_drv); |
| 1265 | #endif |
| 1266 | |
Johannes Berg | 965974a6 | 2012-03-06 13:30:38 -0800 | [diff] [blame] | 1267 | kfree(drv); |
Emmanuel Grumbach | 07590f0 | 2012-02-07 14:27:31 +0200 | [diff] [blame] | 1268 | } |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1269 | |
| 1270 | |
| 1271 | /* shared module parameters */ |
| 1272 | struct iwl_mod_params iwlwifi_mod_params = { |
Emmanuel Grumbach | 490953a | 2013-03-04 08:53:07 +0200 | [diff] [blame] | 1273 | .restart_fw = true, |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1274 | .bt_coex_active = true, |
| 1275 | .power_level = IWL_POWER_INDEX_1, |
Emmanuel Grumbach | 020c876 | 2012-06-24 15:51:59 +0300 | [diff] [blame] | 1276 | .wd_disable = true, |
Johannes Berg | d6ca18de | 2014-09-01 11:28:11 +0200 | [diff] [blame] | 1277 | #ifndef CONFIG_IWLWIFI_UAPSD |
| 1278 | .uapsd_disable = true, |
| 1279 | #endif /* CONFIG_IWLWIFI_UAPSD */ |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1280 | /* the rest are 0 by default */ |
| 1281 | }; |
Johannes Berg | 48e2934 | 2013-03-01 00:13:33 +0100 | [diff] [blame] | 1282 | IWL_EXPORT_SYMBOL(iwlwifi_mod_params); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1283 | |
| 1284 | int iwl_opmode_register(const char *name, const struct iwl_op_mode_ops *ops) |
| 1285 | { |
| 1286 | int i; |
| 1287 | struct iwl_drv *drv; |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1288 | struct iwlwifi_opmode_table *op; |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1289 | |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1290 | mutex_lock(&iwlwifi_opmode_table_mtx); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1291 | for (i = 0; i < ARRAY_SIZE(iwlwifi_opmode_table); i++) { |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1292 | op = &iwlwifi_opmode_table[i]; |
| 1293 | if (strcmp(op->name, name)) |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1294 | continue; |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1295 | op->ops = ops; |
| 1296 | /* TODO: need to handle exceptional case */ |
| 1297 | list_for_each_entry(drv, &op->drv, list) |
| 1298 | drv->op_mode = _iwl_op_mode_start(drv, op); |
| 1299 | |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1300 | mutex_unlock(&iwlwifi_opmode_table_mtx); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1301 | return 0; |
| 1302 | } |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1303 | mutex_unlock(&iwlwifi_opmode_table_mtx); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1304 | return -EIO; |
| 1305 | } |
Johannes Berg | 48e2934 | 2013-03-01 00:13:33 +0100 | [diff] [blame] | 1306 | IWL_EXPORT_SYMBOL(iwl_opmode_register); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1307 | |
| 1308 | void iwl_opmode_deregister(const char *name) |
| 1309 | { |
| 1310 | int i; |
| 1311 | struct iwl_drv *drv; |
| 1312 | |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1313 | mutex_lock(&iwlwifi_opmode_table_mtx); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1314 | for (i = 0; i < ARRAY_SIZE(iwlwifi_opmode_table); i++) { |
| 1315 | if (strcmp(iwlwifi_opmode_table[i].name, name)) |
| 1316 | continue; |
| 1317 | iwlwifi_opmode_table[i].ops = NULL; |
| 1318 | |
| 1319 | /* call the stop routine for all devices */ |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1320 | list_for_each_entry(drv, &iwlwifi_opmode_table[i].drv, list) |
| 1321 | _iwl_op_mode_stop(drv); |
| 1322 | |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1323 | mutex_unlock(&iwlwifi_opmode_table_mtx); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1324 | return; |
| 1325 | } |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1326 | mutex_unlock(&iwlwifi_opmode_table_mtx); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1327 | } |
Johannes Berg | 48e2934 | 2013-03-01 00:13:33 +0100 | [diff] [blame] | 1328 | IWL_EXPORT_SYMBOL(iwl_opmode_deregister); |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1329 | |
| 1330 | static int __init iwl_drv_init(void) |
| 1331 | { |
| 1332 | int i; |
| 1333 | |
Johannes Berg | ff1ffb8 | 2012-06-06 09:42:57 +0200 | [diff] [blame] | 1334 | mutex_init(&iwlwifi_opmode_table_mtx); |
| 1335 | |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1336 | for (i = 0; i < ARRAY_SIZE(iwlwifi_opmode_table); i++) |
| 1337 | INIT_LIST_HEAD(&iwlwifi_opmode_table[i].drv); |
| 1338 | |
| 1339 | pr_info(DRV_DESCRIPTION ", " DRV_VERSION "\n"); |
| 1340 | pr_info(DRV_COPYRIGHT "\n"); |
| 1341 | |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1342 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 1343 | /* Create the root of iwlwifi debugfs subsystem. */ |
| 1344 | iwl_dbgfs_root = debugfs_create_dir(DRV_NAME, NULL); |
| 1345 | |
| 1346 | if (!iwl_dbgfs_root) |
| 1347 | return -EFAULT; |
| 1348 | #endif |
| 1349 | |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1350 | return iwl_pci_register_driver(); |
| 1351 | } |
| 1352 | module_init(iwl_drv_init); |
| 1353 | |
| 1354 | static void __exit iwl_drv_exit(void) |
| 1355 | { |
| 1356 | iwl_pci_unregister_driver(); |
Meenakshi Venkataraman | 9da987a | 2012-07-16 18:43:56 -0700 | [diff] [blame] | 1357 | |
| 1358 | #ifdef CONFIG_IWLWIFI_DEBUGFS |
| 1359 | debugfs_remove_recursive(iwl_dbgfs_root); |
| 1360 | #endif |
Don Fry | cc5f7e3 | 2012-05-16 22:54:27 +0200 | [diff] [blame] | 1361 | } |
| 1362 | module_exit(iwl_drv_exit); |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1363 | |
| 1364 | #ifdef CONFIG_IWLWIFI_DEBUG |
| 1365 | module_param_named(debug, iwlwifi_mod_params.debug_level, uint, |
| 1366 | S_IRUGO | S_IWUSR); |
| 1367 | MODULE_PARM_DESC(debug, "debug output mask"); |
| 1368 | #endif |
| 1369 | |
| 1370 | module_param_named(swcrypto, iwlwifi_mod_params.sw_crypto, int, S_IRUGO); |
| 1371 | MODULE_PARM_DESC(swcrypto, "using crypto in software (default 0 [hardware])"); |
| 1372 | module_param_named(11n_disable, iwlwifi_mod_params.disable_11n, uint, S_IRUGO); |
| 1373 | MODULE_PARM_DESC(11n_disable, |
Emmanuel Grumbach | 205e221 | 2014-02-12 15:15:05 +0200 | [diff] [blame] | 1374 | "disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX"); |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1375 | module_param_named(amsdu_size_8K, iwlwifi_mod_params.amsdu_size_8K, |
| 1376 | int, S_IRUGO); |
Emmanuel Grumbach | aed7d9a | 2013-02-20 11:33:00 +0200 | [diff] [blame] | 1377 | MODULE_PARM_DESC(amsdu_size_8K, "enable 8K amsdu size (default 0)"); |
Emmanuel Grumbach | 490953a | 2013-03-04 08:53:07 +0200 | [diff] [blame] | 1378 | module_param_named(fw_restart, iwlwifi_mod_params.restart_fw, bool, S_IRUGO); |
| 1379 | MODULE_PARM_DESC(fw_restart, "restart firmware in case of error (default true)"); |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1380 | |
| 1381 | module_param_named(antenna_coupling, iwlwifi_mod_params.ant_coupling, |
| 1382 | int, S_IRUGO); |
| 1383 | MODULE_PARM_DESC(antenna_coupling, |
Toralf Förster | ad25c1e | 2014-09-09 20:08:53 +0200 | [diff] [blame] | 1384 | "specify antenna coupling in dB (default: 0 dB)"); |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1385 | |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1386 | module_param_named(wd_disable, iwlwifi_mod_params.wd_disable, int, S_IRUGO); |
| 1387 | MODULE_PARM_DESC(wd_disable, |
Eliad Peller | 82b715c | 2014-02-11 16:54:42 +0200 | [diff] [blame] | 1388 | "Disable stuck queue watchdog timer 0=system default, 1=disable (default: 1)"); |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1389 | |
Eran Harary | 1214755 | 2013-05-09 08:07:59 +0300 | [diff] [blame] | 1390 | module_param_named(nvm_file, iwlwifi_mod_params.nvm_file, charp, S_IRUGO); |
| 1391 | MODULE_PARM_DESC(nvm_file, "NVM file name"); |
| 1392 | |
Matt Chen | 1504f48 | 2014-04-24 18:43:18 +0800 | [diff] [blame] | 1393 | module_param_named(uapsd_disable, iwlwifi_mod_params.uapsd_disable, |
| 1394 | bool, S_IRUGO); |
Johannes Berg | d6ca18de | 2014-09-01 11:28:11 +0200 | [diff] [blame] | 1395 | #ifdef CONFIG_IWLWIFI_UAPSD |
Matt Chen | 1504f48 | 2014-04-24 18:43:18 +0800 | [diff] [blame] | 1396 | MODULE_PARM_DESC(uapsd_disable, "disable U-APSD functionality (default: N)"); |
Johannes Berg | d6ca18de | 2014-09-01 11:28:11 +0200 | [diff] [blame] | 1397 | #else |
| 1398 | MODULE_PARM_DESC(uapsd_disable, "disable U-APSD functionality (default: Y)"); |
| 1399 | #endif |
Matt Chen | 1504f48 | 2014-04-24 18:43:18 +0800 | [diff] [blame] | 1400 | |
Johannes Berg | 65de7e8 | 2012-04-17 07:36:30 -0700 | [diff] [blame] | 1401 | /* |
| 1402 | * set bt_coex_active to true, uCode will do kill/defer |
| 1403 | * every time the priority line is asserted (BT is sending signals on the |
| 1404 | * priority line in the PCIx). |
| 1405 | * set bt_coex_active to false, uCode will ignore the BT activity and |
| 1406 | * perform the normal operation |
| 1407 | * |
| 1408 | * User might experience transmit issue on some platform due to WiFi/BT |
| 1409 | * co-exist problem. The possible behaviors are: |
| 1410 | * Able to scan and finding all the available AP |
| 1411 | * Not able to associate with any AP |
| 1412 | * On those platforms, WiFi communication can be restored by set |
| 1413 | * "bt_coex_active" module parameter to "false" |
| 1414 | * |
| 1415 | * default: bt_coex_active = true (BT_COEX_ENABLE) |
| 1416 | */ |
| 1417 | module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active, |
| 1418 | bool, S_IRUGO); |
| 1419 | MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)"); |
| 1420 | |
| 1421 | module_param_named(led_mode, iwlwifi_mod_params.led_mode, int, S_IRUGO); |
| 1422 | MODULE_PARM_DESC(led_mode, "0=system default, " |
| 1423 | "1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0)"); |
| 1424 | |
| 1425 | module_param_named(power_save, iwlwifi_mod_params.power_save, |
| 1426 | bool, S_IRUGO); |
| 1427 | MODULE_PARM_DESC(power_save, |
| 1428 | "enable WiFi power management (default: disable)"); |
| 1429 | |
| 1430 | module_param_named(power_level, iwlwifi_mod_params.power_level, |
| 1431 | int, S_IRUGO); |
| 1432 | MODULE_PARM_DESC(power_level, |
| 1433 | "default power save level (range from 1 - 5, default: 1)"); |
Emmanuel Grumbach | c2d2020 | 2014-06-01 08:05:52 +0300 | [diff] [blame] | 1434 | |
| 1435 | module_param_named(fw_monitor, iwlwifi_mod_params.fw_monitor, bool, S_IRUGO); |
Emmanuel Grumbach | 6d6a475 | 2014-06-26 09:13:26 +0300 | [diff] [blame] | 1436 | MODULE_PARM_DESC(fw_monitor, |
Emmanuel Grumbach | c2d2020 | 2014-06-01 08:05:52 +0300 | [diff] [blame] | 1437 | "firmware monitor - to debug FW (default: false - needs lots of memory)"); |