blob: e3e5fb614178070b086c73bd3a9656ef0d977cce [file] [log] [blame]
Tomas Winkler857485c2008-03-21 13:53:44 -07001/******************************************************************************
2 *
3 * GPL LICENSE SUMMARY
4 *
Wey-Yi Guy901069c2011-04-05 09:42:00 -07005 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
Tomas Winkler857485c2008-03-21 13:53:44 -07006 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of version 2 of the GNU General Public License as
9 * published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
19 * USA
20 *
21 * The full GNU General Public License is included in this distribution
22 * in the file called LICENSE.GPL.
23 *
24 * Contact Information:
Winkler, Tomas759ef892008-12-09 11:28:58 -080025 * Intel Linux Wireless <ilw@linux.intel.com>
Tomas Winkler857485c2008-03-21 13:53:44 -070026 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *****************************************************************************/
28
29#include <linux/kernel.h>
30#include <linux/module.h>
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040031#include <linux/sched.h>
Tomas Winkler857485c2008-03-21 13:53:44 -070032#include <net/mac80211.h>
33
Tomas Winkler3e0d4cb2008-04-24 11:55:38 -070034#include "iwl-dev.h" /* FIXME: remove */
Tomas Winkler857485c2008-03-21 13:53:44 -070035#include "iwl-debug.h"
36#include "iwl-eeprom.h"
37#include "iwl-core.h"
38
39
Tomas Winkler857485c2008-03-21 13:53:44 -070040const char *get_cmd_string(u8 cmd)
41{
42 switch (cmd) {
43 IWL_CMD(REPLY_ALIVE);
44 IWL_CMD(REPLY_ERROR);
45 IWL_CMD(REPLY_RXON);
46 IWL_CMD(REPLY_RXON_ASSOC);
47 IWL_CMD(REPLY_QOS_PARAM);
48 IWL_CMD(REPLY_RXON_TIMING);
49 IWL_CMD(REPLY_ADD_STA);
50 IWL_CMD(REPLY_REMOVE_STA);
51 IWL_CMD(REPLY_REMOVE_ALL_STA);
Wey-Yi Guy947279e2010-06-24 13:18:33 -070052 IWL_CMD(REPLY_TXFIFO_FLUSH);
Emmanuel Grumbach0a0bed12008-04-14 21:16:05 -070053 IWL_CMD(REPLY_WEPKEY);
Tomas Winkler857485c2008-03-21 13:53:44 -070054 IWL_CMD(REPLY_TX);
Tomas Winkler857485c2008-03-21 13:53:44 -070055 IWL_CMD(REPLY_LEDS_CMD);
56 IWL_CMD(REPLY_TX_LINK_QUALITY_CMD);
Tomas Winkler7c616cb2008-05-29 16:35:05 +080057 IWL_CMD(COEX_PRIORITY_TABLE_CMD);
Wey-Yi Guyfe1bcbf2009-10-30 14:36:16 -070058 IWL_CMD(COEX_MEDIUM_NOTIFICATION);
59 IWL_CMD(COEX_EVENT_CMD);
Tomas Winkler857485c2008-03-21 13:53:44 -070060 IWL_CMD(REPLY_QUIET_CMD);
61 IWL_CMD(REPLY_CHANNEL_SWITCH);
62 IWL_CMD(CHANNEL_SWITCH_NOTIFICATION);
63 IWL_CMD(REPLY_SPECTRUM_MEASUREMENT_CMD);
64 IWL_CMD(SPECTRUM_MEASURE_NOTIFICATION);
65 IWL_CMD(POWER_TABLE_CMD);
66 IWL_CMD(PM_SLEEP_NOTIFICATION);
67 IWL_CMD(PM_DEBUG_STATISTIC_NOTIFIC);
68 IWL_CMD(REPLY_SCAN_CMD);
69 IWL_CMD(REPLY_SCAN_ABORT_CMD);
70 IWL_CMD(SCAN_START_NOTIFICATION);
71 IWL_CMD(SCAN_RESULTS_NOTIFICATION);
72 IWL_CMD(SCAN_COMPLETE_NOTIFICATION);
73 IWL_CMD(BEACON_NOTIFICATION);
74 IWL_CMD(REPLY_TX_BEACON);
75 IWL_CMD(WHO_IS_AWAKE_NOTIFICATION);
76 IWL_CMD(QUIET_NOTIFICATION);
77 IWL_CMD(REPLY_TX_PWR_TABLE_CMD);
78 IWL_CMD(MEASURE_ABORT_NOTIFICATION);
79 IWL_CMD(REPLY_BT_CONFIG);
80 IWL_CMD(REPLY_STATISTICS_CMD);
81 IWL_CMD(STATISTICS_NOTIFICATION);
82 IWL_CMD(REPLY_CARD_STATE_CMD);
83 IWL_CMD(CARD_STATE_NOTIFICATION);
84 IWL_CMD(MISSED_BEACONS_NOTIFICATION);
85 IWL_CMD(REPLY_CT_KILL_CONFIG_CMD);
86 IWL_CMD(SENSITIVITY_CMD);
87 IWL_CMD(REPLY_PHY_CALIBRATION_CMD);
88 IWL_CMD(REPLY_RX_PHY_CMD);
89 IWL_CMD(REPLY_RX_MPDU_CMD);
90 IWL_CMD(REPLY_RX);
91 IWL_CMD(REPLY_COMPRESSED_BA);
Tomas Winkler7c616cb2008-05-29 16:35:05 +080092 IWL_CMD(CALIBRATION_CFG_CMD);
93 IWL_CMD(CALIBRATION_RES_NOTIFICATION);
94 IWL_CMD(CALIBRATION_COMPLETE_NOTIFICATION);
Emmanuel Grumbachebbbdc32008-06-30 17:23:05 +080095 IWL_CMD(REPLY_TX_POWER_DBM_CMD);
Jay Sternberg1a5c3d62009-10-23 13:42:19 -070096 IWL_CMD(TEMPERATURE_NOTIFICATION);
97 IWL_CMD(TX_ANT_CONFIGURATION_CMD);
Johannes Berg0288d232010-08-23 07:56:54 -070098 IWL_CMD(REPLY_BT_COEX_PROFILE_NOTIF);
99 IWL_CMD(REPLY_BT_COEX_PRIO_TABLE);
100 IWL_CMD(REPLY_BT_COEX_PROT_ENV);
Johannes Berg946ba302010-08-23 10:46:48 +0200101 IWL_CMD(REPLY_WIPAN_PARAMS);
102 IWL_CMD(REPLY_WIPAN_RXON);
103 IWL_CMD(REPLY_WIPAN_RXON_TIMING);
104 IWL_CMD(REPLY_WIPAN_RXON_ASSOC);
105 IWL_CMD(REPLY_WIPAN_QOS_PARAM);
106 IWL_CMD(REPLY_WIPAN_WEPKEY);
107 IWL_CMD(REPLY_WIPAN_P2P_CHANNEL_SWITCH);
108 IWL_CMD(REPLY_WIPAN_NOA_NOTIFICATION);
Johannes Berg311dce72011-01-04 16:22:01 -0800109 IWL_CMD(REPLY_WIPAN_DEACTIVATION_COMPLETE);
Tomas Winkler857485c2008-03-21 13:53:44 -0700110 default:
111 return "UNKNOWN";
112
113 }
114}
Tomas Winkler857485c2008-03-21 13:53:44 -0700115
Johannes Berg81704d22011-06-22 06:39:43 -0700116#define HOST_COMPLETE_TIMEOUT (2 * HZ)
Tomas Winkler857485c2008-03-21 13:53:44 -0700117
Johannes Berg5696aea2009-07-24 11:13:06 -0700118static void iwl_generic_cmd_callback(struct iwl_priv *priv,
119 struct iwl_device_cmd *cmd,
Zhu Yi2f301222009-10-09 17:19:45 +0800120 struct iwl_rx_packet *pkt)
Emmanuel Grumbach0472f882008-03-25 16:33:40 -0700121{
Emmanuel Grumbach0472f882008-03-25 16:33:40 -0700122 if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800123 IWL_ERR(priv, "Bad return from %s (0x%08X)\n",
Emmanuel Grumbach0472f882008-03-25 16:33:40 -0700124 get_cmd_string(cmd->hdr.cmd), pkt->hdr.flags);
Johannes Berg5696aea2009-07-24 11:13:06 -0700125 return;
Emmanuel Grumbach0472f882008-03-25 16:33:40 -0700126 }
127
Esti Kummerded2ae72008-08-04 16:00:45 +0800128#ifdef CONFIG_IWLWIFI_DEBUG
129 switch (cmd->hdr.cmd) {
130 case REPLY_TX_LINK_QUALITY_CMD:
131 case SENSITIVITY_CMD:
Tomas Winklere1623442009-01-27 14:27:56 -0800132 IWL_DEBUG_HC_DUMP(priv, "back from %s (0x%08X)\n",
Esti Kummerded2ae72008-08-04 16:00:45 +0800133 get_cmd_string(cmd->hdr.cmd), pkt->hdr.flags);
Johannes Berg5696aea2009-07-24 11:13:06 -0700134 break;
Esti Kummerded2ae72008-08-04 16:00:45 +0800135 default:
Tomas Winklere1623442009-01-27 14:27:56 -0800136 IWL_DEBUG_HC(priv, "back from %s (0x%08X)\n",
Esti Kummerded2ae72008-08-04 16:00:45 +0800137 get_cmd_string(cmd->hdr.cmd), pkt->hdr.flags);
138 }
139#endif
Emmanuel Grumbach0472f882008-03-25 16:33:40 -0700140}
141
Tomas Winkler857485c2008-03-21 13:53:44 -0700142static int iwl_send_cmd_async(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
143{
144 int ret;
145
Johannes Berg3e41ace2011-04-18 09:12:37 -0700146 if (WARN_ON(!(cmd->flags & CMD_ASYNC)))
147 return -EINVAL;
Tomas Winkler857485c2008-03-21 13:53:44 -0700148
149 /* An asynchronous command can not expect an SKB to be set. */
Johannes Berg3e41ace2011-04-18 09:12:37 -0700150 if (WARN_ON(cmd->flags & CMD_WANT_SKB))
151 return -EINVAL;
Tomas Winkler857485c2008-03-21 13:53:44 -0700152
Emmanuel Grumbach0472f882008-03-25 16:33:40 -0700153 /* Assign a generic callback if one is not provided */
Johannes Bergc2acea82009-07-24 11:13:05 -0700154 if (!cmd->callback)
155 cmd->callback = iwl_generic_cmd_callback;
Tomas Winkler857485c2008-03-21 13:53:44 -0700156
157 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
158 return -EBUSY;
159
Tomas Winklerfd4abac2008-05-15 13:54:07 +0800160 ret = iwl_enqueue_hcmd(priv, cmd);
Tomas Winkler857485c2008-03-21 13:53:44 -0700161 if (ret < 0) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800162 IWL_ERR(priv, "Error sending %s: enqueue_hcmd failed: %d\n",
Tomas Winkler857485c2008-03-21 13:53:44 -0700163 get_cmd_string(cmd->id), ret);
164 return ret;
165 }
166 return 0;
167}
168
169int iwl_send_cmd_sync(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
170{
171 int cmd_idx;
172 int ret;
Tomas Winkler857485c2008-03-21 13:53:44 -0700173
Johannes Berg3e41ace2011-04-18 09:12:37 -0700174 if (WARN_ON(cmd->flags & CMD_ASYNC))
175 return -EINVAL;
Tomas Winkler857485c2008-03-21 13:53:44 -0700176
177 /* A synchronous command can not have a callback set. */
Johannes Berg3e41ace2011-04-18 09:12:37 -0700178 if (WARN_ON(cmd->callback))
179 return -EINVAL;
Tomas Winkler857485c2008-03-21 13:53:44 -0700180
Reinette Chatred2dfe6d2010-02-18 22:03:04 -0800181 IWL_DEBUG_INFO(priv, "Attempting to send sync command %s\n",
Winkler, Tomas15b16872008-12-19 10:37:33 +0800182 get_cmd_string(cmd->id));
Tomas Winkler857485c2008-03-21 13:53:44 -0700183
Emmanuel Grumbach4b55b072011-06-09 05:48:36 -0700184 if (test_and_set_bit(STATUS_HCMD_ACTIVE, &priv->status)) {
185 IWL_ERR(priv, "STATUS_HCMD_ACTIVE already set while sending %s"
186 ". Previous SYNC cmdn is %s\n",
187 get_cmd_string(cmd->id),
188 get_cmd_string(priv->last_sync_cmd_id));
189 WARN_ON(1);
190 } else {
191 priv->last_sync_cmd_id = cmd->id;
192 }
193
Frans Pop91dd6c22010-03-24 14:19:58 -0700194 IWL_DEBUG_INFO(priv, "Setting HCMD_ACTIVE for command %s\n",
Reinette Chatred2dfe6d2010-02-18 22:03:04 -0800195 get_cmd_string(cmd->id));
Tomas Winkler857485c2008-03-21 13:53:44 -0700196
Tomas Winklerfd4abac2008-05-15 13:54:07 +0800197 cmd_idx = iwl_enqueue_hcmd(priv, cmd);
Tomas Winkler857485c2008-03-21 13:53:44 -0700198 if (cmd_idx < 0) {
199 ret = cmd_idx;
Wey-Yi Guydd5c9402011-05-06 17:06:43 -0700200 clear_bit(STATUS_HCMD_ACTIVE, &priv->status);
Winkler, Tomas15b16872008-12-19 10:37:33 +0800201 IWL_ERR(priv, "Error sending %s: enqueue_hcmd failed: %d\n",
Tomas Winkler857485c2008-03-21 13:53:44 -0700202 get_cmd_string(cmd->id), ret);
Stanislaw Gruszka8447c162011-03-31 17:36:28 +0200203 return ret;
Tomas Winkler857485c2008-03-21 13:53:44 -0700204 }
205
206 ret = wait_event_interruptible_timeout(priv->wait_command_queue,
207 !test_bit(STATUS_HCMD_ACTIVE, &priv->status),
208 HOST_COMPLETE_TIMEOUT);
209 if (!ret) {
210 if (test_bit(STATUS_HCMD_ACTIVE, &priv->status)) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800211 IWL_ERR(priv,
212 "Error sending %s: time out after %dms.\n",
213 get_cmd_string(cmd->id),
214 jiffies_to_msecs(HOST_COMPLETE_TIMEOUT));
Tomas Winkler857485c2008-03-21 13:53:44 -0700215
216 clear_bit(STATUS_HCMD_ACTIVE, &priv->status);
Frans Pop91dd6c22010-03-24 14:19:58 -0700217 IWL_DEBUG_INFO(priv, "Clearing HCMD_ACTIVE for command %s\n",
Reinette Chatred2dfe6d2010-02-18 22:03:04 -0800218 get_cmd_string(cmd->id));
Tomas Winkler857485c2008-03-21 13:53:44 -0700219 ret = -ETIMEDOUT;
220 goto cancel;
221 }
222 }
223
224 if (test_bit(STATUS_RF_KILL_HW, &priv->status)) {
Reinette Chatrecf7ff8d2009-11-06 14:52:44 -0800225 IWL_ERR(priv, "Command %s aborted: RF KILL Switch\n",
Tomas Winkler857485c2008-03-21 13:53:44 -0700226 get_cmd_string(cmd->id));
227 ret = -ECANCELED;
228 goto fail;
229 }
230 if (test_bit(STATUS_FW_ERROR, &priv->status)) {
Reinette Chatrecf7ff8d2009-11-06 14:52:44 -0800231 IWL_ERR(priv, "Command %s failed: FW Error\n",
Tomas Winkler857485c2008-03-21 13:53:44 -0700232 get_cmd_string(cmd->id));
233 ret = -EIO;
234 goto fail;
235 }
Zhu Yi2f301222009-10-09 17:19:45 +0800236 if ((cmd->flags & CMD_WANT_SKB) && !cmd->reply_page) {
Winkler, Tomas15b16872008-12-19 10:37:33 +0800237 IWL_ERR(priv, "Error: Response NULL in '%s'\n",
Tomas Winkler857485c2008-03-21 13:53:44 -0700238 get_cmd_string(cmd->id));
239 ret = -EIO;
Zhu Yi73e1a652009-01-08 10:19:58 -0800240 goto cancel;
Tomas Winkler857485c2008-03-21 13:53:44 -0700241 }
242
Stanislaw Gruszka8447c162011-03-31 17:36:28 +0200243 return 0;
Tomas Winkler857485c2008-03-21 13:53:44 -0700244
245cancel:
Johannes Bergc2acea82009-07-24 11:13:05 -0700246 if (cmd->flags & CMD_WANT_SKB) {
247 /*
248 * Cancel the CMD_WANT_SKB flag for the cmd in the
Tomas Winkler857485c2008-03-21 13:53:44 -0700249 * TX cmd queue. Otherwise in case the cmd comes
250 * in later, it will possibly set an invalid
Johannes Bergc2acea82009-07-24 11:13:05 -0700251 * address (cmd->meta.source).
252 */
Johannes Berg13bb9482010-08-23 10:46:33 +0200253 priv->txq[priv->cmd_queue].meta[cmd_idx].flags &=
Johannes Bergc2acea82009-07-24 11:13:05 -0700254 ~CMD_WANT_SKB;
Tomas Winkler857485c2008-03-21 13:53:44 -0700255 }
256fail:
Zhu Yi2f301222009-10-09 17:19:45 +0800257 if (cmd->reply_page) {
Zhu Yi64a76b52009-12-10 14:37:21 -0800258 iwl_free_pages(priv, cmd->reply_page);
Zhu Yi2f301222009-10-09 17:19:45 +0800259 cmd->reply_page = 0;
Tomas Winkler857485c2008-03-21 13:53:44 -0700260 }
Stanislaw Gruszka8447c162011-03-31 17:36:28 +0200261
Tomas Winkler857485c2008-03-21 13:53:44 -0700262 return ret;
263}
Tomas Winkler857485c2008-03-21 13:53:44 -0700264
265int iwl_send_cmd(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
266{
Johannes Bergc2acea82009-07-24 11:13:05 -0700267 if (cmd->flags & CMD_ASYNC)
Tomas Winkler857485c2008-03-21 13:53:44 -0700268 return iwl_send_cmd_async(priv, cmd);
269
270 return iwl_send_cmd_sync(priv, cmd);
271}
Tomas Winkler857485c2008-03-21 13:53:44 -0700272
273int iwl_send_cmd_pdu(struct iwl_priv *priv, u8 id, u16 len, const void *data)
274{
275 struct iwl_host_cmd cmd = {
276 .id = id,
Johannes Berg3fa50732011-05-04 07:50:38 -0700277 .len = { len, },
278 .data = { data, },
Tomas Winkler857485c2008-03-21 13:53:44 -0700279 };
280
281 return iwl_send_cmd_sync(priv, &cmd);
282}
Tomas Winkler857485c2008-03-21 13:53:44 -0700283
284int iwl_send_cmd_pdu_async(struct iwl_priv *priv,
285 u8 id, u16 len, const void *data,
Johannes Berg5696aea2009-07-24 11:13:06 -0700286 void (*callback)(struct iwl_priv *priv,
287 struct iwl_device_cmd *cmd,
Zhu Yi2f301222009-10-09 17:19:45 +0800288 struct iwl_rx_packet *pkt))
Tomas Winkler857485c2008-03-21 13:53:44 -0700289{
290 struct iwl_host_cmd cmd = {
291 .id = id,
Johannes Berg3fa50732011-05-04 07:50:38 -0700292 .len = { len, },
293 .data = { data, },
Tomas Winkler857485c2008-03-21 13:53:44 -0700294 };
295
Johannes Bergc2acea82009-07-24 11:13:05 -0700296 cmd.flags |= CMD_ASYNC;
297 cmd.callback = callback;
Tomas Winkler857485c2008-03-21 13:53:44 -0700298
299 return iwl_send_cmd_async(priv, &cmd);
300}