iwl-hcmd.c 8.1 KB
Newer Older
1 2 3 4
/******************************************************************************
 *
 * GPL LICENSE SUMMARY
 *
W
Wey-Yi Guy 已提交
5
 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of version 2 of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
 * USA
 *
 * The full GNU General Public License is included in this distribution
 * in the file called LICENSE.GPL.
 *
 * Contact Information:
25
 *  Intel Linux Wireless <ilw@linux.intel.com>
26 27 28 29 30
 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
 *****************************************************************************/

#include <linux/kernel.h>
#include <linux/module.h>
31
#include <linux/sched.h>
32 33
#include <net/mac80211.h>

34
#include "iwl-dev.h" /* FIXME: remove */
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
#include "iwl-debug.h"
#include "iwl-eeprom.h"
#include "iwl-core.h"


const char *get_cmd_string(u8 cmd)
{
	switch (cmd) {
		IWL_CMD(REPLY_ALIVE);
		IWL_CMD(REPLY_ERROR);
		IWL_CMD(REPLY_RXON);
		IWL_CMD(REPLY_RXON_ASSOC);
		IWL_CMD(REPLY_QOS_PARAM);
		IWL_CMD(REPLY_RXON_TIMING);
		IWL_CMD(REPLY_ADD_STA);
		IWL_CMD(REPLY_REMOVE_STA);
		IWL_CMD(REPLY_REMOVE_ALL_STA);
52
		IWL_CMD(REPLY_TXFIFO_FLUSH);
53
		IWL_CMD(REPLY_WEPKEY);
54 55 56
		IWL_CMD(REPLY_TX);
		IWL_CMD(REPLY_LEDS_CMD);
		IWL_CMD(REPLY_TX_LINK_QUALITY_CMD);
57
		IWL_CMD(COEX_PRIORITY_TABLE_CMD);
W
Wey-Yi Guy 已提交
58 59
		IWL_CMD(COEX_MEDIUM_NOTIFICATION);
		IWL_CMD(COEX_EVENT_CMD);
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
		IWL_CMD(REPLY_QUIET_CMD);
		IWL_CMD(REPLY_CHANNEL_SWITCH);
		IWL_CMD(CHANNEL_SWITCH_NOTIFICATION);
		IWL_CMD(REPLY_SPECTRUM_MEASUREMENT_CMD);
		IWL_CMD(SPECTRUM_MEASURE_NOTIFICATION);
		IWL_CMD(POWER_TABLE_CMD);
		IWL_CMD(PM_SLEEP_NOTIFICATION);
		IWL_CMD(PM_DEBUG_STATISTIC_NOTIFIC);
		IWL_CMD(REPLY_SCAN_CMD);
		IWL_CMD(REPLY_SCAN_ABORT_CMD);
		IWL_CMD(SCAN_START_NOTIFICATION);
		IWL_CMD(SCAN_RESULTS_NOTIFICATION);
		IWL_CMD(SCAN_COMPLETE_NOTIFICATION);
		IWL_CMD(BEACON_NOTIFICATION);
		IWL_CMD(REPLY_TX_BEACON);
		IWL_CMD(WHO_IS_AWAKE_NOTIFICATION);
		IWL_CMD(QUIET_NOTIFICATION);
		IWL_CMD(REPLY_TX_PWR_TABLE_CMD);
		IWL_CMD(MEASURE_ABORT_NOTIFICATION);
		IWL_CMD(REPLY_BT_CONFIG);
		IWL_CMD(REPLY_STATISTICS_CMD);
		IWL_CMD(STATISTICS_NOTIFICATION);
		IWL_CMD(REPLY_CARD_STATE_CMD);
		IWL_CMD(CARD_STATE_NOTIFICATION);
		IWL_CMD(MISSED_BEACONS_NOTIFICATION);
		IWL_CMD(REPLY_CT_KILL_CONFIG_CMD);
		IWL_CMD(SENSITIVITY_CMD);
		IWL_CMD(REPLY_PHY_CALIBRATION_CMD);
		IWL_CMD(REPLY_RX_PHY_CMD);
		IWL_CMD(REPLY_RX_MPDU_CMD);
		IWL_CMD(REPLY_RX);
		IWL_CMD(REPLY_COMPRESSED_BA);
92 93 94
		IWL_CMD(CALIBRATION_CFG_CMD);
		IWL_CMD(CALIBRATION_RES_NOTIFICATION);
		IWL_CMD(CALIBRATION_COMPLETE_NOTIFICATION);
95
		IWL_CMD(REPLY_TX_POWER_DBM_CMD);
96 97
		IWL_CMD(TEMPERATURE_NOTIFICATION);
		IWL_CMD(TX_ANT_CONFIGURATION_CMD);
98 99 100
		IWL_CMD(REPLY_BT_COEX_PROFILE_NOTIF);
		IWL_CMD(REPLY_BT_COEX_PRIO_TABLE);
		IWL_CMD(REPLY_BT_COEX_PROT_ENV);
J
Johannes Berg 已提交
101 102 103 104 105 106 107 108
		IWL_CMD(REPLY_WIPAN_PARAMS);
		IWL_CMD(REPLY_WIPAN_RXON);
		IWL_CMD(REPLY_WIPAN_RXON_TIMING);
		IWL_CMD(REPLY_WIPAN_RXON_ASSOC);
		IWL_CMD(REPLY_WIPAN_QOS_PARAM);
		IWL_CMD(REPLY_WIPAN_WEPKEY);
		IWL_CMD(REPLY_WIPAN_P2P_CHANNEL_SWITCH);
		IWL_CMD(REPLY_WIPAN_NOA_NOTIFICATION);
109
		IWL_CMD(REPLY_WIPAN_DEACTIVATION_COMPLETE);
110 111 112 113 114 115
	default:
		return "UNKNOWN";

	}
}

