blob: 1779db3aa2b00c3a11bbcad080dadf8f0da0984c [file] [log] [blame]
James Ketrenos43f66a62005-03-25 12:31:53 -06001/******************************************************************************
Jeff Garzikbf794512005-07-31 13:07:26 -04002
Zhu Yi171e7b22006-02-15 07:17:56 +08003 Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved.
James Ketrenos43f66a62005-03-25 12:31:53 -06004
5 802.11 status code portion of this file from ethereal-0.10.6:
6 Copyright 2000, Axis Communications AB
7 Ethereal - Network traffic analyzer
8 By Gerald Combs <gerald@ethereal.com>
9 Copyright 1998 Gerald Combs
10
Jeff Garzikbf794512005-07-31 13:07:26 -040011 This program is free software; you can redistribute it and/or modify it
12 under the terms of version 2 of the GNU General Public License as
James Ketrenos43f66a62005-03-25 12:31:53 -060013 published by the Free Software Foundation.
Jeff Garzikbf794512005-07-31 13:07:26 -040014
15 This program is distributed in the hope that it will be useful, but WITHOUT
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
James Ketrenos43f66a62005-03-25 12:31:53 -060018 more details.
Jeff Garzikbf794512005-07-31 13:07:26 -040019
James Ketrenos43f66a62005-03-25 12:31:53 -060020 You should have received a copy of the GNU General Public License along with
Jeff Garzikbf794512005-07-31 13:07:26 -040021 this program; if not, write to the Free Software Foundation, Inc., 59
James Ketrenos43f66a62005-03-25 12:31:53 -060022 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Jeff Garzikbf794512005-07-31 13:07:26 -040023
James Ketrenos43f66a62005-03-25 12:31:53 -060024 The full GNU General Public License is included in this distribution in the
25 file called LICENSE.
Jeff Garzikbf794512005-07-31 13:07:26 -040026
James Ketrenos43f66a62005-03-25 12:31:53 -060027 Contact Information:
Reinette Chatrec1eb2c82009-08-21 13:34:26 -070028 Intel Linux Wireless <ilw@linux.intel.com>
James Ketrenos43f66a62005-03-25 12:31:53 -060029 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30
31******************************************************************************/
32
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040033#include <linux/sched.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090034#include <linux/slab.h>
Johannes Berg262eb9b22011-07-13 10:39:09 +020035#include <net/cfg80211-wext.h>
James Ketrenos43f66a62005-03-25 12:31:53 -060036#include "ipw2200.h"
37
Zhu Yiae4af612006-04-13 17:20:34 +080038
39#ifndef KBUILD_EXTMOD
40#define VK "k"
41#else
42#define VK
43#endif
44
45#ifdef CONFIG_IPW2200_DEBUG
46#define VD "d"
47#else
48#define VD
49#endif
50
51#ifdef CONFIG_IPW2200_MONITOR
52#define VM "m"
53#else
54#define VM
55#endif
56
57#ifdef CONFIG_IPW2200_PROMISCUOUS
58#define VP "p"
59#else
60#define VP
61#endif
62
Zhu Yi459d4082006-04-13 17:21:00 +080063#ifdef CONFIG_IPW2200_RADIOTAP
Zhu Yiae4af612006-04-13 17:20:34 +080064#define VR "r"
65#else
66#define VR
67#endif
68
69#ifdef CONFIG_IPW2200_QOS
70#define VQ "q"
71#else
72#define VQ
73#endif
74
Zhu Yiee2c4ad2007-07-12 16:09:47 +080075#define IPW2200_VERSION "1.2.2" VK VD VM VP VR VQ
James Ketrenos43f66a62005-03-25 12:31:53 -060076#define DRV_DESCRIPTION "Intel(R) PRO/Wireless 2200/2915 Network Driver"
Zhu Yi171e7b22006-02-15 07:17:56 +080077#define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation"
James Ketrenos43f66a62005-03-25 12:31:53 -060078#define DRV_VERSION IPW2200_VERSION
79
James Ketrenosb095c382005-08-24 22:04:42 -050080#define ETH_P_80211_STATS (ETH_P_80211_RAW + 1)
81
James Ketrenos43f66a62005-03-25 12:31:53 -060082MODULE_DESCRIPTION(DRV_DESCRIPTION);
83MODULE_VERSION(DRV_VERSION);
84MODULE_AUTHOR(DRV_COPYRIGHT);
85MODULE_LICENSE("GPL");
Ben Hutchings873395a2009-11-07 21:59:10 +000086MODULE_FIRMWARE("ipw2200-ibss.fw");
87#ifdef CONFIG_IPW2200_MONITOR
88MODULE_FIRMWARE("ipw2200-sniffer.fw");
89#endif
90MODULE_FIRMWARE("ipw2200-bss.fw");
James Ketrenos43f66a62005-03-25 12:31:53 -060091
James Ketrenosf6c5cb72005-08-25 00:39:09 -050092static int cmdlog = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060093static int debug = 0;
Reinette Chatre21f8a732009-08-18 10:25:05 -070094static int default_channel = 0;
95static int network_mode = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060096
97static u32 ipw_debug_level;
Tim Gardner5c7f9b72008-10-14 10:38:03 -060098static int associate;
James Ketrenos43f66a62005-03-25 12:31:53 -060099static int auto_create = 1;
ubuntu@tjworld.netc086aba2009-03-23 20:29:28 +0000100static int led_support = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -0600101static int disable = 0;
Zhu Yi810dabd2006-01-24 16:36:59 +0800102static int bt_coexist = 0;
Zhu Yibde37d02006-01-24 16:38:08 +0800103static int hwcrypto = 0;
Zhu Yi4bfdb912006-01-24 16:37:16 +0800104static int roaming = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -0600105static const char ipw_modes[] = {
106 'a', 'b', 'g', '?'
107};
Zhu Yid2b83e12006-04-13 17:19:36 +0800108static int antenna = CFG_SYS_ANTENNA_BOTH;
James Ketrenos43f66a62005-03-25 12:31:53 -0600109
Zhu Yid685b8c2006-04-13 17:20:27 +0800110#ifdef CONFIG_IPW2200_PROMISCUOUS
111static int rtap_iface = 0; /* def: 0 -- do not create rtap interface */
112#endif
113
John W. Linvillea3caa992009-08-25 14:12:25 -0400114static struct ieee80211_rate ipw2200_rates[] = {
115 { .bitrate = 10 },
116 { .bitrate = 20, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
117 { .bitrate = 55, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
118 { .bitrate = 110, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
119 { .bitrate = 60 },
120 { .bitrate = 90 },
121 { .bitrate = 120 },
122 { .bitrate = 180 },
123 { .bitrate = 240 },
124 { .bitrate = 360 },
125 { .bitrate = 480 },
126 { .bitrate = 540 }
127};
128
129#define ipw2200_a_rates (ipw2200_rates + 4)
130#define ipw2200_num_a_rates 8
131#define ipw2200_bg_rates (ipw2200_rates + 0)
132#define ipw2200_num_bg_rates 12
Zhu Yid685b8c2006-04-13 17:20:27 +0800133
Johannes Berg776d68f2011-11-09 21:33:45 +0100134/* Ugly macro to convert literal channel numbers into their mhz equivalents
135 * There are certianly some conditions that will break this (like feeding it '30')
136 * but they shouldn't arise since nothing talks on channel 30. */
137#define ieee80211chan2mhz(x) \
138 (((x) <= 14) ? \
139 (((x) == 14) ? 2484 : ((x) * 5) + 2407) : \
140 ((x) + 1000) * 5)
141
Zhu Yie43e3c12006-04-13 17:20:45 +0800142#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -0500143static int qos_enable = 0;
144static int qos_burst_enable = 0;
145static int qos_no_ack_mask = 0;
146static int burst_duration_CCK = 0;
147static int burst_duration_OFDM = 0;
148
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400149static struct libipw_qos_parameters def_qos_parameters_OFDM = {
James Ketrenosb095c382005-08-24 22:04:42 -0500150 {QOS_TX0_CW_MIN_OFDM, QOS_TX1_CW_MIN_OFDM, QOS_TX2_CW_MIN_OFDM,
151 QOS_TX3_CW_MIN_OFDM},
152 {QOS_TX0_CW_MAX_OFDM, QOS_TX1_CW_MAX_OFDM, QOS_TX2_CW_MAX_OFDM,
153 QOS_TX3_CW_MAX_OFDM},
154 {QOS_TX0_AIFS, QOS_TX1_AIFS, QOS_TX2_AIFS, QOS_TX3_AIFS},
155 {QOS_TX0_ACM, QOS_TX1_ACM, QOS_TX2_ACM, QOS_TX3_ACM},
156 {QOS_TX0_TXOP_LIMIT_OFDM, QOS_TX1_TXOP_LIMIT_OFDM,
157 QOS_TX2_TXOP_LIMIT_OFDM, QOS_TX3_TXOP_LIMIT_OFDM}
158};
159
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400160static struct libipw_qos_parameters def_qos_parameters_CCK = {
James Ketrenosb095c382005-08-24 22:04:42 -0500161 {QOS_TX0_CW_MIN_CCK, QOS_TX1_CW_MIN_CCK, QOS_TX2_CW_MIN_CCK,
162 QOS_TX3_CW_MIN_CCK},
163 {QOS_TX0_CW_MAX_CCK, QOS_TX1_CW_MAX_CCK, QOS_TX2_CW_MAX_CCK,
164 QOS_TX3_CW_MAX_CCK},
165 {QOS_TX0_AIFS, QOS_TX1_AIFS, QOS_TX2_AIFS, QOS_TX3_AIFS},
166 {QOS_TX0_ACM, QOS_TX1_ACM, QOS_TX2_ACM, QOS_TX3_ACM},
167 {QOS_TX0_TXOP_LIMIT_CCK, QOS_TX1_TXOP_LIMIT_CCK, QOS_TX2_TXOP_LIMIT_CCK,
168 QOS_TX3_TXOP_LIMIT_CCK}
169};
170
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400171static struct libipw_qos_parameters def_parameters_OFDM = {
James Ketrenosb095c382005-08-24 22:04:42 -0500172 {DEF_TX0_CW_MIN_OFDM, DEF_TX1_CW_MIN_OFDM, DEF_TX2_CW_MIN_OFDM,
173 DEF_TX3_CW_MIN_OFDM},
174 {DEF_TX0_CW_MAX_OFDM, DEF_TX1_CW_MAX_OFDM, DEF_TX2_CW_MAX_OFDM,
175 DEF_TX3_CW_MAX_OFDM},
176 {DEF_TX0_AIFS, DEF_TX1_AIFS, DEF_TX2_AIFS, DEF_TX3_AIFS},
177 {DEF_TX0_ACM, DEF_TX1_ACM, DEF_TX2_ACM, DEF_TX3_ACM},
178 {DEF_TX0_TXOP_LIMIT_OFDM, DEF_TX1_TXOP_LIMIT_OFDM,
179 DEF_TX2_TXOP_LIMIT_OFDM, DEF_TX3_TXOP_LIMIT_OFDM}
180};
181
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400182static struct libipw_qos_parameters def_parameters_CCK = {
James Ketrenosb095c382005-08-24 22:04:42 -0500183 {DEF_TX0_CW_MIN_CCK, DEF_TX1_CW_MIN_CCK, DEF_TX2_CW_MIN_CCK,
184 DEF_TX3_CW_MIN_CCK},
185 {DEF_TX0_CW_MAX_CCK, DEF_TX1_CW_MAX_CCK, DEF_TX2_CW_MAX_CCK,
186 DEF_TX3_CW_MAX_CCK},
187 {DEF_TX0_AIFS, DEF_TX1_AIFS, DEF_TX2_AIFS, DEF_TX3_AIFS},
188 {DEF_TX0_ACM, DEF_TX1_ACM, DEF_TX2_ACM, DEF_TX3_ACM},
189 {DEF_TX0_TXOP_LIMIT_CCK, DEF_TX1_TXOP_LIMIT_CCK, DEF_TX2_TXOP_LIMIT_CCK,
190 DEF_TX3_TXOP_LIMIT_CCK}
191};
192
193static u8 qos_oui[QOS_OUI_LEN] = { 0x00, 0x50, 0xF2 };
194
195static int from_priority_to_tx_queue[] = {
196 IPW_TX_QUEUE_1, IPW_TX_QUEUE_2, IPW_TX_QUEUE_2, IPW_TX_QUEUE_1,
197 IPW_TX_QUEUE_3, IPW_TX_QUEUE_3, IPW_TX_QUEUE_4, IPW_TX_QUEUE_4
198};
199
200static u32 ipw_qos_get_burst_duration(struct ipw_priv *priv);
201
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400202static int ipw_send_qos_params_command(struct ipw_priv *priv, struct libipw_qos_parameters
James Ketrenosb095c382005-08-24 22:04:42 -0500203 *qos_param);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400204static int ipw_send_qos_info_command(struct ipw_priv *priv, struct libipw_qos_information_element
James Ketrenosb095c382005-08-24 22:04:42 -0500205 *qos_param);
Zhu Yie43e3c12006-04-13 17:20:45 +0800206#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -0500207
Benoit Boissinot97a78ca2005-09-15 17:30:28 +0000208static struct iw_statistics *ipw_get_wireless_stats(struct net_device *dev);
James Ketrenosb095c382005-08-24 22:04:42 -0500209static void ipw_remove_current_network(struct ipw_priv *priv);
James Ketrenos43f66a62005-03-25 12:31:53 -0600210static void ipw_rx(struct ipw_priv *priv);
Jeff Garzikbf794512005-07-31 13:07:26 -0400211static int ipw_queue_tx_reclaim(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -0600212 struct clx2_tx_queue *txq, int qindex);
213static int ipw_queue_reset(struct ipw_priv *priv);
214
215static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf,
216 int len, int sync);
217
218static void ipw_tx_queue_free(struct ipw_priv *);
219
220static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *);
221static void ipw_rx_queue_free(struct ipw_priv *, struct ipw_rx_queue *);
222static void ipw_rx_queue_replenish(void *);
James Ketrenos43f66a62005-03-25 12:31:53 -0600223static int ipw_up(struct ipw_priv *);
David Howellsc4028952006-11-22 14:57:56 +0000224static void ipw_bg_up(struct work_struct *work);
James Ketrenos43f66a62005-03-25 12:31:53 -0600225static void ipw_down(struct ipw_priv *);
David Howellsc4028952006-11-22 14:57:56 +0000226static void ipw_bg_down(struct work_struct *work);
James Ketrenos43f66a62005-03-25 12:31:53 -0600227static int ipw_config(struct ipw_priv *);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400228static int init_supported_rates(struct ipw_priv *priv,
229 struct ipw_supported_rates *prates);
James Ketrenosb095c382005-08-24 22:04:42 -0500230static void ipw_set_hwcrypto_keys(struct ipw_priv *);
231static void ipw_send_wep_keys(struct ipw_priv *, int);
James Ketrenos43f66a62005-03-25 12:31:53 -0600232
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500233static int snprint_line(char *buf, size_t count,
234 const u8 * data, u32 len, u32 ofs)
James Ketrenos43f66a62005-03-25 12:31:53 -0600235{
236 int out, i, j, l;
237 char c;
Jeff Garzikbf794512005-07-31 13:07:26 -0400238
James Ketrenos43f66a62005-03-25 12:31:53 -0600239 out = snprintf(buf, count, "%08X", ofs);
240
241 for (l = 0, i = 0; i < 2; i++) {
242 out += snprintf(buf + out, count - out, " ");
Jeff Garzikbf794512005-07-31 13:07:26 -0400243 for (j = 0; j < 8 && l < len; j++, l++)
244 out += snprintf(buf + out, count - out, "%02X ",
James Ketrenos43f66a62005-03-25 12:31:53 -0600245 data[(i * 8 + j)]);
246 for (; j < 8; j++)
247 out += snprintf(buf + out, count - out, " ");
248 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400249
James Ketrenos43f66a62005-03-25 12:31:53 -0600250 out += snprintf(buf + out, count - out, " ");
251 for (l = 0, i = 0; i < 2; i++) {
252 out += snprintf(buf + out, count - out, " ");
253 for (j = 0; j < 8 && l < len; j++, l++) {
254 c = data[(i * 8 + j)];
255 if (!isascii(c) || !isprint(c))
256 c = '.';
Jeff Garzikbf794512005-07-31 13:07:26 -0400257
James Ketrenos43f66a62005-03-25 12:31:53 -0600258 out += snprintf(buf + out, count - out, "%c", c);
259 }
260
261 for (; j < 8; j++)
262 out += snprintf(buf + out, count - out, " ");
263 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400264
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500265 return out;
James Ketrenos43f66a62005-03-25 12:31:53 -0600266}
267
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400268static void printk_buf(int level, const u8 * data, u32 len)
James Ketrenos43f66a62005-03-25 12:31:53 -0600269{
270 char line[81];
271 u32 ofs = 0;
272 if (!(ipw_debug_level & level))
273 return;
274
275 while (len) {
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500276 snprint_line(line, sizeof(line), &data[ofs],
277 min(len, 16U), ofs);
278 printk(KERN_DEBUG "%s\n", line);
James Ketrenos43f66a62005-03-25 12:31:53 -0600279 ofs += 16;
280 len -= min(len, 16U);
281 }
282}
283
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500284static int snprintk_buf(u8 * output, size_t size, const u8 * data, size_t len)
285{
286 size_t out = size;
287 u32 ofs = 0;
288 int total = 0;
289
290 while (size && len) {
291 out = snprint_line(output, size, &data[ofs],
292 min_t(size_t, len, 16U), ofs);
293
294 ofs += 16;
295 output += out;
296 size -= out;
297 len -= min_t(size_t, len, 16U);
298 total += out;
299 }
300 return total;
301}
302
Zhu Yic8fe6672006-01-24 16:36:36 +0800303/* alias for 32-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600304static u32 _ipw_read_reg32(struct ipw_priv *priv, u32 reg);
305#define ipw_read_reg32(a, b) _ipw_read_reg32(a, b)
306
Zhu Yic8fe6672006-01-24 16:36:36 +0800307/* alias for 8-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600308static u8 _ipw_read_reg8(struct ipw_priv *ipw, u32 reg);
309#define ipw_read_reg8(a, b) _ipw_read_reg8(a, b)
310
Zhu Yic8fe6672006-01-24 16:36:36 +0800311/* 8-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600312static void _ipw_write_reg8(struct ipw_priv *priv, u32 reg, u8 value);
313static inline void ipw_write_reg8(struct ipw_priv *a, u32 b, u8 c)
314{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400315 IPW_DEBUG_IO("%s %d: write_indirect8(0x%08X, 0x%08X)\n", __FILE__,
316 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600317 _ipw_write_reg8(a, b, c);
318}
319
Zhu Yic8fe6672006-01-24 16:36:36 +0800320/* 16-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600321static void _ipw_write_reg16(struct ipw_priv *priv, u32 reg, u16 value);
322static inline void ipw_write_reg16(struct ipw_priv *a, u32 b, u16 c)
323{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400324 IPW_DEBUG_IO("%s %d: write_indirect16(0x%08X, 0x%08X)\n", __FILE__,
325 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600326 _ipw_write_reg16(a, b, c);
327}
328
Zhu Yic8fe6672006-01-24 16:36:36 +0800329/* 32-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600330static void _ipw_write_reg32(struct ipw_priv *priv, u32 reg, u32 value);
331static inline void ipw_write_reg32(struct ipw_priv *a, u32 b, u32 c)
332{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400333 IPW_DEBUG_IO("%s %d: write_indirect32(0x%08X, 0x%08X)\n", __FILE__,
334 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600335 _ipw_write_reg32(a, b, c);
336}
337
Zhu Yic8fe6672006-01-24 16:36:36 +0800338/* 8-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100339static inline void _ipw_write8(struct ipw_priv *ipw, unsigned long ofs,
340 u8 val)
341{
342 writeb(val, ipw->hw_base + ofs);
343}
Zhu Yic8fe6672006-01-24 16:36:36 +0800344
345/* 8-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Takashi Iwaifb55d882008-07-31 19:02:06 +0200346#define ipw_write8(ipw, ofs, val) do { \
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100347 IPW_DEBUG_IO("%s %d: write_direct8(0x%08X, 0x%08X)\n", __FILE__, \
348 __LINE__, (u32)(ofs), (u32)(val)); \
349 _ipw_write8(ipw, ofs, val); \
350} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600351
Zhu Yic8fe6672006-01-24 16:36:36 +0800352/* 16-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100353static inline void _ipw_write16(struct ipw_priv *ipw, unsigned long ofs,
354 u16 val)
355{
356 writew(val, ipw->hw_base + ofs);
357}
Zhu Yic8fe6672006-01-24 16:36:36 +0800358
359/* 16-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100360#define ipw_write16(ipw, ofs, val) do { \
361 IPW_DEBUG_IO("%s %d: write_direct16(0x%08X, 0x%08X)\n", __FILE__, \
362 __LINE__, (u32)(ofs), (u32)(val)); \
363 _ipw_write16(ipw, ofs, val); \
364} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600365
Zhu Yic8fe6672006-01-24 16:36:36 +0800366/* 32-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100367static inline void _ipw_write32(struct ipw_priv *ipw, unsigned long ofs,
368 u32 val)
369{
370 writel(val, ipw->hw_base + ofs);
371}
Zhu Yic8fe6672006-01-24 16:36:36 +0800372
373/* 32-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100374#define ipw_write32(ipw, ofs, val) do { \
375 IPW_DEBUG_IO("%s %d: write_direct32(0x%08X, 0x%08X)\n", __FILE__, \
376 __LINE__, (u32)(ofs), (u32)(val)); \
377 _ipw_write32(ipw, ofs, val); \
378} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600379
Zhu Yic8fe6672006-01-24 16:36:36 +0800380/* 8-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100381static inline u8 _ipw_read8(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400382{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100383 return readb(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600384}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400385
Zhu Yic8fe6672006-01-24 16:36:36 +0800386/* alias to 8-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100387#define ipw_read8(ipw, ofs) ({ \
388 IPW_DEBUG_IO("%s %d: read_direct8(0x%08X)\n", __FILE__, __LINE__, \
389 (u32)(ofs)); \
390 _ipw_read8(ipw, ofs); \
391})
James Ketrenos43f66a62005-03-25 12:31:53 -0600392
Zhu Yic8fe6672006-01-24 16:36:36 +0800393/* 16-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100394static inline u16 _ipw_read16(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400395{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100396 return readw(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600397}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400398
Zhu Yic8fe6672006-01-24 16:36:36 +0800399/* alias to 16-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100400#define ipw_read16(ipw, ofs) ({ \
401 IPW_DEBUG_IO("%s %d: read_direct16(0x%08X)\n", __FILE__, __LINE__, \
402 (u32)(ofs)); \
403 _ipw_read16(ipw, ofs); \
404})
James Ketrenos43f66a62005-03-25 12:31:53 -0600405
Zhu Yic8fe6672006-01-24 16:36:36 +0800406/* 32-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100407static inline u32 _ipw_read32(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400408{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100409 return readl(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600410}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400411
Zhu Yic8fe6672006-01-24 16:36:36 +0800412/* alias to 32-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100413#define ipw_read32(ipw, ofs) ({ \
414 IPW_DEBUG_IO("%s %d: read_direct32(0x%08X)\n", __FILE__, __LINE__, \
415 (u32)(ofs)); \
416 _ipw_read32(ipw, ofs); \
417})
James Ketrenos43f66a62005-03-25 12:31:53 -0600418
419static void _ipw_read_indirect(struct ipw_priv *, u32, u8 *, int);
Zhu Yic8fe6672006-01-24 16:36:36 +0800420/* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100421#define ipw_read_indirect(a, b, c, d) ({ \
422 IPW_DEBUG_IO("%s %d: read_indirect(0x%08X) %u bytes\n", __FILE__, \
423 __LINE__, (u32)(b), (u32)(d)); \
424 _ipw_read_indirect(a, b, c, d); \
425})
James Ketrenos43f66a62005-03-25 12:31:53 -0600426
Zhu Yic8fe6672006-01-24 16:36:36 +0800427/* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400428static void _ipw_write_indirect(struct ipw_priv *priv, u32 addr, u8 * data,
429 int num);
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100430#define ipw_write_indirect(a, b, c, d) do { \
431 IPW_DEBUG_IO("%s %d: write_indirect(0x%08X) %u bytes\n", __FILE__, \
432 __LINE__, (u32)(b), (u32)(d)); \
433 _ipw_write_indirect(a, b, c, d); \
434} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600435
Zhu Yic8fe6672006-01-24 16:36:36 +0800436/* 32-bit indirect write (above 4K) */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400437static void _ipw_write_reg32(struct ipw_priv *priv, u32 reg, u32 value)
James Ketrenos43f66a62005-03-25 12:31:53 -0600438{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400439 IPW_DEBUG_IO(" %p : reg = 0x%8X : value = 0x%8X\n", priv, reg, value);
James Ketrenosb095c382005-08-24 22:04:42 -0500440 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg);
441 _ipw_write32(priv, IPW_INDIRECT_DATA, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600442}
443
Zhu Yic8fe6672006-01-24 16:36:36 +0800444/* 8-bit indirect write (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600445static void _ipw_write_reg8(struct ipw_priv *priv, u32 reg, u8 value)
446{
Zhu Yi2638bc32006-01-24 16:37:52 +0800447 u32 aligned_addr = reg & IPW_INDIRECT_ADDR_MASK; /* dword align */
Zhu Yic8fe6672006-01-24 16:36:36 +0800448 u32 dif_len = reg - aligned_addr;
449
James Ketrenos43f66a62005-03-25 12:31:53 -0600450 IPW_DEBUG_IO(" reg = 0x%8X : value = 0x%8X\n", reg, value);
Zhu Yic8fe6672006-01-24 16:36:36 +0800451 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
452 _ipw_write8(priv, IPW_INDIRECT_DATA + dif_len, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600453}
454
Zhu Yic8fe6672006-01-24 16:36:36 +0800455/* 16-bit indirect write (above 4K) */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400456static void _ipw_write_reg16(struct ipw_priv *priv, u32 reg, u16 value)
James Ketrenos43f66a62005-03-25 12:31:53 -0600457{
Zhu Yi2638bc32006-01-24 16:37:52 +0800458 u32 aligned_addr = reg & IPW_INDIRECT_ADDR_MASK; /* dword align */
Zhu Yic8fe6672006-01-24 16:36:36 +0800459 u32 dif_len = (reg - aligned_addr) & (~0x1ul);
460
James Ketrenos43f66a62005-03-25 12:31:53 -0600461 IPW_DEBUG_IO(" reg = 0x%8X : value = 0x%8X\n", reg, value);
Zhu Yic8fe6672006-01-24 16:36:36 +0800462 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
463 _ipw_write16(priv, IPW_INDIRECT_DATA + dif_len, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600464}
465
Zhu Yic8fe6672006-01-24 16:36:36 +0800466/* 8-bit indirect read (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600467static u8 _ipw_read_reg8(struct ipw_priv *priv, u32 reg)
468{
469 u32 word;
James Ketrenosb095c382005-08-24 22:04:42 -0500470 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg & IPW_INDIRECT_ADDR_MASK);
Frans Pop9fd1ea42010-03-24 19:46:31 +0100471 IPW_DEBUG_IO(" reg = 0x%8X :\n", reg);
James Ketrenosb095c382005-08-24 22:04:42 -0500472 word = _ipw_read32(priv, IPW_INDIRECT_DATA);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400473 return (word >> ((reg & 0x3) * 8)) & 0xff;
James Ketrenos43f66a62005-03-25 12:31:53 -0600474}
475
Zhu Yic8fe6672006-01-24 16:36:36 +0800476/* 32-bit indirect read (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600477static u32 _ipw_read_reg32(struct ipw_priv *priv, u32 reg)
478{
479 u32 value;
480
481 IPW_DEBUG_IO("%p : reg = 0x%08x\n", priv, reg);
482
James Ketrenosb095c382005-08-24 22:04:42 -0500483 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg);
484 value = _ipw_read32(priv, IPW_INDIRECT_DATA);
Frans Pop9fd1ea42010-03-24 19:46:31 +0100485 IPW_DEBUG_IO(" reg = 0x%4X : value = 0x%4x\n", reg, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600486 return value;
487}
488
Zhu Yic8fe6672006-01-24 16:36:36 +0800489/* General purpose, no alignment requirement, iterative (multi-byte) read, */
490/* for area above 1st 4K of SRAM/reg space */
James Ketrenos43f66a62005-03-25 12:31:53 -0600491static void _ipw_read_indirect(struct ipw_priv *priv, u32 addr, u8 * buf,
492 int num)
493{
Zhu Yi2638bc32006-01-24 16:37:52 +0800494 u32 aligned_addr = addr & IPW_INDIRECT_ADDR_MASK; /* dword align */
James Ketrenos43f66a62005-03-25 12:31:53 -0600495 u32 dif_len = addr - aligned_addr;
James Ketrenos43f66a62005-03-25 12:31:53 -0600496 u32 i;
Jeff Garzikbf794512005-07-31 13:07:26 -0400497
James Ketrenos43f66a62005-03-25 12:31:53 -0600498 IPW_DEBUG_IO("addr = %i, buf = %p, num = %i\n", addr, buf, num);
499
James Ketrenosea2b26e2005-08-24 21:25:16 -0500500 if (num <= 0) {
501 return;
502 }
503
Zhu Yic8fe6672006-01-24 16:36:36 +0800504 /* Read the first dword (or portion) byte by byte */
James Ketrenos43f66a62005-03-25 12:31:53 -0600505 if (unlikely(dif_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500506 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -0600507 /* Start reading at aligned_addr + dif_len */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500508 for (i = dif_len; ((i < 4) && (num > 0)); i++, num--)
James Ketrenosb095c382005-08-24 22:04:42 -0500509 *buf++ = _ipw_read8(priv, IPW_INDIRECT_DATA + i);
James Ketrenos43f66a62005-03-25 12:31:53 -0600510 aligned_addr += 4;
511 }
512
Zhu Yic8fe6672006-01-24 16:36:36 +0800513 /* Read all of the middle dwords as dwords, with auto-increment */
James Ketrenosb095c382005-08-24 22:04:42 -0500514 _ipw_write32(priv, IPW_AUTOINC_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500515 for (; num >= 4; buf += 4, aligned_addr += 4, num -= 4)
James Ketrenosb095c382005-08-24 22:04:42 -0500516 *(u32 *) buf = _ipw_read32(priv, IPW_AUTOINC_DATA);
Jeff Garzikbf794512005-07-31 13:07:26 -0400517
Zhu Yic8fe6672006-01-24 16:36:36 +0800518 /* Read the last dword (or portion) byte by byte */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500519 if (unlikely(num)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500520 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500521 for (i = 0; num > 0; i++, num--)
James Ketrenosb095c382005-08-24 22:04:42 -0500522 *buf++ = ipw_read8(priv, IPW_INDIRECT_DATA + i);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500523 }
James Ketrenos43f66a62005-03-25 12:31:53 -0600524}
525
Zhu Yic8fe6672006-01-24 16:36:36 +0800526/* General purpose, no alignment requirement, iterative (multi-byte) write, */
527/* for area above 1st 4K of SRAM/reg space */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400528static void _ipw_write_indirect(struct ipw_priv *priv, u32 addr, u8 * buf,
James Ketrenos43f66a62005-03-25 12:31:53 -0600529 int num)
530{
Zhu Yi2638bc32006-01-24 16:37:52 +0800531 u32 aligned_addr = addr & IPW_INDIRECT_ADDR_MASK; /* dword align */
James Ketrenos43f66a62005-03-25 12:31:53 -0600532 u32 dif_len = addr - aligned_addr;
James Ketrenos43f66a62005-03-25 12:31:53 -0600533 u32 i;
Jeff Garzikbf794512005-07-31 13:07:26 -0400534
James Ketrenos43f66a62005-03-25 12:31:53 -0600535 IPW_DEBUG_IO("addr = %i, buf = %p, num = %i\n", addr, buf, num);
Jeff Garzikbf794512005-07-31 13:07:26 -0400536
James Ketrenosea2b26e2005-08-24 21:25:16 -0500537 if (num <= 0) {
538 return;
539 }
540
Zhu Yic8fe6672006-01-24 16:36:36 +0800541 /* Write the first dword (or portion) byte by byte */
James Ketrenos43f66a62005-03-25 12:31:53 -0600542 if (unlikely(dif_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500543 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
Zhu Yic8fe6672006-01-24 16:36:36 +0800544 /* Start writing at aligned_addr + dif_len */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500545 for (i = dif_len; ((i < 4) && (num > 0)); i++, num--, buf++)
James Ketrenosb095c382005-08-24 22:04:42 -0500546 _ipw_write8(priv, IPW_INDIRECT_DATA + i, *buf);
James Ketrenos43f66a62005-03-25 12:31:53 -0600547 aligned_addr += 4;
548 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400549
Zhu Yic8fe6672006-01-24 16:36:36 +0800550 /* Write all of the middle dwords as dwords, with auto-increment */
James Ketrenosb095c382005-08-24 22:04:42 -0500551 _ipw_write32(priv, IPW_AUTOINC_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500552 for (; num >= 4; buf += 4, aligned_addr += 4, num -= 4)
James Ketrenosb095c382005-08-24 22:04:42 -0500553 _ipw_write32(priv, IPW_AUTOINC_DATA, *(u32 *) buf);
Jeff Garzikbf794512005-07-31 13:07:26 -0400554
Zhu Yic8fe6672006-01-24 16:36:36 +0800555 /* Write the last dword (or portion) byte by byte */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500556 if (unlikely(num)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500557 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500558 for (i = 0; num > 0; i++, num--, buf++)
James Ketrenosb095c382005-08-24 22:04:42 -0500559 _ipw_write8(priv, IPW_INDIRECT_DATA + i, *buf);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500560 }
James Ketrenos43f66a62005-03-25 12:31:53 -0600561}
562
Zhu Yic8fe6672006-01-24 16:36:36 +0800563/* General purpose, no alignment requirement, iterative (multi-byte) write, */
564/* for 1st 4K of SRAM/regs space */
Jeff Garzikbf794512005-07-31 13:07:26 -0400565static void ipw_write_direct(struct ipw_priv *priv, u32 addr, void *buf,
James Ketrenos43f66a62005-03-25 12:31:53 -0600566 int num)
567{
568 memcpy_toio((priv->hw_base + addr), buf, num);
569}
570
Zhu Yic8fe6672006-01-24 16:36:36 +0800571/* Set bit(s) in low 4K of SRAM/regs */
James Ketrenos43f66a62005-03-25 12:31:53 -0600572static inline void ipw_set_bit(struct ipw_priv *priv, u32 reg, u32 mask)
573{
574 ipw_write32(priv, reg, ipw_read32(priv, reg) | mask);
575}
576
Zhu Yic8fe6672006-01-24 16:36:36 +0800577/* Clear bit(s) in low 4K of SRAM/regs */
James Ketrenos43f66a62005-03-25 12:31:53 -0600578static inline void ipw_clear_bit(struct ipw_priv *priv, u32 reg, u32 mask)
579{
580 ipw_write32(priv, reg, ipw_read32(priv, reg) & ~mask);
581}
582
Zhu Yi89c318e2006-06-08 22:19:49 -0700583static inline void __ipw_enable_interrupts(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -0600584{
585 if (priv->status & STATUS_INT_ENABLED)
586 return;
587 priv->status |= STATUS_INT_ENABLED;
James Ketrenosb095c382005-08-24 22:04:42 -0500588 ipw_write32(priv, IPW_INTA_MASK_R, IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -0600589}
590
Zhu Yi89c318e2006-06-08 22:19:49 -0700591static inline void __ipw_disable_interrupts(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -0600592{
593 if (!(priv->status & STATUS_INT_ENABLED))
594 return;
595 priv->status &= ~STATUS_INT_ENABLED;
James Ketrenosb095c382005-08-24 22:04:42 -0500596 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -0600597}
598
Zhu Yi89c318e2006-06-08 22:19:49 -0700599static inline void ipw_enable_interrupts(struct ipw_priv *priv)
600{
601 unsigned long flags;
602
603 spin_lock_irqsave(&priv->irq_lock, flags);
604 __ipw_enable_interrupts(priv);
605 spin_unlock_irqrestore(&priv->irq_lock, flags);
606}
607
608static inline void ipw_disable_interrupts(struct ipw_priv *priv)
609{
610 unsigned long flags;
611
612 spin_lock_irqsave(&priv->irq_lock, flags);
613 __ipw_disable_interrupts(priv);
614 spin_unlock_irqrestore(&priv->irq_lock, flags);
615}
616
James Ketrenos43f66a62005-03-25 12:31:53 -0600617static char *ipw_error_desc(u32 val)
618{
619 switch (val) {
Jeff Garzikbf794512005-07-31 13:07:26 -0400620 case IPW_FW_ERROR_OK:
James Ketrenos43f66a62005-03-25 12:31:53 -0600621 return "ERROR_OK";
Jeff Garzikbf794512005-07-31 13:07:26 -0400622 case IPW_FW_ERROR_FAIL:
James Ketrenos43f66a62005-03-25 12:31:53 -0600623 return "ERROR_FAIL";
Jeff Garzikbf794512005-07-31 13:07:26 -0400624 case IPW_FW_ERROR_MEMORY_UNDERFLOW:
James Ketrenos43f66a62005-03-25 12:31:53 -0600625 return "MEMORY_UNDERFLOW";
Jeff Garzikbf794512005-07-31 13:07:26 -0400626 case IPW_FW_ERROR_MEMORY_OVERFLOW:
James Ketrenos43f66a62005-03-25 12:31:53 -0600627 return "MEMORY_OVERFLOW";
Jeff Garzikbf794512005-07-31 13:07:26 -0400628 case IPW_FW_ERROR_BAD_PARAM:
James Ketrenosb095c382005-08-24 22:04:42 -0500629 return "BAD_PARAM";
Jeff Garzikbf794512005-07-31 13:07:26 -0400630 case IPW_FW_ERROR_BAD_CHECKSUM:
James Ketrenosb095c382005-08-24 22:04:42 -0500631 return "BAD_CHECKSUM";
Jeff Garzikbf794512005-07-31 13:07:26 -0400632 case IPW_FW_ERROR_NMI_INTERRUPT:
James Ketrenosb095c382005-08-24 22:04:42 -0500633 return "NMI_INTERRUPT";
Jeff Garzikbf794512005-07-31 13:07:26 -0400634 case IPW_FW_ERROR_BAD_DATABASE:
James Ketrenosb095c382005-08-24 22:04:42 -0500635 return "BAD_DATABASE";
Jeff Garzikbf794512005-07-31 13:07:26 -0400636 case IPW_FW_ERROR_ALLOC_FAIL:
James Ketrenosb095c382005-08-24 22:04:42 -0500637 return "ALLOC_FAIL";
Jeff Garzikbf794512005-07-31 13:07:26 -0400638 case IPW_FW_ERROR_DMA_UNDERRUN:
James Ketrenosb095c382005-08-24 22:04:42 -0500639 return "DMA_UNDERRUN";
Jeff Garzikbf794512005-07-31 13:07:26 -0400640 case IPW_FW_ERROR_DMA_STATUS:
James Ketrenosb095c382005-08-24 22:04:42 -0500641 return "DMA_STATUS";
642 case IPW_FW_ERROR_DINO_ERROR:
643 return "DINO_ERROR";
644 case IPW_FW_ERROR_EEPROM_ERROR:
645 return "EEPROM_ERROR";
Jeff Garzikbf794512005-07-31 13:07:26 -0400646 case IPW_FW_ERROR_SYSASSERT:
James Ketrenosb095c382005-08-24 22:04:42 -0500647 return "SYSASSERT";
Jeff Garzikbf794512005-07-31 13:07:26 -0400648 case IPW_FW_ERROR_FATAL_ERROR:
James Ketrenosb095c382005-08-24 22:04:42 -0500649 return "FATAL_ERROR";
Jeff Garzikbf794512005-07-31 13:07:26 -0400650 default:
James Ketrenosb095c382005-08-24 22:04:42 -0500651 return "UNKNOWN_ERROR";
James Ketrenos43f66a62005-03-25 12:31:53 -0600652 }
653}
654
James Ketrenosb39860c2005-08-12 09:36:32 -0500655static void ipw_dump_error_log(struct ipw_priv *priv,
656 struct ipw_fw_error *error)
James Ketrenos43f66a62005-03-25 12:31:53 -0600657{
James Ketrenosb39860c2005-08-12 09:36:32 -0500658 u32 i;
James Ketrenos43f66a62005-03-25 12:31:53 -0600659
James Ketrenosb39860c2005-08-12 09:36:32 -0500660 if (!error) {
661 IPW_ERROR("Error allocating and capturing error log. "
662 "Nothing to dump.\n");
663 return;
James Ketrenos43f66a62005-03-25 12:31:53 -0600664 }
665
James Ketrenosb39860c2005-08-12 09:36:32 -0500666 IPW_ERROR("Start IPW Error Log Dump:\n");
667 IPW_ERROR("Status: 0x%08X, Config: %08X\n",
668 error->status, error->config);
James Ketrenos43f66a62005-03-25 12:31:53 -0600669
James Ketrenosb39860c2005-08-12 09:36:32 -0500670 for (i = 0; i < error->elem_len; i++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400671 IPW_ERROR("%s %i 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x\n",
James Ketrenosb39860c2005-08-12 09:36:32 -0500672 ipw_error_desc(error->elem[i].desc),
673 error->elem[i].time,
674 error->elem[i].blink1,
675 error->elem[i].blink2,
676 error->elem[i].link1,
677 error->elem[i].link2, error->elem[i].data);
678 for (i = 0; i < error->log_len; i++)
679 IPW_ERROR("%i\t0x%08x\t%i\n",
680 error->log[i].time,
James Ketrenos286568a2005-08-30 10:34:25 -0500681 error->log[i].data, error->log[i].event);
James Ketrenos43f66a62005-03-25 12:31:53 -0600682}
James Ketrenos43f66a62005-03-25 12:31:53 -0600683
James Ketrenosc848d0a2005-08-24 21:56:24 -0500684static inline int ipw_is_init(struct ipw_priv *priv)
685{
686 return (priv->status & STATUS_INIT) ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -0600687}
688
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400689static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len)
James Ketrenos43f66a62005-03-25 12:31:53 -0600690{
691 u32 addr, field_info, field_len, field_count, total_len;
692
693 IPW_DEBUG_ORD("ordinal = %i\n", ord);
694
695 if (!priv || !val || !len) {
696 IPW_DEBUG_ORD("Invalid argument\n");
697 return -EINVAL;
698 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400699
James Ketrenos43f66a62005-03-25 12:31:53 -0600700 /* verify device ordinal tables have been initialized */
701 if (!priv->table0_addr || !priv->table1_addr || !priv->table2_addr) {
702 IPW_DEBUG_ORD("Access ordinals before initialization\n");
703 return -EINVAL;
704 }
705
706 switch (IPW_ORD_TABLE_ID_MASK & ord) {
707 case IPW_ORD_TABLE_0_MASK:
708 /*
709 * TABLE 0: Direct access to a table of 32 bit values
710 *
Jeff Garzikbf794512005-07-31 13:07:26 -0400711 * This is a very simple table with the data directly
James Ketrenos43f66a62005-03-25 12:31:53 -0600712 * read from the table
713 */
714
715 /* remove the table id from the ordinal */
716 ord &= IPW_ORD_TABLE_VALUE_MASK;
717
718 /* boundary check */
719 if (ord > priv->table0_len) {
720 IPW_DEBUG_ORD("ordinal value (%i) longer then "
721 "max (%i)\n", ord, priv->table0_len);
722 return -EINVAL;
723 }
724
725 /* verify we have enough room to store the value */
726 if (*len < sizeof(u32)) {
727 IPW_DEBUG_ORD("ordinal buffer length too small, "
Jiri Bencaaa4d302005-06-07 14:58:41 +0200728 "need %zd\n", sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -0600729 return -EINVAL;
730 }
731
732 IPW_DEBUG_ORD("Reading TABLE0[%i] from offset 0x%08x\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400733 ord, priv->table0_addr + (ord << 2));
James Ketrenos43f66a62005-03-25 12:31:53 -0600734
735 *len = sizeof(u32);
736 ord <<= 2;
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400737 *((u32 *) val) = ipw_read32(priv, priv->table0_addr + ord);
James Ketrenos43f66a62005-03-25 12:31:53 -0600738 break;
739
740 case IPW_ORD_TABLE_1_MASK:
741 /*
742 * TABLE 1: Indirect access to a table of 32 bit values
Jeff Garzikbf794512005-07-31 13:07:26 -0400743 *
744 * This is a fairly large table of u32 values each
James Ketrenos43f66a62005-03-25 12:31:53 -0600745 * representing starting addr for the data (which is
746 * also a u32)
747 */
748
749 /* remove the table id from the ordinal */
750 ord &= IPW_ORD_TABLE_VALUE_MASK;
Jeff Garzikbf794512005-07-31 13:07:26 -0400751
James Ketrenos43f66a62005-03-25 12:31:53 -0600752 /* boundary check */
753 if (ord > priv->table1_len) {
754 IPW_DEBUG_ORD("ordinal value too long\n");
755 return -EINVAL;
756 }
757
758 /* verify we have enough room to store the value */
759 if (*len < sizeof(u32)) {
760 IPW_DEBUG_ORD("ordinal buffer length too small, "
Jiri Bencaaa4d302005-06-07 14:58:41 +0200761 "need %zd\n", sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -0600762 return -EINVAL;
763 }
764
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400765 *((u32 *) val) =
766 ipw_read_reg32(priv, (priv->table1_addr + (ord << 2)));
James Ketrenos43f66a62005-03-25 12:31:53 -0600767 *len = sizeof(u32);
768 break;
769
770 case IPW_ORD_TABLE_2_MASK:
771 /*
772 * TABLE 2: Indirect access to a table of variable sized values
773 *
774 * This table consist of six values, each containing
775 * - dword containing the starting offset of the data
776 * - dword containing the lengh in the first 16bits
777 * and the count in the second 16bits
778 */
779
780 /* remove the table id from the ordinal */
781 ord &= IPW_ORD_TABLE_VALUE_MASK;
782
783 /* boundary check */
784 if (ord > priv->table2_len) {
785 IPW_DEBUG_ORD("ordinal value too long\n");
786 return -EINVAL;
787 }
788
789 /* get the address of statistic */
790 addr = ipw_read_reg32(priv, priv->table2_addr + (ord << 3));
Jeff Garzikbf794512005-07-31 13:07:26 -0400791
792 /* get the second DW of statistics ;
James Ketrenos43f66a62005-03-25 12:31:53 -0600793 * two 16-bit words - first is length, second is count */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400794 field_info =
795 ipw_read_reg32(priv,
796 priv->table2_addr + (ord << 3) +
797 sizeof(u32));
Jeff Garzikbf794512005-07-31 13:07:26 -0400798
James Ketrenos43f66a62005-03-25 12:31:53 -0600799 /* get each entry length */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400800 field_len = *((u16 *) & field_info);
Jeff Garzikbf794512005-07-31 13:07:26 -0400801
James Ketrenos43f66a62005-03-25 12:31:53 -0600802 /* get number of entries */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400803 field_count = *(((u16 *) & field_info) + 1);
Jeff Garzikbf794512005-07-31 13:07:26 -0400804
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200805 /* abort if not enough memory */
James Ketrenos43f66a62005-03-25 12:31:53 -0600806 total_len = field_len * field_count;
807 if (total_len > *len) {
808 *len = total_len;
809 return -EINVAL;
810 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400811
James Ketrenos43f66a62005-03-25 12:31:53 -0600812 *len = total_len;
813 if (!total_len)
814 return 0;
815
816 IPW_DEBUG_ORD("addr = 0x%08x, total_len = %i, "
Jeff Garzikbf794512005-07-31 13:07:26 -0400817 "field_info = 0x%08x\n",
James Ketrenos43f66a62005-03-25 12:31:53 -0600818 addr, total_len, field_info);
819 ipw_read_indirect(priv, addr, val, total_len);
820 break;
821
822 default:
823 IPW_DEBUG_ORD("Invalid ordinal!\n");
824 return -EINVAL;
825
826 }
827
James Ketrenos43f66a62005-03-25 12:31:53 -0600828 return 0;
829}
830
831static void ipw_init_ordinals(struct ipw_priv *priv)
832{
833 priv->table0_addr = IPW_ORDINALS_TABLE_LOWER;
Jeff Garzikbf794512005-07-31 13:07:26 -0400834 priv->table0_len = ipw_read32(priv, priv->table0_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -0600835
836 IPW_DEBUG_ORD("table 0 offset at 0x%08x, len = %i\n",
837 priv->table0_addr, priv->table0_len);
838
839 priv->table1_addr = ipw_read32(priv, IPW_ORDINALS_TABLE_1);
840 priv->table1_len = ipw_read_reg32(priv, priv->table1_addr);
841
842 IPW_DEBUG_ORD("table 1 offset at 0x%08x, len = %i\n",
843 priv->table1_addr, priv->table1_len);
844
845 priv->table2_addr = ipw_read32(priv, IPW_ORDINALS_TABLE_2);
846 priv->table2_len = ipw_read_reg32(priv, priv->table2_addr);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400847 priv->table2_len &= 0x0000ffff; /* use first two bytes */
James Ketrenos43f66a62005-03-25 12:31:53 -0600848
849 IPW_DEBUG_ORD("table 2 offset at 0x%08x, len = %i\n",
850 priv->table2_addr, priv->table2_len);
851
852}
853
Adrian Bunka73e22b2006-01-21 01:39:42 +0100854static u32 ipw_register_toggle(u32 reg)
James Ketrenosa613bff2005-08-24 21:43:11 -0500855{
James Ketrenosb095c382005-08-24 22:04:42 -0500856 reg &= ~IPW_START_STANDBY;
857 if (reg & IPW_GATE_ODMA)
858 reg &= ~IPW_GATE_ODMA;
859 if (reg & IPW_GATE_IDMA)
860 reg &= ~IPW_GATE_IDMA;
861 if (reg & IPW_GATE_ADMA)
862 reg &= ~IPW_GATE_ADMA;
James Ketrenosa613bff2005-08-24 21:43:11 -0500863 return reg;
864}
865
866/*
867 * LED behavior:
868 * - On radio ON, turn on any LEDs that require to be on during start
869 * - On initialization, start unassociated blink
870 * - On association, disable unassociated blink
871 * - On disassociation, start unassociated blink
872 * - On radio OFF, turn off any LEDs started during radio on
873 *
874 */
Zhu Yiede61112006-01-24 16:37:10 +0800875#define LD_TIME_LINK_ON msecs_to_jiffies(300)
876#define LD_TIME_LINK_OFF msecs_to_jiffies(2700)
877#define LD_TIME_ACT_ON msecs_to_jiffies(250)
James Ketrenosa613bff2005-08-24 21:43:11 -0500878
Adrian Bunka73e22b2006-01-21 01:39:42 +0100879static void ipw_led_link_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500880{
881 unsigned long flags;
882 u32 led;
883
884 /* If configured to not use LEDs, or nic_type is 1,
885 * then we don't toggle a LINK led */
886 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
887 return;
888
889 spin_lock_irqsave(&priv->lock, flags);
890
891 if (!(priv->status & STATUS_RF_KILL_MASK) &&
892 !(priv->status & STATUS_LED_LINK_ON)) {
893 IPW_DEBUG_LED("Link LED On\n");
James Ketrenosb095c382005-08-24 22:04:42 -0500894 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500895 led |= priv->led_association_on;
896
897 led = ipw_register_toggle(led);
898
899 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500900 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500901
902 priv->status |= STATUS_LED_LINK_ON;
903
904 /* If we aren't associated, schedule turning the LED off */
905 if (!(priv->status & STATUS_ASSOCIATED))
Tejun Heobcb6d912011-01-26 12:12:50 +0100906 schedule_delayed_work(&priv->led_link_off,
907 LD_TIME_LINK_ON);
James Ketrenosa613bff2005-08-24 21:43:11 -0500908 }
909
910 spin_unlock_irqrestore(&priv->lock, flags);
911}
912
David Howellsc4028952006-11-22 14:57:56 +0000913static void ipw_bg_led_link_on(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -0500914{
David Howellsc4028952006-11-22 14:57:56 +0000915 struct ipw_priv *priv =
916 container_of(work, struct ipw_priv, led_link_on.work);
Zhu Yi46441512006-01-24 16:37:59 +0800917 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +0000918 ipw_led_link_on(priv);
Zhu Yi46441512006-01-24 16:37:59 +0800919 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -0500920}
921
Adrian Bunka73e22b2006-01-21 01:39:42 +0100922static void ipw_led_link_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500923{
924 unsigned long flags;
925 u32 led;
926
927 /* If configured not to use LEDs, or nic type is 1,
928 * then we don't goggle the LINK led. */
929 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
930 return;
931
932 spin_lock_irqsave(&priv->lock, flags);
933
934 if (priv->status & STATUS_LED_LINK_ON) {
James Ketrenosb095c382005-08-24 22:04:42 -0500935 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500936 led &= priv->led_association_off;
937 led = ipw_register_toggle(led);
938
939 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500940 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500941
942 IPW_DEBUG_LED("Link LED Off\n");
943
944 priv->status &= ~STATUS_LED_LINK_ON;
945
946 /* If we aren't associated and the radio is on, schedule
947 * turning the LED on (blink while unassociated) */
948 if (!(priv->status & STATUS_RF_KILL_MASK) &&
949 !(priv->status & STATUS_ASSOCIATED))
Tejun Heobcb6d912011-01-26 12:12:50 +0100950 schedule_delayed_work(&priv->led_link_on,
951 LD_TIME_LINK_OFF);
James Ketrenosa613bff2005-08-24 21:43:11 -0500952
953 }
954
955 spin_unlock_irqrestore(&priv->lock, flags);
956}
957
David Howellsc4028952006-11-22 14:57:56 +0000958static void ipw_bg_led_link_off(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -0500959{
David Howellsc4028952006-11-22 14:57:56 +0000960 struct ipw_priv *priv =
961 container_of(work, struct ipw_priv, led_link_off.work);
Zhu Yi46441512006-01-24 16:37:59 +0800962 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +0000963 ipw_led_link_off(priv);
Zhu Yi46441512006-01-24 16:37:59 +0800964 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -0500965}
966
Arjan van de Ven858119e2006-01-14 13:20:43 -0800967static void __ipw_led_activity_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500968{
James Ketrenosa613bff2005-08-24 21:43:11 -0500969 u32 led;
970
971 if (priv->config & CFG_NO_LED)
972 return;
973
James Ketrenosb095c382005-08-24 22:04:42 -0500974 if (priv->status & STATUS_RF_KILL_MASK)
James Ketrenosa613bff2005-08-24 21:43:11 -0500975 return;
James Ketrenosa613bff2005-08-24 21:43:11 -0500976
977 if (!(priv->status & STATUS_LED_ACT_ON)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500978 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500979 led |= priv->led_activity_on;
980
981 led = ipw_register_toggle(led);
982
983 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500984 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500985
986 IPW_DEBUG_LED("Activity LED On\n");
987
988 priv->status |= STATUS_LED_ACT_ON;
989
James Ketrenosc848d0a2005-08-24 21:56:24 -0500990 cancel_delayed_work(&priv->led_act_off);
Tejun Heobcb6d912011-01-26 12:12:50 +0100991 schedule_delayed_work(&priv->led_act_off, LD_TIME_ACT_ON);
James Ketrenosa613bff2005-08-24 21:43:11 -0500992 } else {
993 /* Reschedule LED off for full time period */
994 cancel_delayed_work(&priv->led_act_off);
Tejun Heobcb6d912011-01-26 12:12:50 +0100995 schedule_delayed_work(&priv->led_act_off, LD_TIME_ACT_ON);
James Ketrenosa613bff2005-08-24 21:43:11 -0500996 }
James Ketrenosb095c382005-08-24 22:04:42 -0500997}
James Ketrenosa613bff2005-08-24 21:43:11 -0500998
Adrian Bunka73e22b2006-01-21 01:39:42 +0100999#if 0
James Ketrenosb095c382005-08-24 22:04:42 -05001000void ipw_led_activity_on(struct ipw_priv *priv)
1001{
1002 unsigned long flags;
1003 spin_lock_irqsave(&priv->lock, flags);
1004 __ipw_led_activity_on(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -05001005 spin_unlock_irqrestore(&priv->lock, flags);
1006}
Adrian Bunka73e22b2006-01-21 01:39:42 +01001007#endif /* 0 */
James Ketrenosa613bff2005-08-24 21:43:11 -05001008
Adrian Bunka73e22b2006-01-21 01:39:42 +01001009static void ipw_led_activity_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001010{
1011 unsigned long flags;
1012 u32 led;
1013
1014 if (priv->config & CFG_NO_LED)
1015 return;
1016
1017 spin_lock_irqsave(&priv->lock, flags);
1018
1019 if (priv->status & STATUS_LED_ACT_ON) {
James Ketrenosb095c382005-08-24 22:04:42 -05001020 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001021 led &= priv->led_activity_off;
1022
1023 led = ipw_register_toggle(led);
1024
1025 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001026 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001027
1028 IPW_DEBUG_LED("Activity LED Off\n");
1029
1030 priv->status &= ~STATUS_LED_ACT_ON;
1031 }
1032
1033 spin_unlock_irqrestore(&priv->lock, flags);
1034}
1035
David Howellsc4028952006-11-22 14:57:56 +00001036static void ipw_bg_led_activity_off(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05001037{
David Howellsc4028952006-11-22 14:57:56 +00001038 struct ipw_priv *priv =
1039 container_of(work, struct ipw_priv, led_act_off.work);
Zhu Yi46441512006-01-24 16:37:59 +08001040 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00001041 ipw_led_activity_off(priv);
Zhu Yi46441512006-01-24 16:37:59 +08001042 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05001043}
1044
Adrian Bunka73e22b2006-01-21 01:39:42 +01001045static void ipw_led_band_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001046{
1047 unsigned long flags;
1048 u32 led;
1049
1050 /* Only nic type 1 supports mode LEDs */
James Ketrenosc848d0a2005-08-24 21:56:24 -05001051 if (priv->config & CFG_NO_LED ||
1052 priv->nic_type != EEPROM_NIC_TYPE_1 || !priv->assoc_network)
James Ketrenosa613bff2005-08-24 21:43:11 -05001053 return;
1054
1055 spin_lock_irqsave(&priv->lock, flags);
1056
James Ketrenosb095c382005-08-24 22:04:42 -05001057 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001058 if (priv->assoc_network->mode == IEEE_A) {
1059 led |= priv->led_ofdm_on;
1060 led &= priv->led_association_off;
1061 IPW_DEBUG_LED("Mode LED On: 802.11a\n");
1062 } else if (priv->assoc_network->mode == IEEE_G) {
1063 led |= priv->led_ofdm_on;
1064 led |= priv->led_association_on;
1065 IPW_DEBUG_LED("Mode LED On: 802.11g\n");
1066 } else {
1067 led &= priv->led_ofdm_off;
1068 led |= priv->led_association_on;
1069 IPW_DEBUG_LED("Mode LED On: 802.11b\n");
1070 }
1071
1072 led = ipw_register_toggle(led);
1073
1074 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001075 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001076
1077 spin_unlock_irqrestore(&priv->lock, flags);
1078}
1079
Adrian Bunka73e22b2006-01-21 01:39:42 +01001080static void ipw_led_band_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001081{
1082 unsigned long flags;
1083 u32 led;
1084
1085 /* Only nic type 1 supports mode LEDs */
1086 if (priv->config & CFG_NO_LED || priv->nic_type != EEPROM_NIC_TYPE_1)
1087 return;
1088
1089 spin_lock_irqsave(&priv->lock, flags);
1090
James Ketrenosb095c382005-08-24 22:04:42 -05001091 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001092 led &= priv->led_ofdm_off;
1093 led &= priv->led_association_off;
1094
1095 led = ipw_register_toggle(led);
1096
1097 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001098 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001099
1100 spin_unlock_irqrestore(&priv->lock, flags);
1101}
1102
Adrian Bunka73e22b2006-01-21 01:39:42 +01001103static void ipw_led_radio_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001104{
1105 ipw_led_link_on(priv);
1106}
1107
Adrian Bunka73e22b2006-01-21 01:39:42 +01001108static void ipw_led_radio_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001109{
1110 ipw_led_activity_off(priv);
1111 ipw_led_link_off(priv);
1112}
1113
Adrian Bunka73e22b2006-01-21 01:39:42 +01001114static void ipw_led_link_up(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001115{
1116 /* Set the Link Led on for all nic types */
1117 ipw_led_link_on(priv);
1118}
1119
Adrian Bunka73e22b2006-01-21 01:39:42 +01001120static void ipw_led_link_down(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001121{
1122 ipw_led_activity_off(priv);
1123 ipw_led_link_off(priv);
1124
1125 if (priv->status & STATUS_RF_KILL_MASK)
1126 ipw_led_radio_off(priv);
1127}
1128
Adrian Bunka73e22b2006-01-21 01:39:42 +01001129static void ipw_led_init(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001130{
1131 priv->nic_type = priv->eeprom[EEPROM_NIC_TYPE];
1132
1133 /* Set the default PINs for the link and activity leds */
James Ketrenosb095c382005-08-24 22:04:42 -05001134 priv->led_activity_on = IPW_ACTIVITY_LED;
1135 priv->led_activity_off = ~(IPW_ACTIVITY_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001136
James Ketrenosb095c382005-08-24 22:04:42 -05001137 priv->led_association_on = IPW_ASSOCIATED_LED;
1138 priv->led_association_off = ~(IPW_ASSOCIATED_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001139
1140 /* Set the default PINs for the OFDM leds */
James Ketrenosb095c382005-08-24 22:04:42 -05001141 priv->led_ofdm_on = IPW_OFDM_LED;
1142 priv->led_ofdm_off = ~(IPW_OFDM_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001143
1144 switch (priv->nic_type) {
1145 case EEPROM_NIC_TYPE_1:
1146 /* In this NIC type, the LEDs are reversed.... */
James Ketrenosb095c382005-08-24 22:04:42 -05001147 priv->led_activity_on = IPW_ASSOCIATED_LED;
1148 priv->led_activity_off = ~(IPW_ASSOCIATED_LED);
1149 priv->led_association_on = IPW_ACTIVITY_LED;
1150 priv->led_association_off = ~(IPW_ACTIVITY_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001151
1152 if (!(priv->config & CFG_NO_LED))
1153 ipw_led_band_on(priv);
1154
1155 /* And we don't blink link LEDs for this nic, so
1156 * just return here */
1157 return;
1158
1159 case EEPROM_NIC_TYPE_3:
1160 case EEPROM_NIC_TYPE_2:
1161 case EEPROM_NIC_TYPE_4:
1162 case EEPROM_NIC_TYPE_0:
1163 break;
1164
1165 default:
1166 IPW_DEBUG_INFO("Unknown NIC type from EEPROM: %d\n",
1167 priv->nic_type);
1168 priv->nic_type = EEPROM_NIC_TYPE_0;
1169 break;
1170 }
1171
1172 if (!(priv->config & CFG_NO_LED)) {
1173 if (priv->status & STATUS_ASSOCIATED)
1174 ipw_led_link_on(priv);
1175 else
1176 ipw_led_link_off(priv);
1177 }
1178}
1179
Adrian Bunka73e22b2006-01-21 01:39:42 +01001180static void ipw_led_shutdown(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001181{
James Ketrenosa613bff2005-08-24 21:43:11 -05001182 ipw_led_activity_off(priv);
1183 ipw_led_link_off(priv);
1184 ipw_led_band_off(priv);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001185 cancel_delayed_work(&priv->led_link_on);
1186 cancel_delayed_work(&priv->led_link_off);
1187 cancel_delayed_work(&priv->led_act_off);
James Ketrenosa613bff2005-08-24 21:43:11 -05001188}
1189
James Ketrenos43f66a62005-03-25 12:31:53 -06001190/*
1191 * The following adds a new attribute to the sysfs representation
1192 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/ipw/)
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001193 * used for controlling the debug level.
Jeff Garzikbf794512005-07-31 13:07:26 -04001194 *
James Ketrenos43f66a62005-03-25 12:31:53 -06001195 * See the level definitions in ipw for details.
1196 */
1197static ssize_t show_debug_level(struct device_driver *d, char *buf)
1198{
1199 return sprintf(buf, "0x%08X\n", ipw_debug_level);
1200}
James Ketrenosa613bff2005-08-24 21:43:11 -05001201
1202static ssize_t store_debug_level(struct device_driver *d, const char *buf,
1203 size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001204{
1205 char *p = (char *)buf;
1206 u32 val;
1207
1208 if (p[1] == 'x' || p[1] == 'X' || p[0] == 'x' || p[0] == 'X') {
1209 p++;
1210 if (p[0] == 'x' || p[0] == 'X')
1211 p++;
1212 val = simple_strtoul(p, &p, 16);
1213 } else
1214 val = simple_strtoul(p, &p, 10);
Jeff Garzikbf794512005-07-31 13:07:26 -04001215 if (p == buf)
1216 printk(KERN_INFO DRV_NAME
James Ketrenos43f66a62005-03-25 12:31:53 -06001217 ": %s is not in hex or decimal form.\n", buf);
1218 else
1219 ipw_debug_level = val;
1220
1221 return strnlen(buf, count);
1222}
1223
Jeff Garzikbf794512005-07-31 13:07:26 -04001224static DRIVER_ATTR(debug_level, S_IWUSR | S_IRUGO,
James Ketrenos43f66a62005-03-25 12:31:53 -06001225 show_debug_level, store_debug_level);
1226
James Ketrenosb39860c2005-08-12 09:36:32 -05001227static inline u32 ipw_get_event_log_len(struct ipw_priv *priv)
1228{
Zhu Yic8fe6672006-01-24 16:36:36 +08001229 /* length = 1st dword in log */
James Ketrenosb39860c2005-08-12 09:36:32 -05001230 return ipw_read_reg32(priv, ipw_read32(priv, IPW_EVENT_LOG));
1231}
1232
1233static void ipw_capture_event_log(struct ipw_priv *priv,
1234 u32 log_len, struct ipw_event *log)
1235{
1236 u32 base;
1237
1238 if (log_len) {
1239 base = ipw_read32(priv, IPW_EVENT_LOG);
1240 ipw_read_indirect(priv, base + sizeof(base) + sizeof(u32),
1241 (u8 *) log, sizeof(*log) * log_len);
1242 }
1243}
1244
1245static struct ipw_fw_error *ipw_alloc_error_log(struct ipw_priv *priv)
1246{
1247 struct ipw_fw_error *error;
1248 u32 log_len = ipw_get_event_log_len(priv);
1249 u32 base = ipw_read32(priv, IPW_ERROR_LOG);
1250 u32 elem_len = ipw_read_reg32(priv, base);
1251
1252 error = kmalloc(sizeof(*error) +
1253 sizeof(*error->elem) * elem_len +
1254 sizeof(*error->log) * log_len, GFP_ATOMIC);
1255 if (!error) {
1256 IPW_ERROR("Memory allocation for firmware error log "
1257 "failed.\n");
1258 return NULL;
1259 }
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001260 error->jiffies = jiffies;
James Ketrenosb39860c2005-08-12 09:36:32 -05001261 error->status = priv->status;
1262 error->config = priv->config;
1263 error->elem_len = elem_len;
1264 error->log_len = log_len;
1265 error->elem = (struct ipw_error_elem *)error->payload;
Zhu Yi3b26b112005-11-17 13:58:30 +08001266 error->log = (struct ipw_event *)(error->elem + elem_len);
James Ketrenosb39860c2005-08-12 09:36:32 -05001267
1268 ipw_capture_event_log(priv, log_len, error->log);
1269
1270 if (elem_len)
1271 ipw_read_indirect(priv, base + sizeof(base), (u8 *) error->elem,
1272 sizeof(*error->elem) * elem_len);
1273
1274 return error;
1275}
1276
James Ketrenosb39860c2005-08-12 09:36:32 -05001277static ssize_t show_event_log(struct device *d,
1278 struct device_attribute *attr, char *buf)
1279{
1280 struct ipw_priv *priv = dev_get_drvdata(d);
1281 u32 log_len = ipw_get_event_log_len(priv);
Reinette Chatre412e9e72007-12-18 22:01:02 -08001282 u32 log_size;
1283 struct ipw_event *log;
James Ketrenosb39860c2005-08-12 09:36:32 -05001284 u32 len = 0, i;
1285
Reinette Chatre412e9e72007-12-18 22:01:02 -08001286 /* not using min() because of its strict type checking */
1287 log_size = PAGE_SIZE / sizeof(*log) > log_len ?
1288 sizeof(*log) * log_len : PAGE_SIZE;
1289 log = kzalloc(log_size, GFP_KERNEL);
1290 if (!log) {
1291 IPW_ERROR("Unable to allocate memory for log\n");
1292 return 0;
1293 }
1294 log_len = log_size / sizeof(*log);
James Ketrenosb39860c2005-08-12 09:36:32 -05001295 ipw_capture_event_log(priv, log_len, log);
1296
1297 len += snprintf(buf + len, PAGE_SIZE - len, "%08X", log_len);
1298 for (i = 0; i < log_len; i++)
1299 len += snprintf(buf + len, PAGE_SIZE - len,
1300 "\n%08X%08X%08X",
1301 log[i].time, log[i].event, log[i].data);
1302 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
Reinette Chatre412e9e72007-12-18 22:01:02 -08001303 kfree(log);
James Ketrenosb39860c2005-08-12 09:36:32 -05001304 return len;
1305}
1306
1307static DEVICE_ATTR(event_log, S_IRUGO, show_event_log, NULL);
1308
1309static ssize_t show_error(struct device *d,
1310 struct device_attribute *attr, char *buf)
1311{
1312 struct ipw_priv *priv = dev_get_drvdata(d);
1313 u32 len = 0, i;
1314 if (!priv->error)
1315 return 0;
1316 len += snprintf(buf + len, PAGE_SIZE - len,
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001317 "%08lX%08X%08X%08X",
1318 priv->error->jiffies,
James Ketrenosb39860c2005-08-12 09:36:32 -05001319 priv->error->status,
1320 priv->error->config, priv->error->elem_len);
1321 for (i = 0; i < priv->error->elem_len; i++)
1322 len += snprintf(buf + len, PAGE_SIZE - len,
1323 "\n%08X%08X%08X%08X%08X%08X%08X",
1324 priv->error->elem[i].time,
1325 priv->error->elem[i].desc,
1326 priv->error->elem[i].blink1,
1327 priv->error->elem[i].blink2,
1328 priv->error->elem[i].link1,
1329 priv->error->elem[i].link2,
1330 priv->error->elem[i].data);
1331
1332 len += snprintf(buf + len, PAGE_SIZE - len,
1333 "\n%08X", priv->error->log_len);
1334 for (i = 0; i < priv->error->log_len; i++)
1335 len += snprintf(buf + len, PAGE_SIZE - len,
1336 "\n%08X%08X%08X",
1337 priv->error->log[i].time,
1338 priv->error->log[i].event,
1339 priv->error->log[i].data);
1340 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1341 return len;
1342}
1343
1344static ssize_t clear_error(struct device *d,
1345 struct device_attribute *attr,
1346 const char *buf, size_t count)
1347{
1348 struct ipw_priv *priv = dev_get_drvdata(d);
Jesper Juhl8f760782006-06-27 02:55:06 -07001349
1350 kfree(priv->error);
1351 priv->error = NULL;
James Ketrenosb39860c2005-08-12 09:36:32 -05001352 return count;
1353}
1354
1355static DEVICE_ATTR(error, S_IRUGO | S_IWUSR, show_error, clear_error);
1356
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001357static ssize_t show_cmd_log(struct device *d,
1358 struct device_attribute *attr, char *buf)
1359{
1360 struct ipw_priv *priv = dev_get_drvdata(d);
1361 u32 len = 0, i;
1362 if (!priv->cmdlog)
1363 return 0;
1364 for (i = (priv->cmdlog_pos + 1) % priv->cmdlog_len;
1365 (i != priv->cmdlog_pos) && (PAGE_SIZE - len);
1366 i = (i + 1) % priv->cmdlog_len) {
1367 len +=
1368 snprintf(buf + len, PAGE_SIZE - len,
1369 "\n%08lX%08X%08X%08X\n", priv->cmdlog[i].jiffies,
1370 priv->cmdlog[i].retcode, priv->cmdlog[i].cmd.cmd,
1371 priv->cmdlog[i].cmd.len);
1372 len +=
1373 snprintk_buf(buf + len, PAGE_SIZE - len,
1374 (u8 *) priv->cmdlog[i].cmd.param,
1375 priv->cmdlog[i].cmd.len);
1376 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1377 }
1378 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1379 return len;
1380}
1381
1382static DEVICE_ATTR(cmd_log, S_IRUGO, show_cmd_log, NULL);
1383
Zhu Yid685b8c2006-04-13 17:20:27 +08001384#ifdef CONFIG_IPW2200_PROMISCUOUS
1385static void ipw_prom_free(struct ipw_priv *priv);
1386static int ipw_prom_alloc(struct ipw_priv *priv);
1387static ssize_t store_rtap_iface(struct device *d,
1388 struct device_attribute *attr,
1389 const char *buf, size_t count)
1390{
1391 struct ipw_priv *priv = dev_get_drvdata(d);
1392 int rc = 0;
1393
1394 if (count < 1)
1395 return -EINVAL;
1396
1397 switch (buf[0]) {
1398 case '0':
1399 if (!rtap_iface)
1400 return count;
1401
1402 if (netif_running(priv->prom_net_dev)) {
1403 IPW_WARNING("Interface is up. Cannot unregister.\n");
1404 return count;
1405 }
1406
1407 ipw_prom_free(priv);
1408 rtap_iface = 0;
1409 break;
1410
1411 case '1':
1412 if (rtap_iface)
1413 return count;
1414
1415 rc = ipw_prom_alloc(priv);
1416 if (!rc)
1417 rtap_iface = 1;
1418 break;
1419
1420 default:
1421 return -EINVAL;
1422 }
1423
1424 if (rc) {
1425 IPW_ERROR("Failed to register promiscuous network "
1426 "device (error %d).\n", rc);
1427 }
1428
1429 return count;
1430}
1431
1432static ssize_t show_rtap_iface(struct device *d,
1433 struct device_attribute *attr,
1434 char *buf)
1435{
1436 struct ipw_priv *priv = dev_get_drvdata(d);
1437 if (rtap_iface)
1438 return sprintf(buf, "%s", priv->prom_net_dev->name);
1439 else {
1440 buf[0] = '-';
1441 buf[1] = '1';
1442 buf[2] = '\0';
1443 return 3;
1444 }
1445}
1446
1447static DEVICE_ATTR(rtap_iface, S_IWUSR | S_IRUSR, show_rtap_iface,
1448 store_rtap_iface);
1449
1450static ssize_t store_rtap_filter(struct device *d,
1451 struct device_attribute *attr,
1452 const char *buf, size_t count)
1453{
1454 struct ipw_priv *priv = dev_get_drvdata(d);
1455
1456 if (!priv->prom_priv) {
1457 IPW_ERROR("Attempting to set filter without "
1458 "rtap_iface enabled.\n");
1459 return -EPERM;
1460 }
1461
1462 priv->prom_priv->filter = simple_strtol(buf, NULL, 0);
1463
1464 IPW_DEBUG_INFO("Setting rtap filter to " BIT_FMT16 "\n",
1465 BIT_ARG16(priv->prom_priv->filter));
1466
1467 return count;
1468}
1469
1470static ssize_t show_rtap_filter(struct device *d,
1471 struct device_attribute *attr,
1472 char *buf)
1473{
1474 struct ipw_priv *priv = dev_get_drvdata(d);
1475 return sprintf(buf, "0x%04X",
1476 priv->prom_priv ? priv->prom_priv->filter : 0);
1477}
1478
1479static DEVICE_ATTR(rtap_filter, S_IWUSR | S_IRUSR, show_rtap_filter,
1480 store_rtap_filter);
1481#endif
1482
James Ketrenosa613bff2005-08-24 21:43:11 -05001483static ssize_t show_scan_age(struct device *d, struct device_attribute *attr,
1484 char *buf)
1485{
1486 struct ipw_priv *priv = dev_get_drvdata(d);
1487 return sprintf(buf, "%d\n", priv->ieee->scan_age);
1488}
1489
1490static ssize_t store_scan_age(struct device *d, struct device_attribute *attr,
1491 const char *buf, size_t count)
1492{
1493 struct ipw_priv *priv = dev_get_drvdata(d);
1494 struct net_device *dev = priv->net_dev;
1495 char buffer[] = "00000000";
1496 unsigned long len =
1497 (sizeof(buffer) - 1) > count ? count : sizeof(buffer) - 1;
1498 unsigned long val;
1499 char *p = buffer;
1500
1501 IPW_DEBUG_INFO("enter\n");
1502
1503 strncpy(buffer, buf, len);
1504 buffer[len] = 0;
1505
1506 if (p[1] == 'x' || p[1] == 'X' || p[0] == 'x' || p[0] == 'X') {
1507 p++;
1508 if (p[0] == 'x' || p[0] == 'X')
1509 p++;
1510 val = simple_strtoul(p, &p, 16);
1511 } else
1512 val = simple_strtoul(p, &p, 10);
1513 if (p == buffer) {
1514 IPW_DEBUG_INFO("%s: user supplied invalid value.\n", dev->name);
1515 } else {
1516 priv->ieee->scan_age = val;
1517 IPW_DEBUG_INFO("set scan_age = %u\n", priv->ieee->scan_age);
1518 }
1519
1520 IPW_DEBUG_INFO("exit\n");
1521 return len;
1522}
1523
1524static DEVICE_ATTR(scan_age, S_IWUSR | S_IRUGO, show_scan_age, store_scan_age);
1525
1526static ssize_t show_led(struct device *d, struct device_attribute *attr,
1527 char *buf)
1528{
1529 struct ipw_priv *priv = dev_get_drvdata(d);
1530 return sprintf(buf, "%d\n", (priv->config & CFG_NO_LED) ? 0 : 1);
1531}
1532
1533static ssize_t store_led(struct device *d, struct device_attribute *attr,
1534 const char *buf, size_t count)
1535{
1536 struct ipw_priv *priv = dev_get_drvdata(d);
1537
1538 IPW_DEBUG_INFO("enter\n");
1539
1540 if (count == 0)
1541 return 0;
1542
1543 if (*buf == 0) {
1544 IPW_DEBUG_LED("Disabling LED control.\n");
1545 priv->config |= CFG_NO_LED;
1546 ipw_led_shutdown(priv);
1547 } else {
1548 IPW_DEBUG_LED("Enabling LED control.\n");
1549 priv->config &= ~CFG_NO_LED;
1550 ipw_led_init(priv);
1551 }
1552
1553 IPW_DEBUG_INFO("exit\n");
1554 return count;
1555}
1556
1557static DEVICE_ATTR(led, S_IWUSR | S_IRUGO, show_led, store_led);
1558
Andrew Mortonad3fee52005-06-20 14:30:36 -07001559static ssize_t show_status(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001560 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001561{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001562 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001563 return sprintf(buf, "0x%08x\n", (int)p->status);
1564}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001565
James Ketrenos43f66a62005-03-25 12:31:53 -06001566static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
1567
Andrew Mortonad3fee52005-06-20 14:30:36 -07001568static ssize_t show_cfg(struct device *d, struct device_attribute *attr,
1569 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001570{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001571 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001572 return sprintf(buf, "0x%08x\n", (int)p->config);
1573}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001574
James Ketrenos43f66a62005-03-25 12:31:53 -06001575static DEVICE_ATTR(cfg, S_IRUGO, show_cfg, NULL);
1576
Andrew Mortonad3fee52005-06-20 14:30:36 -07001577static ssize_t show_nic_type(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001578 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001579{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001580 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosa613bff2005-08-24 21:43:11 -05001581 return sprintf(buf, "TYPE: %d\n", priv->nic_type);
James Ketrenos43f66a62005-03-25 12:31:53 -06001582}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001583
James Ketrenos43f66a62005-03-25 12:31:53 -06001584static DEVICE_ATTR(nic_type, S_IRUGO, show_nic_type, NULL);
1585
Andrew Mortonad3fee52005-06-20 14:30:36 -07001586static ssize_t show_ucode_version(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001587 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001588{
1589 u32 len = sizeof(u32), tmp = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001590 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001591
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001592 if (ipw_get_ordinal(p, IPW_ORD_STAT_UCODE_VERSION, &tmp, &len))
James Ketrenos43f66a62005-03-25 12:31:53 -06001593 return 0;
1594
1595 return sprintf(buf, "0x%08x\n", tmp);
1596}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001597
1598static DEVICE_ATTR(ucode_version, S_IWUSR | S_IRUGO, show_ucode_version, NULL);
James Ketrenos43f66a62005-03-25 12:31:53 -06001599
Andrew Mortonad3fee52005-06-20 14:30:36 -07001600static ssize_t show_rtc(struct device *d, struct device_attribute *attr,
1601 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001602{
1603 u32 len = sizeof(u32), tmp = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001604 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001605
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001606 if (ipw_get_ordinal(p, IPW_ORD_STAT_RTC, &tmp, &len))
James Ketrenos43f66a62005-03-25 12:31:53 -06001607 return 0;
1608
1609 return sprintf(buf, "0x%08x\n", tmp);
1610}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001611
1612static DEVICE_ATTR(rtc, S_IWUSR | S_IRUGO, show_rtc, NULL);
James Ketrenos43f66a62005-03-25 12:31:53 -06001613
1614/*
1615 * Add a device attribute to view/control the delay between eeprom
1616 * operations.
1617 */
Andrew Mortonad3fee52005-06-20 14:30:36 -07001618static ssize_t show_eeprom_delay(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001619 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001620{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001621 struct ipw_priv *p = dev_get_drvdata(d);
1622 int n = p->eeprom_delay;
James Ketrenos43f66a62005-03-25 12:31:53 -06001623 return sprintf(buf, "%i\n", n);
1624}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001625static ssize_t store_eeprom_delay(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001626 struct device_attribute *attr,
1627 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001628{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001629 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001630 sscanf(buf, "%i", &p->eeprom_delay);
1631 return strnlen(buf, count);
1632}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001633
1634static DEVICE_ATTR(eeprom_delay, S_IWUSR | S_IRUGO,
1635 show_eeprom_delay, store_eeprom_delay);
James Ketrenos43f66a62005-03-25 12:31:53 -06001636
Andrew Mortonad3fee52005-06-20 14:30:36 -07001637static ssize_t show_command_event_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001638 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001639{
1640 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001641 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001642
James Ketrenosb095c382005-08-24 22:04:42 -05001643 reg = ipw_read_reg32(p, IPW_INTERNAL_CMD_EVENT);
James Ketrenos43f66a62005-03-25 12:31:53 -06001644 return sprintf(buf, "0x%08x\n", reg);
1645}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001646static ssize_t store_command_event_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001647 struct device_attribute *attr,
1648 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001649{
1650 u32 reg;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001651 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001652
1653 sscanf(buf, "%x", &reg);
James Ketrenosb095c382005-08-24 22:04:42 -05001654 ipw_write_reg32(p, IPW_INTERNAL_CMD_EVENT, reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001655 return strnlen(buf, count);
1656}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001657
1658static DEVICE_ATTR(command_event_reg, S_IWUSR | S_IRUGO,
1659 show_command_event_reg, store_command_event_reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001660
Andrew Mortonad3fee52005-06-20 14:30:36 -07001661static ssize_t show_mem_gpio_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001662 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001663{
1664 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001665 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001666
1667 reg = ipw_read_reg32(p, 0x301100);
1668 return sprintf(buf, "0x%08x\n", reg);
1669}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001670static ssize_t store_mem_gpio_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001671 struct device_attribute *attr,
1672 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001673{
1674 u32 reg;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001675 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001676
1677 sscanf(buf, "%x", &reg);
1678 ipw_write_reg32(p, 0x301100, reg);
1679 return strnlen(buf, count);
1680}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001681
1682static DEVICE_ATTR(mem_gpio_reg, S_IWUSR | S_IRUGO,
1683 show_mem_gpio_reg, store_mem_gpio_reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001684
Andrew Mortonad3fee52005-06-20 14:30:36 -07001685static ssize_t show_indirect_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001686 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001687{
1688 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001689 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001690
Jeff Garzikbf794512005-07-31 13:07:26 -04001691 if (priv->status & STATUS_INDIRECT_DWORD)
James Ketrenos43f66a62005-03-25 12:31:53 -06001692 reg = ipw_read_reg32(priv, priv->indirect_dword);
Jeff Garzikbf794512005-07-31 13:07:26 -04001693 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001694 reg = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04001695
James Ketrenos43f66a62005-03-25 12:31:53 -06001696 return sprintf(buf, "0x%08x\n", reg);
1697}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001698static ssize_t store_indirect_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001699 struct device_attribute *attr,
1700 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001701{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001702 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001703
1704 sscanf(buf, "%x", &priv->indirect_dword);
1705 priv->status |= STATUS_INDIRECT_DWORD;
1706 return strnlen(buf, count);
1707}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001708
1709static DEVICE_ATTR(indirect_dword, S_IWUSR | S_IRUGO,
1710 show_indirect_dword, store_indirect_dword);
James Ketrenos43f66a62005-03-25 12:31:53 -06001711
Andrew Mortonad3fee52005-06-20 14:30:36 -07001712static ssize_t show_indirect_byte(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001713 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001714{
1715 u8 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001716 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001717
Jeff Garzikbf794512005-07-31 13:07:26 -04001718 if (priv->status & STATUS_INDIRECT_BYTE)
James Ketrenos43f66a62005-03-25 12:31:53 -06001719 reg = ipw_read_reg8(priv, priv->indirect_byte);
Jeff Garzikbf794512005-07-31 13:07:26 -04001720 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001721 reg = 0;
1722
1723 return sprintf(buf, "0x%02x\n", reg);
1724}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001725static ssize_t store_indirect_byte(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001726 struct device_attribute *attr,
1727 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001728{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001729 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001730
1731 sscanf(buf, "%x", &priv->indirect_byte);
1732 priv->status |= STATUS_INDIRECT_BYTE;
1733 return strnlen(buf, count);
1734}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001735
1736static DEVICE_ATTR(indirect_byte, S_IWUSR | S_IRUGO,
James Ketrenos43f66a62005-03-25 12:31:53 -06001737 show_indirect_byte, store_indirect_byte);
1738
Andrew Mortonad3fee52005-06-20 14:30:36 -07001739static ssize_t show_direct_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001740 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001741{
1742 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001743 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001744
Jeff Garzikbf794512005-07-31 13:07:26 -04001745 if (priv->status & STATUS_DIRECT_DWORD)
James Ketrenos43f66a62005-03-25 12:31:53 -06001746 reg = ipw_read32(priv, priv->direct_dword);
Jeff Garzikbf794512005-07-31 13:07:26 -04001747 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001748 reg = 0;
1749
1750 return sprintf(buf, "0x%08x\n", reg);
1751}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001752static ssize_t store_direct_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001753 struct device_attribute *attr,
1754 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001755{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001756 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001757
1758 sscanf(buf, "%x", &priv->direct_dword);
1759 priv->status |= STATUS_DIRECT_DWORD;
1760 return strnlen(buf, count);
1761}
James Ketrenos43f66a62005-03-25 12:31:53 -06001762
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001763static DEVICE_ATTR(direct_dword, S_IWUSR | S_IRUGO,
1764 show_direct_dword, store_direct_dword);
James Ketrenos43f66a62005-03-25 12:31:53 -06001765
Arjan van de Ven858119e2006-01-14 13:20:43 -08001766static int rf_kill_active(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06001767{
Matthew Garrett25f94ae2009-11-11 14:36:31 -05001768 if (0 == (ipw_read32(priv, 0x30) & 0x10000)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001769 priv->status |= STATUS_RF_KILL_HW;
Matthew Garrett25f94ae2009-11-11 14:36:31 -05001770 wiphy_rfkill_set_hw_state(priv->ieee->wdev.wiphy, true);
1771 } else {
James Ketrenos43f66a62005-03-25 12:31:53 -06001772 priv->status &= ~STATUS_RF_KILL_HW;
Matthew Garrett25f94ae2009-11-11 14:36:31 -05001773 wiphy_rfkill_set_hw_state(priv->ieee->wdev.wiphy, false);
1774 }
James Ketrenos43f66a62005-03-25 12:31:53 -06001775
1776 return (priv->status & STATUS_RF_KILL_HW) ? 1 : 0;
1777}
1778
Andrew Mortonad3fee52005-06-20 14:30:36 -07001779static ssize_t show_rf_kill(struct device *d, struct device_attribute *attr,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001780 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001781{
1782 /* 0 - RF kill not enabled
Jeff Garzikbf794512005-07-31 13:07:26 -04001783 1 - SW based RF kill active (sysfs)
James Ketrenos43f66a62005-03-25 12:31:53 -06001784 2 - HW based RF kill active
1785 3 - Both HW and SW baed RF kill active */
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001786 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001787 int val = ((priv->status & STATUS_RF_KILL_SW) ? 0x1 : 0x0) |
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001788 (rf_kill_active(priv) ? 0x2 : 0x0);
James Ketrenos43f66a62005-03-25 12:31:53 -06001789 return sprintf(buf, "%i\n", val);
1790}
1791
1792static int ipw_radio_kill_sw(struct ipw_priv *priv, int disable_radio)
1793{
Jeff Garzikbf794512005-07-31 13:07:26 -04001794 if ((disable_radio ? 1 : 0) ==
James Ketrenosea2b26e2005-08-24 21:25:16 -05001795 ((priv->status & STATUS_RF_KILL_SW) ? 1 : 0))
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001796 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06001797
1798 IPW_DEBUG_RF_KILL("Manual SW RF Kill set to: RADIO %s\n",
1799 disable_radio ? "OFF" : "ON");
1800
1801 if (disable_radio) {
1802 priv->status |= STATUS_RF_KILL_SW;
1803
Tejun Heobcb6d912011-01-26 12:12:50 +01001804 cancel_delayed_work(&priv->request_scan);
1805 cancel_delayed_work(&priv->request_direct_scan);
1806 cancel_delayed_work(&priv->request_passive_scan);
1807 cancel_delayed_work(&priv->scan_event);
1808 schedule_work(&priv->down);
James Ketrenos43f66a62005-03-25 12:31:53 -06001809 } else {
1810 priv->status &= ~STATUS_RF_KILL_SW;
1811 if (rf_kill_active(priv)) {
1812 IPW_DEBUG_RF_KILL("Can not turn radio back on - "
1813 "disabled by HW switch\n");
1814 /* Make sure the RF_KILL check timer is running */
1815 cancel_delayed_work(&priv->rf_kill);
Tejun Heobcb6d912011-01-26 12:12:50 +01001816 schedule_delayed_work(&priv->rf_kill,
1817 round_jiffies_relative(2 * HZ));
Jeff Garzikbf794512005-07-31 13:07:26 -04001818 } else
Tejun Heobcb6d912011-01-26 12:12:50 +01001819 schedule_work(&priv->up);
James Ketrenos43f66a62005-03-25 12:31:53 -06001820 }
1821
1822 return 1;
1823}
1824
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001825static ssize_t store_rf_kill(struct device *d, struct device_attribute *attr,
1826 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001827{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001828 struct ipw_priv *priv = dev_get_drvdata(d);
Jeff Garzikbf794512005-07-31 13:07:26 -04001829
James Ketrenos43f66a62005-03-25 12:31:53 -06001830 ipw_radio_kill_sw(priv, buf[0] == '1');
1831
1832 return count;
1833}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001834
1835static DEVICE_ATTR(rf_kill, S_IWUSR | S_IRUGO, show_rf_kill, store_rf_kill);
James Ketrenos43f66a62005-03-25 12:31:53 -06001836
James Ketrenosb095c382005-08-24 22:04:42 -05001837static ssize_t show_speed_scan(struct device *d, struct device_attribute *attr,
1838 char *buf)
1839{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001840 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001841 int pos = 0, len = 0;
1842 if (priv->config & CFG_SPEED_SCAN) {
1843 while (priv->speed_scan[pos] != 0)
1844 len += sprintf(&buf[len], "%d ",
1845 priv->speed_scan[pos++]);
1846 return len + sprintf(&buf[len], "\n");
1847 }
1848
1849 return sprintf(buf, "0\n");
1850}
1851
1852static ssize_t store_speed_scan(struct device *d, struct device_attribute *attr,
1853 const char *buf, size_t count)
1854{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001855 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001856 int channel, pos = 0;
1857 const char *p = buf;
1858
1859 /* list of space separated channels to scan, optionally ending with 0 */
1860 while ((channel = simple_strtol(p, NULL, 0))) {
1861 if (pos == MAX_SPEED_SCAN - 1) {
1862 priv->speed_scan[pos] = 0;
1863 break;
1864 }
1865
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001866 if (libipw_is_valid_channel(priv->ieee, channel))
James Ketrenosb095c382005-08-24 22:04:42 -05001867 priv->speed_scan[pos++] = channel;
1868 else
1869 IPW_WARNING("Skipping invalid channel request: %d\n",
1870 channel);
1871 p = strchr(p, ' ');
1872 if (!p)
1873 break;
1874 while (*p == ' ' || *p == '\t')
1875 p++;
1876 }
1877
1878 if (pos == 0)
1879 priv->config &= ~CFG_SPEED_SCAN;
1880 else {
1881 priv->speed_scan_pos = 0;
1882 priv->config |= CFG_SPEED_SCAN;
1883 }
1884
1885 return count;
1886}
1887
1888static DEVICE_ATTR(speed_scan, S_IWUSR | S_IRUGO, show_speed_scan,
1889 store_speed_scan);
1890
1891static ssize_t show_net_stats(struct device *d, struct device_attribute *attr,
1892 char *buf)
1893{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001894 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001895 return sprintf(buf, "%c\n", (priv->config & CFG_NET_STATS) ? '1' : '0');
1896}
1897
1898static ssize_t store_net_stats(struct device *d, struct device_attribute *attr,
1899 const char *buf, size_t count)
1900{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001901 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001902 if (buf[0] == '1')
1903 priv->config |= CFG_NET_STATS;
1904 else
1905 priv->config &= ~CFG_NET_STATS;
1906
1907 return count;
1908}
1909
James Ketrenosafbf30a2005-08-25 00:05:33 -05001910static DEVICE_ATTR(net_stats, S_IWUSR | S_IRUGO,
1911 show_net_stats, store_net_stats);
James Ketrenosb095c382005-08-24 22:04:42 -05001912
Zhu Yi375dd242007-02-14 16:04:24 +08001913static ssize_t show_channels(struct device *d,
1914 struct device_attribute *attr,
1915 char *buf)
1916{
1917 struct ipw_priv *priv = dev_get_drvdata(d);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001918 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
Zhu Yi375dd242007-02-14 16:04:24 +08001919 int len = 0, i;
1920
1921 len = sprintf(&buf[len],
1922 "Displaying %d channels in 2.4Ghz band "
1923 "(802.11bg):\n", geo->bg_channels);
1924
1925 for (i = 0; i < geo->bg_channels; i++) {
1926 len += sprintf(&buf[len], "%d: BSS%s%s, %s, Band %s.\n",
1927 geo->bg[i].channel,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001928 geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT ?
Zhu Yi375dd242007-02-14 16:04:24 +08001929 " (radar spectrum)" : "",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001930 ((geo->bg[i].flags & LIBIPW_CH_NO_IBSS) ||
1931 (geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT))
Zhu Yi375dd242007-02-14 16:04:24 +08001932 ? "" : ", IBSS",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001933 geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001934 "passive only" : "active/passive",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001935 geo->bg[i].flags & LIBIPW_CH_B_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001936 "B" : "B/G");
1937 }
1938
1939 len += sprintf(&buf[len],
1940 "Displaying %d channels in 5.2Ghz band "
1941 "(802.11a):\n", geo->a_channels);
1942 for (i = 0; i < geo->a_channels; i++) {
1943 len += sprintf(&buf[len], "%d: BSS%s%s, %s.\n",
1944 geo->a[i].channel,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001945 geo->a[i].flags & LIBIPW_CH_RADAR_DETECT ?
Zhu Yi375dd242007-02-14 16:04:24 +08001946 " (radar spectrum)" : "",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001947 ((geo->a[i].flags & LIBIPW_CH_NO_IBSS) ||
1948 (geo->a[i].flags & LIBIPW_CH_RADAR_DETECT))
Zhu Yi375dd242007-02-14 16:04:24 +08001949 ? "" : ", IBSS",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001950 geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001951 "passive only" : "active/passive");
1952 }
1953
1954 return len;
1955}
1956
1957static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
1958
James Ketrenosea2b26e2005-08-24 21:25:16 -05001959static void notify_wx_assoc_event(struct ipw_priv *priv)
1960{
1961 union iwreq_data wrqu;
1962 wrqu.ap_addr.sa_family = ARPHRD_ETHER;
1963 if (priv->status & STATUS_ASSOCIATED)
1964 memcpy(wrqu.ap_addr.sa_data, priv->bssid, ETH_ALEN);
1965 else
1966 memset(wrqu.ap_addr.sa_data, 0, ETH_ALEN);
1967 wireless_send_event(priv->net_dev, SIOCGIWAP, &wrqu, NULL);
1968}
1969
James Ketrenos43f66a62005-03-25 12:31:53 -06001970static void ipw_irq_tasklet(struct ipw_priv *priv)
1971{
1972 u32 inta, inta_mask, handled = 0;
1973 unsigned long flags;
1974 int rc = 0;
1975
Zhu Yi89c318e2006-06-08 22:19:49 -07001976 spin_lock_irqsave(&priv->irq_lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06001977
James Ketrenosb095c382005-08-24 22:04:42 -05001978 inta = ipw_read32(priv, IPW_INTA_RW);
1979 inta_mask = ipw_read32(priv, IPW_INTA_MASK_R);
Indan Zupancic3c4a8cc2011-01-08 12:17:27 +01001980
1981 if (inta == 0xFFFFFFFF) {
1982 /* Hardware disappeared */
1983 IPW_WARNING("TASKLET INTA == 0xFFFFFFFF\n");
1984 /* Only handle the cached INTA values */
1985 inta = 0;
1986 }
James Ketrenosb095c382005-08-24 22:04:42 -05001987 inta &= (IPW_INTA_MASK_ALL & inta_mask);
James Ketrenos43f66a62005-03-25 12:31:53 -06001988
1989 /* Add any cached INTA values that need to be handled */
1990 inta |= priv->isr_inta;
1991
Zhu Yi89c318e2006-06-08 22:19:49 -07001992 spin_unlock_irqrestore(&priv->irq_lock, flags);
1993
1994 spin_lock_irqsave(&priv->lock, flags);
1995
James Ketrenos43f66a62005-03-25 12:31:53 -06001996 /* handle all the justifications for the interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05001997 if (inta & IPW_INTA_BIT_RX_TRANSFER) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001998 ipw_rx(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05001999 handled |= IPW_INTA_BIT_RX_TRANSFER;
James Ketrenos43f66a62005-03-25 12:31:53 -06002000 }
2001
James Ketrenosb095c382005-08-24 22:04:42 -05002002 if (inta & IPW_INTA_BIT_TX_CMD_QUEUE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002003 IPW_DEBUG_HC("Command completed.\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002004 rc = ipw_queue_tx_reclaim(priv, &priv->txq_cmd, -1);
James Ketrenos43f66a62005-03-25 12:31:53 -06002005 priv->status &= ~STATUS_HCMD_ACTIVE;
2006 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosb095c382005-08-24 22:04:42 -05002007 handled |= IPW_INTA_BIT_TX_CMD_QUEUE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002008 }
2009
James Ketrenosb095c382005-08-24 22:04:42 -05002010 if (inta & IPW_INTA_BIT_TX_QUEUE_1) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002011 IPW_DEBUG_TX("TX_QUEUE_1\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002012 rc = ipw_queue_tx_reclaim(priv, &priv->txq[0], 0);
James Ketrenosb095c382005-08-24 22:04:42 -05002013 handled |= IPW_INTA_BIT_TX_QUEUE_1;
James Ketrenos43f66a62005-03-25 12:31:53 -06002014 }
2015
James Ketrenosb095c382005-08-24 22:04:42 -05002016 if (inta & IPW_INTA_BIT_TX_QUEUE_2) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002017 IPW_DEBUG_TX("TX_QUEUE_2\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002018 rc = ipw_queue_tx_reclaim(priv, &priv->txq[1], 1);
James Ketrenosb095c382005-08-24 22:04:42 -05002019 handled |= IPW_INTA_BIT_TX_QUEUE_2;
James Ketrenos43f66a62005-03-25 12:31:53 -06002020 }
2021
James Ketrenosb095c382005-08-24 22:04:42 -05002022 if (inta & IPW_INTA_BIT_TX_QUEUE_3) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002023 IPW_DEBUG_TX("TX_QUEUE_3\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002024 rc = ipw_queue_tx_reclaim(priv, &priv->txq[2], 2);
James Ketrenosb095c382005-08-24 22:04:42 -05002025 handled |= IPW_INTA_BIT_TX_QUEUE_3;
James Ketrenos43f66a62005-03-25 12:31:53 -06002026 }
2027
James Ketrenosb095c382005-08-24 22:04:42 -05002028 if (inta & IPW_INTA_BIT_TX_QUEUE_4) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002029 IPW_DEBUG_TX("TX_QUEUE_4\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002030 rc = ipw_queue_tx_reclaim(priv, &priv->txq[3], 3);
James Ketrenosb095c382005-08-24 22:04:42 -05002031 handled |= IPW_INTA_BIT_TX_QUEUE_4;
James Ketrenos43f66a62005-03-25 12:31:53 -06002032 }
2033
James Ketrenosb095c382005-08-24 22:04:42 -05002034 if (inta & IPW_INTA_BIT_STATUS_CHANGE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002035 IPW_WARNING("STATUS_CHANGE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002036 handled |= IPW_INTA_BIT_STATUS_CHANGE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002037 }
2038
James Ketrenosb095c382005-08-24 22:04:42 -05002039 if (inta & IPW_INTA_BIT_BEACON_PERIOD_EXPIRED) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002040 IPW_WARNING("TX_PERIOD_EXPIRED\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002041 handled |= IPW_INTA_BIT_BEACON_PERIOD_EXPIRED;
James Ketrenos43f66a62005-03-25 12:31:53 -06002042 }
2043
James Ketrenosb095c382005-08-24 22:04:42 -05002044 if (inta & IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002045 IPW_WARNING("HOST_CMD_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002046 handled |= IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002047 }
2048
James Ketrenosb095c382005-08-24 22:04:42 -05002049 if (inta & IPW_INTA_BIT_FW_INITIALIZATION_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002050 IPW_WARNING("FW_INITIALIZATION_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002051 handled |= IPW_INTA_BIT_FW_INITIALIZATION_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002052 }
2053
James Ketrenosb095c382005-08-24 22:04:42 -05002054 if (inta & IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002055 IPW_WARNING("PHY_OFF_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002056 handled |= IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002057 }
2058
James Ketrenosb095c382005-08-24 22:04:42 -05002059 if (inta & IPW_INTA_BIT_RF_KILL_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002060 IPW_DEBUG_RF_KILL("RF_KILL_DONE\n");
2061 priv->status |= STATUS_RF_KILL_HW;
Matthew Garrett25f94ae2009-11-11 14:36:31 -05002062 wiphy_rfkill_set_hw_state(priv->ieee->wdev.wiphy, true);
James Ketrenos43f66a62005-03-25 12:31:53 -06002063 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosea2b26e2005-08-24 21:25:16 -05002064 priv->status &= ~(STATUS_ASSOCIATED | STATUS_ASSOCIATING);
James Ketrenos43f66a62005-03-25 12:31:53 -06002065 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -04002066 cancel_delayed_work(&priv->request_direct_scan);
2067 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -04002068 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -05002069 schedule_work(&priv->link_down);
Tejun Heobcb6d912011-01-26 12:12:50 +01002070 schedule_delayed_work(&priv->rf_kill, 2 * HZ);
James Ketrenosb095c382005-08-24 22:04:42 -05002071 handled |= IPW_INTA_BIT_RF_KILL_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002072 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002073
James Ketrenosb095c382005-08-24 22:04:42 -05002074 if (inta & IPW_INTA_BIT_FATAL_ERROR) {
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002075 IPW_WARNING("Firmware error detected. Restarting.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002076 if (priv->error) {
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002077 IPW_DEBUG_FW("Sysfs 'error' log already exists.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002078 if (ipw_debug_level & IPW_DL_FW_ERRORS) {
2079 struct ipw_fw_error *error =
2080 ipw_alloc_error_log(priv);
2081 ipw_dump_error_log(priv, error);
Jesper Juhl8f760782006-06-27 02:55:06 -07002082 kfree(error);
James Ketrenosb39860c2005-08-12 09:36:32 -05002083 }
James Ketrenosb39860c2005-08-12 09:36:32 -05002084 } else {
2085 priv->error = ipw_alloc_error_log(priv);
2086 if (priv->error)
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002087 IPW_DEBUG_FW("Sysfs 'error' log captured.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002088 else
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002089 IPW_DEBUG_FW("Error allocating sysfs 'error' "
2090 "log.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002091 if (ipw_debug_level & IPW_DL_FW_ERRORS)
2092 ipw_dump_error_log(priv, priv->error);
James Ketrenosb39860c2005-08-12 09:36:32 -05002093 }
2094
James Ketrenosb095c382005-08-24 22:04:42 -05002095 /* XXX: If hardware encryption is for WPA/WPA2,
2096 * we have to notify the supplicant. */
2097 if (priv->ieee->sec.encrypt) {
2098 priv->status &= ~STATUS_ASSOCIATED;
2099 notify_wx_assoc_event(priv);
2100 }
2101
2102 /* Keep the restart process from trying to send host
2103 * commands by clearing the INIT status bit */
2104 priv->status &= ~STATUS_INIT;
James Ketrenosafbf30a2005-08-25 00:05:33 -05002105
2106 /* Cancel currently queued command. */
2107 priv->status &= ~STATUS_HCMD_ACTIVE;
2108 wake_up_interruptible(&priv->wait_command_queue);
2109
Tejun Heobcb6d912011-01-26 12:12:50 +01002110 schedule_work(&priv->adapter_restart);
James Ketrenosb095c382005-08-24 22:04:42 -05002111 handled |= IPW_INTA_BIT_FATAL_ERROR;
James Ketrenos43f66a62005-03-25 12:31:53 -06002112 }
2113
James Ketrenosb095c382005-08-24 22:04:42 -05002114 if (inta & IPW_INTA_BIT_PARITY_ERROR) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002115 IPW_ERROR("Parity error\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002116 handled |= IPW_INTA_BIT_PARITY_ERROR;
James Ketrenos43f66a62005-03-25 12:31:53 -06002117 }
2118
2119 if (handled != inta) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002120 IPW_ERROR("Unhandled INTA bits 0x%08x\n", inta & ~handled);
James Ketrenos43f66a62005-03-25 12:31:53 -06002121 }
2122
Zhu Yi89c318e2006-06-08 22:19:49 -07002123 spin_unlock_irqrestore(&priv->lock, flags);
2124
James Ketrenos43f66a62005-03-25 12:31:53 -06002125 /* enable all interrupts */
2126 ipw_enable_interrupts(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06002127}
Jeff Garzikbf794512005-07-31 13:07:26 -04002128
James Ketrenos43f66a62005-03-25 12:31:53 -06002129#define IPW_CMD(x) case IPW_CMD_ ## x : return #x
2130static char *get_cmd_string(u8 cmd)
2131{
2132 switch (cmd) {
2133 IPW_CMD(HOST_COMPLETE);
Jeff Garzikbf794512005-07-31 13:07:26 -04002134 IPW_CMD(POWER_DOWN);
2135 IPW_CMD(SYSTEM_CONFIG);
2136 IPW_CMD(MULTICAST_ADDRESS);
2137 IPW_CMD(SSID);
2138 IPW_CMD(ADAPTER_ADDRESS);
2139 IPW_CMD(PORT_TYPE);
2140 IPW_CMD(RTS_THRESHOLD);
2141 IPW_CMD(FRAG_THRESHOLD);
2142 IPW_CMD(POWER_MODE);
2143 IPW_CMD(WEP_KEY);
2144 IPW_CMD(TGI_TX_KEY);
2145 IPW_CMD(SCAN_REQUEST);
2146 IPW_CMD(SCAN_REQUEST_EXT);
2147 IPW_CMD(ASSOCIATE);
2148 IPW_CMD(SUPPORTED_RATES);
2149 IPW_CMD(SCAN_ABORT);
2150 IPW_CMD(TX_FLUSH);
2151 IPW_CMD(QOS_PARAMETERS);
2152 IPW_CMD(DINO_CONFIG);
2153 IPW_CMD(RSN_CAPABILITIES);
2154 IPW_CMD(RX_KEY);
2155 IPW_CMD(CARD_DISABLE);
2156 IPW_CMD(SEED_NUMBER);
2157 IPW_CMD(TX_POWER);
2158 IPW_CMD(COUNTRY_INFO);
2159 IPW_CMD(AIRONET_INFO);
2160 IPW_CMD(AP_TX_POWER);
2161 IPW_CMD(CCKM_INFO);
2162 IPW_CMD(CCX_VER_INFO);
2163 IPW_CMD(SET_CALIBRATION);
2164 IPW_CMD(SENSITIVITY_CALIB);
2165 IPW_CMD(RETRY_LIMIT);
2166 IPW_CMD(IPW_PRE_POWER_DOWN);
2167 IPW_CMD(VAP_BEACON_TEMPLATE);
2168 IPW_CMD(VAP_DTIM_PERIOD);
2169 IPW_CMD(EXT_SUPPORTED_RATES);
2170 IPW_CMD(VAP_LOCAL_TX_PWR_CONSTRAINT);
2171 IPW_CMD(VAP_QUIET_INTERVALS);
2172 IPW_CMD(VAP_CHANNEL_SWITCH);
2173 IPW_CMD(VAP_MANDATORY_CHANNELS);
2174 IPW_CMD(VAP_CELL_PWR_LIMIT);
2175 IPW_CMD(VAP_CF_PARAM_SET);
2176 IPW_CMD(VAP_SET_BEACONING_STATE);
2177 IPW_CMD(MEASUREMENT);
2178 IPW_CMD(POWER_CAPABILITY);
2179 IPW_CMD(SUPPORTED_CHANNELS);
2180 IPW_CMD(TPC_REPORT);
2181 IPW_CMD(WME_INFO);
2182 IPW_CMD(PRODUCTION_COMMAND);
2183 default:
James Ketrenos43f66a62005-03-25 12:31:53 -06002184 return "UNKNOWN";
2185 }
2186}
James Ketrenos43f66a62005-03-25 12:31:53 -06002187
2188#define HOST_COMPLETE_TIMEOUT HZ
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002189
2190static int __ipw_send_cmd(struct ipw_priv *priv, struct host_cmd *cmd)
James Ketrenos43f66a62005-03-25 12:31:53 -06002191{
2192 int rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05002193 unsigned long flags;
Stanislav Yakovlevdd447312012-04-19 15:55:09 -04002194 unsigned long now, end;
James Ketrenos43f66a62005-03-25 12:31:53 -06002195
James Ketrenosa613bff2005-08-24 21:43:11 -05002196 spin_lock_irqsave(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002197 if (priv->status & STATUS_HCMD_ACTIVE) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002198 IPW_ERROR("Failed to send %s: Already sending a command.\n",
2199 get_cmd_string(cmd->cmd));
James Ketrenosa613bff2005-08-24 21:43:11 -05002200 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002201 return -EAGAIN;
James Ketrenos43f66a62005-03-25 12:31:53 -06002202 }
2203
2204 priv->status |= STATUS_HCMD_ACTIVE;
Jeff Garzikbf794512005-07-31 13:07:26 -04002205
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002206 if (priv->cmdlog) {
2207 priv->cmdlog[priv->cmdlog_pos].jiffies = jiffies;
2208 priv->cmdlog[priv->cmdlog_pos].cmd.cmd = cmd->cmd;
2209 priv->cmdlog[priv->cmdlog_pos].cmd.len = cmd->len;
2210 memcpy(priv->cmdlog[priv->cmdlog_pos].cmd.param, cmd->param,
2211 cmd->len);
2212 priv->cmdlog[priv->cmdlog_pos].retcode = -1;
2213 }
2214
James Ketrenosb095c382005-08-24 22:04:42 -05002215 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n",
2216 get_cmd_string(cmd->cmd), cmd->cmd, cmd->len,
2217 priv->status);
Zhu Yif516dbc2006-01-24 16:36:44 +08002218
2219#ifndef DEBUG_CMD_WEP_KEY
2220 if (cmd->cmd == IPW_CMD_WEP_KEY)
2221 IPW_DEBUG_HC("WEP_KEY command masked out for secure.\n");
2222 else
2223#endif
2224 printk_buf(IPW_DL_HOST_COMMAND, (u8 *) cmd->param, cmd->len);
2225
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002226 rc = ipw_queue_tx_hcmd(priv, cmd->cmd, cmd->param, cmd->len, 0);
James Ketrenosa613bff2005-08-24 21:43:11 -05002227 if (rc) {
2228 priv->status &= ~STATUS_HCMD_ACTIVE;
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002229 IPW_ERROR("Failed to send %s: Reason %d\n",
2230 get_cmd_string(cmd->cmd), rc);
James Ketrenosa613bff2005-08-24 21:43:11 -05002231 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002232 goto exit;
James Ketrenosa613bff2005-08-24 21:43:11 -05002233 }
2234 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002235
Stanislav Yakovlevdd447312012-04-19 15:55:09 -04002236 now = jiffies;
2237 end = now + HOST_COMPLETE_TIMEOUT;
2238again:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002239 rc = wait_event_interruptible_timeout(priv->wait_command_queue,
2240 !(priv->
2241 status & STATUS_HCMD_ACTIVE),
Stanislav Yakovlevdd447312012-04-19 15:55:09 -04002242 end - now);
2243 if (rc < 0) {
2244 now = jiffies;
2245 if (time_before(now, end))
2246 goto again;
2247 rc = 0;
2248 }
2249
James Ketrenos43f66a62005-03-25 12:31:53 -06002250 if (rc == 0) {
James Ketrenosa613bff2005-08-24 21:43:11 -05002251 spin_lock_irqsave(&priv->lock, flags);
2252 if (priv->status & STATUS_HCMD_ACTIVE) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002253 IPW_ERROR("Failed to send %s: Command timed out.\n",
2254 get_cmd_string(cmd->cmd));
James Ketrenosa613bff2005-08-24 21:43:11 -05002255 priv->status &= ~STATUS_HCMD_ACTIVE;
2256 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002257 rc = -EIO;
2258 goto exit;
James Ketrenosa613bff2005-08-24 21:43:11 -05002259 }
2260 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos3b9990c2005-08-19 13:18:55 -05002261 } else
2262 rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05002263
James Ketrenosb095c382005-08-24 22:04:42 -05002264 if (priv->status & STATUS_RF_KILL_HW) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002265 IPW_ERROR("Failed to send %s: Aborted due to RF kill switch.\n",
2266 get_cmd_string(cmd->cmd));
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002267 rc = -EIO;
2268 goto exit;
James Ketrenos43f66a62005-03-25 12:31:53 -06002269 }
2270
Zhu Yi2638bc32006-01-24 16:37:52 +08002271 exit:
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002272 if (priv->cmdlog) {
2273 priv->cmdlog[priv->cmdlog_pos++].retcode = rc;
2274 priv->cmdlog_pos %= priv->cmdlog_len;
2275 }
2276 return rc;
James Ketrenos43f66a62005-03-25 12:31:53 -06002277}
2278
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002279static int ipw_send_cmd_simple(struct ipw_priv *priv, u8 command)
James Ketrenos43f66a62005-03-25 12:31:53 -06002280{
2281 struct host_cmd cmd = {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002282 .cmd = command,
James Ketrenos43f66a62005-03-25 12:31:53 -06002283 };
2284
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002285 return __ipw_send_cmd(priv, &cmd);
2286}
2287
2288static int ipw_send_cmd_pdu(struct ipw_priv *priv, u8 command, u8 len,
2289 void *data)
2290{
2291 struct host_cmd cmd = {
2292 .cmd = command,
2293 .len = len,
2294 .param = data,
2295 };
2296
2297 return __ipw_send_cmd(priv, &cmd);
2298}
2299
2300static int ipw_send_host_complete(struct ipw_priv *priv)
2301{
James Ketrenos43f66a62005-03-25 12:31:53 -06002302 if (!priv) {
2303 IPW_ERROR("Invalid args\n");
2304 return -1;
2305 }
2306
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002307 return ipw_send_cmd_simple(priv, IPW_CMD_HOST_COMPLETE);
James Ketrenos43f66a62005-03-25 12:31:53 -06002308}
2309
Zhu Yid685b8c2006-04-13 17:20:27 +08002310static int ipw_send_system_config(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002311{
Zhu Yid685b8c2006-04-13 17:20:27 +08002312 return ipw_send_cmd_pdu(priv, IPW_CMD_SYSTEM_CONFIG,
2313 sizeof(priv->sys_config),
2314 &priv->sys_config);
James Ketrenos43f66a62005-03-25 12:31:53 -06002315}
2316
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002317static int ipw_send_ssid(struct ipw_priv *priv, u8 * ssid, int len)
James Ketrenos43f66a62005-03-25 12:31:53 -06002318{
James Ketrenos43f66a62005-03-25 12:31:53 -06002319 if (!priv || !ssid) {
2320 IPW_ERROR("Invalid args\n");
2321 return -1;
2322 }
2323
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002324 return ipw_send_cmd_pdu(priv, IPW_CMD_SSID, min(len, IW_ESSID_MAX_SIZE),
Zhu Yi2638bc32006-01-24 16:37:52 +08002325 ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06002326}
2327
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002328static int ipw_send_adapter_address(struct ipw_priv *priv, u8 * mac)
James Ketrenos43f66a62005-03-25 12:31:53 -06002329{
James Ketrenos43f66a62005-03-25 12:31:53 -06002330 if (!priv || !mac) {
2331 IPW_ERROR("Invalid args\n");
2332 return -1;
2333 }
2334
Johannes Berge1749612008-10-27 15:59:26 -07002335 IPW_DEBUG_INFO("%s: Setting MAC to %pM\n",
2336 priv->net_dev->name, mac);
James Ketrenos43f66a62005-03-25 12:31:53 -06002337
Zhu Yi2638bc32006-01-24 16:37:52 +08002338 return ipw_send_cmd_pdu(priv, IPW_CMD_ADAPTER_ADDRESS, ETH_ALEN, mac);
James Ketrenos43f66a62005-03-25 12:31:53 -06002339}
2340
2341static void ipw_adapter_restart(void *adapter)
2342{
2343 struct ipw_priv *priv = adapter;
2344
2345 if (priv->status & STATUS_RF_KILL_MASK)
2346 return;
2347
2348 ipw_down(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05002349
2350 if (priv->assoc_network &&
2351 (priv->assoc_network->capability & WLAN_CAPABILITY_IBSS))
2352 ipw_remove_current_network(priv);
2353
James Ketrenos43f66a62005-03-25 12:31:53 -06002354 if (ipw_up(priv)) {
2355 IPW_ERROR("Failed to up device\n");
2356 return;
2357 }
2358}
2359
David Howellsc4028952006-11-22 14:57:56 +00002360static void ipw_bg_adapter_restart(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05002361{
David Howellsc4028952006-11-22 14:57:56 +00002362 struct ipw_priv *priv =
2363 container_of(work, struct ipw_priv, adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +08002364 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00002365 ipw_adapter_restart(priv);
Zhu Yi46441512006-01-24 16:37:59 +08002366 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05002367}
2368
Zhu Yie65054b2010-03-30 09:36:16 +08002369static void ipw_abort_scan(struct ipw_priv *priv);
2370
2371#define IPW_SCAN_CHECK_WATCHDOG (5 * HZ)
James Ketrenos43f66a62005-03-25 12:31:53 -06002372
2373static void ipw_scan_check(void *data)
2374{
2375 struct ipw_priv *priv = data;
Zhu Yie65054b2010-03-30 09:36:16 +08002376
2377 if (priv->status & STATUS_SCAN_ABORTING) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002378 IPW_DEBUG_SCAN("Scan completion watchdog resetting "
Zhu Yic7b6a672006-01-24 16:37:05 +08002379 "adapter after (%dms).\n",
2380 jiffies_to_msecs(IPW_SCAN_CHECK_WATCHDOG));
Tejun Heobcb6d912011-01-26 12:12:50 +01002381 schedule_work(&priv->adapter_restart);
Zhu Yie65054b2010-03-30 09:36:16 +08002382 } else if (priv->status & STATUS_SCANNING) {
2383 IPW_DEBUG_SCAN("Scan completion watchdog aborting scan "
2384 "after (%dms).\n",
2385 jiffies_to_msecs(IPW_SCAN_CHECK_WATCHDOG));
2386 ipw_abort_scan(priv);
Tejun Heobcb6d912011-01-26 12:12:50 +01002387 schedule_delayed_work(&priv->scan_check, HZ);
James Ketrenos43f66a62005-03-25 12:31:53 -06002388 }
2389}
2390
David Howellsc4028952006-11-22 14:57:56 +00002391static void ipw_bg_scan_check(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05002392{
David Howellsc4028952006-11-22 14:57:56 +00002393 struct ipw_priv *priv =
2394 container_of(work, struct ipw_priv, scan_check.work);
Zhu Yi46441512006-01-24 16:37:59 +08002395 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00002396 ipw_scan_check(priv);
Zhu Yi46441512006-01-24 16:37:59 +08002397 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05002398}
2399
James Ketrenos43f66a62005-03-25 12:31:53 -06002400static int ipw_send_scan_request_ext(struct ipw_priv *priv,
2401 struct ipw_scan_request_ext *request)
2402{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002403 return ipw_send_cmd_pdu(priv, IPW_CMD_SCAN_REQUEST_EXT,
Zhu Yi2638bc32006-01-24 16:37:52 +08002404 sizeof(*request), request);
James Ketrenos43f66a62005-03-25 12:31:53 -06002405}
2406
2407static int ipw_send_scan_abort(struct ipw_priv *priv)
2408{
James Ketrenos43f66a62005-03-25 12:31:53 -06002409 if (!priv) {
2410 IPW_ERROR("Invalid args\n");
2411 return -1;
2412 }
2413
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002414 return ipw_send_cmd_simple(priv, IPW_CMD_SCAN_ABORT);
James Ketrenos43f66a62005-03-25 12:31:53 -06002415}
2416
2417static int ipw_set_sensitivity(struct ipw_priv *priv, u16 sens)
2418{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002419 struct ipw_sensitivity_calib calib = {
Zhu Yi851ca262006-08-21 11:37:58 +08002420 .beacon_rssi_raw = cpu_to_le16(sens),
James Ketrenos43f66a62005-03-25 12:31:53 -06002421 };
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002422
2423 return ipw_send_cmd_pdu(priv, IPW_CMD_SENSITIVITY_CALIB, sizeof(calib),
Zhu Yi2638bc32006-01-24 16:37:52 +08002424 &calib);
James Ketrenos43f66a62005-03-25 12:31:53 -06002425}
2426
2427static int ipw_send_associate(struct ipw_priv *priv,
2428 struct ipw_associate *associate)
2429{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002430 if (!priv || !associate) {
2431 IPW_ERROR("Invalid args\n");
2432 return -1;
2433 }
2434
Al Viro5b5e8072007-12-27 01:54:06 -05002435 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate),
2436 associate);
James Ketrenos43f66a62005-03-25 12:31:53 -06002437}
2438
2439static int ipw_send_supported_rates(struct ipw_priv *priv,
2440 struct ipw_supported_rates *rates)
2441{
James Ketrenos43f66a62005-03-25 12:31:53 -06002442 if (!priv || !rates) {
2443 IPW_ERROR("Invalid args\n");
2444 return -1;
2445 }
2446
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002447 return ipw_send_cmd_pdu(priv, IPW_CMD_SUPPORTED_RATES, sizeof(*rates),
Zhu Yi2638bc32006-01-24 16:37:52 +08002448 rates);
James Ketrenos43f66a62005-03-25 12:31:53 -06002449}
2450
2451static int ipw_set_random_seed(struct ipw_priv *priv)
2452{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002453 u32 val;
James Ketrenos43f66a62005-03-25 12:31:53 -06002454
2455 if (!priv) {
2456 IPW_ERROR("Invalid args\n");
2457 return -1;
2458 }
2459
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002460 get_random_bytes(&val, sizeof(val));
James Ketrenos43f66a62005-03-25 12:31:53 -06002461
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002462 return ipw_send_cmd_pdu(priv, IPW_CMD_SEED_NUMBER, sizeof(val), &val);
James Ketrenos43f66a62005-03-25 12:31:53 -06002463}
2464
James Ketrenos43f66a62005-03-25 12:31:53 -06002465static int ipw_send_card_disable(struct ipw_priv *priv, u32 phy_off)
2466{
Al Viroe62e1ee2007-12-27 01:36:46 -05002467 __le32 v = cpu_to_le32(phy_off);
James Ketrenos43f66a62005-03-25 12:31:53 -06002468 if (!priv) {
2469 IPW_ERROR("Invalid args\n");
2470 return -1;
2471 }
2472
Al Viroe62e1ee2007-12-27 01:36:46 -05002473 return ipw_send_cmd_pdu(priv, IPW_CMD_CARD_DISABLE, sizeof(v), &v);
James Ketrenos43f66a62005-03-25 12:31:53 -06002474}
James Ketrenos43f66a62005-03-25 12:31:53 -06002475
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002476static int ipw_send_tx_power(struct ipw_priv *priv, struct ipw_tx_power *power)
James Ketrenos43f66a62005-03-25 12:31:53 -06002477{
James Ketrenos43f66a62005-03-25 12:31:53 -06002478 if (!priv || !power) {
2479 IPW_ERROR("Invalid args\n");
2480 return -1;
2481 }
2482
Zhu Yi2638bc32006-01-24 16:37:52 +08002483 return ipw_send_cmd_pdu(priv, IPW_CMD_TX_POWER, sizeof(*power), power);
James Ketrenos43f66a62005-03-25 12:31:53 -06002484}
James Ketrenos43f66a62005-03-25 12:31:53 -06002485
Zhu Yi6de9f7f2005-08-11 14:39:33 +08002486static int ipw_set_tx_power(struct ipw_priv *priv)
2487{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002488 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08002489 struct ipw_tx_power tx_power;
2490 s8 max_power;
2491 int i;
2492
2493 memset(&tx_power, 0, sizeof(tx_power));
2494
2495 /* configure device for 'G' band */
2496 tx_power.ieee_mode = IPW_G_MODE;
2497 tx_power.num_channels = geo->bg_channels;
2498 for (i = 0; i < geo->bg_channels; i++) {
2499 max_power = geo->bg[i].max_power;
2500 tx_power.channels_tx_power[i].channel_number =
2501 geo->bg[i].channel;
2502 tx_power.channels_tx_power[i].tx_power = max_power ?
2503 min(max_power, priv->tx_power) : priv->tx_power;
2504 }
2505 if (ipw_send_tx_power(priv, &tx_power))
2506 return -EIO;
2507
2508 /* configure device to also handle 'B' band */
2509 tx_power.ieee_mode = IPW_B_MODE;
2510 if (ipw_send_tx_power(priv, &tx_power))
2511 return -EIO;
2512
2513 /* configure device to also handle 'A' band */
2514 if (priv->ieee->abg_true) {
2515 tx_power.ieee_mode = IPW_A_MODE;
2516 tx_power.num_channels = geo->a_channels;
2517 for (i = 0; i < tx_power.num_channels; i++) {
2518 max_power = geo->a[i].max_power;
2519 tx_power.channels_tx_power[i].channel_number =
2520 geo->a[i].channel;
2521 tx_power.channels_tx_power[i].tx_power = max_power ?
2522 min(max_power, priv->tx_power) : priv->tx_power;
2523 }
2524 if (ipw_send_tx_power(priv, &tx_power))
2525 return -EIO;
2526 }
James Ketrenos43f66a62005-03-25 12:31:53 -06002527 return 0;
2528}
2529
2530static int ipw_send_rts_threshold(struct ipw_priv *priv, u16 rts)
2531{
2532 struct ipw_rts_threshold rts_threshold = {
Zhu Yi851ca262006-08-21 11:37:58 +08002533 .rts_threshold = cpu_to_le16(rts),
James Ketrenos43f66a62005-03-25 12:31:53 -06002534 };
James Ketrenos43f66a62005-03-25 12:31:53 -06002535
2536 if (!priv) {
2537 IPW_ERROR("Invalid args\n");
2538 return -1;
2539 }
2540
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002541 return ipw_send_cmd_pdu(priv, IPW_CMD_RTS_THRESHOLD,
2542 sizeof(rts_threshold), &rts_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06002543}
2544
2545static int ipw_send_frag_threshold(struct ipw_priv *priv, u16 frag)
2546{
2547 struct ipw_frag_threshold frag_threshold = {
Zhu Yi851ca262006-08-21 11:37:58 +08002548 .frag_threshold = cpu_to_le16(frag),
James Ketrenos43f66a62005-03-25 12:31:53 -06002549 };
James Ketrenos43f66a62005-03-25 12:31:53 -06002550
2551 if (!priv) {
2552 IPW_ERROR("Invalid args\n");
2553 return -1;
2554 }
2555
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002556 return ipw_send_cmd_pdu(priv, IPW_CMD_FRAG_THRESHOLD,
2557 sizeof(frag_threshold), &frag_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06002558}
2559
2560static int ipw_send_power_mode(struct ipw_priv *priv, u32 mode)
2561{
Al Viroe62e1ee2007-12-27 01:36:46 -05002562 __le32 param;
James Ketrenos43f66a62005-03-25 12:31:53 -06002563
2564 if (!priv) {
2565 IPW_ERROR("Invalid args\n");
2566 return -1;
2567 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002568
James Ketrenos43f66a62005-03-25 12:31:53 -06002569 /* If on battery, set to 3, if AC set to CAM, else user
2570 * level */
2571 switch (mode) {
2572 case IPW_POWER_BATTERY:
Al Viroe62e1ee2007-12-27 01:36:46 -05002573 param = cpu_to_le32(IPW_POWER_INDEX_3);
James Ketrenos43f66a62005-03-25 12:31:53 -06002574 break;
2575 case IPW_POWER_AC:
Al Viroe62e1ee2007-12-27 01:36:46 -05002576 param = cpu_to_le32(IPW_POWER_MODE_CAM);
James Ketrenos43f66a62005-03-25 12:31:53 -06002577 break;
2578 default:
Al Viroe62e1ee2007-12-27 01:36:46 -05002579 param = cpu_to_le32(mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06002580 break;
2581 }
2582
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002583 return ipw_send_cmd_pdu(priv, IPW_CMD_POWER_MODE, sizeof(param),
Zhu Yi2638bc32006-01-24 16:37:52 +08002584 &param);
James Ketrenos43f66a62005-03-25 12:31:53 -06002585}
2586
James Ketrenosafbf30a2005-08-25 00:05:33 -05002587static int ipw_send_retry_limit(struct ipw_priv *priv, u8 slimit, u8 llimit)
2588{
2589 struct ipw_retry_limit retry_limit = {
2590 .short_retry_limit = slimit,
2591 .long_retry_limit = llimit
2592 };
James Ketrenosafbf30a2005-08-25 00:05:33 -05002593
2594 if (!priv) {
2595 IPW_ERROR("Invalid args\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002596 return -1;
2597 }
2598
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002599 return ipw_send_cmd_pdu(priv, IPW_CMD_RETRY_LIMIT, sizeof(retry_limit),
Zhu Yi2638bc32006-01-24 16:37:52 +08002600 &retry_limit);
James Ketrenos43f66a62005-03-25 12:31:53 -06002601}
2602
2603/*
2604 * The IPW device contains a Microwire compatible EEPROM that stores
2605 * various data like the MAC address. Usually the firmware has exclusive
2606 * access to the eeprom, but during device initialization (before the
2607 * device driver has sent the HostComplete command to the firmware) the
2608 * device driver has read access to the EEPROM by way of indirect addressing
2609 * through a couple of memory mapped registers.
2610 *
2611 * The following is a simplified implementation for pulling data out of the
2612 * the eeprom, along with some helper functions to find information in
2613 * the per device private data's copy of the eeprom.
2614 *
2615 * NOTE: To better understand how these functions work (i.e what is a chip
2616 * select and why do have to keep driving the eeprom clock?), read
2617 * just about any data sheet for a Microwire compatible EEPROM.
2618 */
2619
2620/* write a 32 bit value into the indirect accessor register */
2621static inline void eeprom_write_reg(struct ipw_priv *p, u32 data)
2622{
2623 ipw_write_reg32(p, FW_MEM_REG_EEPROM_ACCESS, data);
Jeff Garzikbf794512005-07-31 13:07:26 -04002624
James Ketrenos43f66a62005-03-25 12:31:53 -06002625 /* the eeprom requires some time to complete the operation */
2626 udelay(p->eeprom_delay);
James Ketrenos43f66a62005-03-25 12:31:53 -06002627}
2628
2629/* perform a chip select operation */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002630static void eeprom_cs(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002631{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002632 eeprom_write_reg(priv, 0);
2633 eeprom_write_reg(priv, EEPROM_BIT_CS);
2634 eeprom_write_reg(priv, EEPROM_BIT_CS | EEPROM_BIT_SK);
2635 eeprom_write_reg(priv, EEPROM_BIT_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06002636}
2637
2638/* perform a chip select operation */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002639static void eeprom_disable_cs(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002640{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002641 eeprom_write_reg(priv, EEPROM_BIT_CS);
2642 eeprom_write_reg(priv, 0);
2643 eeprom_write_reg(priv, EEPROM_BIT_SK);
James Ketrenos43f66a62005-03-25 12:31:53 -06002644}
2645
2646/* push a single bit down to the eeprom */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002647static inline void eeprom_write_bit(struct ipw_priv *p, u8 bit)
James Ketrenos43f66a62005-03-25 12:31:53 -06002648{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002649 int d = (bit ? EEPROM_BIT_DI : 0);
2650 eeprom_write_reg(p, EEPROM_BIT_CS | d);
2651 eeprom_write_reg(p, EEPROM_BIT_CS | d | EEPROM_BIT_SK);
James Ketrenos43f66a62005-03-25 12:31:53 -06002652}
2653
2654/* push an opcode followed by an address down to the eeprom */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002655static void eeprom_op(struct ipw_priv *priv, u8 op, u8 addr)
James Ketrenos43f66a62005-03-25 12:31:53 -06002656{
2657 int i;
2658
2659 eeprom_cs(priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002660 eeprom_write_bit(priv, 1);
2661 eeprom_write_bit(priv, op & 2);
2662 eeprom_write_bit(priv, op & 1);
2663 for (i = 7; i >= 0; i--) {
2664 eeprom_write_bit(priv, addr & (1 << i));
James Ketrenos43f66a62005-03-25 12:31:53 -06002665 }
2666}
2667
2668/* pull 16 bits off the eeprom, one bit at a time */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002669static u16 eeprom_read_u16(struct ipw_priv *priv, u8 addr)
James Ketrenos43f66a62005-03-25 12:31:53 -06002670{
2671 int i;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002672 u16 r = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04002673
James Ketrenos43f66a62005-03-25 12:31:53 -06002674 /* Send READ Opcode */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002675 eeprom_op(priv, EEPROM_CMD_READ, addr);
James Ketrenos43f66a62005-03-25 12:31:53 -06002676
2677 /* Send dummy bit */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002678 eeprom_write_reg(priv, EEPROM_BIT_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06002679
2680 /* Read the byte off the eeprom one bit at a time */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002681 for (i = 0; i < 16; i++) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002682 u32 data = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002683 eeprom_write_reg(priv, EEPROM_BIT_CS | EEPROM_BIT_SK);
2684 eeprom_write_reg(priv, EEPROM_BIT_CS);
2685 data = ipw_read_reg32(priv, FW_MEM_REG_EEPROM_ACCESS);
2686 r = (r << 1) | ((data & EEPROM_BIT_DO) ? 1 : 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002687 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002688
James Ketrenos43f66a62005-03-25 12:31:53 -06002689 /* Send another dummy bit */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002690 eeprom_write_reg(priv, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002691 eeprom_disable_cs(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04002692
James Ketrenos43f66a62005-03-25 12:31:53 -06002693 return r;
2694}
2695
2696/* helper function for pulling the mac address out of the private */
2697/* data's copy of the eeprom data */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002698static void eeprom_parse_mac(struct ipw_priv *priv, u8 * mac)
James Ketrenos43f66a62005-03-25 12:31:53 -06002699{
James Ketrenosafbf30a2005-08-25 00:05:33 -05002700 memcpy(mac, &priv->eeprom[EEPROM_MAC_ADDRESS], 6);
James Ketrenos43f66a62005-03-25 12:31:53 -06002701}
2702
2703/*
2704 * Either the device driver (i.e. the host) or the firmware can
2705 * load eeprom data into the designated region in SRAM. If neither
2706 * happens then the FW will shutdown with a fatal error.
2707 *
2708 * In order to signal the FW to load the EEPROM, the EEPROM_LOAD_DISABLE
2709 * bit needs region of shared SRAM needs to be non-zero.
2710 */
2711static void ipw_eeprom_init_sram(struct ipw_priv *priv)
2712{
2713 int i;
Al Viroe62e1ee2007-12-27 01:36:46 -05002714 __le16 *eeprom = (__le16 *) priv->eeprom;
Jeff Garzikbf794512005-07-31 13:07:26 -04002715
James Ketrenos43f66a62005-03-25 12:31:53 -06002716 IPW_DEBUG_TRACE(">>\n");
2717
2718 /* read entire contents of eeprom into private buffer */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002719 for (i = 0; i < 128; i++)
Al Viroe62e1ee2007-12-27 01:36:46 -05002720 eeprom[i] = cpu_to_le16(eeprom_read_u16(priv, (u8) i));
James Ketrenos43f66a62005-03-25 12:31:53 -06002721
Jeff Garzikbf794512005-07-31 13:07:26 -04002722 /*
2723 If the data looks correct, then copy it to our private
James Ketrenos43f66a62005-03-25 12:31:53 -06002724 copy. Otherwise let the firmware know to perform the operation
Zhu Yic7b6a672006-01-24 16:37:05 +08002725 on its own.
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002726 */
Alexey Dobriyan386093e2006-02-01 03:04:57 -08002727 if (priv->eeprom[EEPROM_VERSION] != 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002728 IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n");
2729
2730 /* write the eeprom data to sram */
James Ketrenosb095c382005-08-24 22:04:42 -05002731 for (i = 0; i < IPW_EEPROM_IMAGE_SIZE; i++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002732 ipw_write8(priv, IPW_EEPROM_DATA + i, priv->eeprom[i]);
James Ketrenos43f66a62005-03-25 12:31:53 -06002733
2734 /* Do not load eeprom data on fatal error or suspend */
2735 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
2736 } else {
2737 IPW_DEBUG_INFO("Enabling FW initializationg of SRAM\n");
2738
2739 /* Load eeprom data on fatal error or suspend */
2740 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 1);
2741 }
2742
2743 IPW_DEBUG_TRACE("<<\n");
2744}
2745
Arjan van de Ven858119e2006-01-14 13:20:43 -08002746static void ipw_zero_memory(struct ipw_priv *priv, u32 start, u32 count)
James Ketrenos43f66a62005-03-25 12:31:53 -06002747{
2748 count >>= 2;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002749 if (!count)
2750 return;
James Ketrenosb095c382005-08-24 22:04:42 -05002751 _ipw_write32(priv, IPW_AUTOINC_ADDR, start);
Jeff Garzikbf794512005-07-31 13:07:26 -04002752 while (count--)
James Ketrenosb095c382005-08-24 22:04:42 -05002753 _ipw_write32(priv, IPW_AUTOINC_DATA, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002754}
2755
2756static inline void ipw_fw_dma_reset_command_blocks(struct ipw_priv *priv)
2757{
James Ketrenosb095c382005-08-24 22:04:42 -05002758 ipw_zero_memory(priv, IPW_SHARED_SRAM_DMA_CONTROL,
Jeff Garzikbf794512005-07-31 13:07:26 -04002759 CB_NUMBER_OF_ELEMENTS_SMALL *
James Ketrenos43f66a62005-03-25 12:31:53 -06002760 sizeof(struct command_block));
2761}
2762
2763static int ipw_fw_dma_enable(struct ipw_priv *priv)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002764{ /* start dma engine but no transfers yet */
James Ketrenos43f66a62005-03-25 12:31:53 -06002765
Frans Pop9fd1ea42010-03-24 19:46:31 +01002766 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002767
James Ketrenos43f66a62005-03-25 12:31:53 -06002768 /* Start the dma */
2769 ipw_fw_dma_reset_command_blocks(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04002770
James Ketrenos43f66a62005-03-25 12:31:53 -06002771 /* Write CB base address */
James Ketrenosb095c382005-08-24 22:04:42 -05002772 ipw_write_reg32(priv, IPW_DMA_I_CB_BASE, IPW_SHARED_SRAM_DMA_CONTROL);
James Ketrenos43f66a62005-03-25 12:31:53 -06002773
Frans Pop9fd1ea42010-03-24 19:46:31 +01002774 IPW_DEBUG_FW("<< :\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002775 return 0;
2776}
2777
2778static void ipw_fw_dma_abort(struct ipw_priv *priv)
2779{
2780 u32 control = 0;
2781
2782 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002783
Pavel Machek67fd6b42006-07-11 15:34:05 +02002784 /* set the Stop and Abort bit */
James Ketrenos43f66a62005-03-25 12:31:53 -06002785 control = DMA_CONTROL_SMALL_CB_CONST_VALUE | DMA_CB_STOP_AND_ABORT;
James Ketrenosb095c382005-08-24 22:04:42 -05002786 ipw_write_reg32(priv, IPW_DMA_I_DMA_CONTROL, control);
James Ketrenos43f66a62005-03-25 12:31:53 -06002787 priv->sram_desc.last_cb_index = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04002788
Frans Pop9fd1ea42010-03-24 19:46:31 +01002789 IPW_DEBUG_FW("<<\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002790}
2791
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002792static int ipw_fw_dma_write_command_block(struct ipw_priv *priv, int index,
2793 struct command_block *cb)
James Ketrenos43f66a62005-03-25 12:31:53 -06002794{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002795 u32 address =
James Ketrenosb095c382005-08-24 22:04:42 -05002796 IPW_SHARED_SRAM_DMA_CONTROL +
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002797 (sizeof(struct command_block) * index);
James Ketrenos43f66a62005-03-25 12:31:53 -06002798 IPW_DEBUG_FW(">> :\n");
2799
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002800 ipw_write_indirect(priv, address, (u8 *) cb,
2801 (int)sizeof(struct command_block));
James Ketrenos43f66a62005-03-25 12:31:53 -06002802
2803 IPW_DEBUG_FW("<< :\n");
2804 return 0;
2805
2806}
2807
2808static int ipw_fw_dma_kick(struct ipw_priv *priv)
2809{
2810 u32 control = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002811 u32 index = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002812
2813 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002814
James Ketrenos43f66a62005-03-25 12:31:53 -06002815 for (index = 0; index < priv->sram_desc.last_cb_index; index++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002816 ipw_fw_dma_write_command_block(priv, index,
2817 &priv->sram_desc.cb_list[index]);
James Ketrenos43f66a62005-03-25 12:31:53 -06002818
2819 /* Enable the DMA in the CSR register */
James Ketrenosb095c382005-08-24 22:04:42 -05002820 ipw_clear_bit(priv, IPW_RESET_REG,
2821 IPW_RESET_REG_MASTER_DISABLED |
2822 IPW_RESET_REG_STOP_MASTER);
Jeff Garzikbf794512005-07-31 13:07:26 -04002823
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002824 /* Set the Start bit. */
James Ketrenos43f66a62005-03-25 12:31:53 -06002825 control = DMA_CONTROL_SMALL_CB_CONST_VALUE | DMA_CB_START;
James Ketrenosb095c382005-08-24 22:04:42 -05002826 ipw_write_reg32(priv, IPW_DMA_I_DMA_CONTROL, control);
James Ketrenos43f66a62005-03-25 12:31:53 -06002827
2828 IPW_DEBUG_FW("<< :\n");
2829 return 0;
2830}
2831
2832static void ipw_fw_dma_dump_command_block(struct ipw_priv *priv)
2833{
2834 u32 address;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002835 u32 register_value = 0;
2836 u32 cb_fields_address = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002837
2838 IPW_DEBUG_FW(">> :\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002839 address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002840 IPW_DEBUG_FW_INFO("Current CB is 0x%x\n", address);
James Ketrenos43f66a62005-03-25 12:31:53 -06002841
2842 /* Read the DMA Controlor register */
James Ketrenosb095c382005-08-24 22:04:42 -05002843 register_value = ipw_read_reg32(priv, IPW_DMA_I_DMA_CONTROL);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002844 IPW_DEBUG_FW_INFO("IPW_DMA_I_DMA_CONTROL is 0x%x\n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002845
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002846 /* Print the CB values */
James Ketrenos43f66a62005-03-25 12:31:53 -06002847 cb_fields_address = address;
2848 register_value = ipw_read_reg32(priv, cb_fields_address);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002849 IPW_DEBUG_FW_INFO("Current CB Control Field is 0x%x\n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002850
2851 cb_fields_address += sizeof(u32);
2852 register_value = ipw_read_reg32(priv, cb_fields_address);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002853 IPW_DEBUG_FW_INFO("Current CB Source Field is 0x%x\n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002854
2855 cb_fields_address += sizeof(u32);
2856 register_value = ipw_read_reg32(priv, cb_fields_address);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002857 IPW_DEBUG_FW_INFO("Current CB Destination Field is 0x%x\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06002858 register_value);
2859
2860 cb_fields_address += sizeof(u32);
2861 register_value = ipw_read_reg32(priv, cb_fields_address);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002862 IPW_DEBUG_FW_INFO("Current CB Status Field is 0x%x\n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002863
2864 IPW_DEBUG_FW(">> :\n");
2865}
2866
2867static int ipw_fw_dma_command_block_index(struct ipw_priv *priv)
2868{
2869 u32 current_cb_address = 0;
2870 u32 current_cb_index = 0;
2871
2872 IPW_DEBUG_FW("<< :\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002873 current_cb_address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB);
Jeff Garzikbf794512005-07-31 13:07:26 -04002874
James Ketrenosb095c382005-08-24 22:04:42 -05002875 current_cb_index = (current_cb_address - IPW_SHARED_SRAM_DMA_CONTROL) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002876 sizeof(struct command_block);
Jeff Garzikbf794512005-07-31 13:07:26 -04002877
Frans Pop9fd1ea42010-03-24 19:46:31 +01002878 IPW_DEBUG_FW_INFO("Current CB index 0x%x address = 0x%X\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002879 current_cb_index, current_cb_address);
James Ketrenos43f66a62005-03-25 12:31:53 -06002880
2881 IPW_DEBUG_FW(">> :\n");
2882 return current_cb_index;
2883
2884}
2885
2886static int ipw_fw_dma_add_command_block(struct ipw_priv *priv,
2887 u32 src_address,
2888 u32 dest_address,
2889 u32 length,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002890 int interrupt_enabled, int is_last)
James Ketrenos43f66a62005-03-25 12:31:53 -06002891{
2892
Jeff Garzikbf794512005-07-31 13:07:26 -04002893 u32 control = CB_VALID | CB_SRC_LE | CB_DEST_LE | CB_SRC_AUTOINC |
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002894 CB_SRC_IO_GATED | CB_DEST_AUTOINC | CB_SRC_SIZE_LONG |
2895 CB_DEST_SIZE_LONG;
James Ketrenos43f66a62005-03-25 12:31:53 -06002896 struct command_block *cb;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002897 u32 last_cb_element = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002898
2899 IPW_DEBUG_FW_INFO("src_address=0x%x dest_address=0x%x length=0x%x\n",
2900 src_address, dest_address, length);
2901
2902 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL)
2903 return -1;
2904
2905 last_cb_element = priv->sram_desc.last_cb_index;
2906 cb = &priv->sram_desc.cb_list[last_cb_element];
2907 priv->sram_desc.last_cb_index++;
2908
2909 /* Calculate the new CB control word */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002910 if (interrupt_enabled)
James Ketrenos43f66a62005-03-25 12:31:53 -06002911 control |= CB_INT_ENABLED;
2912
2913 if (is_last)
2914 control |= CB_LAST_VALID;
Jeff Garzikbf794512005-07-31 13:07:26 -04002915
James Ketrenos43f66a62005-03-25 12:31:53 -06002916 control |= length;
2917
2918 /* Calculate the CB Element's checksum value */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002919 cb->status = control ^ src_address ^ dest_address;
James Ketrenos43f66a62005-03-25 12:31:53 -06002920
2921 /* Copy the Source and Destination addresses */
2922 cb->dest_addr = dest_address;
2923 cb->source_addr = src_address;
2924
2925 /* Copy the Control Word last */
2926 cb->control = control;
2927
2928 return 0;
2929}
2930
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002931static int ipw_fw_dma_add_buffer(struct ipw_priv *priv, dma_addr_t *src_address,
2932 int nr, u32 dest_address, u32 len)
James Ketrenos43f66a62005-03-25 12:31:53 -06002933{
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002934 int ret, i;
2935 u32 size;
2936
Frans Pop9fd1ea42010-03-24 19:46:31 +01002937 IPW_DEBUG_FW(">>\n");
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002938 IPW_DEBUG_FW_INFO("nr=%d dest_address=0x%x len=0x%x\n",
2939 nr, dest_address, len);
2940
2941 for (i = 0; i < nr; i++) {
2942 size = min_t(u32, len - i * CB_MAX_LENGTH, CB_MAX_LENGTH);
2943 ret = ipw_fw_dma_add_command_block(priv, src_address[i],
2944 dest_address +
2945 i * CB_MAX_LENGTH, size,
2946 0, 0);
2947 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002948 IPW_DEBUG_FW_INFO(": Failed\n");
2949 return -1;
Jeff Garzikbf794512005-07-31 13:07:26 -04002950 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06002951 IPW_DEBUG_FW_INFO(": Added new cb\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002952 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002953
Frans Pop9fd1ea42010-03-24 19:46:31 +01002954 IPW_DEBUG_FW("<<\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002955 return 0;
2956}
2957
2958static int ipw_fw_dma_wait(struct ipw_priv *priv)
2959{
Zhu Yi397ae122006-01-24 16:37:22 +08002960 u32 current_index = 0, previous_index;
James Ketrenos43f66a62005-03-25 12:31:53 -06002961 u32 watchdog = 0;
2962
Frans Pop9fd1ea42010-03-24 19:46:31 +01002963 IPW_DEBUG_FW(">> :\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002964
2965 current_index = ipw_fw_dma_command_block_index(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08002966 IPW_DEBUG_FW_INFO("sram_desc.last_cb_index:0x%08X\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002967 (int)priv->sram_desc.last_cb_index);
James Ketrenos43f66a62005-03-25 12:31:53 -06002968
2969 while (current_index < priv->sram_desc.last_cb_index) {
2970 udelay(50);
Zhu Yi397ae122006-01-24 16:37:22 +08002971 previous_index = current_index;
James Ketrenos43f66a62005-03-25 12:31:53 -06002972 current_index = ipw_fw_dma_command_block_index(priv);
2973
Zhu Yi397ae122006-01-24 16:37:22 +08002974 if (previous_index < current_index) {
2975 watchdog = 0;
2976 continue;
2977 }
2978 if (++watchdog > 400) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002979 IPW_DEBUG_FW_INFO("Timeout\n");
2980 ipw_fw_dma_dump_command_block(priv);
2981 ipw_fw_dma_abort(priv);
2982 return -1;
2983 }
2984 }
2985
2986 ipw_fw_dma_abort(priv);
2987
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002988 /*Disable the DMA in the CSR register */
James Ketrenosb095c382005-08-24 22:04:42 -05002989 ipw_set_bit(priv, IPW_RESET_REG,
2990 IPW_RESET_REG_MASTER_DISABLED | IPW_RESET_REG_STOP_MASTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06002991
Frans Pop9fd1ea42010-03-24 19:46:31 +01002992 IPW_DEBUG_FW("<< dmaWaitSync\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002993 return 0;
2994}
2995
Jeff Garzikbf794512005-07-31 13:07:26 -04002996static void ipw_remove_current_network(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002997{
2998 struct list_head *element, *safe;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002999 struct libipw_network *network = NULL;
James Ketrenosa613bff2005-08-24 21:43:11 -05003000 unsigned long flags;
3001
3002 spin_lock_irqsave(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003003 list_for_each_safe(element, safe, &priv->ieee->network_list) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04003004 network = list_entry(element, struct libipw_network, list);
James Ketrenos43f66a62005-03-25 12:31:53 -06003005 if (!memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
3006 list_del(element);
Jeff Garzikbf794512005-07-31 13:07:26 -04003007 list_add_tail(&network->list,
James Ketrenos43f66a62005-03-25 12:31:53 -06003008 &priv->ieee->network_free_list);
3009 }
3010 }
James Ketrenosa613bff2005-08-24 21:43:11 -05003011 spin_unlock_irqrestore(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003012}
3013
3014/**
Jeff Garzikbf794512005-07-31 13:07:26 -04003015 * Check that card is still alive.
James Ketrenos43f66a62005-03-25 12:31:53 -06003016 * Reads debug register from domain0.
3017 * If card is present, pre-defined value should
3018 * be found there.
Jeff Garzikbf794512005-07-31 13:07:26 -04003019 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003020 * @param priv
3021 * @return 1 if card is present, 0 otherwise
3022 */
3023static inline int ipw_alive(struct ipw_priv *priv)
3024{
3025 return ipw_read32(priv, 0x90) == 0xd55555d5;
3026}
3027
Zhu Yic7b6a672006-01-24 16:37:05 +08003028/* timeout in msec, attempted in 10-msec quanta */
Arjan van de Ven858119e2006-01-14 13:20:43 -08003029static int ipw_poll_bit(struct ipw_priv *priv, u32 addr, u32 mask,
James Ketrenos43f66a62005-03-25 12:31:53 -06003030 int timeout)
3031{
3032 int i = 0;
3033
3034 do {
Jeff Garzikbf794512005-07-31 13:07:26 -04003035 if ((ipw_read32(priv, addr) & mask) == mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06003036 return i;
3037 mdelay(10);
3038 i += 10;
3039 } while (i < timeout);
Jeff Garzikbf794512005-07-31 13:07:26 -04003040
James Ketrenos43f66a62005-03-25 12:31:53 -06003041 return -ETIME;
3042}
3043
Jeff Garzikbf794512005-07-31 13:07:26 -04003044/* These functions load the firmware and micro code for the operation of
James Ketrenos43f66a62005-03-25 12:31:53 -06003045 * the ipw hardware. It assumes the buffer has all the bits for the
3046 * image and the caller is handling the memory allocation and clean up.
3047 */
3048
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003049static int ipw_stop_master(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06003050{
3051 int rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003052
Frans Pop9fd1ea42010-03-24 19:46:31 +01003053 IPW_DEBUG_TRACE(">>\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003054 /* stop master. typical delay - 0 */
James Ketrenosb095c382005-08-24 22:04:42 -05003055 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06003056
Zhu Yic7b6a672006-01-24 16:37:05 +08003057 /* timeout is in msec, polled in 10-msec quanta */
James Ketrenosb095c382005-08-24 22:04:42 -05003058 rc = ipw_poll_bit(priv, IPW_RESET_REG,
3059 IPW_RESET_REG_MASTER_DISABLED, 100);
James Ketrenos43f66a62005-03-25 12:31:53 -06003060 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003061 IPW_ERROR("wait for stop master failed after 100ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003062 return -1;
3063 }
3064
3065 IPW_DEBUG_INFO("stop master %dms\n", rc);
3066
3067 return rc;
3068}
3069
3070static void ipw_arc_release(struct ipw_priv *priv)
3071{
Frans Pop9fd1ea42010-03-24 19:46:31 +01003072 IPW_DEBUG_TRACE(">>\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003073 mdelay(5);
3074
James Ketrenosb095c382005-08-24 22:04:42 -05003075 ipw_clear_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET);
James Ketrenos43f66a62005-03-25 12:31:53 -06003076
3077 /* no one knows timing, for safety add some delay */
3078 mdelay(5);
3079}
3080
James Ketrenos43f66a62005-03-25 12:31:53 -06003081struct fw_chunk {
Al Viroe62e1ee2007-12-27 01:36:46 -05003082 __le32 address;
3083 __le32 length;
James Ketrenos43f66a62005-03-25 12:31:53 -06003084};
3085
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003086static int ipw_load_ucode(struct ipw_priv *priv, u8 * data, size_t len)
James Ketrenos43f66a62005-03-25 12:31:53 -06003087{
3088 int rc = 0, i, addr;
3089 u8 cr = 0;
Al Viroe62e1ee2007-12-27 01:36:46 -05003090 __le16 *image;
James Ketrenos43f66a62005-03-25 12:31:53 -06003091
Al Viroe62e1ee2007-12-27 01:36:46 -05003092 image = (__le16 *) data;
Jeff Garzikbf794512005-07-31 13:07:26 -04003093
Frans Pop9fd1ea42010-03-24 19:46:31 +01003094 IPW_DEBUG_TRACE(">>\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003095
3096 rc = ipw_stop_master(priv);
3097
3098 if (rc < 0)
3099 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003100
James Ketrenosb095c382005-08-24 22:04:42 -05003101 for (addr = IPW_SHARED_LOWER_BOUND;
3102 addr < IPW_REGISTER_DOMAIN1_END; addr += 4) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003103 ipw_write32(priv, addr, 0);
3104 }
3105
3106 /* no ucode (yet) */
3107 memset(&priv->dino_alive, 0, sizeof(priv->dino_alive));
3108 /* destroy DMA queues */
3109 /* reset sequence */
3110
James Ketrenosb095c382005-08-24 22:04:42 -05003111 ipw_write_reg32(priv, IPW_MEM_HALT_AND_RESET, IPW_BIT_HALT_RESET_ON);
James Ketrenos43f66a62005-03-25 12:31:53 -06003112 ipw_arc_release(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05003113 ipw_write_reg32(priv, IPW_MEM_HALT_AND_RESET, IPW_BIT_HALT_RESET_OFF);
James Ketrenos43f66a62005-03-25 12:31:53 -06003114 mdelay(1);
3115
3116 /* reset PHY */
James Ketrenosb095c382005-08-24 22:04:42 -05003117 ipw_write_reg32(priv, IPW_INTERNAL_CMD_EVENT, IPW_BASEBAND_POWER_DOWN);
James Ketrenos43f66a62005-03-25 12:31:53 -06003118 mdelay(1);
Jeff Garzikbf794512005-07-31 13:07:26 -04003119
James Ketrenosb095c382005-08-24 22:04:42 -05003120 ipw_write_reg32(priv, IPW_INTERNAL_CMD_EVENT, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003121 mdelay(1);
Jeff Garzikbf794512005-07-31 13:07:26 -04003122
James Ketrenos43f66a62005-03-25 12:31:53 -06003123 /* enable ucode store */
Zhu Yic8fe6672006-01-24 16:36:36 +08003124 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0x0);
3125 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, DINO_ENABLE_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06003126 mdelay(1);
3127
3128 /* write ucode */
3129 /**
3130 * @bug
3131 * Do NOT set indirect address register once and then
3132 * store data to indirect data register in the loop.
3133 * It seems very reasonable, but in this case DINO do not
3134 * accept ucode. It is essential to set address each time.
3135 */
3136 /* load new ipw uCode */
3137 for (i = 0; i < len / 2; i++)
James Ketrenosb095c382005-08-24 22:04:42 -05003138 ipw_write_reg16(priv, IPW_BASEBAND_CONTROL_STORE,
Al Viroe62e1ee2007-12-27 01:36:46 -05003139 le16_to_cpu(image[i]));
James Ketrenos43f66a62005-03-25 12:31:53 -06003140
James Ketrenos43f66a62005-03-25 12:31:53 -06003141 /* enable DINO */
James Ketrenosb095c382005-08-24 22:04:42 -05003142 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0);
3143 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, DINO_ENABLE_SYSTEM);
James Ketrenos43f66a62005-03-25 12:31:53 -06003144
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003145 /* this is where the igx / win driver deveates from the VAP driver. */
James Ketrenos43f66a62005-03-25 12:31:53 -06003146
3147 /* wait for alive response */
3148 for (i = 0; i < 100; i++) {
3149 /* poll for incoming data */
James Ketrenosb095c382005-08-24 22:04:42 -05003150 cr = ipw_read_reg8(priv, IPW_BASEBAND_CONTROL_STATUS);
James Ketrenos43f66a62005-03-25 12:31:53 -06003151 if (cr & DINO_RXFIFO_DATA)
3152 break;
3153 mdelay(1);
3154 }
3155
3156 if (cr & DINO_RXFIFO_DATA) {
3157 /* alive_command_responce size is NOT multiple of 4 */
Al Viroe62e1ee2007-12-27 01:36:46 -05003158 __le32 response_buffer[(sizeof(priv->dino_alive) + 3) / 4];
Jeff Garzikbf794512005-07-31 13:07:26 -04003159
3160 for (i = 0; i < ARRAY_SIZE(response_buffer); i++)
James Ketrenos43f66a62005-03-25 12:31:53 -06003161 response_buffer[i] =
Al Viroe62e1ee2007-12-27 01:36:46 -05003162 cpu_to_le32(ipw_read_reg32(priv,
James Ketrenosb095c382005-08-24 22:04:42 -05003163 IPW_BASEBAND_RX_FIFO_READ));
James Ketrenos43f66a62005-03-25 12:31:53 -06003164 memcpy(&priv->dino_alive, response_buffer,
3165 sizeof(priv->dino_alive));
3166 if (priv->dino_alive.alive_command == 1
3167 && priv->dino_alive.ucode_valid == 1) {
3168 rc = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003169 IPW_DEBUG_INFO
3170 ("Microcode OK, rev. %d (0x%x) dev. %d (0x%x) "
3171 "of %02d/%02d/%02d %02d:%02d\n",
3172 priv->dino_alive.software_revision,
3173 priv->dino_alive.software_revision,
3174 priv->dino_alive.device_identifier,
3175 priv->dino_alive.device_identifier,
3176 priv->dino_alive.time_stamp[0],
3177 priv->dino_alive.time_stamp[1],
3178 priv->dino_alive.time_stamp[2],
3179 priv->dino_alive.time_stamp[3],
3180 priv->dino_alive.time_stamp[4]);
James Ketrenos43f66a62005-03-25 12:31:53 -06003181 } else {
3182 IPW_DEBUG_INFO("Microcode is not alive\n");
3183 rc = -EINVAL;
3184 }
3185 } else {
3186 IPW_DEBUG_INFO("No alive response from DINO\n");
3187 rc = -ETIME;
3188 }
3189
3190 /* disable DINO, otherwise for some reason
3191 firmware have problem getting alive resp. */
James Ketrenosb095c382005-08-24 22:04:42 -05003192 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003193
James Ketrenos43f66a62005-03-25 12:31:53 -06003194 return rc;
3195}
3196
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003197static int ipw_load_firmware(struct ipw_priv *priv, u8 * data, size_t len)
James Ketrenos43f66a62005-03-25 12:31:53 -06003198{
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003199 int ret = -1;
James Ketrenos43f66a62005-03-25 12:31:53 -06003200 int offset = 0;
3201 struct fw_chunk *chunk;
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003202 int total_nr = 0;
3203 int i;
3204 struct pci_pool *pool;
Zhu Yi41093162010-03-09 16:05:31 +08003205 void **virts;
3206 dma_addr_t *phys;
James Ketrenos43f66a62005-03-25 12:31:53 -06003207
Frans Pop9fd1ea42010-03-24 19:46:31 +01003208 IPW_DEBUG_TRACE("<< :\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003209
Zhu Yi41093162010-03-09 16:05:31 +08003210 virts = kmalloc(sizeof(void *) * CB_NUMBER_OF_ELEMENTS_SMALL,
3211 GFP_KERNEL);
3212 if (!virts)
3213 return -ENOMEM;
3214
3215 phys = kmalloc(sizeof(dma_addr_t) * CB_NUMBER_OF_ELEMENTS_SMALL,
3216 GFP_KERNEL);
3217 if (!phys) {
3218 kfree(virts);
3219 return -ENOMEM;
3220 }
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003221 pool = pci_pool_create("ipw2200", priv->pci_dev, CB_MAX_LENGTH, 0, 0);
3222 if (!pool) {
3223 IPW_ERROR("pci_pool_create failed\n");
Zhu Yi41093162010-03-09 16:05:31 +08003224 kfree(phys);
3225 kfree(virts);
James Ketrenos43f66a62005-03-25 12:31:53 -06003226 return -ENOMEM;
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003227 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003228
3229 /* Start the Dma */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003230 ret = ipw_fw_dma_enable(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003231
Alexander Beregalov0ee904c2009-04-11 14:50:23 +00003232 /* the DMA is already ready this would be a bug. */
3233 BUG_ON(priv->sram_desc.last_cb_index > 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003234
3235 do {
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003236 u32 chunk_len;
3237 u8 *start;
3238 int size;
3239 int nr = 0;
3240
James Ketrenos43f66a62005-03-25 12:31:53 -06003241 chunk = (struct fw_chunk *)(data + offset);
3242 offset += sizeof(struct fw_chunk);
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003243 chunk_len = le32_to_cpu(chunk->length);
3244 start = data + offset;
3245
3246 nr = (chunk_len + CB_MAX_LENGTH - 1) / CB_MAX_LENGTH;
3247 for (i = 0; i < nr; i++) {
3248 virts[total_nr] = pci_pool_alloc(pool, GFP_KERNEL,
3249 &phys[total_nr]);
3250 if (!virts[total_nr]) {
3251 ret = -ENOMEM;
3252 goto out;
3253 }
3254 size = min_t(u32, chunk_len - i * CB_MAX_LENGTH,
3255 CB_MAX_LENGTH);
3256 memcpy(virts[total_nr], start, size);
3257 start += size;
3258 total_nr++;
3259 /* We don't support fw chunk larger than 64*8K */
3260 BUG_ON(total_nr > CB_NUMBER_OF_ELEMENTS_SMALL);
3261 }
3262
James Ketrenos43f66a62005-03-25 12:31:53 -06003263 /* build DMA packet and queue up for sending */
Jeff Garzikbf794512005-07-31 13:07:26 -04003264 /* dma to chunk->address, the chunk->length bytes from data +
James Ketrenos43f66a62005-03-25 12:31:53 -06003265 * offeset*/
3266 /* Dma loading */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003267 ret = ipw_fw_dma_add_buffer(priv, &phys[total_nr - nr],
3268 nr, le32_to_cpu(chunk->address),
3269 chunk_len);
3270 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003271 IPW_DEBUG_INFO("dmaAddBuffer Failed\n");
3272 goto out;
3273 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003274
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003275 offset += chunk_len;
James Ketrenos43f66a62005-03-25 12:31:53 -06003276 } while (offset < len);
3277
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003278 /* Run the DMA and wait for the answer */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003279 ret = ipw_fw_dma_kick(priv);
3280 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003281 IPW_ERROR("dmaKick Failed\n");
3282 goto out;
3283 }
3284
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003285 ret = ipw_fw_dma_wait(priv);
3286 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003287 IPW_ERROR("dmaWaitSync Failed\n");
3288 goto out;
3289 }
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003290 out:
3291 for (i = 0; i < total_nr; i++)
3292 pci_pool_free(pool, virts[i], phys[i]);
3293
3294 pci_pool_destroy(pool);
Zhu Yi41093162010-03-09 16:05:31 +08003295 kfree(phys);
3296 kfree(virts);
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003297
3298 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06003299}
3300
3301/* stop nic */
3302static int ipw_stop_nic(struct ipw_priv *priv)
3303{
3304 int rc = 0;
3305
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003306 /* stop */
James Ketrenosb095c382005-08-24 22:04:42 -05003307 ipw_write32(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER);
Jeff Garzikbf794512005-07-31 13:07:26 -04003308
James Ketrenosb095c382005-08-24 22:04:42 -05003309 rc = ipw_poll_bit(priv, IPW_RESET_REG,
3310 IPW_RESET_REG_MASTER_DISABLED, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003311 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003312 IPW_ERROR("wait for reg master disabled failed after 500ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003313 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003314 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003315
James Ketrenosb095c382005-08-24 22:04:42 -05003316 ipw_set_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET);
Jeff Garzikbf794512005-07-31 13:07:26 -04003317
James Ketrenos43f66a62005-03-25 12:31:53 -06003318 return rc;
3319}
3320
3321static void ipw_start_nic(struct ipw_priv *priv)
3322{
3323 IPW_DEBUG_TRACE(">>\n");
3324
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003325 /* prvHwStartNic release ARC */
James Ketrenosb095c382005-08-24 22:04:42 -05003326 ipw_clear_bit(priv, IPW_RESET_REG,
3327 IPW_RESET_REG_MASTER_DISABLED |
3328 IPW_RESET_REG_STOP_MASTER |
James Ketrenos43f66a62005-03-25 12:31:53 -06003329 CBD_RESET_REG_PRINCETON_RESET);
Jeff Garzikbf794512005-07-31 13:07:26 -04003330
James Ketrenos43f66a62005-03-25 12:31:53 -06003331 /* enable power management */
James Ketrenosb095c382005-08-24 22:04:42 -05003332 ipw_set_bit(priv, IPW_GP_CNTRL_RW,
3333 IPW_GP_CNTRL_BIT_HOST_ALLOWS_STANDBY);
James Ketrenos43f66a62005-03-25 12:31:53 -06003334
3335 IPW_DEBUG_TRACE("<<\n");
3336}
Jeff Garzikbf794512005-07-31 13:07:26 -04003337
James Ketrenos43f66a62005-03-25 12:31:53 -06003338static int ipw_init_nic(struct ipw_priv *priv)
3339{
3340 int rc;
3341
3342 IPW_DEBUG_TRACE(">>\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04003343 /* reset */
James Ketrenos43f66a62005-03-25 12:31:53 -06003344 /*prvHwInitNic */
3345 /* set "initialization complete" bit to move adapter to D0 state */
James Ketrenosb095c382005-08-24 22:04:42 -05003346 ipw_set_bit(priv, IPW_GP_CNTRL_RW, IPW_GP_CNTRL_BIT_INIT_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003347
3348 /* low-level PLL activation */
James Ketrenosb095c382005-08-24 22:04:42 -05003349 ipw_write32(priv, IPW_READ_INT_REGISTER,
3350 IPW_BIT_INT_HOST_SRAM_READ_INT_REGISTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06003351
3352 /* wait for clock stabilization */
James Ketrenosb095c382005-08-24 22:04:42 -05003353 rc = ipw_poll_bit(priv, IPW_GP_CNTRL_RW,
3354 IPW_GP_CNTRL_BIT_CLOCK_READY, 250);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003355 if (rc < 0)
James Ketrenos43f66a62005-03-25 12:31:53 -06003356 IPW_DEBUG_INFO("FAILED wait for clock stablization\n");
3357
3358 /* assert SW reset */
James Ketrenosb095c382005-08-24 22:04:42 -05003359 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_SW_RESET);
James Ketrenos43f66a62005-03-25 12:31:53 -06003360
3361 udelay(10);
3362
3363 /* set "initialization complete" bit to move adapter to D0 state */
James Ketrenosb095c382005-08-24 22:04:42 -05003364 ipw_set_bit(priv, IPW_GP_CNTRL_RW, IPW_GP_CNTRL_BIT_INIT_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003365
3366 IPW_DEBUG_TRACE(">>\n");
3367 return 0;
3368}
3369
Jeff Garzikbf794512005-07-31 13:07:26 -04003370/* Call this function from process context, it will sleep in request_firmware.
James Ketrenos43f66a62005-03-25 12:31:53 -06003371 * Probe is an ok place to call this from.
3372 */
3373static int ipw_reset_nic(struct ipw_priv *priv)
3374{
3375 int rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05003376 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06003377
3378 IPW_DEBUG_TRACE(">>\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04003379
James Ketrenos43f66a62005-03-25 12:31:53 -06003380 rc = ipw_init_nic(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04003381
James Ketrenosa613bff2005-08-24 21:43:11 -05003382 spin_lock_irqsave(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003383 /* Clear the 'host command active' bit... */
3384 priv->status &= ~STATUS_HCMD_ACTIVE;
3385 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosafbf30a2005-08-25 00:05:33 -05003386 priv->status &= ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
3387 wake_up_interruptible(&priv->wait_state);
James Ketrenosa613bff2005-08-24 21:43:11 -05003388 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003389
3390 IPW_DEBUG_TRACE("<<\n");
3391 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003392}
James Ketrenos43f66a62005-03-25 12:31:53 -06003393
James Ketrenos9006ea72006-03-08 03:22:28 +08003394
3395struct ipw_fw {
Zhu Yi0070f8c2006-04-13 17:20:12 +08003396 __le32 ver;
3397 __le32 boot_size;
3398 __le32 ucode_size;
3399 __le32 fw_size;
James Ketrenos9006ea72006-03-08 03:22:28 +08003400 u8 data[0];
3401};
3402
Jeff Garzikbf794512005-07-31 13:07:26 -04003403static int ipw_get_fw(struct ipw_priv *priv,
James Ketrenos9006ea72006-03-08 03:22:28 +08003404 const struct firmware **raw, const char *name)
James Ketrenos43f66a62005-03-25 12:31:53 -06003405{
James Ketrenos9006ea72006-03-08 03:22:28 +08003406 struct ipw_fw *fw;
James Ketrenos43f66a62005-03-25 12:31:53 -06003407 int rc;
3408
3409 /* ask firmware_class module to get the boot firmware off disk */
James Ketrenos9006ea72006-03-08 03:22:28 +08003410 rc = request_firmware(raw, name, &priv->pci_dev->dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06003411 if (rc < 0) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003412 IPW_ERROR("%s request_firmware failed: Reason %d\n", name, rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003413 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003414 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003415
James Ketrenos9006ea72006-03-08 03:22:28 +08003416 if ((*raw)->size < sizeof(*fw)) {
3417 IPW_ERROR("%s is too small (%zd)\n", name, (*raw)->size);
James Ketrenos43f66a62005-03-25 12:31:53 -06003418 return -EINVAL;
3419 }
3420
James Ketrenos9006ea72006-03-08 03:22:28 +08003421 fw = (void *)(*raw)->data;
3422
Zhu Yi0070f8c2006-04-13 17:20:12 +08003423 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) +
3424 le32_to_cpu(fw->ucode_size) + le32_to_cpu(fw->fw_size)) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003425 IPW_ERROR("%s is too small or corrupt (%zd)\n",
3426 name, (*raw)->size);
3427 return -EINVAL;
3428 }
3429
3430 IPW_DEBUG_INFO("Read firmware '%s' image v%d.%d (%zd bytes)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06003431 name,
James Ketrenos9006ea72006-03-08 03:22:28 +08003432 le32_to_cpu(fw->ver) >> 16,
3433 le32_to_cpu(fw->ver) & 0xff,
3434 (*raw)->size - sizeof(*fw));
James Ketrenos43f66a62005-03-25 12:31:53 -06003435 return 0;
3436}
3437
James Ketrenosb095c382005-08-24 22:04:42 -05003438#define IPW_RX_BUF_SIZE (3000)
James Ketrenos43f66a62005-03-25 12:31:53 -06003439
Arjan van de Ven858119e2006-01-14 13:20:43 -08003440static void ipw_rx_queue_reset(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06003441 struct ipw_rx_queue *rxq)
3442{
3443 unsigned long flags;
3444 int i;
3445
3446 spin_lock_irqsave(&rxq->lock, flags);
3447
3448 INIT_LIST_HEAD(&rxq->rx_free);
3449 INIT_LIST_HEAD(&rxq->rx_used);
3450
3451 /* Fill the rx_used queue with _all_ of the Rx buffers */
3452 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
3453 /* In the reset function, these buffers may have been allocated
3454 * to an SKB, so we need to unmap and free potential storage */
3455 if (rxq->pool[i].skb != NULL) {
3456 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05003457 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003458 dev_kfree_skb(rxq->pool[i].skb);
James Ketrenosa613bff2005-08-24 21:43:11 -05003459 rxq->pool[i].skb = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003460 }
3461 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
3462 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003463
James Ketrenos43f66a62005-03-25 12:31:53 -06003464 /* Set us so that we have processed and used all buffers, but have
3465 * not restocked the Rx queue with fresh buffers */
3466 rxq->read = rxq->write = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06003467 rxq->free_count = 0;
3468 spin_unlock_irqrestore(&rxq->lock, flags);
3469}
3470
3471#ifdef CONFIG_PM
3472static int fw_loaded = 0;
James Ketrenos9006ea72006-03-08 03:22:28 +08003473static const struct firmware *raw = NULL;
James Ketrenosafbf30a2005-08-25 00:05:33 -05003474
3475static void free_firmware(void)
3476{
3477 if (fw_loaded) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003478 release_firmware(raw);
3479 raw = NULL;
James Ketrenosafbf30a2005-08-25 00:05:33 -05003480 fw_loaded = 0;
3481 }
3482}
3483#else
3484#define free_firmware() do {} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -06003485#endif
3486
3487static int ipw_load(struct ipw_priv *priv)
3488{
3489#ifndef CONFIG_PM
James Ketrenos9006ea72006-03-08 03:22:28 +08003490 const struct firmware *raw = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003491#endif
James Ketrenos9006ea72006-03-08 03:22:28 +08003492 struct ipw_fw *fw;
3493 u8 *boot_img, *ucode_img, *fw_img;
3494 u8 *name = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003495 int rc = 0, retries = 3;
3496
Zhu Yi397ae122006-01-24 16:37:22 +08003497 switch (priv->ieee->iw_mode) {
3498 case IW_MODE_ADHOC:
James Ketrenos9006ea72006-03-08 03:22:28 +08003499 name = "ipw2200-ibss.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003500 break;
James Ketrenosb095c382005-08-24 22:04:42 -05003501#ifdef CONFIG_IPW2200_MONITOR
Zhu Yi397ae122006-01-24 16:37:22 +08003502 case IW_MODE_MONITOR:
James Ketrenos9006ea72006-03-08 03:22:28 +08003503 name = "ipw2200-sniffer.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003504 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06003505#endif
Zhu Yi397ae122006-01-24 16:37:22 +08003506 case IW_MODE_INFRA:
James Ketrenos9006ea72006-03-08 03:22:28 +08003507 name = "ipw2200-bss.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003508 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06003509 }
Zhu Yi397ae122006-01-24 16:37:22 +08003510
James Ketrenos9006ea72006-03-08 03:22:28 +08003511 if (!name) {
3512 rc = -EINVAL;
3513 goto error;
3514 }
3515
3516#ifdef CONFIG_PM
3517 if (!fw_loaded) {
3518#endif
3519 rc = ipw_get_fw(priv, &raw, name);
3520 if (rc < 0)
3521 goto error;
3522#ifdef CONFIG_PM
3523 }
3524#endif
3525
3526 fw = (void *)raw->data;
3527 boot_img = &fw->data[0];
Zhu Yi0070f8c2006-04-13 17:20:12 +08003528 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)];
3529 fw_img = &fw->data[le32_to_cpu(fw->boot_size) +
3530 le32_to_cpu(fw->ucode_size)];
James Ketrenos9006ea72006-03-08 03:22:28 +08003531
Zhu Yi397ae122006-01-24 16:37:22 +08003532 if (rc < 0)
3533 goto error;
James Ketrenos43f66a62005-03-25 12:31:53 -06003534
3535 if (!priv->rxq)
3536 priv->rxq = ipw_rx_queue_alloc(priv);
3537 else
3538 ipw_rx_queue_reset(priv, priv->rxq);
3539 if (!priv->rxq) {
3540 IPW_ERROR("Unable to initialize Rx queue\n");
3541 goto error;
3542 }
3543
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003544 retry:
James Ketrenos43f66a62005-03-25 12:31:53 -06003545 /* Ensure interrupts are disabled */
James Ketrenosb095c382005-08-24 22:04:42 -05003546 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -06003547 priv->status &= ~STATUS_INT_ENABLED;
3548
3549 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003550 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
Jeff Garzikbf794512005-07-31 13:07:26 -04003551
James Ketrenos43f66a62005-03-25 12:31:53 -06003552 ipw_stop_nic(priv);
3553
3554 rc = ipw_reset_nic(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08003555 if (rc < 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003556 IPW_ERROR("Unable to reset NIC\n");
3557 goto error;
3558 }
3559
James Ketrenosb095c382005-08-24 22:04:42 -05003560 ipw_zero_memory(priv, IPW_NIC_SRAM_LOWER_BOUND,
3561 IPW_NIC_SRAM_UPPER_BOUND - IPW_NIC_SRAM_LOWER_BOUND);
James Ketrenos43f66a62005-03-25 12:31:53 -06003562
3563 /* DMA the initial boot firmware into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003564 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size));
James Ketrenos43f66a62005-03-25 12:31:53 -06003565 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003566 IPW_ERROR("Unable to load boot firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003567 goto error;
3568 }
3569
3570 /* kick start the device */
3571 ipw_start_nic(priv);
3572
Zhu Yic7b6a672006-01-24 16:37:05 +08003573 /* wait for the device to finish its initial startup sequence */
James Ketrenosb095c382005-08-24 22:04:42 -05003574 rc = ipw_poll_bit(priv, IPW_INTA_RW,
3575 IPW_INTA_BIT_FW_INITIALIZATION_DONE, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003576 if (rc < 0) {
3577 IPW_ERROR("device failed to boot initial fw image\n");
3578 goto error;
3579 }
3580 IPW_DEBUG_INFO("initial device response after %dms\n", rc);
3581
Jeff Garzikbf794512005-07-31 13:07:26 -04003582 /* ack fw init done interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05003583 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_BIT_FW_INITIALIZATION_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003584
3585 /* DMA the ucode into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003586 rc = ipw_load_ucode(priv, ucode_img, le32_to_cpu(fw->ucode_size));
James Ketrenos43f66a62005-03-25 12:31:53 -06003587 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003588 IPW_ERROR("Unable to load ucode: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003589 goto error;
3590 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003591
James Ketrenos43f66a62005-03-25 12:31:53 -06003592 /* stop nic */
3593 ipw_stop_nic(priv);
3594
3595 /* DMA bss firmware into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003596 rc = ipw_load_firmware(priv, fw_img, le32_to_cpu(fw->fw_size));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003597 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003598 IPW_ERROR("Unable to load firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003599 goto error;
3600 }
Zhu Yi397ae122006-01-24 16:37:22 +08003601#ifdef CONFIG_PM
3602 fw_loaded = 1;
3603#endif
3604
James Ketrenos43f66a62005-03-25 12:31:53 -06003605 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
3606
3607 rc = ipw_queue_reset(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08003608 if (rc < 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003609 IPW_ERROR("Unable to initialize queues\n");
3610 goto error;
3611 }
3612
3613 /* Ensure interrupts are disabled */
James Ketrenosb095c382005-08-24 22:04:42 -05003614 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenosc848d0a2005-08-24 21:56:24 -05003615 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003616 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
Jeff Garzikbf794512005-07-31 13:07:26 -04003617
James Ketrenos43f66a62005-03-25 12:31:53 -06003618 /* kick start the device */
3619 ipw_start_nic(priv);
3620
James Ketrenosb095c382005-08-24 22:04:42 -05003621 if (ipw_read32(priv, IPW_INTA_RW) & IPW_INTA_BIT_PARITY_ERROR) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003622 if (retries > 0) {
3623 IPW_WARNING("Parity error. Retrying init.\n");
3624 retries--;
3625 goto retry;
3626 }
3627
3628 IPW_ERROR("TODO: Handle parity error -- schedule restart?\n");
3629 rc = -EIO;
3630 goto error;
3631 }
3632
3633 /* wait for the device */
James Ketrenosb095c382005-08-24 22:04:42 -05003634 rc = ipw_poll_bit(priv, IPW_INTA_RW,
3635 IPW_INTA_BIT_FW_INITIALIZATION_DONE, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003636 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003637 IPW_ERROR("device failed to start within 500ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003638 goto error;
3639 }
3640 IPW_DEBUG_INFO("device response after %dms\n", rc);
3641
3642 /* ack fw init done interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05003643 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_BIT_FW_INITIALIZATION_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003644
3645 /* read eeprom data and initialize the eeprom region of sram */
3646 priv->eeprom_delay = 1;
Jeff Garzikbf794512005-07-31 13:07:26 -04003647 ipw_eeprom_init_sram(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003648
3649 /* enable interrupts */
3650 ipw_enable_interrupts(priv);
3651
3652 /* Ensure our queue has valid packets */
3653 ipw_rx_queue_replenish(priv);
3654
James Ketrenosb095c382005-08-24 22:04:42 -05003655 ipw_write32(priv, IPW_RX_READ_INDEX, priv->rxq->read);
James Ketrenos43f66a62005-03-25 12:31:53 -06003656
3657 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003658 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -06003659
3660#ifndef CONFIG_PM
James Ketrenos9006ea72006-03-08 03:22:28 +08003661 release_firmware(raw);
James Ketrenos43f66a62005-03-25 12:31:53 -06003662#endif
3663 return 0;
3664
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003665 error:
James Ketrenos43f66a62005-03-25 12:31:53 -06003666 if (priv->rxq) {
3667 ipw_rx_queue_free(priv, priv->rxq);
3668 priv->rxq = NULL;
3669 }
3670 ipw_tx_queue_free(priv);
James Ketrenos9006ea72006-03-08 03:22:28 +08003671 if (raw)
3672 release_firmware(raw);
James Ketrenos43f66a62005-03-25 12:31:53 -06003673#ifdef CONFIG_PM
3674 fw_loaded = 0;
James Ketrenos9006ea72006-03-08 03:22:28 +08003675 raw = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003676#endif
3677
3678 return rc;
3679}
3680
Jeff Garzikbf794512005-07-31 13:07:26 -04003681/**
James Ketrenos43f66a62005-03-25 12:31:53 -06003682 * DMA services
3683 *
3684 * Theory of operation
3685 *
3686 * A queue is a circular buffers with 'Read' and 'Write' pointers.
3687 * 2 empty entries always kept in the buffer to protect from overflow.
3688 *
3689 * For Tx queue, there are low mark and high mark limits. If, after queuing
Jeff Garzikbf794512005-07-31 13:07:26 -04003690 * the packet for Tx, free space become < low mark, Tx queue stopped. When
3691 * reclaiming packets (on 'tx done IRQ), if free space become > high mark,
James Ketrenos43f66a62005-03-25 12:31:53 -06003692 * Tx queue resumed.
3693 *
3694 * The IPW operates with six queues, one receive queue in the device's
3695 * sram, one transmit queue for sending commands to the device firmware,
Jeff Garzikbf794512005-07-31 13:07:26 -04003696 * and four transmit queues for data.
James Ketrenos43f66a62005-03-25 12:31:53 -06003697 *
Jeff Garzikbf794512005-07-31 13:07:26 -04003698 * The four transmit queues allow for performing quality of service (qos)
James Ketrenos43f66a62005-03-25 12:31:53 -06003699 * transmissions as per the 802.11 protocol. Currently Linux does not
Jeff Garzikbf794512005-07-31 13:07:26 -04003700 * provide a mechanism to the user for utilizing prioritized queues, so
James Ketrenos43f66a62005-03-25 12:31:53 -06003701 * we only utilize the first data transmit queue (queue1).
3702 */
3703
3704/**
3705 * Driver allocates buffers of this size for Rx
3706 */
3707
Dan Williams943dbef2008-02-14 17:49:41 -05003708/**
3709 * ipw_rx_queue_space - Return number of free slots available in queue.
3710 */
3711static int ipw_rx_queue_space(const struct ipw_rx_queue *q)
3712{
3713 int s = q->read - q->write;
3714 if (s <= 0)
3715 s += RX_QUEUE_SIZE;
3716 /* keep some buffer to not confuse full and empty queue */
3717 s -= 2;
3718 if (s < 0)
3719 s = 0;
3720 return s;
3721}
3722
3723static inline int ipw_tx_queue_space(const struct clx2_queue *q)
James Ketrenos43f66a62005-03-25 12:31:53 -06003724{
3725 int s = q->last_used - q->first_empty;
3726 if (s <= 0)
3727 s += q->n_bd;
3728 s -= 2; /* keep some reserve to not confuse empty and full situations */
3729 if (s < 0)
3730 s = 0;
3731 return s;
3732}
3733
3734static inline int ipw_queue_inc_wrap(int index, int n_bd)
3735{
3736 return (++index == n_bd) ? 0 : index;
3737}
3738
3739/**
3740 * Initialize common DMA queue structure
Jeff Garzikbf794512005-07-31 13:07:26 -04003741 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003742 * @param q queue to init
3743 * @param count Number of BD's to allocate. Should be power of 2
3744 * @param read_register Address for 'read' register
3745 * (not offset within BAR, full address)
3746 * @param write_register Address for 'write' register
3747 * (not offset within BAR, full address)
3748 * @param base_register Address for 'base' register
3749 * (not offset within BAR, full address)
3750 * @param size Address for 'size' register
3751 * (not offset within BAR, full address)
3752 */
Jeff Garzikbf794512005-07-31 13:07:26 -04003753static void ipw_queue_init(struct ipw_priv *priv, struct clx2_queue *q,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003754 int count, u32 read, u32 write, u32 base, u32 size)
James Ketrenos43f66a62005-03-25 12:31:53 -06003755{
3756 q->n_bd = count;
3757
3758 q->low_mark = q->n_bd / 4;
3759 if (q->low_mark < 4)
3760 q->low_mark = 4;
3761
3762 q->high_mark = q->n_bd / 8;
3763 if (q->high_mark < 2)
3764 q->high_mark = 2;
3765
3766 q->first_empty = q->last_used = 0;
3767 q->reg_r = read;
3768 q->reg_w = write;
3769
3770 ipw_write32(priv, base, q->dma_addr);
3771 ipw_write32(priv, size, count);
3772 ipw_write32(priv, read, 0);
3773 ipw_write32(priv, write, 0);
3774
3775 _ipw_read32(priv, 0x90);
3776}
3777
Jeff Garzikbf794512005-07-31 13:07:26 -04003778static int ipw_queue_tx_init(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06003779 struct clx2_tx_queue *q,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003780 int count, u32 read, u32 write, u32 base, u32 size)
James Ketrenos43f66a62005-03-25 12:31:53 -06003781{
3782 struct pci_dev *dev = priv->pci_dev;
3783
3784 q->txb = kmalloc(sizeof(q->txb[0]) * count, GFP_KERNEL);
3785 if (!q->txb) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003786 IPW_ERROR("vmalloc for auxiliary BD structures failed\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003787 return -ENOMEM;
3788 }
3789
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003790 q->bd =
3791 pci_alloc_consistent(dev, sizeof(q->bd[0]) * count, &q->q.dma_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -06003792 if (!q->bd) {
Jiri Bencaaa4d302005-06-07 14:58:41 +02003793 IPW_ERROR("pci_alloc_consistent(%zd) failed\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003794 sizeof(q->bd[0]) * count);
James Ketrenos43f66a62005-03-25 12:31:53 -06003795 kfree(q->txb);
3796 q->txb = NULL;
3797 return -ENOMEM;
3798 }
3799
3800 ipw_queue_init(priv, &q->q, count, read, write, base, size);
3801 return 0;
3802}
3803
3804/**
3805 * Free one TFD, those at index [txq->q.last_used].
3806 * Do NOT advance any indexes
Jeff Garzikbf794512005-07-31 13:07:26 -04003807 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003808 * @param dev
3809 * @param txq
3810 */
3811static void ipw_queue_tx_free_tfd(struct ipw_priv *priv,
3812 struct clx2_tx_queue *txq)
3813{
3814 struct tfd_frame *bd = &txq->bd[txq->q.last_used];
3815 struct pci_dev *dev = priv->pci_dev;
3816 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -04003817
James Ketrenos43f66a62005-03-25 12:31:53 -06003818 /* classify bd */
3819 if (bd->control_flags.message_type == TX_HOST_COMMAND_TYPE)
3820 /* nothing to cleanup after for host commands */
3821 return;
3822
3823 /* sanity check */
James Ketrenosa613bff2005-08-24 21:43:11 -05003824 if (le32_to_cpu(bd->u.data.num_chunks) > NUM_TFD_CHUNKS) {
3825 IPW_ERROR("Too many chunks: %i\n",
3826 le32_to_cpu(bd->u.data.num_chunks));
James Ketrenos43f66a62005-03-25 12:31:53 -06003827 /** @todo issue fatal error, it is quite serious situation */
3828 return;
3829 }
3830
3831 /* unmap chunks if any */
James Ketrenosa613bff2005-08-24 21:43:11 -05003832 for (i = 0; i < le32_to_cpu(bd->u.data.num_chunks); i++) {
3833 pci_unmap_single(dev, le32_to_cpu(bd->u.data.chunk_ptr[i]),
3834 le16_to_cpu(bd->u.data.chunk_len[i]),
3835 PCI_DMA_TODEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003836 if (txq->txb[txq->q.last_used]) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04003837 libipw_txb_free(txq->txb[txq->q.last_used]);
James Ketrenos43f66a62005-03-25 12:31:53 -06003838 txq->txb[txq->q.last_used] = NULL;
3839 }
3840 }
3841}
3842
3843/**
3844 * Deallocate DMA queue.
Jeff Garzikbf794512005-07-31 13:07:26 -04003845 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003846 * Empty queue by removing and destroying all BD's.
3847 * Free all buffers.
Jeff Garzikbf794512005-07-31 13:07:26 -04003848 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003849 * @param dev
3850 * @param q
3851 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003852static void ipw_queue_tx_free(struct ipw_priv *priv, struct clx2_tx_queue *txq)
James Ketrenos43f66a62005-03-25 12:31:53 -06003853{
3854 struct clx2_queue *q = &txq->q;
3855 struct pci_dev *dev = priv->pci_dev;
3856
Jeff Garzikbf794512005-07-31 13:07:26 -04003857 if (q->n_bd == 0)
3858 return;
James Ketrenos43f66a62005-03-25 12:31:53 -06003859
3860 /* first, empty all BD's */
3861 for (; q->first_empty != q->last_used;
3862 q->last_used = ipw_queue_inc_wrap(q->last_used, q->n_bd)) {
3863 ipw_queue_tx_free_tfd(priv, txq);
3864 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003865
James Ketrenos43f66a62005-03-25 12:31:53 -06003866 /* free buffers belonging to queue itself */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003867 pci_free_consistent(dev, sizeof(txq->bd[0]) * q->n_bd, txq->bd,
James Ketrenos43f66a62005-03-25 12:31:53 -06003868 q->dma_addr);
3869 kfree(txq->txb);
3870
3871 /* 0 fill whole structure */
3872 memset(txq, 0, sizeof(*txq));
3873}
3874
James Ketrenos43f66a62005-03-25 12:31:53 -06003875/**
3876 * Destroy all DMA queues and structures
Jeff Garzikbf794512005-07-31 13:07:26 -04003877 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003878 * @param priv
3879 */
3880static void ipw_tx_queue_free(struct ipw_priv *priv)
3881{
3882 /* Tx CMD queue */
3883 ipw_queue_tx_free(priv, &priv->txq_cmd);
3884
3885 /* Tx queues */
3886 ipw_queue_tx_free(priv, &priv->txq[0]);
3887 ipw_queue_tx_free(priv, &priv->txq[1]);
3888 ipw_queue_tx_free(priv, &priv->txq[2]);
3889 ipw_queue_tx_free(priv, &priv->txq[3]);
3890}
3891
Arjan van de Ven858119e2006-01-14 13:20:43 -08003892static void ipw_create_bssid(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003893{
3894 /* First 3 bytes are manufacturer */
3895 bssid[0] = priv->mac_addr[0];
3896 bssid[1] = priv->mac_addr[1];
3897 bssid[2] = priv->mac_addr[2];
3898
3899 /* Last bytes are random */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003900 get_random_bytes(&bssid[3], ETH_ALEN - 3);
James Ketrenos43f66a62005-03-25 12:31:53 -06003901
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003902 bssid[0] &= 0xfe; /* clear multicast bit */
3903 bssid[0] |= 0x02; /* set local assignment bit (IEEE802) */
James Ketrenos43f66a62005-03-25 12:31:53 -06003904}
3905
Arjan van de Ven858119e2006-01-14 13:20:43 -08003906static u8 ipw_add_station(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003907{
3908 struct ipw_station_entry entry;
3909 int i;
3910
3911 for (i = 0; i < priv->num_stations; i++) {
3912 if (!memcmp(priv->stations[i], bssid, ETH_ALEN)) {
3913 /* Another node is active in network */
3914 priv->missed_adhoc_beacons = 0;
3915 if (!(priv->config & CFG_STATIC_CHANNEL))
3916 /* when other nodes drop out, we drop out */
3917 priv->config &= ~CFG_ADHOC_PERSIST;
3918
3919 return i;
3920 }
3921 }
3922
3923 if (i == MAX_STATIONS)
3924 return IPW_INVALID_STATION;
3925
Johannes Berge1749612008-10-27 15:59:26 -07003926 IPW_DEBUG_SCAN("Adding AdHoc station: %pM\n", bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06003927
3928 entry.reserved = 0;
3929 entry.support_mode = 0;
3930 memcpy(entry.mac_addr, bssid, ETH_ALEN);
3931 memcpy(priv->stations[i], bssid, ETH_ALEN);
3932 ipw_write_direct(priv, IPW_STATION_TABLE_LOWER + i * sizeof(entry),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003933 &entry, sizeof(entry));
James Ketrenos43f66a62005-03-25 12:31:53 -06003934 priv->num_stations++;
3935
3936 return i;
3937}
3938
Arjan van de Ven858119e2006-01-14 13:20:43 -08003939static u8 ipw_find_station(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003940{
3941 int i;
3942
Jeff Garzikbf794512005-07-31 13:07:26 -04003943 for (i = 0; i < priv->num_stations; i++)
3944 if (!memcmp(priv->stations[i], bssid, ETH_ALEN))
James Ketrenos43f66a62005-03-25 12:31:53 -06003945 return i;
3946
3947 return IPW_INVALID_STATION;
3948}
3949
3950static void ipw_send_disassociate(struct ipw_priv *priv, int quiet)
3951{
3952 int err;
3953
Hong Liu7b996592005-08-25 17:36:13 +08003954 if (priv->status & STATUS_ASSOCIATING) {
3955 IPW_DEBUG_ASSOC("Disassociating while associating.\n");
Tejun Heobcb6d912011-01-26 12:12:50 +01003956 schedule_work(&priv->disassociate);
Hong Liu7b996592005-08-25 17:36:13 +08003957 return;
3958 }
3959
3960 if (!(priv->status & STATUS_ASSOCIATED)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003961 IPW_DEBUG_ASSOC("Disassociating while not associated.\n");
3962 return;
3963 }
3964
Johannes Berge1749612008-10-27 15:59:26 -07003965 IPW_DEBUG_ASSOC("Disassocation attempt from %pM "
James Ketrenos43f66a62005-03-25 12:31:53 -06003966 "on channel %d.\n",
Johannes Berge1749612008-10-27 15:59:26 -07003967 priv->assoc_request.bssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06003968 priv->assoc_request.channel);
3969
3970 priv->status &= ~(STATUS_ASSOCIATING | STATUS_ASSOCIATED);
3971 priv->status |= STATUS_DISASSOCIATING;
3972
3973 if (quiet)
3974 priv->assoc_request.assoc_type = HC_DISASSOC_QUIET;
3975 else
3976 priv->assoc_request.assoc_type = HC_DISASSOCIATE;
Hong Liue6324722005-09-14 21:04:15 -05003977
James Ketrenos43f66a62005-03-25 12:31:53 -06003978 err = ipw_send_associate(priv, &priv->assoc_request);
3979 if (err) {
3980 IPW_DEBUG_HC("Attempt to send [dis]associate command "
3981 "failed.\n");
3982 return;
3983 }
3984
3985}
3986
James Ketrenosc848d0a2005-08-24 21:56:24 -05003987static int ipw_disassociate(void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -06003988{
James Ketrenosc848d0a2005-08-24 21:56:24 -05003989 struct ipw_priv *priv = data;
3990 if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)))
3991 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06003992 ipw_send_disassociate(data, 0);
Zhu Yib8ddafd2008-11-27 13:42:20 +08003993 netif_carrier_off(priv->net_dev);
James Ketrenosc848d0a2005-08-24 21:56:24 -05003994 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06003995}
3996
David Howellsc4028952006-11-22 14:57:56 +00003997static void ipw_bg_disassociate(struct work_struct *work)
James Ketrenos43f66a62005-03-25 12:31:53 -06003998{
David Howellsc4028952006-11-22 14:57:56 +00003999 struct ipw_priv *priv =
4000 container_of(work, struct ipw_priv, disassociate);
Zhu Yi46441512006-01-24 16:37:59 +08004001 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00004002 ipw_disassociate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08004003 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06004004}
4005
David Howellsc4028952006-11-22 14:57:56 +00004006static void ipw_system_config(struct work_struct *work)
Zhu Yid8bad6d2005-07-13 12:25:38 -05004007{
David Howellsc4028952006-11-22 14:57:56 +00004008 struct ipw_priv *priv =
4009 container_of(work, struct ipw_priv, system_config);
Zhu Yid685b8c2006-04-13 17:20:27 +08004010
4011#ifdef CONFIG_IPW2200_PROMISCUOUS
4012 if (priv->prom_net_dev && netif_running(priv->prom_net_dev)) {
4013 priv->sys_config.accept_all_data_frames = 1;
4014 priv->sys_config.accept_non_directed_frames = 1;
4015 priv->sys_config.accept_all_mgmt_bcpr = 1;
4016 priv->sys_config.accept_all_mgmt_frames = 1;
4017 }
4018#endif
4019
4020 ipw_send_system_config(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06004021}
4022
4023struct ipw_status_code {
4024 u16 status;
4025 const char *reason;
4026};
4027
4028static const struct ipw_status_code ipw_status_codes[] = {
4029 {0x00, "Successful"},
4030 {0x01, "Unspecified failure"},
4031 {0x0A, "Cannot support all requested capabilities in the "
4032 "Capability information field"},
4033 {0x0B, "Reassociation denied due to inability to confirm that "
4034 "association exists"},
4035 {0x0C, "Association denied due to reason outside the scope of this "
4036 "standard"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004037 {0x0D,
4038 "Responding station does not support the specified authentication "
James Ketrenos43f66a62005-03-25 12:31:53 -06004039 "algorithm"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004040 {0x0E,
4041 "Received an Authentication frame with authentication sequence "
James Ketrenos43f66a62005-03-25 12:31:53 -06004042 "transaction sequence number out of expected sequence"},
4043 {0x0F, "Authentication rejected because of challenge failure"},
4044 {0x10, "Authentication rejected due to timeout waiting for next "
4045 "frame in sequence"},
4046 {0x11, "Association denied because AP is unable to handle additional "
4047 "associated stations"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004048 {0x12,
4049 "Association denied due to requesting station not supporting all "
James Ketrenos43f66a62005-03-25 12:31:53 -06004050 "of the datarates in the BSSBasicServiceSet Parameter"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004051 {0x13,
4052 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004053 "short preamble operation"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004054 {0x14,
4055 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004056 "PBCC encoding"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004057 {0x15,
4058 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004059 "channel agility"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004060 {0x19,
4061 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004062 "short slot operation"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004063 {0x1A,
4064 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004065 "DSSS-OFDM operation"},
4066 {0x28, "Invalid Information Element"},
4067 {0x29, "Group Cipher is not valid"},
4068 {0x2A, "Pairwise Cipher is not valid"},
4069 {0x2B, "AKMP is not valid"},
4070 {0x2C, "Unsupported RSN IE version"},
4071 {0x2D, "Invalid RSN IE Capabilities"},
4072 {0x2E, "Cipher suite is rejected per security policy"},
4073};
4074
Jeff Garzikbf794512005-07-31 13:07:26 -04004075static const char *ipw_get_status_code(u16 status)
James Ketrenos43f66a62005-03-25 12:31:53 -06004076{
4077 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -04004078 for (i = 0; i < ARRAY_SIZE(ipw_status_codes); i++)
James Ketrenosea2b26e2005-08-24 21:25:16 -05004079 if (ipw_status_codes[i].status == (status & 0xff))
James Ketrenos43f66a62005-03-25 12:31:53 -06004080 return ipw_status_codes[i].reason;
4081 return "Unknown status value.";
4082}
James Ketrenos43f66a62005-03-25 12:31:53 -06004083
4084static void inline average_init(struct average *avg)
4085{
4086 memset(avg, 0, sizeof(*avg));
4087}
4088
Zhu Yi00d21de2006-04-13 17:19:02 +08004089#define DEPTH_RSSI 8
4090#define DEPTH_NOISE 16
4091static s16 exponential_average(s16 prev_avg, s16 val, u8 depth)
4092{
4093 return ((depth-1)*prev_avg + val)/depth;
4094}
4095
Arjan van de Ven858119e2006-01-14 13:20:43 -08004096static void average_add(struct average *avg, s16 val)
James Ketrenos43f66a62005-03-25 12:31:53 -06004097{
4098 avg->sum -= avg->entries[avg->pos];
4099 avg->sum += val;
4100 avg->entries[avg->pos++] = val;
4101 if (unlikely(avg->pos == AVG_ENTRIES)) {
4102 avg->init = 1;
4103 avg->pos = 0;
4104 }
4105}
4106
Arjan van de Ven858119e2006-01-14 13:20:43 -08004107static s16 average_value(struct average *avg)
James Ketrenos43f66a62005-03-25 12:31:53 -06004108{
4109 if (!unlikely(avg->init)) {
4110 if (avg->pos)
4111 return avg->sum / avg->pos;
4112 return 0;
4113 }
4114
4115 return avg->sum / AVG_ENTRIES;
4116}
4117
4118static void ipw_reset_stats(struct ipw_priv *priv)
4119{
4120 u32 len = sizeof(u32);
4121
4122 priv->quality = 0;
4123
4124 average_init(&priv->average_missed_beacons);
Zhu Yi00d21de2006-04-13 17:19:02 +08004125 priv->exp_avg_rssi = -60;
4126 priv->exp_avg_noise = -85 + 0x100;
James Ketrenos43f66a62005-03-25 12:31:53 -06004127
4128 priv->last_rate = 0;
4129 priv->last_missed_beacons = 0;
4130 priv->last_rx_packets = 0;
4131 priv->last_tx_packets = 0;
4132 priv->last_tx_failures = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04004133
James Ketrenos43f66a62005-03-25 12:31:53 -06004134 /* Firmware managed, reset only when NIC is restarted, so we have to
4135 * normalize on the current value */
Jeff Garzikbf794512005-07-31 13:07:26 -04004136 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC,
James Ketrenos43f66a62005-03-25 12:31:53 -06004137 &priv->last_rx_err, &len);
Jeff Garzikbf794512005-07-31 13:07:26 -04004138 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE,
James Ketrenos43f66a62005-03-25 12:31:53 -06004139 &priv->last_tx_failures, &len);
4140
4141 /* Driver managed, reset with each association */
4142 priv->missed_adhoc_beacons = 0;
4143 priv->missed_beacons = 0;
4144 priv->tx_packets = 0;
4145 priv->rx_packets = 0;
4146
4147}
4148
Arjan van de Ven858119e2006-01-14 13:20:43 -08004149static u32 ipw_get_max_rate(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06004150{
4151 u32 i = 0x80000000;
4152 u32 mask = priv->rates_mask;
4153 /* If currently associated in B mode, restrict the maximum
4154 * rate match to B rates */
4155 if (priv->assoc_request.ieee_mode == IPW_B_MODE)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004156 mask &= LIBIPW_CCK_RATES_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06004157
4158 /* TODO: Verify that the rate is supported by the current rates
4159 * list. */
4160
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004161 while (i && !(mask & i))
4162 i >>= 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06004163 switch (i) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004164 case LIBIPW_CCK_RATE_1MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004165 return 1000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004166 case LIBIPW_CCK_RATE_2MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004167 return 2000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004168 case LIBIPW_CCK_RATE_5MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004169 return 5500000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004170 case LIBIPW_OFDM_RATE_6MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004171 return 6000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004172 case LIBIPW_OFDM_RATE_9MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004173 return 9000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004174 case LIBIPW_CCK_RATE_11MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004175 return 11000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004176 case LIBIPW_OFDM_RATE_12MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004177 return 12000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004178 case LIBIPW_OFDM_RATE_18MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004179 return 18000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004180 case LIBIPW_OFDM_RATE_24MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004181 return 24000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004182 case LIBIPW_OFDM_RATE_36MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004183 return 36000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004184 case LIBIPW_OFDM_RATE_48MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004185 return 48000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004186 case LIBIPW_OFDM_RATE_54MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004187 return 54000000;
James Ketrenos43f66a62005-03-25 12:31:53 -06004188 }
4189
Jeff Garzikbf794512005-07-31 13:07:26 -04004190 if (priv->ieee->mode == IEEE_B)
James Ketrenos43f66a62005-03-25 12:31:53 -06004191 return 11000000;
4192 else
4193 return 54000000;
4194}
4195
4196static u32 ipw_get_current_rate(struct ipw_priv *priv)
4197{
4198 u32 rate, len = sizeof(rate);
4199 int err;
4200
Jeff Garzikbf794512005-07-31 13:07:26 -04004201 if (!(priv->status & STATUS_ASSOCIATED))
James Ketrenos43f66a62005-03-25 12:31:53 -06004202 return 0;
4203
4204 if (priv->tx_packets > IPW_REAL_RATE_RX_PACKET_THRESHOLD) {
Jeff Garzikbf794512005-07-31 13:07:26 -04004205 err = ipw_get_ordinal(priv, IPW_ORD_STAT_TX_CURR_RATE, &rate,
James Ketrenos43f66a62005-03-25 12:31:53 -06004206 &len);
4207 if (err) {
4208 IPW_DEBUG_INFO("failed querying ordinals.\n");
4209 return 0;
4210 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004211 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06004212 return ipw_get_max_rate(priv);
4213
4214 switch (rate) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004215 case IPW_TX_RATE_1MB:
4216 return 1000000;
4217 case IPW_TX_RATE_2MB:
4218 return 2000000;
4219 case IPW_TX_RATE_5MB:
4220 return 5500000;
4221 case IPW_TX_RATE_6MB:
4222 return 6000000;
4223 case IPW_TX_RATE_9MB:
4224 return 9000000;
4225 case IPW_TX_RATE_11MB:
4226 return 11000000;
4227 case IPW_TX_RATE_12MB:
4228 return 12000000;
4229 case IPW_TX_RATE_18MB:
4230 return 18000000;
4231 case IPW_TX_RATE_24MB:
4232 return 24000000;
4233 case IPW_TX_RATE_36MB:
4234 return 36000000;
4235 case IPW_TX_RATE_48MB:
4236 return 48000000;
4237 case IPW_TX_RATE_54MB:
4238 return 54000000;
James Ketrenos43f66a62005-03-25 12:31:53 -06004239 }
4240
4241 return 0;
4242}
4243
James Ketrenos43f66a62005-03-25 12:31:53 -06004244#define IPW_STATS_INTERVAL (2 * HZ)
4245static void ipw_gather_stats(struct ipw_priv *priv)
4246{
4247 u32 rx_err, rx_err_delta, rx_packets_delta;
4248 u32 tx_failures, tx_failures_delta, tx_packets_delta;
4249 u32 missed_beacons_percent, missed_beacons_delta;
4250 u32 quality = 0;
4251 u32 len = sizeof(u32);
4252 s16 rssi;
Jeff Garzikbf794512005-07-31 13:07:26 -04004253 u32 beacon_quality, signal_quality, tx_quality, rx_quality,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004254 rate_quality;
James Ketrenosea2b26e2005-08-24 21:25:16 -05004255 u32 max_rate;
James Ketrenos43f66a62005-03-25 12:31:53 -06004256
4257 if (!(priv->status & STATUS_ASSOCIATED)) {
4258 priv->quality = 0;
4259 return;
4260 }
4261
4262 /* Update the statistics */
Jeff Garzikbf794512005-07-31 13:07:26 -04004263 ipw_get_ordinal(priv, IPW_ORD_STAT_MISSED_BEACONS,
James Ketrenos43f66a62005-03-25 12:31:53 -06004264 &priv->missed_beacons, &len);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004265 missed_beacons_delta = priv->missed_beacons - priv->last_missed_beacons;
James Ketrenos43f66a62005-03-25 12:31:53 -06004266 priv->last_missed_beacons = priv->missed_beacons;
4267 if (priv->assoc_request.beacon_interval) {
4268 missed_beacons_percent = missed_beacons_delta *
Al Viro5b5e8072007-12-27 01:54:06 -05004269 (HZ * le16_to_cpu(priv->assoc_request.beacon_interval)) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004270 (IPW_STATS_INTERVAL * 10);
James Ketrenos43f66a62005-03-25 12:31:53 -06004271 } else {
4272 missed_beacons_percent = 0;
4273 }
4274 average_add(&priv->average_missed_beacons, missed_beacons_percent);
4275
4276 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC, &rx_err, &len);
4277 rx_err_delta = rx_err - priv->last_rx_err;
4278 priv->last_rx_err = rx_err;
4279
4280 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE, &tx_failures, &len);
4281 tx_failures_delta = tx_failures - priv->last_tx_failures;
4282 priv->last_tx_failures = tx_failures;
4283
4284 rx_packets_delta = priv->rx_packets - priv->last_rx_packets;
4285 priv->last_rx_packets = priv->rx_packets;
4286
4287 tx_packets_delta = priv->tx_packets - priv->last_tx_packets;
4288 priv->last_tx_packets = priv->tx_packets;
4289
4290 /* Calculate quality based on the following:
Jeff Garzikbf794512005-07-31 13:07:26 -04004291 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004292 * Missed beacon: 100% = 0, 0% = 70% missed
4293 * Rate: 60% = 1Mbs, 100% = Max
4294 * Rx and Tx errors represent a straight % of total Rx/Tx
4295 * RSSI: 100% = > -50, 0% = < -80
4296 * Rx errors: 100% = 0, 0% = 50% missed
Jeff Garzikbf794512005-07-31 13:07:26 -04004297 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004298 * The lowest computed quality is used.
4299 *
4300 */
4301#define BEACON_THRESHOLD 5
4302 beacon_quality = 100 - missed_beacons_percent;
4303 if (beacon_quality < BEACON_THRESHOLD)
4304 beacon_quality = 0;
4305 else
Jeff Garzikbf794512005-07-31 13:07:26 -04004306 beacon_quality = (beacon_quality - BEACON_THRESHOLD) * 100 /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004307 (100 - BEACON_THRESHOLD);
Jeff Garzikbf794512005-07-31 13:07:26 -04004308 IPW_DEBUG_STATS("Missed beacon: %3d%% (%d%%)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06004309 beacon_quality, missed_beacons_percent);
Jeff Garzikbf794512005-07-31 13:07:26 -04004310
James Ketrenos43f66a62005-03-25 12:31:53 -06004311 priv->last_rate = ipw_get_current_rate(priv);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004312 max_rate = ipw_get_max_rate(priv);
4313 rate_quality = priv->last_rate * 40 / max_rate + 60;
James Ketrenos43f66a62005-03-25 12:31:53 -06004314 IPW_DEBUG_STATS("Rate quality : %3d%% (%dMbs)\n",
4315 rate_quality, priv->last_rate / 1000000);
Jeff Garzikbf794512005-07-31 13:07:26 -04004316
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004317 if (rx_packets_delta > 100 && rx_packets_delta + rx_err_delta)
Jeff Garzikbf794512005-07-31 13:07:26 -04004318 rx_quality = 100 - (rx_err_delta * 100) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004319 (rx_packets_delta + rx_err_delta);
James Ketrenos43f66a62005-03-25 12:31:53 -06004320 else
4321 rx_quality = 100;
4322 IPW_DEBUG_STATS("Rx quality : %3d%% (%u errors, %u packets)\n",
4323 rx_quality, rx_err_delta, rx_packets_delta);
Jeff Garzikbf794512005-07-31 13:07:26 -04004324
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004325 if (tx_packets_delta > 100 && tx_packets_delta + tx_failures_delta)
Jeff Garzikbf794512005-07-31 13:07:26 -04004326 tx_quality = 100 - (tx_failures_delta * 100) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004327 (tx_packets_delta + tx_failures_delta);
James Ketrenos43f66a62005-03-25 12:31:53 -06004328 else
4329 tx_quality = 100;
4330 IPW_DEBUG_STATS("Tx quality : %3d%% (%u errors, %u packets)\n",
4331 tx_quality, tx_failures_delta, tx_packets_delta);
Jeff Garzikbf794512005-07-31 13:07:26 -04004332
Zhu Yi00d21de2006-04-13 17:19:02 +08004333 rssi = priv->exp_avg_rssi;
James Ketrenosc848d0a2005-08-24 21:56:24 -05004334 signal_quality =
4335 (100 *
4336 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) *
4337 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) -
4338 (priv->ieee->perfect_rssi - rssi) *
4339 (15 * (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) +
4340 62 * (priv->ieee->perfect_rssi - rssi))) /
4341 ((priv->ieee->perfect_rssi - priv->ieee->worst_rssi) *
4342 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi));
4343 if (signal_quality > 100)
James Ketrenos43f66a62005-03-25 12:31:53 -06004344 signal_quality = 100;
James Ketrenosc848d0a2005-08-24 21:56:24 -05004345 else if (signal_quality < 1)
James Ketrenos43f66a62005-03-25 12:31:53 -06004346 signal_quality = 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05004347
Zhu Yi61fb9ed2006-04-13 17:19:55 +08004348 IPW_DEBUG_STATS("Signal level : %3d%% (%d dBm)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06004349 signal_quality, rssi);
Jeff Garzikbf794512005-07-31 13:07:26 -04004350
Reinette Chatre21f8a732009-08-18 10:25:05 -07004351 quality = min(rx_quality, signal_quality);
4352 quality = min(tx_quality, quality);
4353 quality = min(rate_quality, quality);
4354 quality = min(beacon_quality, quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004355 if (quality == beacon_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004356 IPW_DEBUG_STATS("Quality (%d%%): Clamped to missed beacons.\n",
4357 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004358 if (quality == rate_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004359 IPW_DEBUG_STATS("Quality (%d%%): Clamped to rate quality.\n",
4360 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004361 if (quality == tx_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004362 IPW_DEBUG_STATS("Quality (%d%%): Clamped to Tx quality.\n",
4363 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004364 if (quality == rx_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004365 IPW_DEBUG_STATS("Quality (%d%%): Clamped to Rx quality.\n",
4366 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004367 if (quality == signal_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004368 IPW_DEBUG_STATS("Quality (%d%%): Clamped to signal quality.\n",
4369 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004370
4371 priv->quality = quality;
Jeff Garzikbf794512005-07-31 13:07:26 -04004372
Tejun Heobcb6d912011-01-26 12:12:50 +01004373 schedule_delayed_work(&priv->gather_stats, IPW_STATS_INTERVAL);
James Ketrenos43f66a62005-03-25 12:31:53 -06004374}
4375
David Howellsc4028952006-11-22 14:57:56 +00004376static void ipw_bg_gather_stats(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05004377{
David Howellsc4028952006-11-22 14:57:56 +00004378 struct ipw_priv *priv =
4379 container_of(work, struct ipw_priv, gather_stats.work);
Zhu Yi46441512006-01-24 16:37:59 +08004380 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00004381 ipw_gather_stats(priv);
Zhu Yi46441512006-01-24 16:37:59 +08004382 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05004383}
4384
Ben Cahille7582562005-10-06 15:34:41 -05004385/* Missed beacon behavior:
4386 * 1st missed -> roaming_threshold, just wait, don't do any scan/roam.
4387 * roaming_threshold -> disassociate_threshold, scan and roam for better signal.
4388 * Above disassociate threshold, give up and stop scanning.
4389 * Roaming is disabled if disassociate_threshold <= roaming_threshold */
Arjan van de Ven858119e2006-01-14 13:20:43 -08004390static void ipw_handle_missed_beacon(struct ipw_priv *priv,
James Ketrenosea2b26e2005-08-24 21:25:16 -05004391 int missed_count)
4392{
4393 priv->notif_missed_beacons = missed_count;
4394
James Ketrenosafbf30a2005-08-25 00:05:33 -05004395 if (missed_count > priv->disassociate_threshold &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05004396 priv->status & STATUS_ASSOCIATED) {
4397 /* If associated and we've hit the missed
4398 * beacon threshold, disassociate, turn
4399 * off roaming, and abort any active scans */
4400 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
James Ketrenosafbf30a2005-08-25 00:05:33 -05004401 IPW_DL_STATE | IPW_DL_ASSOC,
James Ketrenosea2b26e2005-08-24 21:25:16 -05004402 "Missed beacon: %d - disassociate\n", missed_count);
4403 priv->status &= ~STATUS_ROAMING;
James Ketrenosa613bff2005-08-24 21:43:11 -05004404 if (priv->status & STATUS_SCANNING) {
4405 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
4406 IPW_DL_STATE,
4407 "Aborting scan with missed beacon.\n");
Tejun Heobcb6d912011-01-26 12:12:50 +01004408 schedule_work(&priv->abort_scan);
James Ketrenosa613bff2005-08-24 21:43:11 -05004409 }
4410
Tejun Heobcb6d912011-01-26 12:12:50 +01004411 schedule_work(&priv->disassociate);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004412 return;
4413 }
4414
4415 if (priv->status & STATUS_ROAMING) {
4416 /* If we are currently roaming, then just
4417 * print a debug statement... */
4418 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
4419 "Missed beacon: %d - roam in progress\n",
4420 missed_count);
4421 return;
4422 }
4423
Zhu Yi4bfdb912006-01-24 16:37:16 +08004424 if (roaming &&
4425 (missed_count > priv->roaming_threshold &&
4426 missed_count <= priv->disassociate_threshold)) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004427 /* If we are not already roaming, set the ROAM
Ben Cahille7582562005-10-06 15:34:41 -05004428 * bit in the status and kick off a scan.
4429 * This can happen several times before we reach
4430 * disassociate_threshold. */
James Ketrenosea2b26e2005-08-24 21:25:16 -05004431 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
4432 "Missed beacon: %d - initiate "
4433 "roaming\n", missed_count);
4434 if (!(priv->status & STATUS_ROAMING)) {
4435 priv->status |= STATUS_ROAMING;
4436 if (!(priv->status & STATUS_SCANNING))
Tejun Heobcb6d912011-01-26 12:12:50 +01004437 schedule_delayed_work(&priv->request_scan, 0);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004438 }
4439 return;
4440 }
4441
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01004442 if (priv->status & STATUS_SCANNING &&
4443 missed_count > IPW_MB_SCAN_CANCEL_THRESHOLD) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004444 /* Stop scan to keep fw from getting
4445 * stuck (only if we aren't roaming --
4446 * otherwise we'll never scan more than 2 or 3
4447 * channels..) */
James Ketrenosb095c382005-08-24 22:04:42 -05004448 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF | IPW_DL_STATE,
4449 "Aborting scan with missed beacon.\n");
Tejun Heobcb6d912011-01-26 12:12:50 +01004450 schedule_work(&priv->abort_scan);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004451 }
4452
4453 IPW_DEBUG_NOTIF("Missed beacon: %d\n", missed_count);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004454}
4455
Dan Williams0b531672007-10-09 13:55:24 -04004456static void ipw_scan_event(struct work_struct *work)
4457{
4458 union iwreq_data wrqu;
4459
4460 struct ipw_priv *priv =
4461 container_of(work, struct ipw_priv, scan_event.work);
4462
4463 wrqu.data.length = 0;
4464 wrqu.data.flags = 0;
4465 wireless_send_event(priv->net_dev, SIOCGIWSCAN, &wrqu, NULL);
4466}
4467
4468static void handle_scan_event(struct ipw_priv *priv)
4469{
4470 /* Only userspace-requested scan completion events go out immediately */
4471 if (!priv->user_requested_scan) {
4472 if (!delayed_work_pending(&priv->scan_event))
Tejun Heobcb6d912011-01-26 12:12:50 +01004473 schedule_delayed_work(&priv->scan_event,
4474 round_jiffies_relative(msecs_to_jiffies(4000)));
Dan Williams0b531672007-10-09 13:55:24 -04004475 } else {
4476 union iwreq_data wrqu;
4477
4478 priv->user_requested_scan = 0;
4479 cancel_delayed_work(&priv->scan_event);
4480
4481 wrqu.data.length = 0;
4482 wrqu.data.flags = 0;
4483 wireless_send_event(priv->net_dev, SIOCGIWSCAN, &wrqu, NULL);
4484 }
4485}
4486
James Ketrenos43f66a62005-03-25 12:31:53 -06004487/**
4488 * Handle host notification packet.
4489 * Called from interrupt routine
4490 */
Arjan van de Ven858119e2006-01-14 13:20:43 -08004491static void ipw_rx_notification(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06004492 struct ipw_rx_notification *notif)
4493{
John W. Linville9387b7c2008-09-30 20:59:05 -04004494 DECLARE_SSID_BUF(ssid);
Al Viroe62e1ee2007-12-27 01:36:46 -05004495 u16 size = le16_to_cpu(notif->size);
James Ketrenosa613bff2005-08-24 21:43:11 -05004496
Al Viroe62e1ee2007-12-27 01:36:46 -05004497 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size);
Jeff Garzikbf794512005-07-31 13:07:26 -04004498
James Ketrenos43f66a62005-03-25 12:31:53 -06004499 switch (notif->subtype) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004500 case HOST_NOTIFICATION_STATUS_ASSOCIATED:{
4501 struct notif_association *assoc = &notif->u.assoc;
Jeff Garzikbf794512005-07-31 13:07:26 -04004502
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004503 switch (assoc->state) {
4504 case CMAS_ASSOCIATED:{
4505 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4506 IPW_DL_ASSOC,
Frans Pop9fd1ea42010-03-24 19:46:31 +01004507 "associated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004508 print_ssid(ssid, priv->essid,
4509 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004510 priv->bssid);
Jeff Garzikbf794512005-07-31 13:07:26 -04004511
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004512 switch (priv->ieee->iw_mode) {
4513 case IW_MODE_INFRA:
4514 memcpy(priv->ieee->bssid,
4515 priv->bssid, ETH_ALEN);
4516 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004517
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004518 case IW_MODE_ADHOC:
4519 memcpy(priv->ieee->bssid,
4520 priv->bssid, ETH_ALEN);
Jeff Garzikbf794512005-07-31 13:07:26 -04004521
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004522 /* clear out the station table */
4523 priv->num_stations = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06004524
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004525 IPW_DEBUG_ASSOC
4526 ("queueing adhoc check\n");
Tejun Heobcb6d912011-01-26 12:12:50 +01004527 schedule_delayed_work(
4528 &priv->adhoc_check,
4529 le16_to_cpu(priv->
4530 assoc_request.
4531 beacon_interval));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004532 break;
4533 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004534
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004535 priv->status &= ~STATUS_ASSOCIATING;
4536 priv->status |= STATUS_ASSOCIATED;
Tejun Heobcb6d912011-01-26 12:12:50 +01004537 schedule_work(&priv->system_config);
James Ketrenos43f66a62005-03-25 12:31:53 -06004538
Zhu Yie43e3c12006-04-13 17:20:45 +08004539#ifdef CONFIG_IPW2200_QOS
James Ketrenosafbf30a2005-08-25 00:05:33 -05004540#define IPW_GET_PACKET_STYPE(x) WLAN_FC_GET_STYPE( \
John W. Linville72118012008-09-30 21:43:03 -04004541 le16_to_cpu(((struct ieee80211_hdr *)(x))->frame_control))
James Ketrenosafbf30a2005-08-25 00:05:33 -05004542 if ((priv->status & STATUS_AUTH) &&
4543 (IPW_GET_PACKET_STYPE(&notif->u.raw)
4544 == IEEE80211_STYPE_ASSOC_RESP)) {
James Ketrenosb095c382005-08-24 22:04:42 -05004545 if ((sizeof
4546 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004547 libipw_assoc_response)
Al Viroe62e1ee2007-12-27 01:36:46 -05004548 <= size)
4549 && (size <= 2314)) {
James Ketrenosb095c382005-08-24 22:04:42 -05004550 struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004551 libipw_rx_stats
James Ketrenosb095c382005-08-24 22:04:42 -05004552 stats = {
Al Viroe62e1ee2007-12-27 01:36:46 -05004553 .len = size - 1,
James Ketrenosb095c382005-08-24 22:04:42 -05004554 };
4555
4556 IPW_DEBUG_QOS
4557 ("QoS Associate "
Al Viroe62e1ee2007-12-27 01:36:46 -05004558 "size %d\n", size);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004559 libipw_rx_mgt(priv->
James Ketrenosb095c382005-08-24 22:04:42 -05004560 ieee,
4561 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004562 libipw_hdr_4addr
James Ketrenosb095c382005-08-24 22:04:42 -05004563 *)
4564 &notif->u.raw, &stats);
4565 }
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004566 }
James Ketrenosb095c382005-08-24 22:04:42 -05004567#endif
James Ketrenos43f66a62005-03-25 12:31:53 -06004568
James Ketrenosa613bff2005-08-24 21:43:11 -05004569 schedule_work(&priv->link_up);
James Ketrenos43f66a62005-03-25 12:31:53 -06004570
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004571 break;
4572 }
4573
4574 case CMAS_AUTHENTICATED:{
4575 if (priv->
4576 status & (STATUS_ASSOCIATED |
4577 STATUS_AUTH)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004578 struct notif_authenticate *auth
4579 = &notif->u.auth;
4580 IPW_DEBUG(IPW_DL_NOTIF |
4581 IPW_DL_STATE |
4582 IPW_DL_ASSOC,
4583 "deauthenticated: '%s' "
Johannes Berge1749612008-10-27 15:59:26 -07004584 "%pM"
Frans Pop9fd1ea42010-03-24 19:46:31 +01004585 ": (0x%04X) - %s\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004586 print_ssid(ssid,
4587 priv->
4588 essid,
4589 priv->
4590 essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004591 priv->bssid,
Al Viro83f7d572008-03-16 22:26:44 +00004592 le16_to_cpu(auth->status),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004593 ipw_get_status_code
Al Viro83f7d572008-03-16 22:26:44 +00004594 (le16_to_cpu
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004595 (auth->status)));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004596
4597 priv->status &=
4598 ~(STATUS_ASSOCIATING |
4599 STATUS_AUTH |
4600 STATUS_ASSOCIATED);
4601
James Ketrenosa613bff2005-08-24 21:43:11 -05004602 schedule_work(&priv->link_down);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004603 break;
4604 }
4605
4606 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4607 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004608 "authenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004609 print_ssid(ssid, priv->essid,
4610 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004611 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004612 break;
4613 }
4614
4615 case CMAS_INIT:{
James Ketrenosea2b26e2005-08-24 21:25:16 -05004616 if (priv->status & STATUS_AUTH) {
4617 struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004618 libipw_assoc_response
James Ketrenosea2b26e2005-08-24 21:25:16 -05004619 *resp;
4620 resp =
4621 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004622 libipw_assoc_response
James Ketrenosea2b26e2005-08-24 21:25:16 -05004623 *)&notif->u.raw;
4624 IPW_DEBUG(IPW_DL_NOTIF |
4625 IPW_DL_STATE |
4626 IPW_DL_ASSOC,
4627 "association failed (0x%04X): %s\n",
Al Viro83f7d572008-03-16 22:26:44 +00004628 le16_to_cpu(resp->status),
James Ketrenosea2b26e2005-08-24 21:25:16 -05004629 ipw_get_status_code
Al Viro83f7d572008-03-16 22:26:44 +00004630 (le16_to_cpu
James Ketrenosea2b26e2005-08-24 21:25:16 -05004631 (resp->status)));
4632 }
4633
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004634 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4635 IPW_DL_ASSOC,
Frans Pop9fd1ea42010-03-24 19:46:31 +01004636 "disassociated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004637 print_ssid(ssid, priv->essid,
4638 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004639 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004640
4641 priv->status &=
4642 ~(STATUS_DISASSOCIATING |
4643 STATUS_ASSOCIATING |
4644 STATUS_ASSOCIATED | STATUS_AUTH);
James Ketrenosb095c382005-08-24 22:04:42 -05004645 if (priv->assoc_network
4646 && (priv->assoc_network->
4647 capability &
4648 WLAN_CAPABILITY_IBSS))
4649 ipw_remove_current_network
4650 (priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004651
James Ketrenosa613bff2005-08-24 21:43:11 -05004652 schedule_work(&priv->link_down);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004653
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004654 break;
4655 }
4656
James Ketrenosb095c382005-08-24 22:04:42 -05004657 case CMAS_RX_ASSOC_RESP:
4658 break;
4659
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004660 default:
4661 IPW_ERROR("assoc: unknown (%d)\n",
4662 assoc->state);
4663 break;
4664 }
4665
James Ketrenos43f66a62005-03-25 12:31:53 -06004666 break;
4667 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004668
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004669 case HOST_NOTIFICATION_STATUS_AUTHENTICATE:{
4670 struct notif_authenticate *auth = &notif->u.auth;
4671 switch (auth->state) {
4672 case CMAS_AUTHENTICATED:
4673 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
Frans Pop9fd1ea42010-03-24 19:46:31 +01004674 "authenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004675 print_ssid(ssid, priv->essid,
4676 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004677 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004678 priv->status |= STATUS_AUTH;
4679 break;
4680
4681 case CMAS_INIT:
4682 if (priv->status & STATUS_AUTH) {
4683 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4684 IPW_DL_ASSOC,
4685 "authentication failed (0x%04X): %s\n",
Al Viro83f7d572008-03-16 22:26:44 +00004686 le16_to_cpu(auth->status),
4687 ipw_get_status_code(le16_to_cpu
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004688 (auth->
4689 status)));
4690 }
4691 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4692 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004693 "deauthenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004694 print_ssid(ssid, priv->essid,
4695 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004696 priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06004697
4698 priv->status &= ~(STATUS_ASSOCIATING |
4699 STATUS_AUTH |
4700 STATUS_ASSOCIATED);
4701
James Ketrenosa613bff2005-08-24 21:43:11 -05004702 schedule_work(&priv->link_down);
James Ketrenos43f66a62005-03-25 12:31:53 -06004703 break;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004704
4705 case CMAS_TX_AUTH_SEQ_1:
4706 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4707 IPW_DL_ASSOC, "AUTH_SEQ_1\n");
4708 break;
4709 case CMAS_RX_AUTH_SEQ_2:
4710 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4711 IPW_DL_ASSOC, "AUTH_SEQ_2\n");
4712 break;
4713 case CMAS_AUTH_SEQ_1_PASS:
4714 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4715 IPW_DL_ASSOC, "AUTH_SEQ_1_PASS\n");
4716 break;
4717 case CMAS_AUTH_SEQ_1_FAIL:
4718 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4719 IPW_DL_ASSOC, "AUTH_SEQ_1_FAIL\n");
4720 break;
4721 case CMAS_TX_AUTH_SEQ_3:
4722 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4723 IPW_DL_ASSOC, "AUTH_SEQ_3\n");
4724 break;
4725 case CMAS_RX_AUTH_SEQ_4:
4726 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4727 IPW_DL_ASSOC, "RX_AUTH_SEQ_4\n");
4728 break;
4729 case CMAS_AUTH_SEQ_2_PASS:
4730 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4731 IPW_DL_ASSOC, "AUTH_SEQ_2_PASS\n");
4732 break;
4733 case CMAS_AUTH_SEQ_2_FAIL:
4734 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4735 IPW_DL_ASSOC, "AUT_SEQ_2_FAIL\n");
4736 break;
4737 case CMAS_TX_ASSOC:
4738 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4739 IPW_DL_ASSOC, "TX_ASSOC\n");
4740 break;
4741 case CMAS_RX_ASSOC_RESP:
4742 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4743 IPW_DL_ASSOC, "RX_ASSOC_RESP\n");
James Ketrenosb095c382005-08-24 22:04:42 -05004744
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004745 break;
4746 case CMAS_ASSOCIATED:
4747 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4748 IPW_DL_ASSOC, "ASSOCIATED\n");
4749 break;
4750 default:
4751 IPW_DEBUG_NOTIF("auth: failure - %d\n",
4752 auth->state);
4753 break;
4754 }
4755 break;
4756 }
4757
4758 case HOST_NOTIFICATION_STATUS_SCAN_CHANNEL_RESULT:{
4759 struct notif_channel_result *x =
4760 &notif->u.channel_result;
4761
Al Viroe62e1ee2007-12-27 01:36:46 -05004762 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004763 IPW_DEBUG_SCAN("Scan result for channel %d\n",
4764 x->channel_num);
4765 } else {
4766 IPW_DEBUG_SCAN("Scan result of wrong size %d "
4767 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004768 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004769 }
4770 break;
4771 }
4772
4773 case HOST_NOTIFICATION_STATUS_SCAN_COMPLETED:{
4774 struct notif_scan_complete *x = &notif->u.scan_complete;
Al Viroe62e1ee2007-12-27 01:36:46 -05004775 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004776 IPW_DEBUG_SCAN
4777 ("Scan completed: type %d, %d channels, "
4778 "%d status\n", x->scan_type,
4779 x->num_channels, x->status);
4780 } else {
4781 IPW_ERROR("Scan completed of wrong size %d "
4782 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004783 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004784 }
4785
4786 priv->status &=
4787 ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
4788
James Ketrenosa0e04ab2005-08-25 00:49:43 -05004789 wake_up_interruptible(&priv->wait_state);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004790 cancel_delayed_work(&priv->scan_check);
4791
James Ketrenosb095c382005-08-24 22:04:42 -05004792 if (priv->status & STATUS_EXIT_PENDING)
4793 break;
4794
4795 priv->ieee->scans++;
4796
4797#ifdef CONFIG_IPW2200_MONITOR
4798 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05004799 priv->status |= STATUS_SCAN_FORCED;
Tejun Heobcb6d912011-01-26 12:12:50 +01004800 schedule_delayed_work(&priv->request_scan, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05004801 break;
4802 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05004803 priv->status &= ~STATUS_SCAN_FORCED;
James Ketrenosb095c382005-08-24 22:04:42 -05004804#endif /* CONFIG_IPW2200_MONITOR */
4805
Dan Williamsea177302008-06-02 17:51:23 -04004806 /* Do queued direct scans first */
Tejun Heobcb6d912011-01-26 12:12:50 +01004807 if (priv->status & STATUS_DIRECT_SCAN_PENDING)
4808 schedule_delayed_work(&priv->request_direct_scan, 0);
Dan Williamsea177302008-06-02 17:51:23 -04004809
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004810 if (!(priv->status & (STATUS_ASSOCIATED |
4811 STATUS_ASSOCIATING |
4812 STATUS_ROAMING |
4813 STATUS_DISASSOCIATING)))
Tejun Heobcb6d912011-01-26 12:12:50 +01004814 schedule_work(&priv->associate);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004815 else if (priv->status & STATUS_ROAMING) {
Ben Cahille7582562005-10-06 15:34:41 -05004816 if (x->status == SCAN_COMPLETED_STATUS_COMPLETE)
4817 /* If a scan completed and we are in roam mode, then
4818 * the scan that completed was the one requested as a
4819 * result of entering roam... so, schedule the
4820 * roam work */
Tejun Heobcb6d912011-01-26 12:12:50 +01004821 schedule_work(&priv->roam);
Ben Cahille7582562005-10-06 15:34:41 -05004822 else
4823 /* Don't schedule if we aborted the scan */
4824 priv->status &= ~STATUS_ROAMING;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004825 } else if (priv->status & STATUS_SCAN_PENDING)
Tejun Heobcb6d912011-01-26 12:12:50 +01004826 schedule_delayed_work(&priv->request_scan, 0);
James Ketrenosa613bff2005-08-24 21:43:11 -05004827 else if (priv->config & CFG_BACKGROUND_SCAN
4828 && priv->status & STATUS_ASSOCIATED)
Tejun Heobcb6d912011-01-26 12:12:50 +01004829 schedule_delayed_work(&priv->request_scan,
4830 round_jiffies_relative(HZ));
Zhu Yi07f02e42006-04-13 17:19:25 +08004831
4832 /* Send an empty event to user space.
4833 * We don't send the received data on the event because
4834 * it would require us to do complex transcoding, and
4835 * we want to minimise the work done in the irq handler
4836 * Use a request to extract the data.
4837 * Also, we generate this even for any scan, regardless
4838 * on how the scan was initiated. User space can just
4839 * sync on periodic scan to get fresh data...
4840 * Jean II */
Dan Williams0b531672007-10-09 13:55:24 -04004841 if (x->status == SCAN_COMPLETED_STATUS_COMPLETE)
4842 handle_scan_event(priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004843 break;
4844 }
4845
4846 case HOST_NOTIFICATION_STATUS_FRAG_LENGTH:{
4847 struct notif_frag_length *x = &notif->u.frag_len;
4848
Al Viroe62e1ee2007-12-27 01:36:46 -05004849 if (size == sizeof(*x))
James Ketrenosa613bff2005-08-24 21:43:11 -05004850 IPW_ERROR("Frag length: %d\n",
4851 le16_to_cpu(x->frag_length));
4852 else
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004853 IPW_ERROR("Frag length of wrong size %d "
4854 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004855 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004856 break;
4857 }
4858
4859 case HOST_NOTIFICATION_STATUS_LINK_DETERIORATION:{
4860 struct notif_link_deterioration *x =
4861 &notif->u.link_deterioration;
James Ketrenosafbf30a2005-08-25 00:05:33 -05004862
Al Viroe62e1ee2007-12-27 01:36:46 -05004863 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004864 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
Cahill, Ben M12977152006-03-08 02:58:02 +08004865 "link deterioration: type %d, cnt %d\n",
4866 x->silence_notification_type,
4867 x->silence_count);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004868 memcpy(&priv->last_link_deterioration, x,
4869 sizeof(*x));
4870 } else {
4871 IPW_ERROR("Link Deterioration of wrong size %d "
4872 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004873 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004874 }
4875 break;
4876 }
4877
4878 case HOST_NOTIFICATION_DINO_CONFIG_RESPONSE:{
4879 IPW_ERROR("Dino config\n");
4880 if (priv->hcmd
James Ketrenosa613bff2005-08-24 21:43:11 -05004881 && priv->hcmd->cmd != HOST_CMD_DINO_CONFIG)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004882 IPW_ERROR("Unexpected DINO_CONFIG_RESPONSE\n");
James Ketrenosa613bff2005-08-24 21:43:11 -05004883
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004884 break;
4885 }
4886
4887 case HOST_NOTIFICATION_STATUS_BEACON_STATE:{
4888 struct notif_beacon_state *x = &notif->u.beacon_state;
Al Viroe62e1ee2007-12-27 01:36:46 -05004889 if (size != sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004890 IPW_ERROR
4891 ("Beacon state of wrong size %d (should "
Al Viroe62e1ee2007-12-27 01:36:46 -05004892 "be %zd)\n", size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004893 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004894 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004895
James Ketrenosa613bff2005-08-24 21:43:11 -05004896 if (le32_to_cpu(x->state) ==
4897 HOST_NOTIFICATION_STATUS_BEACON_MISSING)
4898 ipw_handle_missed_beacon(priv,
4899 le32_to_cpu(x->
4900 number));
Jeff Garzikbf794512005-07-31 13:07:26 -04004901
James Ketrenos43f66a62005-03-25 12:31:53 -06004902 break;
4903 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004904
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004905 case HOST_NOTIFICATION_STATUS_TGI_TX_KEY:{
4906 struct notif_tgi_tx_key *x = &notif->u.tgi_tx_key;
Al Viroe62e1ee2007-12-27 01:36:46 -05004907 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004908 IPW_ERROR("TGi Tx Key: state 0x%02x sec type "
4909 "0x%02x station %d\n",
4910 x->key_state, x->security_type,
4911 x->station_index);
4912 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004913 }
4914
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004915 IPW_ERROR
4916 ("TGi Tx Key of wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004917 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004918 break;
4919 }
4920
4921 case HOST_NOTIFICATION_CALIB_KEEP_RESULTS:{
4922 struct notif_calibration *x = &notif->u.calibration;
4923
Al Viroe62e1ee2007-12-27 01:36:46 -05004924 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004925 memcpy(&priv->calib, x, sizeof(*x));
4926 IPW_DEBUG_INFO("TODO: Calibration\n");
4927 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004928 }
4929
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004930 IPW_ERROR
4931 ("Calibration of wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004932 size, sizeof(*x));
James Ketrenos43f66a62005-03-25 12:31:53 -06004933 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004934 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004935
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004936 case HOST_NOTIFICATION_NOISE_STATS:{
Al Viroe62e1ee2007-12-27 01:36:46 -05004937 if (size == sizeof(u32)) {
Zhu Yi00d21de2006-04-13 17:19:02 +08004938 priv->exp_avg_noise =
4939 exponential_average(priv->exp_avg_noise,
4940 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff),
4941 DEPTH_NOISE);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004942 break;
4943 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004944
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004945 IPW_ERROR
4946 ("Noise stat is wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004947 size, sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -06004948 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004949 }
4950
James Ketrenos43f66a62005-03-25 12:31:53 -06004951 default:
Zhu Yi1dd31b62006-02-20 18:28:09 -08004952 IPW_DEBUG_NOTIF("Unknown notification: "
4953 "subtype=%d,flags=0x%2x,size=%d\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004954 notif->subtype, notif->flags, size);
James Ketrenos43f66a62005-03-25 12:31:53 -06004955 }
4956}
4957
4958/**
4959 * Destroys all DMA structures and initialise them again
Jeff Garzikbf794512005-07-31 13:07:26 -04004960 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004961 * @param priv
4962 * @return error code
4963 */
4964static int ipw_queue_reset(struct ipw_priv *priv)
4965{
4966 int rc = 0;
4967 /** @todo customize queue sizes */
4968 int nTx = 64, nTxCmd = 8;
4969 ipw_tx_queue_free(priv);
4970 /* Tx CMD queue */
4971 rc = ipw_queue_tx_init(priv, &priv->txq_cmd, nTxCmd,
James Ketrenosb095c382005-08-24 22:04:42 -05004972 IPW_TX_CMD_QUEUE_READ_INDEX,
4973 IPW_TX_CMD_QUEUE_WRITE_INDEX,
4974 IPW_TX_CMD_QUEUE_BD_BASE,
4975 IPW_TX_CMD_QUEUE_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004976 if (rc) {
4977 IPW_ERROR("Tx Cmd queue init failed\n");
4978 goto error;
4979 }
4980 /* Tx queue(s) */
4981 rc = ipw_queue_tx_init(priv, &priv->txq[0], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004982 IPW_TX_QUEUE_0_READ_INDEX,
4983 IPW_TX_QUEUE_0_WRITE_INDEX,
4984 IPW_TX_QUEUE_0_BD_BASE, IPW_TX_QUEUE_0_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004985 if (rc) {
4986 IPW_ERROR("Tx 0 queue init failed\n");
4987 goto error;
4988 }
4989 rc = ipw_queue_tx_init(priv, &priv->txq[1], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004990 IPW_TX_QUEUE_1_READ_INDEX,
4991 IPW_TX_QUEUE_1_WRITE_INDEX,
4992 IPW_TX_QUEUE_1_BD_BASE, IPW_TX_QUEUE_1_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004993 if (rc) {
4994 IPW_ERROR("Tx 1 queue init failed\n");
4995 goto error;
4996 }
4997 rc = ipw_queue_tx_init(priv, &priv->txq[2], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004998 IPW_TX_QUEUE_2_READ_INDEX,
4999 IPW_TX_QUEUE_2_WRITE_INDEX,
5000 IPW_TX_QUEUE_2_BD_BASE, IPW_TX_QUEUE_2_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06005001 if (rc) {
5002 IPW_ERROR("Tx 2 queue init failed\n");
5003 goto error;
5004 }
5005 rc = ipw_queue_tx_init(priv, &priv->txq[3], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05005006 IPW_TX_QUEUE_3_READ_INDEX,
5007 IPW_TX_QUEUE_3_WRITE_INDEX,
5008 IPW_TX_QUEUE_3_BD_BASE, IPW_TX_QUEUE_3_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06005009 if (rc) {
5010 IPW_ERROR("Tx 3 queue init failed\n");
5011 goto error;
5012 }
5013 /* statistics */
5014 priv->rx_bufs_min = 0;
5015 priv->rx_pend_max = 0;
5016 return rc;
5017
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005018 error:
James Ketrenos43f66a62005-03-25 12:31:53 -06005019 ipw_tx_queue_free(priv);
5020 return rc;
5021}
5022
5023/**
5024 * Reclaim Tx queue entries no more used by NIC.
Jeff Garzikbf794512005-07-31 13:07:26 -04005025 *
Stefano Brivio8ff9d212008-01-12 23:12:26 +01005026 * When FW advances 'R' index, all entries between old and
James Ketrenos43f66a62005-03-25 12:31:53 -06005027 * new 'R' index need to be reclaimed. As result, some free space
5028 * forms. If there is enough free space (> low mark), wake Tx queue.
Jeff Garzikbf794512005-07-31 13:07:26 -04005029 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005030 * @note Need to protect against garbage in 'R' index
5031 * @param priv
5032 * @param txq
5033 * @param qindex
5034 * @return Number of used entries remains in the queue
5035 */
Jeff Garzikbf794512005-07-31 13:07:26 -04005036static int ipw_queue_tx_reclaim(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06005037 struct clx2_tx_queue *txq, int qindex)
5038{
5039 u32 hw_tail;
5040 int used;
5041 struct clx2_queue *q = &txq->q;
5042
5043 hw_tail = ipw_read32(priv, q->reg_r);
5044 if (hw_tail >= q->n_bd) {
5045 IPW_ERROR
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005046 ("Read index for DMA queue (%d) is out of range [0-%d)\n",
5047 hw_tail, q->n_bd);
James Ketrenos43f66a62005-03-25 12:31:53 -06005048 goto done;
5049 }
5050 for (; q->last_used != hw_tail;
5051 q->last_used = ipw_queue_inc_wrap(q->last_used, q->n_bd)) {
5052 ipw_queue_tx_free_tfd(priv, txq);
5053 priv->tx_packets++;
5054 }
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005055 done:
Dan Williams943dbef2008-02-14 17:49:41 -05005056 if ((ipw_tx_queue_space(q) > q->low_mark) &&
David S. Miller521c4d92008-07-22 18:32:47 -07005057 (qindex >= 0))
James Ketrenos9ddf84f2005-08-16 17:07:11 -05005058 netif_wake_queue(priv->net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06005059 used = q->first_empty - q->last_used;
5060 if (used < 0)
5061 used += q->n_bd;
5062
5063 return used;
5064}
5065
5066static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf,
5067 int len, int sync)
5068{
5069 struct clx2_tx_queue *txq = &priv->txq_cmd;
5070 struct clx2_queue *q = &txq->q;
5071 struct tfd_frame *tfd;
5072
Dan Williams943dbef2008-02-14 17:49:41 -05005073 if (ipw_tx_queue_space(q) < (sync ? 1 : 2)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005074 IPW_ERROR("No space for Tx\n");
5075 return -EBUSY;
5076 }
5077
5078 tfd = &txq->bd[q->first_empty];
5079 txq->txb[q->first_empty] = NULL;
5080
5081 memset(tfd, 0, sizeof(*tfd));
5082 tfd->control_flags.message_type = TX_HOST_COMMAND_TYPE;
5083 tfd->control_flags.control_bits = TFD_NEED_IRQ_MASK;
5084 priv->hcmd_seq++;
5085 tfd->u.cmd.index = hcmd;
5086 tfd->u.cmd.length = len;
5087 memcpy(tfd->u.cmd.payload, buf, len);
5088 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd);
5089 ipw_write32(priv, q->reg_w, q->first_empty);
5090 _ipw_read32(priv, 0x90);
5091
5092 return 0;
5093}
5094
Jeff Garzikbf794512005-07-31 13:07:26 -04005095/*
James Ketrenos43f66a62005-03-25 12:31:53 -06005096 * Rx theory of operation
5097 *
5098 * The host allocates 32 DMA target addresses and passes the host address
James Ketrenosb095c382005-08-24 22:04:42 -05005099 * to the firmware at register IPW_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
James Ketrenos43f66a62005-03-25 12:31:53 -06005100 * 0 to 31
5101 *
5102 * Rx Queue Indexes
5103 * The host/firmware share two index registers for managing the Rx buffers.
5104 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005105 * The READ index maps to the first position that the firmware may be writing
5106 * to -- the driver can read up to (but not including) this position and get
5107 * good data.
James Ketrenos43f66a62005-03-25 12:31:53 -06005108 * The READ index is managed by the firmware once the card is enabled.
5109 *
5110 * The WRITE index maps to the last position the driver has read from -- the
5111 * position preceding WRITE is the last slot the firmware can place a packet.
5112 *
5113 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
Jeff Garzikbf794512005-07-31 13:07:26 -04005114 * WRITE = READ.
James Ketrenos43f66a62005-03-25 12:31:53 -06005115 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005116 * During initialization the host sets up the READ queue position to the first
James Ketrenos43f66a62005-03-25 12:31:53 -06005117 * INDEX position, and WRITE to the last (READ - 1 wrapped)
5118 *
5119 * When the firmware places a packet in a buffer it will advance the READ index
5120 * and fire the RX interrupt. The driver can then query the READ index and
5121 * process as many packets as possible, moving the WRITE index forward as it
5122 * resets the Rx queue buffers with new memory.
Jeff Garzikbf794512005-07-31 13:07:26 -04005123 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005124 * The management in the driver is as follows:
Jeff Garzikbf794512005-07-31 13:07:26 -04005125 * + A list of pre-allocated SKBs is stored in ipw->rxq->rx_free. When
James Ketrenos43f66a62005-03-25 12:31:53 -06005126 * ipw->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Jeff Garzikbf794512005-07-31 13:07:26 -04005127 * to replensish the ipw->rxq->rx_free.
James Ketrenos43f66a62005-03-25 12:31:53 -06005128 * + In ipw_rx_queue_replenish (scheduled) if 'processed' != 'read' then the
5129 * ipw->rxq is replenished and the READ INDEX is updated (updating the
5130 * 'processed' and 'read' driver indexes as well)
5131 * + A received packet is processed and handed to the kernel network stack,
5132 * detached from the ipw->rxq. The driver 'processed' index is updated.
5133 * + The Host/Firmware ipw->rxq is replenished at tasklet time from the rx_free
Jeff Garzikbf794512005-07-31 13:07:26 -04005134 * list. If there are no allocated buffers in ipw->rxq->rx_free, the READ
5135 * INDEX is not incremented and ipw->status(RX_STALLED) is set. If there
James Ketrenos43f66a62005-03-25 12:31:53 -06005136 * were enough free buffers and RX_STALLED is set it is cleared.
5137 *
5138 *
5139 * Driver sequence:
5140 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005141 * ipw_rx_queue_alloc() Allocates rx_free
James Ketrenos43f66a62005-03-25 12:31:53 -06005142 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5143 * ipw_rx_queue_restock
5144 * ipw_rx_queue_restock() Moves available buffers from rx_free into Rx
5145 * queue, updates firmware pointers, and updates
5146 * the WRITE index. If insufficient rx_free buffers
5147 * are available, schedules ipw_rx_queue_replenish
5148 *
5149 * -- enable interrupts --
5150 * ISR - ipw_rx() Detach ipw_rx_mem_buffers from pool up to the
Jeff Garzikbf794512005-07-31 13:07:26 -04005151 * READ INDEX, detaching the SKB from the pool.
James Ketrenos43f66a62005-03-25 12:31:53 -06005152 * Moves the packet buffer from queue to rx_used.
5153 * Calls ipw_rx_queue_restock to refill any empty
5154 * slots.
5155 * ...
5156 *
5157 */
5158
Jeff Garzikbf794512005-07-31 13:07:26 -04005159/*
James Ketrenos43f66a62005-03-25 12:31:53 -06005160 * If there are slots in the RX queue that need to be restocked,
5161 * and we have free pre-allocated buffers, fill the ranks as much
5162 * as we can pulling from rx_free.
5163 *
5164 * This moves the 'write' index forward to catch up with 'processed', and
5165 * also updates the memory address in the firmware to reference the new
5166 * target buffer.
5167 */
5168static void ipw_rx_queue_restock(struct ipw_priv *priv)
5169{
5170 struct ipw_rx_queue *rxq = priv->rxq;
5171 struct list_head *element;
5172 struct ipw_rx_mem_buffer *rxb;
5173 unsigned long flags;
5174 int write;
5175
5176 spin_lock_irqsave(&rxq->lock, flags);
5177 write = rxq->write;
Dan Williams943dbef2008-02-14 17:49:41 -05005178 while ((ipw_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005179 element = rxq->rx_free.next;
5180 rxb = list_entry(element, struct ipw_rx_mem_buffer, list);
5181 list_del(element);
5182
James Ketrenosb095c382005-08-24 22:04:42 -05005183 ipw_write32(priv, IPW_RFDS_TABLE_LOWER + rxq->write * RFD_SIZE,
James Ketrenos43f66a62005-03-25 12:31:53 -06005184 rxb->dma_addr);
5185 rxq->queue[rxq->write] = rxb;
5186 rxq->write = (rxq->write + 1) % RX_QUEUE_SIZE;
5187 rxq->free_count--;
5188 }
5189 spin_unlock_irqrestore(&rxq->lock, flags);
5190
Jeff Garzikbf794512005-07-31 13:07:26 -04005191 /* If the pre-allocated buffer pool is dropping low, schedule to
James Ketrenos43f66a62005-03-25 12:31:53 -06005192 * refill it */
5193 if (rxq->free_count <= RX_LOW_WATERMARK)
Tejun Heobcb6d912011-01-26 12:12:50 +01005194 schedule_work(&priv->rx_replenish);
James Ketrenos43f66a62005-03-25 12:31:53 -06005195
5196 /* If we've added more space for the firmware to place data, tell it */
Jeff Garzikbf794512005-07-31 13:07:26 -04005197 if (write != rxq->write)
James Ketrenosb095c382005-08-24 22:04:42 -05005198 ipw_write32(priv, IPW_RX_WRITE_INDEX, rxq->write);
James Ketrenos43f66a62005-03-25 12:31:53 -06005199}
5200
5201/*
5202 * Move all used packet from rx_used to rx_free, allocating a new SKB for each.
Jeff Garzikbf794512005-07-31 13:07:26 -04005203 * Also restock the Rx queue via ipw_rx_queue_restock.
5204 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005205 * This is called as a scheduled work item (except for during intialization)
5206 */
5207static void ipw_rx_queue_replenish(void *data)
5208{
5209 struct ipw_priv *priv = data;
5210 struct ipw_rx_queue *rxq = priv->rxq;
5211 struct list_head *element;
5212 struct ipw_rx_mem_buffer *rxb;
5213 unsigned long flags;
5214
5215 spin_lock_irqsave(&rxq->lock, flags);
5216 while (!list_empty(&rxq->rx_used)) {
5217 element = rxq->rx_used.next;
5218 rxb = list_entry(element, struct ipw_rx_mem_buffer, list);
James Ketrenosb095c382005-08-24 22:04:42 -05005219 rxb->skb = alloc_skb(IPW_RX_BUF_SIZE, GFP_ATOMIC);
James Ketrenos43f66a62005-03-25 12:31:53 -06005220 if (!rxb->skb) {
5221 printk(KERN_CRIT "%s: Can not allocate SKB buffers.\n",
5222 priv->net_dev->name);
5223 /* We don't reschedule replenish work here -- we will
5224 * call the restock method and if it still needs
5225 * more buffers it will schedule replenish */
5226 break;
5227 }
5228 list_del(element);
Jeff Garzikbf794512005-07-31 13:07:26 -04005229
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005230 rxb->dma_addr =
5231 pci_map_single(priv->pci_dev, rxb->skb->data,
James Ketrenosb095c382005-08-24 22:04:42 -05005232 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Jeff Garzikbf794512005-07-31 13:07:26 -04005233
James Ketrenos43f66a62005-03-25 12:31:53 -06005234 list_add_tail(&rxb->list, &rxq->rx_free);
5235 rxq->free_count++;
5236 }
5237 spin_unlock_irqrestore(&rxq->lock, flags);
5238
5239 ipw_rx_queue_restock(priv);
5240}
5241
David Howellsc4028952006-11-22 14:57:56 +00005242static void ipw_bg_rx_queue_replenish(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05005243{
David Howellsc4028952006-11-22 14:57:56 +00005244 struct ipw_priv *priv =
5245 container_of(work, struct ipw_priv, rx_replenish);
Zhu Yi46441512006-01-24 16:37:59 +08005246 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00005247 ipw_rx_queue_replenish(priv);
Zhu Yi46441512006-01-24 16:37:59 +08005248 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005249}
5250
James Ketrenos43f66a62005-03-25 12:31:53 -06005251/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
Zhu Yic7b6a672006-01-24 16:37:05 +08005252 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
Jeff Garzikbf794512005-07-31 13:07:26 -04005253 * This free routine walks the list of POOL entries and if SKB is set to
James Ketrenos43f66a62005-03-25 12:31:53 -06005254 * non NULL it is unmapped and freed
5255 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005256static void ipw_rx_queue_free(struct ipw_priv *priv, struct ipw_rx_queue *rxq)
James Ketrenos43f66a62005-03-25 12:31:53 -06005257{
5258 int i;
5259
5260 if (!rxq)
5261 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04005262
James Ketrenos43f66a62005-03-25 12:31:53 -06005263 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
5264 if (rxq->pool[i].skb != NULL) {
5265 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05005266 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06005267 dev_kfree_skb(rxq->pool[i].skb);
5268 }
5269 }
5270
5271 kfree(rxq);
5272}
5273
5274static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *priv)
5275{
5276 struct ipw_rx_queue *rxq;
5277 int i;
5278
Takisc75f4742005-12-01 01:41:45 -08005279 rxq = kzalloc(sizeof(*rxq), GFP_KERNEL);
Panagiotis Issarisad18b0e2005-09-05 04:14:10 +02005280 if (unlikely(!rxq)) {
5281 IPW_ERROR("memory allocation failed\n");
5282 return NULL;
5283 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005284 spin_lock_init(&rxq->lock);
5285 INIT_LIST_HEAD(&rxq->rx_free);
5286 INIT_LIST_HEAD(&rxq->rx_used);
5287
5288 /* Fill the rx_used queue with _all_ of the Rx buffers */
Jeff Garzikbf794512005-07-31 13:07:26 -04005289 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++)
James Ketrenos43f66a62005-03-25 12:31:53 -06005290 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
5291
5292 /* Set us so that we have processed and used all buffers, but have
5293 * not restocked the Rx queue with fresh buffers */
5294 rxq->read = rxq->write = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005295 rxq->free_count = 0;
5296
5297 return rxq;
5298}
5299
5300static int ipw_is_rate_in_mask(struct ipw_priv *priv, int ieee_mode, u8 rate)
5301{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005302 rate &= ~LIBIPW_BASIC_RATE_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06005303 if (ieee_mode == IEEE_A) {
5304 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005305 case LIBIPW_OFDM_RATE_6MB:
5306 return priv->rates_mask & LIBIPW_OFDM_RATE_6MB_MASK ?
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005307 1 : 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005308 case LIBIPW_OFDM_RATE_9MB:
5309 return priv->rates_mask & LIBIPW_OFDM_RATE_9MB_MASK ?
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005310 1 : 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005311 case LIBIPW_OFDM_RATE_12MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005312 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005313 rates_mask & LIBIPW_OFDM_RATE_12MB_MASK ? 1 : 0;
5314 case LIBIPW_OFDM_RATE_18MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005315 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005316 rates_mask & LIBIPW_OFDM_RATE_18MB_MASK ? 1 : 0;
5317 case LIBIPW_OFDM_RATE_24MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005318 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005319 rates_mask & LIBIPW_OFDM_RATE_24MB_MASK ? 1 : 0;
5320 case LIBIPW_OFDM_RATE_36MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005321 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005322 rates_mask & LIBIPW_OFDM_RATE_36MB_MASK ? 1 : 0;
5323 case LIBIPW_OFDM_RATE_48MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005324 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005325 rates_mask & LIBIPW_OFDM_RATE_48MB_MASK ? 1 : 0;
5326 case LIBIPW_OFDM_RATE_54MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005327 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005328 rates_mask & LIBIPW_OFDM_RATE_54MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005329 default:
5330 return 0;
5331 }
5332 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005333
James Ketrenos43f66a62005-03-25 12:31:53 -06005334 /* B and G mixed */
5335 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005336 case LIBIPW_CCK_RATE_1MB:
5337 return priv->rates_mask & LIBIPW_CCK_RATE_1MB_MASK ? 1 : 0;
5338 case LIBIPW_CCK_RATE_2MB:
5339 return priv->rates_mask & LIBIPW_CCK_RATE_2MB_MASK ? 1 : 0;
5340 case LIBIPW_CCK_RATE_5MB:
5341 return priv->rates_mask & LIBIPW_CCK_RATE_5MB_MASK ? 1 : 0;
5342 case LIBIPW_CCK_RATE_11MB:
5343 return priv->rates_mask & LIBIPW_CCK_RATE_11MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005344 }
5345
5346 /* If we are limited to B modulations, bail at this point */
5347 if (ieee_mode == IEEE_B)
5348 return 0;
5349
5350 /* G */
5351 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005352 case LIBIPW_OFDM_RATE_6MB:
5353 return priv->rates_mask & LIBIPW_OFDM_RATE_6MB_MASK ? 1 : 0;
5354 case LIBIPW_OFDM_RATE_9MB:
5355 return priv->rates_mask & LIBIPW_OFDM_RATE_9MB_MASK ? 1 : 0;
5356 case LIBIPW_OFDM_RATE_12MB:
5357 return priv->rates_mask & LIBIPW_OFDM_RATE_12MB_MASK ? 1 : 0;
5358 case LIBIPW_OFDM_RATE_18MB:
5359 return priv->rates_mask & LIBIPW_OFDM_RATE_18MB_MASK ? 1 : 0;
5360 case LIBIPW_OFDM_RATE_24MB:
5361 return priv->rates_mask & LIBIPW_OFDM_RATE_24MB_MASK ? 1 : 0;
5362 case LIBIPW_OFDM_RATE_36MB:
5363 return priv->rates_mask & LIBIPW_OFDM_RATE_36MB_MASK ? 1 : 0;
5364 case LIBIPW_OFDM_RATE_48MB:
5365 return priv->rates_mask & LIBIPW_OFDM_RATE_48MB_MASK ? 1 : 0;
5366 case LIBIPW_OFDM_RATE_54MB:
5367 return priv->rates_mask & LIBIPW_OFDM_RATE_54MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005368 }
5369
5370 return 0;
5371}
5372
Jeff Garzikbf794512005-07-31 13:07:26 -04005373static int ipw_compatible_rates(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005374 const struct libipw_network *network,
James Ketrenos43f66a62005-03-25 12:31:53 -06005375 struct ipw_supported_rates *rates)
5376{
5377 int num_rates, i;
5378
5379 memset(rates, 0, sizeof(*rates));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005380 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES);
James Ketrenos43f66a62005-03-25 12:31:53 -06005381 rates->num_rates = 0;
5382 for (i = 0; i < num_rates; i++) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005383 if (!ipw_is_rate_in_mask(priv, network->mode,
5384 network->rates[i])) {
5385
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005386 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005387 IPW_DEBUG_SCAN("Adding masked mandatory "
5388 "rate %02X\n",
5389 network->rates[i]);
5390 rates->supported_rates[rates->num_rates++] =
5391 network->rates[i];
5392 continue;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005393 }
5394
James Ketrenos43f66a62005-03-25 12:31:53 -06005395 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n",
5396 network->rates[i], priv->rates_mask);
5397 continue;
5398 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005399
James Ketrenos43f66a62005-03-25 12:31:53 -06005400 rates->supported_rates[rates->num_rates++] = network->rates[i];
5401 }
5402
James Ketrenosa613bff2005-08-24 21:43:11 -05005403 num_rates = min(network->rates_ex_len,
5404 (u8) (IPW_MAX_RATES - num_rates));
James Ketrenos43f66a62005-03-25 12:31:53 -06005405 for (i = 0; i < num_rates; i++) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005406 if (!ipw_is_rate_in_mask(priv, network->mode,
5407 network->rates_ex[i])) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005408 if (network->rates_ex[i] & LIBIPW_BASIC_RATE_MASK) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005409 IPW_DEBUG_SCAN("Adding masked mandatory "
5410 "rate %02X\n",
5411 network->rates_ex[i]);
5412 rates->supported_rates[rates->num_rates++] =
5413 network->rates[i];
5414 continue;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005415 }
5416
James Ketrenos43f66a62005-03-25 12:31:53 -06005417 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n",
5418 network->rates_ex[i], priv->rates_mask);
5419 continue;
5420 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005421
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005422 rates->supported_rates[rates->num_rates++] =
5423 network->rates_ex[i];
James Ketrenos43f66a62005-03-25 12:31:53 -06005424 }
5425
James Ketrenosea2b26e2005-08-24 21:25:16 -05005426 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06005427}
5428
Arjan van de Ven858119e2006-01-14 13:20:43 -08005429static void ipw_copy_rates(struct ipw_supported_rates *dest,
James Ketrenos43f66a62005-03-25 12:31:53 -06005430 const struct ipw_supported_rates *src)
5431{
5432 u8 i;
5433 for (i = 0; i < src->num_rates; i++)
5434 dest->supported_rates[i] = src->supported_rates[i];
5435 dest->num_rates = src->num_rates;
5436}
5437
5438/* TODO: Look at sniffed packets in the air to determine if the basic rate
5439 * mask should ever be used -- right now all callers to add the scan rates are
5440 * set with the modulation = CCK, so BASIC_RATE_MASK is never set... */
5441static void ipw_add_cck_scan_rates(struct ipw_supported_rates *rates,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005442 u8 modulation, u32 rate_mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06005443{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005444 u8 basic_mask = (LIBIPW_OFDM_MODULATION == modulation) ?
5445 LIBIPW_BASIC_RATE_MASK : 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04005446
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005447 if (rate_mask & LIBIPW_CCK_RATE_1MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005448 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005449 LIBIPW_BASIC_RATE_MASK | LIBIPW_CCK_RATE_1MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005450
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005451 if (rate_mask & LIBIPW_CCK_RATE_2MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005452 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005453 LIBIPW_BASIC_RATE_MASK | LIBIPW_CCK_RATE_2MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005454
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005455 if (rate_mask & LIBIPW_CCK_RATE_5MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005456 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005457 LIBIPW_CCK_RATE_5MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005458
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005459 if (rate_mask & LIBIPW_CCK_RATE_11MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005460 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005461 LIBIPW_CCK_RATE_11MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005462}
5463
5464static void ipw_add_ofdm_scan_rates(struct ipw_supported_rates *rates,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005465 u8 modulation, u32 rate_mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06005466{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005467 u8 basic_mask = (LIBIPW_OFDM_MODULATION == modulation) ?
5468 LIBIPW_BASIC_RATE_MASK : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005469
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005470 if (rate_mask & LIBIPW_OFDM_RATE_6MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005471 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005472 LIBIPW_OFDM_RATE_6MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005473
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005474 if (rate_mask & LIBIPW_OFDM_RATE_9MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005475 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005476 LIBIPW_OFDM_RATE_9MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005477
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005478 if (rate_mask & LIBIPW_OFDM_RATE_12MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005479 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005480 LIBIPW_OFDM_RATE_12MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005481
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005482 if (rate_mask & LIBIPW_OFDM_RATE_18MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005483 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005484 LIBIPW_OFDM_RATE_18MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005485
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005486 if (rate_mask & LIBIPW_OFDM_RATE_24MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005487 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005488 LIBIPW_OFDM_RATE_24MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005489
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005490 if (rate_mask & LIBIPW_OFDM_RATE_36MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005491 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005492 LIBIPW_OFDM_RATE_36MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005493
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005494 if (rate_mask & LIBIPW_OFDM_RATE_48MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005495 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005496 LIBIPW_OFDM_RATE_48MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005497
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005498 if (rate_mask & LIBIPW_OFDM_RATE_54MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005499 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005500 LIBIPW_OFDM_RATE_54MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005501}
5502
5503struct ipw_network_match {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005504 struct libipw_network *network;
James Ketrenos43f66a62005-03-25 12:31:53 -06005505 struct ipw_supported_rates rates;
5506};
5507
James Ketrenosc848d0a2005-08-24 21:56:24 -05005508static int ipw_find_adhoc_network(struct ipw_priv *priv,
5509 struct ipw_network_match *match,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005510 struct libipw_network *network,
James Ketrenosc848d0a2005-08-24 21:56:24 -05005511 int roaming)
5512{
5513 struct ipw_supported_rates rates;
John W. Linville9387b7c2008-09-30 20:59:05 -04005514 DECLARE_SSID_BUF(ssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005515
5516 /* Verify that this network's capability is compatible with the
5517 * current mode (AdHoc or Infrastructure) */
5518 if ((priv->ieee->iw_mode == IW_MODE_ADHOC &&
5519 !(network->capability & WLAN_CAPABILITY_IBSS))) {
Johannes Berge1749612008-10-27 15:59:26 -07005520 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded due to "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005521 "capability mismatch.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005522 print_ssid(ssid, network->ssid,
5523 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005524 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005525 return 0;
5526 }
5527
James Ketrenosc848d0a2005-08-24 21:56:24 -05005528 if (unlikely(roaming)) {
5529 /* If we are roaming, then ensure check if this is a valid
5530 * network to try and roam to */
5531 if ((network->ssid_len != match->network->ssid_len) ||
5532 memcmp(network->ssid, match->network->ssid,
5533 network->ssid_len)) {
Johannes Berge1749612008-10-27 15:59:26 -07005534 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005535 "because of non-network ESSID.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005536 print_ssid(ssid, network->ssid,
5537 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005538 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005539 return 0;
5540 }
5541 } else {
5542 /* If an ESSID has been configured then compare the broadcast
5543 * ESSID to ours */
5544 if ((priv->config & CFG_STATIC_ESSID) &&
5545 ((network->ssid_len != priv->essid_len) ||
5546 memcmp(network->ssid, priv->essid,
5547 min(network->ssid_len, priv->essid_len)))) {
5548 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
James Ketrenosafbf30a2005-08-25 00:05:33 -05005549
James Ketrenosc848d0a2005-08-24 21:56:24 -05005550 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005551 print_ssid(ssid, network->ssid,
5552 network->ssid_len),
James Ketrenosc848d0a2005-08-24 21:56:24 -05005553 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005554 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005555 "because of ESSID mismatch: '%s'.\n",
Johannes Berge1749612008-10-27 15:59:26 -07005556 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005557 print_ssid(ssid, priv->essid,
5558 priv->essid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005559 return 0;
5560 }
5561 }
5562
5563 /* If the old network rate is better than this one, don't bother
5564 * testing everything else. */
5565
5566 if (network->time_stamp[0] < match->network->time_stamp[0]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005567 IPW_DEBUG_MERGE("Network '%s excluded because newer than "
5568 "current network.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005569 print_ssid(ssid, match->network->ssid,
5570 match->network->ssid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005571 return 0;
5572 } else if (network->time_stamp[1] < match->network->time_stamp[1]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005573 IPW_DEBUG_MERGE("Network '%s excluded because newer than "
5574 "current network.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005575 print_ssid(ssid, match->network->ssid,
5576 match->network->ssid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005577 return 0;
5578 }
5579
5580 /* Now go through and see if the requested network is valid... */
5581 if (priv->ieee->scan_age != 0 &&
5582 time_after(jiffies, network->last_scanned + priv->ieee->scan_age)) {
Johannes Berge1749612008-10-27 15:59:26 -07005583 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005584 "because of age: %ums.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005585 print_ssid(ssid, network->ssid,
5586 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005587 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005588 jiffies_to_msecs(jiffies -
5589 network->last_scanned));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005590 return 0;
5591 }
5592
5593 if ((priv->config & CFG_STATIC_CHANNEL) &&
5594 (network->channel != priv->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005595 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005596 "because of channel mismatch: %d != %d.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005597 print_ssid(ssid, network->ssid,
5598 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005599 network->bssid,
James Ketrenosc848d0a2005-08-24 21:56:24 -05005600 network->channel, priv->channel);
5601 return 0;
5602 }
5603
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005604 /* Verify privacy compatibility */
James Ketrenosc848d0a2005-08-24 21:56:24 -05005605 if (((priv->capability & CAP_PRIVACY_ON) ? 1 : 0) !=
5606 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
Johannes Berge1749612008-10-27 15:59:26 -07005607 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005608 "because of privacy mismatch: %s != %s.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005609 print_ssid(ssid, network->ssid,
5610 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005611 network->bssid,
James Ketrenosafbf30a2005-08-25 00:05:33 -05005612 priv->
5613 capability & CAP_PRIVACY_ON ? "on" : "off",
5614 network->
5615 capability & WLAN_CAPABILITY_PRIVACY ? "on" :
5616 "off");
James Ketrenosc848d0a2005-08-24 21:56:24 -05005617 return 0;
5618 }
5619
5620 if (!memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
Johannes Berge1749612008-10-27 15:59:26 -07005621 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
5622 "because of the same BSSID match: %pM"
John W. Linville9387b7c2008-09-30 20:59:05 -04005623 ".\n", print_ssid(ssid, network->ssid,
5624 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005625 network->bssid,
5626 priv->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005627 return 0;
5628 }
5629
5630 /* Filter out any incompatible freq / mode combinations */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005631 if (!libipw_is_valid_mode(priv->ieee, network->mode)) {
Johannes Berge1749612008-10-27 15:59:26 -07005632 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005633 "because of invalid frequency/mode "
5634 "combination.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005635 print_ssid(ssid, network->ssid,
5636 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005637 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005638 return 0;
5639 }
5640
5641 /* Ensure that the rates supported by the driver are compatible with
5642 * this AP, including verification of basic rates (mandatory) */
5643 if (!ipw_compatible_rates(priv, network, &rates)) {
Johannes Berge1749612008-10-27 15:59:26 -07005644 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005645 "because configured rate mask excludes "
5646 "AP mandatory rate.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005647 print_ssid(ssid, network->ssid,
5648 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005649 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005650 return 0;
5651 }
5652
5653 if (rates.num_rates == 0) {
Johannes Berge1749612008-10-27 15:59:26 -07005654 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005655 "because of no compatible rates.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005656 print_ssid(ssid, network->ssid,
5657 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005658 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005659 return 0;
5660 }
5661
5662 /* TODO: Perform any further minimal comparititive tests. We do not
5663 * want to put too much policy logic here; intelligent scan selection
5664 * should occur within a generic IEEE 802.11 user space tool. */
5665
5666 /* Set up 'new' AP to this network */
5667 ipw_copy_rates(&match->rates, &rates);
5668 match->network = network;
Johannes Berge1749612008-10-27 15:59:26 -07005669 IPW_DEBUG_MERGE("Network '%s (%pM)' is a viable match.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005670 print_ssid(ssid, network->ssid, network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005671 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005672
5673 return 1;
5674}
5675
David Howellsc4028952006-11-22 14:57:56 +00005676static void ipw_merge_adhoc_network(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05005677{
John W. Linville9387b7c2008-09-30 20:59:05 -04005678 DECLARE_SSID_BUF(ssid);
David Howellsc4028952006-11-22 14:57:56 +00005679 struct ipw_priv *priv =
5680 container_of(work, struct ipw_priv, merge_networks);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005681 struct libipw_network *network = NULL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05005682 struct ipw_network_match match = {
5683 .network = priv->assoc_network
5684 };
5685
James Ketrenosafbf30a2005-08-25 00:05:33 -05005686 if ((priv->status & STATUS_ASSOCIATED) &&
5687 (priv->ieee->iw_mode == IW_MODE_ADHOC)) {
James Ketrenosc848d0a2005-08-24 21:56:24 -05005688 /* First pass through ROAM process -- look for a better
5689 * network */
5690 unsigned long flags;
5691
5692 spin_lock_irqsave(&priv->ieee->lock, flags);
5693 list_for_each_entry(network, &priv->ieee->network_list, list) {
5694 if (network != priv->assoc_network)
5695 ipw_find_adhoc_network(priv, &match, network,
5696 1);
5697 }
5698 spin_unlock_irqrestore(&priv->ieee->lock, flags);
5699
5700 if (match.network == priv->assoc_network) {
5701 IPW_DEBUG_MERGE("No better ADHOC in this network to "
5702 "merge to.\n");
5703 return;
5704 }
5705
Zhu Yi46441512006-01-24 16:37:59 +08005706 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005707 if ((priv->ieee->iw_mode == IW_MODE_ADHOC)) {
5708 IPW_DEBUG_MERGE("remove network %s\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005709 print_ssid(ssid, priv->essid,
5710 priv->essid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005711 ipw_remove_current_network(priv);
5712 }
5713
5714 ipw_disassociate(priv);
5715 priv->assoc_network = match.network;
Zhu Yi46441512006-01-24 16:37:59 +08005716 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005717 return;
5718 }
James Ketrenosc848d0a2005-08-24 21:56:24 -05005719}
5720
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005721static int ipw_best_network(struct ipw_priv *priv,
5722 struct ipw_network_match *match,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005723 struct libipw_network *network, int roaming)
James Ketrenos43f66a62005-03-25 12:31:53 -06005724{
5725 struct ipw_supported_rates rates;
John W. Linville9387b7c2008-09-30 20:59:05 -04005726 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005727
5728 /* Verify that this network's capability is compatible with the
5729 * current mode (AdHoc or Infrastructure) */
5730 if ((priv->ieee->iw_mode == IW_MODE_INFRA &&
Jouni Malinen24743852005-08-14 20:59:59 -07005731 !(network->capability & WLAN_CAPABILITY_ESS)) ||
James Ketrenos43f66a62005-03-25 12:31:53 -06005732 (priv->ieee->iw_mode == IW_MODE_ADHOC &&
5733 !(network->capability & WLAN_CAPABILITY_IBSS))) {
Johannes Berge1749612008-10-27 15:59:26 -07005734 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded due to "
Jeff Garzikbf794512005-07-31 13:07:26 -04005735 "capability mismatch.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005736 print_ssid(ssid, network->ssid,
5737 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005738 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005739 return 0;
5740 }
5741
James Ketrenos43f66a62005-03-25 12:31:53 -06005742 if (unlikely(roaming)) {
5743 /* If we are roaming, then ensure check if this is a valid
5744 * network to try and roam to */
5745 if ((network->ssid_len != match->network->ssid_len) ||
Jeff Garzikbf794512005-07-31 13:07:26 -04005746 memcmp(network->ssid, match->network->ssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005747 network->ssid_len)) {
Johannes Berge1749612008-10-27 15:59:26 -07005748 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005749 "because of non-network ESSID.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005750 print_ssid(ssid, network->ssid,
5751 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005752 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005753 return 0;
5754 }
5755 } else {
Jeff Garzikbf794512005-07-31 13:07:26 -04005756 /* If an ESSID has been configured then compare the broadcast
5757 * ESSID to ours */
5758 if ((priv->config & CFG_STATIC_ESSID) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005759 ((network->ssid_len != priv->essid_len) ||
Jeff Garzikbf794512005-07-31 13:07:26 -04005760 memcmp(network->ssid, priv->essid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005761 min(network->ssid_len, priv->essid_len)))) {
5762 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005763 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005764 print_ssid(ssid, network->ssid,
5765 network->ssid_len),
James Ketrenos43f66a62005-03-25 12:31:53 -06005766 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005767 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Jeff Garzikbf794512005-07-31 13:07:26 -04005768 "because of ESSID mismatch: '%s'.\n",
Johannes Berge1749612008-10-27 15:59:26 -07005769 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005770 print_ssid(ssid, priv->essid,
5771 priv->essid_len));
James Ketrenos43f66a62005-03-25 12:31:53 -06005772 return 0;
5773 }
5774 }
5775
5776 /* If the old network rate is better than this one, don't bother
5777 * testing everything else. */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005778 if (match->network && match->network->stats.rssi > network->stats.rssi) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005779 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
Jeff Garzikbf794512005-07-31 13:07:26 -04005780 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005781 print_ssid(ssid, network->ssid, network->ssid_len),
James Ketrenos43f66a62005-03-25 12:31:53 -06005782 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005783 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded because "
5784 "'%s (%pM)' has a stronger signal.\n",
5785 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005786 print_ssid(ssid, match->network->ssid,
5787 match->network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005788 match->network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005789 return 0;
5790 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005791
James Ketrenos43f66a62005-03-25 12:31:53 -06005792 /* If this network has already had an association attempt within the
5793 * last 3 seconds, do not try and associate again... */
5794 if (network->last_associate &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05005795 time_after(network->last_associate + (HZ * 3UL), jiffies)) {
Johannes Berge1749612008-10-27 15:59:26 -07005796 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005797 "because of storming (%ums since last "
James Ketrenos43f66a62005-03-25 12:31:53 -06005798 "assoc attempt).\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005799 print_ssid(ssid, network->ssid,
5800 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005801 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005802 jiffies_to_msecs(jiffies -
5803 network->last_associate));
James Ketrenos43f66a62005-03-25 12:31:53 -06005804 return 0;
5805 }
5806
5807 /* Now go through and see if the requested network is valid... */
Jeff Garzikbf794512005-07-31 13:07:26 -04005808 if (priv->ieee->scan_age != 0 &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05005809 time_after(jiffies, network->last_scanned + priv->ieee->scan_age)) {
Johannes Berge1749612008-10-27 15:59:26 -07005810 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005811 "because of age: %ums.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005812 print_ssid(ssid, network->ssid,
5813 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005814 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005815 jiffies_to_msecs(jiffies -
5816 network->last_scanned));
James Ketrenos43f66a62005-03-25 12:31:53 -06005817 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04005818 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005819
Jeff Garzikbf794512005-07-31 13:07:26 -04005820 if ((priv->config & CFG_STATIC_CHANNEL) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005821 (network->channel != priv->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005822 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005823 "because of channel mismatch: %d != %d.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005824 print_ssid(ssid, network->ssid,
5825 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005826 network->bssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005827 network->channel, priv->channel);
5828 return 0;
5829 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005830
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005831 /* Verify privacy compatibility */
Jeff Garzikbf794512005-07-31 13:07:26 -04005832 if (((priv->capability & CAP_PRIVACY_ON) ? 1 : 0) !=
James Ketrenos43f66a62005-03-25 12:31:53 -06005833 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
Johannes Berge1749612008-10-27 15:59:26 -07005834 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005835 "because of privacy mismatch: %s != %s.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005836 print_ssid(ssid, network->ssid,
5837 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005838 network->bssid,
Jeff Garzikbf794512005-07-31 13:07:26 -04005839 priv->capability & CAP_PRIVACY_ON ? "on" :
James Ketrenos43f66a62005-03-25 12:31:53 -06005840 "off",
Jeff Garzikbf794512005-07-31 13:07:26 -04005841 network->capability &
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005842 WLAN_CAPABILITY_PRIVACY ? "on" : "off");
James Ketrenos43f66a62005-03-25 12:31:53 -06005843 return 0;
5844 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005845
5846 if ((priv->config & CFG_STATIC_BSSID) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005847 memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
Johannes Berge1749612008-10-27 15:59:26 -07005848 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
5849 "because of BSSID mismatch: %pM.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005850 print_ssid(ssid, network->ssid,
5851 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005852 network->bssid, priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005853 return 0;
5854 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005855
James Ketrenos43f66a62005-03-25 12:31:53 -06005856 /* Filter out any incompatible freq / mode combinations */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005857 if (!libipw_is_valid_mode(priv->ieee, network->mode)) {
Johannes Berge1749612008-10-27 15:59:26 -07005858 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005859 "because of invalid frequency/mode "
5860 "combination.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005861 print_ssid(ssid, network->ssid,
5862 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005863 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005864 return 0;
5865 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005866
Liu Hong1fe0adb2005-08-19 09:33:10 -05005867 /* Filter out invalid channel in current GEO */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005868 if (!libipw_is_valid_channel(priv->ieee, network->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005869 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Liu Hong1fe0adb2005-08-19 09:33:10 -05005870 "because of invalid channel in current GEO\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005871 print_ssid(ssid, network->ssid,
5872 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005873 network->bssid);
Liu Hong1fe0adb2005-08-19 09:33:10 -05005874 return 0;
5875 }
5876
James Ketrenosea2b26e2005-08-24 21:25:16 -05005877 /* Ensure that the rates supported by the driver are compatible with
5878 * this AP, including verification of basic rates (mandatory) */
5879 if (!ipw_compatible_rates(priv, network, &rates)) {
Johannes Berge1749612008-10-27 15:59:26 -07005880 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenosea2b26e2005-08-24 21:25:16 -05005881 "because configured rate mask excludes "
5882 "AP mandatory rate.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005883 print_ssid(ssid, network->ssid,
5884 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005885 network->bssid);
James Ketrenosea2b26e2005-08-24 21:25:16 -05005886 return 0;
5887 }
5888
James Ketrenos43f66a62005-03-25 12:31:53 -06005889 if (rates.num_rates == 0) {
Johannes Berge1749612008-10-27 15:59:26 -07005890 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005891 "because of no compatible rates.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005892 print_ssid(ssid, network->ssid,
5893 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005894 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005895 return 0;
5896 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005897
James Ketrenos43f66a62005-03-25 12:31:53 -06005898 /* TODO: Perform any further minimal comparititive tests. We do not
5899 * want to put too much policy logic here; intelligent scan selection
5900 * should occur within a generic IEEE 802.11 user space tool. */
5901
5902 /* Set up 'new' AP to this network */
5903 ipw_copy_rates(&match->rates, &rates);
5904 match->network = network;
5905
Johannes Berge1749612008-10-27 15:59:26 -07005906 IPW_DEBUG_ASSOC("Network '%s (%pM)' is a viable match.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005907 print_ssid(ssid, network->ssid, network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005908 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005909
5910 return 1;
5911}
5912
Jeff Garzikbf794512005-07-31 13:07:26 -04005913static void ipw_adhoc_create(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005914 struct libipw_network *network)
James Ketrenos43f66a62005-03-25 12:31:53 -06005915{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005916 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenosafbf30a2005-08-25 00:05:33 -05005917 int i;
5918
James Ketrenos43f66a62005-03-25 12:31:53 -06005919 /*
5920 * For the purposes of scanning, we can set our wireless mode
5921 * to trigger scans across combinations of bands, but when it
5922 * comes to creating a new ad-hoc network, we have tell the FW
5923 * exactly which band to use.
5924 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005925 * We also have the possibility of an invalid channel for the
James Ketrenos43f66a62005-03-25 12:31:53 -06005926 * chossen band. Attempting to create a new ad-hoc network
5927 * with an invalid channel for wireless mode will trigger a
5928 * FW fatal error.
James Ketrenosafbf30a2005-08-25 00:05:33 -05005929 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005930 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005931 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
5932 case LIBIPW_52GHZ_BAND:
James Ketrenosafbf30a2005-08-25 00:05:33 -05005933 network->mode = IEEE_A;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005934 i = libipw_channel_to_index(priv->ieee, priv->channel);
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02005935 BUG_ON(i == -1);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005936 if (geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005937 IPW_WARNING("Overriding invalid channel\n");
5938 priv->channel = geo->a[0].channel;
5939 }
5940 break;
5941
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005942 case LIBIPW_24GHZ_BAND:
James Ketrenosafbf30a2005-08-25 00:05:33 -05005943 if (priv->ieee->mode & IEEE_G)
5944 network->mode = IEEE_G;
5945 else
5946 network->mode = IEEE_B;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005947 i = libipw_channel_to_index(priv->ieee, priv->channel);
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02005948 BUG_ON(i == -1);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005949 if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY) {
Liu Hong1fe0adb2005-08-19 09:33:10 -05005950 IPW_WARNING("Overriding invalid channel\n");
5951 priv->channel = geo->bg[0].channel;
5952 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05005953 break;
5954
5955 default:
James Ketrenos43f66a62005-03-25 12:31:53 -06005956 IPW_WARNING("Overriding invalid channel\n");
5957 if (priv->ieee->mode & IEEE_A) {
5958 network->mode = IEEE_A;
James Ketrenosb095c382005-08-24 22:04:42 -05005959 priv->channel = geo->a[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005960 } else if (priv->ieee->mode & IEEE_G) {
5961 network->mode = IEEE_G;
James Ketrenosb095c382005-08-24 22:04:42 -05005962 priv->channel = geo->bg[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005963 } else {
5964 network->mode = IEEE_B;
James Ketrenosb095c382005-08-24 22:04:42 -05005965 priv->channel = geo->bg[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005966 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05005967 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06005968 }
5969
5970 network->channel = priv->channel;
5971 priv->config |= CFG_ADHOC_PERSIST;
5972 ipw_create_bssid(priv, network->bssid);
5973 network->ssid_len = priv->essid_len;
5974 memcpy(network->ssid, priv->essid, priv->essid_len);
5975 memset(&network->stats, 0, sizeof(network->stats));
5976 network->capability = WLAN_CAPABILITY_IBSS;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005977 if (!(priv->config & CFG_PREAMBLE_LONG))
5978 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
James Ketrenos43f66a62005-03-25 12:31:53 -06005979 if (priv->capability & CAP_PRIVACY_ON)
5980 network->capability |= WLAN_CAPABILITY_PRIVACY;
5981 network->rates_len = min(priv->rates.num_rates, MAX_RATES_LENGTH);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005982 memcpy(network->rates, priv->rates.supported_rates, network->rates_len);
James Ketrenos43f66a62005-03-25 12:31:53 -06005983 network->rates_ex_len = priv->rates.num_rates - network->rates_len;
Jeff Garzikbf794512005-07-31 13:07:26 -04005984 memcpy(network->rates_ex,
James Ketrenos43f66a62005-03-25 12:31:53 -06005985 &priv->rates.supported_rates[network->rates_len],
5986 network->rates_ex_len);
5987 network->last_scanned = 0;
5988 network->flags = 0;
5989 network->last_associate = 0;
5990 network->time_stamp[0] = 0;
5991 network->time_stamp[1] = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005992 network->beacon_interval = 100; /* Default */
5993 network->listen_interval = 10; /* Default */
5994 network->atim_window = 0; /* Default */
James Ketrenos43f66a62005-03-25 12:31:53 -06005995 network->wpa_ie_len = 0;
5996 network->rsn_ie_len = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005997}
5998
James Ketrenosb095c382005-08-24 22:04:42 -05005999static void ipw_send_tgi_tx_key(struct ipw_priv *priv, int type, int index)
6000{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006001 struct ipw_tgi_tx_key key;
James Ketrenosb095c382005-08-24 22:04:42 -05006002
6003 if (!(priv->ieee->sec.flags & (1 << index)))
6004 return;
6005
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006006 key.key_id = index;
6007 memcpy(key.key, priv->ieee->sec.keys[index], SCM_TEMPORAL_KEY_LENGTH);
6008 key.security_type = type;
6009 key.station_index = 0; /* always 0 for BSS */
6010 key.flags = 0;
James Ketrenosb095c382005-08-24 22:04:42 -05006011 /* 0 for new key; previous value of counter (after fatal error) */
Zhu Yi851ca262006-08-21 11:37:58 +08006012 key.tx_counter[0] = cpu_to_le32(0);
6013 key.tx_counter[1] = cpu_to_le32(0);
James Ketrenosb095c382005-08-24 22:04:42 -05006014
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006015 ipw_send_cmd_pdu(priv, IPW_CMD_TGI_TX_KEY, sizeof(key), &key);
James Ketrenosb095c382005-08-24 22:04:42 -05006016}
6017
6018static void ipw_send_wep_keys(struct ipw_priv *priv, int type)
James Ketrenos43f66a62005-03-25 12:31:53 -06006019{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006020 struct ipw_wep_key key;
James Ketrenos43f66a62005-03-25 12:31:53 -06006021 int i;
James Ketrenos43f66a62005-03-25 12:31:53 -06006022
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006023 key.cmd_id = DINO_CMD_WEP_KEY;
6024 key.seq_num = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006025
James Ketrenosb095c382005-08-24 22:04:42 -05006026 /* Note: AES keys cannot be set for multiple times.
6027 * Only set it at the first time. */
Jeff Garzikbf794512005-07-31 13:07:26 -04006028 for (i = 0; i < 4; i++) {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006029 key.key_index = i | type;
James Ketrenosb095c382005-08-24 22:04:42 -05006030 if (!(priv->ieee->sec.flags & (1 << i))) {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006031 key.key_size = 0;
James Ketrenosb095c382005-08-24 22:04:42 -05006032 continue;
James Ketrenos43f66a62005-03-25 12:31:53 -06006033 }
6034
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006035 key.key_size = priv->ieee->sec.key_sizes[i];
6036 memcpy(key.key, priv->ieee->sec.keys[i], key.key_size);
James Ketrenosb095c382005-08-24 22:04:42 -05006037
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006038 ipw_send_cmd_pdu(priv, IPW_CMD_WEP_KEY, sizeof(key), &key);
Jeff Garzikbf794512005-07-31 13:07:26 -04006039 }
James Ketrenos43f66a62005-03-25 12:31:53 -06006040}
6041
Zhu Yi1fbfea52005-08-05 17:22:56 +08006042static void ipw_set_hw_decrypt_unicast(struct ipw_priv *priv, int level)
6043{
6044 if (priv->ieee->host_encrypt)
6045 return;
6046
6047 switch (level) {
6048 case SEC_LEVEL_3:
6049 priv->sys_config.disable_unicast_decryption = 0;
6050 priv->ieee->host_decrypt = 0;
6051 break;
6052 case SEC_LEVEL_2:
6053 priv->sys_config.disable_unicast_decryption = 1;
6054 priv->ieee->host_decrypt = 1;
6055 break;
6056 case SEC_LEVEL_1:
6057 priv->sys_config.disable_unicast_decryption = 0;
6058 priv->ieee->host_decrypt = 0;
6059 break;
6060 case SEC_LEVEL_0:
6061 priv->sys_config.disable_unicast_decryption = 1;
6062 break;
6063 default:
6064 break;
6065 }
6066}
6067
6068static void ipw_set_hw_decrypt_multicast(struct ipw_priv *priv, int level)
6069{
6070 if (priv->ieee->host_encrypt)
6071 return;
6072
6073 switch (level) {
6074 case SEC_LEVEL_3:
6075 priv->sys_config.disable_multicast_decryption = 0;
6076 break;
6077 case SEC_LEVEL_2:
6078 priv->sys_config.disable_multicast_decryption = 1;
6079 break;
6080 case SEC_LEVEL_1:
6081 priv->sys_config.disable_multicast_decryption = 0;
6082 break;
6083 case SEC_LEVEL_0:
6084 priv->sys_config.disable_multicast_decryption = 1;
6085 break;
6086 default:
6087 break;
6088 }
6089}
6090
James Ketrenosb095c382005-08-24 22:04:42 -05006091static void ipw_set_hwcrypto_keys(struct ipw_priv *priv)
6092{
6093 switch (priv->ieee->sec.level) {
6094 case SEC_LEVEL_3:
Zhu Yid8bad6d2005-07-13 12:25:38 -05006095 if (priv->ieee->sec.flags & SEC_ACTIVE_KEY)
6096 ipw_send_tgi_tx_key(priv,
6097 DCT_FLAG_EXT_SECURITY_CCM,
6098 priv->ieee->sec.active_key);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006099
Hong Liu567deaf2005-08-31 18:07:22 +08006100 if (!priv->ieee->host_mc_decrypt)
6101 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_CCM);
James Ketrenosb095c382005-08-24 22:04:42 -05006102 break;
6103 case SEC_LEVEL_2:
Zhu Yid8bad6d2005-07-13 12:25:38 -05006104 if (priv->ieee->sec.flags & SEC_ACTIVE_KEY)
6105 ipw_send_tgi_tx_key(priv,
6106 DCT_FLAG_EXT_SECURITY_TKIP,
6107 priv->ieee->sec.active_key);
James Ketrenosb095c382005-08-24 22:04:42 -05006108 break;
6109 case SEC_LEVEL_1:
6110 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
Hong Liu29cb8432005-09-12 10:43:33 -05006111 ipw_set_hw_decrypt_unicast(priv, priv->ieee->sec.level);
6112 ipw_set_hw_decrypt_multicast(priv, priv->ieee->sec.level);
James Ketrenosb095c382005-08-24 22:04:42 -05006113 break;
6114 case SEC_LEVEL_0:
6115 default:
6116 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06006117 }
6118}
6119
6120static void ipw_adhoc_check(void *data)
6121{
6122 struct ipw_priv *priv = data;
Jeff Garzikbf794512005-07-31 13:07:26 -04006123
James Ketrenosafbf30a2005-08-25 00:05:33 -05006124 if (priv->missed_adhoc_beacons++ > priv->disassociate_threshold &&
James Ketrenos43f66a62005-03-25 12:31:53 -06006125 !(priv->config & CFG_ADHOC_PERSIST)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006126 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
6127 IPW_DL_STATE | IPW_DL_ASSOC,
6128 "Missed beacon: %d - disassociate\n",
6129 priv->missed_adhoc_beacons);
James Ketrenos43f66a62005-03-25 12:31:53 -06006130 ipw_remove_current_network(priv);
6131 ipw_disassociate(priv);
6132 return;
6133 }
6134
Tejun Heobcb6d912011-01-26 12:12:50 +01006135 schedule_delayed_work(&priv->adhoc_check,
6136 le16_to_cpu(priv->assoc_request.beacon_interval));
James Ketrenos43f66a62005-03-25 12:31:53 -06006137}
6138
David Howellsc4028952006-11-22 14:57:56 +00006139static void ipw_bg_adhoc_check(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05006140{
David Howellsc4028952006-11-22 14:57:56 +00006141 struct ipw_priv *priv =
6142 container_of(work, struct ipw_priv, adhoc_check.work);
Zhu Yi46441512006-01-24 16:37:59 +08006143 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00006144 ipw_adhoc_check(priv);
Zhu Yi46441512006-01-24 16:37:59 +08006145 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05006146}
6147
James Ketrenos43f66a62005-03-25 12:31:53 -06006148static void ipw_debug_config(struct ipw_priv *priv)
6149{
John W. Linville9387b7c2008-09-30 20:59:05 -04006150 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06006151 IPW_DEBUG_INFO("Scan completed, no valid APs matched "
6152 "[CFG 0x%08X]\n", priv->config);
6153 if (priv->config & CFG_STATIC_CHANNEL)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006154 IPW_DEBUG_INFO("Channel locked to %d\n", priv->channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06006155 else
6156 IPW_DEBUG_INFO("Channel unlocked.\n");
6157 if (priv->config & CFG_STATIC_ESSID)
Jeff Garzikbf794512005-07-31 13:07:26 -04006158 IPW_DEBUG_INFO("ESSID locked to '%s'\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04006159 print_ssid(ssid, priv->essid, priv->essid_len));
James Ketrenos43f66a62005-03-25 12:31:53 -06006160 else
6161 IPW_DEBUG_INFO("ESSID unlocked.\n");
6162 if (priv->config & CFG_STATIC_BSSID)
Johannes Berge1749612008-10-27 15:59:26 -07006163 IPW_DEBUG_INFO("BSSID locked to %pM\n", priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06006164 else
6165 IPW_DEBUG_INFO("BSSID unlocked.\n");
6166 if (priv->capability & CAP_PRIVACY_ON)
6167 IPW_DEBUG_INFO("PRIVACY on\n");
6168 else
6169 IPW_DEBUG_INFO("PRIVACY off\n");
6170 IPW_DEBUG_INFO("RATE MASK: 0x%08X\n", priv->rates_mask);
6171}
James Ketrenos43f66a62005-03-25 12:31:53 -06006172
Arjan van de Ven858119e2006-01-14 13:20:43 -08006173static void ipw_set_fixed_rate(struct ipw_priv *priv, int mode)
James Ketrenos43f66a62005-03-25 12:31:53 -06006174{
6175 /* TODO: Verify that this works... */
Reinette Chatre21f8a732009-08-18 10:25:05 -07006176 struct ipw_fixed_rate fr;
James Ketrenos43f66a62005-03-25 12:31:53 -06006177 u32 reg;
6178 u16 mask = 0;
Reinette Chatre21f8a732009-08-18 10:25:05 -07006179 u16 new_tx_rates = priv->rates_mask;
James Ketrenos43f66a62005-03-25 12:31:53 -06006180
Jeff Garzikbf794512005-07-31 13:07:26 -04006181 /* Identify 'current FW band' and match it with the fixed
James Ketrenos43f66a62005-03-25 12:31:53 -06006182 * Tx rates */
Jeff Garzikbf794512005-07-31 13:07:26 -04006183
James Ketrenos43f66a62005-03-25 12:31:53 -06006184 switch (priv->ieee->freq_band) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006185 case LIBIPW_52GHZ_BAND: /* A only */
James Ketrenos43f66a62005-03-25 12:31:53 -06006186 /* IEEE_A */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006187 if (priv->rates_mask & ~LIBIPW_OFDM_RATES_MASK) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006188 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006189 IPW_DEBUG_WX
6190 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006191 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006192 break;
6193 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006194
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006195 new_tx_rates >>= LIBIPW_OFDM_SHIFT_MASK_A;
James Ketrenos43f66a62005-03-25 12:31:53 -06006196 break;
6197
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006198 default: /* 2.4Ghz or Mixed */
James Ketrenos43f66a62005-03-25 12:31:53 -06006199 /* IEEE_B */
James Ketrenosb095c382005-08-24 22:04:42 -05006200 if (mode == IEEE_B) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006201 if (new_tx_rates & ~LIBIPW_CCK_RATES_MASK) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006202 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006203 IPW_DEBUG_WX
6204 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006205 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006206 }
6207 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04006208 }
James Ketrenos43f66a62005-03-25 12:31:53 -06006209
6210 /* IEEE_G */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006211 if (new_tx_rates & ~(LIBIPW_CCK_RATES_MASK |
6212 LIBIPW_OFDM_RATES_MASK)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006213 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006214 IPW_DEBUG_WX
6215 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006216 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006217 break;
6218 }
6219
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006220 if (LIBIPW_OFDM_RATE_6MB_MASK & new_tx_rates) {
6221 mask |= (LIBIPW_OFDM_RATE_6MB_MASK >> 1);
6222 new_tx_rates &= ~LIBIPW_OFDM_RATE_6MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006223 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006224
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006225 if (LIBIPW_OFDM_RATE_9MB_MASK & new_tx_rates) {
6226 mask |= (LIBIPW_OFDM_RATE_9MB_MASK >> 1);
6227 new_tx_rates &= ~LIBIPW_OFDM_RATE_9MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006228 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006229
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006230 if (LIBIPW_OFDM_RATE_12MB_MASK & new_tx_rates) {
6231 mask |= (LIBIPW_OFDM_RATE_12MB_MASK >> 1);
6232 new_tx_rates &= ~LIBIPW_OFDM_RATE_12MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006233 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006234
Reinette Chatre21f8a732009-08-18 10:25:05 -07006235 new_tx_rates |= mask;
James Ketrenos43f66a62005-03-25 12:31:53 -06006236 break;
6237 }
6238
Reinette Chatre21f8a732009-08-18 10:25:05 -07006239 fr.tx_rates = cpu_to_le16(new_tx_rates);
6240
James Ketrenos43f66a62005-03-25 12:31:53 -06006241 reg = ipw_read32(priv, IPW_MEM_FIXED_OVERRIDE);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006242 ipw_write_reg32(priv, reg, *(u32 *) & fr);
James Ketrenos43f66a62005-03-25 12:31:53 -06006243}
6244
James Ketrenosea2b26e2005-08-24 21:25:16 -05006245static void ipw_abort_scan(struct ipw_priv *priv)
6246{
6247 int err;
6248
6249 if (priv->status & STATUS_SCAN_ABORTING) {
6250 IPW_DEBUG_HC("Ignoring concurrent scan abort request.\n");
6251 return;
6252 }
6253 priv->status |= STATUS_SCAN_ABORTING;
6254
6255 err = ipw_send_scan_abort(priv);
6256 if (err)
6257 IPW_DEBUG_HC("Request to abort scan failed.\n");
6258}
6259
James Ketrenosafbf30a2005-08-25 00:05:33 -05006260static void ipw_add_scan_channels(struct ipw_priv *priv,
6261 struct ipw_scan_request_ext *scan,
6262 int scan_type)
6263{
6264 int channel_index = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006265 const struct libipw_geo *geo;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006266 int i;
6267
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006268 geo = libipw_get_geo(priv->ieee);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006269
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006270 if (priv->ieee->freq_band & LIBIPW_52GHZ_BAND) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006271 int start = channel_index;
6272 for (i = 0; i < geo->a_channels; i++) {
6273 if ((priv->status & STATUS_ASSOCIATED) &&
6274 geo->a[i].channel == priv->channel)
6275 continue;
6276 channel_index++;
6277 scan->channels_list[channel_index] = geo->a[i].channel;
Liu Hong1fe0adb2005-08-19 09:33:10 -05006278 ipw_set_scan_type(scan, channel_index,
6279 geo->a[i].
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006280 flags & LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006281 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN :
6282 scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006283 }
6284
6285 if (start != channel_index) {
6286 scan->channels_list[start] = (u8) (IPW_A_MODE << 6) |
6287 (channel_index - start);
6288 channel_index++;
6289 }
6290 }
6291
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006292 if (priv->ieee->freq_band & LIBIPW_24GHZ_BAND) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006293 int start = channel_index;
6294 if (priv->config & CFG_SPEED_SCAN) {
Liu Hong1fe0adb2005-08-19 09:33:10 -05006295 int index;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006296 u8 channels[LIBIPW_24GHZ_CHANNELS] = {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006297 /* nop out the list */
6298 [0] = 0
6299 };
6300
6301 u8 channel;
Zhu Yi7dd24592009-07-27 10:10:20 +08006302 while (channel_index < IPW_SCAN_CHANNELS - 1) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006303 channel =
6304 priv->speed_scan[priv->speed_scan_pos];
6305 if (channel == 0) {
6306 priv->speed_scan_pos = 0;
6307 channel = priv->speed_scan[0];
6308 }
6309 if ((priv->status & STATUS_ASSOCIATED) &&
6310 channel == priv->channel) {
6311 priv->speed_scan_pos++;
6312 continue;
6313 }
6314
6315 /* If this channel has already been
6316 * added in scan, break from loop
6317 * and this will be the first channel
6318 * in the next scan.
6319 */
6320 if (channels[channel - 1] != 0)
6321 break;
6322
6323 channels[channel - 1] = 1;
6324 priv->speed_scan_pos++;
6325 channel_index++;
6326 scan->channels_list[channel_index] = channel;
Liu Hong1fe0adb2005-08-19 09:33:10 -05006327 index =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006328 libipw_channel_to_index(priv->ieee, channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006329 ipw_set_scan_type(scan, channel_index,
Liu Hong1fe0adb2005-08-19 09:33:10 -05006330 geo->bg[index].
6331 flags &
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006332 LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006333 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN
6334 : scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006335 }
6336 } else {
6337 for (i = 0; i < geo->bg_channels; i++) {
6338 if ((priv->status & STATUS_ASSOCIATED) &&
6339 geo->bg[i].channel == priv->channel)
6340 continue;
6341 channel_index++;
6342 scan->channels_list[channel_index] =
6343 geo->bg[i].channel;
6344 ipw_set_scan_type(scan, channel_index,
Liu Hong1fe0adb2005-08-19 09:33:10 -05006345 geo->bg[i].
6346 flags &
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006347 LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006348 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN
6349 : scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006350 }
6351 }
6352
6353 if (start != channel_index) {
6354 scan->channels_list[start] = (u8) (IPW_B_MODE << 6) |
6355 (channel_index - start);
6356 }
6357 }
6358}
6359
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006360static int ipw_passive_dwell_time(struct ipw_priv *priv)
6361{
6362 /* staying on passive channels longer than the DTIM interval during a
6363 * scan, while associated, causes the firmware to cancel the scan
6364 * without notification. Hence, don't stay on passive channels longer
6365 * than the beacon interval.
6366 */
6367 if (priv->status & STATUS_ASSOCIATED
6368 && priv->assoc_network->beacon_interval > 10)
6369 return priv->assoc_network->beacon_interval - 10;
6370 else
6371 return 120;
6372}
6373
Dan Williamsea177302008-06-02 17:51:23 -04006374static int ipw_request_scan_helper(struct ipw_priv *priv, int type, int direct)
James Ketrenosea2b26e2005-08-24 21:25:16 -05006375{
6376 struct ipw_scan_request_ext scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006377 int err = 0, scan_type;
6378
6379 if (!(priv->status & STATUS_INIT) ||
6380 (priv->status & STATUS_EXIT_PENDING))
6381 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006382
Zhu Yi46441512006-01-24 16:37:59 +08006383 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05006384
Dan Williamsea177302008-06-02 17:51:23 -04006385 if (direct && (priv->direct_scan_ssid_len == 0)) {
6386 IPW_DEBUG_HC("Direct scan requested but no SSID to scan for\n");
6387 priv->status &= ~STATUS_DIRECT_SCAN_PENDING;
6388 goto done;
6389 }
6390
James Ketrenosea2b26e2005-08-24 21:25:16 -05006391 if (priv->status & STATUS_SCANNING) {
Dan Williamsea177302008-06-02 17:51:23 -04006392 IPW_DEBUG_HC("Concurrent scan requested. Queuing.\n");
6393 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6394 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006395 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006396 }
6397
James Ketrenosafbf30a2005-08-25 00:05:33 -05006398 if (!(priv->status & STATUS_SCAN_FORCED) &&
6399 priv->status & STATUS_SCAN_ABORTING) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006400 IPW_DEBUG_HC("Scan request while abort pending. Queuing.\n");
Dan Williamsea177302008-06-02 17:51:23 -04006401 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6402 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006403 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006404 }
6405
6406 if (priv->status & STATUS_RF_KILL_MASK) {
Dan Williamsea177302008-06-02 17:51:23 -04006407 IPW_DEBUG_HC("Queuing scan due to RF Kill activation\n");
6408 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6409 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006410 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006411 }
6412
6413 memset(&scan, 0, sizeof(scan));
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006414 scan.full_scan_index = cpu_to_le32(libipw_get_scans(priv->ieee));
James Ketrenosea2b26e2005-08-24 21:25:16 -05006415
Zhu Yi094c4d22006-08-21 11:39:03 +08006416 if (type == IW_SCAN_TYPE_PASSIVE) {
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006417 IPW_DEBUG_WX("use passive scanning\n");
6418 scan_type = IPW_SCAN_PASSIVE_FULL_DWELL_SCAN;
Zhu Yi094c4d22006-08-21 11:39:03 +08006419 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006420 cpu_to_le16(ipw_passive_dwell_time(priv));
Zhu Yi094c4d22006-08-21 11:39:03 +08006421 ipw_add_scan_channels(priv, &scan, scan_type);
6422 goto send_request;
6423 }
6424
6425 /* Use active scan by default. */
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006426 if (priv->config & CFG_SPEED_SCAN)
James Ketrenosb095c382005-08-24 22:04:42 -05006427 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006428 cpu_to_le16(30);
James Ketrenosb095c382005-08-24 22:04:42 -05006429 else
6430 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006431 cpu_to_le16(20);
James Ketrenosb095c382005-08-24 22:04:42 -05006432
James Ketrenosa613bff2005-08-24 21:43:11 -05006433 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006434 cpu_to_le16(20);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006435
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006436 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
6437 cpu_to_le16(ipw_passive_dwell_time(priv));
Dan Williamsea177302008-06-02 17:51:23 -04006438 scan.dwell_time[IPW_SCAN_ACTIVE_DIRECT_SCAN] = cpu_to_le16(20);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006439
James Ketrenosb095c382005-08-24 22:04:42 -05006440#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05006441 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006442 u8 channel;
James Ketrenosb095c382005-08-24 22:04:42 -05006443 u8 band = 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006444
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006445 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
6446 case LIBIPW_52GHZ_BAND:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006447 band = (u8) (IPW_A_MODE << 6) | 1;
James Ketrenosb095c382005-08-24 22:04:42 -05006448 channel = priv->channel;
6449 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006450
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006451 case LIBIPW_24GHZ_BAND:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006452 band = (u8) (IPW_B_MODE << 6) | 1;
James Ketrenosb095c382005-08-24 22:04:42 -05006453 channel = priv->channel;
6454 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006455
James Ketrenosb095c382005-08-24 22:04:42 -05006456 default:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006457 band = (u8) (IPW_B_MODE << 6) | 1;
6458 channel = 9;
James Ketrenosb095c382005-08-24 22:04:42 -05006459 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006460 }
6461
James Ketrenosb095c382005-08-24 22:04:42 -05006462 scan.channels_list[0] = band;
6463 scan.channels_list[1] = channel;
6464 ipw_set_scan_type(&scan, 1, IPW_SCAN_PASSIVE_FULL_DWELL_SCAN);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006465
James Ketrenosb095c382005-08-24 22:04:42 -05006466 /* NOTE: The card will sit on this channel for this time
6467 * period. Scan aborts are timing sensitive and frequently
6468 * result in firmware restarts. As such, it is best to
6469 * set a small dwell_time here and just keep re-issuing
6470 * scans. Otherwise fast channel hopping will not actually
6471 * hop channels.
6472 *
6473 * TODO: Move SPEED SCAN support to all modes and bands */
James Ketrenosa613bff2005-08-24 21:43:11 -05006474 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006475 cpu_to_le16(2000);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006476 } else {
James Ketrenosb095c382005-08-24 22:04:42 -05006477#endif /* CONFIG_IPW2200_MONITOR */
Dan Williamsea177302008-06-02 17:51:23 -04006478 /* Honor direct scans first, otherwise if we are roaming make
6479 * this a direct scan for the current network. Finally,
6480 * ensure that every other scan is a fast channel hop scan */
6481 if (direct) {
6482 err = ipw_send_ssid(priv, priv->direct_scan_ssid,
6483 priv->direct_scan_ssid_len);
6484 if (err) {
6485 IPW_DEBUG_HC("Attempt to send SSID command "
6486 "failed\n");
6487 goto done;
6488 }
6489
6490 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
6491 } else if ((priv->status & STATUS_ROAMING)
6492 || (!(priv->status & STATUS_ASSOCIATED)
6493 && (priv->config & CFG_STATIC_ESSID)
6494 && (le32_to_cpu(scan.full_scan_index) % 2))) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006495 err = ipw_send_ssid(priv, priv->essid, priv->essid_len);
6496 if (err) {
James Ketrenosb095c382005-08-24 22:04:42 -05006497 IPW_DEBUG_HC("Attempt to send SSID command "
6498 "failed.\n");
6499 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006500 }
6501
6502 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006503 } else
James Ketrenosea2b26e2005-08-24 21:25:16 -05006504 scan_type = IPW_SCAN_ACTIVE_BROADCAST_SCAN;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006505
James Ketrenosafbf30a2005-08-25 00:05:33 -05006506 ipw_add_scan_channels(priv, &scan, scan_type);
James Ketrenosb095c382005-08-24 22:04:42 -05006507#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05006508 }
6509#endif
6510
Zhu Yi094c4d22006-08-21 11:39:03 +08006511send_request:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006512 err = ipw_send_scan_request_ext(priv, &scan);
6513 if (err) {
6514 IPW_DEBUG_HC("Sending scan command failed: %08X\n", err);
James Ketrenosb095c382005-08-24 22:04:42 -05006515 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006516 }
6517
6518 priv->status |= STATUS_SCANNING;
Dan Williamsea177302008-06-02 17:51:23 -04006519 if (direct) {
6520 priv->status &= ~STATUS_DIRECT_SCAN_PENDING;
6521 priv->direct_scan_ssid_len = 0;
6522 } else
6523 priv->status &= ~STATUS_SCAN_PENDING;
6524
Tejun Heobcb6d912011-01-26 12:12:50 +01006525 schedule_delayed_work(&priv->scan_check, IPW_SCAN_CHECK_WATCHDOG);
Zhu Yi094c4d22006-08-21 11:39:03 +08006526done:
Zhu Yi46441512006-01-24 16:37:59 +08006527 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05006528 return err;
James Ketrenosc848d0a2005-08-24 21:56:24 -05006529}
6530
David Howellsc4028952006-11-22 14:57:56 +00006531static void ipw_request_passive_scan(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05006532{
David Howellsc4028952006-11-22 14:57:56 +00006533 struct ipw_priv *priv =
Dan Williamsea177302008-06-02 17:51:23 -04006534 container_of(work, struct ipw_priv, request_passive_scan.work);
6535 ipw_request_scan_helper(priv, IW_SCAN_TYPE_PASSIVE, 0);
David Howellsc4028952006-11-22 14:57:56 +00006536}
6537
6538static void ipw_request_scan(struct work_struct *work)
6539{
6540 struct ipw_priv *priv =
6541 container_of(work, struct ipw_priv, request_scan.work);
Dan Williamsea177302008-06-02 17:51:23 -04006542 ipw_request_scan_helper(priv, IW_SCAN_TYPE_ACTIVE, 0);
6543}
6544
6545static void ipw_request_direct_scan(struct work_struct *work)
6546{
6547 struct ipw_priv *priv =
6548 container_of(work, struct ipw_priv, request_direct_scan.work);
6549 ipw_request_scan_helper(priv, IW_SCAN_TYPE_ACTIVE, 1);
David Howellsc4028952006-11-22 14:57:56 +00006550}
6551
6552static void ipw_bg_abort_scan(struct work_struct *work)
6553{
6554 struct ipw_priv *priv =
6555 container_of(work, struct ipw_priv, abort_scan);
Zhu Yi46441512006-01-24 16:37:59 +08006556 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00006557 ipw_abort_scan(priv);
Zhu Yi46441512006-01-24 16:37:59 +08006558 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05006559}
6560
James Ketrenosea2b26e2005-08-24 21:25:16 -05006561static int ipw_wpa_enable(struct ipw_priv *priv, int value)
6562{
James Ketrenosb095c382005-08-24 22:04:42 -05006563 /* This is called when wpa_supplicant loads and closes the driver
6564 * interface. */
Hong Liucdd1fa12005-08-31 18:14:27 +08006565 priv->ieee->wpa_enabled = value;
James Ketrenosb095c382005-08-24 22:04:42 -05006566 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006567}
6568
James Ketrenosea2b26e2005-08-24 21:25:16 -05006569static int ipw_wpa_set_auth_algs(struct ipw_priv *priv, int value)
6570{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006571 struct libipw_device *ieee = priv->ieee;
6572 struct libipw_security sec = {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006573 .flags = SEC_AUTH_MODE,
6574 };
6575 int ret = 0;
6576
James Ketrenosafbf30a2005-08-25 00:05:33 -05006577 if (value & IW_AUTH_ALG_SHARED_KEY) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006578 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
6579 ieee->open_wep = 0;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006580 } else if (value & IW_AUTH_ALG_OPEN_SYSTEM) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006581 sec.auth_mode = WLAN_AUTH_OPEN;
6582 ieee->open_wep = 1;
Zhu Yi3e234b42006-01-24 16:36:52 +08006583 } else if (value & IW_AUTH_ALG_LEAP) {
6584 sec.auth_mode = WLAN_AUTH_LEAP;
6585 ieee->open_wep = 1;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006586 } else
6587 return -EINVAL;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006588
6589 if (ieee->set_security)
6590 ieee->set_security(ieee->dev, &sec);
6591 else
6592 ret = -EOPNOTSUPP;
6593
6594 return ret;
6595}
6596
Adrian Bunka73e22b2006-01-21 01:39:42 +01006597static void ipw_wpa_assoc_frame(struct ipw_priv *priv, char *wpa_ie,
6598 int wpa_ie_len)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006599{
6600 /* make sure WPA is enabled */
6601 ipw_wpa_enable(priv, 1);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006602}
6603
6604static int ipw_set_rsn_capa(struct ipw_priv *priv,
6605 char *capabilities, int length)
6606{
James Ketrenosafbf30a2005-08-25 00:05:33 -05006607 IPW_DEBUG_HC("HOST_CMD_RSN_CAPABILITIES\n");
6608
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006609 return ipw_send_cmd_pdu(priv, IPW_CMD_RSN_CAPABILITIES, length,
Zhu Yi2638bc32006-01-24 16:37:52 +08006610 capabilities);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006611}
6612
James Ketrenosafbf30a2005-08-25 00:05:33 -05006613/*
6614 * WE-18 support
6615 */
6616
6617/* SIOCSIWGENIE */
6618static int ipw_wx_set_genie(struct net_device *dev,
6619 struct iw_request_info *info,
6620 union iwreq_data *wrqu, char *extra)
6621{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006622 struct ipw_priv *priv = libipw_priv(dev);
6623 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006624 u8 *buf;
6625 int err = 0;
6626
6627 if (wrqu->data.length > MAX_WPA_IE_LEN ||
6628 (wrqu->data.length && extra == NULL))
6629 return -EINVAL;
6630
James Ketrenosafbf30a2005-08-25 00:05:33 -05006631 if (wrqu->data.length) {
Julia Lawalld3e50332010-05-15 23:21:01 +02006632 buf = kmemdup(extra, wrqu->data.length, GFP_KERNEL);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006633 if (buf == NULL) {
6634 err = -ENOMEM;
6635 goto out;
6636 }
6637
James Ketrenosafbf30a2005-08-25 00:05:33 -05006638 kfree(ieee->wpa_ie);
6639 ieee->wpa_ie = buf;
6640 ieee->wpa_ie_len = wrqu->data.length;
6641 } else {
6642 kfree(ieee->wpa_ie);
6643 ieee->wpa_ie = NULL;
6644 ieee->wpa_ie_len = 0;
6645 }
6646
6647 ipw_wpa_assoc_frame(priv, ieee->wpa_ie, ieee->wpa_ie_len);
6648 out:
James Ketrenosafbf30a2005-08-25 00:05:33 -05006649 return err;
6650}
6651
6652/* SIOCGIWGENIE */
6653static int ipw_wx_get_genie(struct net_device *dev,
6654 struct iw_request_info *info,
6655 union iwreq_data *wrqu, char *extra)
6656{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006657 struct ipw_priv *priv = libipw_priv(dev);
6658 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006659 int err = 0;
6660
James Ketrenosafbf30a2005-08-25 00:05:33 -05006661 if (ieee->wpa_ie_len == 0 || ieee->wpa_ie == NULL) {
6662 wrqu->data.length = 0;
6663 goto out;
6664 }
6665
6666 if (wrqu->data.length < ieee->wpa_ie_len) {
6667 err = -E2BIG;
6668 goto out;
6669 }
6670
6671 wrqu->data.length = ieee->wpa_ie_len;
6672 memcpy(extra, ieee->wpa_ie, ieee->wpa_ie_len);
6673
6674 out:
James Ketrenosafbf30a2005-08-25 00:05:33 -05006675 return err;
6676}
6677
Zhu Yi1fbfea52005-08-05 17:22:56 +08006678static int wext_cipher2level(int cipher)
6679{
6680 switch (cipher) {
6681 case IW_AUTH_CIPHER_NONE:
6682 return SEC_LEVEL_0;
6683 case IW_AUTH_CIPHER_WEP40:
6684 case IW_AUTH_CIPHER_WEP104:
6685 return SEC_LEVEL_1;
6686 case IW_AUTH_CIPHER_TKIP:
6687 return SEC_LEVEL_2;
6688 case IW_AUTH_CIPHER_CCMP:
6689 return SEC_LEVEL_3;
6690 default:
6691 return -1;
6692 }
6693}
6694
James Ketrenosafbf30a2005-08-25 00:05:33 -05006695/* SIOCSIWAUTH */
6696static int ipw_wx_set_auth(struct net_device *dev,
6697 struct iw_request_info *info,
6698 union iwreq_data *wrqu, char *extra)
6699{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006700 struct ipw_priv *priv = libipw_priv(dev);
6701 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006702 struct iw_param *param = &wrqu->param;
John W. Linville274bfb82008-10-29 11:35:05 -04006703 struct lib80211_crypt_data *crypt;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006704 unsigned long flags;
6705 int ret = 0;
6706
6707 switch (param->flags & IW_AUTH_INDEX) {
6708 case IW_AUTH_WPA_VERSION:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006709 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006710 case IW_AUTH_CIPHER_PAIRWISE:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006711 ipw_set_hw_decrypt_unicast(priv,
6712 wext_cipher2level(param->value));
6713 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006714 case IW_AUTH_CIPHER_GROUP:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006715 ipw_set_hw_decrypt_multicast(priv,
6716 wext_cipher2level(param->value));
6717 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006718 case IW_AUTH_KEY_MGMT:
6719 /*
6720 * ipw2200 does not use these parameters
6721 */
6722 break;
6723
6724 case IW_AUTH_TKIP_COUNTERMEASURES:
John W. Linville274bfb82008-10-29 11:35:05 -04006725 crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
James Ketrenos991d1cc2005-10-13 09:26:48 +00006726 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006727 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006728
6729 flags = crypt->ops->get_flags(crypt->priv);
6730
6731 if (param->value)
6732 flags |= IEEE80211_CRYPTO_TKIP_COUNTERMEASURES;
6733 else
6734 flags &= ~IEEE80211_CRYPTO_TKIP_COUNTERMEASURES;
6735
6736 crypt->ops->set_flags(flags, crypt->priv);
6737
6738 break;
6739
6740 case IW_AUTH_DROP_UNENCRYPTED:{
6741 /* HACK:
6742 *
6743 * wpa_supplicant calls set_wpa_enabled when the driver
6744 * is loaded and unloaded, regardless of if WPA is being
6745 * used. No other calls are made which can be used to
6746 * determine if encryption will be used or not prior to
6747 * association being expected. If encryption is not being
6748 * used, drop_unencrypted is set to false, else true -- we
6749 * can use this to determine if the CAP_PRIVACY_ON bit should
6750 * be set.
6751 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006752 struct libipw_security sec = {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006753 .flags = SEC_ENABLED,
6754 .enabled = param->value,
6755 };
6756 priv->ieee->drop_unencrypted = param->value;
6757 /* We only change SEC_LEVEL for open mode. Others
6758 * are set by ipw_wpa_set_encryption.
6759 */
6760 if (!param->value) {
6761 sec.flags |= SEC_LEVEL;
6762 sec.level = SEC_LEVEL_0;
6763 } else {
6764 sec.flags |= SEC_LEVEL;
6765 sec.level = SEC_LEVEL_1;
6766 }
6767 if (priv->ieee->set_security)
6768 priv->ieee->set_security(priv->ieee->dev, &sec);
6769 break;
6770 }
6771
6772 case IW_AUTH_80211_AUTH_ALG:
6773 ret = ipw_wpa_set_auth_algs(priv, param->value);
6774 break;
6775
6776 case IW_AUTH_WPA_ENABLED:
6777 ret = ipw_wpa_enable(priv, param->value);
Zhu Yie3c5a642006-04-13 17:21:13 +08006778 ipw_disassociate(priv);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006779 break;
6780
6781 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
6782 ieee->ieee802_1x = param->value;
6783 break;
6784
James Ketrenosafbf30a2005-08-25 00:05:33 -05006785 case IW_AUTH_PRIVACY_INVOKED:
6786 ieee->privacy_invoked = param->value;
6787 break;
6788
6789 default:
6790 return -EOPNOTSUPP;
6791 }
6792 return ret;
6793}
6794
6795/* SIOCGIWAUTH */
6796static int ipw_wx_get_auth(struct net_device *dev,
6797 struct iw_request_info *info,
6798 union iwreq_data *wrqu, char *extra)
6799{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006800 struct ipw_priv *priv = libipw_priv(dev);
6801 struct libipw_device *ieee = priv->ieee;
John W. Linville274bfb82008-10-29 11:35:05 -04006802 struct lib80211_crypt_data *crypt;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006803 struct iw_param *param = &wrqu->param;
6804 int ret = 0;
6805
6806 switch (param->flags & IW_AUTH_INDEX) {
6807 case IW_AUTH_WPA_VERSION:
6808 case IW_AUTH_CIPHER_PAIRWISE:
6809 case IW_AUTH_CIPHER_GROUP:
6810 case IW_AUTH_KEY_MGMT:
6811 /*
6812 * wpa_supplicant will control these internally
6813 */
6814 ret = -EOPNOTSUPP;
6815 break;
6816
6817 case IW_AUTH_TKIP_COUNTERMEASURES:
John W. Linville274bfb82008-10-29 11:35:05 -04006818 crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
James Ketrenos991d1cc2005-10-13 09:26:48 +00006819 if (!crypt || !crypt->ops->get_flags)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006820 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006821
6822 param->value = (crypt->ops->get_flags(crypt->priv) &
6823 IEEE80211_CRYPTO_TKIP_COUNTERMEASURES) ? 1 : 0;
6824
6825 break;
6826
6827 case IW_AUTH_DROP_UNENCRYPTED:
6828 param->value = ieee->drop_unencrypted;
6829 break;
6830
6831 case IW_AUTH_80211_AUTH_ALG:
6832 param->value = ieee->sec.auth_mode;
6833 break;
6834
6835 case IW_AUTH_WPA_ENABLED:
6836 param->value = ieee->wpa_enabled;
6837 break;
6838
6839 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
6840 param->value = ieee->ieee802_1x;
6841 break;
6842
6843 case IW_AUTH_ROAMING_CONTROL:
6844 case IW_AUTH_PRIVACY_INVOKED:
6845 param->value = ieee->privacy_invoked;
6846 break;
6847
6848 default:
6849 return -EOPNOTSUPP;
6850 }
6851 return 0;
6852}
6853
6854/* SIOCSIWENCODEEXT */
6855static int ipw_wx_set_encodeext(struct net_device *dev,
6856 struct iw_request_info *info,
6857 union iwreq_data *wrqu, char *extra)
6858{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006859 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006860 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra;
6861
6862 if (hwcrypto) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006863 if (ext->alg == IW_ENCODE_ALG_TKIP) {
Hong Liu567deaf2005-08-31 18:07:22 +08006864 /* IPW HW can't build TKIP MIC,
6865 host decryption still needed */
6866 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
6867 priv->ieee->host_mc_decrypt = 1;
6868 else {
6869 priv->ieee->host_encrypt = 0;
6870 priv->ieee->host_encrypt_msdu = 1;
6871 priv->ieee->host_decrypt = 1;
6872 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05006873 } else {
6874 priv->ieee->host_encrypt = 0;
6875 priv->ieee->host_encrypt_msdu = 0;
6876 priv->ieee->host_decrypt = 0;
Hong Liu567deaf2005-08-31 18:07:22 +08006877 priv->ieee->host_mc_decrypt = 0;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006878 }
6879 }
6880
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006881 return libipw_wx_set_encodeext(priv->ieee, info, wrqu, extra);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006882}
6883
6884/* SIOCGIWENCODEEXT */
6885static int ipw_wx_get_encodeext(struct net_device *dev,
6886 struct iw_request_info *info,
6887 union iwreq_data *wrqu, char *extra)
6888{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006889 struct ipw_priv *priv = libipw_priv(dev);
6890 return libipw_wx_get_encodeext(priv->ieee, info, wrqu, extra);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006891}
6892
6893/* SIOCSIWMLME */
6894static int ipw_wx_set_mlme(struct net_device *dev,
6895 struct iw_request_info *info,
6896 union iwreq_data *wrqu, char *extra)
6897{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006898 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006899 struct iw_mlme *mlme = (struct iw_mlme *)extra;
Al Viroe62e1ee2007-12-27 01:36:46 -05006900 __le16 reason;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006901
6902 reason = cpu_to_le16(mlme->reason_code);
6903
6904 switch (mlme->cmd) {
6905 case IW_MLME_DEAUTH:
Pavel Machek67fd6b42006-07-11 15:34:05 +02006906 /* silently ignore */
James Ketrenosafbf30a2005-08-25 00:05:33 -05006907 break;
6908
6909 case IW_MLME_DISASSOC:
6910 ipw_disassociate(priv);
6911 break;
6912
6913 default:
6914 return -EOPNOTSUPP;
6915 }
6916 return 0;
6917}
James Ketrenosea2b26e2005-08-24 21:25:16 -05006918
Zhu Yie43e3c12006-04-13 17:20:45 +08006919#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -05006920
6921/* QoS */
6922/*
6923* get the modulation type of the current network or
6924* the card current mode
6925*/
Adrian Bunk53d0bcf2006-03-04 13:14:31 +01006926static u8 ipw_qos_current_mode(struct ipw_priv * priv)
James Ketrenosb095c382005-08-24 22:04:42 -05006927{
6928 u8 mode = 0;
6929
6930 if (priv->status & STATUS_ASSOCIATED) {
6931 unsigned long flags;
6932
6933 spin_lock_irqsave(&priv->ieee->lock, flags);
6934 mode = priv->assoc_network->mode;
6935 spin_unlock_irqrestore(&priv->ieee->lock, flags);
6936 } else {
6937 mode = priv->ieee->mode;
6938 }
Frans Pop9fd1ea42010-03-24 19:46:31 +01006939 IPW_DEBUG_QOS("QoS network/card mode %d\n", mode);
James Ketrenosb095c382005-08-24 22:04:42 -05006940 return mode;
6941}
6942
6943/*
6944* Handle management frame beacon and probe response
6945*/
James Ketrenos3b9990c2005-08-19 13:18:55 -05006946static int ipw_qos_handle_probe_response(struct ipw_priv *priv,
6947 int active_network,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006948 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05006949{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006950 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05006951
James Ketrenosafbf30a2005-08-25 00:05:33 -05006952 if (network->capability & WLAN_CAPABILITY_IBSS)
James Ketrenosb095c382005-08-24 22:04:42 -05006953 network->qos_data.active = network->qos_data.supported;
6954
6955 if (network->flags & NETWORK_HAS_QOS_MASK) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006956 if (active_network &&
6957 (network->flags & NETWORK_HAS_QOS_PARAMETERS))
James Ketrenosb095c382005-08-24 22:04:42 -05006958 network->qos_data.active = network->qos_data.supported;
6959
6960 if ((network->qos_data.active == 1) && (active_network == 1) &&
6961 (network->flags & NETWORK_HAS_QOS_PARAMETERS) &&
6962 (network->qos_data.old_param_count !=
6963 network->qos_data.param_count)) {
6964 network->qos_data.old_param_count =
6965 network->qos_data.param_count;
6966 schedule_work(&priv->qos_activate);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006967 IPW_DEBUG_QOS("QoS parameters change call "
6968 "qos_activate\n");
James Ketrenosb095c382005-08-24 22:04:42 -05006969 }
6970 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006971 if ((priv->ieee->mode == IEEE_B) || (network->mode == IEEE_B))
6972 memcpy(&network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05006973 &def_parameters_CCK, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006974 else
6975 memcpy(&network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05006976 &def_parameters_OFDM, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006977
James Ketrenosb095c382005-08-24 22:04:42 -05006978 if ((network->qos_data.active == 1) && (active_network == 1)) {
Frans Pop9fd1ea42010-03-24 19:46:31 +01006979 IPW_DEBUG_QOS("QoS was disabled call qos_activate\n");
James Ketrenosb095c382005-08-24 22:04:42 -05006980 schedule_work(&priv->qos_activate);
6981 }
6982
6983 network->qos_data.active = 0;
6984 network->qos_data.supported = 0;
6985 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05006986 if ((priv->status & STATUS_ASSOCIATED) &&
6987 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) {
6988 if (memcmp(network->bssid, priv->bssid, ETH_ALEN))
John W. Linvillec5d3dce2008-09-30 17:17:26 -04006989 if (network->capability & WLAN_CAPABILITY_IBSS)
James Ketrenosb095c382005-08-24 22:04:42 -05006990 if ((network->ssid_len ==
James Ketrenosafbf30a2005-08-25 00:05:33 -05006991 priv->assoc_network->ssid_len) &&
6992 !memcmp(network->ssid,
6993 priv->assoc_network->ssid,
6994 network->ssid_len)) {
Tejun Heobcb6d912011-01-26 12:12:50 +01006995 schedule_work(&priv->merge_networks);
James Ketrenosb095c382005-08-24 22:04:42 -05006996 }
James Ketrenosb095c382005-08-24 22:04:42 -05006997 }
6998
6999 return 0;
7000}
7001
7002/*
7003* This function set up the firmware to support QoS. It sends
7004* IPW_CMD_QOS_PARAMETERS and IPW_CMD_WME_INFO
7005*/
7006static int ipw_qos_activate(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007007 struct libipw_qos_data *qos_network_data)
James Ketrenosb095c382005-08-24 22:04:42 -05007008{
7009 int err;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007010 struct libipw_qos_parameters qos_parameters[QOS_QOS_SETS];
7011 struct libipw_qos_parameters *active_one = NULL;
7012 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05007013 u32 burst_duration;
7014 int i;
7015 u8 type;
7016
7017 type = ipw_qos_current_mode(priv);
7018
7019 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_CCK]);
7020 memcpy(active_one, priv->qos_data.def_qos_parm_CCK, size);
7021 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_OFDM]);
7022 memcpy(active_one, priv->qos_data.def_qos_parm_OFDM, size);
7023
7024 if (qos_network_data == NULL) {
7025 if (type == IEEE_B) {
7026 IPW_DEBUG_QOS("QoS activate network mode %d\n", type);
7027 active_one = &def_parameters_CCK;
7028 } else
7029 active_one = &def_parameters_OFDM;
7030
James Ketrenosafbf30a2005-08-25 00:05:33 -05007031 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007032 burst_duration = ipw_qos_get_burst_duration(priv);
7033 for (i = 0; i < QOS_QUEUE_NUM; i++)
James Ketrenosafbf30a2005-08-25 00:05:33 -05007034 qos_parameters[QOS_PARAM_SET_ACTIVE].tx_op_limit[i] =
Al Viro8fffc152007-12-27 01:25:40 -05007035 cpu_to_le16(burst_duration);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007036 } else if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
James Ketrenosb095c382005-08-24 22:04:42 -05007037 if (type == IEEE_B) {
7038 IPW_DEBUG_QOS("QoS activate IBSS nework mode %d\n",
7039 type);
7040 if (priv->qos_data.qos_enable == 0)
7041 active_one = &def_parameters_CCK;
7042 else
7043 active_one = priv->qos_data.def_qos_parm_CCK;
7044 } else {
7045 if (priv->qos_data.qos_enable == 0)
7046 active_one = &def_parameters_OFDM;
7047 else
7048 active_one = priv->qos_data.def_qos_parm_OFDM;
7049 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05007050 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007051 } else {
7052 unsigned long flags;
7053 int active;
7054
7055 spin_lock_irqsave(&priv->ieee->lock, flags);
7056 active_one = &(qos_network_data->parameters);
7057 qos_network_data->old_param_count =
7058 qos_network_data->param_count;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007059 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007060 active = qos_network_data->supported;
7061 spin_unlock_irqrestore(&priv->ieee->lock, flags);
7062
7063 if (active == 0) {
7064 burst_duration = ipw_qos_get_burst_duration(priv);
7065 for (i = 0; i < QOS_QUEUE_NUM; i++)
7066 qos_parameters[QOS_PARAM_SET_ACTIVE].
Al Viro8fffc152007-12-27 01:25:40 -05007067 tx_op_limit[i] = cpu_to_le16(burst_duration);
James Ketrenosb095c382005-08-24 22:04:42 -05007068 }
7069 }
7070
7071 IPW_DEBUG_QOS("QoS sending IPW_CMD_QOS_PARAMETERS\n");
James Ketrenosafbf30a2005-08-25 00:05:33 -05007072 err = ipw_send_qos_params_command(priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007073 (struct libipw_qos_parameters *)
James Ketrenosafbf30a2005-08-25 00:05:33 -05007074 &(qos_parameters[0]));
James Ketrenosb095c382005-08-24 22:04:42 -05007075 if (err)
7076 IPW_DEBUG_QOS("QoS IPW_CMD_QOS_PARAMETERS failed\n");
7077
7078 return err;
7079}
7080
7081/*
7082* send IPW_CMD_WME_INFO to the firmware
7083*/
7084static int ipw_qos_set_info_element(struct ipw_priv *priv)
7085{
7086 int ret = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007087 struct libipw_qos_information_element qos_info;
James Ketrenosb095c382005-08-24 22:04:42 -05007088
7089 if (priv == NULL)
7090 return -1;
7091
7092 qos_info.elementID = QOS_ELEMENT_ID;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007093 qos_info.length = sizeof(struct libipw_qos_information_element) - 2;
James Ketrenosb095c382005-08-24 22:04:42 -05007094
7095 qos_info.version = QOS_VERSION_1;
7096 qos_info.ac_info = 0;
7097
7098 memcpy(qos_info.qui, qos_oui, QOS_OUI_LEN);
7099 qos_info.qui_type = QOS_OUI_TYPE;
7100 qos_info.qui_subtype = QOS_OUI_INFO_SUB_TYPE;
7101
7102 ret = ipw_send_qos_info_command(priv, &qos_info);
7103 if (ret != 0) {
7104 IPW_DEBUG_QOS("QoS error calling ipw_send_qos_info_command\n");
7105 }
7106 return ret;
7107}
7108
7109/*
7110* Set the QoS parameter with the association request structure
7111*/
7112static int ipw_qos_association(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007113 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007114{
7115 int err = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007116 struct libipw_qos_data *qos_data = NULL;
7117 struct libipw_qos_data ibss_data = {
James Ketrenosb095c382005-08-24 22:04:42 -05007118 .supported = 1,
7119 .active = 1,
7120 };
7121
7122 switch (priv->ieee->iw_mode) {
7123 case IW_MODE_ADHOC:
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02007124 BUG_ON(!(network->capability & WLAN_CAPABILITY_IBSS));
James Ketrenosb095c382005-08-24 22:04:42 -05007125
7126 qos_data = &ibss_data;
7127 break;
7128
7129 case IW_MODE_INFRA:
7130 qos_data = &network->qos_data;
7131 break;
7132
7133 default:
7134 BUG();
7135 break;
7136 }
7137
7138 err = ipw_qos_activate(priv, qos_data);
7139 if (err) {
7140 priv->assoc_request.policy_support &= ~HC_QOS_SUPPORT_ASSOC;
7141 return err;
7142 }
7143
7144 if (priv->qos_data.qos_enable && qos_data->supported) {
7145 IPW_DEBUG_QOS("QoS will be enabled for this association\n");
7146 priv->assoc_request.policy_support |= HC_QOS_SUPPORT_ASSOC;
7147 return ipw_qos_set_info_element(priv);
7148 }
7149
7150 return 0;
7151}
7152
7153/*
Matt LaPlante0779bf22006-11-30 05:24:39 +01007154* handling the beaconing responses. if we get different QoS setting
7155* off the network from the associated setting, adjust the QoS
James Ketrenosb095c382005-08-24 22:04:42 -05007156* setting
7157*/
7158static int ipw_qos_association_resp(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007159 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007160{
7161 int ret = 0;
7162 unsigned long flags;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007163 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05007164 int set_qos_param = 0;
7165
James Ketrenosafbf30a2005-08-25 00:05:33 -05007166 if ((priv == NULL) || (network == NULL) ||
7167 (priv->assoc_network == NULL))
James Ketrenosb095c382005-08-24 22:04:42 -05007168 return ret;
7169
7170 if (!(priv->status & STATUS_ASSOCIATED))
7171 return ret;
7172
James Ketrenosafbf30a2005-08-25 00:05:33 -05007173 if ((priv->ieee->iw_mode != IW_MODE_INFRA))
James Ketrenosb095c382005-08-24 22:04:42 -05007174 return ret;
James Ketrenosb095c382005-08-24 22:04:42 -05007175
7176 spin_lock_irqsave(&priv->ieee->lock, flags);
7177 if (network->flags & NETWORK_HAS_QOS_PARAMETERS) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007178 memcpy(&priv->assoc_network->qos_data, &network->qos_data,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007179 sizeof(struct libipw_qos_data));
James Ketrenosb095c382005-08-24 22:04:42 -05007180 priv->assoc_network->qos_data.active = 1;
7181 if ((network->qos_data.old_param_count !=
7182 network->qos_data.param_count)) {
7183 set_qos_param = 1;
7184 network->qos_data.old_param_count =
7185 network->qos_data.param_count;
7186 }
7187
7188 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007189 if ((network->mode == IEEE_B) || (priv->ieee->mode == IEEE_B))
7190 memcpy(&priv->assoc_network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05007191 &def_parameters_CCK, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007192 else
7193 memcpy(&priv->assoc_network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05007194 &def_parameters_OFDM, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007195 priv->assoc_network->qos_data.active = 0;
7196 priv->assoc_network->qos_data.supported = 0;
7197 set_qos_param = 1;
7198 }
7199
7200 spin_unlock_irqrestore(&priv->ieee->lock, flags);
7201
7202 if (set_qos_param == 1)
7203 schedule_work(&priv->qos_activate);
7204
7205 return ret;
7206}
7207
7208static u32 ipw_qos_get_burst_duration(struct ipw_priv *priv)
7209{
7210 u32 ret = 0;
7211
7212 if ((priv == NULL))
7213 return 0;
7214
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007215 if (!(priv->ieee->modulation & LIBIPW_OFDM_MODULATION))
James Ketrenosb095c382005-08-24 22:04:42 -05007216 ret = priv->qos_data.burst_duration_CCK;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007217 else
James Ketrenosb095c382005-08-24 22:04:42 -05007218 ret = priv->qos_data.burst_duration_OFDM;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007219
James Ketrenosb095c382005-08-24 22:04:42 -05007220 return ret;
7221}
7222
7223/*
7224* Initialize the setting of QoS global
7225*/
7226static void ipw_qos_init(struct ipw_priv *priv, int enable,
7227 int burst_enable, u32 burst_duration_CCK,
7228 u32 burst_duration_OFDM)
7229{
7230 priv->qos_data.qos_enable = enable;
7231
7232 if (priv->qos_data.qos_enable) {
7233 priv->qos_data.def_qos_parm_CCK = &def_qos_parameters_CCK;
7234 priv->qos_data.def_qos_parm_OFDM = &def_qos_parameters_OFDM;
7235 IPW_DEBUG_QOS("QoS is enabled\n");
7236 } else {
7237 priv->qos_data.def_qos_parm_CCK = &def_parameters_CCK;
7238 priv->qos_data.def_qos_parm_OFDM = &def_parameters_OFDM;
7239 IPW_DEBUG_QOS("QoS is not enabled\n");
7240 }
7241
7242 priv->qos_data.burst_enable = burst_enable;
7243
7244 if (burst_enable) {
7245 priv->qos_data.burst_duration_CCK = burst_duration_CCK;
7246 priv->qos_data.burst_duration_OFDM = burst_duration_OFDM;
7247 } else {
7248 priv->qos_data.burst_duration_CCK = 0;
7249 priv->qos_data.burst_duration_OFDM = 0;
7250 }
7251}
7252
7253/*
7254* map the packet priority to the right TX Queue
7255*/
7256static int ipw_get_tx_queue_number(struct ipw_priv *priv, u16 priority)
7257{
7258 if (priority > 7 || !priv->qos_data.qos_enable)
7259 priority = 0;
7260
7261 return from_priority_to_tx_queue[priority] - 1;
7262}
7263
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007264static int ipw_is_qos_active(struct net_device *dev,
7265 struct sk_buff *skb)
James Ketrenosb095c382005-08-24 22:04:42 -05007266{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007267 struct ipw_priv *priv = libipw_priv(dev);
7268 struct libipw_qos_data *qos_data = NULL;
James Ketrenosb095c382005-08-24 22:04:42 -05007269 int active, supported;
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007270 u8 *daddr = skb->data + ETH_ALEN;
7271 int unicast = !is_multicast_ether_addr(daddr);
James Ketrenosb095c382005-08-24 22:04:42 -05007272
7273 if (!(priv->status & STATUS_ASSOCIATED))
7274 return 0;
7275
7276 qos_data = &priv->assoc_network->qos_data;
7277
James Ketrenosb095c382005-08-24 22:04:42 -05007278 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
7279 if (unicast == 0)
7280 qos_data->active = 0;
7281 else
7282 qos_data->active = qos_data->supported;
7283 }
James Ketrenosb095c382005-08-24 22:04:42 -05007284 active = qos_data->active;
7285 supported = qos_data->supported;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007286 IPW_DEBUG_QOS("QoS %d network is QoS active %d supported %d "
7287 "unicast %d\n",
7288 priv->qos_data.qos_enable, active, supported, unicast);
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007289 if (active && priv->qos_data.qos_enable)
7290 return 1;
James Ketrenosb095c382005-08-24 22:04:42 -05007291
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007292 return 0;
7293
7294}
7295/*
7296* add QoS parameter to the TX command
7297*/
7298static int ipw_qos_set_tx_queue_command(struct ipw_priv *priv,
7299 u16 priority,
7300 struct tfd_data *tfd)
7301{
7302 int tx_queue_id = 0;
7303
7304
7305 tx_queue_id = from_priority_to_tx_queue[priority] - 1;
7306 tfd->tx_flags_ext |= DCT_FLAG_EXT_QOS_ENABLED;
7307
7308 if (priv->qos_data.qos_no_ack_mask & (1UL << tx_queue_id)) {
7309 tfd->tx_flags &= ~DCT_FLAG_ACK_REQD;
Zhu Yi851ca262006-08-21 11:37:58 +08007310 tfd->tfd.tfd_26.mchdr.qos_ctrl |= cpu_to_le16(CTRL_QOS_NO_ACK);
James Ketrenosb095c382005-08-24 22:04:42 -05007311 }
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007312 return 0;
James Ketrenosb095c382005-08-24 22:04:42 -05007313}
7314
7315/*
7316* background support to run QoS activate functionality
7317*/
David Howellsc4028952006-11-22 14:57:56 +00007318static void ipw_bg_qos_activate(struct work_struct *work)
James Ketrenosb095c382005-08-24 22:04:42 -05007319{
David Howellsc4028952006-11-22 14:57:56 +00007320 struct ipw_priv *priv =
7321 container_of(work, struct ipw_priv, qos_activate);
James Ketrenosb095c382005-08-24 22:04:42 -05007322
Zhu Yi46441512006-01-24 16:37:59 +08007323 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05007324
7325 if (priv->status & STATUS_ASSOCIATED)
7326 ipw_qos_activate(priv, &(priv->assoc_network->qos_data));
7327
Zhu Yi46441512006-01-24 16:37:59 +08007328 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05007329}
7330
James Ketrenos3b9990c2005-08-19 13:18:55 -05007331static int ipw_handle_probe_response(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007332 struct libipw_probe_response *resp,
7333 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007334{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007335 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007336 int active_network = ((priv->status & STATUS_ASSOCIATED) &&
7337 (network == priv->assoc_network));
James Ketrenosb095c382005-08-24 22:04:42 -05007338
James Ketrenos3b9990c2005-08-19 13:18:55 -05007339 ipw_qos_handle_probe_response(priv, active_network, network);
James Ketrenosb095c382005-08-24 22:04:42 -05007340
James Ketrenos3b9990c2005-08-19 13:18:55 -05007341 return 0;
7342}
James Ketrenosb095c382005-08-24 22:04:42 -05007343
James Ketrenos3b9990c2005-08-19 13:18:55 -05007344static int ipw_handle_beacon(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007345 struct libipw_beacon *resp,
7346 struct libipw_network *network)
James Ketrenos3b9990c2005-08-19 13:18:55 -05007347{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007348 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007349 int active_network = ((priv->status & STATUS_ASSOCIATED) &&
7350 (network == priv->assoc_network));
7351
7352 ipw_qos_handle_probe_response(priv, active_network, network);
7353
7354 return 0;
7355}
7356
7357static int ipw_handle_assoc_response(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007358 struct libipw_assoc_response *resp,
7359 struct libipw_network *network)
James Ketrenos3b9990c2005-08-19 13:18:55 -05007360{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007361 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007362 ipw_qos_association_resp(priv, network);
James Ketrenosb095c382005-08-24 22:04:42 -05007363 return 0;
7364}
7365
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007366static int ipw_send_qos_params_command(struct ipw_priv *priv, struct libipw_qos_parameters
James Ketrenosb095c382005-08-24 22:04:42 -05007367 *qos_param)
7368{
Zhu Yi4e226992006-01-24 16:37:36 +08007369 return ipw_send_cmd_pdu(priv, IPW_CMD_QOS_PARAMETERS,
7370 sizeof(*qos_param) * 3, qos_param);
James Ketrenosb095c382005-08-24 22:04:42 -05007371}
7372
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007373static int ipw_send_qos_info_command(struct ipw_priv *priv, struct libipw_qos_information_element
James Ketrenosb095c382005-08-24 22:04:42 -05007374 *qos_param)
7375{
Zhu Yi4e226992006-01-24 16:37:36 +08007376 return ipw_send_cmd_pdu(priv, IPW_CMD_WME_INFO, sizeof(*qos_param),
7377 qos_param);
James Ketrenosb095c382005-08-24 22:04:42 -05007378}
7379
Zhu Yie43e3c12006-04-13 17:20:45 +08007380#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -05007381
James Ketrenos43f66a62005-03-25 12:31:53 -06007382static int ipw_associate_network(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007383 struct libipw_network *network,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007384 struct ipw_supported_rates *rates, int roaming)
James Ketrenos43f66a62005-03-25 12:31:53 -06007385{
7386 int err;
John W. Linville9387b7c2008-09-30 20:59:05 -04007387 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007388
7389 if (priv->config & CFG_FIXED_RATE)
James Ketrenosb095c382005-08-24 22:04:42 -05007390 ipw_set_fixed_rate(priv, network->mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06007391
7392 if (!(priv->config & CFG_STATIC_ESSID)) {
Jeff Garzikbf794512005-07-31 13:07:26 -04007393 priv->essid_len = min(network->ssid_len,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007394 (u8) IW_ESSID_MAX_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06007395 memcpy(priv->essid, network->ssid, priv->essid_len);
7396 }
7397
7398 network->last_associate = jiffies;
7399
7400 memset(&priv->assoc_request, 0, sizeof(priv->assoc_request));
7401 priv->assoc_request.channel = network->channel;
Zhu Yi3e234b42006-01-24 16:36:52 +08007402 priv->assoc_request.auth_key = 0;
7403
James Ketrenos43f66a62005-03-25 12:31:53 -06007404 if ((priv->capability & CAP_PRIVACY_ON) &&
Zhu Yi3e234b42006-01-24 16:36:52 +08007405 (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007406 priv->assoc_request.auth_type = AUTH_SHARED_KEY;
James Ketrenosb095c382005-08-24 22:04:42 -05007407 priv->assoc_request.auth_key = priv->ieee->sec.active_key;
7408
Zhu Yi1ba61e02006-02-15 13:00:55 +08007409 if (priv->ieee->sec.level == SEC_LEVEL_1)
James Ketrenosb095c382005-08-24 22:04:42 -05007410 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
Zhu Yi3e234b42006-01-24 16:36:52 +08007411
7412 } else if ((priv->capability & CAP_PRIVACY_ON) &&
7413 (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP))
7414 priv->assoc_request.auth_type = AUTH_LEAP;
7415 else
James Ketrenos43f66a62005-03-25 12:31:53 -06007416 priv->assoc_request.auth_type = AUTH_OPEN;
James Ketrenos43f66a62005-03-25 12:31:53 -06007417
James Ketrenosa613bff2005-08-24 21:43:11 -05007418 if (priv->ieee->wpa_ie_len) {
Al Viro5b5e8072007-12-27 01:54:06 -05007419 priv->assoc_request.policy_support = cpu_to_le16(0x02); /* RSN active */
James Ketrenosea2b26e2005-08-24 21:25:16 -05007420 ipw_set_rsn_capa(priv, priv->ieee->wpa_ie,
7421 priv->ieee->wpa_ie_len);
7422 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007423
Jeff Garzikbf794512005-07-31 13:07:26 -04007424 /*
7425 * It is valid for our ieee device to support multiple modes, but
7426 * when it comes to associating to a given network we have to choose
James Ketrenos43f66a62005-03-25 12:31:53 -06007427 * just one mode.
7428 */
7429 if (network->mode & priv->ieee->mode & IEEE_A)
7430 priv->assoc_request.ieee_mode = IPW_A_MODE;
7431 else if (network->mode & priv->ieee->mode & IEEE_G)
7432 priv->assoc_request.ieee_mode = IPW_G_MODE;
7433 else if (network->mode & priv->ieee->mode & IEEE_B)
7434 priv->assoc_request.ieee_mode = IPW_B_MODE;
7435
Al Viro5b5e8072007-12-27 01:54:06 -05007436 priv->assoc_request.capability = cpu_to_le16(network->capability);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007437 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
7438 && !(priv->config & CFG_PREAMBLE_LONG)) {
7439 priv->assoc_request.preamble_length = DCT_FLAG_SHORT_PREAMBLE;
7440 } else {
7441 priv->assoc_request.preamble_length = DCT_FLAG_LONG_PREAMBLE;
7442
7443 /* Clear the short preamble if we won't be supporting it */
7444 priv->assoc_request.capability &=
Al Viro5b5e8072007-12-27 01:54:06 -05007445 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007446 }
7447
James Ketrenosafbf30a2005-08-25 00:05:33 -05007448 /* Clear capability bits that aren't used in Ad Hoc */
7449 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
7450 priv->assoc_request.capability &=
Al Viro5b5e8072007-12-27 01:54:06 -05007451 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007452
Justin P. Mattock70f23fd2011-05-10 10:16:21 +02007453 IPW_DEBUG_ASSOC("%ssociation attempt: '%s', channel %d, "
James Ketrenosea2b26e2005-08-24 21:25:16 -05007454 "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06007455 roaming ? "Rea" : "A",
John W. Linville9387b7c2008-09-30 20:59:05 -04007456 print_ssid(ssid, priv->essid, priv->essid_len),
Jeff Garzikbf794512005-07-31 13:07:26 -04007457 network->channel,
7458 ipw_modes[priv->assoc_request.ieee_mode],
7459 rates->num_rates,
James Ketrenosea2b26e2005-08-24 21:25:16 -05007460 (priv->assoc_request.preamble_length ==
7461 DCT_FLAG_LONG_PREAMBLE) ? "long" : "short",
7462 network->capability &
7463 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long",
James Ketrenos43f66a62005-03-25 12:31:53 -06007464 priv->capability & CAP_PRIVACY_ON ? "on " : "off",
Jeff Garzikbf794512005-07-31 13:07:26 -04007465 priv->capability & CAP_PRIVACY_ON ?
7466 (priv->capability & CAP_SHARED_KEY ? "(shared)" :
James Ketrenos43f66a62005-03-25 12:31:53 -06007467 "(open)") : "",
7468 priv->capability & CAP_PRIVACY_ON ? " key=" : "",
Jeff Garzikbf794512005-07-31 13:07:26 -04007469 priv->capability & CAP_PRIVACY_ON ?
James Ketrenosb095c382005-08-24 22:04:42 -05007470 '1' + priv->ieee->sec.active_key : '.',
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007471 priv->capability & CAP_PRIVACY_ON ? '.' : ' ');
James Ketrenos43f66a62005-03-25 12:31:53 -06007472
Al Viro5b5e8072007-12-27 01:54:06 -05007473 priv->assoc_request.beacon_interval = cpu_to_le16(network->beacon_interval);
James Ketrenos43f66a62005-03-25 12:31:53 -06007474 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007475 (network->time_stamp[0] == 0) && (network->time_stamp[1] == 0)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007476 priv->assoc_request.assoc_type = HC_IBSS_START;
7477 priv->assoc_request.assoc_tsf_msw = 0;
7478 priv->assoc_request.assoc_tsf_lsw = 0;
7479 } else {
7480 if (unlikely(roaming))
7481 priv->assoc_request.assoc_type = HC_REASSOCIATE;
7482 else
7483 priv->assoc_request.assoc_type = HC_ASSOCIATE;
Al Viro5b5e8072007-12-27 01:54:06 -05007484 priv->assoc_request.assoc_tsf_msw = cpu_to_le32(network->time_stamp[1]);
7485 priv->assoc_request.assoc_tsf_lsw = cpu_to_le32(network->time_stamp[0]);
James Ketrenos43f66a62005-03-25 12:31:53 -06007486 }
7487
James Ketrenosafbf30a2005-08-25 00:05:33 -05007488 memcpy(priv->assoc_request.bssid, network->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06007489
7490 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
7491 memset(&priv->assoc_request.dest, 0xFF, ETH_ALEN);
Al Viro5b5e8072007-12-27 01:54:06 -05007492 priv->assoc_request.atim_window = cpu_to_le16(network->atim_window);
James Ketrenos43f66a62005-03-25 12:31:53 -06007493 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007494 memcpy(priv->assoc_request.dest, network->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06007495 priv->assoc_request.atim_window = 0;
7496 }
7497
Al Viro5b5e8072007-12-27 01:54:06 -05007498 priv->assoc_request.listen_interval = cpu_to_le16(network->listen_interval);
Jeff Garzikbf794512005-07-31 13:07:26 -04007499
James Ketrenos43f66a62005-03-25 12:31:53 -06007500 err = ipw_send_ssid(priv, priv->essid, priv->essid_len);
7501 if (err) {
7502 IPW_DEBUG_HC("Attempt to send SSID command failed.\n");
7503 return err;
7504 }
7505
7506 rates->ieee_mode = priv->assoc_request.ieee_mode;
7507 rates->purpose = IPW_RATE_CONNECT;
7508 ipw_send_supported_rates(priv, rates);
Jeff Garzikbf794512005-07-31 13:07:26 -04007509
James Ketrenos43f66a62005-03-25 12:31:53 -06007510 if (priv->assoc_request.ieee_mode == IPW_G_MODE)
7511 priv->sys_config.dot11g_auto_detection = 1;
7512 else
7513 priv->sys_config.dot11g_auto_detection = 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -05007514
7515 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
7516 priv->sys_config.answer_broadcast_ssid_probe = 1;
7517 else
7518 priv->sys_config.answer_broadcast_ssid_probe = 0;
7519
Zhu Yid685b8c2006-04-13 17:20:27 +08007520 err = ipw_send_system_config(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06007521 if (err) {
7522 IPW_DEBUG_HC("Attempt to send sys config command failed.\n");
7523 return err;
7524 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007525
James Ketrenos43f66a62005-03-25 12:31:53 -06007526 IPW_DEBUG_ASSOC("Association sensitivity: %d\n", network->stats.rssi);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007527 err = ipw_set_sensitivity(priv, network->stats.rssi + IPW_RSSI_TO_DBM);
James Ketrenos43f66a62005-03-25 12:31:53 -06007528 if (err) {
7529 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7530 return err;
7531 }
7532
7533 /*
7534 * If preemption is enabled, it is possible for the association
7535 * to complete before we return from ipw_send_associate. Therefore
7536 * we have to be sure and update our priviate data first.
7537 */
7538 priv->channel = network->channel;
7539 memcpy(priv->bssid, network->bssid, ETH_ALEN);
Jeff Garzikbf794512005-07-31 13:07:26 -04007540 priv->status |= STATUS_ASSOCIATING;
James Ketrenos43f66a62005-03-25 12:31:53 -06007541 priv->status &= ~STATUS_SECURITY_UPDATED;
7542
7543 priv->assoc_network = network;
7544
Zhu Yie43e3c12006-04-13 17:20:45 +08007545#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -05007546 ipw_qos_association(priv, network);
7547#endif
7548
James Ketrenos43f66a62005-03-25 12:31:53 -06007549 err = ipw_send_associate(priv, &priv->assoc_request);
7550 if (err) {
7551 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7552 return err;
7553 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007554
Frans Pop9fd1ea42010-03-24 19:46:31 +01007555 IPW_DEBUG(IPW_DL_STATE, "associating: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04007556 print_ssid(ssid, priv->essid, priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07007557 priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007558
7559 return 0;
7560}
7561
7562static void ipw_roam(void *data)
7563{
7564 struct ipw_priv *priv = data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007565 struct libipw_network *network = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06007566 struct ipw_network_match match = {
7567 .network = priv->assoc_network
7568 };
7569
7570 /* The roaming process is as follows:
Jeff Garzikbf794512005-07-31 13:07:26 -04007571 *
7572 * 1. Missed beacon threshold triggers the roaming process by
James Ketrenos43f66a62005-03-25 12:31:53 -06007573 * setting the status ROAM bit and requesting a scan.
7574 * 2. When the scan completes, it schedules the ROAM work
7575 * 3. The ROAM work looks at all of the known networks for one that
7576 * is a better network than the currently associated. If none
7577 * found, the ROAM process is over (ROAM bit cleared)
7578 * 4. If a better network is found, a disassociation request is
7579 * sent.
7580 * 5. When the disassociation completes, the roam work is again
7581 * scheduled. The second time through, the driver is no longer
7582 * associated, and the newly selected network is sent an
Jeff Garzikbf794512005-07-31 13:07:26 -04007583 * association request.
James Ketrenos43f66a62005-03-25 12:31:53 -06007584 * 6. At this point ,the roaming process is complete and the ROAM
7585 * status bit is cleared.
7586 */
7587
7588 /* If we are no longer associated, and the roaming bit is no longer
7589 * set, then we are not actively roaming, so just return */
7590 if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ROAMING)))
7591 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04007592
James Ketrenos43f66a62005-03-25 12:31:53 -06007593 if (priv->status & STATUS_ASSOCIATED) {
Jeff Garzikbf794512005-07-31 13:07:26 -04007594 /* First pass through ROAM process -- look for a better
James Ketrenos43f66a62005-03-25 12:31:53 -06007595 * network */
James Ketrenosa613bff2005-08-24 21:43:11 -05007596 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06007597 u8 rssi = priv->assoc_network->stats.rssi;
7598 priv->assoc_network->stats.rssi = -128;
James Ketrenosa613bff2005-08-24 21:43:11 -05007599 spin_lock_irqsave(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06007600 list_for_each_entry(network, &priv->ieee->network_list, list) {
7601 if (network != priv->assoc_network)
7602 ipw_best_network(priv, &match, network, 1);
7603 }
James Ketrenosa613bff2005-08-24 21:43:11 -05007604 spin_unlock_irqrestore(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06007605 priv->assoc_network->stats.rssi = rssi;
Jeff Garzikbf794512005-07-31 13:07:26 -04007606
James Ketrenos43f66a62005-03-25 12:31:53 -06007607 if (match.network == priv->assoc_network) {
7608 IPW_DEBUG_ASSOC("No better APs in this network to "
7609 "roam to.\n");
7610 priv->status &= ~STATUS_ROAMING;
7611 ipw_debug_config(priv);
7612 return;
7613 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007614
James Ketrenos43f66a62005-03-25 12:31:53 -06007615 ipw_send_disassociate(priv, 1);
7616 priv->assoc_network = match.network;
7617
7618 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04007619 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007620
7621 /* Second pass through ROAM process -- request association */
7622 ipw_compatible_rates(priv, priv->assoc_network, &match.rates);
7623 ipw_associate_network(priv, priv->assoc_network, &match.rates, 1);
7624 priv->status &= ~STATUS_ROAMING;
7625}
7626
David Howellsc4028952006-11-22 14:57:56 +00007627static void ipw_bg_roam(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05007628{
David Howellsc4028952006-11-22 14:57:56 +00007629 struct ipw_priv *priv =
7630 container_of(work, struct ipw_priv, roam);
Zhu Yi46441512006-01-24 16:37:59 +08007631 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00007632 ipw_roam(priv);
Zhu Yi46441512006-01-24 16:37:59 +08007633 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05007634}
7635
7636static int ipw_associate(void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -06007637{
7638 struct ipw_priv *priv = data;
7639
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007640 struct libipw_network *network = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06007641 struct ipw_network_match match = {
7642 .network = NULL
7643 };
7644 struct ipw_supported_rates *rates;
7645 struct list_head *element;
James Ketrenosa613bff2005-08-24 21:43:11 -05007646 unsigned long flags;
John W. Linville9387b7c2008-09-30 20:59:05 -04007647 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007648
James Ketrenosb095c382005-08-24 22:04:42 -05007649 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
7650 IPW_DEBUG_ASSOC("Not attempting association (monitor mode)\n");
7651 return 0;
7652 }
7653
James Ketrenosc848d0a2005-08-24 21:56:24 -05007654 if (priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007655 IPW_DEBUG_ASSOC("Not attempting association (already in "
7656 "progress)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007657 return 0;
7658 }
7659
Hong Liue6324722005-09-14 21:04:15 -05007660 if (priv->status & STATUS_DISASSOCIATING) {
7661 IPW_DEBUG_ASSOC("Not attempting association (in "
7662 "disassociating)\n ");
Tejun Heobcb6d912011-01-26 12:12:50 +01007663 schedule_work(&priv->associate);
Hong Liue6324722005-09-14 21:04:15 -05007664 return 0;
7665 }
7666
James Ketrenosc848d0a2005-08-24 21:56:24 -05007667 if (!ipw_is_init(priv) || (priv->status & STATUS_SCANNING)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007668 IPW_DEBUG_ASSOC("Not attempting association (scanning or not "
7669 "initialized)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007670 return 0;
7671 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007672
7673 if (!(priv->config & CFG_ASSOCIATE) &&
Alexey Fisher3e4127f2008-11-06 09:51:16 +01007674 !(priv->config & (CFG_STATIC_ESSID | CFG_STATIC_BSSID))) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007675 IPW_DEBUG_ASSOC("Not attempting association (associate=0)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007676 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06007677 }
7678
James Ketrenosa613bff2005-08-24 21:43:11 -05007679 /* Protect our use of the network_list */
7680 spin_lock_irqsave(&priv->ieee->lock, flags);
Jeff Garzikbf794512005-07-31 13:07:26 -04007681 list_for_each_entry(network, &priv->ieee->network_list, list)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007682 ipw_best_network(priv, &match, network, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06007683
7684 network = match.network;
7685 rates = &match.rates;
7686
7687 if (network == NULL &&
7688 priv->ieee->iw_mode == IW_MODE_ADHOC &&
7689 priv->config & CFG_ADHOC_CREATE &&
7690 priv->config & CFG_STATIC_ESSID &&
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007691 priv->config & CFG_STATIC_CHANNEL) {
7692 /* Use oldest network if the free list is empty */
7693 if (list_empty(&priv->ieee->network_free_list)) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007694 struct libipw_network *oldest = NULL;
7695 struct libipw_network *target;
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007696
7697 list_for_each_entry(target, &priv->ieee->network_list, list) {
7698 if ((oldest == NULL) ||
7699 (target->last_scanned < oldest->last_scanned))
7700 oldest = target;
7701 }
7702
7703 /* If there are no more slots, expire the oldest */
7704 list_del(&oldest->list);
7705 target = oldest;
Johannes Berge1749612008-10-27 15:59:26 -07007706 IPW_DEBUG_ASSOC("Expired '%s' (%pM) from "
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007707 "network list.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04007708 print_ssid(ssid, target->ssid,
7709 target->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07007710 target->bssid);
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007711 list_add_tail(&target->list,
7712 &priv->ieee->network_free_list);
7713 }
7714
James Ketrenos43f66a62005-03-25 12:31:53 -06007715 element = priv->ieee->network_free_list.next;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007716 network = list_entry(element, struct libipw_network, list);
James Ketrenos43f66a62005-03-25 12:31:53 -06007717 ipw_adhoc_create(priv, network);
7718 rates = &priv->rates;
7719 list_del(element);
7720 list_add_tail(&network->list, &priv->ieee->network_list);
7721 }
James Ketrenosa613bff2005-08-24 21:43:11 -05007722 spin_unlock_irqrestore(&priv->ieee->lock, flags);
Jeff Garzikbf794512005-07-31 13:07:26 -04007723
James Ketrenos43f66a62005-03-25 12:31:53 -06007724 /* If we reached the end of the list, then we don't have any valid
7725 * matching APs */
7726 if (!network) {
7727 ipw_debug_config(priv);
7728
James Ketrenosb095c382005-08-24 22:04:42 -05007729 if (!(priv->status & STATUS_SCANNING)) {
7730 if (!(priv->config & CFG_SPEED_SCAN))
Tejun Heobcb6d912011-01-26 12:12:50 +01007731 schedule_delayed_work(&priv->request_scan,
7732 SCAN_INTERVAL);
James Ketrenosb095c382005-08-24 22:04:42 -05007733 else
Tejun Heobcb6d912011-01-26 12:12:50 +01007734 schedule_delayed_work(&priv->request_scan, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05007735 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007736
James Ketrenosc848d0a2005-08-24 21:56:24 -05007737 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06007738 }
7739
7740 ipw_associate_network(priv, network, rates, 0);
James Ketrenosc848d0a2005-08-24 21:56:24 -05007741
7742 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06007743}
Jeff Garzikbf794512005-07-31 13:07:26 -04007744
David Howellsc4028952006-11-22 14:57:56 +00007745static void ipw_bg_associate(struct work_struct *work)
James Ketrenos43f66a62005-03-25 12:31:53 -06007746{
David Howellsc4028952006-11-22 14:57:56 +00007747 struct ipw_priv *priv =
7748 container_of(work, struct ipw_priv, associate);
Zhu Yi46441512006-01-24 16:37:59 +08007749 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00007750 ipw_associate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08007751 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06007752}
7753
James Ketrenosb095c382005-08-24 22:04:42 -05007754static void ipw_rebuild_decrypted_skb(struct ipw_priv *priv,
7755 struct sk_buff *skb)
7756{
7757 struct ieee80211_hdr *hdr;
7758 u16 fc;
7759
7760 hdr = (struct ieee80211_hdr *)skb->data;
John W. Linville72118012008-09-30 21:43:03 -04007761 fc = le16_to_cpu(hdr->frame_control);
James Ketrenosb095c382005-08-24 22:04:42 -05007762 if (!(fc & IEEE80211_FCTL_PROTECTED))
7763 return;
7764
7765 fc &= ~IEEE80211_FCTL_PROTECTED;
John W. Linville72118012008-09-30 21:43:03 -04007766 hdr->frame_control = cpu_to_le16(fc);
James Ketrenosb095c382005-08-24 22:04:42 -05007767 switch (priv->ieee->sec.level) {
7768 case SEC_LEVEL_3:
7769 /* Remove CCMP HDR */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007770 memmove(skb->data + LIBIPW_3ADDR_LEN,
7771 skb->data + LIBIPW_3ADDR_LEN + 8,
7772 skb->len - LIBIPW_3ADDR_LEN - 8);
Zhu Yif4ff4972005-09-12 10:48:48 -05007773 skb_trim(skb, skb->len - 16); /* CCMP_HDR_LEN + CCMP_MIC_LEN */
James Ketrenosb095c382005-08-24 22:04:42 -05007774 break;
7775 case SEC_LEVEL_2:
7776 break;
7777 case SEC_LEVEL_1:
7778 /* Remove IV */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007779 memmove(skb->data + LIBIPW_3ADDR_LEN,
7780 skb->data + LIBIPW_3ADDR_LEN + 4,
7781 skb->len - LIBIPW_3ADDR_LEN - 4);
Zhu Yif4ff4972005-09-12 10:48:48 -05007782 skb_trim(skb, skb->len - 8); /* IV + ICV */
James Ketrenosb095c382005-08-24 22:04:42 -05007783 break;
7784 case SEC_LEVEL_0:
7785 break;
7786 default:
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02007787 printk(KERN_ERR "Unknown security level %d\n",
James Ketrenosb095c382005-08-24 22:04:42 -05007788 priv->ieee->sec.level);
7789 break;
7790 }
7791}
7792
7793static void ipw_handle_data_packet(struct ipw_priv *priv,
7794 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007795 struct libipw_rx_stats *stats)
James Ketrenos43f66a62005-03-25 12:31:53 -06007796{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007797 struct net_device *dev = priv->net_dev;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007798 struct libipw_hdr_4addr *hdr;
James Ketrenos43f66a62005-03-25 12:31:53 -06007799 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7800
7801 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007802 dev->trans_start = jiffies;
James Ketrenos43f66a62005-03-25 12:31:53 -06007803
Jeff Garzikbf794512005-07-31 13:07:26 -04007804 /* We only process data packets if the
James Ketrenos43f66a62005-03-25 12:31:53 -06007805 * interface is open */
James Ketrenosa613bff2005-08-24 21:43:11 -05007806 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
James Ketrenos43f66a62005-03-25 12:31:53 -06007807 skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007808 dev->stats.rx_errors++;
James Ketrenos43f66a62005-03-25 12:31:53 -06007809 priv->wstats.discard.misc++;
7810 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7811 return;
7812 } else if (unlikely(!netif_running(priv->net_dev))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007813 dev->stats.rx_dropped++;
James Ketrenos43f66a62005-03-25 12:31:53 -06007814 priv->wstats.discard.misc++;
7815 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
7816 return;
7817 }
7818
7819 /* Advance skb->data to the start of the actual payload */
Jiri Bencaaa4d302005-06-07 14:58:41 +02007820 skb_reserve(rxb->skb, offsetof(struct ipw_rx_packet, u.frame.data));
James Ketrenos43f66a62005-03-25 12:31:53 -06007821
7822 /* Set the size of the skb to the size of the frame */
James Ketrenosa613bff2005-08-24 21:43:11 -05007823 skb_put(rxb->skb, le16_to_cpu(pkt->u.frame.length));
James Ketrenos43f66a62005-03-25 12:31:53 -06007824
7825 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7826
James Ketrenosb095c382005-08-24 22:04:42 -05007827 /* HW decrypt will not clear the WEP bit, MIC, PN, etc. */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007828 hdr = (struct libipw_hdr_4addr *)rxb->skb->data;
Hong Liu567deaf2005-08-31 18:07:22 +08007829 if (priv->ieee->iw_mode != IW_MODE_MONITOR &&
Stephen Hemminger3c190652006-01-03 15:27:38 -08007830 (is_multicast_ether_addr(hdr->addr1) ?
Hong Liu567deaf2005-08-31 18:07:22 +08007831 !priv->ieee->host_mc_decrypt : !priv->ieee->host_decrypt))
James Ketrenosb095c382005-08-24 22:04:42 -05007832 ipw_rebuild_decrypted_skb(priv, rxb->skb);
7833
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007834 if (!libipw_rx(priv->ieee, rxb->skb, stats))
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007835 dev->stats.rx_errors++;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007836 else { /* libipw_rx succeeded, so it now owns the SKB */
James Ketrenos43f66a62005-03-25 12:31:53 -06007837 rxb->skb = NULL;
James Ketrenosb095c382005-08-24 22:04:42 -05007838 __ipw_led_activity_on(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -05007839 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007840}
7841
Zhu Yi459d4082006-04-13 17:21:00 +08007842#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05007843static void ipw_handle_data_packet_monitor(struct ipw_priv *priv,
7844 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007845 struct libipw_rx_stats *stats)
Mike Kershaw24a47db2005-08-26 00:41:54 -05007846{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007847 struct net_device *dev = priv->net_dev;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007848 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7849 struct ipw_rx_frame *frame = &pkt->u.frame;
7850
7851 /* initial pull of some data */
7852 u16 received_channel = frame->received_channel;
7853 u8 antennaAndPhy = frame->antennaAndPhy;
7854 s8 antsignal = frame->rssi_dbm - IPW_RSSI_TO_DBM; /* call it signed anyhow */
7855 u16 pktrate = frame->rate;
7856
7857 /* Magic struct that slots into the radiotap header -- no reason
7858 * to build this manually element by element, we can write it much
7859 * more efficiently than we can parse it. ORDER MATTERS HERE */
Zhu Yid685b8c2006-04-13 17:20:27 +08007860 struct ipw_rt_hdr *ipw_rt;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007861
Dan Carpenter92c1ff12012-01-12 09:34:50 +03007862 unsigned short len = le16_to_cpu(pkt->u.frame.length);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007863
7864 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007865 dev->trans_start = jiffies;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007866
7867 /* We only process data packets if the
7868 * interface is open */
7869 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
7870 skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007871 dev->stats.rx_errors++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007872 priv->wstats.discard.misc++;
7873 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7874 return;
7875 } else if (unlikely(!netif_running(priv->net_dev))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007876 dev->stats.rx_dropped++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007877 priv->wstats.discard.misc++;
7878 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
7879 return;
7880 }
7881
7882 /* Libpcap 0.9.3+ can handle variable length radiotap, so we'll use
7883 * that now */
7884 if (len > IPW_RX_BUF_SIZE - sizeof(struct ipw_rt_hdr)) {
7885 /* FIXME: Should alloc bigger skb instead */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007886 dev->stats.rx_dropped++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007887 priv->wstats.discard.misc++;
7888 IPW_DEBUG_DROP("Dropping too large packet in monitor\n");
7889 return;
7890 }
7891
7892 /* copy the frame itself */
7893 memmove(rxb->skb->data + sizeof(struct ipw_rt_hdr),
7894 rxb->skb->data + IPW_RX_FRAME_SIZE, len);
7895
Mike Kershaw24a47db2005-08-26 00:41:54 -05007896 ipw_rt = (struct ipw_rt_hdr *)rxb->skb->data;
7897
7898 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION;
7899 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */
Al Viro743b84d2007-12-27 01:43:16 -05007900 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total header+data */
Mike Kershaw24a47db2005-08-26 00:41:54 -05007901
7902 /* Big bitfield of all the fields we provide in radiotap */
Al Viro743b84d2007-12-27 01:43:16 -05007903 ipw_rt->rt_hdr.it_present = cpu_to_le32(
7904 (1 << IEEE80211_RADIOTAP_TSFT) |
Zhu Yi4b1f8a92006-12-05 14:42:14 +08007905 (1 << IEEE80211_RADIOTAP_FLAGS) |
Mike Kershaw24a47db2005-08-26 00:41:54 -05007906 (1 << IEEE80211_RADIOTAP_RATE) |
7907 (1 << IEEE80211_RADIOTAP_CHANNEL) |
7908 (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) |
Zhu Yid685b8c2006-04-13 17:20:27 +08007909 (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) |
Mike Kershaw24a47db2005-08-26 00:41:54 -05007910 (1 << IEEE80211_RADIOTAP_ANTENNA));
7911
7912 /* Zero the flags, we'll add to them as we go */
7913 ipw_rt->rt_flags = 0;
Zhu Yi4b1f8a92006-12-05 14:42:14 +08007914 ipw_rt->rt_tsf = (u64)(frame->parent_tsf[3] << 24 |
7915 frame->parent_tsf[2] << 16 |
7916 frame->parent_tsf[1] << 8 |
7917 frame->parent_tsf[0]);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007918
7919 /* Convert signal to DBM */
7920 ipw_rt->rt_dbmsignal = antsignal;
Reinette Chatre21f8a732009-08-18 10:25:05 -07007921 ipw_rt->rt_dbmnoise = (s8) le16_to_cpu(frame->noise);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007922
7923 /* Convert the channel data and set the flags */
7924 ipw_rt->rt_channel = cpu_to_le16(ieee80211chan2mhz(received_channel));
7925 if (received_channel > 14) { /* 802.11a */
7926 ipw_rt->rt_chbitmask =
7927 cpu_to_le16((IEEE80211_CHAN_OFDM | IEEE80211_CHAN_5GHZ));
7928 } else if (antennaAndPhy & 32) { /* 802.11b */
7929 ipw_rt->rt_chbitmask =
7930 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ));
7931 } else { /* 802.11g */
7932 ipw_rt->rt_chbitmask =
Al Viro472caf82007-12-27 01:50:54 -05007933 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007934 }
7935
7936 /* set the rate in multiples of 500k/s */
7937 switch (pktrate) {
7938 case IPW_TX_RATE_1MB:
7939 ipw_rt->rt_rate = 2;
7940 break;
7941 case IPW_TX_RATE_2MB:
7942 ipw_rt->rt_rate = 4;
7943 break;
7944 case IPW_TX_RATE_5MB:
7945 ipw_rt->rt_rate = 10;
7946 break;
7947 case IPW_TX_RATE_6MB:
7948 ipw_rt->rt_rate = 12;
7949 break;
7950 case IPW_TX_RATE_9MB:
7951 ipw_rt->rt_rate = 18;
7952 break;
7953 case IPW_TX_RATE_11MB:
7954 ipw_rt->rt_rate = 22;
7955 break;
7956 case IPW_TX_RATE_12MB:
7957 ipw_rt->rt_rate = 24;
7958 break;
7959 case IPW_TX_RATE_18MB:
7960 ipw_rt->rt_rate = 36;
7961 break;
7962 case IPW_TX_RATE_24MB:
7963 ipw_rt->rt_rate = 48;
7964 break;
7965 case IPW_TX_RATE_36MB:
7966 ipw_rt->rt_rate = 72;
7967 break;
7968 case IPW_TX_RATE_48MB:
7969 ipw_rt->rt_rate = 96;
7970 break;
7971 case IPW_TX_RATE_54MB:
7972 ipw_rt->rt_rate = 108;
7973 break;
7974 default:
7975 ipw_rt->rt_rate = 0;
7976 break;
7977 }
7978
7979 /* antenna number */
7980 ipw_rt->rt_antenna = (antennaAndPhy & 3); /* Is this right? */
7981
7982 /* set the preamble flag if we have it */
7983 if ((antennaAndPhy & 64))
7984 ipw_rt->rt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
7985
7986 /* Set the size of the skb to the size of the frame */
7987 skb_put(rxb->skb, len + sizeof(struct ipw_rt_hdr));
James Ketrenos43f66a62005-03-25 12:31:53 -06007988
7989 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7990
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007991 if (!libipw_rx(priv->ieee, rxb->skb, stats))
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007992 dev->stats.rx_errors++;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007993 else { /* libipw_rx succeeded, so it now owns the SKB */
James Ketrenos43f66a62005-03-25 12:31:53 -06007994 rxb->skb = NULL;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007995 /* no LED during capture */
7996 }
7997}
7998#endif
7999
Zhu Yid685b8c2006-04-13 17:20:27 +08008000#ifdef CONFIG_IPW2200_PROMISCUOUS
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008001#define libipw_is_probe_response(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008002 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT && \
8003 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )
8004
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008005#define libipw_is_management(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008006 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)
8007
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008008#define libipw_is_control(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008009 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL)
8010
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008011#define libipw_is_data(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008012 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA)
8013
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008014#define libipw_is_assoc_request(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008015 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_ASSOC_REQ)
8016
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008017#define libipw_is_reassoc_request(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008018 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_REASSOC_REQ)
8019
8020static void ipw_handle_promiscuous_rx(struct ipw_priv *priv,
8021 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008022 struct libipw_rx_stats *stats)
Zhu Yid685b8c2006-04-13 17:20:27 +08008023{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008024 struct net_device *dev = priv->prom_net_dev;
Zhu Yid685b8c2006-04-13 17:20:27 +08008025 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
8026 struct ipw_rx_frame *frame = &pkt->u.frame;
8027 struct ipw_rt_hdr *ipw_rt;
8028
8029 /* First cache any information we need before we overwrite
8030 * the information provided in the skb from the hardware */
8031 struct ieee80211_hdr *hdr;
8032 u16 channel = frame->received_channel;
8033 u8 phy_flags = frame->antennaAndPhy;
8034 s8 signal = frame->rssi_dbm - IPW_RSSI_TO_DBM;
Reinette Chatre21f8a732009-08-18 10:25:05 -07008035 s8 noise = (s8) le16_to_cpu(frame->noise);
Zhu Yid685b8c2006-04-13 17:20:27 +08008036 u8 rate = frame->rate;
Dan Carpenter92c1ff12012-01-12 09:34:50 +03008037 unsigned short len = le16_to_cpu(pkt->u.frame.length);
Zhu Yid685b8c2006-04-13 17:20:27 +08008038 struct sk_buff *skb;
8039 int hdr_only = 0;
8040 u16 filter = priv->prom_priv->filter;
8041
8042 /* If the filter is set to not include Rx frames then return */
8043 if (filter & IPW_PROM_NO_RX)
8044 return;
8045
Zhu Yid685b8c2006-04-13 17:20:27 +08008046 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008047 dev->trans_start = jiffies;
Zhu Yid685b8c2006-04-13 17:20:27 +08008048
8049 if (unlikely((len + IPW_RX_FRAME_SIZE) > skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008050 dev->stats.rx_errors++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008051 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
8052 return;
8053 }
8054
8055 /* We only process data packets if the interface is open */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008056 if (unlikely(!netif_running(dev))) {
8057 dev->stats.rx_dropped++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008058 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
8059 return;
8060 }
8061
8062 /* Libpcap 0.9.3+ can handle variable length radiotap, so we'll use
8063 * that now */
8064 if (len > IPW_RX_BUF_SIZE - sizeof(struct ipw_rt_hdr)) {
8065 /* FIXME: Should alloc bigger skb instead */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008066 dev->stats.rx_dropped++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008067 IPW_DEBUG_DROP("Dropping too large packet in monitor\n");
8068 return;
8069 }
8070
8071 hdr = (void *)rxb->skb->data + IPW_RX_FRAME_SIZE;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008072 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008073 if (filter & IPW_PROM_NO_MGMT)
8074 return;
8075 if (filter & IPW_PROM_MGMT_HEADER_ONLY)
8076 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008077 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008078 if (filter & IPW_PROM_NO_CTL)
8079 return;
8080 if (filter & IPW_PROM_CTL_HEADER_ONLY)
8081 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008082 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008083 if (filter & IPW_PROM_NO_DATA)
8084 return;
8085 if (filter & IPW_PROM_DATA_HEADER_ONLY)
8086 hdr_only = 1;
8087 }
8088
8089 /* Copy the SKB since this is for the promiscuous side */
8090 skb = skb_copy(rxb->skb, GFP_ATOMIC);
8091 if (skb == NULL) {
8092 IPW_ERROR("skb_clone failed for promiscuous copy.\n");
8093 return;
8094 }
8095
8096 /* copy the frame data to write after where the radiotap header goes */
8097 ipw_rt = (void *)skb->data;
8098
8099 if (hdr_only)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008100 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control));
Zhu Yid685b8c2006-04-13 17:20:27 +08008101
8102 memcpy(ipw_rt->payload, hdr, len);
8103
Zhu Yid685b8c2006-04-13 17:20:27 +08008104 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION;
8105 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */
Al Viro743b84d2007-12-27 01:43:16 -05008106 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(*ipw_rt)); /* total header+data */
Zhu Yid685b8c2006-04-13 17:20:27 +08008107
8108 /* Set the size of the skb to the size of the frame */
Al Viro743b84d2007-12-27 01:43:16 -05008109 skb_put(skb, sizeof(*ipw_rt) + len);
Zhu Yid685b8c2006-04-13 17:20:27 +08008110
8111 /* Big bitfield of all the fields we provide in radiotap */
Al Viro743b84d2007-12-27 01:43:16 -05008112 ipw_rt->rt_hdr.it_present = cpu_to_le32(
8113 (1 << IEEE80211_RADIOTAP_TSFT) |
Zhu Yi4b1f8a92006-12-05 14:42:14 +08008114 (1 << IEEE80211_RADIOTAP_FLAGS) |
Zhu Yid685b8c2006-04-13 17:20:27 +08008115 (1 << IEEE80211_RADIOTAP_RATE) |
8116 (1 << IEEE80211_RADIOTAP_CHANNEL) |
8117 (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) |
8118 (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) |
8119 (1 << IEEE80211_RADIOTAP_ANTENNA));
8120
8121 /* Zero the flags, we'll add to them as we go */
8122 ipw_rt->rt_flags = 0;
Zhu Yi4b1f8a92006-12-05 14:42:14 +08008123 ipw_rt->rt_tsf = (u64)(frame->parent_tsf[3] << 24 |
8124 frame->parent_tsf[2] << 16 |
8125 frame->parent_tsf[1] << 8 |
8126 frame->parent_tsf[0]);
Zhu Yid685b8c2006-04-13 17:20:27 +08008127
8128 /* Convert to DBM */
8129 ipw_rt->rt_dbmsignal = signal;
8130 ipw_rt->rt_dbmnoise = noise;
8131
8132 /* Convert the channel data and set the flags */
8133 ipw_rt->rt_channel = cpu_to_le16(ieee80211chan2mhz(channel));
8134 if (channel > 14) { /* 802.11a */
8135 ipw_rt->rt_chbitmask =
8136 cpu_to_le16((IEEE80211_CHAN_OFDM | IEEE80211_CHAN_5GHZ));
8137 } else if (phy_flags & (1 << 5)) { /* 802.11b */
8138 ipw_rt->rt_chbitmask =
8139 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ));
8140 } else { /* 802.11g */
8141 ipw_rt->rt_chbitmask =
Al Viro472caf82007-12-27 01:50:54 -05008142 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ);
Zhu Yid685b8c2006-04-13 17:20:27 +08008143 }
8144
8145 /* set the rate in multiples of 500k/s */
8146 switch (rate) {
8147 case IPW_TX_RATE_1MB:
8148 ipw_rt->rt_rate = 2;
8149 break;
8150 case IPW_TX_RATE_2MB:
8151 ipw_rt->rt_rate = 4;
8152 break;
8153 case IPW_TX_RATE_5MB:
8154 ipw_rt->rt_rate = 10;
8155 break;
8156 case IPW_TX_RATE_6MB:
8157 ipw_rt->rt_rate = 12;
8158 break;
8159 case IPW_TX_RATE_9MB:
8160 ipw_rt->rt_rate = 18;
8161 break;
8162 case IPW_TX_RATE_11MB:
8163 ipw_rt->rt_rate = 22;
8164 break;
8165 case IPW_TX_RATE_12MB:
8166 ipw_rt->rt_rate = 24;
8167 break;
8168 case IPW_TX_RATE_18MB:
8169 ipw_rt->rt_rate = 36;
8170 break;
8171 case IPW_TX_RATE_24MB:
8172 ipw_rt->rt_rate = 48;
8173 break;
8174 case IPW_TX_RATE_36MB:
8175 ipw_rt->rt_rate = 72;
8176 break;
8177 case IPW_TX_RATE_48MB:
8178 ipw_rt->rt_rate = 96;
8179 break;
8180 case IPW_TX_RATE_54MB:
8181 ipw_rt->rt_rate = 108;
8182 break;
8183 default:
8184 ipw_rt->rt_rate = 0;
8185 break;
8186 }
8187
8188 /* antenna number */
8189 ipw_rt->rt_antenna = (phy_flags & 3);
8190
8191 /* set the preamble flag if we have it */
8192 if (phy_flags & (1 << 6))
8193 ipw_rt->rt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
8194
8195 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len);
8196
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008197 if (!libipw_rx(priv->prom_priv->ieee, skb, stats)) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008198 dev->stats.rx_errors++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008199 dev_kfree_skb_any(skb);
8200 }
8201}
8202#endif
8203
Arjan van de Ven858119e2006-01-14 13:20:43 -08008204static int is_network_packet(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008205 struct libipw_hdr_4addr *header)
James Ketrenosea2b26e2005-08-24 21:25:16 -05008206{
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008207 /* Filter incoming packets to determine if they are targeted toward
James Ketrenosea2b26e2005-08-24 21:25:16 -05008208 * this network, discarding packets coming from ourselves */
8209 switch (priv->ieee->iw_mode) {
James Ketrenosa613bff2005-08-24 21:43:11 -05008210 case IW_MODE_ADHOC: /* Header: Dest. | Source | BSSID */
James Ketrenosc848d0a2005-08-24 21:56:24 -05008211 /* packets from our adapter are dropped (echo) */
8212 if (!memcmp(header->addr2, priv->net_dev->dev_addr, ETH_ALEN))
8213 return 0;
8214
Peter Jones90700fd2005-08-26 16:51:06 -05008215 /* {broad,multi}cast packets to our BSSID go through */
Stephen Hemminger3c190652006-01-03 15:27:38 -08008216 if (is_multicast_ether_addr(header->addr1))
James Ketrenosea2b26e2005-08-24 21:25:16 -05008217 return !memcmp(header->addr3, priv->bssid, ETH_ALEN);
James Ketrenosa613bff2005-08-24 21:43:11 -05008218
8219 /* packets to our adapter go through */
8220 return !memcmp(header->addr1, priv->net_dev->dev_addr,
8221 ETH_ALEN);
James Ketrenosa613bff2005-08-24 21:43:11 -05008222
Peter Jones90700fd2005-08-26 16:51:06 -05008223 case IW_MODE_INFRA: /* Header: Dest. | BSSID | Source */
James Ketrenosc848d0a2005-08-24 21:56:24 -05008224 /* packets from our adapter are dropped (echo) */
8225 if (!memcmp(header->addr3, priv->net_dev->dev_addr, ETH_ALEN))
8226 return 0;
8227
Peter Jones90700fd2005-08-26 16:51:06 -05008228 /* {broad,multi}cast packets to our BSS go through */
Stephen Hemminger3c190652006-01-03 15:27:38 -08008229 if (is_multicast_ether_addr(header->addr1))
James Ketrenosa613bff2005-08-24 21:43:11 -05008230 return !memcmp(header->addr2, priv->bssid, ETH_ALEN);
8231
8232 /* packets to our adapter go through */
8233 return !memcmp(header->addr1, priv->net_dev->dev_addr,
8234 ETH_ALEN);
James Ketrenosea2b26e2005-08-24 21:25:16 -05008235 }
James Ketrenosa613bff2005-08-24 21:43:11 -05008236
James Ketrenosea2b26e2005-08-24 21:25:16 -05008237 return 1;
8238}
8239
James Ketrenosafbf30a2005-08-25 00:05:33 -05008240#define IPW_PACKET_RETRY_TIME HZ
8241
Arjan van de Ven858119e2006-01-14 13:20:43 -08008242static int is_duplicate_packet(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008243 struct libipw_hdr_4addr *header)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008244{
James Ketrenosafbf30a2005-08-25 00:05:33 -05008245 u16 sc = le16_to_cpu(header->seq_ctl);
8246 u16 seq = WLAN_GET_SEQ_SEQ(sc);
8247 u16 frag = WLAN_GET_SEQ_FRAG(sc);
8248 u16 *last_seq, *last_frag;
8249 unsigned long *last_time;
8250
8251 switch (priv->ieee->iw_mode) {
8252 case IW_MODE_ADHOC:
8253 {
8254 struct list_head *p;
8255 struct ipw_ibss_seq *entry = NULL;
8256 u8 *mac = header->addr2;
8257 int index = mac[5] % IPW_IBSS_MAC_HASH_SIZE;
8258
8259 __list_for_each(p, &priv->ibss_mac_hash[index]) {
8260 entry =
8261 list_entry(p, struct ipw_ibss_seq, list);
8262 if (!memcmp(entry->mac, mac, ETH_ALEN))
8263 break;
8264 }
8265 if (p == &priv->ibss_mac_hash[index]) {
8266 entry = kmalloc(sizeof(*entry), GFP_ATOMIC);
8267 if (!entry) {
8268 IPW_ERROR
8269 ("Cannot malloc new mac entry\n");
8270 return 0;
8271 }
8272 memcpy(entry->mac, mac, ETH_ALEN);
8273 entry->seq_num = seq;
8274 entry->frag_num = frag;
8275 entry->packet_time = jiffies;
8276 list_add(&entry->list,
8277 &priv->ibss_mac_hash[index]);
8278 return 0;
8279 }
8280 last_seq = &entry->seq_num;
8281 last_frag = &entry->frag_num;
8282 last_time = &entry->packet_time;
8283 break;
8284 }
8285 case IW_MODE_INFRA:
8286 last_seq = &priv->last_seq_num;
8287 last_frag = &priv->last_frag_num;
8288 last_time = &priv->last_packet_time;
8289 break;
8290 default:
8291 return 0;
8292 }
8293 if ((*last_seq == seq) &&
8294 time_after(*last_time + IPW_PACKET_RETRY_TIME, jiffies)) {
8295 if (*last_frag == frag)
8296 goto drop;
8297 if (*last_frag + 1 != frag)
8298 /* out-of-order fragment */
8299 goto drop;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008300 } else
8301 *last_seq = seq;
8302
Zhu Yif57ce7c2005-07-13 12:22:15 -05008303 *last_frag = frag;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008304 *last_time = jiffies;
8305 return 0;
8306
8307 drop:
Zhu Yi87b016c2005-08-05 17:17:35 +08008308 /* Comment this line now since we observed the card receives
8309 * duplicate packets but the FCTL_RETRY bit is not set in the
8310 * IBSS mode with fragmentation enabled.
John W. Linville72118012008-09-30 21:43:03 -04008311 BUG_ON(!(le16_to_cpu(header->frame_control) & IEEE80211_FCTL_RETRY)); */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008312 return 1;
8313}
8314
James Ketrenosb095c382005-08-24 22:04:42 -05008315static void ipw_handle_mgmt_packet(struct ipw_priv *priv,
8316 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008317 struct libipw_rx_stats *stats)
James Ketrenosb095c382005-08-24 22:04:42 -05008318{
8319 struct sk_buff *skb = rxb->skb;
8320 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)skb->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008321 struct libipw_hdr_4addr *header = (struct libipw_hdr_4addr *)
James Ketrenosb095c382005-08-24 22:04:42 -05008322 (skb->data + IPW_RX_FRAME_SIZE);
8323
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008324 libipw_rx_mgt(priv->ieee, header, stats);
James Ketrenosb095c382005-08-24 22:04:42 -05008325
8326 if (priv->ieee->iw_mode == IW_MODE_ADHOC &&
8327 ((WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) ==
8328 IEEE80211_STYPE_PROBE_RESP) ||
8329 (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) ==
8330 IEEE80211_STYPE_BEACON))) {
8331 if (!memcmp(header->addr3, priv->bssid, ETH_ALEN))
8332 ipw_add_station(priv, header->addr2);
8333 }
8334
8335 if (priv->config & CFG_NET_STATS) {
8336 IPW_DEBUG_HC("sending stat packet\n");
8337
8338 /* Set the size of the skb to the size of the full
8339 * ipw header and 802.11 frame */
8340 skb_put(skb, le16_to_cpu(pkt->u.frame.length) +
8341 IPW_RX_FRAME_SIZE);
8342
8343 /* Advance past the ipw packet header to the 802.11 frame */
8344 skb_pull(skb, IPW_RX_FRAME_SIZE);
8345
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008346 /* Push the libipw_rx_stats before the 802.11 frame */
James Ketrenosb095c382005-08-24 22:04:42 -05008347 memcpy(skb_push(skb, sizeof(*stats)), stats, sizeof(*stats));
8348
8349 skb->dev = priv->ieee->dev;
8350
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008351 /* Point raw at the libipw_stats */
Arnaldo Carvalho de Melo459a98e2007-03-19 15:30:44 -07008352 skb_reset_mac_header(skb);
James Ketrenosb095c382005-08-24 22:04:42 -05008353
8354 skb->pkt_type = PACKET_OTHERHOST;
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -08008355 skb->protocol = cpu_to_be16(ETH_P_80211_STATS);
James Ketrenosb095c382005-08-24 22:04:42 -05008356 memset(skb->cb, 0, sizeof(rxb->skb->cb));
8357 netif_rx(skb);
8358 rxb->skb = NULL;
8359 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008360}
8361
James Ketrenos43f66a62005-03-25 12:31:53 -06008362/*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008363 * Main entry function for receiving a packet with 80211 headers. This
James Ketrenos43f66a62005-03-25 12:31:53 -06008364 * should be called when ever the FW has notified us that there is a new
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008365 * skb in the receive queue.
James Ketrenos43f66a62005-03-25 12:31:53 -06008366 */
8367static void ipw_rx(struct ipw_priv *priv)
8368{
8369 struct ipw_rx_mem_buffer *rxb;
8370 struct ipw_rx_packet *pkt;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008371 struct libipw_hdr_4addr *header;
James Ketrenos43f66a62005-03-25 12:31:53 -06008372 u32 r, w, i;
8373 u8 network_packet;
Dan Williams943dbef2008-02-14 17:49:41 -05008374 u8 fill_rx = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008375
James Ketrenosb095c382005-08-24 22:04:42 -05008376 r = ipw_read32(priv, IPW_RX_READ_INDEX);
8377 w = ipw_read32(priv, IPW_RX_WRITE_INDEX);
Dan Williams943dbef2008-02-14 17:49:41 -05008378 i = priv->rxq->read;
8379
8380 if (ipw_rx_queue_space (priv->rxq) > (RX_QUEUE_SIZE / 2))
8381 fill_rx = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06008382
8383 while (i != r) {
8384 rxb = priv->rxq->queue[i];
James Ketrenos43f66a62005-03-25 12:31:53 -06008385 if (unlikely(rxb == NULL)) {
8386 printk(KERN_CRIT "Queue not allocated!\n");
8387 break;
8388 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008389 priv->rxq->queue[i] = NULL;
8390
8391 pci_dma_sync_single_for_cpu(priv->pci_dev, rxb->dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05008392 IPW_RX_BUF_SIZE,
James Ketrenos43f66a62005-03-25 12:31:53 -06008393 PCI_DMA_FROMDEVICE);
8394
8395 pkt = (struct ipw_rx_packet *)rxb->skb->data;
8396 IPW_DEBUG_RX("Packet: type=%02X seq=%02X bits=%02X\n",
8397 pkt->header.message_type,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008398 pkt->header.rx_seq_num, pkt->header.control_bits);
James Ketrenos43f66a62005-03-25 12:31:53 -06008399
8400 switch (pkt->header.message_type) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008401 case RX_FRAME_TYPE: /* 802.11 frame */ {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008402 struct libipw_rx_stats stats = {
Zhu Yi851ca262006-08-21 11:37:58 +08008403 .rssi = pkt->u.frame.rssi_dbm -
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008404 IPW_RSSI_TO_DBM,
James Ketrenosc848d0a2005-08-24 21:56:24 -05008405 .signal =
Reinette Chatre21f8a732009-08-18 10:25:05 -07008406 pkt->u.frame.rssi_dbm -
Bill Mossb1916082006-02-15 08:50:18 +08008407 IPW_RSSI_TO_DBM + 0x100,
James Ketrenosc848d0a2005-08-24 21:56:24 -05008408 .noise =
8409 le16_to_cpu(pkt->u.frame.noise),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008410 .rate = pkt->u.frame.rate,
8411 .mac_time = jiffies,
8412 .received_channel =
8413 pkt->u.frame.received_channel,
8414 .freq =
8415 (pkt->u.frame.
8416 control & (1 << 0)) ?
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008417 LIBIPW_24GHZ_BAND :
8418 LIBIPW_52GHZ_BAND,
James Ketrenosa613bff2005-08-24 21:43:11 -05008419 .len = le16_to_cpu(pkt->u.frame.length),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008420 };
James Ketrenos43f66a62005-03-25 12:31:53 -06008421
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008422 if (stats.rssi != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008423 stats.mask |= LIBIPW_STATMASK_RSSI;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008424 if (stats.signal != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008425 stats.mask |= LIBIPW_STATMASK_SIGNAL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05008426 if (stats.noise != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008427 stats.mask |= LIBIPW_STATMASK_NOISE;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008428 if (stats.rate != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008429 stats.mask |= LIBIPW_STATMASK_RATE;
James Ketrenos43f66a62005-03-25 12:31:53 -06008430
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008431 priv->rx_packets++;
James Ketrenos43f66a62005-03-25 12:31:53 -06008432
Zhu Yid685b8c2006-04-13 17:20:27 +08008433#ifdef CONFIG_IPW2200_PROMISCUOUS
8434 if (priv->prom_net_dev && netif_running(priv->prom_net_dev))
8435 ipw_handle_promiscuous_rx(priv, rxb, &stats);
8436#endif
8437
James Ketrenosb095c382005-08-24 22:04:42 -05008438#ifdef CONFIG_IPW2200_MONITOR
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008439 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
Zhu Yi459d4082006-04-13 17:21:00 +08008440#ifdef CONFIG_IPW2200_RADIOTAP
Zhu Yid685b8c2006-04-13 17:20:27 +08008441
8442 ipw_handle_data_packet_monitor(priv,
8443 rxb,
8444 &stats);
Mike Kershaw24a47db2005-08-26 00:41:54 -05008445#else
Zhu Yid685b8c2006-04-13 17:20:27 +08008446 ipw_handle_data_packet(priv, rxb,
8447 &stats);
Mike Kershaw24a47db2005-08-26 00:41:54 -05008448#endif
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008449 break;
8450 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008451#endif
Jeff Garzikbf794512005-07-31 13:07:26 -04008452
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008453 header =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008454 (struct libipw_hdr_4addr *)(rxb->skb->
James Ketrenos0dacca12005-09-21 12:23:41 -05008455 data +
8456 IPW_RX_FRAME_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06008457 /* TODO: Check Ad-Hoc dest/source and make sure
8458 * that we are actually parsing these packets
Jeff Garzikbf794512005-07-31 13:07:26 -04008459 * correctly -- we should probably use the
James Ketrenos43f66a62005-03-25 12:31:53 -06008460 * frame control of the packet and disregard
8461 * the current iw_mode */
James Ketrenos43f66a62005-03-25 12:31:53 -06008462
James Ketrenosea2b26e2005-08-24 21:25:16 -05008463 network_packet =
8464 is_network_packet(priv, header);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008465 if (network_packet && priv->assoc_network) {
8466 priv->assoc_network->stats.rssi =
8467 stats.rssi;
Zhu Yi00d21de2006-04-13 17:19:02 +08008468 priv->exp_avg_rssi =
8469 exponential_average(priv->exp_avg_rssi,
8470 stats.rssi, DEPTH_RSSI);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008471 }
8472
8473 IPW_DEBUG_RX("Frame: len=%u\n",
James Ketrenosa613bff2005-08-24 21:43:11 -05008474 le16_to_cpu(pkt->u.frame.length));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008475
James Ketrenosa613bff2005-08-24 21:43:11 -05008476 if (le16_to_cpu(pkt->u.frame.length) <
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008477 libipw_get_hdrlen(le16_to_cpu(
Zhu Yi9d0be032006-02-15 06:18:19 +08008478 header->frame_ctl))) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008479 IPW_DEBUG_DROP
8480 ("Received packet is too small. "
8481 "Dropping.\n");
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008482 priv->net_dev->stats.rx_errors++;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008483 priv->wstats.discard.misc++;
8484 break;
8485 }
8486
James Ketrenosa613bff2005-08-24 21:43:11 -05008487 switch (WLAN_FC_GET_TYPE
8488 (le16_to_cpu(header->frame_ctl))) {
James Ketrenosb095c382005-08-24 22:04:42 -05008489
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008490 case IEEE80211_FTYPE_MGMT:
James Ketrenosb095c382005-08-24 22:04:42 -05008491 ipw_handle_mgmt_packet(priv, rxb,
8492 &stats);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008493 break;
8494
8495 case IEEE80211_FTYPE_CTL:
8496 break;
8497
8498 case IEEE80211_FTYPE_DATA:
James Ketrenosafbf30a2005-08-25 00:05:33 -05008499 if (unlikely(!network_packet ||
8500 is_duplicate_packet(priv,
8501 header)))
8502 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008503 IPW_DEBUG_DROP("Dropping: "
Johannes Berge1749612008-10-27 15:59:26 -07008504 "%pM, "
8505 "%pM, "
8506 "%pM\n",
8507 header->addr1,
8508 header->addr2,
8509 header->addr3);
James Ketrenosb095c382005-08-24 22:04:42 -05008510 break;
8511 }
8512
8513 ipw_handle_data_packet(priv, rxb,
8514 &stats);
8515
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008516 break;
8517 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008518 break;
8519 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008520
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008521 case RX_HOST_NOTIFICATION_TYPE:{
8522 IPW_DEBUG_RX
8523 ("Notification: subtype=%02X flags=%02X size=%d\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06008524 pkt->u.notification.subtype,
8525 pkt->u.notification.flags,
Zhu Yi720eeb42006-12-05 14:41:40 +08008526 le16_to_cpu(pkt->u.notification.size));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008527 ipw_rx_notification(priv, &pkt->u.notification);
8528 break;
8529 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008530
8531 default:
8532 IPW_DEBUG_RX("Bad Rx packet of type %d\n",
8533 pkt->header.message_type);
8534 break;
8535 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008536
8537 /* For now we just don't re-use anything. We can tweak this
8538 * later to try and re-use notification packets and SKBs that
James Ketrenos43f66a62005-03-25 12:31:53 -06008539 * fail to Rx correctly */
8540 if (rxb->skb != NULL) {
8541 dev_kfree_skb_any(rxb->skb);
8542 rxb->skb = NULL;
8543 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008544
James Ketrenos43f66a62005-03-25 12:31:53 -06008545 pci_unmap_single(priv->pci_dev, rxb->dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05008546 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06008547 list_add_tail(&rxb->list, &priv->rxq->rx_used);
Jeff Garzikbf794512005-07-31 13:07:26 -04008548
James Ketrenos43f66a62005-03-25 12:31:53 -06008549 i = (i + 1) % RX_QUEUE_SIZE;
Dan Williams943dbef2008-02-14 17:49:41 -05008550
8551 /* If there are a lot of unsued frames, restock the Rx queue
8552 * so the ucode won't assert */
8553 if (fill_rx) {
8554 priv->rxq->read = i;
8555 ipw_rx_queue_replenish(priv);
8556 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008557 }
8558
8559 /* Backtrack one entry */
Dan Williams943dbef2008-02-14 17:49:41 -05008560 priv->rxq->read = i;
James Ketrenos43f66a62005-03-25 12:31:53 -06008561 ipw_rx_queue_restock(priv);
8562}
8563
James Ketrenosafbf30a2005-08-25 00:05:33 -05008564#define DEFAULT_RTS_THRESHOLD 2304U
8565#define MIN_RTS_THRESHOLD 1U
8566#define MAX_RTS_THRESHOLD 2304U
8567#define DEFAULT_BEACON_INTERVAL 100U
8568#define DEFAULT_SHORT_RETRY_LIMIT 7U
8569#define DEFAULT_LONG_RETRY_LIMIT 4U
8570
Zhu Yid6d5b5c2006-02-16 16:21:09 +08008571/**
8572 * ipw_sw_reset
8573 * @option: options to control different reset behaviour
8574 * 0 = reset everything except the 'disable' module_param
8575 * 1 = reset everything and print out driver info (for probe only)
8576 * 2 = reset everything
8577 */
8578static int ipw_sw_reset(struct ipw_priv *priv, int option)
James Ketrenos43f66a62005-03-25 12:31:53 -06008579{
James Ketrenosafbf30a2005-08-25 00:05:33 -05008580 int band, modulation;
8581 int old_mode = priv->ieee->iw_mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06008582
James Ketrenosafbf30a2005-08-25 00:05:33 -05008583 /* Initialize module parameter values here */
8584 priv->config = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008585
James Ketrenosafbf30a2005-08-25 00:05:33 -05008586 /* We default to disabling the LED code as right now it causes
8587 * too many systems to lock up... */
Reinette Chatre21f8a732009-08-18 10:25:05 -07008588 if (!led_support)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008589 priv->config |= CFG_NO_LED;
James Ketrenos43f66a62005-03-25 12:31:53 -06008590
James Ketrenosafbf30a2005-08-25 00:05:33 -05008591 if (associate)
8592 priv->config |= CFG_ASSOCIATE;
8593 else
8594 IPW_DEBUG_INFO("Auto associate disabled.\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04008595
James Ketrenosafbf30a2005-08-25 00:05:33 -05008596 if (auto_create)
8597 priv->config |= CFG_ADHOC_CREATE;
8598 else
8599 IPW_DEBUG_INFO("Auto adhoc creation disabled.\n");
8600
Zhu Yi17ed0812006-01-24 16:36:31 +08008601 priv->config &= ~CFG_STATIC_ESSID;
8602 priv->essid_len = 0;
8603 memset(priv->essid, 0, IW_ESSID_MAX_SIZE);
8604
Zhu Yid6d5b5c2006-02-16 16:21:09 +08008605 if (disable && option) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008606 priv->status |= STATUS_RF_KILL_SW;
8607 IPW_DEBUG_INFO("Radio disabled.\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06008608 }
8609
Reinette Chatre21f8a732009-08-18 10:25:05 -07008610 if (default_channel != 0) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008611 priv->config |= CFG_STATIC_CHANNEL;
Reinette Chatre21f8a732009-08-18 10:25:05 -07008612 priv->channel = default_channel;
8613 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008614 /* TODO: Validate that provided channel is in range */
8615 }
Zhu Yie43e3c12006-04-13 17:20:45 +08008616#ifdef CONFIG_IPW2200_QOS
James Ketrenosafbf30a2005-08-25 00:05:33 -05008617 ipw_qos_init(priv, qos_enable, qos_burst_enable,
8618 burst_duration_CCK, burst_duration_OFDM);
Zhu Yie43e3c12006-04-13 17:20:45 +08008619#endif /* CONFIG_IPW2200_QOS */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008620
Reinette Chatre21f8a732009-08-18 10:25:05 -07008621 switch (network_mode) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008622 case 1:
8623 priv->ieee->iw_mode = IW_MODE_ADHOC;
8624 priv->net_dev->type = ARPHRD_ETHER;
8625
8626 break;
8627#ifdef CONFIG_IPW2200_MONITOR
8628 case 2:
8629 priv->ieee->iw_mode = IW_MODE_MONITOR;
Zhu Yi459d4082006-04-13 17:21:00 +08008630#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05008631 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
8632#else
James Ketrenosafbf30a2005-08-25 00:05:33 -05008633 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05008634#endif
James Ketrenosafbf30a2005-08-25 00:05:33 -05008635 break;
8636#endif
8637 default:
8638 case 0:
8639 priv->net_dev->type = ARPHRD_ETHER;
8640 priv->ieee->iw_mode = IW_MODE_INFRA;
8641 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06008642 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008643
James Ketrenosafbf30a2005-08-25 00:05:33 -05008644 if (hwcrypto) {
8645 priv->ieee->host_encrypt = 0;
8646 priv->ieee->host_encrypt_msdu = 0;
8647 priv->ieee->host_decrypt = 0;
Hong Liu567deaf2005-08-31 18:07:22 +08008648 priv->ieee->host_mc_decrypt = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008649 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05008650 IPW_DEBUG_INFO("Hardware crypto [%s]\n", hwcrypto ? "on" : "off");
James Ketrenos43f66a62005-03-25 12:31:53 -06008651
Zhu Yie402c932005-08-05 17:20:40 +08008652 /* IPW2200/2915 is abled to do hardware fragmentation. */
8653 priv->ieee->host_open_frag = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008654
James Ketrenosafbf30a2005-08-25 00:05:33 -05008655 if ((priv->pci_dev->device == 0x4223) ||
8656 (priv->pci_dev->device == 0x4224)) {
Zhu Yie8c69e22006-02-17 08:25:12 +08008657 if (option == 1)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008658 printk(KERN_INFO DRV_NAME
8659 ": Detected Intel PRO/Wireless 2915ABG Network "
8660 "Connection\n");
8661 priv->ieee->abg_true = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008662 band = LIBIPW_52GHZ_BAND | LIBIPW_24GHZ_BAND;
8663 modulation = LIBIPW_OFDM_MODULATION |
8664 LIBIPW_CCK_MODULATION;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008665 priv->adapter = IPW_2915ABG;
8666 priv->ieee->mode = IEEE_A | IEEE_G | IEEE_B;
James Ketrenos43f66a62005-03-25 12:31:53 -06008667 } else {
Zhu Yie8c69e22006-02-17 08:25:12 +08008668 if (option == 1)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008669 printk(KERN_INFO DRV_NAME
8670 ": Detected Intel PRO/Wireless 2200BG Network "
8671 "Connection\n");
8672
8673 priv->ieee->abg_true = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008674 band = LIBIPW_24GHZ_BAND;
8675 modulation = LIBIPW_OFDM_MODULATION |
8676 LIBIPW_CCK_MODULATION;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008677 priv->adapter = IPW_2200BG;
8678 priv->ieee->mode = IEEE_G | IEEE_B;
James Ketrenos43f66a62005-03-25 12:31:53 -06008679 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008680
James Ketrenosafbf30a2005-08-25 00:05:33 -05008681 priv->ieee->freq_band = band;
8682 priv->ieee->modulation = modulation;
Jeff Garzikbf794512005-07-31 13:07:26 -04008683
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008684 priv->rates_mask = LIBIPW_DEFAULT_RATES_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06008685
James Ketrenosafbf30a2005-08-25 00:05:33 -05008686 priv->disassociate_threshold = IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT;
8687 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06008688
James Ketrenosafbf30a2005-08-25 00:05:33 -05008689 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
8690 priv->short_retry_limit = DEFAULT_SHORT_RETRY_LIMIT;
8691 priv->long_retry_limit = DEFAULT_LONG_RETRY_LIMIT;
Jeff Garzikbf794512005-07-31 13:07:26 -04008692
James Ketrenosafbf30a2005-08-25 00:05:33 -05008693 /* If power management is turned on, default to AC mode */
8694 priv->power_mode = IPW_POWER_AC;
8695 priv->tx_power = IPW_TX_POWER_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06008696
Zhu Yi0ece35b2005-08-05 17:26:51 +08008697 return old_mode == priv->ieee->iw_mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06008698}
8699
8700/*
8701 * This file defines the Wireless Extension handlers. It does not
8702 * define any methods of hardware manipulation and relies on the
8703 * functions defined in ipw_main to provide the HW interaction.
Jeff Garzikbf794512005-07-31 13:07:26 -04008704 *
8705 * The exception to this is the use of the ipw_get_ordinal()
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008706 * function used to poll the hardware vs. making unnecessary calls.
James Ketrenos43f66a62005-03-25 12:31:53 -06008707 *
8708 */
8709
James Ketrenos43f66a62005-03-25 12:31:53 -06008710static int ipw_set_channel(struct ipw_priv *priv, u8 channel)
8711{
8712 if (channel == 0) {
8713 IPW_DEBUG_INFO("Setting channel to ANY (0)\n");
8714 priv->config &= ~CFG_STATIC_CHANNEL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05008715 IPW_DEBUG_ASSOC("Attempting to associate with new "
8716 "parameters.\n");
8717 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06008718 return 0;
8719 }
8720
8721 priv->config |= CFG_STATIC_CHANNEL;
8722
8723 if (priv->channel == channel) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008724 IPW_DEBUG_INFO("Request to set channel to current value (%d)\n",
8725 channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06008726 return 0;
8727 }
8728
8729 IPW_DEBUG_INFO("Setting channel to %i\n", (int)channel);
8730 priv->channel = channel;
8731
James Ketrenosb095c382005-08-24 22:04:42 -05008732#ifdef CONFIG_IPW2200_MONITOR
8733 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008734 int i;
James Ketrenosb095c382005-08-24 22:04:42 -05008735 if (priv->status & STATUS_SCANNING) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008736 IPW_DEBUG_SCAN("Scan abort triggered due to "
James Ketrenosb095c382005-08-24 22:04:42 -05008737 "channel change.\n");
James Ketrenosafbf30a2005-08-25 00:05:33 -05008738 ipw_abort_scan(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05008739 }
8740
8741 for (i = 1000; i && (priv->status & STATUS_SCANNING); i--)
8742 udelay(10);
8743
8744 if (priv->status & STATUS_SCANNING)
8745 IPW_DEBUG_SCAN("Still scanning...\n");
8746 else
8747 IPW_DEBUG_SCAN("Took %dms to abort current scan\n",
8748 1000 - i);
8749
8750 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008751 }
James Ketrenosb095c382005-08-24 22:04:42 -05008752#endif /* CONFIG_IPW2200_MONITOR */
8753
James Ketrenosc848d0a2005-08-24 21:56:24 -05008754 /* Network configuration changed -- force [re]association */
8755 IPW_DEBUG_ASSOC("[re]association triggered due to channel change.\n");
8756 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06008757 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06008758
8759 return 0;
8760}
8761
Jeff Garzikbf794512005-07-31 13:07:26 -04008762static int ipw_wx_set_freq(struct net_device *dev,
8763 struct iw_request_info *info,
8764 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06008765{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008766 struct ipw_priv *priv = libipw_priv(dev);
8767 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenos43f66a62005-03-25 12:31:53 -06008768 struct iw_freq *fwrq = &wrqu->freq;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008769 int ret = 0, i;
Liu Hong1fe0adb2005-08-19 09:33:10 -05008770 u8 channel, flags;
8771 int band;
Jeff Garzikbf794512005-07-31 13:07:26 -04008772
James Ketrenosb095c382005-08-24 22:04:42 -05008773 if (fwrq->m == 0) {
8774 IPW_DEBUG_WX("SET Freq/Channel -> any\n");
Zhu Yi46441512006-01-24 16:37:59 +08008775 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008776 ret = ipw_set_channel(priv, 0);
Zhu Yi46441512006-01-24 16:37:59 +08008777 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008778 return ret;
8779 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008780 /* if setting by freq convert to channel */
8781 if (fwrq->e == 1) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008782 channel = libipw_freq_to_channel(priv->ieee, fwrq->m);
James Ketrenosb095c382005-08-24 22:04:42 -05008783 if (channel == 0)
8784 return -EINVAL;
8785 } else
8786 channel = fwrq->m;
Jeff Garzikbf794512005-07-31 13:07:26 -04008787
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008788 if (!(band = libipw_is_valid_channel(priv->ieee, channel)))
James Ketrenosb095c382005-08-24 22:04:42 -05008789 return -EINVAL;
Jeff Garzikbf794512005-07-31 13:07:26 -04008790
Liu Hong1fe0adb2005-08-19 09:33:10 -05008791 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008792 i = libipw_channel_to_index(priv->ieee, channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008793 if (i == -1)
8794 return -EINVAL;
Liu Hong1fe0adb2005-08-19 09:33:10 -05008795
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008796 flags = (band == LIBIPW_24GHZ_BAND) ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05008797 geo->bg[i].flags : geo->a[i].flags;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008798 if (flags & LIBIPW_CH_PASSIVE_ONLY) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008799 IPW_DEBUG_WX("Invalid Ad-Hoc channel for 802.11a\n");
8800 return -EINVAL;
James Ketrenos43f66a62005-03-25 12:31:53 -06008801 }
8802 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008803
Frans Pop9fd1ea42010-03-24 19:46:31 +01008804 IPW_DEBUG_WX("SET Freq/Channel -> %d\n", fwrq->m);
Zhu Yi46441512006-01-24 16:37:59 +08008805 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008806 ret = ipw_set_channel(priv, channel);
Zhu Yi46441512006-01-24 16:37:59 +08008807 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05008808 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06008809}
8810
Jeff Garzikbf794512005-07-31 13:07:26 -04008811static int ipw_wx_get_freq(struct net_device *dev,
8812 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008813 union iwreq_data *wrqu, char *extra)
8814{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008815 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008816
8817 wrqu->freq.e = 0;
8818
8819 /* If we are associated, trying to associate, or have a statically
8820 * configured CHANNEL then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08008821 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008822 if (priv->config & CFG_STATIC_CHANNEL ||
Zhu Yic580f672006-08-21 11:37:01 +08008823 priv->status & (STATUS_ASSOCIATING | STATUS_ASSOCIATED)) {
8824 int i;
8825
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008826 i = libipw_channel_to_index(priv->ieee, priv->channel);
Zhu Yic580f672006-08-21 11:37:01 +08008827 BUG_ON(i == -1);
8828 wrqu->freq.e = 1;
8829
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008830 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
8831 case LIBIPW_52GHZ_BAND:
Zhu Yic580f672006-08-21 11:37:01 +08008832 wrqu->freq.m = priv->ieee->geo.a[i].freq * 100000;
8833 break;
8834
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008835 case LIBIPW_24GHZ_BAND:
Zhu Yic580f672006-08-21 11:37:01 +08008836 wrqu->freq.m = priv->ieee->geo.bg[i].freq * 100000;
8837 break;
8838
8839 default:
8840 BUG();
8841 }
8842 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06008843 wrqu->freq.m = 0;
8844
Zhu Yi46441512006-01-24 16:37:59 +08008845 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01008846 IPW_DEBUG_WX("GET Freq/Channel -> %d\n", priv->channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06008847 return 0;
8848}
8849
Jeff Garzikbf794512005-07-31 13:07:26 -04008850static int ipw_wx_set_mode(struct net_device *dev,
8851 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008852 union iwreq_data *wrqu, char *extra)
8853{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008854 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008855 int err = 0;
8856
8857 IPW_DEBUG_WX("Set MODE: %d\n", wrqu->mode);
8858
James Ketrenos43f66a62005-03-25 12:31:53 -06008859 switch (wrqu->mode) {
James Ketrenosb095c382005-08-24 22:04:42 -05008860#ifdef CONFIG_IPW2200_MONITOR
James Ketrenos43f66a62005-03-25 12:31:53 -06008861 case IW_MODE_MONITOR:
8862#endif
8863 case IW_MODE_ADHOC:
8864 case IW_MODE_INFRA:
8865 break;
8866 case IW_MODE_AUTO:
8867 wrqu->mode = IW_MODE_INFRA;
8868 break;
8869 default:
8870 return -EINVAL;
8871 }
James Ketrenosb095c382005-08-24 22:04:42 -05008872 if (wrqu->mode == priv->ieee->iw_mode)
8873 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008874
Zhu Yi46441512006-01-24 16:37:59 +08008875 mutex_lock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008876
8877 ipw_sw_reset(priv, 0);
8878
James Ketrenosb095c382005-08-24 22:04:42 -05008879#ifdef CONFIG_IPW2200_MONITOR
Jeff Garzikbf794512005-07-31 13:07:26 -04008880 if (priv->ieee->iw_mode == IW_MODE_MONITOR)
James Ketrenos43f66a62005-03-25 12:31:53 -06008881 priv->net_dev->type = ARPHRD_ETHER;
Jeff Garzikbf794512005-07-31 13:07:26 -04008882
8883 if (wrqu->mode == IW_MODE_MONITOR)
Zhu Yi459d4082006-04-13 17:21:00 +08008884#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05008885 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
8886#else
James Ketrenos43f66a62005-03-25 12:31:53 -06008887 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05008888#endif
James Ketrenosb095c382005-08-24 22:04:42 -05008889#endif /* CONFIG_IPW2200_MONITOR */
Jeff Garzikbf794512005-07-31 13:07:26 -04008890
Jeff Garzikbf794512005-07-31 13:07:26 -04008891 /* Free the existing firmware and reset the fw_loaded
Nick Andrew877d0312009-01-26 11:06:57 +01008892 * flag so ipw_load() will bring in the new firmware */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008893 free_firmware();
James Ketrenos43f66a62005-03-25 12:31:53 -06008894
8895 priv->ieee->iw_mode = wrqu->mode;
Jeff Garzikbf794512005-07-31 13:07:26 -04008896
Tejun Heobcb6d912011-01-26 12:12:50 +01008897 schedule_work(&priv->adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +08008898 mutex_unlock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008899 return err;
James Ketrenos43f66a62005-03-25 12:31:53 -06008900}
8901
Jeff Garzikbf794512005-07-31 13:07:26 -04008902static int ipw_wx_get_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008903 struct iw_request_info *info,
8904 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06008905{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008906 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08008907 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008908 wrqu->mode = priv->ieee->iw_mode;
8909 IPW_DEBUG_WX("Get MODE -> %d\n", wrqu->mode);
Zhu Yi46441512006-01-24 16:37:59 +08008910 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008911 return 0;
8912}
8913
James Ketrenos43f66a62005-03-25 12:31:53 -06008914/* Values are in microsecond */
8915static const s32 timeout_duration[] = {
8916 350000,
8917 250000,
8918 75000,
8919 37000,
8920 25000,
8921};
8922
8923static const s32 period_duration[] = {
8924 400000,
8925 700000,
8926 1000000,
8927 1000000,
8928 1000000
8929};
8930
Jeff Garzikbf794512005-07-31 13:07:26 -04008931static int ipw_wx_get_range(struct net_device *dev,
8932 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008933 union iwreq_data *wrqu, char *extra)
8934{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008935 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008936 struct iw_range *range = (struct iw_range *)extra;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008937 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenosb095c382005-08-24 22:04:42 -05008938 int i = 0, j;
James Ketrenos43f66a62005-03-25 12:31:53 -06008939
8940 wrqu->data.length = sizeof(*range);
8941 memset(range, 0, sizeof(*range));
8942
8943 /* 54Mbs == ~27 Mb/s real (802.11g) */
Jeff Garzikbf794512005-07-31 13:07:26 -04008944 range->throughput = 27 * 1000 * 1000;
James Ketrenos43f66a62005-03-25 12:31:53 -06008945
8946 range->max_qual.qual = 100;
8947 /* TODO: Find real max RSSI and stick here */
8948 range->max_qual.level = 0;
Bill Mossb1916082006-02-15 08:50:18 +08008949 range->max_qual.noise = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008950 range->max_qual.updated = 7; /* Updated all three */
James Ketrenos43f66a62005-03-25 12:31:53 -06008951
8952 range->avg_qual.qual = 70;
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02008953 /* TODO: Find real 'good' to 'bad' threshold value for RSSI */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008954 range->avg_qual.level = 0; /* FIXME to real average level */
James Ketrenos43f66a62005-03-25 12:31:53 -06008955 range->avg_qual.noise = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008956 range->avg_qual.updated = 7; /* Updated all three */
Zhu Yi46441512006-01-24 16:37:59 +08008957 mutex_lock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008958 range->num_bitrates = min(priv->rates.num_rates, (u8) IW_MAX_BITRATES);
James Ketrenos43f66a62005-03-25 12:31:53 -06008959
Jeff Garzikbf794512005-07-31 13:07:26 -04008960 for (i = 0; i < range->num_bitrates; i++)
8961 range->bitrate[i] = (priv->rates.supported_rates[i] & 0x7F) *
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008962 500000;
Jeff Garzikbf794512005-07-31 13:07:26 -04008963
James Ketrenos43f66a62005-03-25 12:31:53 -06008964 range->max_rts = DEFAULT_RTS_THRESHOLD;
8965 range->min_frag = MIN_FRAG_THRESHOLD;
8966 range->max_frag = MAX_FRAG_THRESHOLD;
8967
8968 range->encoding_size[0] = 5;
Jeff Garzikbf794512005-07-31 13:07:26 -04008969 range->encoding_size[1] = 13;
James Ketrenos43f66a62005-03-25 12:31:53 -06008970 range->num_encoding_sizes = 2;
8971 range->max_encoding_tokens = WEP_KEYS;
8972
8973 /* Set the Wireless Extension versions */
8974 range->we_version_compiled = WIRELESS_EXT;
Dan Williamsf1b50862006-01-30 13:58:56 -05008975 range->we_version_source = 18;
James Ketrenos43f66a62005-03-25 12:31:53 -06008976
James Ketrenosb095c382005-08-24 22:04:42 -05008977 i = 0;
8978 if (priv->ieee->mode & (IEEE_B | IEEE_G)) {
Zhu Yie815de42006-03-02 05:55:51 +08008979 for (j = 0; j < geo->bg_channels && i < IW_MAX_FREQUENCIES; j++) {
8980 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008981 (geo->bg[j].flags & LIBIPW_CH_PASSIVE_ONLY))
Zhu Yie815de42006-03-02 05:55:51 +08008982 continue;
8983
James Ketrenosb095c382005-08-24 22:04:42 -05008984 range->freq[i].i = geo->bg[j].channel;
8985 range->freq[i].m = geo->bg[j].freq * 100000;
8986 range->freq[i].e = 1;
Zhu Yie815de42006-03-02 05:55:51 +08008987 i++;
James Ketrenosb095c382005-08-24 22:04:42 -05008988 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008989 }
James Ketrenosb095c382005-08-24 22:04:42 -05008990
8991 if (priv->ieee->mode & IEEE_A) {
Zhu Yie815de42006-03-02 05:55:51 +08008992 for (j = 0; j < geo->a_channels && i < IW_MAX_FREQUENCIES; j++) {
8993 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008994 (geo->a[j].flags & LIBIPW_CH_PASSIVE_ONLY))
Zhu Yie815de42006-03-02 05:55:51 +08008995 continue;
8996
James Ketrenosb095c382005-08-24 22:04:42 -05008997 range->freq[i].i = geo->a[j].channel;
8998 range->freq[i].m = geo->a[j].freq * 100000;
8999 range->freq[i].e = 1;
Zhu Yie815de42006-03-02 05:55:51 +08009000 i++;
James Ketrenosb095c382005-08-24 22:04:42 -05009001 }
9002 }
9003
9004 range->num_channels = i;
9005 range->num_frequency = i;
9006
Zhu Yi46441512006-01-24 16:37:59 +08009007 mutex_unlock(&priv->mutex);
Benoit Boissinot97a78ca2005-09-15 17:30:28 +00009008
9009 /* Event capability (kernel + driver) */
9010 range->event_capa[0] = (IW_EVENT_CAPA_K_0 |
9011 IW_EVENT_CAPA_MASK(SIOCGIWTHRSPY) |
Zhu Yi07f02e42006-04-13 17:19:25 +08009012 IW_EVENT_CAPA_MASK(SIOCGIWAP) |
9013 IW_EVENT_CAPA_MASK(SIOCGIWSCAN));
Benoit Boissinot97a78ca2005-09-15 17:30:28 +00009014 range->event_capa[1] = IW_EVENT_CAPA_K_1;
James Ketrenos43f66a62005-03-25 12:31:53 -06009015
Dan Williamsf1b50862006-01-30 13:58:56 -05009016 range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
9017 IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
9018
Dan Williams374fdfb2007-12-12 10:25:07 -05009019 range->scan_capa = IW_SCAN_CAPA_ESSID | IW_SCAN_CAPA_TYPE;
9020
James Ketrenos43f66a62005-03-25 12:31:53 -06009021 IPW_DEBUG_WX("GET Range\n");
9022 return 0;
9023}
9024
Jeff Garzikbf794512005-07-31 13:07:26 -04009025static int ipw_wx_set_wap(struct net_device *dev,
9026 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009027 union iwreq_data *wrqu, char *extra)
9028{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009029 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009030
9031 static const unsigned char any[] = {
9032 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
9033 };
9034 static const unsigned char off[] = {
9035 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
9036 };
9037
Jeff Garzikbf794512005-07-31 13:07:26 -04009038 if (wrqu->ap_addr.sa_family != ARPHRD_ETHER)
James Ketrenos43f66a62005-03-25 12:31:53 -06009039 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +08009040 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009041 if (!memcmp(any, wrqu->ap_addr.sa_data, ETH_ALEN) ||
9042 !memcmp(off, wrqu->ap_addr.sa_data, ETH_ALEN)) {
9043 /* we disable mandatory BSSID association */
9044 IPW_DEBUG_WX("Setting AP BSSID to ANY\n");
9045 priv->config &= ~CFG_STATIC_BSSID;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009046 IPW_DEBUG_ASSOC("Attempting to associate with new "
9047 "parameters.\n");
9048 ipw_associate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08009049 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009050 return 0;
9051 }
9052
9053 priv->config |= CFG_STATIC_BSSID;
9054 if (!memcmp(priv->bssid, wrqu->ap_addr.sa_data, ETH_ALEN)) {
9055 IPW_DEBUG_WX("BSSID set to current BSSID.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009056 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009057 return 0;
9058 }
9059
Johannes Berge1749612008-10-27 15:59:26 -07009060 IPW_DEBUG_WX("Setting mandatory BSSID to %pM\n",
9061 wrqu->ap_addr.sa_data);
James Ketrenos43f66a62005-03-25 12:31:53 -06009062
9063 memcpy(priv->bssid, wrqu->ap_addr.sa_data, ETH_ALEN);
9064
James Ketrenosc848d0a2005-08-24 21:56:24 -05009065 /* Network configuration changed -- force [re]association */
9066 IPW_DEBUG_ASSOC("[re]association triggered due to BSSID change.\n");
9067 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06009068 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009069
Zhu Yi46441512006-01-24 16:37:59 +08009070 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009071 return 0;
9072}
9073
Jeff Garzikbf794512005-07-31 13:07:26 -04009074static int ipw_wx_get_wap(struct net_device *dev,
9075 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009076 union iwreq_data *wrqu, char *extra)
9077{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009078 struct ipw_priv *priv = libipw_priv(dev);
Joe Perches0795af52007-10-03 17:59:30 -07009079
James Ketrenos43f66a62005-03-25 12:31:53 -06009080 /* If we are associated, trying to associate, or have a statically
9081 * configured BSSID then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08009082 mutex_lock(&priv->mutex);
Jeff Garzikbf794512005-07-31 13:07:26 -04009083 if (priv->config & CFG_STATIC_BSSID ||
James Ketrenos43f66a62005-03-25 12:31:53 -06009084 priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
9085 wrqu->ap_addr.sa_family = ARPHRD_ETHER;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009086 memcpy(wrqu->ap_addr.sa_data, priv->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06009087 } else
9088 memset(wrqu->ap_addr.sa_data, 0, ETH_ALEN);
9089
Johannes Berge1749612008-10-27 15:59:26 -07009090 IPW_DEBUG_WX("Getting WAP BSSID: %pM\n",
9091 wrqu->ap_addr.sa_data);
Zhu Yi46441512006-01-24 16:37:59 +08009092 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009093 return 0;
9094}
9095
Jeff Garzikbf794512005-07-31 13:07:26 -04009096static int ipw_wx_set_essid(struct net_device *dev,
9097 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009098 union iwreq_data *wrqu, char *extra)
9099{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009100 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yiab644b02006-08-21 11:37:13 +08009101 int length;
John W. Linville9387b7c2008-09-30 20:59:05 -04009102 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06009103
Zhu Yiab644b02006-08-21 11:37:13 +08009104 mutex_lock(&priv->mutex);
9105
9106 if (!wrqu->essid.flags)
9107 {
9108 IPW_DEBUG_WX("Setting ESSID to ANY\n");
9109 ipw_disassociate(priv);
9110 priv->config &= ~CFG_STATIC_ESSID;
9111 ipw_associate(priv);
9112 mutex_unlock(&priv->mutex);
9113 return 0;
9114 }
9115
Zhu Yia9f0d422006-08-21 11:37:26 +08009116 length = min((int)wrqu->essid.length, IW_ESSID_MAX_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06009117
9118 priv->config |= CFG_STATIC_ESSID;
9119
Zhu Yia9f0d422006-08-21 11:37:26 +08009120 if (priv->essid_len == length && !memcmp(priv->essid, extra, length)
9121 && (priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING))) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009122 IPW_DEBUG_WX("ESSID set to current ESSID.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009123 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009124 return 0;
9125 }
9126
John W. Linville9387b7c2008-09-30 20:59:05 -04009127 IPW_DEBUG_WX("Setting ESSID: '%s' (%d)\n",
9128 print_ssid(ssid, extra, length), length);
James Ketrenos43f66a62005-03-25 12:31:53 -06009129
9130 priv->essid_len = length;
Zhu Yia9f0d422006-08-21 11:37:26 +08009131 memcpy(priv->essid, extra, priv->essid_len);
Jeff Garzikbf794512005-07-31 13:07:26 -04009132
James Ketrenosc848d0a2005-08-24 21:56:24 -05009133 /* Network configuration changed -- force [re]association */
9134 IPW_DEBUG_ASSOC("[re]association triggered due to ESSID change.\n");
9135 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06009136 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009137
Zhu Yi46441512006-01-24 16:37:59 +08009138 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009139 return 0;
9140}
9141
Jeff Garzikbf794512005-07-31 13:07:26 -04009142static int ipw_wx_get_essid(struct net_device *dev,
9143 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009144 union iwreq_data *wrqu, char *extra)
9145{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009146 struct ipw_priv *priv = libipw_priv(dev);
John W. Linville9387b7c2008-09-30 20:59:05 -04009147 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06009148
9149 /* If we are associated, trying to associate, or have a statically
9150 * configured ESSID then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08009151 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009152 if (priv->config & CFG_STATIC_ESSID ||
Jeff Garzikbf794512005-07-31 13:07:26 -04009153 priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
9154 IPW_DEBUG_WX("Getting essid: '%s'\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04009155 print_ssid(ssid, priv->essid, priv->essid_len));
Jeff Garzikbf794512005-07-31 13:07:26 -04009156 memcpy(extra, priv->essid, priv->essid_len);
James Ketrenos43f66a62005-03-25 12:31:53 -06009157 wrqu->essid.length = priv->essid_len;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009158 wrqu->essid.flags = 1; /* active */
James Ketrenos43f66a62005-03-25 12:31:53 -06009159 } else {
9160 IPW_DEBUG_WX("Getting essid: ANY\n");
9161 wrqu->essid.length = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009162 wrqu->essid.flags = 0; /* active */
James Ketrenos43f66a62005-03-25 12:31:53 -06009163 }
Zhu Yi46441512006-01-24 16:37:59 +08009164 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009165 return 0;
9166}
9167
Jeff Garzikbf794512005-07-31 13:07:26 -04009168static int ipw_wx_set_nick(struct net_device *dev,
9169 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009170 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009171{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009172 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009173
9174 IPW_DEBUG_WX("Setting nick to '%s'\n", extra);
9175 if (wrqu->data.length > IW_ESSID_MAX_SIZE)
9176 return -E2BIG;
Zhu Yi46441512006-01-24 16:37:59 +08009177 mutex_lock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009178 wrqu->data.length = min((size_t) wrqu->data.length, sizeof(priv->nick));
James Ketrenos43f66a62005-03-25 12:31:53 -06009179 memset(priv->nick, 0, sizeof(priv->nick));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009180 memcpy(priv->nick, extra, wrqu->data.length);
James Ketrenos43f66a62005-03-25 12:31:53 -06009181 IPW_DEBUG_TRACE("<<\n");
Zhu Yi46441512006-01-24 16:37:59 +08009182 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009183 return 0;
9184
9185}
9186
Jeff Garzikbf794512005-07-31 13:07:26 -04009187static int ipw_wx_get_nick(struct net_device *dev,
9188 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009189 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009190{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009191 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009192 IPW_DEBUG_WX("Getting nick\n");
Zhu Yi46441512006-01-24 16:37:59 +08009193 mutex_lock(&priv->mutex);
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009194 wrqu->data.length = strlen(priv->nick);
James Ketrenos43f66a62005-03-25 12:31:53 -06009195 memcpy(extra, priv->nick, wrqu->data.length);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009196 wrqu->data.flags = 1; /* active */
Zhu Yi46441512006-01-24 16:37:59 +08009197 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009198 return 0;
9199}
9200
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009201static int ipw_wx_set_sens(struct net_device *dev,
9202 struct iw_request_info *info,
9203 union iwreq_data *wrqu, char *extra)
9204{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009205 struct ipw_priv *priv = libipw_priv(dev);
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009206 int err = 0;
9207
9208 IPW_DEBUG_WX("Setting roaming threshold to %d\n", wrqu->sens.value);
9209 IPW_DEBUG_WX("Setting disassociate threshold to %d\n", 3*wrqu->sens.value);
9210 mutex_lock(&priv->mutex);
9211
9212 if (wrqu->sens.fixed == 0)
9213 {
9214 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
9215 priv->disassociate_threshold = IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT;
9216 goto out;
9217 }
9218 if ((wrqu->sens.value > IPW_MB_ROAMING_THRESHOLD_MAX) ||
9219 (wrqu->sens.value < IPW_MB_ROAMING_THRESHOLD_MIN)) {
9220 err = -EINVAL;
9221 goto out;
9222 }
9223
9224 priv->roaming_threshold = wrqu->sens.value;
9225 priv->disassociate_threshold = 3*wrqu->sens.value;
9226 out:
9227 mutex_unlock(&priv->mutex);
9228 return err;
9229}
9230
9231static int ipw_wx_get_sens(struct net_device *dev,
9232 struct iw_request_info *info,
9233 union iwreq_data *wrqu, char *extra)
9234{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009235 struct ipw_priv *priv = libipw_priv(dev);
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009236 mutex_lock(&priv->mutex);
9237 wrqu->sens.fixed = 1;
9238 wrqu->sens.value = priv->roaming_threshold;
9239 mutex_unlock(&priv->mutex);
9240
Frans Pop9fd1ea42010-03-24 19:46:31 +01009241 IPW_DEBUG_WX("GET roaming threshold -> %s %d\n",
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009242 wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
9243
9244 return 0;
9245}
9246
James Ketrenos43f66a62005-03-25 12:31:53 -06009247static int ipw_wx_set_rate(struct net_device *dev,
9248 struct iw_request_info *info,
9249 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009250{
James Ketrenosea2b26e2005-08-24 21:25:16 -05009251 /* TODO: We should use semaphores or locks for access to priv */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009252 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009253 u32 target_rate = wrqu->bitrate.value;
9254 u32 fixed, mask;
9255
9256 /* value = -1, fixed = 0 means auto only, so we should use all rates offered by AP */
9257 /* value = X, fixed = 1 means only rate X */
9258 /* value = X, fixed = 0 means all rates lower equal X */
9259
9260 if (target_rate == -1) {
9261 fixed = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009262 mask = LIBIPW_DEFAULT_RATES_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009263 /* Now we should reassociate */
9264 goto apply;
9265 }
9266
9267 mask = 0;
9268 fixed = wrqu->bitrate.fixed;
9269
9270 if (target_rate == 1000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009271 mask |= LIBIPW_CCK_RATE_1MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009272 if (target_rate == 1000000)
9273 goto apply;
9274
9275 if (target_rate == 2000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009276 mask |= LIBIPW_CCK_RATE_2MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009277 if (target_rate == 2000000)
9278 goto apply;
9279
9280 if (target_rate == 5500000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009281 mask |= LIBIPW_CCK_RATE_5MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009282 if (target_rate == 5500000)
9283 goto apply;
9284
9285 if (target_rate == 6000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009286 mask |= LIBIPW_OFDM_RATE_6MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009287 if (target_rate == 6000000)
9288 goto apply;
9289
9290 if (target_rate == 9000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009291 mask |= LIBIPW_OFDM_RATE_9MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009292 if (target_rate == 9000000)
9293 goto apply;
9294
9295 if (target_rate == 11000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009296 mask |= LIBIPW_CCK_RATE_11MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009297 if (target_rate == 11000000)
9298 goto apply;
9299
9300 if (target_rate == 12000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009301 mask |= LIBIPW_OFDM_RATE_12MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009302 if (target_rate == 12000000)
9303 goto apply;
9304
9305 if (target_rate == 18000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009306 mask |= LIBIPW_OFDM_RATE_18MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009307 if (target_rate == 18000000)
9308 goto apply;
9309
9310 if (target_rate == 24000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009311 mask |= LIBIPW_OFDM_RATE_24MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009312 if (target_rate == 24000000)
9313 goto apply;
9314
9315 if (target_rate == 36000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009316 mask |= LIBIPW_OFDM_RATE_36MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009317 if (target_rate == 36000000)
9318 goto apply;
9319
9320 if (target_rate == 48000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009321 mask |= LIBIPW_OFDM_RATE_48MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009322 if (target_rate == 48000000)
9323 goto apply;
9324
9325 if (target_rate == 54000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009326 mask |= LIBIPW_OFDM_RATE_54MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009327 if (target_rate == 54000000)
9328 goto apply;
9329
9330 IPW_DEBUG_WX("invalid rate specified, returning error\n");
9331 return -EINVAL;
9332
9333 apply:
9334 IPW_DEBUG_WX("Setting rate mask to 0x%08X [%s]\n",
9335 mask, fixed ? "fixed" : "sub-rates");
Zhu Yi46441512006-01-24 16:37:59 +08009336 mutex_lock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009337 if (mask == LIBIPW_DEFAULT_RATES_MASK) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05009338 priv->config &= ~CFG_FIXED_RATE;
James Ketrenosb095c382005-08-24 22:04:42 -05009339 ipw_set_fixed_rate(priv, priv->ieee->mode);
9340 } else
James Ketrenosea2b26e2005-08-24 21:25:16 -05009341 priv->config |= CFG_FIXED_RATE;
9342
James Ketrenosc848d0a2005-08-24 21:56:24 -05009343 if (priv->rates_mask == mask) {
9344 IPW_DEBUG_WX("Mask set to current mask.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009345 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009346 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009347 }
9348
James Ketrenosc848d0a2005-08-24 21:56:24 -05009349 priv->rates_mask = mask;
9350
9351 /* Network configuration changed -- force [re]association */
9352 IPW_DEBUG_ASSOC("[re]association triggered due to rates change.\n");
9353 if (!ipw_disassociate(priv))
9354 ipw_associate(priv);
9355
Zhu Yi46441512006-01-24 16:37:59 +08009356 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009357 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009358}
9359
Jeff Garzikbf794512005-07-31 13:07:26 -04009360static int ipw_wx_get_rate(struct net_device *dev,
9361 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009362 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009363{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009364 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009365 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009366 wrqu->bitrate.value = priv->last_rate;
Zhu Yi455936c2006-04-13 17:20:05 +08009367 wrqu->bitrate.fixed = (priv->config & CFG_FIXED_RATE) ? 1 : 0;
Zhu Yi46441512006-01-24 16:37:59 +08009368 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009369 IPW_DEBUG_WX("GET Rate -> %d\n", wrqu->bitrate.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009370 return 0;
9371}
9372
Jeff Garzikbf794512005-07-31 13:07:26 -04009373static int ipw_wx_set_rts(struct net_device *dev,
9374 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009375 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009376{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009377 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009378 mutex_lock(&priv->mutex);
Zhu Yiea8862d2007-01-11 17:32:54 +08009379 if (wrqu->rts.disabled || !wrqu->rts.fixed)
James Ketrenos43f66a62005-03-25 12:31:53 -06009380 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9381 else {
9382 if (wrqu->rts.value < MIN_RTS_THRESHOLD ||
James Ketrenosc848d0a2005-08-24 21:56:24 -05009383 wrqu->rts.value > MAX_RTS_THRESHOLD) {
Zhu Yi46441512006-01-24 16:37:59 +08009384 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009385 return -EINVAL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009386 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009387 priv->rts_threshold = wrqu->rts.value;
9388 }
9389
9390 ipw_send_rts_threshold(priv, priv->rts_threshold);
Zhu Yi46441512006-01-24 16:37:59 +08009391 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009392 IPW_DEBUG_WX("SET RTS Threshold -> %d\n", priv->rts_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06009393 return 0;
9394}
9395
Jeff Garzikbf794512005-07-31 13:07:26 -04009396static int ipw_wx_get_rts(struct net_device *dev,
9397 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009398 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009399{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009400 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009401 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009402 wrqu->rts.value = priv->rts_threshold;
9403 wrqu->rts.fixed = 0; /* no auto select */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009404 wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD);
Zhu Yi46441512006-01-24 16:37:59 +08009405 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009406 IPW_DEBUG_WX("GET RTS Threshold -> %d\n", wrqu->rts.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009407 return 0;
9408}
9409
Jeff Garzikbf794512005-07-31 13:07:26 -04009410static int ipw_wx_set_txpow(struct net_device *dev,
9411 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009412 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009413{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009414 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009415 int err = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009416
Zhu Yi46441512006-01-24 16:37:59 +08009417 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009418 if (ipw_radio_kill_sw(priv, wrqu->power.disabled)) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009419 err = -EINPROGRESS;
9420 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009421 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009422
James Ketrenosb095c382005-08-24 22:04:42 -05009423 if (!wrqu->power.fixed)
9424 wrqu->power.value = IPW_TX_POWER_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06009425
James Ketrenosc848d0a2005-08-24 21:56:24 -05009426 if (wrqu->power.flags != IW_TXPOW_DBM) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009427 err = -EINVAL;
9428 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009429 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009430
James Ketrenosb095c382005-08-24 22:04:42 -05009431 if ((wrqu->power.value > IPW_TX_POWER_MAX) ||
James Ketrenosafbf30a2005-08-25 00:05:33 -05009432 (wrqu->power.value < IPW_TX_POWER_MIN)) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009433 err = -EINVAL;
9434 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009435 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009436
9437 priv->tx_power = wrqu->power.value;
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009438 err = ipw_set_tx_power(priv);
9439 out:
Zhu Yi46441512006-01-24 16:37:59 +08009440 mutex_unlock(&priv->mutex);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009441 return err;
James Ketrenos43f66a62005-03-25 12:31:53 -06009442}
9443
Jeff Garzikbf794512005-07-31 13:07:26 -04009444static int ipw_wx_get_txpow(struct net_device *dev,
9445 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009446 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009447{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009448 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009449 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009450 wrqu->power.value = priv->tx_power;
9451 wrqu->power.fixed = 1;
9452 wrqu->power.flags = IW_TXPOW_DBM;
9453 wrqu->power.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0;
Zhu Yi46441512006-01-24 16:37:59 +08009454 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009455
Frans Pop9fd1ea42010-03-24 19:46:31 +01009456 IPW_DEBUG_WX("GET TX Power -> %s %d\n",
Zhu Yi22501c82005-08-11 10:49:17 +08009457 wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009458
9459 return 0;
9460}
9461
Jeff Garzikbf794512005-07-31 13:07:26 -04009462static int ipw_wx_set_frag(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009463 struct iw_request_info *info,
9464 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009465{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009466 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009467 mutex_lock(&priv->mutex);
Zhu Yiea8862d2007-01-11 17:32:54 +08009468 if (wrqu->frag.disabled || !wrqu->frag.fixed)
James Ketrenos43f66a62005-03-25 12:31:53 -06009469 priv->ieee->fts = DEFAULT_FTS;
9470 else {
9471 if (wrqu->frag.value < MIN_FRAG_THRESHOLD ||
James Ketrenosb095c382005-08-24 22:04:42 -05009472 wrqu->frag.value > MAX_FRAG_THRESHOLD) {
Zhu Yi46441512006-01-24 16:37:59 +08009473 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009474 return -EINVAL;
James Ketrenosb095c382005-08-24 22:04:42 -05009475 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009476
James Ketrenos43f66a62005-03-25 12:31:53 -06009477 priv->ieee->fts = wrqu->frag.value & ~0x1;
9478 }
9479
9480 ipw_send_frag_threshold(priv, wrqu->frag.value);
Zhu Yi46441512006-01-24 16:37:59 +08009481 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009482 IPW_DEBUG_WX("SET Frag Threshold -> %d\n", wrqu->frag.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009483 return 0;
9484}
9485
Jeff Garzikbf794512005-07-31 13:07:26 -04009486static int ipw_wx_get_frag(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009487 struct iw_request_info *info,
9488 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009489{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009490 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009491 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009492 wrqu->frag.value = priv->ieee->fts;
9493 wrqu->frag.fixed = 0; /* no auto select */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009494 wrqu->frag.disabled = (wrqu->frag.value == DEFAULT_FTS);
Zhu Yi46441512006-01-24 16:37:59 +08009495 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009496 IPW_DEBUG_WX("GET Frag Threshold -> %d\n", wrqu->frag.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009497
9498 return 0;
9499}
9500
Jeff Garzikbf794512005-07-31 13:07:26 -04009501static int ipw_wx_set_retry(struct net_device *dev,
9502 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009503 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009504{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009505 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009506
9507 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled)
9508 return -EINVAL;
9509
9510 if (!(wrqu->retry.flags & IW_RETRY_LIMIT))
9511 return 0;
9512
Zhu Yid5f7ac22006-08-21 11:38:17 +08009513 if (wrqu->retry.value < 0 || wrqu->retry.value >= 255)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009514 return -EINVAL;
9515
Zhu Yi46441512006-01-24 16:37:59 +08009516 mutex_lock(&priv->mutex);
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009517 if (wrqu->retry.flags & IW_RETRY_SHORT)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009518 priv->short_retry_limit = (u8) wrqu->retry.value;
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009519 else if (wrqu->retry.flags & IW_RETRY_LONG)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009520 priv->long_retry_limit = (u8) wrqu->retry.value;
9521 else {
9522 priv->short_retry_limit = (u8) wrqu->retry.value;
9523 priv->long_retry_limit = (u8) wrqu->retry.value;
9524 }
9525
9526 ipw_send_retry_limit(priv, priv->short_retry_limit,
9527 priv->long_retry_limit);
Zhu Yi46441512006-01-24 16:37:59 +08009528 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009529 IPW_DEBUG_WX("SET retry limit -> short:%d long:%d\n",
9530 priv->short_retry_limit, priv->long_retry_limit);
9531 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009532}
9533
Jeff Garzikbf794512005-07-31 13:07:26 -04009534static int ipw_wx_get_retry(struct net_device *dev,
9535 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009536 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009537{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009538 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009539
Zhu Yi46441512006-01-24 16:37:59 +08009540 mutex_lock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009541 wrqu->retry.disabled = 0;
9542
9543 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) {
Zhu Yi46441512006-01-24 16:37:59 +08009544 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009545 return -EINVAL;
9546 }
9547
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009548 if (wrqu->retry.flags & IW_RETRY_LONG) {
9549 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009550 wrqu->retry.value = priv->long_retry_limit;
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009551 } else if (wrqu->retry.flags & IW_RETRY_SHORT) {
9552 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009553 wrqu->retry.value = priv->short_retry_limit;
9554 } else {
9555 wrqu->retry.flags = IW_RETRY_LIMIT;
9556 wrqu->retry.value = priv->short_retry_limit;
9557 }
Zhu Yi46441512006-01-24 16:37:59 +08009558 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009559
Frans Pop9fd1ea42010-03-24 19:46:31 +01009560 IPW_DEBUG_WX("GET retry -> %d\n", wrqu->retry.value);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009561
9562 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009563}
9564
Jeff Garzikbf794512005-07-31 13:07:26 -04009565static int ipw_wx_set_scan(struct net_device *dev,
9566 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009567 union iwreq_data *wrqu, char *extra)
9568{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009569 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi094c4d22006-08-21 11:39:03 +08009570 struct iw_scan_req *req = (struct iw_scan_req *)extra;
Dan Williamsea177302008-06-02 17:51:23 -04009571 struct delayed_work *work = NULL;
Zhu Yi094c4d22006-08-21 11:39:03 +08009572
Dan Williams0b531672007-10-09 13:55:24 -04009573 mutex_lock(&priv->mutex);
Dan Williamsea177302008-06-02 17:51:23 -04009574
Dan Williams0b531672007-10-09 13:55:24 -04009575 priv->user_requested_scan = 1;
Dan Williams0b531672007-10-09 13:55:24 -04009576
Zhu Yi094c4d22006-08-21 11:39:03 +08009577 if (wrqu->data.length == sizeof(struct iw_scan_req)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05009578 if (wrqu->data.flags & IW_SCAN_THIS_ESSID) {
Dan Williamsea177302008-06-02 17:51:23 -04009579 int len = min((int)req->essid_len,
9580 (int)sizeof(priv->direct_scan_ssid));
9581 memcpy(priv->direct_scan_ssid, req->essid, len);
9582 priv->direct_scan_ssid_len = len;
9583 work = &priv->request_direct_scan;
9584 } else if (req->scan_type == IW_SCAN_TYPE_PASSIVE) {
9585 work = &priv->request_passive_scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009586 }
Dan Williamsea177302008-06-02 17:51:23 -04009587 } else {
9588 /* Normal active broadcast scan */
9589 work = &priv->request_scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009590 }
James Ketrenos8935f392005-10-05 15:59:08 -05009591
Dan Williamsea177302008-06-02 17:51:23 -04009592 mutex_unlock(&priv->mutex);
9593
James Ketrenos43f66a62005-03-25 12:31:53 -06009594 IPW_DEBUG_WX("Start scan\n");
James Ketrenosb095c382005-08-24 22:04:42 -05009595
Tejun Heobcb6d912011-01-26 12:12:50 +01009596 schedule_delayed_work(work, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05009597
James Ketrenos43f66a62005-03-25 12:31:53 -06009598 return 0;
9599}
9600
Jeff Garzikbf794512005-07-31 13:07:26 -04009601static int ipw_wx_get_scan(struct net_device *dev,
9602 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009603 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009604{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009605 struct ipw_priv *priv = libipw_priv(dev);
9606 return libipw_wx_get_scan(priv->ieee, info, wrqu, extra);
James Ketrenos43f66a62005-03-25 12:31:53 -06009607}
9608
Jeff Garzikbf794512005-07-31 13:07:26 -04009609static int ipw_wx_set_encode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009610 struct iw_request_info *info,
9611 union iwreq_data *wrqu, char *key)
James Ketrenos43f66a62005-03-25 12:31:53 -06009612{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009613 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009614 int ret;
Hong Liucaeff812005-08-05 17:25:50 +08009615 u32 cap = priv->capability;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009616
Zhu Yi46441512006-01-24 16:37:59 +08009617 mutex_lock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009618 ret = libipw_wx_set_encode(priv->ieee, info, wrqu, key);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009619
Hong Liucaeff812005-08-05 17:25:50 +08009620 /* In IBSS mode, we need to notify the firmware to update
9621 * the beacon info after we changed the capability. */
9622 if (cap != priv->capability &&
9623 priv->ieee->iw_mode == IW_MODE_ADHOC &&
9624 priv->status & STATUS_ASSOCIATED)
9625 ipw_disassociate(priv);
9626
Zhu Yi46441512006-01-24 16:37:59 +08009627 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009628 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06009629}
9630
Jeff Garzikbf794512005-07-31 13:07:26 -04009631static int ipw_wx_get_encode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009632 struct iw_request_info *info,
9633 union iwreq_data *wrqu, char *key)
James Ketrenos43f66a62005-03-25 12:31:53 -06009634{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009635 struct ipw_priv *priv = libipw_priv(dev);
9636 return libipw_wx_get_encode(priv->ieee, info, wrqu, key);
James Ketrenos43f66a62005-03-25 12:31:53 -06009637}
9638
Jeff Garzikbf794512005-07-31 13:07:26 -04009639static int ipw_wx_set_power(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009640 struct iw_request_info *info,
9641 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009642{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009643 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009644 int err;
Zhu Yi46441512006-01-24 16:37:59 +08009645 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009646 if (wrqu->power.disabled) {
9647 priv->power_mode = IPW_POWER_LEVEL(priv->power_mode);
9648 err = ipw_send_power_mode(priv, IPW_POWER_MODE_CAM);
9649 if (err) {
9650 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009651 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009652 return err;
9653 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009654 IPW_DEBUG_WX("SET Power Management Mode -> off\n");
Zhu Yi46441512006-01-24 16:37:59 +08009655 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009656 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04009657 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009658
9659 switch (wrqu->power.flags & IW_POWER_MODE) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009660 case IW_POWER_ON: /* If not specified */
9661 case IW_POWER_MODE: /* If set all mask */
Jean Delvarec03983a2007-10-19 23:22:55 +02009662 case IW_POWER_ALL_R: /* If explicitly state all */
James Ketrenos43f66a62005-03-25 12:31:53 -06009663 break;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009664 default: /* Otherwise we don't support it */
James Ketrenos43f66a62005-03-25 12:31:53 -06009665 IPW_DEBUG_WX("SET PM Mode: %X not supported.\n",
9666 wrqu->power.flags);
Zhu Yi46441512006-01-24 16:37:59 +08009667 mutex_unlock(&priv->mutex);
Jeff Garzikbf794512005-07-31 13:07:26 -04009668 return -EOPNOTSUPP;
James Ketrenos43f66a62005-03-25 12:31:53 -06009669 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009670
James Ketrenos43f66a62005-03-25 12:31:53 -06009671 /* If the user hasn't specified a power management mode yet, default
9672 * to BATTERY */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009673 if (IPW_POWER_LEVEL(priv->power_mode) == IPW_POWER_AC)
James Ketrenos43f66a62005-03-25 12:31:53 -06009674 priv->power_mode = IPW_POWER_ENABLED | IPW_POWER_BATTERY;
Jeff Garzikbf794512005-07-31 13:07:26 -04009675 else
James Ketrenos43f66a62005-03-25 12:31:53 -06009676 priv->power_mode = IPW_POWER_ENABLED | priv->power_mode;
Zhu Yi4e157f02007-07-12 16:09:32 +08009677
James Ketrenos43f66a62005-03-25 12:31:53 -06009678 err = ipw_send_power_mode(priv, IPW_POWER_LEVEL(priv->power_mode));
9679 if (err) {
9680 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009681 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009682 return err;
9683 }
9684
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009685 IPW_DEBUG_WX("SET Power Management Mode -> 0x%02X\n", priv->power_mode);
Zhu Yi46441512006-01-24 16:37:59 +08009686 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009687 return 0;
9688}
9689
Jeff Garzikbf794512005-07-31 13:07:26 -04009690static int ipw_wx_get_power(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009691 struct iw_request_info *info,
9692 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009693{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009694 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009695 mutex_lock(&priv->mutex);
James Ketrenosa613bff2005-08-24 21:43:11 -05009696 if (!(priv->power_mode & IPW_POWER_ENABLED))
James Ketrenos43f66a62005-03-25 12:31:53 -06009697 wrqu->power.disabled = 1;
James Ketrenosa613bff2005-08-24 21:43:11 -05009698 else
James Ketrenos43f66a62005-03-25 12:31:53 -06009699 wrqu->power.disabled = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009700
Zhu Yi46441512006-01-24 16:37:59 +08009701 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009702 IPW_DEBUG_WX("GET Power Management Mode -> %02X\n", priv->power_mode);
Jeff Garzikbf794512005-07-31 13:07:26 -04009703
James Ketrenos43f66a62005-03-25 12:31:53 -06009704 return 0;
9705}
9706
Jeff Garzikbf794512005-07-31 13:07:26 -04009707static int ipw_wx_set_powermode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009708 struct iw_request_info *info,
9709 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009710{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009711 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009712 int mode = *(int *)extra;
9713 int err;
Zhu Yi4e157f02007-07-12 16:09:32 +08009714
Zhu Yi46441512006-01-24 16:37:59 +08009715 mutex_lock(&priv->mutex);
Zhu Yi4e157f02007-07-12 16:09:32 +08009716 if ((mode < 1) || (mode > IPW_POWER_LIMIT))
James Ketrenos43f66a62005-03-25 12:31:53 -06009717 mode = IPW_POWER_AC;
Jeff Garzikbf794512005-07-31 13:07:26 -04009718
Zhu Yi4e157f02007-07-12 16:09:32 +08009719 if (IPW_POWER_LEVEL(priv->power_mode) != mode) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009720 err = ipw_send_power_mode(priv, mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06009721 if (err) {
9722 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009723 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009724 return err;
9725 }
Zhu Yi4e157f02007-07-12 16:09:32 +08009726 priv->power_mode = IPW_POWER_ENABLED | mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06009727 }
Zhu Yi46441512006-01-24 16:37:59 +08009728 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009729 return 0;
9730}
9731
9732#define MAX_WX_STRING 80
Jeff Garzikbf794512005-07-31 13:07:26 -04009733static int ipw_wx_get_powermode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009734 struct iw_request_info *info,
9735 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009736{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009737 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009738 int level = IPW_POWER_LEVEL(priv->power_mode);
9739 char *p = extra;
9740
9741 p += snprintf(p, MAX_WX_STRING, "Power save level: %d ", level);
9742
9743 switch (level) {
9744 case IPW_POWER_AC:
9745 p += snprintf(p, MAX_WX_STRING - (p - extra), "(AC)");
9746 break;
9747 case IPW_POWER_BATTERY:
9748 p += snprintf(p, MAX_WX_STRING - (p - extra), "(BATTERY)");
9749 break;
9750 default:
9751 p += snprintf(p, MAX_WX_STRING - (p - extra),
Jeff Garzikbf794512005-07-31 13:07:26 -04009752 "(Timeout %dms, Period %dms)",
James Ketrenos43f66a62005-03-25 12:31:53 -06009753 timeout_duration[level - 1] / 1000,
9754 period_duration[level - 1] / 1000);
9755 }
9756
9757 if (!(priv->power_mode & IPW_POWER_ENABLED))
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009758 p += snprintf(p, MAX_WX_STRING - (p - extra), " OFF");
James Ketrenos43f66a62005-03-25 12:31:53 -06009759
9760 wrqu->data.length = p - extra + 1;
9761
9762 return 0;
9763}
9764
9765static int ipw_wx_set_wireless_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009766 struct iw_request_info *info,
9767 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009768{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009769 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009770 int mode = *(int *)extra;
9771 u8 band = 0, modulation = 0;
9772
9773 if (mode == 0 || mode & ~IEEE_MODE_MASK) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009774 IPW_WARNING("Attempt to set invalid wireless mode: %d\n", mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06009775 return -EINVAL;
9776 }
Zhu Yi46441512006-01-24 16:37:59 +08009777 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009778 if (priv->adapter == IPW_2915ABG) {
James Ketrenosa33a1982005-09-14 14:28:59 -05009779 priv->ieee->abg_true = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06009780 if (mode & IEEE_A) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009781 band |= LIBIPW_52GHZ_BAND;
9782 modulation |= LIBIPW_OFDM_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009783 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009784 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009785 } else {
9786 if (mode & IEEE_A) {
9787 IPW_WARNING("Attempt to set 2200BG into "
9788 "802.11a mode\n");
Zhu Yi46441512006-01-24 16:37:59 +08009789 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009790 return -EINVAL;
9791 }
9792
James Ketrenosa33a1982005-09-14 14:28:59 -05009793 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009794 }
9795
9796 if (mode & IEEE_B) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009797 band |= LIBIPW_24GHZ_BAND;
9798 modulation |= LIBIPW_CCK_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009799 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009800 priv->ieee->abg_true = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04009801
James Ketrenos43f66a62005-03-25 12:31:53 -06009802 if (mode & IEEE_G) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009803 band |= LIBIPW_24GHZ_BAND;
9804 modulation |= LIBIPW_OFDM_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009805 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009806 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009807
9808 priv->ieee->mode = mode;
9809 priv->ieee->freq_band = band;
9810 priv->ieee->modulation = modulation;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009811 init_supported_rates(priv, &priv->rates);
James Ketrenos43f66a62005-03-25 12:31:53 -06009812
James Ketrenosc848d0a2005-08-24 21:56:24 -05009813 /* Network configuration changed -- force [re]association */
9814 IPW_DEBUG_ASSOC("[re]association triggered due to mode change.\n");
9815 if (!ipw_disassociate(priv)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009816 ipw_send_supported_rates(priv, &priv->rates);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009817 ipw_associate(priv);
9818 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009819
James Ketrenosa613bff2005-08-24 21:43:11 -05009820 /* Update the band LEDs */
9821 ipw_led_band_on(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009822
Jeff Garzikbf794512005-07-31 13:07:26 -04009823 IPW_DEBUG_WX("PRIV SET MODE: %c%c%c\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06009824 mode & IEEE_A ? 'a' : '.',
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009825 mode & IEEE_B ? 'b' : '.', mode & IEEE_G ? 'g' : '.');
Zhu Yi46441512006-01-24 16:37:59 +08009826 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009827 return 0;
9828}
9829
9830static int ipw_wx_get_wireless_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009831 struct iw_request_info *info,
9832 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009833{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009834 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009835 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009836 switch (priv->ieee->mode) {
9837 case IEEE_A:
James Ketrenos43f66a62005-03-25 12:31:53 -06009838 strncpy(extra, "802.11a (1)", MAX_WX_STRING);
9839 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009840 case IEEE_B:
9841 strncpy(extra, "802.11b (2)", MAX_WX_STRING);
9842 break;
9843 case IEEE_A | IEEE_B:
9844 strncpy(extra, "802.11ab (3)", MAX_WX_STRING);
9845 break;
9846 case IEEE_G:
9847 strncpy(extra, "802.11g (4)", MAX_WX_STRING);
9848 break;
9849 case IEEE_A | IEEE_G:
9850 strncpy(extra, "802.11ag (5)", MAX_WX_STRING);
9851 break;
9852 case IEEE_B | IEEE_G:
9853 strncpy(extra, "802.11bg (6)", MAX_WX_STRING);
9854 break;
9855 case IEEE_A | IEEE_B | IEEE_G:
9856 strncpy(extra, "802.11abg (7)", MAX_WX_STRING);
9857 break;
9858 default:
9859 strncpy(extra, "unknown", MAX_WX_STRING);
James Ketrenos43f66a62005-03-25 12:31:53 -06009860 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04009861 }
9862
James Ketrenos43f66a62005-03-25 12:31:53 -06009863 IPW_DEBUG_WX("PRIV GET MODE: %s\n", extra);
9864
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009865 wrqu->data.length = strlen(extra) + 1;
Zhu Yi46441512006-01-24 16:37:59 +08009866 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009867
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009868 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009869}
9870
James Ketrenosea2b26e2005-08-24 21:25:16 -05009871static int ipw_wx_set_preamble(struct net_device *dev,
9872 struct iw_request_info *info,
9873 union iwreq_data *wrqu, char *extra)
9874{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009875 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009876 int mode = *(int *)extra;
Zhu Yi46441512006-01-24 16:37:59 +08009877 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009878 /* Switching from SHORT -> LONG requires a disassociation */
9879 if (mode == 1) {
9880 if (!(priv->config & CFG_PREAMBLE_LONG)) {
9881 priv->config |= CFG_PREAMBLE_LONG;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009882
9883 /* Network configuration changed -- force [re]association */
9884 IPW_DEBUG_ASSOC
9885 ("[re]association triggered due to preamble change.\n");
9886 if (!ipw_disassociate(priv))
9887 ipw_associate(priv);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009888 }
9889 goto done;
9890 }
9891
9892 if (mode == 0) {
9893 priv->config &= ~CFG_PREAMBLE_LONG;
9894 goto done;
9895 }
Zhu Yi46441512006-01-24 16:37:59 +08009896 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009897 return -EINVAL;
9898
9899 done:
Zhu Yi46441512006-01-24 16:37:59 +08009900 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009901 return 0;
9902}
9903
9904static int ipw_wx_get_preamble(struct net_device *dev,
9905 struct iw_request_info *info,
9906 union iwreq_data *wrqu, char *extra)
9907{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009908 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009909 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009910 if (priv->config & CFG_PREAMBLE_LONG)
9911 snprintf(wrqu->name, IFNAMSIZ, "long (1)");
9912 else
9913 snprintf(wrqu->name, IFNAMSIZ, "auto (0)");
Zhu Yi46441512006-01-24 16:37:59 +08009914 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009915 return 0;
9916}
9917
James Ketrenosb095c382005-08-24 22:04:42 -05009918#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05009919static int ipw_wx_set_monitor(struct net_device *dev,
Jeff Garzikbf794512005-07-31 13:07:26 -04009920 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009921 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009922{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009923 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009924 int *parms = (int *)extra;
9925 int enable = (parms[0] > 0);
Zhu Yi46441512006-01-24 16:37:59 +08009926 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009927 IPW_DEBUG_WX("SET MONITOR: %d %d\n", enable, parms[1]);
James Ketrenos43f66a62005-03-25 12:31:53 -06009928 if (enable) {
9929 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
Zhu Yi459d4082006-04-13 17:21:00 +08009930#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05009931 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
9932#else
James Ketrenos43f66a62005-03-25 12:31:53 -06009933 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05009934#endif
Tejun Heobcb6d912011-01-26 12:12:50 +01009935 schedule_work(&priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009936 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009937
James Ketrenos43f66a62005-03-25 12:31:53 -06009938 ipw_set_channel(priv, parms[1]);
9939 } else {
James Ketrenosc848d0a2005-08-24 21:56:24 -05009940 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
Zhu Yi46441512006-01-24 16:37:59 +08009941 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009942 return 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009943 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009944 priv->net_dev->type = ARPHRD_ETHER;
Tejun Heobcb6d912011-01-26 12:12:50 +01009945 schedule_work(&priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009946 }
Zhu Yi46441512006-01-24 16:37:59 +08009947 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009948 return 0;
9949}
9950
Pavel Machek67fd6b42006-07-11 15:34:05 +02009951#endif /* CONFIG_IPW2200_MONITOR */
James Ketrenosb095c382005-08-24 22:04:42 -05009952
Jeff Garzikbf794512005-07-31 13:07:26 -04009953static int ipw_wx_reset(struct net_device *dev,
9954 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009955 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009956{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009957 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009958 IPW_DEBUG_WX("RESET\n");
Tejun Heobcb6d912011-01-26 12:12:50 +01009959 schedule_work(&priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009960 return 0;
9961}
James Ketrenosb095c382005-08-24 22:04:42 -05009962
James Ketrenosb095c382005-08-24 22:04:42 -05009963static int ipw_wx_sw_reset(struct net_device *dev,
9964 struct iw_request_info *info,
9965 union iwreq_data *wrqu, char *extra)
9966{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009967 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosb095c382005-08-24 22:04:42 -05009968 union iwreq_data wrqu_sec = {
9969 .encoding = {
9970 .flags = IW_ENCODE_DISABLED,
9971 },
9972 };
James Ketrenosafbf30a2005-08-25 00:05:33 -05009973 int ret;
James Ketrenosb095c382005-08-24 22:04:42 -05009974
9975 IPW_DEBUG_WX("SW_RESET\n");
9976
Zhu Yi46441512006-01-24 16:37:59 +08009977 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009978
Zhu Yid6d5b5c2006-02-16 16:21:09 +08009979 ret = ipw_sw_reset(priv, 2);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009980 if (!ret) {
9981 free_firmware();
9982 ipw_adapter_restart(priv);
9983 }
James Ketrenosb095c382005-08-24 22:04:42 -05009984
9985 /* The SW reset bit might have been toggled on by the 'disable'
9986 * module parameter, so take appropriate action */
9987 ipw_radio_kill_sw(priv, priv->status & STATUS_RF_KILL_SW);
9988
Zhu Yi46441512006-01-24 16:37:59 +08009989 mutex_unlock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009990 libipw_wx_set_encode(priv->ieee, info, &wrqu_sec, NULL);
Zhu Yi46441512006-01-24 16:37:59 +08009991 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009992
9993 if (!(priv->status & STATUS_RF_KILL_MASK)) {
9994 /* Configuration likely changed -- force [re]association */
9995 IPW_DEBUG_ASSOC("[re]association triggered due to sw "
9996 "reset.\n");
9997 if (!ipw_disassociate(priv))
9998 ipw_associate(priv);
9999 }
10000
Zhu Yi46441512006-01-24 16:37:59 +080010001 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -050010002
10003 return 0;
10004}
James Ketrenos43f66a62005-03-25 12:31:53 -060010005
10006/* Rebase the WE IOCTLs to zero for the handler array */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010007static iw_handler ipw_wx_handlers[] = {
Joe Perches56b632e2010-03-18 18:29:38 -070010008 IW_HANDLER(SIOCGIWNAME, (iw_handler)cfg80211_wext_giwname),
10009 IW_HANDLER(SIOCSIWFREQ, ipw_wx_set_freq),
10010 IW_HANDLER(SIOCGIWFREQ, ipw_wx_get_freq),
10011 IW_HANDLER(SIOCSIWMODE, ipw_wx_set_mode),
10012 IW_HANDLER(SIOCGIWMODE, ipw_wx_get_mode),
10013 IW_HANDLER(SIOCSIWSENS, ipw_wx_set_sens),
10014 IW_HANDLER(SIOCGIWSENS, ipw_wx_get_sens),
10015 IW_HANDLER(SIOCGIWRANGE, ipw_wx_get_range),
10016 IW_HANDLER(SIOCSIWAP, ipw_wx_set_wap),
10017 IW_HANDLER(SIOCGIWAP, ipw_wx_get_wap),
10018 IW_HANDLER(SIOCSIWSCAN, ipw_wx_set_scan),
10019 IW_HANDLER(SIOCGIWSCAN, ipw_wx_get_scan),
10020 IW_HANDLER(SIOCSIWESSID, ipw_wx_set_essid),
10021 IW_HANDLER(SIOCGIWESSID, ipw_wx_get_essid),
10022 IW_HANDLER(SIOCSIWNICKN, ipw_wx_set_nick),
10023 IW_HANDLER(SIOCGIWNICKN, ipw_wx_get_nick),
10024 IW_HANDLER(SIOCSIWRATE, ipw_wx_set_rate),
10025 IW_HANDLER(SIOCGIWRATE, ipw_wx_get_rate),
10026 IW_HANDLER(SIOCSIWRTS, ipw_wx_set_rts),
10027 IW_HANDLER(SIOCGIWRTS, ipw_wx_get_rts),
10028 IW_HANDLER(SIOCSIWFRAG, ipw_wx_set_frag),
10029 IW_HANDLER(SIOCGIWFRAG, ipw_wx_get_frag),
10030 IW_HANDLER(SIOCSIWTXPOW, ipw_wx_set_txpow),
10031 IW_HANDLER(SIOCGIWTXPOW, ipw_wx_get_txpow),
10032 IW_HANDLER(SIOCSIWRETRY, ipw_wx_set_retry),
10033 IW_HANDLER(SIOCGIWRETRY, ipw_wx_get_retry),
10034 IW_HANDLER(SIOCSIWENCODE, ipw_wx_set_encode),
10035 IW_HANDLER(SIOCGIWENCODE, ipw_wx_get_encode),
10036 IW_HANDLER(SIOCSIWPOWER, ipw_wx_set_power),
10037 IW_HANDLER(SIOCGIWPOWER, ipw_wx_get_power),
10038 IW_HANDLER(SIOCSIWSPY, iw_handler_set_spy),
10039 IW_HANDLER(SIOCGIWSPY, iw_handler_get_spy),
10040 IW_HANDLER(SIOCSIWTHRSPY, iw_handler_set_thrspy),
10041 IW_HANDLER(SIOCGIWTHRSPY, iw_handler_get_thrspy),
10042 IW_HANDLER(SIOCSIWGENIE, ipw_wx_set_genie),
10043 IW_HANDLER(SIOCGIWGENIE, ipw_wx_get_genie),
10044 IW_HANDLER(SIOCSIWMLME, ipw_wx_set_mlme),
10045 IW_HANDLER(SIOCSIWAUTH, ipw_wx_set_auth),
10046 IW_HANDLER(SIOCGIWAUTH, ipw_wx_get_auth),
10047 IW_HANDLER(SIOCSIWENCODEEXT, ipw_wx_set_encodeext),
10048 IW_HANDLER(SIOCGIWENCODEEXT, ipw_wx_get_encodeext),
James Ketrenos43f66a62005-03-25 12:31:53 -060010049};
10050
James Ketrenosb095c382005-08-24 22:04:42 -050010051enum {
10052 IPW_PRIV_SET_POWER = SIOCIWFIRSTPRIV,
10053 IPW_PRIV_GET_POWER,
10054 IPW_PRIV_SET_MODE,
10055 IPW_PRIV_GET_MODE,
10056 IPW_PRIV_SET_PREAMBLE,
10057 IPW_PRIV_GET_PREAMBLE,
10058 IPW_PRIV_RESET,
10059 IPW_PRIV_SW_RESET,
10060#ifdef CONFIG_IPW2200_MONITOR
10061 IPW_PRIV_SET_MONITOR,
10062#endif
10063};
James Ketrenos43f66a62005-03-25 12:31:53 -060010064
Jeff Garzikbf794512005-07-31 13:07:26 -040010065static struct iw_priv_args ipw_priv_args[] = {
James Ketrenos43f66a62005-03-25 12:31:53 -060010066 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010067 .cmd = IPW_PRIV_SET_POWER,
10068 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10069 .name = "set_power"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010070 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010071 .cmd = IPW_PRIV_GET_POWER,
10072 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING,
10073 .name = "get_power"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010074 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010075 .cmd = IPW_PRIV_SET_MODE,
10076 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10077 .name = "set_mode"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010078 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010079 .cmd = IPW_PRIV_GET_MODE,
10080 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING,
10081 .name = "get_mode"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010082 {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010083 .cmd = IPW_PRIV_SET_PREAMBLE,
10084 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10085 .name = "set_preamble"},
10086 {
10087 .cmd = IPW_PRIV_GET_PREAMBLE,
10088 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ,
10089 .name = "get_preamble"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010090 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010091 IPW_PRIV_RESET,
10092 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 0, 0, "reset"},
James Ketrenosb095c382005-08-24 22:04:42 -050010093 {
10094 IPW_PRIV_SW_RESET,
10095 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 0, 0, "sw_reset"},
10096#ifdef CONFIG_IPW2200_MONITOR
10097 {
10098 IPW_PRIV_SET_MONITOR,
10099 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, 0, "monitor"},
10100#endif /* CONFIG_IPW2200_MONITOR */
James Ketrenos43f66a62005-03-25 12:31:53 -060010101};
10102
10103static iw_handler ipw_priv_handler[] = {
10104 ipw_wx_set_powermode,
10105 ipw_wx_get_powermode,
10106 ipw_wx_set_wireless_mode,
10107 ipw_wx_get_wireless_mode,
James Ketrenosea2b26e2005-08-24 21:25:16 -050010108 ipw_wx_set_preamble,
10109 ipw_wx_get_preamble,
Jeff Garzikbf794512005-07-31 13:07:26 -040010110 ipw_wx_reset,
James Ketrenosb095c382005-08-24 22:04:42 -050010111 ipw_wx_sw_reset,
10112#ifdef CONFIG_IPW2200_MONITOR
10113 ipw_wx_set_monitor,
James Ketrenos43f66a62005-03-25 12:31:53 -060010114#endif
10115};
10116
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010117static struct iw_handler_def ipw_wx_handler_def = {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010118 .standard = ipw_wx_handlers,
10119 .num_standard = ARRAY_SIZE(ipw_wx_handlers),
10120 .num_private = ARRAY_SIZE(ipw_priv_handler),
10121 .num_private_args = ARRAY_SIZE(ipw_priv_args),
10122 .private = ipw_priv_handler,
10123 .private_args = ipw_priv_args,
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000010124 .get_wireless_stats = ipw_get_wireless_stats,
James Ketrenos43f66a62005-03-25 12:31:53 -060010125};
10126
James Ketrenos43f66a62005-03-25 12:31:53 -060010127/*
10128 * Get wireless statistics.
10129 * Called by /proc/net/wireless
10130 * Also called by SIOCGIWSTATS
10131 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010132static struct iw_statistics *ipw_get_wireless_stats(struct net_device *dev)
James Ketrenos43f66a62005-03-25 12:31:53 -060010133{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010134 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010135 struct iw_statistics *wstats;
Jeff Garzikbf794512005-07-31 13:07:26 -040010136
James Ketrenos43f66a62005-03-25 12:31:53 -060010137 wstats = &priv->wstats;
10138
James Ketrenosea2b26e2005-08-24 21:25:16 -050010139 /* if hw is disabled, then ipw_get_ordinal() can't be called.
James Ketrenosafbf30a2005-08-25 00:05:33 -050010140 * netdev->get_wireless_stats seems to be called before fw is
James Ketrenos43f66a62005-03-25 12:31:53 -060010141 * initialized. STATUS_ASSOCIATED will only be set if the hw is up
10142 * and associated; if not associcated, the values are all meaningless
10143 * anyway, so set them all to NULL and INVALID */
10144 if (!(priv->status & STATUS_ASSOCIATED)) {
10145 wstats->miss.beacon = 0;
10146 wstats->discard.retries = 0;
10147 wstats->qual.qual = 0;
10148 wstats->qual.level = 0;
10149 wstats->qual.noise = 0;
10150 wstats->qual.updated = 7;
10151 wstats->qual.updated |= IW_QUAL_NOISE_INVALID |
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010152 IW_QUAL_QUAL_INVALID | IW_QUAL_LEVEL_INVALID;
James Ketrenos43f66a62005-03-25 12:31:53 -060010153 return wstats;
Jeff Garzikbf794512005-07-31 13:07:26 -040010154 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010155
10156 wstats->qual.qual = priv->quality;
Zhu Yi00d21de2006-04-13 17:19:02 +080010157 wstats->qual.level = priv->exp_avg_rssi;
10158 wstats->qual.noise = priv->exp_avg_noise;
James Ketrenos43f66a62005-03-25 12:31:53 -060010159 wstats->qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED |
Bill Mossb1916082006-02-15 08:50:18 +080010160 IW_QUAL_NOISE_UPDATED | IW_QUAL_DBM;
James Ketrenos43f66a62005-03-25 12:31:53 -060010161
10162 wstats->miss.beacon = average_value(&priv->average_missed_beacons);
10163 wstats->discard.retries = priv->last_tx_failures;
10164 wstats->discard.code = priv->ieee->ieee_stats.rx_discards_undecryptable;
Jeff Garzikbf794512005-07-31 13:07:26 -040010165
James Ketrenos43f66a62005-03-25 12:31:53 -060010166/* if (ipw_get_ordinal(priv, IPW_ORD_STAT_TX_RETRY, &tx_retry, &len))
10167 goto fail_get_ordinal;
10168 wstats->discard.retries += tx_retry; */
Jeff Garzikbf794512005-07-31 13:07:26 -040010169
James Ketrenos43f66a62005-03-25 12:31:53 -060010170 return wstats;
10171}
10172
James Ketrenos43f66a62005-03-25 12:31:53 -060010173/* net device stuff */
10174
Arjan van de Ven858119e2006-01-14 13:20:43 -080010175static void init_sys_config(struct ipw_sys_config *sys_config)
James Ketrenos43f66a62005-03-25 12:31:53 -060010176{
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010177 memset(sys_config, 0, sizeof(struct ipw_sys_config));
Zhu Yi810dabd2006-01-24 16:36:59 +080010178 sys_config->bt_coexistence = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010179 sys_config->answer_broadcast_ssid_probe = 0;
10180 sys_config->accept_all_data_frames = 0;
10181 sys_config->accept_non_directed_frames = 1;
10182 sys_config->exclude_unicast_unencrypted = 0;
10183 sys_config->disable_unicast_decryption = 1;
10184 sys_config->exclude_multicast_unencrypted = 0;
10185 sys_config->disable_multicast_decryption = 1;
Zhu Yid2b83e12006-04-13 17:19:36 +080010186 if (antenna < CFG_SYS_ANTENNA_BOTH || antenna > CFG_SYS_ANTENNA_B)
10187 antenna = CFG_SYS_ANTENNA_BOTH;
10188 sys_config->antenna_diversity = antenna;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010189 sys_config->pass_crc_to_host = 0; /* TODO: See if 1 gives us FCS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010190 sys_config->dot11g_auto_detection = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -040010191 sys_config->enable_cts_to_self = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010192 sys_config->bt_coexist_collision_thr = 0;
Pavel Machek67fd6b42006-07-11 15:34:05 +020010193 sys_config->pass_noise_stats_to_host = 1; /* 1 -- fix for 256 */
Cahill, Ben M12977152006-03-08 02:58:02 +080010194 sys_config->silence_threshold = 0x1e;
James Ketrenos43f66a62005-03-25 12:31:53 -060010195}
10196
10197static int ipw_net_open(struct net_device *dev)
10198{
James Ketrenos43f66a62005-03-25 12:31:53 -060010199 IPW_DEBUG_INFO("dev->open\n");
David S. Miller521c4d92008-07-22 18:32:47 -070010200 netif_start_queue(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010201 return 0;
10202}
10203
10204static int ipw_net_stop(struct net_device *dev)
10205{
10206 IPW_DEBUG_INFO("dev->close\n");
10207 netif_stop_queue(dev);
10208 return 0;
10209}
10210
10211/*
10212todo:
10213
10214modify to send one tfd per fragment instead of using chunking. otherwise
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010215we need to heavily modify the libipw_skb_to_txb.
James Ketrenos43f66a62005-03-25 12:31:53 -060010216*/
10217
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010218static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb,
James Ketrenos227d2dc2005-07-28 16:25:55 -050010219 int pri)
James Ketrenos43f66a62005-03-25 12:31:53 -060010220{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010221 struct libipw_hdr_3addrqos *hdr = (struct libipw_hdr_3addrqos *)
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010222 txb->fragments[0]->data;
James Ketrenos43f66a62005-03-25 12:31:53 -060010223 int i = 0;
10224 struct tfd_frame *tfd;
Zhu Yie43e3c12006-04-13 17:20:45 +080010225#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050010226 int tx_id = ipw_get_tx_queue_number(priv, pri);
10227 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10228#else
James Ketrenos43f66a62005-03-25 12:31:53 -060010229 struct clx2_tx_queue *txq = &priv->txq[0];
James Ketrenosb095c382005-08-24 22:04:42 -050010230#endif
James Ketrenos43f66a62005-03-25 12:31:53 -060010231 struct clx2_queue *q = &txq->q;
10232 u8 id, hdr_len, unicast;
James Ketrenosc848d0a2005-08-24 21:56:24 -050010233 int fc;
James Ketrenos43f66a62005-03-25 12:31:53 -060010234
Zhu Yib8ddafd2008-11-27 13:42:20 +080010235 if (!(priv->status & STATUS_ASSOCIATED))
10236 goto drop;
10237
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010238 hdr_len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl));
James Ketrenos43f66a62005-03-25 12:31:53 -060010239 switch (priv->ieee->iw_mode) {
10240 case IW_MODE_ADHOC:
Stephen Hemminger3c190652006-01-03 15:27:38 -080010241 unicast = !is_multicast_ether_addr(hdr->addr1);
James Ketrenos43f66a62005-03-25 12:31:53 -060010242 id = ipw_find_station(priv, hdr->addr1);
10243 if (id == IPW_INVALID_STATION) {
10244 id = ipw_add_station(priv, hdr->addr1);
10245 if (id == IPW_INVALID_STATION) {
10246 IPW_WARNING("Attempt to send data to "
Johannes Berge1749612008-10-27 15:59:26 -070010247 "invalid cell: %pM\n",
10248 hdr->addr1);
James Ketrenos43f66a62005-03-25 12:31:53 -060010249 goto drop;
10250 }
10251 }
10252 break;
10253
10254 case IW_MODE_INFRA:
10255 default:
Stephen Hemminger3c190652006-01-03 15:27:38 -080010256 unicast = !is_multicast_ether_addr(hdr->addr3);
James Ketrenos43f66a62005-03-25 12:31:53 -060010257 id = 0;
10258 break;
10259 }
10260
10261 tfd = &txq->bd[q->first_empty];
10262 txq->txb[q->first_empty] = txb;
10263 memset(tfd, 0, sizeof(*tfd));
10264 tfd->u.data.station_number = id;
10265
10266 tfd->control_flags.message_type = TX_FRAME_TYPE;
10267 tfd->control_flags.control_bits = TFD_NEED_IRQ_MASK;
10268
10269 tfd->u.data.cmd_id = DINO_CMD_TX;
James Ketrenosa613bff2005-08-24 21:43:11 -050010270 tfd->u.data.len = cpu_to_le16(txb->payload_size);
Jeff Garzikbf794512005-07-31 13:07:26 -040010271
James Ketrenos43f66a62005-03-25 12:31:53 -060010272 if (priv->assoc_request.ieee_mode == IPW_B_MODE)
James Ketrenosb095c382005-08-24 22:04:42 -050010273 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_MODE_CCK;
James Ketrenos43f66a62005-03-25 12:31:53 -060010274 else
James Ketrenosb095c382005-08-24 22:04:42 -050010275 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_MODE_OFDM;
James Ketrenos43f66a62005-03-25 12:31:53 -060010276
James Ketrenosea2b26e2005-08-24 21:25:16 -050010277 if (priv->assoc_request.preamble_length == DCT_FLAG_SHORT_PREAMBLE)
10278 tfd->u.data.tx_flags |= DCT_FLAG_SHORT_PREAMBLE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010279
James Ketrenosc848d0a2005-08-24 21:56:24 -050010280 fc = le16_to_cpu(hdr->frame_ctl);
10281 hdr->frame_ctl = cpu_to_le16(fc & ~IEEE80211_FCTL_MOREFRAGS);
James Ketrenos43f66a62005-03-25 12:31:53 -060010282
10283 memcpy(&tfd->u.data.tfd.tfd_24.mchdr, hdr, hdr_len);
10284
James Ketrenosb095c382005-08-24 22:04:42 -050010285 if (likely(unicast))
10286 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD;
10287
10288 if (txb->encrypted && !priv->ieee->host_encrypt) {
10289 switch (priv->ieee->sec.level) {
10290 case SEC_LEVEL_3:
10291 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010292 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
James Ketrenosb095c382005-08-24 22:04:42 -050010293 /* XXX: ACK flag must be set for CCMP even if it
10294 * is a multicast/broadcast packet, because CCMP
10295 * group communication encrypted by GTK is
10296 * actually done by the AP. */
10297 if (!unicast)
10298 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD;
10299
10300 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP;
10301 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_SECURITY_CCM;
10302 tfd->u.data.key_index = 0;
10303 tfd->u.data.key_index |= DCT_WEP_INDEX_USE_IMMEDIATE;
10304 break;
10305 case SEC_LEVEL_2:
10306 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010307 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
James Ketrenosb095c382005-08-24 22:04:42 -050010308 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP;
10309 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_SECURITY_TKIP;
10310 tfd->u.data.key_index = DCT_WEP_INDEX_USE_IMMEDIATE;
10311 break;
10312 case SEC_LEVEL_1:
10313 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010314 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
John W. Linville274bfb82008-10-29 11:35:05 -040010315 tfd->u.data.key_index = priv->ieee->crypt_info.tx_keyidx;
10316 if (priv->ieee->sec.key_sizes[priv->ieee->crypt_info.tx_keyidx] <=
James Ketrenosb095c382005-08-24 22:04:42 -050010317 40)
10318 tfd->u.data.key_index |= DCT_WEP_KEY_64Bit;
10319 else
10320 tfd->u.data.key_index |= DCT_WEP_KEY_128Bit;
10321 break;
10322 case SEC_LEVEL_0:
10323 break;
10324 default:
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020010325 printk(KERN_ERR "Unknown security level %d\n",
James Ketrenosb095c382005-08-24 22:04:42 -050010326 priv->ieee->sec.level);
10327 break;
10328 }
10329 } else
10330 /* No hardware encryption */
10331 tfd->u.data.tx_flags |= DCT_FLAG_NO_WEP;
10332
Zhu Yie43e3c12006-04-13 17:20:45 +080010333#ifdef CONFIG_IPW2200_QOS
Zhu Yia5cf4fe2006-04-13 17:19:11 +080010334 if (fc & IEEE80211_STYPE_QOS_DATA)
10335 ipw_qos_set_tx_queue_command(priv, pri, &(tfd->u.data));
Zhu Yie43e3c12006-04-13 17:20:45 +080010336#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050010337
James Ketrenos43f66a62005-03-25 12:31:53 -060010338 /* payload */
James Ketrenosa613bff2005-08-24 21:43:11 -050010339 tfd->u.data.num_chunks = cpu_to_le32(min((u8) (NUM_TFD_CHUNKS - 2),
10340 txb->nr_frags));
10341 IPW_DEBUG_FRAG("%i fragments being sent as %i chunks.\n",
10342 txb->nr_frags, le32_to_cpu(tfd->u.data.num_chunks));
10343 for (i = 0; i < le32_to_cpu(tfd->u.data.num_chunks); i++) {
10344 IPW_DEBUG_FRAG("Adding fragment %i of %i (%d bytes).\n",
10345 i, le32_to_cpu(tfd->u.data.num_chunks),
10346 txb->fragments[i]->len - hdr_len);
Jeff Garzikbf794512005-07-31 13:07:26 -040010347 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n",
James Ketrenos43f66a62005-03-25 12:31:53 -060010348 i, tfd->u.data.num_chunks,
10349 txb->fragments[i]->len - hdr_len);
Jeff Garzikbf794512005-07-31 13:07:26 -040010350 printk_buf(IPW_DL_TX, txb->fragments[i]->data + hdr_len,
James Ketrenos43f66a62005-03-25 12:31:53 -060010351 txb->fragments[i]->len - hdr_len);
10352
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010353 tfd->u.data.chunk_ptr[i] =
James Ketrenosa613bff2005-08-24 21:43:11 -050010354 cpu_to_le32(pci_map_single
10355 (priv->pci_dev,
10356 txb->fragments[i]->data + hdr_len,
10357 txb->fragments[i]->len - hdr_len,
10358 PCI_DMA_TODEVICE));
10359 tfd->u.data.chunk_len[i] =
10360 cpu_to_le16(txb->fragments[i]->len - hdr_len);
James Ketrenos43f66a62005-03-25 12:31:53 -060010361 }
10362
10363 if (i != txb->nr_frags) {
10364 struct sk_buff *skb;
10365 u16 remaining_bytes = 0;
10366 int j;
10367
10368 for (j = i; j < txb->nr_frags; j++)
10369 remaining_bytes += txb->fragments[j]->len - hdr_len;
10370
10371 printk(KERN_INFO "Trying to reallocate for %d bytes\n",
10372 remaining_bytes);
10373 skb = alloc_skb(remaining_bytes, GFP_ATOMIC);
10374 if (skb != NULL) {
James Ketrenosa613bff2005-08-24 21:43:11 -050010375 tfd->u.data.chunk_len[i] = cpu_to_le16(remaining_bytes);
James Ketrenos43f66a62005-03-25 12:31:53 -060010376 for (j = i; j < txb->nr_frags; j++) {
10377 int size = txb->fragments[j]->len - hdr_len;
James Ketrenosafbf30a2005-08-25 00:05:33 -050010378
James Ketrenos43f66a62005-03-25 12:31:53 -060010379 printk(KERN_INFO "Adding frag %d %d...\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010380 j, size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010381 memcpy(skb_put(skb, size),
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010382 txb->fragments[j]->data + hdr_len, size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010383 }
10384 dev_kfree_skb_any(txb->fragments[i]);
10385 txb->fragments[i] = skb;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010386 tfd->u.data.chunk_ptr[i] =
James Ketrenosa613bff2005-08-24 21:43:11 -050010387 cpu_to_le32(pci_map_single
10388 (priv->pci_dev, skb->data,
Al Viro49587302007-12-27 01:57:47 -050010389 remaining_bytes,
James Ketrenosa613bff2005-08-24 21:43:11 -050010390 PCI_DMA_TODEVICE));
10391
Marcin Slusarz5c058632008-02-13 00:06:12 +010010392 le32_add_cpu(&tfd->u.data.num_chunks, 1);
Jeff Garzikbf794512005-07-31 13:07:26 -040010393 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010394 }
10395
10396 /* kick DMA */
10397 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd);
10398 ipw_write32(priv, q->reg_w, q->first_empty);
10399
Dan Williams943dbef2008-02-14 17:49:41 -050010400 if (ipw_tx_queue_space(q) < q->high_mark)
James Ketrenosf6970142006-02-14 09:10:51 +080010401 netif_stop_queue(priv->net_dev);
10402
James Ketrenos227d2dc2005-07-28 16:25:55 -050010403 return NETDEV_TX_OK;
James Ketrenos43f66a62005-03-25 12:31:53 -060010404
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010405 drop:
James Ketrenos43f66a62005-03-25 12:31:53 -060010406 IPW_DEBUG_DROP("Silently dropping Tx packet.\n");
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010407 libipw_txb_free(txb);
James Ketrenos227d2dc2005-07-28 16:25:55 -050010408 return NETDEV_TX_OK;
10409}
10410
10411static int ipw_net_is_queue_full(struct net_device *dev, int pri)
10412{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010413 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yie43e3c12006-04-13 17:20:45 +080010414#ifdef CONFIG_IPW2200_QOS
James Ketrenos227d2dc2005-07-28 16:25:55 -050010415 int tx_id = ipw_get_tx_queue_number(priv, pri);
10416 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10417#else
10418 struct clx2_tx_queue *txq = &priv->txq[0];
Zhu Yie43e3c12006-04-13 17:20:45 +080010419#endif /* CONFIG_IPW2200_QOS */
James Ketrenos227d2dc2005-07-28 16:25:55 -050010420
Dan Williams943dbef2008-02-14 17:49:41 -050010421 if (ipw_tx_queue_space(&txq->q) < txq->q.high_mark)
James Ketrenos227d2dc2005-07-28 16:25:55 -050010422 return 1;
10423
10424 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010425}
10426
Zhu Yid685b8c2006-04-13 17:20:27 +080010427#ifdef CONFIG_IPW2200_PROMISCUOUS
10428static void ipw_handle_promiscuous_tx(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010429 struct libipw_txb *txb)
Zhu Yid685b8c2006-04-13 17:20:27 +080010430{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010431 struct libipw_rx_stats dummystats;
Zhu Yid685b8c2006-04-13 17:20:27 +080010432 struct ieee80211_hdr *hdr;
10433 u8 n;
10434 u16 filter = priv->prom_priv->filter;
10435 int hdr_only = 0;
10436
10437 if (filter & IPW_PROM_NO_TX)
10438 return;
10439
10440 memset(&dummystats, 0, sizeof(dummystats));
10441
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010442 /* Filtering of fragment chains is done against the first fragment */
Zhu Yid685b8c2006-04-13 17:20:27 +080010443 hdr = (void *)txb->fragments[0]->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010444 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010445 if (filter & IPW_PROM_NO_MGMT)
10446 return;
10447 if (filter & IPW_PROM_MGMT_HEADER_ONLY)
10448 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010449 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010450 if (filter & IPW_PROM_NO_CTL)
10451 return;
10452 if (filter & IPW_PROM_CTL_HEADER_ONLY)
10453 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010454 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010455 if (filter & IPW_PROM_NO_DATA)
10456 return;
10457 if (filter & IPW_PROM_DATA_HEADER_ONLY)
10458 hdr_only = 1;
10459 }
10460
10461 for(n=0; n<txb->nr_frags; ++n) {
10462 struct sk_buff *src = txb->fragments[n];
10463 struct sk_buff *dst;
10464 struct ieee80211_radiotap_header *rt_hdr;
10465 int len;
10466
10467 if (hdr_only) {
10468 hdr = (void *)src->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010469 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control));
Zhu Yid685b8c2006-04-13 17:20:27 +080010470 } else
10471 len = src->len;
10472
Johannes Berg007e5dd2008-11-27 23:13:38 +010010473 dst = alloc_skb(len + sizeof(*rt_hdr), GFP_ATOMIC);
10474 if (!dst)
10475 continue;
Zhu Yid685b8c2006-04-13 17:20:27 +080010476
10477 rt_hdr = (void *)skb_put(dst, sizeof(*rt_hdr));
10478
10479 rt_hdr->it_version = PKTHDR_RADIOTAP_VERSION;
10480 rt_hdr->it_pad = 0;
10481 rt_hdr->it_present = 0; /* after all, it's just an idea */
Al Viro743b84d2007-12-27 01:43:16 -050010482 rt_hdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_CHANNEL);
Zhu Yid685b8c2006-04-13 17:20:27 +080010483
Al Viroe62e1ee2007-12-27 01:36:46 -050010484 *(__le16*)skb_put(dst, sizeof(u16)) = cpu_to_le16(
Zhu Yid685b8c2006-04-13 17:20:27 +080010485 ieee80211chan2mhz(priv->channel));
10486 if (priv->channel > 14) /* 802.11a */
Al Viroe62e1ee2007-12-27 01:36:46 -050010487 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010488 cpu_to_le16(IEEE80211_CHAN_OFDM |
10489 IEEE80211_CHAN_5GHZ);
10490 else if (priv->ieee->mode == IEEE_B) /* 802.11b */
Al Viroe62e1ee2007-12-27 01:36:46 -050010491 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010492 cpu_to_le16(IEEE80211_CHAN_CCK |
10493 IEEE80211_CHAN_2GHZ);
10494 else /* 802.11g */
Al Viroe62e1ee2007-12-27 01:36:46 -050010495 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010496 cpu_to_le16(IEEE80211_CHAN_OFDM |
10497 IEEE80211_CHAN_2GHZ);
10498
Al Viro743b84d2007-12-27 01:43:16 -050010499 rt_hdr->it_len = cpu_to_le16(dst->len);
Zhu Yid685b8c2006-04-13 17:20:27 +080010500
Arnaldo Carvalho de Melod626f622007-03-27 18:55:52 -030010501 skb_copy_from_linear_data(src, skb_put(dst, len), len);
Zhu Yid685b8c2006-04-13 17:20:27 +080010502
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010503 if (!libipw_rx(priv->prom_priv->ieee, dst, &dummystats))
Zhu Yid685b8c2006-04-13 17:20:27 +080010504 dev_kfree_skb_any(dst);
10505 }
10506}
10507#endif
10508
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000010509static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb,
10510 struct net_device *dev, int pri)
James Ketrenos43f66a62005-03-25 12:31:53 -060010511{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010512 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010513 unsigned long flags;
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000010514 netdev_tx_t ret;
James Ketrenos43f66a62005-03-25 12:31:53 -060010515
10516 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010517 spin_lock_irqsave(&priv->lock, flags);
10518
Zhu Yid685b8c2006-04-13 17:20:27 +080010519#ifdef CONFIG_IPW2200_PROMISCUOUS
10520 if (rtap_iface && netif_running(priv->prom_net_dev))
10521 ipw_handle_promiscuous_tx(priv, txb);
10522#endif
10523
James Ketrenos227d2dc2005-07-28 16:25:55 -050010524 ret = ipw_tx_skb(priv, txb, pri);
10525 if (ret == NETDEV_TX_OK)
10526 __ipw_led_activity_on(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060010527 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -060010528
James Ketrenos227d2dc2005-07-28 16:25:55 -050010529 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -060010530}
10531
James Ketrenos43f66a62005-03-25 12:31:53 -060010532static void ipw_net_set_multicast_list(struct net_device *dev)
10533{
10534
10535}
10536
10537static int ipw_net_set_mac_address(struct net_device *dev, void *p)
10538{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010539 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010540 struct sockaddr *addr = p;
Joe Perches0795af52007-10-03 17:59:30 -070010541
James Ketrenos43f66a62005-03-25 12:31:53 -060010542 if (!is_valid_ether_addr(addr->sa_data))
10543 return -EADDRNOTAVAIL;
Zhu Yi46441512006-01-24 16:37:59 +080010544 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010545 priv->config |= CFG_CUSTOM_MAC;
10546 memcpy(priv->mac_addr, addr->sa_data, ETH_ALEN);
Johannes Berge1749612008-10-27 15:59:26 -070010547 printk(KERN_INFO "%s: Setting MAC to %pM\n",
10548 priv->net_dev->name, priv->mac_addr);
Tejun Heobcb6d912011-01-26 12:12:50 +010010549 schedule_work(&priv->adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +080010550 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010551 return 0;
10552}
10553
Jeff Garzikbf794512005-07-31 13:07:26 -040010554static void ipw_ethtool_get_drvinfo(struct net_device *dev,
James Ketrenos43f66a62005-03-25 12:31:53 -060010555 struct ethtool_drvinfo *info)
10556{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010557 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010558 char vers[64];
10559 char date[32];
10560 u32 len;
10561
Rick Jones1f80c232011-11-15 10:40:49 -080010562 strlcpy(info->driver, DRV_NAME, sizeof(info->driver));
10563 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
James Ketrenos43f66a62005-03-25 12:31:53 -060010564
10565 len = sizeof(vers);
10566 ipw_get_ordinal(p, IPW_ORD_STAT_FW_VERSION, vers, &len);
10567 len = sizeof(date);
10568 ipw_get_ordinal(p, IPW_ORD_STAT_FW_DATE, date, &len);
10569
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010570 snprintf(info->fw_version, sizeof(info->fw_version), "%s (%s)",
James Ketrenos43f66a62005-03-25 12:31:53 -060010571 vers, date);
Rick Jones1f80c232011-11-15 10:40:49 -080010572 strlcpy(info->bus_info, pci_name(p->pci_dev),
10573 sizeof(info->bus_info));
James Ketrenosb095c382005-08-24 22:04:42 -050010574 info->eedump_len = IPW_EEPROM_IMAGE_SIZE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010575}
10576
10577static u32 ipw_ethtool_get_link(struct net_device *dev)
10578{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010579 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010580 return (priv->status & STATUS_ASSOCIATED) != 0;
10581}
10582
10583static int ipw_ethtool_get_eeprom_len(struct net_device *dev)
10584{
James Ketrenosb095c382005-08-24 22:04:42 -050010585 return IPW_EEPROM_IMAGE_SIZE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010586}
10587
10588static int ipw_ethtool_get_eeprom(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010589 struct ethtool_eeprom *eeprom, u8 * bytes)
James Ketrenos43f66a62005-03-25 12:31:53 -060010590{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010591 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010592
James Ketrenosb095c382005-08-24 22:04:42 -050010593 if (eeprom->offset + eeprom->len > IPW_EEPROM_IMAGE_SIZE)
James Ketrenos43f66a62005-03-25 12:31:53 -060010594 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +080010595 mutex_lock(&p->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010596 memcpy(bytes, &p->eeprom[eeprom->offset], eeprom->len);
Zhu Yi46441512006-01-24 16:37:59 +080010597 mutex_unlock(&p->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010598 return 0;
10599}
10600
10601static int ipw_ethtool_set_eeprom(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010602 struct ethtool_eeprom *eeprom, u8 * bytes)
James Ketrenos43f66a62005-03-25 12:31:53 -060010603{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010604 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010605 int i;
10606
James Ketrenosb095c382005-08-24 22:04:42 -050010607 if (eeprom->offset + eeprom->len > IPW_EEPROM_IMAGE_SIZE)
James Ketrenos43f66a62005-03-25 12:31:53 -060010608 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +080010609 mutex_lock(&p->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010610 memcpy(&p->eeprom[eeprom->offset], bytes, eeprom->len);
Adrian Bunk71e585f2006-03-11 04:42:58 +010010611 for (i = 0; i < IPW_EEPROM_IMAGE_SIZE; i++)
10612 ipw_write8(p, i + IPW_EEPROM_DATA, p->eeprom[i]);
Zhu Yi46441512006-01-24 16:37:59 +080010613 mutex_unlock(&p->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010614 return 0;
10615}
10616
Jeff Garzik7282d492006-09-13 14:30:00 -040010617static const struct ethtool_ops ipw_ethtool_ops = {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010618 .get_link = ipw_ethtool_get_link,
10619 .get_drvinfo = ipw_ethtool_get_drvinfo,
10620 .get_eeprom_len = ipw_ethtool_get_eeprom_len,
10621 .get_eeprom = ipw_ethtool_get_eeprom,
10622 .set_eeprom = ipw_ethtool_set_eeprom,
James Ketrenos43f66a62005-03-25 12:31:53 -060010623};
10624
David Howells7d12e782006-10-05 14:55:46 +010010625static irqreturn_t ipw_isr(int irq, void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -060010626{
10627 struct ipw_priv *priv = data;
10628 u32 inta, inta_mask;
Jeff Garzikbf794512005-07-31 13:07:26 -040010629
James Ketrenos43f66a62005-03-25 12:31:53 -060010630 if (!priv)
10631 return IRQ_NONE;
10632
Zhu Yi89c318e2006-06-08 22:19:49 -070010633 spin_lock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010634
10635 if (!(priv->status & STATUS_INT_ENABLED)) {
Zhu Yid00d0122007-07-12 16:09:40 +080010636 /* IRQ is disabled */
James Ketrenos43f66a62005-03-25 12:31:53 -060010637 goto none;
10638 }
10639
James Ketrenosb095c382005-08-24 22:04:42 -050010640 inta = ipw_read32(priv, IPW_INTA_RW);
10641 inta_mask = ipw_read32(priv, IPW_INTA_MASK_R);
Jeff Garzikbf794512005-07-31 13:07:26 -040010642
James Ketrenos43f66a62005-03-25 12:31:53 -060010643 if (inta == 0xFFFFFFFF) {
10644 /* Hardware disappeared */
10645 IPW_WARNING("IRQ INTA == 0xFFFFFFFF\n");
10646 goto none;
10647 }
10648
James Ketrenosb095c382005-08-24 22:04:42 -050010649 if (!(inta & (IPW_INTA_MASK_ALL & inta_mask))) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010650 /* Shared interrupt */
10651 goto none;
10652 }
10653
10654 /* tell the device to stop sending interrupts */
Zhu Yi89c318e2006-06-08 22:19:49 -070010655 __ipw_disable_interrupts(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -040010656
James Ketrenos43f66a62005-03-25 12:31:53 -060010657 /* ack current interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -050010658 inta &= (IPW_INTA_MASK_ALL & inta_mask);
10659 ipw_write32(priv, IPW_INTA_RW, inta);
Jeff Garzikbf794512005-07-31 13:07:26 -040010660
James Ketrenos43f66a62005-03-25 12:31:53 -060010661 /* Cache INTA value for our tasklet */
10662 priv->isr_inta = inta;
10663
10664 tasklet_schedule(&priv->irq_tasklet);
10665
Zhu Yi89c318e2006-06-08 22:19:49 -070010666 spin_unlock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010667
10668 return IRQ_HANDLED;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010669 none:
Zhu Yi89c318e2006-06-08 22:19:49 -070010670 spin_unlock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010671 return IRQ_NONE;
10672}
10673
10674static void ipw_rf_kill(void *adapter)
10675{
10676 struct ipw_priv *priv = adapter;
10677 unsigned long flags;
Jeff Garzikbf794512005-07-31 13:07:26 -040010678
James Ketrenos43f66a62005-03-25 12:31:53 -060010679 spin_lock_irqsave(&priv->lock, flags);
10680
10681 if (rf_kill_active(priv)) {
10682 IPW_DEBUG_RF_KILL("RF Kill active, rescheduling GPIO check\n");
Tejun Heobcb6d912011-01-26 12:12:50 +010010683 schedule_delayed_work(&priv->rf_kill, 2 * HZ);
James Ketrenos43f66a62005-03-25 12:31:53 -060010684 goto exit_unlock;
10685 }
10686
10687 /* RF Kill is now disabled, so bring the device back up */
10688
10689 if (!(priv->status & STATUS_RF_KILL_MASK)) {
10690 IPW_DEBUG_RF_KILL("HW RF Kill no longer active, restarting "
10691 "device\n");
10692
10693 /* we can not do an adapter restart while inside an irq lock */
Tejun Heobcb6d912011-01-26 12:12:50 +010010694 schedule_work(&priv->adapter_restart);
Jeff Garzikbf794512005-07-31 13:07:26 -040010695 } else
James Ketrenos43f66a62005-03-25 12:31:53 -060010696 IPW_DEBUG_RF_KILL("HW RF Kill deactivated. SW RF Kill still "
10697 "enabled\n");
10698
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010699 exit_unlock:
James Ketrenos43f66a62005-03-25 12:31:53 -060010700 spin_unlock_irqrestore(&priv->lock, flags);
10701}
10702
David Howellsc4028952006-11-22 14:57:56 +000010703static void ipw_bg_rf_kill(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010704{
David Howellsc4028952006-11-22 14:57:56 +000010705 struct ipw_priv *priv =
10706 container_of(work, struct ipw_priv, rf_kill.work);
Zhu Yi46441512006-01-24 16:37:59 +080010707 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010708 ipw_rf_kill(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010709 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010710}
10711
Adrian Bunka73e22b2006-01-21 01:39:42 +010010712static void ipw_link_up(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -050010713{
James Ketrenosafbf30a2005-08-25 00:05:33 -050010714 priv->last_seq_num = -1;
10715 priv->last_frag_num = -1;
10716 priv->last_packet_time = 0;
10717
James Ketrenosa613bff2005-08-24 21:43:11 -050010718 netif_carrier_on(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050010719
James Ketrenosc848d0a2005-08-24 21:56:24 -050010720 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010721 cancel_delayed_work(&priv->request_direct_scan);
10722 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040010723 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050010724 ipw_reset_stats(priv);
10725 /* Ensure the rate is updated immediately */
10726 priv->last_rate = ipw_get_current_rate(priv);
10727 ipw_gather_stats(priv);
10728 ipw_led_link_up(priv);
10729 notify_wx_assoc_event(priv);
10730
10731 if (priv->config & CFG_BACKGROUND_SCAN)
Tejun Heobcb6d912011-01-26 12:12:50 +010010732 schedule_delayed_work(&priv->request_scan, HZ);
James Ketrenosa613bff2005-08-24 21:43:11 -050010733}
10734
David Howellsc4028952006-11-22 14:57:56 +000010735static void ipw_bg_link_up(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010736{
David Howellsc4028952006-11-22 14:57:56 +000010737 struct ipw_priv *priv =
10738 container_of(work, struct ipw_priv, link_up);
Zhu Yi46441512006-01-24 16:37:59 +080010739 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010740 ipw_link_up(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010741 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010742}
10743
Adrian Bunka73e22b2006-01-21 01:39:42 +010010744static void ipw_link_down(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -050010745{
10746 ipw_led_link_down(priv);
10747 netif_carrier_off(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050010748 notify_wx_assoc_event(priv);
10749
10750 /* Cancel any queued work ... */
10751 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010752 cancel_delayed_work(&priv->request_direct_scan);
10753 cancel_delayed_work(&priv->request_passive_scan);
James Ketrenosa613bff2005-08-24 21:43:11 -050010754 cancel_delayed_work(&priv->adhoc_check);
10755 cancel_delayed_work(&priv->gather_stats);
10756
10757 ipw_reset_stats(priv);
10758
James Ketrenosafbf30a2005-08-25 00:05:33 -050010759 if (!(priv->status & STATUS_EXIT_PENDING)) {
10760 /* Queue up another scan... */
Tejun Heobcb6d912011-01-26 12:12:50 +010010761 schedule_delayed_work(&priv->request_scan, 0);
Dan Williams0b531672007-10-09 13:55:24 -040010762 } else
10763 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050010764}
10765
David Howellsc4028952006-11-22 14:57:56 +000010766static void ipw_bg_link_down(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010767{
David Howellsc4028952006-11-22 14:57:56 +000010768 struct ipw_priv *priv =
10769 container_of(work, struct ipw_priv, link_down);
Zhu Yi46441512006-01-24 16:37:59 +080010770 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010771 ipw_link_down(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010772 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010773}
10774
Adrian Bunk2ef19e62007-12-11 23:20:22 +010010775static int __devinit ipw_setup_deferred_work(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060010776{
10777 int ret = 0;
10778
James Ketrenos43f66a62005-03-25 12:31:53 -060010779 init_waitqueue_head(&priv->wait_command_queue);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010780 init_waitqueue_head(&priv->wait_state);
James Ketrenos43f66a62005-03-25 12:31:53 -060010781
David Howellsc4028952006-11-22 14:57:56 +000010782 INIT_DELAYED_WORK(&priv->adhoc_check, ipw_bg_adhoc_check);
10783 INIT_WORK(&priv->associate, ipw_bg_associate);
10784 INIT_WORK(&priv->disassociate, ipw_bg_disassociate);
10785 INIT_WORK(&priv->system_config, ipw_system_config);
10786 INIT_WORK(&priv->rx_replenish, ipw_bg_rx_queue_replenish);
10787 INIT_WORK(&priv->adapter_restart, ipw_bg_adapter_restart);
10788 INIT_DELAYED_WORK(&priv->rf_kill, ipw_bg_rf_kill);
10789 INIT_WORK(&priv->up, ipw_bg_up);
10790 INIT_WORK(&priv->down, ipw_bg_down);
10791 INIT_DELAYED_WORK(&priv->request_scan, ipw_request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010792 INIT_DELAYED_WORK(&priv->request_direct_scan, ipw_request_direct_scan);
10793 INIT_DELAYED_WORK(&priv->request_passive_scan, ipw_request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040010794 INIT_DELAYED_WORK(&priv->scan_event, ipw_scan_event);
David Howellsc4028952006-11-22 14:57:56 +000010795 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats);
10796 INIT_WORK(&priv->abort_scan, ipw_bg_abort_scan);
10797 INIT_WORK(&priv->roam, ipw_bg_roam);
10798 INIT_DELAYED_WORK(&priv->scan_check, ipw_bg_scan_check);
10799 INIT_WORK(&priv->link_up, ipw_bg_link_up);
10800 INIT_WORK(&priv->link_down, ipw_bg_link_down);
10801 INIT_DELAYED_WORK(&priv->led_link_on, ipw_bg_led_link_on);
10802 INIT_DELAYED_WORK(&priv->led_link_off, ipw_bg_led_link_off);
10803 INIT_DELAYED_WORK(&priv->led_act_off, ipw_bg_led_activity_off);
10804 INIT_WORK(&priv->merge_networks, ipw_merge_adhoc_network);
James Ketrenos43f66a62005-03-25 12:31:53 -060010805
Zhu Yie43e3c12006-04-13 17:20:45 +080010806#ifdef CONFIG_IPW2200_QOS
David Howellsc4028952006-11-22 14:57:56 +000010807 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate);
Zhu Yie43e3c12006-04-13 17:20:45 +080010808#endif /* CONFIG_IPW2200_QOS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010809
10810 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
10811 ipw_irq_tasklet, (unsigned long)priv);
10812
10813 return ret;
10814}
10815
James Ketrenos43f66a62005-03-25 12:31:53 -060010816static void shim__set_security(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010817 struct libipw_security *sec)
James Ketrenos43f66a62005-03-25 12:31:53 -060010818{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010819 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010820 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -040010821 for (i = 0; i < 4; i++) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010822 if (sec->flags & (1 << i)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -050010823 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i];
James Ketrenosb095c382005-08-24 22:04:42 -050010824 priv->ieee->sec.key_sizes[i] = sec->key_sizes[i];
James Ketrenos43f66a62005-03-25 12:31:53 -060010825 if (sec->key_sizes[i] == 0)
James Ketrenosb095c382005-08-24 22:04:42 -050010826 priv->ieee->sec.flags &= ~(1 << i);
10827 else {
10828 memcpy(priv->ieee->sec.keys[i], sec->keys[i],
James Ketrenos43f66a62005-03-25 12:31:53 -060010829 sec->key_sizes[i]);
James Ketrenosb095c382005-08-24 22:04:42 -050010830 priv->ieee->sec.flags |= (1 << i);
10831 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010832 priv->status |= STATUS_SECURITY_UPDATED;
James Ketrenosb095c382005-08-24 22:04:42 -050010833 } else if (sec->level != SEC_LEVEL_1)
10834 priv->ieee->sec.flags &= ~(1 << i);
James Ketrenos43f66a62005-03-25 12:31:53 -060010835 }
10836
James Ketrenosb095c382005-08-24 22:04:42 -050010837 if (sec->flags & SEC_ACTIVE_KEY) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010838 if (sec->active_key <= 3) {
James Ketrenosb095c382005-08-24 22:04:42 -050010839 priv->ieee->sec.active_key = sec->active_key;
10840 priv->ieee->sec.flags |= SEC_ACTIVE_KEY;
Jeff Garzikbf794512005-07-31 13:07:26 -040010841 } else
James Ketrenosb095c382005-08-24 22:04:42 -050010842 priv->ieee->sec.flags &= ~SEC_ACTIVE_KEY;
James Ketrenos43f66a62005-03-25 12:31:53 -060010843 priv->status |= STATUS_SECURITY_UPDATED;
James Ketrenosb095c382005-08-24 22:04:42 -050010844 } else
10845 priv->ieee->sec.flags &= ~SEC_ACTIVE_KEY;
James Ketrenos43f66a62005-03-25 12:31:53 -060010846
10847 if ((sec->flags & SEC_AUTH_MODE) &&
James Ketrenosb095c382005-08-24 22:04:42 -050010848 (priv->ieee->sec.auth_mode != sec->auth_mode)) {
10849 priv->ieee->sec.auth_mode = sec->auth_mode;
10850 priv->ieee->sec.flags |= SEC_AUTH_MODE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010851 if (sec->auth_mode == WLAN_AUTH_SHARED_KEY)
10852 priv->capability |= CAP_SHARED_KEY;
10853 else
10854 priv->capability &= ~CAP_SHARED_KEY;
10855 priv->status |= STATUS_SECURITY_UPDATED;
10856 }
Jeff Garzikbf794512005-07-31 13:07:26 -040010857
James Ketrenosb095c382005-08-24 22:04:42 -050010858 if (sec->flags & SEC_ENABLED && priv->ieee->sec.enabled != sec->enabled) {
10859 priv->ieee->sec.flags |= SEC_ENABLED;
10860 priv->ieee->sec.enabled = sec->enabled;
James Ketrenos43f66a62005-03-25 12:31:53 -060010861 priv->status |= STATUS_SECURITY_UPDATED;
Jeff Garzikbf794512005-07-31 13:07:26 -040010862 if (sec->enabled)
James Ketrenos43f66a62005-03-25 12:31:53 -060010863 priv->capability |= CAP_PRIVACY_ON;
10864 else
10865 priv->capability &= ~CAP_PRIVACY_ON;
10866 }
Jeff Garzikbf794512005-07-31 13:07:26 -040010867
James Ketrenosafbf30a2005-08-25 00:05:33 -050010868 if (sec->flags & SEC_ENCRYPT)
10869 priv->ieee->sec.encrypt = sec->encrypt;
James Ketrenos43f66a62005-03-25 12:31:53 -060010870
James Ketrenosb095c382005-08-24 22:04:42 -050010871 if (sec->flags & SEC_LEVEL && priv->ieee->sec.level != sec->level) {
10872 priv->ieee->sec.level = sec->level;
10873 priv->ieee->sec.flags |= SEC_LEVEL;
James Ketrenos43f66a62005-03-25 12:31:53 -060010874 priv->status |= STATUS_SECURITY_UPDATED;
10875 }
10876
Zhu Yi1fbfea52005-08-05 17:22:56 +080010877 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT))
10878 ipw_set_hwcrypto_keys(priv);
10879
Jeff Garzikbf794512005-07-31 13:07:26 -040010880 /* To match current functionality of ipw2100 (which works well w/
10881 * various supplicants, we don't force a disassociate if the
James Ketrenos43f66a62005-03-25 12:31:53 -060010882 * privacy capability changes ... */
10883#if 0
10884 if ((priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) &&
Jeff Garzikbf794512005-07-31 13:07:26 -040010885 (((priv->assoc_request.capability &
Al Viro5b5e8072007-12-27 01:54:06 -050010886 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && !sec->enabled) ||
Jeff Garzikbf794512005-07-31 13:07:26 -040010887 (!(priv->assoc_request.capability &
Al Viro5b5e8072007-12-27 01:54:06 -050010888 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && sec->enabled))) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010889 IPW_DEBUG_ASSOC("Disassociating due to capability "
10890 "change.\n");
10891 ipw_disassociate(priv);
10892 }
10893#endif
10894}
10895
Jeff Garzikbf794512005-07-31 13:07:26 -040010896static int init_supported_rates(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -060010897 struct ipw_supported_rates *rates)
10898{
10899 /* TODO: Mask out rates based on priv->rates_mask */
10900
10901 memset(rates, 0, sizeof(*rates));
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010902 /* configure supported rates */
James Ketrenos43f66a62005-03-25 12:31:53 -060010903 switch (priv->ieee->freq_band) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010904 case LIBIPW_52GHZ_BAND:
James Ketrenos43f66a62005-03-25 12:31:53 -060010905 rates->ieee_mode = IPW_A_MODE;
10906 rates->purpose = IPW_RATE_CAPABILITIES;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010907 ipw_add_ofdm_scan_rates(rates, LIBIPW_CCK_MODULATION,
10908 LIBIPW_OFDM_DEFAULT_RATES_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -060010909 break;
10910
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010911 default: /* Mixed or 2.4Ghz */
James Ketrenos43f66a62005-03-25 12:31:53 -060010912 rates->ieee_mode = IPW_G_MODE;
10913 rates->purpose = IPW_RATE_CAPABILITIES;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010914 ipw_add_cck_scan_rates(rates, LIBIPW_CCK_MODULATION,
10915 LIBIPW_CCK_DEFAULT_RATES_MASK);
10916 if (priv->ieee->modulation & LIBIPW_OFDM_MODULATION) {
10917 ipw_add_ofdm_scan_rates(rates, LIBIPW_CCK_MODULATION,
10918 LIBIPW_OFDM_DEFAULT_RATES_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -060010919 }
10920 break;
10921 }
10922
10923 return 0;
10924}
10925
Jeff Garzikbf794512005-07-31 13:07:26 -040010926static int ipw_config(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060010927{
James Ketrenos43f66a62005-03-25 12:31:53 -060010928 /* This is only called from ipw_up, which resets/reloads the firmware
10929 so, we don't need to first disable the card before we configure
10930 it */
Zhu Yi6de9f7f2005-08-11 14:39:33 +080010931 if (ipw_set_tx_power(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -060010932 goto error;
10933
10934 /* initialize adapter address */
10935 if (ipw_send_adapter_address(priv, priv->net_dev->dev_addr))
10936 goto error;
10937
10938 /* set basic system config settings */
10939 init_sys_config(&priv->sys_config);
Zhu Yi810dabd2006-01-24 16:36:59 +080010940
10941 /* Support Bluetooth if we have BT h/w on board, and user wants to.
10942 * Does not support BT priority yet (don't abort or defer our Tx) */
10943 if (bt_coexist) {
Zhu Yi2638bc32006-01-24 16:37:52 +080010944 unsigned char bt_caps = priv->eeprom[EEPROM_SKU_CAPABILITY];
Zhu Yi810dabd2006-01-24 16:36:59 +080010945
10946 if (bt_caps & EEPROM_SKU_CAP_BT_CHANNEL_SIG)
10947 priv->sys_config.bt_coexistence
Zhu Yi2638bc32006-01-24 16:37:52 +080010948 |= CFG_BT_COEXISTENCE_SIGNAL_CHNL;
Zhu Yi810dabd2006-01-24 16:36:59 +080010949 if (bt_caps & EEPROM_SKU_CAP_BT_OOB)
10950 priv->sys_config.bt_coexistence
Zhu Yi2638bc32006-01-24 16:37:52 +080010951 |= CFG_BT_COEXISTENCE_OOB;
Zhu Yi810dabd2006-01-24 16:36:59 +080010952 }
10953
Zhu Yid685b8c2006-04-13 17:20:27 +080010954#ifdef CONFIG_IPW2200_PROMISCUOUS
10955 if (priv->prom_net_dev && netif_running(priv->prom_net_dev)) {
10956 priv->sys_config.accept_all_data_frames = 1;
10957 priv->sys_config.accept_non_directed_frames = 1;
10958 priv->sys_config.accept_all_mgmt_bcpr = 1;
10959 priv->sys_config.accept_all_mgmt_frames = 1;
10960 }
10961#endif
10962
James Ketrenosc848d0a2005-08-24 21:56:24 -050010963 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
10964 priv->sys_config.answer_broadcast_ssid_probe = 1;
10965 else
10966 priv->sys_config.answer_broadcast_ssid_probe = 0;
10967
Zhu Yid685b8c2006-04-13 17:20:27 +080010968 if (ipw_send_system_config(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -060010969 goto error;
10970
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010971 init_supported_rates(priv, &priv->rates);
10972 if (ipw_send_supported_rates(priv, &priv->rates))
James Ketrenos43f66a62005-03-25 12:31:53 -060010973 goto error;
10974
10975 /* Set request-to-send threshold */
10976 if (priv->rts_threshold) {
10977 if (ipw_send_rts_threshold(priv, priv->rts_threshold))
10978 goto error;
10979 }
Zhu Yie43e3c12006-04-13 17:20:45 +080010980#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050010981 IPW_DEBUG_QOS("QoS: call ipw_qos_activate\n");
10982 ipw_qos_activate(priv, NULL);
Zhu Yie43e3c12006-04-13 17:20:45 +080010983#endif /* CONFIG_IPW2200_QOS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010984
10985 if (ipw_set_random_seed(priv))
10986 goto error;
Jeff Garzikbf794512005-07-31 13:07:26 -040010987
James Ketrenos43f66a62005-03-25 12:31:53 -060010988 /* final state transition to the RUN state */
10989 if (ipw_send_host_complete(priv))
10990 goto error;
10991
James Ketrenose6666192005-08-12 09:17:04 -050010992 priv->status |= STATUS_INIT;
10993
10994 ipw_led_init(priv);
10995 ipw_led_radio_on(priv);
10996 priv->notif_missed_beacons = 0;
10997
10998 /* Set hardware WEP key if it is configured. */
10999 if ((priv->capability & CAP_PRIVACY_ON) &&
11000 (priv->ieee->sec.level == SEC_LEVEL_1) &&
11001 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt))
11002 ipw_set_hwcrypto_keys(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011003
11004 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -040011005
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011006 error:
James Ketrenos43f66a62005-03-25 12:31:53 -060011007 return -EIO;
11008}
11009
James Ketrenos4f36f802005-08-03 20:36:56 -050011010/*
11011 * NOTE:
11012 *
11013 * These tables have been tested in conjunction with the
11014 * Intel PRO/Wireless 2200BG and 2915ABG Network Connection Adapters.
11015 *
11016 * Altering this values, using it on other hardware, or in geographies
11017 * not intended for resale of the above mentioned Intel adapters has
11018 * not been tested.
11019 *
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011020 * Remember to update the table in README.ipw2200 when changing this
11021 * table.
11022 *
James Ketrenos4f36f802005-08-03 20:36:56 -050011023 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011024static const struct libipw_geo ipw_geos[] = {
James Ketrenos4f36f802005-08-03 20:36:56 -050011025 { /* Restricted */
11026 "---",
11027 .bg_channels = 11,
11028 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11029 {2427, 4}, {2432, 5}, {2437, 6},
11030 {2442, 7}, {2447, 8}, {2452, 9},
11031 {2457, 10}, {2462, 11}},
11032 },
11033
11034 { /* Custom US/Canada */
11035 "ZZF",
11036 .bg_channels = 11,
11037 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11038 {2427, 4}, {2432, 5}, {2437, 6},
11039 {2442, 7}, {2447, 8}, {2452, 9},
11040 {2457, 10}, {2462, 11}},
11041 .a_channels = 8,
11042 .a = {{5180, 36},
11043 {5200, 40},
11044 {5220, 44},
11045 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011046 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11047 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11048 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11049 {5320, 64, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011050 },
11051
11052 { /* Rest of World */
11053 "ZZD",
11054 .bg_channels = 13,
11055 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11056 {2427, 4}, {2432, 5}, {2437, 6},
11057 {2442, 7}, {2447, 8}, {2452, 9},
11058 {2457, 10}, {2462, 11}, {2467, 12},
11059 {2472, 13}},
11060 },
11061
11062 { /* Custom USA & Europe & High */
11063 "ZZA",
11064 .bg_channels = 11,
11065 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11066 {2427, 4}, {2432, 5}, {2437, 6},
11067 {2442, 7}, {2447, 8}, {2452, 9},
11068 {2457, 10}, {2462, 11}},
11069 .a_channels = 13,
11070 .a = {{5180, 36},
11071 {5200, 40},
11072 {5220, 44},
11073 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011074 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11075 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11076 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11077 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
James Ketrenos4f36f802005-08-03 20:36:56 -050011078 {5745, 149},
11079 {5765, 153},
11080 {5785, 157},
11081 {5805, 161},
11082 {5825, 165}},
11083 },
11084
11085 { /* Custom NA & Europe */
11086 "ZZB",
11087 .bg_channels = 11,
11088 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11089 {2427, 4}, {2432, 5}, {2437, 6},
11090 {2442, 7}, {2447, 8}, {2452, 9},
11091 {2457, 10}, {2462, 11}},
11092 .a_channels = 13,
11093 .a = {{5180, 36},
11094 {5200, 40},
11095 {5220, 44},
11096 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011097 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11098 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11099 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11100 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11101 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11102 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11103 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11104 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11105 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011106 },
11107
11108 { /* Custom Japan */
11109 "ZZC",
11110 .bg_channels = 11,
11111 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11112 {2427, 4}, {2432, 5}, {2437, 6},
11113 {2442, 7}, {2447, 8}, {2452, 9},
11114 {2457, 10}, {2462, 11}},
11115 .a_channels = 4,
11116 .a = {{5170, 34}, {5190, 38},
11117 {5210, 42}, {5230, 46}},
11118 },
11119
11120 { /* Custom */
11121 "ZZM",
11122 .bg_channels = 11,
11123 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11124 {2427, 4}, {2432, 5}, {2437, 6},
11125 {2442, 7}, {2447, 8}, {2452, 9},
11126 {2457, 10}, {2462, 11}},
11127 },
11128
11129 { /* Europe */
11130 "ZZE",
11131 .bg_channels = 13,
11132 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11133 {2427, 4}, {2432, 5}, {2437, 6},
11134 {2442, 7}, {2447, 8}, {2452, 9},
11135 {2457, 10}, {2462, 11}, {2467, 12},
11136 {2472, 13}},
11137 .a_channels = 19,
11138 .a = {{5180, 36},
11139 {5200, 40},
11140 {5220, 44},
11141 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011142 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11143 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11144 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11145 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11146 {5500, 100, LIBIPW_CH_PASSIVE_ONLY},
11147 {5520, 104, LIBIPW_CH_PASSIVE_ONLY},
11148 {5540, 108, LIBIPW_CH_PASSIVE_ONLY},
11149 {5560, 112, LIBIPW_CH_PASSIVE_ONLY},
11150 {5580, 116, LIBIPW_CH_PASSIVE_ONLY},
11151 {5600, 120, LIBIPW_CH_PASSIVE_ONLY},
11152 {5620, 124, LIBIPW_CH_PASSIVE_ONLY},
11153 {5640, 128, LIBIPW_CH_PASSIVE_ONLY},
11154 {5660, 132, LIBIPW_CH_PASSIVE_ONLY},
11155 {5680, 136, LIBIPW_CH_PASSIVE_ONLY},
11156 {5700, 140, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011157 },
11158
11159 { /* Custom Japan */
11160 "ZZJ",
11161 .bg_channels = 14,
11162 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11163 {2427, 4}, {2432, 5}, {2437, 6},
11164 {2442, 7}, {2447, 8}, {2452, 9},
11165 {2457, 10}, {2462, 11}, {2467, 12},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011166 {2472, 13}, {2484, 14, LIBIPW_CH_B_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011167 .a_channels = 4,
11168 .a = {{5170, 34}, {5190, 38},
11169 {5210, 42}, {5230, 46}},
11170 },
11171
James Ketrenos03520572005-10-19 16:12:31 -050011172 { /* Rest of World */
11173 "ZZR",
11174 .bg_channels = 14,
11175 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11176 {2427, 4}, {2432, 5}, {2437, 6},
11177 {2442, 7}, {2447, 8}, {2452, 9},
11178 {2457, 10}, {2462, 11}, {2467, 12},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011179 {2472, 13}, {2484, 14, LIBIPW_CH_B_ONLY |
11180 LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos03520572005-10-19 16:12:31 -050011181 },
11182
James Ketrenos4f36f802005-08-03 20:36:56 -050011183 { /* High Band */
11184 "ZZH",
11185 .bg_channels = 13,
11186 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11187 {2427, 4}, {2432, 5}, {2437, 6},
11188 {2442, 7}, {2447, 8}, {2452, 9},
11189 {2457, 10}, {2462, 11},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011190 {2467, 12, LIBIPW_CH_PASSIVE_ONLY},
11191 {2472, 13, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011192 .a_channels = 4,
11193 .a = {{5745, 149}, {5765, 153},
11194 {5785, 157}, {5805, 161}},
11195 },
11196
11197 { /* Custom Europe */
11198 "ZZG",
11199 .bg_channels = 13,
11200 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11201 {2427, 4}, {2432, 5}, {2437, 6},
11202 {2442, 7}, {2447, 8}, {2452, 9},
11203 {2457, 10}, {2462, 11},
11204 {2467, 12}, {2472, 13}},
11205 .a_channels = 4,
11206 .a = {{5180, 36}, {5200, 40},
11207 {5220, 44}, {5240, 48}},
11208 },
11209
11210 { /* Europe */
11211 "ZZK",
11212 .bg_channels = 13,
11213 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11214 {2427, 4}, {2432, 5}, {2437, 6},
11215 {2442, 7}, {2447, 8}, {2452, 9},
11216 {2457, 10}, {2462, 11},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011217 {2467, 12, LIBIPW_CH_PASSIVE_ONLY},
11218 {2472, 13, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011219 .a_channels = 24,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011220 .a = {{5180, 36, LIBIPW_CH_PASSIVE_ONLY},
11221 {5200, 40, LIBIPW_CH_PASSIVE_ONLY},
11222 {5220, 44, LIBIPW_CH_PASSIVE_ONLY},
11223 {5240, 48, LIBIPW_CH_PASSIVE_ONLY},
11224 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11225 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11226 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11227 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11228 {5500, 100, LIBIPW_CH_PASSIVE_ONLY},
11229 {5520, 104, LIBIPW_CH_PASSIVE_ONLY},
11230 {5540, 108, LIBIPW_CH_PASSIVE_ONLY},
11231 {5560, 112, LIBIPW_CH_PASSIVE_ONLY},
11232 {5580, 116, LIBIPW_CH_PASSIVE_ONLY},
11233 {5600, 120, LIBIPW_CH_PASSIVE_ONLY},
11234 {5620, 124, LIBIPW_CH_PASSIVE_ONLY},
11235 {5640, 128, LIBIPW_CH_PASSIVE_ONLY},
11236 {5660, 132, LIBIPW_CH_PASSIVE_ONLY},
11237 {5680, 136, LIBIPW_CH_PASSIVE_ONLY},
11238 {5700, 140, LIBIPW_CH_PASSIVE_ONLY},
11239 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11240 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11241 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11242 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11243 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011244 },
11245
11246 { /* Europe */
11247 "ZZL",
11248 .bg_channels = 11,
11249 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11250 {2427, 4}, {2432, 5}, {2437, 6},
11251 {2442, 7}, {2447, 8}, {2452, 9},
11252 {2457, 10}, {2462, 11}},
11253 .a_channels = 13,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011254 .a = {{5180, 36, LIBIPW_CH_PASSIVE_ONLY},
11255 {5200, 40, LIBIPW_CH_PASSIVE_ONLY},
11256 {5220, 44, LIBIPW_CH_PASSIVE_ONLY},
11257 {5240, 48, LIBIPW_CH_PASSIVE_ONLY},
11258 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11259 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11260 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11261 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11262 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11263 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11264 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11265 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11266 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011267 }
James Ketrenosafbf30a2005-08-25 00:05:33 -050011268};
11269
James Ketrenos43f66a62005-03-25 12:31:53 -060011270#define MAX_HW_RESTARTS 5
11271static int ipw_up(struct ipw_priv *priv)
11272{
James Ketrenos4f36f802005-08-03 20:36:56 -050011273 int rc, i, j;
James Ketrenos43f66a62005-03-25 12:31:53 -060011274
Dan Williamsc3d72b92009-02-11 13:26:06 -050011275 /* Age scan list entries found before suspend */
11276 if (priv->suspend_time) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011277 libipw_networks_age(priv->ieee, priv->suspend_time);
Dan Williamsc3d72b92009-02-11 13:26:06 -050011278 priv->suspend_time = 0;
11279 }
11280
James Ketrenos43f66a62005-03-25 12:31:53 -060011281 if (priv->status & STATUS_EXIT_PENDING)
11282 return -EIO;
11283
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011284 if (cmdlog && !priv->cmdlog) {
Yan Burmane6e3f122006-12-02 13:38:14 +020011285 priv->cmdlog = kcalloc(cmdlog, sizeof(*priv->cmdlog),
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011286 GFP_KERNEL);
11287 if (priv->cmdlog == NULL) {
11288 IPW_ERROR("Error allocating %d command log entries.\n",
11289 cmdlog);
Zhu Yid0b526b2006-04-13 17:19:50 +080011290 return -ENOMEM;
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011291 } else {
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011292 priv->cmdlog_len = cmdlog;
11293 }
11294 }
11295
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011296 for (i = 0; i < MAX_HW_RESTARTS; i++) {
Jeff Garzikbf794512005-07-31 13:07:26 -040011297 /* Load the microcode, firmware, and eeprom.
James Ketrenos43f66a62005-03-25 12:31:53 -060011298 * Also start the clocks. */
11299 rc = ipw_load(priv);
11300 if (rc) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -050011301 IPW_ERROR("Unable to load firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -060011302 return rc;
11303 }
11304
11305 ipw_init_ordinals(priv);
11306 if (!(priv->config & CFG_CUSTOM_MAC))
11307 eeprom_parse_mac(priv, priv->mac_addr);
11308 memcpy(priv->net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
John W. Linville5e5eab52009-10-06 16:45:14 -040011309 memcpy(priv->net_dev->perm_addr, priv->mac_addr, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -060011310
James Ketrenos4f36f802005-08-03 20:36:56 -050011311 for (j = 0; j < ARRAY_SIZE(ipw_geos); j++) {
11312 if (!memcmp(&priv->eeprom[EEPROM_COUNTRY_CODE],
11313 ipw_geos[j].name, 3))
11314 break;
11315 }
James Ketrenos03520572005-10-19 16:12:31 -050011316 if (j == ARRAY_SIZE(ipw_geos)) {
11317 IPW_WARNING("SKU [%c%c%c] not recognized.\n",
11318 priv->eeprom[EEPROM_COUNTRY_CODE + 0],
11319 priv->eeprom[EEPROM_COUNTRY_CODE + 1],
11320 priv->eeprom[EEPROM_COUNTRY_CODE + 2]);
James Ketrenos4f36f802005-08-03 20:36:56 -050011321 j = 0;
James Ketrenos03520572005-10-19 16:12:31 -050011322 }
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011323 if (libipw_set_geo(priv->ieee, &ipw_geos[j])) {
James Ketrenos4f36f802005-08-03 20:36:56 -050011324 IPW_WARNING("Could not set geography.");
James Ketrenos43f66a62005-03-25 12:31:53 -060011325 return 0;
James Ketrenos4f36f802005-08-03 20:36:56 -050011326 }
11327
James Ketrenosb095c382005-08-24 22:04:42 -050011328 if (priv->status & STATUS_RF_KILL_SW) {
11329 IPW_WARNING("Radio disabled by module parameter.\n");
11330 return 0;
11331 } else if (rf_kill_active(priv)) {
11332 IPW_WARNING("Radio Frequency Kill Switch is On:\n"
11333 "Kill switch must be turned off for "
11334 "wireless networking to work.\n");
Tejun Heobcb6d912011-01-26 12:12:50 +010011335 schedule_delayed_work(&priv->rf_kill, 2 * HZ);
James Ketrenos43f66a62005-03-25 12:31:53 -060011336 return 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -050011337 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011338
11339 rc = ipw_config(priv);
11340 if (!rc) {
11341 IPW_DEBUG_INFO("Configured device on count %i\n", i);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011342
James Ketrenose6666192005-08-12 09:17:04 -050011343 /* If configure to try and auto-associate, kick
11344 * off a scan. */
Tejun Heobcb6d912011-01-26 12:12:50 +010011345 schedule_delayed_work(&priv->request_scan, 0);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011346
James Ketrenos43f66a62005-03-25 12:31:53 -060011347 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060011348 }
Jeff Garzikbf794512005-07-31 13:07:26 -040011349
James Ketrenosc848d0a2005-08-24 21:56:24 -050011350 IPW_DEBUG_INFO("Device configuration failed: 0x%08X\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -060011351 IPW_DEBUG_INFO("Failed to config device on retry %d of %d\n",
11352 i, MAX_HW_RESTARTS);
11353
11354 /* We had an error bringing up the hardware, so take it
11355 * all the way back down so we can try again */
11356 ipw_down(priv);
11357 }
11358
Jeff Garzikbf794512005-07-31 13:07:26 -040011359 /* tried to restart and config the device for as long as our
James Ketrenos43f66a62005-03-25 12:31:53 -060011360 * patience could withstand */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011361 IPW_ERROR("Unable to initialize device after %d attempts.\n", i);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011362
James Ketrenos43f66a62005-03-25 12:31:53 -060011363 return -EIO;
11364}
11365
David Howellsc4028952006-11-22 14:57:56 +000011366static void ipw_bg_up(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050011367{
David Howellsc4028952006-11-22 14:57:56 +000011368 struct ipw_priv *priv =
11369 container_of(work, struct ipw_priv, up);
Zhu Yi46441512006-01-24 16:37:59 +080011370 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000011371 ipw_up(priv);
Zhu Yi46441512006-01-24 16:37:59 +080011372 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011373}
11374
James Ketrenosb095c382005-08-24 22:04:42 -050011375static void ipw_deinit(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060011376{
James Ketrenosb095c382005-08-24 22:04:42 -050011377 int i;
11378
11379 if (priv->status & STATUS_SCANNING) {
11380 IPW_DEBUG_INFO("Aborting scan during shutdown.\n");
11381 ipw_abort_scan(priv);
11382 }
11383
11384 if (priv->status & STATUS_ASSOCIATED) {
11385 IPW_DEBUG_INFO("Disassociating during shutdown.\n");
11386 ipw_disassociate(priv);
11387 }
11388
11389 ipw_led_shutdown(priv);
11390
11391 /* Wait up to 1s for status to change to not scanning and not
11392 * associated (disassociation can take a while for a ful 802.11
11393 * exchange */
11394 for (i = 1000; i && (priv->status &
11395 (STATUS_DISASSOCIATING |
11396 STATUS_ASSOCIATED | STATUS_SCANNING)); i--)
11397 udelay(10);
11398
11399 if (priv->status & (STATUS_DISASSOCIATING |
11400 STATUS_ASSOCIATED | STATUS_SCANNING))
11401 IPW_DEBUG_INFO("Still associated or scanning...\n");
11402 else
11403 IPW_DEBUG_INFO("Took %dms to de-init\n", 1000 - i);
11404
James Ketrenosc848d0a2005-08-24 21:56:24 -050011405 /* Attempt to disable the card */
James Ketrenos43f66a62005-03-25 12:31:53 -060011406 ipw_send_card_disable(priv, 0);
James Ketrenosb095c382005-08-24 22:04:42 -050011407
11408 priv->status &= ~STATUS_INIT;
11409}
11410
James Ketrenos43f66a62005-03-25 12:31:53 -060011411static void ipw_down(struct ipw_priv *priv)
11412{
James Ketrenosb095c382005-08-24 22:04:42 -050011413 int exit_pending = priv->status & STATUS_EXIT_PENDING;
11414
11415 priv->status |= STATUS_EXIT_PENDING;
11416
11417 if (ipw_is_init(priv))
11418 ipw_deinit(priv);
11419
11420 /* Wipe out the EXIT_PENDING status bit if we are not actually
11421 * exiting the module */
11422 if (!exit_pending)
11423 priv->status &= ~STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011424
11425 /* tell the device to stop sending interrupts */
11426 ipw_disable_interrupts(priv);
11427
11428 /* Clear all bits but the RF Kill */
James Ketrenosb095c382005-08-24 22:04:42 -050011429 priv->status &= STATUS_RF_KILL_MASK | STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011430 netif_carrier_off(priv->net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011431
11432 ipw_stop_nic(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -050011433
11434 ipw_led_radio_off(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011435}
11436
David Howellsc4028952006-11-22 14:57:56 +000011437static void ipw_bg_down(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050011438{
David Howellsc4028952006-11-22 14:57:56 +000011439 struct ipw_priv *priv =
11440 container_of(work, struct ipw_priv, down);
Zhu Yi46441512006-01-24 16:37:59 +080011441 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000011442 ipw_down(priv);
Zhu Yi46441512006-01-24 16:37:59 +080011443 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011444}
11445
11446/* Called by register_netdev() */
11447static int ipw_net_init(struct net_device *dev)
11448{
Stanislaw Gruszka7cabafc2011-09-14 16:47:50 +020011449 int rc = 0;
11450 struct ipw_priv *priv = libipw_priv(dev);
11451
11452 mutex_lock(&priv->mutex);
11453 if (ipw_up(priv))
11454 rc = -EIO;
11455 mutex_unlock(&priv->mutex);
11456
11457 return rc;
11458}
11459
11460static int ipw_wdev_init(struct net_device *dev)
11461{
John W. Linvillea3caa992009-08-25 14:12:25 -040011462 int i, rc = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011463 struct ipw_priv *priv = libipw_priv(dev);
John W. Linvillea3caa992009-08-25 14:12:25 -040011464 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
11465 struct wireless_dev *wdev = &priv->ieee->wdev;
James Ketrenos43f66a62005-03-25 12:31:53 -060011466
John W. Linvillea3caa992009-08-25 14:12:25 -040011467 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN);
11468
11469 /* fill-out priv->ieee->bg_band */
11470 if (geo->bg_channels) {
11471 struct ieee80211_supported_band *bg_band = &priv->ieee->bg_band;
11472
11473 bg_band->band = IEEE80211_BAND_2GHZ;
11474 bg_band->n_channels = geo->bg_channels;
Joe Perchesbaeb2ff2010-08-11 07:02:48 +000011475 bg_band->channels = kcalloc(geo->bg_channels,
11476 sizeof(struct ieee80211_channel),
11477 GFP_KERNEL);
Dan Carpenter2ee4e272010-10-04 14:31:46 +020011478 if (!bg_band->channels) {
11479 rc = -ENOMEM;
11480 goto out;
11481 }
John W. Linvillea3caa992009-08-25 14:12:25 -040011482 /* translate geo->bg to bg_band.channels */
11483 for (i = 0; i < geo->bg_channels; i++) {
11484 bg_band->channels[i].band = IEEE80211_BAND_2GHZ;
11485 bg_band->channels[i].center_freq = geo->bg[i].freq;
11486 bg_band->channels[i].hw_value = geo->bg[i].channel;
11487 bg_band->channels[i].max_power = geo->bg[i].max_power;
11488 if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY)
11489 bg_band->channels[i].flags |=
11490 IEEE80211_CHAN_PASSIVE_SCAN;
11491 if (geo->bg[i].flags & LIBIPW_CH_NO_IBSS)
11492 bg_band->channels[i].flags |=
11493 IEEE80211_CHAN_NO_IBSS;
11494 if (geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT)
11495 bg_band->channels[i].flags |=
11496 IEEE80211_CHAN_RADAR;
11497 /* No equivalent for LIBIPW_CH_80211H_RULES,
11498 LIBIPW_CH_UNIFORM_SPREADING, or
11499 LIBIPW_CH_B_ONLY... */
11500 }
11501 /* point at bitrate info */
11502 bg_band->bitrates = ipw2200_bg_rates;
11503 bg_band->n_bitrates = ipw2200_num_bg_rates;
11504
11505 wdev->wiphy->bands[IEEE80211_BAND_2GHZ] = bg_band;
11506 }
11507
11508 /* fill-out priv->ieee->a_band */
11509 if (geo->a_channels) {
11510 struct ieee80211_supported_band *a_band = &priv->ieee->a_band;
11511
11512 a_band->band = IEEE80211_BAND_5GHZ;
11513 a_band->n_channels = geo->a_channels;
Joe Perchesbaeb2ff2010-08-11 07:02:48 +000011514 a_band->channels = kcalloc(geo->a_channels,
11515 sizeof(struct ieee80211_channel),
11516 GFP_KERNEL);
Dan Carpenter2ee4e272010-10-04 14:31:46 +020011517 if (!a_band->channels) {
11518 rc = -ENOMEM;
11519 goto out;
11520 }
Stanislav Yakovlev75836b82012-03-20 17:52:57 -040011521 /* translate geo->a to a_band.channels */
John W. Linvillea3caa992009-08-25 14:12:25 -040011522 for (i = 0; i < geo->a_channels; i++) {
Stanislav Yakovlev75836b82012-03-20 17:52:57 -040011523 a_band->channels[i].band = IEEE80211_BAND_5GHZ;
John W. Linvillea3caa992009-08-25 14:12:25 -040011524 a_band->channels[i].center_freq = geo->a[i].freq;
11525 a_band->channels[i].hw_value = geo->a[i].channel;
11526 a_band->channels[i].max_power = geo->a[i].max_power;
11527 if (geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY)
11528 a_band->channels[i].flags |=
11529 IEEE80211_CHAN_PASSIVE_SCAN;
11530 if (geo->a[i].flags & LIBIPW_CH_NO_IBSS)
11531 a_band->channels[i].flags |=
11532 IEEE80211_CHAN_NO_IBSS;
11533 if (geo->a[i].flags & LIBIPW_CH_RADAR_DETECT)
11534 a_band->channels[i].flags |=
11535 IEEE80211_CHAN_RADAR;
11536 /* No equivalent for LIBIPW_CH_80211H_RULES,
11537 LIBIPW_CH_UNIFORM_SPREADING, or
11538 LIBIPW_CH_B_ONLY... */
11539 }
11540 /* point at bitrate info */
11541 a_band->bitrates = ipw2200_a_rates;
11542 a_band->n_bitrates = ipw2200_num_a_rates;
11543
11544 wdev->wiphy->bands[IEEE80211_BAND_5GHZ] = a_band;
11545 }
11546
11547 set_wiphy_dev(wdev->wiphy, &priv->pci_dev->dev);
11548
11549 /* With that information in place, we can now register the wiphy... */
Stanislaw Gruszka7cabafc2011-09-14 16:47:50 +020011550 if (wiphy_register(wdev->wiphy))
John W. Linvillea3caa992009-08-25 14:12:25 -040011551 rc = -EIO;
John W. Linvillea3caa992009-08-25 14:12:25 -040011552out:
John W. Linvillea3caa992009-08-25 14:12:25 -040011553 return rc;
James Ketrenos43f66a62005-03-25 12:31:53 -060011554}
11555
11556/* PCI driver stuff */
Alexey Dobriyana3aa1882010-01-07 11:58:11 +000011557static DEFINE_PCI_DEVICE_TABLE(card_ids) = {
James Ketrenos43f66a62005-03-25 12:31:53 -060011558 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2701, 0, 0, 0},
11559 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2702, 0, 0, 0},
11560 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2711, 0, 0, 0},
11561 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2712, 0, 0, 0},
11562 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2721, 0, 0, 0},
11563 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2722, 0, 0, 0},
11564 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2731, 0, 0, 0},
11565 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2732, 0, 0, 0},
11566 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2741, 0, 0, 0},
11567 {PCI_VENDOR_ID_INTEL, 0x1043, 0x103c, 0x2741, 0, 0, 0},
11568 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2742, 0, 0, 0},
11569 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2751, 0, 0, 0},
11570 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2752, 0, 0, 0},
11571 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2753, 0, 0, 0},
11572 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2754, 0, 0, 0},
11573 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2761, 0, 0, 0},
11574 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2762, 0, 0, 0},
Joe Perches8ab0ea72009-06-24 22:13:27 -070011575 {PCI_VDEVICE(INTEL, 0x104f), 0},
11576 {PCI_VDEVICE(INTEL, 0x4220), 0}, /* BG */
11577 {PCI_VDEVICE(INTEL, 0x4221), 0}, /* BG */
11578 {PCI_VDEVICE(INTEL, 0x4223), 0}, /* ABG */
11579 {PCI_VDEVICE(INTEL, 0x4224), 0}, /* ABG */
Jeff Garzikbf794512005-07-31 13:07:26 -040011580
James Ketrenos43f66a62005-03-25 12:31:53 -060011581 /* required last entry */
11582 {0,}
11583};
11584
11585MODULE_DEVICE_TABLE(pci, card_ids);
11586
11587static struct attribute *ipw_sysfs_entries[] = {
11588 &dev_attr_rf_kill.attr,
11589 &dev_attr_direct_dword.attr,
11590 &dev_attr_indirect_byte.attr,
11591 &dev_attr_indirect_dword.attr,
11592 &dev_attr_mem_gpio_reg.attr,
11593 &dev_attr_command_event_reg.attr,
11594 &dev_attr_nic_type.attr,
11595 &dev_attr_status.attr,
11596 &dev_attr_cfg.attr,
James Ketrenosb39860c2005-08-12 09:36:32 -050011597 &dev_attr_error.attr,
11598 &dev_attr_event_log.attr,
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011599 &dev_attr_cmd_log.attr,
James Ketrenos43f66a62005-03-25 12:31:53 -060011600 &dev_attr_eeprom_delay.attr,
11601 &dev_attr_ucode_version.attr,
11602 &dev_attr_rtc.attr,
James Ketrenosa613bff2005-08-24 21:43:11 -050011603 &dev_attr_scan_age.attr,
11604 &dev_attr_led.attr,
James Ketrenosb095c382005-08-24 22:04:42 -050011605 &dev_attr_speed_scan.attr,
11606 &dev_attr_net_stats.attr,
Zhu Yi375dd242007-02-14 16:04:24 +080011607 &dev_attr_channels.attr,
Zhu Yid685b8c2006-04-13 17:20:27 +080011608#ifdef CONFIG_IPW2200_PROMISCUOUS
11609 &dev_attr_rtap_iface.attr,
11610 &dev_attr_rtap_filter.attr,
11611#endif
James Ketrenos43f66a62005-03-25 12:31:53 -060011612 NULL
11613};
11614
11615static struct attribute_group ipw_attribute_group = {
11616 .name = NULL, /* put in device directory */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011617 .attrs = ipw_sysfs_entries,
James Ketrenos43f66a62005-03-25 12:31:53 -060011618};
11619
Zhu Yid685b8c2006-04-13 17:20:27 +080011620#ifdef CONFIG_IPW2200_PROMISCUOUS
11621static int ipw_prom_open(struct net_device *dev)
11622{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011623 struct ipw_prom_priv *prom_priv = libipw_priv(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011624 struct ipw_priv *priv = prom_priv->priv;
11625
11626 IPW_DEBUG_INFO("prom dev->open\n");
11627 netif_carrier_off(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011628
11629 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
11630 priv->sys_config.accept_all_data_frames = 1;
11631 priv->sys_config.accept_non_directed_frames = 1;
11632 priv->sys_config.accept_all_mgmt_bcpr = 1;
11633 priv->sys_config.accept_all_mgmt_frames = 1;
11634
11635 ipw_send_system_config(priv);
11636 }
11637
11638 return 0;
11639}
11640
11641static int ipw_prom_stop(struct net_device *dev)
11642{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011643 struct ipw_prom_priv *prom_priv = libipw_priv(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011644 struct ipw_priv *priv = prom_priv->priv;
11645
11646 IPW_DEBUG_INFO("prom dev->stop\n");
11647
11648 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
11649 priv->sys_config.accept_all_data_frames = 0;
11650 priv->sys_config.accept_non_directed_frames = 0;
11651 priv->sys_config.accept_all_mgmt_bcpr = 0;
11652 priv->sys_config.accept_all_mgmt_frames = 0;
11653
11654 ipw_send_system_config(priv);
11655 }
11656
11657 return 0;
11658}
11659
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000011660static netdev_tx_t ipw_prom_hard_start_xmit(struct sk_buff *skb,
11661 struct net_device *dev)
Zhu Yid685b8c2006-04-13 17:20:27 +080011662{
11663 IPW_DEBUG_INFO("prom dev->xmit\n");
Patrick McHardy4153e772009-06-12 04:08:02 +000011664 dev_kfree_skb(skb);
11665 return NETDEV_TX_OK;
Zhu Yid685b8c2006-04-13 17:20:27 +080011666}
11667
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011668static const struct net_device_ops ipw_prom_netdev_ops = {
11669 .ndo_open = ipw_prom_open,
11670 .ndo_stop = ipw_prom_stop,
11671 .ndo_start_xmit = ipw_prom_hard_start_xmit,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011672 .ndo_change_mtu = libipw_change_mtu,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011673 .ndo_set_mac_address = eth_mac_addr,
11674 .ndo_validate_addr = eth_validate_addr,
11675};
11676
Zhu Yid685b8c2006-04-13 17:20:27 +080011677static int ipw_prom_alloc(struct ipw_priv *priv)
11678{
11679 int rc = 0;
11680
11681 if (priv->prom_net_dev)
11682 return -EPERM;
11683
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011684 priv->prom_net_dev = alloc_libipw(sizeof(struct ipw_prom_priv), 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011685 if (priv->prom_net_dev == NULL)
11686 return -ENOMEM;
11687
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011688 priv->prom_priv = libipw_priv(priv->prom_net_dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011689 priv->prom_priv->ieee = netdev_priv(priv->prom_net_dev);
11690 priv->prom_priv->priv = priv;
11691
11692 strcpy(priv->prom_net_dev->name, "rtap%d");
Daniel Drake3f2eeac2008-04-02 20:33:54 +010011693 memcpy(priv->prom_net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
Zhu Yid685b8c2006-04-13 17:20:27 +080011694
11695 priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011696 priv->prom_net_dev->netdev_ops = &ipw_prom_netdev_ops;
Zhu Yid685b8c2006-04-13 17:20:27 +080011697
11698 priv->prom_priv->ieee->iw_mode = IW_MODE_MONITOR;
Masakazu Mokuno229ce3a2008-05-14 14:16:50 +090011699 SET_NETDEV_DEV(priv->prom_net_dev, &priv->pci_dev->dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011700
11701 rc = register_netdev(priv->prom_net_dev);
11702 if (rc) {
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011703 free_libipw(priv->prom_net_dev, 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011704 priv->prom_net_dev = NULL;
11705 return rc;
11706 }
11707
11708 return 0;
11709}
11710
11711static void ipw_prom_free(struct ipw_priv *priv)
11712{
11713 if (!priv->prom_net_dev)
11714 return;
11715
11716 unregister_netdev(priv->prom_net_dev);
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011717 free_libipw(priv->prom_net_dev, 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011718
11719 priv->prom_net_dev = NULL;
11720}
11721
11722#endif
11723
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011724static const struct net_device_ops ipw_netdev_ops = {
11725 .ndo_init = ipw_net_init,
11726 .ndo_open = ipw_net_open,
11727 .ndo_stop = ipw_net_stop,
Jiri Pirkoafc4b132011-08-16 06:29:01 +000011728 .ndo_set_rx_mode = ipw_net_set_multicast_list,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011729 .ndo_set_mac_address = ipw_net_set_mac_address,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011730 .ndo_start_xmit = libipw_xmit,
11731 .ndo_change_mtu = libipw_change_mtu,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011732 .ndo_validate_addr = eth_validate_addr,
11733};
Zhu Yid685b8c2006-04-13 17:20:27 +080011734
Adrian Bunk2ef19e62007-12-11 23:20:22 +010011735static int __devinit ipw_pci_probe(struct pci_dev *pdev,
11736 const struct pci_device_id *ent)
James Ketrenos43f66a62005-03-25 12:31:53 -060011737{
11738 int err = 0;
11739 struct net_device *net_dev;
11740 void __iomem *base;
11741 u32 length, val;
11742 struct ipw_priv *priv;
James Ketrenosafbf30a2005-08-25 00:05:33 -050011743 int i;
James Ketrenos43f66a62005-03-25 12:31:53 -060011744
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011745 net_dev = alloc_libipw(sizeof(struct ipw_priv), 0);
James Ketrenos43f66a62005-03-25 12:31:53 -060011746 if (net_dev == NULL) {
11747 err = -ENOMEM;
11748 goto out;
11749 }
11750
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011751 priv = libipw_priv(net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011752 priv->ieee = netdev_priv(net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050011753
James Ketrenos43f66a62005-03-25 12:31:53 -060011754 priv->net_dev = net_dev;
11755 priv->pci_dev = pdev;
James Ketrenos43f66a62005-03-25 12:31:53 -060011756 ipw_debug_level = debug;
Zhu Yi89c318e2006-06-08 22:19:49 -070011757 spin_lock_init(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060011758 spin_lock_init(&priv->lock);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011759 for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++)
11760 INIT_LIST_HEAD(&priv->ibss_mac_hash[i]);
James Ketrenos43f66a62005-03-25 12:31:53 -060011761
Zhu Yi46441512006-01-24 16:37:59 +080011762 mutex_init(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011763 if (pci_enable_device(pdev)) {
11764 err = -ENODEV;
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011765 goto out_free_libipw;
James Ketrenos43f66a62005-03-25 12:31:53 -060011766 }
11767
11768 pci_set_master(pdev);
11769
Yang Hongyang284901a2009-04-06 19:01:15 -070011770 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Jeff Garzikbf794512005-07-31 13:07:26 -040011771 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -070011772 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
James Ketrenos43f66a62005-03-25 12:31:53 -060011773 if (err) {
11774 printk(KERN_WARNING DRV_NAME ": No suitable DMA available.\n");
11775 goto out_pci_disable_device;
11776 }
11777
11778 pci_set_drvdata(pdev, priv);
11779
11780 err = pci_request_regions(pdev, DRV_NAME);
Jeff Garzikbf794512005-07-31 13:07:26 -040011781 if (err)
James Ketrenos43f66a62005-03-25 12:31:53 -060011782 goto out_pci_disable_device;
11783
Jeff Garzikbf794512005-07-31 13:07:26 -040011784 /* We disable the RETRY_TIMEOUT register (0x41) to keep
James Ketrenos43f66a62005-03-25 12:31:53 -060011785 * PCI Tx retries from interfering with C3 CPU state */
Jeff Garzikbf794512005-07-31 13:07:26 -040011786 pci_read_config_dword(pdev, 0x40, &val);
11787 if ((val & 0x0000ff00) != 0)
James Ketrenos43f66a62005-03-25 12:31:53 -060011788 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
Jeff Garzikbf794512005-07-31 13:07:26 -040011789
James Ketrenos43f66a62005-03-25 12:31:53 -060011790 length = pci_resource_len(pdev, 0);
11791 priv->hw_len = length;
Jeff Garzikbf794512005-07-31 13:07:26 -040011792
Arjan van de Ven275f1652008-10-20 21:42:39 -070011793 base = pci_ioremap_bar(pdev, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -060011794 if (!base) {
11795 err = -ENODEV;
11796 goto out_pci_release_regions;
11797 }
11798
11799 priv->hw_base = base;
11800 IPW_DEBUG_INFO("pci_resource_len = 0x%08x\n", length);
11801 IPW_DEBUG_INFO("pci_resource_base = %p\n", base);
11802
11803 err = ipw_setup_deferred_work(priv);
11804 if (err) {
11805 IPW_ERROR("Unable to setup deferred work\n");
11806 goto out_iounmap;
11807 }
11808
James Ketrenosb095c382005-08-24 22:04:42 -050011809 ipw_sw_reset(priv, 1);
James Ketrenos43f66a62005-03-25 12:31:53 -060011810
Thomas Gleixner1fb9df52006-07-01 19:29:39 -070011811 err = request_irq(pdev->irq, ipw_isr, IRQF_SHARED, DRV_NAME, priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011812 if (err) {
11813 IPW_ERROR("Error allocating IRQ %d\n", pdev->irq);
Tejun Heobcb6d912011-01-26 12:12:50 +010011814 goto out_iounmap;
James Ketrenos43f66a62005-03-25 12:31:53 -060011815 }
11816
James Ketrenos43f66a62005-03-25 12:31:53 -060011817 SET_NETDEV_DEV(net_dev, &pdev->dev);
11818
Zhu Yi46441512006-01-24 16:37:59 +080011819 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011820
James Ketrenos43f66a62005-03-25 12:31:53 -060011821 priv->ieee->hard_start_xmit = ipw_net_hard_start_xmit;
11822 priv->ieee->set_security = shim__set_security;
James Ketrenos227d2dc2005-07-28 16:25:55 -050011823 priv->ieee->is_queue_full = ipw_net_is_queue_full;
James Ketrenos43f66a62005-03-25 12:31:53 -060011824
Zhu Yie43e3c12006-04-13 17:20:45 +080011825#ifdef CONFIG_IPW2200_QOS
Zhu Yia5cf4fe2006-04-13 17:19:11 +080011826 priv->ieee->is_qos_active = ipw_is_qos_active;
James Ketrenos3b9990c2005-08-19 13:18:55 -050011827 priv->ieee->handle_probe_response = ipw_handle_beacon;
11828 priv->ieee->handle_beacon = ipw_handle_probe_response;
11829 priv->ieee->handle_assoc_response = ipw_handle_assoc_response;
Zhu Yie43e3c12006-04-13 17:20:45 +080011830#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050011831
James Ketrenosc848d0a2005-08-24 21:56:24 -050011832 priv->ieee->perfect_rssi = -20;
11833 priv->ieee->worst_rssi = -85;
James Ketrenos43f66a62005-03-25 12:31:53 -060011834
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011835 net_dev->netdev_ops = &ipw_netdev_ops;
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000011836 priv->wireless_data.spy_data = &priv->ieee->spy_data;
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000011837 net_dev->wireless_data = &priv->wireless_data;
James Ketrenos43f66a62005-03-25 12:31:53 -060011838 net_dev->wireless_handlers = &ipw_wx_handler_def;
11839 net_dev->ethtool_ops = &ipw_ethtool_ops;
11840 net_dev->irq = pdev->irq;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011841 net_dev->base_addr = (unsigned long)priv->hw_base;
James Ketrenos43f66a62005-03-25 12:31:53 -060011842 net_dev->mem_start = pci_resource_start(pdev, 0);
11843 net_dev->mem_end = net_dev->mem_start + pci_resource_len(pdev, 0) - 1;
11844
11845 err = sysfs_create_group(&pdev->dev.kobj, &ipw_attribute_group);
11846 if (err) {
11847 IPW_ERROR("failed to create sysfs device attributes\n");
Zhu Yi46441512006-01-24 16:37:59 +080011848 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011849 goto out_release_irq;
11850 }
11851
Zhu Yi46441512006-01-24 16:37:59 +080011852 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011853 err = register_netdev(net_dev);
11854 if (err) {
11855 IPW_ERROR("failed to register network device\n");
James Ketrenosa613bff2005-08-24 21:43:11 -050011856 goto out_remove_sysfs;
James Ketrenos43f66a62005-03-25 12:31:53 -060011857 }
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011858
Stanislaw Gruszka7cabafc2011-09-14 16:47:50 +020011859 err = ipw_wdev_init(net_dev);
11860 if (err) {
11861 IPW_ERROR("failed to register wireless device\n");
11862 goto out_unregister_netdev;
11863 }
11864
Zhu Yid685b8c2006-04-13 17:20:27 +080011865#ifdef CONFIG_IPW2200_PROMISCUOUS
11866 if (rtap_iface) {
11867 err = ipw_prom_alloc(priv);
11868 if (err) {
11869 IPW_ERROR("Failed to register promiscuous network "
11870 "device (error %d).\n", err);
Stanislaw Gruszka7cabafc2011-09-14 16:47:50 +020011871 wiphy_unregister(priv->ieee->wdev.wiphy);
11872 kfree(priv->ieee->a_band.channels);
11873 kfree(priv->ieee->bg_band.channels);
11874 goto out_unregister_netdev;
Zhu Yid685b8c2006-04-13 17:20:27 +080011875 }
11876 }
11877#endif
11878
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011879 printk(KERN_INFO DRV_NAME ": Detected geography %s (%d 802.11bg "
11880 "channels, %d 802.11a channels)\n",
11881 priv->ieee->geo.name, priv->ieee->geo.bg_channels,
11882 priv->ieee->geo.a_channels);
11883
James Ketrenos43f66a62005-03-25 12:31:53 -060011884 return 0;
11885
Stanislaw Gruszka7cabafc2011-09-14 16:47:50 +020011886 out_unregister_netdev:
11887 unregister_netdev(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050011888 out_remove_sysfs:
James Ketrenos43f66a62005-03-25 12:31:53 -060011889 sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011890 out_release_irq:
James Ketrenos43f66a62005-03-25 12:31:53 -060011891 free_irq(pdev->irq, priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011892 out_iounmap:
James Ketrenos43f66a62005-03-25 12:31:53 -060011893 iounmap(priv->hw_base);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011894 out_pci_release_regions:
James Ketrenos43f66a62005-03-25 12:31:53 -060011895 pci_release_regions(pdev);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011896 out_pci_disable_device:
James Ketrenos43f66a62005-03-25 12:31:53 -060011897 pci_disable_device(pdev);
11898 pci_set_drvdata(pdev, NULL);
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011899 out_free_libipw:
11900 free_libipw(priv->net_dev, 0);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011901 out:
James Ketrenos43f66a62005-03-25 12:31:53 -060011902 return err;
11903}
11904
Adrian Bunk2ef19e62007-12-11 23:20:22 +010011905static void __devexit ipw_pci_remove(struct pci_dev *pdev)
James Ketrenos43f66a62005-03-25 12:31:53 -060011906{
11907 struct ipw_priv *priv = pci_get_drvdata(pdev);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011908 struct list_head *p, *q;
11909 int i;
James Ketrenosb095c382005-08-24 22:04:42 -050011910
James Ketrenos43f66a62005-03-25 12:31:53 -060011911 if (!priv)
11912 return;
11913
Zhu Yi46441512006-01-24 16:37:59 +080011914 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011915
James Ketrenosafbf30a2005-08-25 00:05:33 -050011916 priv->status |= STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011917 ipw_down(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011918 sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group);
11919
Zhu Yi46441512006-01-24 16:37:59 +080011920 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011921
11922 unregister_netdev(priv->net_dev);
11923
11924 if (priv->rxq) {
11925 ipw_rx_queue_free(priv, priv->rxq);
11926 priv->rxq = NULL;
11927 }
11928 ipw_tx_queue_free(priv);
11929
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011930 if (priv->cmdlog) {
11931 kfree(priv->cmdlog);
11932 priv->cmdlog = NULL;
11933 }
Tejun Heobcb6d912011-01-26 12:12:50 +010011934
11935 /* make sure all works are inactive */
11936 cancel_delayed_work_sync(&priv->adhoc_check);
11937 cancel_work_sync(&priv->associate);
11938 cancel_work_sync(&priv->disassociate);
11939 cancel_work_sync(&priv->system_config);
11940 cancel_work_sync(&priv->rx_replenish);
11941 cancel_work_sync(&priv->adapter_restart);
11942 cancel_delayed_work_sync(&priv->rf_kill);
11943 cancel_work_sync(&priv->up);
11944 cancel_work_sync(&priv->down);
11945 cancel_delayed_work_sync(&priv->request_scan);
11946 cancel_delayed_work_sync(&priv->request_direct_scan);
11947 cancel_delayed_work_sync(&priv->request_passive_scan);
11948 cancel_delayed_work_sync(&priv->scan_event);
11949 cancel_delayed_work_sync(&priv->gather_stats);
11950 cancel_work_sync(&priv->abort_scan);
11951 cancel_work_sync(&priv->roam);
11952 cancel_delayed_work_sync(&priv->scan_check);
11953 cancel_work_sync(&priv->link_up);
11954 cancel_work_sync(&priv->link_down);
11955 cancel_delayed_work_sync(&priv->led_link_on);
11956 cancel_delayed_work_sync(&priv->led_link_off);
11957 cancel_delayed_work_sync(&priv->led_act_off);
11958 cancel_work_sync(&priv->merge_networks);
James Ketrenos43f66a62005-03-25 12:31:53 -060011959
James Ketrenosafbf30a2005-08-25 00:05:33 -050011960 /* Free MAC hash list for ADHOC */
11961 for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++) {
11962 list_for_each_safe(p, q, &priv->ibss_mac_hash[i]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -050011963 list_del(p);
Zhu Yi489f4452006-01-24 16:37:41 +080011964 kfree(list_entry(p, struct ipw_ibss_seq, list));
James Ketrenosafbf30a2005-08-25 00:05:33 -050011965 }
11966 }
11967
Jesper Juhl8f760782006-06-27 02:55:06 -070011968 kfree(priv->error);
11969 priv->error = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -060011970
Zhu Yid685b8c2006-04-13 17:20:27 +080011971#ifdef CONFIG_IPW2200_PROMISCUOUS
11972 ipw_prom_free(priv);
11973#endif
11974
James Ketrenos43f66a62005-03-25 12:31:53 -060011975 free_irq(pdev->irq, priv);
11976 iounmap(priv->hw_base);
11977 pci_release_regions(pdev);
11978 pci_disable_device(pdev);
11979 pci_set_drvdata(pdev, NULL);
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011980 /* wiphy_unregister needs to be here, before free_libipw */
John W. Linvillea3caa992009-08-25 14:12:25 -040011981 wiphy_unregister(priv->ieee->wdev.wiphy);
11982 kfree(priv->ieee->a_band.channels);
11983 kfree(priv->ieee->bg_band.channels);
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011984 free_libipw(priv->net_dev, 0);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011985 free_firmware();
James Ketrenos43f66a62005-03-25 12:31:53 -060011986}
11987
James Ketrenos43f66a62005-03-25 12:31:53 -060011988#ifdef CONFIG_PM
Pavel Machek583a4e82005-09-03 15:56:58 -070011989static int ipw_pci_suspend(struct pci_dev *pdev, pm_message_t state)
James Ketrenos43f66a62005-03-25 12:31:53 -060011990{
11991 struct ipw_priv *priv = pci_get_drvdata(pdev);
11992 struct net_device *dev = priv->net_dev;
11993
11994 printk(KERN_INFO "%s: Going into suspend...\n", dev->name);
11995
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011996 /* Take down the device; powers it off, etc. */
James Ketrenos43f66a62005-03-25 12:31:53 -060011997 ipw_down(priv);
11998
11999 /* Remove the PRESENT state of the device */
12000 netif_device_detach(dev);
12001
James Ketrenos43f66a62005-03-25 12:31:53 -060012002 pci_save_state(pdev);
James Ketrenos43f66a62005-03-25 12:31:53 -060012003 pci_disable_device(pdev);
Pavel Machek583a4e82005-09-03 15:56:58 -070012004 pci_set_power_state(pdev, pci_choose_state(pdev, state));
Jeff Garzikbf794512005-07-31 13:07:26 -040012005
Dan Williamsc3d72b92009-02-11 13:26:06 -050012006 priv->suspend_at = get_seconds();
12007
James Ketrenos43f66a62005-03-25 12:31:53 -060012008 return 0;
12009}
12010
12011static int ipw_pci_resume(struct pci_dev *pdev)
12012{
12013 struct ipw_priv *priv = pci_get_drvdata(pdev);
12014 struct net_device *dev = priv->net_dev;
John W. Linville02e0e5e2006-11-07 20:53:48 -050012015 int err;
James Ketrenos43f66a62005-03-25 12:31:53 -060012016 u32 val;
Jeff Garzikbf794512005-07-31 13:07:26 -040012017
James Ketrenos43f66a62005-03-25 12:31:53 -060012018 printk(KERN_INFO "%s: Coming out of suspend...\n", dev->name);
12019
James Ketrenosea2b26e2005-08-24 21:25:16 -050012020 pci_set_power_state(pdev, PCI_D0);
John W. Linville02e0e5e2006-11-07 20:53:48 -050012021 err = pci_enable_device(pdev);
12022 if (err) {
12023 printk(KERN_ERR "%s: pci_enable_device failed on resume\n",
12024 dev->name);
12025 return err;
12026 }
James Ketrenos43f66a62005-03-25 12:31:53 -060012027 pci_restore_state(pdev);
James Ketrenosea2b26e2005-08-24 21:25:16 -050012028
James Ketrenos43f66a62005-03-25 12:31:53 -060012029 /*
12030 * Suspend/Resume resets the PCI configuration space, so we have to
12031 * re-disable the RETRY_TIMEOUT register (0x41) to keep PCI Tx retries
12032 * from interfering with C3 CPU state. pci_restore_state won't help
12033 * here since it only restores the first 64 bytes pci config header.
12034 */
Jeff Garzikbf794512005-07-31 13:07:26 -040012035 pci_read_config_dword(pdev, 0x40, &val);
12036 if ((val & 0x0000ff00) != 0)
James Ketrenos43f66a62005-03-25 12:31:53 -060012037 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
12038
12039 /* Set the device back into the PRESENT state; this will also wake
12040 * the queue of needed */
12041 netif_device_attach(dev);
12042
Dan Williamsc3d72b92009-02-11 13:26:06 -050012043 priv->suspend_time = get_seconds() - priv->suspend_at;
12044
James Ketrenos43f66a62005-03-25 12:31:53 -060012045 /* Bring the device back up */
Tejun Heobcb6d912011-01-26 12:12:50 +010012046 schedule_work(&priv->up);
Jeff Garzikbf794512005-07-31 13:07:26 -040012047
James Ketrenos43f66a62005-03-25 12:31:53 -060012048 return 0;
12049}
12050#endif
12051
Zhu Yic8c22c92006-08-21 11:38:39 +080012052static void ipw_pci_shutdown(struct pci_dev *pdev)
12053{
12054 struct ipw_priv *priv = pci_get_drvdata(pdev);
12055
12056 /* Take down the device; powers it off, etc. */
12057 ipw_down(priv);
12058
12059 pci_disable_device(pdev);
12060}
12061
James Ketrenos43f66a62005-03-25 12:31:53 -060012062/* driver initialization stuff */
12063static struct pci_driver ipw_driver = {
12064 .name = DRV_NAME,
12065 .id_table = card_ids,
12066 .probe = ipw_pci_probe,
12067 .remove = __devexit_p(ipw_pci_remove),
12068#ifdef CONFIG_PM
12069 .suspend = ipw_pci_suspend,
12070 .resume = ipw_pci_resume,
12071#endif
Zhu Yic8c22c92006-08-21 11:38:39 +080012072 .shutdown = ipw_pci_shutdown,
James Ketrenos43f66a62005-03-25 12:31:53 -060012073};
12074
12075static int __init ipw_init(void)
12076{
12077 int ret;
12078
12079 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
12080 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
12081
Jeff Garzik29917622006-08-19 17:48:59 -040012082 ret = pci_register_driver(&ipw_driver);
James Ketrenos43f66a62005-03-25 12:31:53 -060012083 if (ret) {
12084 IPW_ERROR("Unable to initialize PCI module\n");
12085 return ret;
12086 }
12087
Jeff Garzik0edd5b42005-09-07 00:48:31 -040012088 ret = driver_create_file(&ipw_driver.driver, &driver_attr_debug_level);
James Ketrenos43f66a62005-03-25 12:31:53 -060012089 if (ret) {
12090 IPW_ERROR("Unable to create driver sysfs file\n");
12091 pci_unregister_driver(&ipw_driver);
12092 return ret;
12093 }
12094
12095 return ret;
12096}
12097
12098static void __exit ipw_exit(void)
12099{
12100 driver_remove_file(&ipw_driver.driver, &driver_attr_debug_level);
12101 pci_unregister_driver(&ipw_driver);
12102}
12103
12104module_param(disable, int, 0444);
12105MODULE_PARM_DESC(disable, "manually disable the radio (default 0 [radio on])");
12106
12107module_param(associate, int, 0444);
Tim Gardner5c7f9b72008-10-14 10:38:03 -060012108MODULE_PARM_DESC(associate, "auto associate when scanning (default off)");
James Ketrenos43f66a62005-03-25 12:31:53 -060012109
12110module_param(auto_create, int, 0444);
12111MODULE_PARM_DESC(auto_create, "auto create adhoc network (default on)");
12112
Reinette Chatre21f8a732009-08-18 10:25:05 -070012113module_param_named(led, led_support, int, 0444);
ubuntu@tjworld.netc086aba2009-03-23 20:29:28 +000012114MODULE_PARM_DESC(led, "enable led control on some systems (default 1 on)");
James Ketrenosa613bff2005-08-24 21:43:11 -050012115
James Ketrenos43f66a62005-03-25 12:31:53 -060012116module_param(debug, int, 0444);
12117MODULE_PARM_DESC(debug, "debug output mask");
12118
Reinette Chatre21f8a732009-08-18 10:25:05 -070012119module_param_named(channel, default_channel, int, 0444);
Jeff Garzikbf794512005-07-31 13:07:26 -040012120MODULE_PARM_DESC(channel, "channel to limit associate to (default 0 [ANY])");
James Ketrenos43f66a62005-03-25 12:31:53 -060012121
Zhu Yid685b8c2006-04-13 17:20:27 +080012122#ifdef CONFIG_IPW2200_PROMISCUOUS
12123module_param(rtap_iface, int, 0444);
12124MODULE_PARM_DESC(rtap_iface, "create the rtap interface (1 - create, default 0)");
12125#endif
12126
Zhu Yie43e3c12006-04-13 17:20:45 +080012127#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050012128module_param(qos_enable, int, 0444);
12129MODULE_PARM_DESC(qos_enable, "enable all QoS functionalitis");
James Ketrenos43f66a62005-03-25 12:31:53 -060012130
James Ketrenosb095c382005-08-24 22:04:42 -050012131module_param(qos_burst_enable, int, 0444);
12132MODULE_PARM_DESC(qos_burst_enable, "enable QoS burst mode");
12133
12134module_param(qos_no_ack_mask, int, 0444);
12135MODULE_PARM_DESC(qos_no_ack_mask, "mask Tx_Queue to no ack");
12136
12137module_param(burst_duration_CCK, int, 0444);
12138MODULE_PARM_DESC(burst_duration_CCK, "set CCK burst value");
12139
12140module_param(burst_duration_OFDM, int, 0444);
12141MODULE_PARM_DESC(burst_duration_OFDM, "set OFDM burst value");
Zhu Yie43e3c12006-04-13 17:20:45 +080012142#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050012143
12144#ifdef CONFIG_IPW2200_MONITOR
Reinette Chatre21f8a732009-08-18 10:25:05 -070012145module_param_named(mode, network_mode, int, 0444);
James Ketrenos43f66a62005-03-25 12:31:53 -060012146MODULE_PARM_DESC(mode, "network mode (0=BSS,1=IBSS,2=Monitor)");
12147#else
Reinette Chatre21f8a732009-08-18 10:25:05 -070012148module_param_named(mode, network_mode, int, 0444);
James Ketrenos43f66a62005-03-25 12:31:53 -060012149MODULE_PARM_DESC(mode, "network mode (0=BSS,1=IBSS)");
12150#endif
12151
Zhu Yi810dabd2006-01-24 16:36:59 +080012152module_param(bt_coexist, int, 0444);
12153MODULE_PARM_DESC(bt_coexist, "enable bluetooth coexistence (default off)");
12154
James Ketrenosb095c382005-08-24 22:04:42 -050012155module_param(hwcrypto, int, 0444);
Zhu Yibde37d02006-01-24 16:38:08 +080012156MODULE_PARM_DESC(hwcrypto, "enable hardware crypto (default off)");
James Ketrenosb095c382005-08-24 22:04:42 -050012157
James Ketrenosf6c5cb72005-08-25 00:39:09 -050012158module_param(cmdlog, int, 0444);
12159MODULE_PARM_DESC(cmdlog,
12160 "allocate a ring buffer for logging firmware commands");
12161
Zhu Yi4bfdb912006-01-24 16:37:16 +080012162module_param(roaming, int, 0444);
12163MODULE_PARM_DESC(roaming, "enable roaming support (default on)");
12164
Zhu Yid2b83e12006-04-13 17:19:36 +080012165module_param(antenna, int, 0444);
12166MODULE_PARM_DESC(antenna, "select antenna 1=Main, 3=Aux, default 0 [both], 2=slow_diversity (choose the one with lower background noise)");
12167
James Ketrenos43f66a62005-03-25 12:31:53 -060012168module_exit(ipw_exit);
12169module_init(ipw_init);