Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [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) 2010 - 2012 Intel Corporation. All rights reserved. |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [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: |
| 28 | * Intel Linux Wireless <ilw@linux.intel.com> |
| 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) 2010 - 2012 Intel Corporation. All rights reserved. |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [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 | #include <linux/init.h> |
| 64 | #include <linux/kernel.h> |
| 65 | #include <linux/module.h> |
Emmanuel Grumbach | 522376d | 2011-09-06 09:31:19 -0700 | [diff] [blame] | 66 | #include <linux/dma-mapping.h> |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 67 | #include <net/net_namespace.h> |
| 68 | #include <linux/netdevice.h> |
| 69 | #include <net/cfg80211.h> |
| 70 | #include <net/mac80211.h> |
| 71 | #include <net/netlink.h> |
| 72 | |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 73 | #include "iwl-dev.h" |
| 74 | #include "iwl-core.h" |
| 75 | #include "iwl-debug.h" |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 76 | #include "iwl-io.h" |
| 77 | #include "iwl-agn.h" |
| 78 | #include "iwl-testmode.h" |
Emmanuel Grumbach | bdfbf09 | 2011-07-08 08:46:16 -0700 | [diff] [blame] | 79 | #include "iwl-trans.h" |
Amit Beka | 6fe7dd0 | 2012-01-25 09:19:24 +0200 | [diff] [blame] | 80 | #include "iwl-fh.h" |
Johannes Berg | eae63b8 | 2012-03-06 13:31:06 -0800 | [diff] [blame] | 81 | #include "iwl-prph.h" |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 82 | |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 83 | |
| 84 | /* Periphery registers absolute lower bound. This is used in order to |
| 85 | * differentiate registery access through HBUS_TARG_PRPH_* and |
| 86 | * HBUS_TARG_MEM_* accesses. |
| 87 | */ |
| 88 | #define IWL_TM_ABS_PRPH_START (0xA00000) |
| 89 | |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 90 | /* The TLVs used in the gnl message policy between the kernel module and |
| 91 | * user space application. iwl_testmode_gnl_msg_policy is to be carried |
| 92 | * through the NL80211_CMD_TESTMODE channel regulated by nl80211. |
| 93 | * See iwl-testmode.h |
| 94 | */ |
| 95 | static |
| 96 | struct nla_policy iwl_testmode_gnl_msg_policy[IWL_TM_ATTR_MAX] = { |
| 97 | [IWL_TM_ATTR_COMMAND] = { .type = NLA_U32, }, |
| 98 | |
| 99 | [IWL_TM_ATTR_UCODE_CMD_ID] = { .type = NLA_U8, }, |
| 100 | [IWL_TM_ATTR_UCODE_CMD_DATA] = { .type = NLA_UNSPEC, }, |
| 101 | |
| 102 | [IWL_TM_ATTR_REG_OFFSET] = { .type = NLA_U32, }, |
| 103 | [IWL_TM_ATTR_REG_VALUE8] = { .type = NLA_U8, }, |
| 104 | [IWL_TM_ATTR_REG_VALUE32] = { .type = NLA_U32, }, |
| 105 | |
| 106 | [IWL_TM_ATTR_SYNC_RSP] = { .type = NLA_UNSPEC, }, |
| 107 | [IWL_TM_ATTR_UCODE_RX_PKT] = { .type = NLA_UNSPEC, }, |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 108 | |
Wey-Yi Guy | 4babc35 | 2011-05-03 18:05:12 -0700 | [diff] [blame] | 109 | [IWL_TM_ATTR_EEPROM] = { .type = NLA_UNSPEC, }, |
| 110 | |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 111 | [IWL_TM_ATTR_TRACE_ADDR] = { .type = NLA_UNSPEC, }, |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 112 | [IWL_TM_ATTR_TRACE_DUMP] = { .type = NLA_UNSPEC, }, |
Wey-Yi Guy | 49b7210 | 2011-05-30 10:29:37 -0700 | [diff] [blame] | 113 | [IWL_TM_ATTR_TRACE_SIZE] = { .type = NLA_U32, }, |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 114 | |
Wey-Yi Guy | 6489854 | 2011-05-03 18:05:13 -0700 | [diff] [blame] | 115 | [IWL_TM_ATTR_FIXRATE] = { .type = NLA_U32, }, |
Wey-Yi Guy | 49b7210 | 2011-05-30 10:29:37 -0700 | [diff] [blame] | 116 | |
Wey-Yi Guy | e98a193 | 2011-07-08 08:46:26 -0700 | [diff] [blame] | 117 | [IWL_TM_ATTR_UCODE_OWNER] = { .type = NLA_U8, }, |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 118 | |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 119 | [IWL_TM_ATTR_MEM_ADDR] = { .type = NLA_U32, }, |
| 120 | [IWL_TM_ATTR_BUFFER_SIZE] = { .type = NLA_U32, }, |
| 121 | [IWL_TM_ATTR_BUFFER_DUMP] = { .type = NLA_UNSPEC, }, |
Hsu, Kenny | e1a38fe | 2011-11-28 00:55:38 -0800 | [diff] [blame] | 122 | |
| 123 | [IWL_TM_ATTR_FW_VERSION] = { .type = NLA_U32, }, |
Hsu, Kenny | 0bec12b | 2011-12-01 01:12:50 -0800 | [diff] [blame] | 124 | [IWL_TM_ATTR_DEVICE_ID] = { .type = NLA_U32, }, |
Kenny Hsu | aca9b5f | 2011-12-24 12:12:12 +0800 | [diff] [blame] | 125 | [IWL_TM_ATTR_FW_TYPE] = { .type = NLA_U32, }, |
| 126 | [IWL_TM_ATTR_FW_INST_SIZE] = { .type = NLA_U32, }, |
| 127 | [IWL_TM_ATTR_FW_DATA_SIZE] = { .type = NLA_U32, }, |
Amit Beka | 0aef8dd | 2012-03-07 09:52:29 -0800 | [diff] [blame] | 128 | |
| 129 | [IWL_TM_ATTR_ENABLE_NOTIFICATION] = {.type = NLA_FLAG, }, |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 130 | }; |
| 131 | |
| 132 | /* |
| 133 | * See the struct iwl_rx_packet in iwl-commands.h for the format of the |
| 134 | * received events from the device |
| 135 | */ |
Johannes Berg | 48a2d66 | 2012-03-05 11:24:39 -0800 | [diff] [blame] | 136 | static inline int get_event_length(struct iwl_rx_cmd_buffer *rxb) |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 137 | { |
| 138 | struct iwl_rx_packet *pkt = rxb_addr(rxb); |
| 139 | if (pkt) |
| 140 | return le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK; |
| 141 | else |
| 142 | return 0; |
| 143 | } |
| 144 | |
| 145 | |
| 146 | /* |
| 147 | * This function multicasts the spontaneous messages from the device to the |
| 148 | * user space. It is invoked whenever there is a received messages |
| 149 | * from the device. This function is called within the ISR of the rx handlers |
| 150 | * in iwlagn driver. |
| 151 | * |
| 152 | * The parsing of the message content is left to the user space application, |
| 153 | * The message content is treated as unattacked raw data and is encapsulated |
| 154 | * with IWL_TM_ATTR_UCODE_RX_PKT multicasting to the user space. |
| 155 | * |
| 156 | * @priv: the instance of iwlwifi device |
| 157 | * @rxb: pointer to rx data content received by the ISR |
| 158 | * |
| 159 | * See the message policies and TLVs in iwl_testmode_gnl_msg_policy[]. |
| 160 | * For the messages multicasting to the user application, the mandatory |
| 161 | * TLV fields are : |
| 162 | * IWL_TM_ATTR_COMMAND must be IWL_TM_CMD_DEV2APP_UCODE_RX_PKT |
| 163 | * IWL_TM_ATTR_UCODE_RX_PKT for carrying the message content |
| 164 | */ |
| 165 | |
| 166 | static void iwl_testmode_ucode_rx_pkt(struct iwl_priv *priv, |
Johannes Berg | 48a2d66 | 2012-03-05 11:24:39 -0800 | [diff] [blame] | 167 | struct iwl_rx_cmd_buffer *rxb) |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 168 | { |
| 169 | struct ieee80211_hw *hw = priv->hw; |
| 170 | struct sk_buff *skb; |
| 171 | void *data; |
| 172 | int length; |
| 173 | |
| 174 | data = (void *)rxb_addr(rxb); |
| 175 | length = get_event_length(rxb); |
| 176 | |
| 177 | if (!data || length == 0) |
| 178 | return; |
| 179 | |
| 180 | skb = cfg80211_testmode_alloc_event_skb(hw->wiphy, 20 + length, |
| 181 | GFP_ATOMIC); |
| 182 | if (skb == NULL) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 183 | IWL_ERR(priv, |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 184 | "Run out of memory for messages to user space ?\n"); |
| 185 | return; |
| 186 | } |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 187 | if (nla_put_u32(skb, IWL_TM_ATTR_COMMAND, IWL_TM_CMD_DEV2APP_UCODE_RX_PKT) || |
| 188 | /* the length doesn't include len_n_flags field, so add it manually */ |
| 189 | nla_put(skb, IWL_TM_ATTR_UCODE_RX_PKT, length + sizeof(__le32), data)) |
| 190 | goto nla_put_failure; |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 191 | cfg80211_testmode_event(skb, GFP_ATOMIC); |
| 192 | return; |
| 193 | |
| 194 | nla_put_failure: |
| 195 | kfree_skb(skb); |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 196 | IWL_ERR(priv, "Ouch, overran buffer, check allocation!\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 197 | } |
| 198 | |
| 199 | void iwl_testmode_init(struct iwl_priv *priv) |
| 200 | { |
Amit Beka | 0aef8dd | 2012-03-07 09:52:29 -0800 | [diff] [blame] | 201 | priv->pre_rx_handler = NULL; |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 202 | priv->testmode_trace.trace_enabled = false; |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 203 | priv->testmode_mem.read_in_progress = false; |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 204 | } |
| 205 | |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 206 | static void iwl_mem_cleanup(struct iwl_priv *priv) |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 207 | { |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 208 | if (priv->testmode_mem.read_in_progress) { |
| 209 | kfree(priv->testmode_mem.buff_addr); |
| 210 | priv->testmode_mem.buff_addr = NULL; |
| 211 | priv->testmode_mem.buff_size = 0; |
| 212 | priv->testmode_mem.num_chunks = 0; |
| 213 | priv->testmode_mem.read_in_progress = false; |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 214 | } |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 215 | } |
| 216 | |
| 217 | static void iwl_trace_cleanup(struct iwl_priv *priv) |
| 218 | { |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 219 | if (priv->testmode_trace.trace_enabled) { |
| 220 | if (priv->testmode_trace.cpu_addr && |
| 221 | priv->testmode_trace.dma_addr) |
Emmanuel Grumbach | 1042db2 | 2012-01-03 16:56:15 +0200 | [diff] [blame] | 222 | dma_free_coherent(trans(priv)->dev, |
Wey-Yi Guy | 49b7210 | 2011-05-30 10:29:37 -0700 | [diff] [blame] | 223 | priv->testmode_trace.total_size, |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 224 | priv->testmode_trace.cpu_addr, |
| 225 | priv->testmode_trace.dma_addr); |
| 226 | priv->testmode_trace.trace_enabled = false; |
| 227 | priv->testmode_trace.cpu_addr = NULL; |
| 228 | priv->testmode_trace.trace_addr = NULL; |
| 229 | priv->testmode_trace.dma_addr = 0; |
Wey-Yi Guy | 49b7210 | 2011-05-30 10:29:37 -0700 | [diff] [blame] | 230 | priv->testmode_trace.buff_size = 0; |
| 231 | priv->testmode_trace.total_size = 0; |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 232 | } |
| 233 | } |
| 234 | |
| 235 | |
| 236 | void iwl_testmode_cleanup(struct iwl_priv *priv) |
| 237 | { |
| 238 | iwl_trace_cleanup(priv); |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 239 | iwl_mem_cleanup(priv); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 240 | } |
| 241 | |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 242 | |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 243 | /* |
| 244 | * This function handles the user application commands to the ucode. |
| 245 | * |
| 246 | * It retrieves the mandatory fields IWL_TM_ATTR_UCODE_CMD_ID and |
| 247 | * IWL_TM_ATTR_UCODE_CMD_DATA and calls to the handler to send the |
| 248 | * host command to the ucode. |
| 249 | * |
| 250 | * If any mandatory field is missing, -ENOMSG is replied to the user space |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 251 | * application; otherwise, waits for the host command to be sent and checks |
| 252 | * the return code. In case or error, it is returned, otherwise a reply is |
| 253 | * allocated and the reply RX packet |
| 254 | * is returned. |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 255 | * |
| 256 | * @hw: ieee80211_hw object that represents the device |
| 257 | * @tb: gnl message fields from the user space |
| 258 | */ |
| 259 | static int iwl_testmode_ucode(struct ieee80211_hw *hw, struct nlattr **tb) |
| 260 | { |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 261 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 262 | struct iwl_host_cmd cmd; |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 263 | struct iwl_rx_packet *pkt; |
| 264 | struct sk_buff *skb; |
| 265 | void *reply_buf; |
| 266 | u32 reply_len; |
| 267 | int ret; |
| 268 | bool cmd_want_skb; |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 269 | |
| 270 | memset(&cmd, 0, sizeof(struct iwl_host_cmd)); |
| 271 | |
| 272 | if (!tb[IWL_TM_ATTR_UCODE_CMD_ID] || |
| 273 | !tb[IWL_TM_ATTR_UCODE_CMD_DATA]) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 274 | IWL_ERR(priv, "Missing ucode command mandatory fields\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 275 | return -ENOMSG; |
| 276 | } |
| 277 | |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 278 | cmd.flags = CMD_ON_DEMAND | CMD_SYNC; |
| 279 | cmd_want_skb = nla_get_flag(tb[IWL_TM_ATTR_UCODE_CMD_SKB]); |
| 280 | if (cmd_want_skb) |
| 281 | cmd.flags |= CMD_WANT_SKB; |
| 282 | |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 283 | cmd.id = nla_get_u8(tb[IWL_TM_ATTR_UCODE_CMD_ID]); |
Johannes Berg | 3fa5073 | 2011-05-04 07:50:38 -0700 | [diff] [blame] | 284 | cmd.data[0] = nla_data(tb[IWL_TM_ATTR_UCODE_CMD_DATA]); |
| 285 | cmd.len[0] = nla_len(tb[IWL_TM_ATTR_UCODE_CMD_DATA]); |
Johannes Berg | 4ce7cc2 | 2011-05-13 11:57:40 -0700 | [diff] [blame] | 286 | cmd.dataflags[0] = IWL_HCMD_DFL_NOCOPY; |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 287 | IWL_DEBUG_INFO(priv, "testmode ucode command ID 0x%x, flags 0x%x," |
Johannes Berg | 3fa5073 | 2011-05-04 07:50:38 -0700 | [diff] [blame] | 288 | " len %d\n", cmd.id, cmd.flags, cmd.len[0]); |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 289 | |
Johannes Berg | e10a053 | 2012-03-06 13:30:39 -0800 | [diff] [blame] | 290 | ret = iwl_dvm_send_cmd(priv, &cmd); |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 291 | if (ret) { |
| 292 | IWL_ERR(priv, "Failed to send hcmd\n"); |
| 293 | return ret; |
| 294 | } |
| 295 | if (!cmd_want_skb) |
| 296 | return ret; |
| 297 | |
| 298 | /* Handling return of SKB to the user */ |
Johannes Berg | 65b94a4 | 2012-03-05 11:24:38 -0800 | [diff] [blame] | 299 | pkt = cmd.resp_pkt; |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 300 | if (!pkt) { |
| 301 | IWL_ERR(priv, "HCMD received a null response packet\n"); |
| 302 | return ret; |
| 303 | } |
| 304 | |
| 305 | reply_len = le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK; |
| 306 | skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, reply_len + 20); |
| 307 | reply_buf = kmalloc(reply_len, GFP_KERNEL); |
| 308 | if (!skb || !reply_buf) { |
| 309 | kfree_skb(skb); |
| 310 | kfree(reply_buf); |
| 311 | return -ENOMEM; |
| 312 | } |
| 313 | |
| 314 | /* The reply is in a page, that we cannot send to user space. */ |
Amit Beka | edabfa9 | 2012-02-08 10:01:35 +0200 | [diff] [blame] | 315 | memcpy(reply_buf, &(pkt->hdr), reply_len); |
Johannes Berg | 65b94a4 | 2012-03-05 11:24:38 -0800 | [diff] [blame] | 316 | iwl_free_resp(&cmd); |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 317 | |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 318 | if (nla_put_u32(skb, IWL_TM_ATTR_COMMAND, IWL_TM_CMD_DEV2APP_UCODE_RX_PKT) || |
| 319 | nla_put(skb, IWL_TM_ATTR_UCODE_RX_PKT, reply_len, reply_buf)) |
| 320 | goto nla_put_failure; |
Amit Beka | cdfef6c | 2012-01-31 15:30:39 +0200 | [diff] [blame] | 321 | return cfg80211_testmode_reply(skb); |
| 322 | |
| 323 | nla_put_failure: |
| 324 | IWL_DEBUG_INFO(priv, "Failed creating NL attributes\n"); |
| 325 | return -ENOMSG; |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 326 | } |
| 327 | |
| 328 | |
| 329 | /* |
| 330 | * This function handles the user application commands for register access. |
| 331 | * |
| 332 | * It retrieves command ID carried with IWL_TM_ATTR_COMMAND and calls to the |
| 333 | * handlers respectively. |
| 334 | * |
| 335 | * If it's an unknown commdn ID, -ENOSYS is returned; or -ENOMSG if the |
| 336 | * mandatory fields(IWL_TM_ATTR_REG_OFFSET,IWL_TM_ATTR_REG_VALUE32, |
| 337 | * IWL_TM_ATTR_REG_VALUE8) are missing; Otherwise 0 is replied indicating |
| 338 | * the success of the command execution. |
| 339 | * |
| 340 | * If IWL_TM_ATTR_COMMAND is IWL_TM_CMD_APP2DEV_REG_READ32, the register read |
| 341 | * value is returned with IWL_TM_ATTR_REG_VALUE32. |
| 342 | * |
| 343 | * @hw: ieee80211_hw object that represents the device |
| 344 | * @tb: gnl message fields from the user space |
| 345 | */ |
| 346 | static int iwl_testmode_reg(struct ieee80211_hw *hw, struct nlattr **tb) |
| 347 | { |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 348 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Amit Beka | 6fe7dd0 | 2012-01-25 09:19:24 +0200 | [diff] [blame] | 349 | u32 ofs, val32, cmd; |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 350 | u8 val8; |
| 351 | struct sk_buff *skb; |
| 352 | int status = 0; |
| 353 | |
| 354 | if (!tb[IWL_TM_ATTR_REG_OFFSET]) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 355 | IWL_ERR(priv, "Missing register offset\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 356 | return -ENOMSG; |
| 357 | } |
| 358 | ofs = nla_get_u32(tb[IWL_TM_ATTR_REG_OFFSET]); |
| 359 | IWL_INFO(priv, "testmode register access command offset 0x%x\n", ofs); |
| 360 | |
Amit Beka | 6fe7dd0 | 2012-01-25 09:19:24 +0200 | [diff] [blame] | 361 | /* Allow access only to FH/CSR/HBUS in direct mode. |
| 362 | Since we don't have the upper bounds for the CSR and HBUS segments, |
| 363 | we will use only the upper bound of FH for sanity check. */ |
| 364 | cmd = nla_get_u32(tb[IWL_TM_ATTR_COMMAND]); |
| 365 | if ((cmd == IWL_TM_CMD_APP2DEV_DIRECT_REG_READ32 || |
| 366 | cmd == IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE32 || |
| 367 | cmd == IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE8) && |
| 368 | (ofs >= FH_MEM_UPPER_BOUND)) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 369 | IWL_ERR(priv, "offset out of segment (0x0 - 0x%x)\n", |
Amit Beka | 6fe7dd0 | 2012-01-25 09:19:24 +0200 | [diff] [blame] | 370 | FH_MEM_UPPER_BOUND); |
| 371 | return -EINVAL; |
| 372 | } |
| 373 | |
| 374 | switch (cmd) { |
Hsu, Kenny | 72bcacc | 2011-11-15 19:24:32 -0800 | [diff] [blame] | 375 | case IWL_TM_CMD_APP2DEV_DIRECT_REG_READ32: |
Emmanuel Grumbach | 1042db2 | 2012-01-03 16:56:15 +0200 | [diff] [blame] | 376 | val32 = iwl_read_direct32(trans(priv), ofs); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 377 | IWL_INFO(priv, "32bit value to read 0x%x\n", val32); |
| 378 | |
| 379 | skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, 20); |
| 380 | if (!skb) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 381 | IWL_ERR(priv, "Memory allocation fail\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 382 | return -ENOMEM; |
| 383 | } |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 384 | if (nla_put_u32(skb, IWL_TM_ATTR_REG_VALUE32, val32)) |
| 385 | goto nla_put_failure; |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 386 | status = cfg80211_testmode_reply(skb); |
| 387 | if (status < 0) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 388 | IWL_ERR(priv, "Error sending msg : %d\n", status); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 389 | break; |
Hsu, Kenny | 72bcacc | 2011-11-15 19:24:32 -0800 | [diff] [blame] | 390 | case IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE32: |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 391 | if (!tb[IWL_TM_ATTR_REG_VALUE32]) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 392 | IWL_ERR(priv, "Missing value to write\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 393 | return -ENOMSG; |
| 394 | } else { |
| 395 | val32 = nla_get_u32(tb[IWL_TM_ATTR_REG_VALUE32]); |
| 396 | IWL_INFO(priv, "32bit value to write 0x%x\n", val32); |
Emmanuel Grumbach | 1042db2 | 2012-01-03 16:56:15 +0200 | [diff] [blame] | 397 | iwl_write_direct32(trans(priv), ofs, val32); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 398 | } |
| 399 | break; |
Hsu, Kenny | 72bcacc | 2011-11-15 19:24:32 -0800 | [diff] [blame] | 400 | case IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE8: |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 401 | if (!tb[IWL_TM_ATTR_REG_VALUE8]) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 402 | IWL_ERR(priv, "Missing value to write\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 403 | return -ENOMSG; |
| 404 | } else { |
| 405 | val8 = nla_get_u8(tb[IWL_TM_ATTR_REG_VALUE8]); |
| 406 | IWL_INFO(priv, "8bit value to write 0x%x\n", val8); |
Emmanuel Grumbach | 1042db2 | 2012-01-03 16:56:15 +0200 | [diff] [blame] | 407 | iwl_write8(trans(priv), ofs, val8); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 408 | } |
| 409 | break; |
| 410 | default: |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 411 | IWL_ERR(priv, "Unknown testmode register command ID\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 412 | return -ENOSYS; |
| 413 | } |
| 414 | |
| 415 | return status; |
| 416 | |
| 417 | nla_put_failure: |
| 418 | kfree_skb(skb); |
| 419 | return -EMSGSIZE; |
| 420 | } |
| 421 | |
| 422 | |
| 423 | static int iwl_testmode_cfg_init_calib(struct iwl_priv *priv) |
| 424 | { |
| 425 | struct iwl_notification_wait calib_wait; |
Johannes Berg | db662d4 | 2012-03-15 13:26:44 -0700 | [diff] [blame] | 426 | static const u8 calib_complete[] = { |
| 427 | CALIBRATION_COMPLETE_NOTIFICATION |
| 428 | }; |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 429 | int ret; |
| 430 | |
Johannes Berg | 4bd14dd | 2012-03-06 13:30:58 -0800 | [diff] [blame] | 431 | iwl_init_notification_wait(&priv->notif_wait, &calib_wait, |
Johannes Berg | db662d4 | 2012-03-15 13:26:44 -0700 | [diff] [blame] | 432 | calib_complete, ARRAY_SIZE(calib_complete), |
Johannes Berg | 4bd14dd | 2012-03-06 13:30:58 -0800 | [diff] [blame] | 433 | NULL, NULL); |
Johannes Berg | e199188 | 2012-03-06 13:30:36 -0800 | [diff] [blame] | 434 | ret = iwl_init_alive_start(priv); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 435 | if (ret) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 436 | IWL_ERR(priv, "Fail init calibration: %d\n", ret); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 437 | goto cfg_init_calib_error; |
| 438 | } |
| 439 | |
Johannes Berg | 4bd14dd | 2012-03-06 13:30:58 -0800 | [diff] [blame] | 440 | ret = iwl_wait_notification(&priv->notif_wait, &calib_wait, 2 * HZ); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 441 | if (ret) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 442 | IWL_ERR(priv, "Error detecting" |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 443 | " CALIBRATION_COMPLETE_NOTIFICATION: %d\n", ret); |
| 444 | return ret; |
| 445 | |
| 446 | cfg_init_calib_error: |
Johannes Berg | 4bd14dd | 2012-03-06 13:30:58 -0800 | [diff] [blame] | 447 | iwl_remove_notification(&priv->notif_wait, &calib_wait); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 448 | return ret; |
| 449 | } |
| 450 | |
| 451 | /* |
| 452 | * This function handles the user application commands for driver. |
| 453 | * |
| 454 | * It retrieves command ID carried with IWL_TM_ATTR_COMMAND and calls to the |
| 455 | * handlers respectively. |
| 456 | * |
| 457 | * If it's an unknown commdn ID, -ENOSYS is replied; otherwise, the returned |
| 458 | * value of the actual command execution is replied to the user application. |
| 459 | * |
| 460 | * If there's any message responding to the user space, IWL_TM_ATTR_SYNC_RSP |
| 461 | * is used for carry the message while IWL_TM_ATTR_COMMAND must set to |
| 462 | * IWL_TM_CMD_DEV2APP_SYNC_RSP. |
| 463 | * |
| 464 | * @hw: ieee80211_hw object that represents the device |
| 465 | * @tb: gnl message fields from the user space |
| 466 | */ |
| 467 | static int iwl_testmode_driver(struct ieee80211_hw *hw, struct nlattr **tb) |
| 468 | { |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 469 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Don Fry | 69a679b | 2011-12-07 08:50:46 -0800 | [diff] [blame] | 470 | struct iwl_trans *trans = trans(priv); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 471 | struct sk_buff *skb; |
| 472 | unsigned char *rsp_data_ptr = NULL; |
| 473 | int status = 0, rsp_data_len = 0; |
Kenny Hsu | aca9b5f | 2011-12-24 12:12:12 +0800 | [diff] [blame] | 474 | u32 devid, inst_size = 0, data_size = 0; |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 475 | const struct fw_img *img; |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 476 | |
| 477 | switch (nla_get_u32(tb[IWL_TM_ATTR_COMMAND])) { |
| 478 | case IWL_TM_CMD_APP2DEV_GET_DEVICENAME: |
Don Fry | 3862241 | 2011-12-16 07:07:36 -0800 | [diff] [blame] | 479 | rsp_data_ptr = (unsigned char *)cfg(priv)->name; |
| 480 | rsp_data_len = strlen(cfg(priv)->name); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 481 | skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, |
| 482 | rsp_data_len + 20); |
| 483 | if (!skb) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 484 | IWL_ERR(priv, "Memory allocation fail\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 485 | return -ENOMEM; |
| 486 | } |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 487 | if (nla_put_u32(skb, IWL_TM_ATTR_COMMAND, |
| 488 | IWL_TM_CMD_DEV2APP_SYNC_RSP) || |
| 489 | nla_put(skb, IWL_TM_ATTR_SYNC_RSP, |
| 490 | rsp_data_len, rsp_data_ptr)) |
| 491 | goto nla_put_failure; |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 492 | status = cfg80211_testmode_reply(skb); |
| 493 | if (status < 0) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 494 | IWL_ERR(priv, "Error sending msg : %d\n", status); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 495 | break; |
| 496 | |
| 497 | case IWL_TM_CMD_APP2DEV_LOAD_INIT_FW: |
Johannes Berg | e199188 | 2012-03-06 13:30:36 -0800 | [diff] [blame] | 498 | status = iwl_load_ucode_wait_alive(priv, IWL_UCODE_INIT); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 499 | if (status) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 500 | IWL_ERR(priv, "Error loading init ucode: %d\n", status); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 501 | break; |
| 502 | |
| 503 | case IWL_TM_CMD_APP2DEV_CFG_INIT_CALIB: |
| 504 | iwl_testmode_cfg_init_calib(priv); |
David Spinadel | 8f7ffbe | 2012-03-10 13:00:10 -0800 | [diff] [blame] | 505 | priv->ucode_loaded = false; |
Don Fry | 69a679b | 2011-12-07 08:50:46 -0800 | [diff] [blame] | 506 | iwl_trans_stop_device(trans); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 507 | break; |
| 508 | |
| 509 | case IWL_TM_CMD_APP2DEV_LOAD_RUNTIME_FW: |
Johannes Berg | e199188 | 2012-03-06 13:30:36 -0800 | [diff] [blame] | 510 | status = iwl_load_ucode_wait_alive(priv, IWL_UCODE_REGULAR); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 511 | if (status) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 512 | IWL_ERR(priv, |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 513 | "Error loading runtime ucode: %d\n", status); |
| 514 | break; |
| 515 | } |
| 516 | status = iwl_alive_start(priv); |
| 517 | if (status) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 518 | IWL_ERR(priv, |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 519 | "Error starting the device: %d\n", status); |
| 520 | break; |
| 521 | |
Hsu, Kenny | d4af19f | 2011-11-24 22:26:53 -0800 | [diff] [blame] | 522 | case IWL_TM_CMD_APP2DEV_LOAD_WOWLAN_FW: |
| 523 | iwl_scan_cancel_timeout(priv, 200); |
David Spinadel | 8f7ffbe | 2012-03-10 13:00:10 -0800 | [diff] [blame] | 524 | priv->ucode_loaded = false; |
Don Fry | 69a679b | 2011-12-07 08:50:46 -0800 | [diff] [blame] | 525 | iwl_trans_stop_device(trans); |
Johannes Berg | e199188 | 2012-03-06 13:30:36 -0800 | [diff] [blame] | 526 | status = iwl_load_ucode_wait_alive(priv, IWL_UCODE_WOWLAN); |
Hsu, Kenny | d4af19f | 2011-11-24 22:26:53 -0800 | [diff] [blame] | 527 | if (status) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 528 | IWL_ERR(priv, |
Hsu, Kenny | d4af19f | 2011-11-24 22:26:53 -0800 | [diff] [blame] | 529 | "Error loading WOWLAN ucode: %d\n", status); |
| 530 | break; |
| 531 | } |
| 532 | status = iwl_alive_start(priv); |
| 533 | if (status) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 534 | IWL_ERR(priv, |
Hsu, Kenny | d4af19f | 2011-11-24 22:26:53 -0800 | [diff] [blame] | 535 | "Error starting the device: %d\n", status); |
| 536 | break; |
| 537 | |
Wey-Yi Guy | 4babc35 | 2011-05-03 18:05:12 -0700 | [diff] [blame] | 538 | case IWL_TM_CMD_APP2DEV_GET_EEPROM: |
Don Fry | ab36eab | 2011-11-30 15:37:32 -0800 | [diff] [blame] | 539 | if (priv->shrd->eeprom) { |
Wey-Yi Guy | 4babc35 | 2011-05-03 18:05:12 -0700 | [diff] [blame] | 540 | skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, |
Don Fry | 3862241 | 2011-12-16 07:07:36 -0800 | [diff] [blame] | 541 | cfg(priv)->base_params->eeprom_size + 20); |
Wey-Yi Guy | 4babc35 | 2011-05-03 18:05:12 -0700 | [diff] [blame] | 542 | if (!skb) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 543 | IWL_ERR(priv, "Memory allocation fail\n"); |
Wey-Yi Guy | 4babc35 | 2011-05-03 18:05:12 -0700 | [diff] [blame] | 544 | return -ENOMEM; |
| 545 | } |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 546 | if (nla_put_u32(skb, IWL_TM_ATTR_COMMAND, |
| 547 | IWL_TM_CMD_DEV2APP_EEPROM_RSP) || |
| 548 | nla_put(skb, IWL_TM_ATTR_EEPROM, |
| 549 | cfg(priv)->base_params->eeprom_size, |
| 550 | priv->shrd->eeprom)) |
| 551 | goto nla_put_failure; |
Wey-Yi Guy | 4babc35 | 2011-05-03 18:05:12 -0700 | [diff] [blame] | 552 | status = cfg80211_testmode_reply(skb); |
| 553 | if (status < 0) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 554 | IWL_ERR(priv, "Error sending msg : %d\n", |
| 555 | status); |
Wey-Yi Guy | 4babc35 | 2011-05-03 18:05:12 -0700 | [diff] [blame] | 556 | } else |
| 557 | return -EFAULT; |
| 558 | break; |
| 559 | |
Wey-Yi Guy | 6489854 | 2011-05-03 18:05:13 -0700 | [diff] [blame] | 560 | case IWL_TM_CMD_APP2DEV_FIXRATE_REQ: |
| 561 | if (!tb[IWL_TM_ATTR_FIXRATE]) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 562 | IWL_ERR(priv, "Missing fixrate setting\n"); |
Wey-Yi Guy | 6489854 | 2011-05-03 18:05:13 -0700 | [diff] [blame] | 563 | return -ENOMSG; |
| 564 | } |
Wey-Yi Guy | 4e30811 | 2011-07-08 08:46:28 -0700 | [diff] [blame] | 565 | priv->tm_fixed_rate = nla_get_u32(tb[IWL_TM_ATTR_FIXRATE]); |
Wey-Yi Guy | 6489854 | 2011-05-03 18:05:13 -0700 | [diff] [blame] | 566 | break; |
| 567 | |
Hsu, Kenny | e1a38fe | 2011-11-28 00:55:38 -0800 | [diff] [blame] | 568 | case IWL_TM_CMD_APP2DEV_GET_FW_VERSION: |
Don Fry | d359667 | 2012-02-06 15:51:15 -0800 | [diff] [blame] | 569 | IWL_INFO(priv, "uCode version raw: 0x%x\n", |
Johannes Berg | 0692fe4 | 2012-03-06 13:30:37 -0800 | [diff] [blame] | 570 | priv->fw->ucode_ver); |
Hsu, Kenny | e1a38fe | 2011-11-28 00:55:38 -0800 | [diff] [blame] | 571 | |
| 572 | skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, 20); |
| 573 | if (!skb) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 574 | IWL_ERR(priv, "Memory allocation fail\n"); |
Hsu, Kenny | e1a38fe | 2011-11-28 00:55:38 -0800 | [diff] [blame] | 575 | return -ENOMEM; |
| 576 | } |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 577 | if (nla_put_u32(skb, IWL_TM_ATTR_FW_VERSION, |
| 578 | priv->fw->ucode_ver)) |
| 579 | goto nla_put_failure; |
Hsu, Kenny | e1a38fe | 2011-11-28 00:55:38 -0800 | [diff] [blame] | 580 | status = cfg80211_testmode_reply(skb); |
| 581 | if (status < 0) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 582 | IWL_ERR(priv, "Error sending msg : %d\n", status); |
Hsu, Kenny | e1a38fe | 2011-11-28 00:55:38 -0800 | [diff] [blame] | 583 | break; |
| 584 | |
Hsu, Kenny | 0bec12b | 2011-12-01 01:12:50 -0800 | [diff] [blame] | 585 | case IWL_TM_CMD_APP2DEV_GET_DEVICE_ID: |
Emmanuel Grumbach | 99673ee | 2012-01-08 21:19:45 +0200 | [diff] [blame] | 586 | devid = trans(priv)->hw_id; |
Wey-Yi Guy | fb6c1c6 | 2011-12-10 11:33:53 -0800 | [diff] [blame] | 587 | IWL_INFO(priv, "hw version: 0x%x\n", devid); |
Hsu, Kenny | 0bec12b | 2011-12-01 01:12:50 -0800 | [diff] [blame] | 588 | |
| 589 | skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, 20); |
| 590 | if (!skb) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 591 | IWL_ERR(priv, "Memory allocation fail\n"); |
Hsu, Kenny | 0bec12b | 2011-12-01 01:12:50 -0800 | [diff] [blame] | 592 | return -ENOMEM; |
| 593 | } |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 594 | if (nla_put_u32(skb, IWL_TM_ATTR_DEVICE_ID, devid)) |
| 595 | goto nla_put_failure; |
Hsu, Kenny | 0bec12b | 2011-12-01 01:12:50 -0800 | [diff] [blame] | 596 | status = cfg80211_testmode_reply(skb); |
| 597 | if (status < 0) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 598 | IWL_ERR(priv, "Error sending msg : %d\n", status); |
Hsu, Kenny | 0bec12b | 2011-12-01 01:12:50 -0800 | [diff] [blame] | 599 | break; |
| 600 | |
Kenny Hsu | aca9b5f | 2011-12-24 12:12:12 +0800 | [diff] [blame] | 601 | case IWL_TM_CMD_APP2DEV_GET_FW_INFO: |
| 602 | skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, 20 + 8); |
| 603 | if (!skb) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 604 | IWL_ERR(priv, "Memory allocation fail\n"); |
Kenny Hsu | aca9b5f | 2011-12-24 12:12:12 +0800 | [diff] [blame] | 605 | return -ENOMEM; |
| 606 | } |
David Spinadel | 8f7ffbe | 2012-03-10 13:00:10 -0800 | [diff] [blame] | 607 | if (!priv->ucode_loaded) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 608 | IWL_ERR(priv, "No uCode has not been loaded\n"); |
David Spinadel | 8f7ffbe | 2012-03-10 13:00:10 -0800 | [diff] [blame] | 609 | return -EINVAL; |
| 610 | } else { |
Meenakshi Venkataraman | a42506e | 2012-03-15 13:26:57 -0700 | [diff] [blame] | 611 | img = &priv->fw->img[priv->cur_ucode]; |
David Spinadel | 6dfa8d0 | 2012-03-10 13:00:14 -0800 | [diff] [blame] | 612 | inst_size = img->sec[IWL_UCODE_SECTION_INST].len; |
| 613 | data_size = img->sec[IWL_UCODE_SECTION_DATA].len; |
Kenny Hsu | aca9b5f | 2011-12-24 12:12:12 +0800 | [diff] [blame] | 614 | } |
John W. Linville | 7eab0f6 | 2012-04-12 14:25:14 -0400 | [diff] [blame^] | 615 | if (nla_put_u32(skb, IWL_TM_ATTR_FW_TYPE, priv->cur_ucode) || |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 616 | nla_put_u32(skb, IWL_TM_ATTR_FW_INST_SIZE, inst_size) || |
| 617 | nla_put_u32(skb, IWL_TM_ATTR_FW_DATA_SIZE, data_size)) |
| 618 | goto nla_put_failure; |
Kenny Hsu | aca9b5f | 2011-12-24 12:12:12 +0800 | [diff] [blame] | 619 | status = cfg80211_testmode_reply(skb); |
| 620 | if (status < 0) |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 621 | IWL_ERR(priv, "Error sending msg : %d\n", status); |
Kenny Hsu | aca9b5f | 2011-12-24 12:12:12 +0800 | [diff] [blame] | 622 | break; |
| 623 | |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 624 | default: |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 625 | IWL_ERR(priv, "Unknown testmode driver command ID\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 626 | return -ENOSYS; |
| 627 | } |
| 628 | return status; |
| 629 | |
| 630 | nla_put_failure: |
| 631 | kfree_skb(skb); |
| 632 | return -EMSGSIZE; |
| 633 | } |
| 634 | |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 635 | |
| 636 | /* |
| 637 | * This function handles the user application commands for uCode trace |
| 638 | * |
| 639 | * It retrieves command ID carried with IWL_TM_ATTR_COMMAND and calls to the |
| 640 | * handlers respectively. |
| 641 | * |
| 642 | * If it's an unknown commdn ID, -ENOSYS is replied; otherwise, the returned |
| 643 | * value of the actual command execution is replied to the user application. |
| 644 | * |
| 645 | * @hw: ieee80211_hw object that represents the device |
| 646 | * @tb: gnl message fields from the user space |
| 647 | */ |
| 648 | static int iwl_testmode_trace(struct ieee80211_hw *hw, struct nlattr **tb) |
| 649 | { |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 650 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 651 | struct sk_buff *skb; |
| 652 | int status = 0; |
Emmanuel Grumbach | 1042db2 | 2012-01-03 16:56:15 +0200 | [diff] [blame] | 653 | struct device *dev = trans(priv)->dev; |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 654 | |
| 655 | switch (nla_get_u32(tb[IWL_TM_ATTR_COMMAND])) { |
| 656 | case IWL_TM_CMD_APP2DEV_BEGIN_TRACE: |
| 657 | if (priv->testmode_trace.trace_enabled) |
| 658 | return -EBUSY; |
| 659 | |
Wey-Yi Guy | 49b7210 | 2011-05-30 10:29:37 -0700 | [diff] [blame] | 660 | if (!tb[IWL_TM_ATTR_TRACE_SIZE]) |
| 661 | priv->testmode_trace.buff_size = TRACE_BUFF_SIZE_DEF; |
| 662 | else |
| 663 | priv->testmode_trace.buff_size = |
| 664 | nla_get_u32(tb[IWL_TM_ATTR_TRACE_SIZE]); |
| 665 | if (!priv->testmode_trace.buff_size) |
| 666 | return -EINVAL; |
| 667 | if (priv->testmode_trace.buff_size < TRACE_BUFF_SIZE_MIN || |
| 668 | priv->testmode_trace.buff_size > TRACE_BUFF_SIZE_MAX) |
| 669 | return -EINVAL; |
| 670 | |
| 671 | priv->testmode_trace.total_size = |
| 672 | priv->testmode_trace.buff_size + TRACE_BUFF_PADD; |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 673 | priv->testmode_trace.cpu_addr = |
| 674 | dma_alloc_coherent(dev, |
Wey-Yi Guy | 49b7210 | 2011-05-30 10:29:37 -0700 | [diff] [blame] | 675 | priv->testmode_trace.total_size, |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 676 | &priv->testmode_trace.dma_addr, |
| 677 | GFP_KERNEL); |
| 678 | if (!priv->testmode_trace.cpu_addr) |
| 679 | return -ENOMEM; |
| 680 | priv->testmode_trace.trace_enabled = true; |
| 681 | priv->testmode_trace.trace_addr = (u8 *)PTR_ALIGN( |
| 682 | priv->testmode_trace.cpu_addr, 0x100); |
| 683 | memset(priv->testmode_trace.trace_addr, 0x03B, |
Wey-Yi Guy | 49b7210 | 2011-05-30 10:29:37 -0700 | [diff] [blame] | 684 | priv->testmode_trace.buff_size); |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 685 | skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, |
| 686 | sizeof(priv->testmode_trace.dma_addr) + 20); |
| 687 | if (!skb) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 688 | IWL_ERR(priv, "Memory allocation fail\n"); |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 689 | iwl_trace_cleanup(priv); |
| 690 | return -ENOMEM; |
| 691 | } |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 692 | if (nla_put(skb, IWL_TM_ATTR_TRACE_ADDR, |
| 693 | sizeof(priv->testmode_trace.dma_addr), |
| 694 | (u64 *)&priv->testmode_trace.dma_addr)) |
| 695 | goto nla_put_failure; |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 696 | status = cfg80211_testmode_reply(skb); |
| 697 | if (status < 0) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 698 | IWL_ERR(priv, "Error sending msg : %d\n", status); |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 699 | } |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 700 | priv->testmode_trace.num_chunks = |
| 701 | DIV_ROUND_UP(priv->testmode_trace.buff_size, |
Hsu, Kenny | e056a65 | 2011-11-22 23:05:02 -0800 | [diff] [blame] | 702 | DUMP_CHUNK_SIZE); |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 703 | break; |
| 704 | |
| 705 | case IWL_TM_CMD_APP2DEV_END_TRACE: |
| 706 | iwl_trace_cleanup(priv); |
| 707 | break; |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 708 | default: |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 709 | IWL_ERR(priv, "Unknown testmode mem command ID\n"); |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 710 | return -ENOSYS; |
| 711 | } |
| 712 | return status; |
| 713 | |
| 714 | nla_put_failure: |
| 715 | kfree_skb(skb); |
| 716 | if (nla_get_u32(tb[IWL_TM_ATTR_COMMAND]) == |
| 717 | IWL_TM_CMD_APP2DEV_BEGIN_TRACE) |
| 718 | iwl_trace_cleanup(priv); |
| 719 | return -EMSGSIZE; |
| 720 | } |
| 721 | |
Johannes Berg | c1803c9 | 2012-03-07 09:52:14 -0800 | [diff] [blame] | 722 | static int iwl_testmode_trace_dump(struct ieee80211_hw *hw, |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 723 | struct sk_buff *skb, |
| 724 | struct netlink_callback *cb) |
| 725 | { |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 726 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 727 | int idx, length; |
| 728 | |
| 729 | if (priv->testmode_trace.trace_enabled && |
| 730 | priv->testmode_trace.trace_addr) { |
| 731 | idx = cb->args[4]; |
| 732 | if (idx >= priv->testmode_trace.num_chunks) |
| 733 | return -ENOENT; |
Hsu, Kenny | e056a65 | 2011-11-22 23:05:02 -0800 | [diff] [blame] | 734 | length = DUMP_CHUNK_SIZE; |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 735 | if (((idx + 1) == priv->testmode_trace.num_chunks) && |
Hsu, Kenny | e056a65 | 2011-11-22 23:05:02 -0800 | [diff] [blame] | 736 | (priv->testmode_trace.buff_size % DUMP_CHUNK_SIZE)) |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 737 | length = priv->testmode_trace.buff_size % |
Hsu, Kenny | e056a65 | 2011-11-22 23:05:02 -0800 | [diff] [blame] | 738 | DUMP_CHUNK_SIZE; |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 739 | |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 740 | if (nla_put(skb, IWL_TM_ATTR_TRACE_DUMP, length, |
| 741 | priv->testmode_trace.trace_addr + |
| 742 | (DUMP_CHUNK_SIZE * idx))) |
| 743 | goto nla_put_failure; |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 744 | idx++; |
| 745 | cb->args[4] = idx; |
| 746 | return 0; |
| 747 | } else |
| 748 | return -EFAULT; |
| 749 | |
| 750 | nla_put_failure: |
| 751 | return -ENOBUFS; |
| 752 | } |
| 753 | |
Wey-Yi Guy | e98a193 | 2011-07-08 08:46:26 -0700 | [diff] [blame] | 754 | /* |
| 755 | * This function handles the user application switch ucode ownership. |
| 756 | * |
| 757 | * It retrieves the mandatory fields IWL_TM_ATTR_UCODE_OWNER and |
| 758 | * decide who the current owner of the uCode |
| 759 | * |
| 760 | * If the current owner is OWNERSHIP_TM, then the only host command |
| 761 | * can deliver to uCode is from testmode, all the other host commands |
| 762 | * will dropped. |
| 763 | * |
| 764 | * default driver is the owner of uCode in normal operational mode |
| 765 | * |
| 766 | * @hw: ieee80211_hw object that represents the device |
| 767 | * @tb: gnl message fields from the user space |
| 768 | */ |
| 769 | static int iwl_testmode_ownership(struct ieee80211_hw *hw, struct nlattr **tb) |
| 770 | { |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 771 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Wey-Yi Guy | e98a193 | 2011-07-08 08:46:26 -0700 | [diff] [blame] | 772 | u8 owner; |
| 773 | |
| 774 | if (!tb[IWL_TM_ATTR_UCODE_OWNER]) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 775 | IWL_ERR(priv, "Missing ucode owner\n"); |
Wey-Yi Guy | e98a193 | 2011-07-08 08:46:26 -0700 | [diff] [blame] | 776 | return -ENOMSG; |
| 777 | } |
| 778 | |
| 779 | owner = nla_get_u8(tb[IWL_TM_ATTR_UCODE_OWNER]); |
Amit Beka | 0aef8dd | 2012-03-07 09:52:29 -0800 | [diff] [blame] | 780 | if (owner == IWL_OWNERSHIP_DRIVER) { |
Johannes Berg | 947a940 | 2012-03-06 13:30:59 -0800 | [diff] [blame] | 781 | priv->ucode_owner = owner; |
Amit Beka | 0aef8dd | 2012-03-07 09:52:29 -0800 | [diff] [blame] | 782 | priv->pre_rx_handler = NULL; |
| 783 | } else if (owner == IWL_OWNERSHIP_TM) { |
| 784 | priv->pre_rx_handler = iwl_testmode_ucode_rx_pkt; |
| 785 | priv->ucode_owner = owner; |
| 786 | } else { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 787 | IWL_ERR(priv, "Invalid owner\n"); |
Wey-Yi Guy | e98a193 | 2011-07-08 08:46:26 -0700 | [diff] [blame] | 788 | return -EINVAL; |
| 789 | } |
| 790 | return 0; |
| 791 | } |
| 792 | |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 793 | static int iwl_testmode_indirect_read(struct iwl_priv *priv, u32 addr, u32 size) |
| 794 | { |
| 795 | struct iwl_trans *trans = trans(priv); |
| 796 | unsigned long flags; |
| 797 | int i; |
| 798 | |
| 799 | if (size & 0x3) |
| 800 | return -EINVAL; |
| 801 | priv->testmode_mem.buff_size = size; |
| 802 | priv->testmode_mem.buff_addr = |
| 803 | kmalloc(priv->testmode_mem.buff_size, GFP_KERNEL); |
| 804 | if (priv->testmode_mem.buff_addr == NULL) |
| 805 | return -ENOMEM; |
| 806 | |
| 807 | /* Hard-coded periphery absolute address */ |
| 808 | if (IWL_TM_ABS_PRPH_START <= addr && |
| 809 | addr < IWL_TM_ABS_PRPH_START + PRPH_END) { |
| 810 | spin_lock_irqsave(&trans->reg_lock, flags); |
| 811 | iwl_grab_nic_access(trans); |
Amit Beka | 858b7c7 | 2012-02-06 00:40:47 +0200 | [diff] [blame] | 812 | iwl_write32(trans, HBUS_TARG_PRPH_RADDR, |
| 813 | addr | (3 << 24)); |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 814 | for (i = 0; i < size; i += 4) |
Amit Beka | 858b7c7 | 2012-02-06 00:40:47 +0200 | [diff] [blame] | 815 | *(u32 *)(priv->testmode_mem.buff_addr + i) = |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 816 | iwl_read32(trans, HBUS_TARG_PRPH_RDAT); |
| 817 | iwl_release_nic_access(trans); |
| 818 | spin_unlock_irqrestore(&trans->reg_lock, flags); |
| 819 | } else { /* target memory (SRAM) */ |
| 820 | _iwl_read_targ_mem_words(trans, addr, |
| 821 | priv->testmode_mem.buff_addr, |
| 822 | priv->testmode_mem.buff_size / 4); |
| 823 | } |
| 824 | |
| 825 | priv->testmode_mem.num_chunks = |
| 826 | DIV_ROUND_UP(priv->testmode_mem.buff_size, DUMP_CHUNK_SIZE); |
| 827 | priv->testmode_mem.read_in_progress = true; |
| 828 | return 0; |
| 829 | |
| 830 | } |
| 831 | |
| 832 | static int iwl_testmode_indirect_write(struct iwl_priv *priv, u32 addr, |
| 833 | u32 size, unsigned char *buf) |
| 834 | { |
| 835 | struct iwl_trans *trans = trans(priv); |
| 836 | u32 val, i; |
| 837 | unsigned long flags; |
| 838 | |
| 839 | if (IWL_TM_ABS_PRPH_START <= addr && |
| 840 | addr < IWL_TM_ABS_PRPH_START + PRPH_END) { |
| 841 | /* Periphery writes can be 1-3 bytes long, or DWORDs */ |
| 842 | if (size < 4) { |
| 843 | memcpy(&val, buf, size); |
| 844 | spin_lock_irqsave(&trans->reg_lock, flags); |
| 845 | iwl_grab_nic_access(trans); |
| 846 | iwl_write32(trans, HBUS_TARG_PRPH_WADDR, |
Amit Beka | 858b7c7 | 2012-02-06 00:40:47 +0200 | [diff] [blame] | 847 | (addr & 0x0000FFFF) | |
| 848 | ((size - 1) << 24)); |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 849 | iwl_write32(trans, HBUS_TARG_PRPH_WDAT, val); |
| 850 | iwl_release_nic_access(trans); |
| 851 | /* needed after consecutive writes w/o read */ |
| 852 | mmiowb(); |
| 853 | spin_unlock_irqrestore(&trans->reg_lock, flags); |
| 854 | } else { |
| 855 | if (size % 4) |
| 856 | return -EINVAL; |
| 857 | for (i = 0; i < size; i += 4) |
| 858 | iwl_write_prph(trans, addr+i, |
Amit Beka | 858b7c7 | 2012-02-06 00:40:47 +0200 | [diff] [blame] | 859 | *(u32 *)(buf+i)); |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 860 | } |
| 861 | } else if (iwlagn_hw_valid_rtc_data_addr(addr) || |
| 862 | (IWLAGN_RTC_INST_LOWER_BOUND <= addr && |
| 863 | addr < IWLAGN_RTC_INST_UPPER_BOUND)) { |
| 864 | _iwl_write_targ_mem_words(trans, addr, buf, size/4); |
| 865 | } else |
| 866 | return -EINVAL; |
| 867 | return 0; |
| 868 | } |
| 869 | |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 870 | /* |
| 871 | * This function handles the user application commands for SRAM data dump |
| 872 | * |
| 873 | * It retrieves the mandatory fields IWL_TM_ATTR_SRAM_ADDR and |
| 874 | * IWL_TM_ATTR_SRAM_SIZE to decide the memory area for SRAM data reading |
| 875 | * |
| 876 | * Several error will be retured, -EBUSY if the SRAM data retrieved by |
| 877 | * previous command has not been delivered to userspace, or -ENOMSG if |
| 878 | * the mandatory fields (IWL_TM_ATTR_SRAM_ADDR,IWL_TM_ATTR_SRAM_SIZE) |
| 879 | * are missing, or -ENOMEM if the buffer allocation fails. |
| 880 | * |
| 881 | * Otherwise 0 is replied indicating the success of the SRAM reading. |
| 882 | * |
| 883 | * @hw: ieee80211_hw object that represents the device |
| 884 | * @tb: gnl message fields from the user space |
| 885 | */ |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 886 | static int iwl_testmode_indirect_mem(struct ieee80211_hw *hw, |
| 887 | struct nlattr **tb) |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 888 | { |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 889 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 890 | u32 addr, size, cmd; |
| 891 | unsigned char *buf; |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 892 | |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 893 | /* Both read and write should be blocked, for atomicity */ |
| 894 | if (priv->testmode_mem.read_in_progress) |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 895 | return -EBUSY; |
| 896 | |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 897 | cmd = nla_get_u32(tb[IWL_TM_ATTR_COMMAND]); |
| 898 | if (!tb[IWL_TM_ATTR_MEM_ADDR]) { |
| 899 | IWL_ERR(priv, "Error finding memory offset address\n"); |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 900 | return -ENOMSG; |
| 901 | } |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 902 | addr = nla_get_u32(tb[IWL_TM_ATTR_MEM_ADDR]); |
| 903 | if (!tb[IWL_TM_ATTR_BUFFER_SIZE]) { |
| 904 | IWL_ERR(priv, "Error finding size for memory reading\n"); |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 905 | return -ENOMSG; |
| 906 | } |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 907 | size = nla_get_u32(tb[IWL_TM_ATTR_BUFFER_SIZE]); |
| 908 | |
| 909 | if (cmd == IWL_TM_CMD_APP2DEV_INDIRECT_BUFFER_READ) |
| 910 | return iwl_testmode_indirect_read(priv, addr, size); |
| 911 | else { |
| 912 | if (!tb[IWL_TM_ATTR_BUFFER_DUMP]) |
| 913 | return -EINVAL; |
| 914 | buf = (unsigned char *) nla_data(tb[IWL_TM_ATTR_BUFFER_DUMP]); |
| 915 | return iwl_testmode_indirect_write(priv, addr, size, buf); |
Kenny Hsu | 76de2f2 | 2011-11-23 06:57:22 -0800 | [diff] [blame] | 916 | } |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 917 | } |
| 918 | |
Johannes Berg | c1803c9 | 2012-03-07 09:52:14 -0800 | [diff] [blame] | 919 | static int iwl_testmode_buffer_dump(struct ieee80211_hw *hw, |
| 920 | struct sk_buff *skb, |
| 921 | struct netlink_callback *cb) |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 922 | { |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 923 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 924 | int idx, length; |
| 925 | |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 926 | if (priv->testmode_mem.read_in_progress) { |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 927 | idx = cb->args[4]; |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 928 | if (idx >= priv->testmode_mem.num_chunks) { |
| 929 | iwl_mem_cleanup(priv); |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 930 | return -ENOENT; |
| 931 | } |
Hsu, Kenny | e056a65 | 2011-11-22 23:05:02 -0800 | [diff] [blame] | 932 | length = DUMP_CHUNK_SIZE; |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 933 | if (((idx + 1) == priv->testmode_mem.num_chunks) && |
| 934 | (priv->testmode_mem.buff_size % DUMP_CHUNK_SIZE)) |
| 935 | length = priv->testmode_mem.buff_size % |
Hsu, Kenny | e056a65 | 2011-11-22 23:05:02 -0800 | [diff] [blame] | 936 | DUMP_CHUNK_SIZE; |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 937 | |
David S. Miller | d33e152 | 2012-04-01 21:03:10 -0400 | [diff] [blame] | 938 | if (nla_put(skb, IWL_TM_ATTR_BUFFER_DUMP, length, |
| 939 | priv->testmode_mem.buff_addr + |
| 940 | (DUMP_CHUNK_SIZE * idx))) |
| 941 | goto nla_put_failure; |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 942 | idx++; |
| 943 | cb->args[4] = idx; |
| 944 | return 0; |
| 945 | } else |
| 946 | return -EFAULT; |
| 947 | |
| 948 | nla_put_failure: |
| 949 | return -ENOBUFS; |
| 950 | } |
| 951 | |
Amit Beka | 0aef8dd | 2012-03-07 09:52:29 -0800 | [diff] [blame] | 952 | static int iwl_testmode_notifications(struct ieee80211_hw *hw, |
| 953 | struct nlattr **tb) |
| 954 | { |
| 955 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
| 956 | bool enable; |
| 957 | |
| 958 | enable = nla_get_flag(tb[IWL_TM_ATTR_ENABLE_NOTIFICATION]); |
| 959 | if (enable) |
| 960 | priv->pre_rx_handler = iwl_testmode_ucode_rx_pkt; |
| 961 | else |
| 962 | priv->pre_rx_handler = NULL; |
| 963 | return 0; |
| 964 | } |
| 965 | |
Wey-Yi Guy | e98a193 | 2011-07-08 08:46:26 -0700 | [diff] [blame] | 966 | |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 967 | /* The testmode gnl message handler that takes the gnl message from the |
| 968 | * user space and parses it per the policy iwl_testmode_gnl_msg_policy, then |
| 969 | * invoke the corresponding handlers. |
| 970 | * |
| 971 | * This function is invoked when there is user space application sending |
| 972 | * gnl message through the testmode tunnel NL80211_CMD_TESTMODE regulated |
| 973 | * by nl80211. |
| 974 | * |
| 975 | * It retrieves the mandatory field, IWL_TM_ATTR_COMMAND, before |
| 976 | * dispatching it to the corresponding handler. |
| 977 | * |
| 978 | * If IWL_TM_ATTR_COMMAND is missing, -ENOMSG is replied to user application; |
| 979 | * -ENOSYS is replied to the user application if the command is unknown; |
| 980 | * Otherwise, the command is dispatched to the respective handler. |
| 981 | * |
| 982 | * @hw: ieee80211_hw object that represents the device |
| 983 | * @data: pointer to user space message |
| 984 | * @len: length in byte of @data |
| 985 | */ |
Wey-Yi Guy | ade4c64 | 2011-10-10 07:27:11 -0700 | [diff] [blame] | 986 | int iwlagn_mac_testmode_cmd(struct ieee80211_hw *hw, void *data, int len) |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 987 | { |
Wey-Yi Guy | a677927 | 2011-07-11 10:47:39 -0700 | [diff] [blame] | 988 | struct nlattr *tb[IWL_TM_ATTR_MAX]; |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 989 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 990 | int result; |
| 991 | |
| 992 | result = nla_parse(tb, IWL_TM_ATTR_MAX - 1, data, len, |
| 993 | iwl_testmode_gnl_msg_policy); |
| 994 | if (result != 0) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 995 | IWL_ERR(priv, "Error parsing the gnl message : %d\n", result); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 996 | return result; |
| 997 | } |
| 998 | |
| 999 | /* IWL_TM_ATTR_COMMAND is absolutely mandatory */ |
| 1000 | if (!tb[IWL_TM_ATTR_COMMAND]) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 1001 | IWL_ERR(priv, "Missing testmode command type\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 1002 | return -ENOMSG; |
| 1003 | } |
| 1004 | /* in case multiple accesses to the device happens */ |
Johannes Berg | b1eea29 | 2012-03-06 13:30:42 -0800 | [diff] [blame] | 1005 | mutex_lock(&priv->mutex); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 1006 | |
| 1007 | switch (nla_get_u32(tb[IWL_TM_ATTR_COMMAND])) { |
| 1008 | case IWL_TM_CMD_APP2DEV_UCODE: |
| 1009 | IWL_DEBUG_INFO(priv, "testmode cmd to uCode\n"); |
| 1010 | result = iwl_testmode_ucode(hw, tb); |
| 1011 | break; |
Hsu, Kenny | 72bcacc | 2011-11-15 19:24:32 -0800 | [diff] [blame] | 1012 | case IWL_TM_CMD_APP2DEV_DIRECT_REG_READ32: |
| 1013 | case IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE32: |
| 1014 | case IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE8: |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 1015 | IWL_DEBUG_INFO(priv, "testmode cmd to register\n"); |
| 1016 | result = iwl_testmode_reg(hw, tb); |
| 1017 | break; |
| 1018 | case IWL_TM_CMD_APP2DEV_GET_DEVICENAME: |
| 1019 | case IWL_TM_CMD_APP2DEV_LOAD_INIT_FW: |
| 1020 | case IWL_TM_CMD_APP2DEV_CFG_INIT_CALIB: |
| 1021 | case IWL_TM_CMD_APP2DEV_LOAD_RUNTIME_FW: |
Wey-Yi Guy | 4babc35 | 2011-05-03 18:05:12 -0700 | [diff] [blame] | 1022 | case IWL_TM_CMD_APP2DEV_GET_EEPROM: |
Wey-Yi Guy | 6489854 | 2011-05-03 18:05:13 -0700 | [diff] [blame] | 1023 | case IWL_TM_CMD_APP2DEV_FIXRATE_REQ: |
Hsu, Kenny | d4af19f | 2011-11-24 22:26:53 -0800 | [diff] [blame] | 1024 | case IWL_TM_CMD_APP2DEV_LOAD_WOWLAN_FW: |
Hsu, Kenny | e1a38fe | 2011-11-28 00:55:38 -0800 | [diff] [blame] | 1025 | case IWL_TM_CMD_APP2DEV_GET_FW_VERSION: |
Hsu, Kenny | 0bec12b | 2011-12-01 01:12:50 -0800 | [diff] [blame] | 1026 | case IWL_TM_CMD_APP2DEV_GET_DEVICE_ID: |
Kenny Hsu | aca9b5f | 2011-12-24 12:12:12 +0800 | [diff] [blame] | 1027 | case IWL_TM_CMD_APP2DEV_GET_FW_INFO: |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 1028 | IWL_DEBUG_INFO(priv, "testmode cmd to driver\n"); |
| 1029 | result = iwl_testmode_driver(hw, tb); |
| 1030 | break; |
Wey-Yi Guy | 7a4e528 | 2011-05-06 10:21:28 -0700 | [diff] [blame] | 1031 | |
| 1032 | case IWL_TM_CMD_APP2DEV_BEGIN_TRACE: |
| 1033 | case IWL_TM_CMD_APP2DEV_END_TRACE: |
| 1034 | case IWL_TM_CMD_APP2DEV_READ_TRACE: |
| 1035 | IWL_DEBUG_INFO(priv, "testmode uCode trace cmd to driver\n"); |
| 1036 | result = iwl_testmode_trace(hw, tb); |
| 1037 | break; |
| 1038 | |
Wey-Yi Guy | e98a193 | 2011-07-08 08:46:26 -0700 | [diff] [blame] | 1039 | case IWL_TM_CMD_APP2DEV_OWNERSHIP: |
| 1040 | IWL_DEBUG_INFO(priv, "testmode change uCode ownership\n"); |
| 1041 | result = iwl_testmode_ownership(hw, tb); |
| 1042 | break; |
| 1043 | |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 1044 | case IWL_TM_CMD_APP2DEV_INDIRECT_BUFFER_READ: |
| 1045 | case IWL_TM_CMD_APP2DEV_INDIRECT_BUFFER_WRITE: |
| 1046 | IWL_DEBUG_INFO(priv, "testmode indirect memory cmd " |
| 1047 | "to driver\n"); |
| 1048 | result = iwl_testmode_indirect_mem(hw, tb); |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 1049 | break; |
| 1050 | |
Amit Beka | 0aef8dd | 2012-03-07 09:52:29 -0800 | [diff] [blame] | 1051 | case IWL_TM_CMD_APP2DEV_NOTIFICATIONS: |
| 1052 | IWL_DEBUG_INFO(priv, "testmode notifications cmd " |
| 1053 | "to driver\n"); |
| 1054 | result = iwl_testmode_notifications(hw, tb); |
| 1055 | break; |
| 1056 | |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 1057 | default: |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 1058 | IWL_ERR(priv, "Unknown testmode command\n"); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 1059 | result = -ENOSYS; |
| 1060 | break; |
| 1061 | } |
| 1062 | |
Johannes Berg | b1eea29 | 2012-03-06 13:30:42 -0800 | [diff] [blame] | 1063 | mutex_unlock(&priv->mutex); |
Cindy H. Kao | 4613e72 | 2011-05-06 10:40:15 -0700 | [diff] [blame] | 1064 | return result; |
| 1065 | } |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1066 | |
Wey-Yi Guy | ade4c64 | 2011-10-10 07:27:11 -0700 | [diff] [blame] | 1067 | int iwlagn_mac_testmode_dump(struct ieee80211_hw *hw, struct sk_buff *skb, |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1068 | struct netlink_callback *cb, |
| 1069 | void *data, int len) |
| 1070 | { |
| 1071 | struct nlattr *tb[IWL_TM_ATTR_MAX]; |
Emmanuel Grumbach | d0f76d6 | 2012-02-09 16:08:15 +0200 | [diff] [blame] | 1072 | struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw); |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1073 | int result; |
| 1074 | u32 cmd; |
| 1075 | |
| 1076 | if (cb->args[3]) { |
| 1077 | /* offset by 1 since commands start at 0 */ |
| 1078 | cmd = cb->args[3] - 1; |
| 1079 | } else { |
| 1080 | result = nla_parse(tb, IWL_TM_ATTR_MAX - 1, data, len, |
| 1081 | iwl_testmode_gnl_msg_policy); |
| 1082 | if (result) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 1083 | IWL_ERR(priv, |
| 1084 | "Error parsing the gnl message : %d\n", result); |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1085 | return result; |
| 1086 | } |
| 1087 | |
| 1088 | /* IWL_TM_ATTR_COMMAND is absolutely mandatory */ |
| 1089 | if (!tb[IWL_TM_ATTR_COMMAND]) { |
Wey-Yi Guy | 2f73d7c | 2012-02-03 13:06:57 -0800 | [diff] [blame] | 1090 | IWL_ERR(priv, "Missing testmode command type\n"); |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1091 | return -ENOMSG; |
| 1092 | } |
| 1093 | cmd = nla_get_u32(tb[IWL_TM_ATTR_COMMAND]); |
| 1094 | cb->args[3] = cmd + 1; |
| 1095 | } |
| 1096 | |
| 1097 | /* in case multiple accesses to the device happens */ |
Johannes Berg | b1eea29 | 2012-03-06 13:30:42 -0800 | [diff] [blame] | 1098 | mutex_lock(&priv->mutex); |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1099 | switch (cmd) { |
| 1100 | case IWL_TM_CMD_APP2DEV_READ_TRACE: |
| 1101 | IWL_DEBUG_INFO(priv, "uCode trace cmd to driver\n"); |
Johannes Berg | c1803c9 | 2012-03-07 09:52:14 -0800 | [diff] [blame] | 1102 | result = iwl_testmode_trace_dump(hw, skb, cb); |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1103 | break; |
Amit Beka | 6c55f5e | 2012-01-25 13:30:27 +0200 | [diff] [blame] | 1104 | case IWL_TM_CMD_APP2DEV_INDIRECT_BUFFER_DUMP: |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 1105 | IWL_DEBUG_INFO(priv, "testmode sram dump cmd to driver\n"); |
Johannes Berg | c1803c9 | 2012-03-07 09:52:14 -0800 | [diff] [blame] | 1106 | result = iwl_testmode_buffer_dump(hw, skb, cb); |
Hsu, Kenny | 306713f | 2011-11-22 23:03:39 -0800 | [diff] [blame] | 1107 | break; |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1108 | default: |
| 1109 | result = -EINVAL; |
| 1110 | break; |
| 1111 | } |
| 1112 | |
Johannes Berg | b1eea29 | 2012-03-06 13:30:42 -0800 | [diff] [blame] | 1113 | mutex_unlock(&priv->mutex); |
Wey-Yi Guy | eb64dca | 2011-05-31 08:03:02 -0700 | [diff] [blame] | 1114 | return result; |
| 1115 | } |