116
#define HOST_COMPLETE_TIMEOUT (2 * HZ)
117

118 119
static void iwl_generic_cmd_callback(struct iwl_priv *priv,
				     struct iwl_device_cmd *cmd,
Z
Zhu Yi 已提交
120
				     struct iwl_rx_packet *pkt)
121 122
{
	if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
123
		IWL_ERR(priv, "Bad return from %s (0x%08X)\n",
124
			get_cmd_string(cmd->hdr.cmd), pkt->hdr.flags);
125
		return;
126 127
	}

128 129 130 131
#ifdef CONFIG_IWLWIFI_DEBUG
	switch (cmd->hdr.cmd) {
	case REPLY_TX_LINK_QUALITY_CMD:
	case SENSITIVITY_CMD:
132
		IWL_DEBUG_HC_DUMP(priv, "back from %s (0x%08X)\n",
133
				get_cmd_string(cmd->hdr.cmd), pkt->hdr.flags);
134
		break;
135
	default:
136
		IWL_DEBUG_HC(priv, "back from %s (0x%08X)\n",
137 138 139
				get_cmd_string(cmd->hdr.cmd), pkt->hdr.flags);
	}
#endif
140 141
}

142 143 144 145
static int iwl_send_cmd_async(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
{
	int ret;

146 147
	if (WARN_ON(!(cmd->flags & CMD_ASYNC)))
		return -EINVAL;
148 149

	/* An asynchronous command can not expect an SKB to be set. */
150 151
	if (WARN_ON(cmd->flags & CMD_WANT_SKB))
		return -EINVAL;
152

153
	/* Assign a generic callback if one is not provided */
J
Johannes Berg 已提交
154 155
	if (!cmd->callback)
		cmd->callback = iwl_generic_cmd_callback;
156 157 158 159

	if (test_bit(STATUS_EXIT_PENDING, &priv->status))
		return -EBUSY;

160
	ret = iwl_enqueue_hcmd(priv, cmd);
161
	if (ret < 0) {
162
		IWL_ERR(priv, "Error sending %s: enqueue_hcmd failed: %d\n",
163 164 165 166 167 168 169 170 171 172 173
			  get_cmd_string(cmd->id), ret);
		return ret;
	}
	return 0;
}

int iwl_send_cmd_sync(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
{
	int cmd_idx;
	int ret;

174 175
	if (WARN_ON(cmd->flags & CMD_ASYNC))
		return -EINVAL;
176 177

	 /* A synchronous command can not have a callback set. */
178 179
	if (WARN_ON(cmd->callback))
		return -EINVAL;
180

181
	IWL_DEBUG_INFO(priv, "Attempting to send sync command %s\n",
182
			get_cmd_string(cmd->id));
183

184 185 186 187 188 189 190 191 192 193
	if (test_and_set_bit(STATUS_HCMD_ACTIVE, &priv->status)) {
		IWL_ERR(priv, "STATUS_HCMD_ACTIVE already set while sending %s"
			      ". Previous SYNC cmdn is %s\n",
			get_cmd_string(cmd->id),
			get_cmd_string(priv->last_sync_cmd_id));
		WARN_ON(1);
	} else {
		priv->last_sync_cmd_id = cmd->id;
	}

194
	IWL_DEBUG_INFO(priv, "Setting HCMD_ACTIVE for command %s\n",
195
			get_cmd_string(cmd->id));
196

197
	cmd_idx = iwl_enqueue_hcmd(priv, cmd);
198 199
	if (cmd_idx < 0) {
		ret = cmd_idx;
200
		clear_bit(STATUS_HCMD_ACTIVE, &priv->status);
201
		IWL_ERR(priv, "Error sending %s: enqueue_hcmd failed: %d\n",
202
			  get_cmd_string(cmd->id), ret);
203
		return ret;
204 205 206 207 208 209 210
	}

	ret = wait_event_interruptible_timeout(priv->wait_command_queue,
			!test_bit(STATUS_HCMD_ACTIVE, &priv->status),
			HOST_COMPLETE_TIMEOUT);
	if (!ret) {
		if (test_bit(STATUS_HCMD_ACTIVE, &priv->status)) {
211 212 213 214
			IWL_ERR(priv,
				"Error sending %s: time out after %dms.\n",
				get_cmd_string(cmd->id),
				jiffies_to_msecs(HOST_COMPLETE_TIMEOUT));
215 216

			clear_bit(STATUS_HCMD_ACTIVE, &priv->status);
217
			IWL_DEBUG_INFO(priv, "Clearing HCMD_ACTIVE for command %s\n",
218
				       get_cmd_string(cmd->id));
219 220 221 222 223 224
			ret = -ETIMEDOUT;
			goto cancel;
		}
	}

	if (test_bit(STATUS_RF_KILL_HW, &priv->status)) {
225
		IWL_ERR(priv, "Command %s aborted: RF KILL Switch\n",
226 227 228 229 230
			       get_cmd_string(cmd->id));
		ret = -ECANCELED;
		goto fail;
	}
	if (test_bit(STATUS_FW_ERROR, &priv->status)) {
231
		IWL_ERR(priv, "Command %s failed: FW Error\n",
232 233 234 235
			       get_cmd_string(cmd->id));
		ret = -EIO;
		goto fail;
	}
Z
Zhu Yi 已提交
236
	if ((cmd->flags & CMD_WANT_SKB) && !cmd->reply_page) {
237
		IWL_ERR(priv, "Error: Response NULL in '%s'\n",
238 239
			  get_cmd_string(cmd->id));
		ret = -EIO;
240
		goto cancel;
241 242
	}

243
	return 0;
244 245

cancel:
J
Johannes Berg 已提交
246 247 248
	if (cmd->flags & CMD_WANT_SKB) {
		/*
		 * Cancel the CMD_WANT_SKB flag for the cmd in the
249 250
		 * TX cmd queue. Otherwise in case the cmd comes
		 * in later, it will possibly set an invalid
J
Johannes Berg 已提交
251 252
		 * address (cmd->meta.source).
		 */
253
		priv->txq[priv->cmd_queue].meta[cmd_idx].flags &=
J
Johannes Berg 已提交
254
							~CMD_WANT_SKB;
255 256
	}
fail:
Z
Zhu Yi 已提交
257
	if (cmd->reply_page) {
258
		iwl_free_pages(priv, cmd->reply_page);
Z
Zhu Yi 已提交
259
		cmd->reply_page = 0;
260
	}
261

262 263 264 265 266
	return ret;
}

int iwl_send_cmd(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
{
J
Johannes Berg 已提交
267
	if (cmd->flags & CMD_ASYNC)
268 269 270 271 272 273 274 275 276
		return iwl_send_cmd_async(priv, cmd);

	return iwl_send_cmd_sync(priv, cmd);
}

int iwl_send_cmd_pdu(struct iwl_priv *priv, u8 id, u16 len, const void *data)
{
	struct iwl_host_cmd cmd = {
		.id = id,
277 278
		.len = { len, },
		.data = { data, },
279 280 281 282 283 284 285
	};

	return iwl_send_cmd_sync(priv, &cmd);
}

int iwl_send_cmd_pdu_async(struct iwl_priv *priv,
			   u8 id, u16 len, const void *data,
286 287
			   void (*callback)(struct iwl_priv *priv,
					    struct iwl_device_cmd *cmd,
Z
Zhu Yi 已提交
288
					    struct iwl_rx_packet *pkt))
289 290 291
{
	struct iwl_host_cmd cmd = {
		.id = id,
292 293
		.len = { len, },
		.data = { data, },
294 295
	};

J
Johannes Berg 已提交
296 297
	cmd.flags |= CMD_ASYNC;
	cmd.callback = callback;
298 299 300

	return iwl_send_cmd_async(priv, &cmd);
}