blob: 82de71a3aea761301a41c9133e9c31c0c7588688 [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>
James Ketrenos43f66a62005-03-25 12:31:53 -060035#include "ipw2200.h"
36
Zhu Yiae4af612006-04-13 17:20:34 +080037
38#ifndef KBUILD_EXTMOD
39#define VK "k"
40#else
41#define VK
42#endif
43
44#ifdef CONFIG_IPW2200_DEBUG
45#define VD "d"
46#else
47#define VD
48#endif
49
50#ifdef CONFIG_IPW2200_MONITOR
51#define VM "m"
52#else
53#define VM
54#endif
55
56#ifdef CONFIG_IPW2200_PROMISCUOUS
57#define VP "p"
58#else
59#define VP
60#endif
61
Zhu Yi459d4082006-04-13 17:21:00 +080062#ifdef CONFIG_IPW2200_RADIOTAP
Zhu Yiae4af612006-04-13 17:20:34 +080063#define VR "r"
64#else
65#define VR
66#endif
67
68#ifdef CONFIG_IPW2200_QOS
69#define VQ "q"
70#else
71#define VQ
72#endif
73
Zhu Yiee2c4ad2007-07-12 16:09:47 +080074#define IPW2200_VERSION "1.2.2" VK VD VM VP VR VQ
James Ketrenos43f66a62005-03-25 12:31:53 -060075#define DRV_DESCRIPTION "Intel(R) PRO/Wireless 2200/2915 Network Driver"
Zhu Yi171e7b22006-02-15 07:17:56 +080076#define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation"
James Ketrenos43f66a62005-03-25 12:31:53 -060077#define DRV_VERSION IPW2200_VERSION
78
James Ketrenosb095c382005-08-24 22:04:42 -050079#define ETH_P_80211_STATS (ETH_P_80211_RAW + 1)
80
James Ketrenos43f66a62005-03-25 12:31:53 -060081MODULE_DESCRIPTION(DRV_DESCRIPTION);
82MODULE_VERSION(DRV_VERSION);
83MODULE_AUTHOR(DRV_COPYRIGHT);
84MODULE_LICENSE("GPL");
Ben Hutchings873395a2009-11-07 21:59:10 +000085MODULE_FIRMWARE("ipw2200-ibss.fw");
86#ifdef CONFIG_IPW2200_MONITOR
87MODULE_FIRMWARE("ipw2200-sniffer.fw");
88#endif
89MODULE_FIRMWARE("ipw2200-bss.fw");
James Ketrenos43f66a62005-03-25 12:31:53 -060090
James Ketrenosf6c5cb72005-08-25 00:39:09 -050091static int cmdlog = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060092static int debug = 0;
Reinette Chatre21f8a732009-08-18 10:25:05 -070093static int default_channel = 0;
94static int network_mode = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060095
96static u32 ipw_debug_level;
Tim Gardner5c7f9b72008-10-14 10:38:03 -060097static int associate;
James Ketrenos43f66a62005-03-25 12:31:53 -060098static int auto_create = 1;
Reinette Chatre21f8a732009-08-18 10:25:05 -070099static int led_support = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -0600100static int disable = 0;
Zhu Yi810dabd2006-01-24 16:36:59 +0800101static int bt_coexist = 0;
Zhu Yibde37d02006-01-24 16:38:08 +0800102static int hwcrypto = 0;
Zhu Yi4bfdb912006-01-24 16:37:16 +0800103static int roaming = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -0600104static const char ipw_modes[] = {
105 'a', 'b', 'g', '?'
106};
Zhu Yid2b83e12006-04-13 17:19:36 +0800107static int antenna = CFG_SYS_ANTENNA_BOTH;
James Ketrenos43f66a62005-03-25 12:31:53 -0600108
Zhu Yid685b8c2006-04-13 17:20:27 +0800109#ifdef CONFIG_IPW2200_PROMISCUOUS
110static int rtap_iface = 0; /* def: 0 -- do not create rtap interface */
111#endif
112
John W. Linvillea3caa992009-08-25 14:12:25 -0400113static struct ieee80211_rate ipw2200_rates[] = {
114 { .bitrate = 10 },
115 { .bitrate = 20, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
116 { .bitrate = 55, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
117 { .bitrate = 110, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
118 { .bitrate = 60 },
119 { .bitrate = 90 },
120 { .bitrate = 120 },
121 { .bitrate = 180 },
122 { .bitrate = 240 },
123 { .bitrate = 360 },
124 { .bitrate = 480 },
125 { .bitrate = 540 }
126};
127
128#define ipw2200_a_rates (ipw2200_rates + 4)
129#define ipw2200_num_a_rates 8
130#define ipw2200_bg_rates (ipw2200_rates + 0)
131#define ipw2200_num_bg_rates 12
Zhu Yid685b8c2006-04-13 17:20:27 +0800132
Zhu Yie43e3c12006-04-13 17:20:45 +0800133#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -0500134static int qos_enable = 0;
135static int qos_burst_enable = 0;
136static int qos_no_ack_mask = 0;
137static int burst_duration_CCK = 0;
138static int burst_duration_OFDM = 0;
139
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400140static struct libipw_qos_parameters def_qos_parameters_OFDM = {
James Ketrenosb095c382005-08-24 22:04:42 -0500141 {QOS_TX0_CW_MIN_OFDM, QOS_TX1_CW_MIN_OFDM, QOS_TX2_CW_MIN_OFDM,
142 QOS_TX3_CW_MIN_OFDM},
143 {QOS_TX0_CW_MAX_OFDM, QOS_TX1_CW_MAX_OFDM, QOS_TX2_CW_MAX_OFDM,
144 QOS_TX3_CW_MAX_OFDM},
145 {QOS_TX0_AIFS, QOS_TX1_AIFS, QOS_TX2_AIFS, QOS_TX3_AIFS},
146 {QOS_TX0_ACM, QOS_TX1_ACM, QOS_TX2_ACM, QOS_TX3_ACM},
147 {QOS_TX0_TXOP_LIMIT_OFDM, QOS_TX1_TXOP_LIMIT_OFDM,
148 QOS_TX2_TXOP_LIMIT_OFDM, QOS_TX3_TXOP_LIMIT_OFDM}
149};
150
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400151static struct libipw_qos_parameters def_qos_parameters_CCK = {
James Ketrenosb095c382005-08-24 22:04:42 -0500152 {QOS_TX0_CW_MIN_CCK, QOS_TX1_CW_MIN_CCK, QOS_TX2_CW_MIN_CCK,
153 QOS_TX3_CW_MIN_CCK},
154 {QOS_TX0_CW_MAX_CCK, QOS_TX1_CW_MAX_CCK, QOS_TX2_CW_MAX_CCK,
155 QOS_TX3_CW_MAX_CCK},
156 {QOS_TX0_AIFS, QOS_TX1_AIFS, QOS_TX2_AIFS, QOS_TX3_AIFS},
157 {QOS_TX0_ACM, QOS_TX1_ACM, QOS_TX2_ACM, QOS_TX3_ACM},
158 {QOS_TX0_TXOP_LIMIT_CCK, QOS_TX1_TXOP_LIMIT_CCK, QOS_TX2_TXOP_LIMIT_CCK,
159 QOS_TX3_TXOP_LIMIT_CCK}
160};
161
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400162static struct libipw_qos_parameters def_parameters_OFDM = {
James Ketrenosb095c382005-08-24 22:04:42 -0500163 {DEF_TX0_CW_MIN_OFDM, DEF_TX1_CW_MIN_OFDM, DEF_TX2_CW_MIN_OFDM,
164 DEF_TX3_CW_MIN_OFDM},
165 {DEF_TX0_CW_MAX_OFDM, DEF_TX1_CW_MAX_OFDM, DEF_TX2_CW_MAX_OFDM,
166 DEF_TX3_CW_MAX_OFDM},
167 {DEF_TX0_AIFS, DEF_TX1_AIFS, DEF_TX2_AIFS, DEF_TX3_AIFS},
168 {DEF_TX0_ACM, DEF_TX1_ACM, DEF_TX2_ACM, DEF_TX3_ACM},
169 {DEF_TX0_TXOP_LIMIT_OFDM, DEF_TX1_TXOP_LIMIT_OFDM,
170 DEF_TX2_TXOP_LIMIT_OFDM, DEF_TX3_TXOP_LIMIT_OFDM}
171};
172
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400173static struct libipw_qos_parameters def_parameters_CCK = {
James Ketrenosb095c382005-08-24 22:04:42 -0500174 {DEF_TX0_CW_MIN_CCK, DEF_TX1_CW_MIN_CCK, DEF_TX2_CW_MIN_CCK,
175 DEF_TX3_CW_MIN_CCK},
176 {DEF_TX0_CW_MAX_CCK, DEF_TX1_CW_MAX_CCK, DEF_TX2_CW_MAX_CCK,
177 DEF_TX3_CW_MAX_CCK},
178 {DEF_TX0_AIFS, DEF_TX1_AIFS, DEF_TX2_AIFS, DEF_TX3_AIFS},
179 {DEF_TX0_ACM, DEF_TX1_ACM, DEF_TX2_ACM, DEF_TX3_ACM},
180 {DEF_TX0_TXOP_LIMIT_CCK, DEF_TX1_TXOP_LIMIT_CCK, DEF_TX2_TXOP_LIMIT_CCK,
181 DEF_TX3_TXOP_LIMIT_CCK}
182};
183
184static u8 qos_oui[QOS_OUI_LEN] = { 0x00, 0x50, 0xF2 };
185
186static int from_priority_to_tx_queue[] = {
187 IPW_TX_QUEUE_1, IPW_TX_QUEUE_2, IPW_TX_QUEUE_2, IPW_TX_QUEUE_1,
188 IPW_TX_QUEUE_3, IPW_TX_QUEUE_3, IPW_TX_QUEUE_4, IPW_TX_QUEUE_4
189};
190
191static u32 ipw_qos_get_burst_duration(struct ipw_priv *priv);
192
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400193static int ipw_send_qos_params_command(struct ipw_priv *priv, struct libipw_qos_parameters
James Ketrenosb095c382005-08-24 22:04:42 -0500194 *qos_param);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400195static int ipw_send_qos_info_command(struct ipw_priv *priv, struct libipw_qos_information_element
James Ketrenosb095c382005-08-24 22:04:42 -0500196 *qos_param);
Zhu Yie43e3c12006-04-13 17:20:45 +0800197#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -0500198
Benoit Boissinot97a78ca2005-09-15 17:30:28 +0000199static struct iw_statistics *ipw_get_wireless_stats(struct net_device *dev);
James Ketrenosb095c382005-08-24 22:04:42 -0500200static void ipw_remove_current_network(struct ipw_priv *priv);
James Ketrenos43f66a62005-03-25 12:31:53 -0600201static void ipw_rx(struct ipw_priv *priv);
Jeff Garzikbf794512005-07-31 13:07:26 -0400202static int ipw_queue_tx_reclaim(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -0600203 struct clx2_tx_queue *txq, int qindex);
204static int ipw_queue_reset(struct ipw_priv *priv);
205
206static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf,
207 int len, int sync);
208
209static void ipw_tx_queue_free(struct ipw_priv *);
210
211static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *);
212static void ipw_rx_queue_free(struct ipw_priv *, struct ipw_rx_queue *);
213static void ipw_rx_queue_replenish(void *);
James Ketrenos43f66a62005-03-25 12:31:53 -0600214static int ipw_up(struct ipw_priv *);
David Howellsc4028952006-11-22 14:57:56 +0000215static void ipw_bg_up(struct work_struct *work);
James Ketrenos43f66a62005-03-25 12:31:53 -0600216static void ipw_down(struct ipw_priv *);
David Howellsc4028952006-11-22 14:57:56 +0000217static void ipw_bg_down(struct work_struct *work);
James Ketrenos43f66a62005-03-25 12:31:53 -0600218static int ipw_config(struct ipw_priv *);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400219static int init_supported_rates(struct ipw_priv *priv,
220 struct ipw_supported_rates *prates);
James Ketrenosb095c382005-08-24 22:04:42 -0500221static void ipw_set_hwcrypto_keys(struct ipw_priv *);
222static void ipw_send_wep_keys(struct ipw_priv *, int);
James Ketrenos43f66a62005-03-25 12:31:53 -0600223
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500224static int snprint_line(char *buf, size_t count,
225 const u8 * data, u32 len, u32 ofs)
James Ketrenos43f66a62005-03-25 12:31:53 -0600226{
227 int out, i, j, l;
228 char c;
Jeff Garzikbf794512005-07-31 13:07:26 -0400229
James Ketrenos43f66a62005-03-25 12:31:53 -0600230 out = snprintf(buf, count, "%08X", ofs);
231
232 for (l = 0, i = 0; i < 2; i++) {
233 out += snprintf(buf + out, count - out, " ");
Jeff Garzikbf794512005-07-31 13:07:26 -0400234 for (j = 0; j < 8 && l < len; j++, l++)
235 out += snprintf(buf + out, count - out, "%02X ",
James Ketrenos43f66a62005-03-25 12:31:53 -0600236 data[(i * 8 + j)]);
237 for (; j < 8; j++)
238 out += snprintf(buf + out, count - out, " ");
239 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400240
James Ketrenos43f66a62005-03-25 12:31:53 -0600241 out += snprintf(buf + out, count - out, " ");
242 for (l = 0, i = 0; i < 2; i++) {
243 out += snprintf(buf + out, count - out, " ");
244 for (j = 0; j < 8 && l < len; j++, l++) {
245 c = data[(i * 8 + j)];
246 if (!isascii(c) || !isprint(c))
247 c = '.';
Jeff Garzikbf794512005-07-31 13:07:26 -0400248
James Ketrenos43f66a62005-03-25 12:31:53 -0600249 out += snprintf(buf + out, count - out, "%c", c);
250 }
251
252 for (; j < 8; j++)
253 out += snprintf(buf + out, count - out, " ");
254 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400255
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500256 return out;
James Ketrenos43f66a62005-03-25 12:31:53 -0600257}
258
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400259static void printk_buf(int level, const u8 * data, u32 len)
James Ketrenos43f66a62005-03-25 12:31:53 -0600260{
261 char line[81];
262 u32 ofs = 0;
263 if (!(ipw_debug_level & level))
264 return;
265
266 while (len) {
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500267 snprint_line(line, sizeof(line), &data[ofs],
268 min(len, 16U), ofs);
269 printk(KERN_DEBUG "%s\n", line);
James Ketrenos43f66a62005-03-25 12:31:53 -0600270 ofs += 16;
271 len -= min(len, 16U);
272 }
273}
274
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500275static int snprintk_buf(u8 * output, size_t size, const u8 * data, size_t len)
276{
277 size_t out = size;
278 u32 ofs = 0;
279 int total = 0;
280
281 while (size && len) {
282 out = snprint_line(output, size, &data[ofs],
283 min_t(size_t, len, 16U), ofs);
284
285 ofs += 16;
286 output += out;
287 size -= out;
288 len -= min_t(size_t, len, 16U);
289 total += out;
290 }
291 return total;
292}
293
Zhu Yic8fe6672006-01-24 16:36:36 +0800294/* alias for 32-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600295static u32 _ipw_read_reg32(struct ipw_priv *priv, u32 reg);
296#define ipw_read_reg32(a, b) _ipw_read_reg32(a, b)
297
Zhu Yic8fe6672006-01-24 16:36:36 +0800298/* alias for 8-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600299static u8 _ipw_read_reg8(struct ipw_priv *ipw, u32 reg);
300#define ipw_read_reg8(a, b) _ipw_read_reg8(a, b)
301
Zhu Yic8fe6672006-01-24 16:36:36 +0800302/* 8-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600303static void _ipw_write_reg8(struct ipw_priv *priv, u32 reg, u8 value);
304static inline void ipw_write_reg8(struct ipw_priv *a, u32 b, u8 c)
305{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400306 IPW_DEBUG_IO("%s %d: write_indirect8(0x%08X, 0x%08X)\n", __FILE__,
307 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600308 _ipw_write_reg8(a, b, c);
309}
310
Zhu Yic8fe6672006-01-24 16:36:36 +0800311/* 16-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600312static void _ipw_write_reg16(struct ipw_priv *priv, u32 reg, u16 value);
313static inline void ipw_write_reg16(struct ipw_priv *a, u32 b, u16 c)
314{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400315 IPW_DEBUG_IO("%s %d: write_indirect16(0x%08X, 0x%08X)\n", __FILE__,
316 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600317 _ipw_write_reg16(a, b, c);
318}
319
Zhu Yic8fe6672006-01-24 16:36:36 +0800320/* 32-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600321static void _ipw_write_reg32(struct ipw_priv *priv, u32 reg, u32 value);
322static inline void ipw_write_reg32(struct ipw_priv *a, u32 b, u32 c)
323{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400324 IPW_DEBUG_IO("%s %d: write_indirect32(0x%08X, 0x%08X)\n", __FILE__,
325 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600326 _ipw_write_reg32(a, b, c);
327}
328
Zhu Yic8fe6672006-01-24 16:36:36 +0800329/* 8-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100330static inline void _ipw_write8(struct ipw_priv *ipw, unsigned long ofs,
331 u8 val)
332{
333 writeb(val, ipw->hw_base + ofs);
334}
Zhu Yic8fe6672006-01-24 16:36:36 +0800335
336/* 8-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Takashi Iwaifb55d882008-07-31 19:02:06 +0200337#define ipw_write8(ipw, ofs, val) do { \
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100338 IPW_DEBUG_IO("%s %d: write_direct8(0x%08X, 0x%08X)\n", __FILE__, \
339 __LINE__, (u32)(ofs), (u32)(val)); \
340 _ipw_write8(ipw, ofs, val); \
341} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600342
Zhu Yic8fe6672006-01-24 16:36:36 +0800343/* 16-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100344static inline void _ipw_write16(struct ipw_priv *ipw, unsigned long ofs,
345 u16 val)
346{
347 writew(val, ipw->hw_base + ofs);
348}
Zhu Yic8fe6672006-01-24 16:36:36 +0800349
350/* 16-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100351#define ipw_write16(ipw, ofs, val) do { \
352 IPW_DEBUG_IO("%s %d: write_direct16(0x%08X, 0x%08X)\n", __FILE__, \
353 __LINE__, (u32)(ofs), (u32)(val)); \
354 _ipw_write16(ipw, ofs, val); \
355} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600356
Zhu Yic8fe6672006-01-24 16:36:36 +0800357/* 32-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100358static inline void _ipw_write32(struct ipw_priv *ipw, unsigned long ofs,
359 u32 val)
360{
361 writel(val, ipw->hw_base + ofs);
362}
Zhu Yic8fe6672006-01-24 16:36:36 +0800363
364/* 32-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100365#define ipw_write32(ipw, ofs, val) do { \
366 IPW_DEBUG_IO("%s %d: write_direct32(0x%08X, 0x%08X)\n", __FILE__, \
367 __LINE__, (u32)(ofs), (u32)(val)); \
368 _ipw_write32(ipw, ofs, val); \
369} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600370
Zhu Yic8fe6672006-01-24 16:36:36 +0800371/* 8-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100372static inline u8 _ipw_read8(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400373{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100374 return readb(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600375}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400376
Zhu Yic8fe6672006-01-24 16:36:36 +0800377/* alias to 8-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100378#define ipw_read8(ipw, ofs) ({ \
379 IPW_DEBUG_IO("%s %d: read_direct8(0x%08X)\n", __FILE__, __LINE__, \
380 (u32)(ofs)); \
381 _ipw_read8(ipw, ofs); \
382})
James Ketrenos43f66a62005-03-25 12:31:53 -0600383
Zhu Yic8fe6672006-01-24 16:36:36 +0800384/* 16-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100385static inline u16 _ipw_read16(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400386{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100387 return readw(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600388}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400389
Zhu Yic8fe6672006-01-24 16:36:36 +0800390/* alias to 16-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100391#define ipw_read16(ipw, ofs) ({ \
392 IPW_DEBUG_IO("%s %d: read_direct16(0x%08X)\n", __FILE__, __LINE__, \
393 (u32)(ofs)); \
394 _ipw_read16(ipw, ofs); \
395})
James Ketrenos43f66a62005-03-25 12:31:53 -0600396
Zhu Yic8fe6672006-01-24 16:36:36 +0800397/* 32-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100398static inline u32 _ipw_read32(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400399{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100400 return readl(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600401}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400402
Zhu Yic8fe6672006-01-24 16:36:36 +0800403/* alias to 32-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100404#define ipw_read32(ipw, ofs) ({ \
405 IPW_DEBUG_IO("%s %d: read_direct32(0x%08X)\n", __FILE__, __LINE__, \
406 (u32)(ofs)); \
407 _ipw_read32(ipw, ofs); \
408})
James Ketrenos43f66a62005-03-25 12:31:53 -0600409
410static void _ipw_read_indirect(struct ipw_priv *, u32, u8 *, int);
Zhu Yic8fe6672006-01-24 16:36:36 +0800411/* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100412#define ipw_read_indirect(a, b, c, d) ({ \
413 IPW_DEBUG_IO("%s %d: read_indirect(0x%08X) %u bytes\n", __FILE__, \
414 __LINE__, (u32)(b), (u32)(d)); \
415 _ipw_read_indirect(a, b, c, d); \
416})
James Ketrenos43f66a62005-03-25 12:31:53 -0600417
Zhu Yic8fe6672006-01-24 16:36:36 +0800418/* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400419static void _ipw_write_indirect(struct ipw_priv *priv, u32 addr, u8 * data,
420 int num);
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100421#define ipw_write_indirect(a, b, c, d) do { \
422 IPW_DEBUG_IO("%s %d: write_indirect(0x%08X) %u bytes\n", __FILE__, \
423 __LINE__, (u32)(b), (u32)(d)); \
424 _ipw_write_indirect(a, b, c, d); \
425} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600426
Zhu Yic8fe6672006-01-24 16:36:36 +0800427/* 32-bit indirect write (above 4K) */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400428static void _ipw_write_reg32(struct ipw_priv *priv, u32 reg, u32 value)
James Ketrenos43f66a62005-03-25 12:31:53 -0600429{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400430 IPW_DEBUG_IO(" %p : reg = 0x%8X : value = 0x%8X\n", priv, reg, value);
James Ketrenosb095c382005-08-24 22:04:42 -0500431 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg);
432 _ipw_write32(priv, IPW_INDIRECT_DATA, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600433}
434
Zhu Yic8fe6672006-01-24 16:36:36 +0800435/* 8-bit indirect write (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600436static void _ipw_write_reg8(struct ipw_priv *priv, u32 reg, u8 value)
437{
Zhu Yi2638bc32006-01-24 16:37:52 +0800438 u32 aligned_addr = reg & IPW_INDIRECT_ADDR_MASK; /* dword align */
Zhu Yic8fe6672006-01-24 16:36:36 +0800439 u32 dif_len = reg - aligned_addr;
440
James Ketrenos43f66a62005-03-25 12:31:53 -0600441 IPW_DEBUG_IO(" reg = 0x%8X : value = 0x%8X\n", reg, value);
Zhu Yic8fe6672006-01-24 16:36:36 +0800442 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
443 _ipw_write8(priv, IPW_INDIRECT_DATA + dif_len, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600444}
445
Zhu Yic8fe6672006-01-24 16:36:36 +0800446/* 16-bit indirect write (above 4K) */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400447static void _ipw_write_reg16(struct ipw_priv *priv, u32 reg, u16 value)
James Ketrenos43f66a62005-03-25 12:31:53 -0600448{
Zhu Yi2638bc32006-01-24 16:37:52 +0800449 u32 aligned_addr = reg & IPW_INDIRECT_ADDR_MASK; /* dword align */
Zhu Yic8fe6672006-01-24 16:36:36 +0800450 u32 dif_len = (reg - aligned_addr) & (~0x1ul);
451
James Ketrenos43f66a62005-03-25 12:31:53 -0600452 IPW_DEBUG_IO(" reg = 0x%8X : value = 0x%8X\n", reg, value);
Zhu Yic8fe6672006-01-24 16:36:36 +0800453 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
454 _ipw_write16(priv, IPW_INDIRECT_DATA + dif_len, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600455}
456
Zhu Yic8fe6672006-01-24 16:36:36 +0800457/* 8-bit indirect read (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600458static u8 _ipw_read_reg8(struct ipw_priv *priv, u32 reg)
459{
460 u32 word;
James Ketrenosb095c382005-08-24 22:04:42 -0500461 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg & IPW_INDIRECT_ADDR_MASK);
Frans Pop9fd1ea42010-03-24 19:46:31 +0100462 IPW_DEBUG_IO(" reg = 0x%8X :\n", reg);
James Ketrenosb095c382005-08-24 22:04:42 -0500463 word = _ipw_read32(priv, IPW_INDIRECT_DATA);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400464 return (word >> ((reg & 0x3) * 8)) & 0xff;
James Ketrenos43f66a62005-03-25 12:31:53 -0600465}
466
Zhu Yic8fe6672006-01-24 16:36:36 +0800467/* 32-bit indirect read (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600468static u32 _ipw_read_reg32(struct ipw_priv *priv, u32 reg)
469{
470 u32 value;
471
472 IPW_DEBUG_IO("%p : reg = 0x%08x\n", priv, reg);
473
James Ketrenosb095c382005-08-24 22:04:42 -0500474 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg);
475 value = _ipw_read32(priv, IPW_INDIRECT_DATA);
Frans Pop9fd1ea42010-03-24 19:46:31 +0100476 IPW_DEBUG_IO(" reg = 0x%4X : value = 0x%4x\n", reg, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600477 return value;
478}
479
Zhu Yic8fe6672006-01-24 16:36:36 +0800480/* General purpose, no alignment requirement, iterative (multi-byte) read, */
481/* for area above 1st 4K of SRAM/reg space */
James Ketrenos43f66a62005-03-25 12:31:53 -0600482static void _ipw_read_indirect(struct ipw_priv *priv, u32 addr, u8 * buf,
483 int num)
484{
Zhu Yi2638bc32006-01-24 16:37:52 +0800485 u32 aligned_addr = addr & IPW_INDIRECT_ADDR_MASK; /* dword align */
James Ketrenos43f66a62005-03-25 12:31:53 -0600486 u32 dif_len = addr - aligned_addr;
James Ketrenos43f66a62005-03-25 12:31:53 -0600487 u32 i;
Jeff Garzikbf794512005-07-31 13:07:26 -0400488
James Ketrenos43f66a62005-03-25 12:31:53 -0600489 IPW_DEBUG_IO("addr = %i, buf = %p, num = %i\n", addr, buf, num);
490
James Ketrenosea2b26e2005-08-24 21:25:16 -0500491 if (num <= 0) {
492 return;
493 }
494
Zhu Yic8fe6672006-01-24 16:36:36 +0800495 /* Read the first dword (or portion) byte by byte */
James Ketrenos43f66a62005-03-25 12:31:53 -0600496 if (unlikely(dif_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500497 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -0600498 /* Start reading at aligned_addr + dif_len */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500499 for (i = dif_len; ((i < 4) && (num > 0)); i++, num--)
James Ketrenosb095c382005-08-24 22:04:42 -0500500 *buf++ = _ipw_read8(priv, IPW_INDIRECT_DATA + i);
James Ketrenos43f66a62005-03-25 12:31:53 -0600501 aligned_addr += 4;
502 }
503
Zhu Yic8fe6672006-01-24 16:36:36 +0800504 /* Read all of the middle dwords as dwords, with auto-increment */
James Ketrenosb095c382005-08-24 22:04:42 -0500505 _ipw_write32(priv, IPW_AUTOINC_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500506 for (; num >= 4; buf += 4, aligned_addr += 4, num -= 4)
James Ketrenosb095c382005-08-24 22:04:42 -0500507 *(u32 *) buf = _ipw_read32(priv, IPW_AUTOINC_DATA);
Jeff Garzikbf794512005-07-31 13:07:26 -0400508
Zhu Yic8fe6672006-01-24 16:36:36 +0800509 /* Read the last dword (or portion) byte by byte */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500510 if (unlikely(num)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500511 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500512 for (i = 0; num > 0; i++, num--)
James Ketrenosb095c382005-08-24 22:04:42 -0500513 *buf++ = ipw_read8(priv, IPW_INDIRECT_DATA + i);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500514 }
James Ketrenos43f66a62005-03-25 12:31:53 -0600515}
516
Zhu Yic8fe6672006-01-24 16:36:36 +0800517/* General purpose, no alignment requirement, iterative (multi-byte) write, */
518/* for area above 1st 4K of SRAM/reg space */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400519static void _ipw_write_indirect(struct ipw_priv *priv, u32 addr, u8 * buf,
James Ketrenos43f66a62005-03-25 12:31:53 -0600520 int num)
521{
Zhu Yi2638bc32006-01-24 16:37:52 +0800522 u32 aligned_addr = addr & IPW_INDIRECT_ADDR_MASK; /* dword align */
James Ketrenos43f66a62005-03-25 12:31:53 -0600523 u32 dif_len = addr - aligned_addr;
James Ketrenos43f66a62005-03-25 12:31:53 -0600524 u32 i;
Jeff Garzikbf794512005-07-31 13:07:26 -0400525
James Ketrenos43f66a62005-03-25 12:31:53 -0600526 IPW_DEBUG_IO("addr = %i, buf = %p, num = %i\n", addr, buf, num);
Jeff Garzikbf794512005-07-31 13:07:26 -0400527
James Ketrenosea2b26e2005-08-24 21:25:16 -0500528 if (num <= 0) {
529 return;
530 }
531
Zhu Yic8fe6672006-01-24 16:36:36 +0800532 /* Write the first dword (or portion) byte by byte */
James Ketrenos43f66a62005-03-25 12:31:53 -0600533 if (unlikely(dif_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500534 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
Zhu Yic8fe6672006-01-24 16:36:36 +0800535 /* Start writing at aligned_addr + dif_len */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500536 for (i = dif_len; ((i < 4) && (num > 0)); i++, num--, buf++)
James Ketrenosb095c382005-08-24 22:04:42 -0500537 _ipw_write8(priv, IPW_INDIRECT_DATA + i, *buf);
James Ketrenos43f66a62005-03-25 12:31:53 -0600538 aligned_addr += 4;
539 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400540
Zhu Yic8fe6672006-01-24 16:36:36 +0800541 /* Write all of the middle dwords as dwords, with auto-increment */
James Ketrenosb095c382005-08-24 22:04:42 -0500542 _ipw_write32(priv, IPW_AUTOINC_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500543 for (; num >= 4; buf += 4, aligned_addr += 4, num -= 4)
James Ketrenosb095c382005-08-24 22:04:42 -0500544 _ipw_write32(priv, IPW_AUTOINC_DATA, *(u32 *) buf);
Jeff Garzikbf794512005-07-31 13:07:26 -0400545
Zhu Yic8fe6672006-01-24 16:36:36 +0800546 /* Write the last dword (or portion) byte by byte */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500547 if (unlikely(num)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500548 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500549 for (i = 0; num > 0; i++, num--, buf++)
James Ketrenosb095c382005-08-24 22:04:42 -0500550 _ipw_write8(priv, IPW_INDIRECT_DATA + i, *buf);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500551 }
James Ketrenos43f66a62005-03-25 12:31:53 -0600552}
553
Zhu Yic8fe6672006-01-24 16:36:36 +0800554/* General purpose, no alignment requirement, iterative (multi-byte) write, */
555/* for 1st 4K of SRAM/regs space */
Jeff Garzikbf794512005-07-31 13:07:26 -0400556static void ipw_write_direct(struct ipw_priv *priv, u32 addr, void *buf,
James Ketrenos43f66a62005-03-25 12:31:53 -0600557 int num)
558{
559 memcpy_toio((priv->hw_base + addr), buf, num);
560}
561
Zhu Yic8fe6672006-01-24 16:36:36 +0800562/* Set bit(s) in low 4K of SRAM/regs */
James Ketrenos43f66a62005-03-25 12:31:53 -0600563static inline void ipw_set_bit(struct ipw_priv *priv, u32 reg, u32 mask)
564{
565 ipw_write32(priv, reg, ipw_read32(priv, reg) | mask);
566}
567
Zhu Yic8fe6672006-01-24 16:36:36 +0800568/* Clear bit(s) in low 4K of SRAM/regs */
James Ketrenos43f66a62005-03-25 12:31:53 -0600569static inline void ipw_clear_bit(struct ipw_priv *priv, u32 reg, u32 mask)
570{
571 ipw_write32(priv, reg, ipw_read32(priv, reg) & ~mask);
572}
573
Zhu Yi89c318e2006-06-08 22:19:49 -0700574static inline void __ipw_enable_interrupts(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -0600575{
576 if (priv->status & STATUS_INT_ENABLED)
577 return;
578 priv->status |= STATUS_INT_ENABLED;
James Ketrenosb095c382005-08-24 22:04:42 -0500579 ipw_write32(priv, IPW_INTA_MASK_R, IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -0600580}
581
Zhu Yi89c318e2006-06-08 22:19:49 -0700582static inline void __ipw_disable_interrupts(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -0600583{
584 if (!(priv->status & STATUS_INT_ENABLED))
585 return;
586 priv->status &= ~STATUS_INT_ENABLED;
James Ketrenosb095c382005-08-24 22:04:42 -0500587 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -0600588}
589
Zhu Yi89c318e2006-06-08 22:19:49 -0700590static inline void ipw_enable_interrupts(struct ipw_priv *priv)
591{
592 unsigned long flags;
593
594 spin_lock_irqsave(&priv->irq_lock, flags);
595 __ipw_enable_interrupts(priv);
596 spin_unlock_irqrestore(&priv->irq_lock, flags);
597}
598
599static inline void ipw_disable_interrupts(struct ipw_priv *priv)
600{
601 unsigned long flags;
602
603 spin_lock_irqsave(&priv->irq_lock, flags);
604 __ipw_disable_interrupts(priv);
605 spin_unlock_irqrestore(&priv->irq_lock, flags);
606}
607
James Ketrenos43f66a62005-03-25 12:31:53 -0600608static char *ipw_error_desc(u32 val)
609{
610 switch (val) {
Jeff Garzikbf794512005-07-31 13:07:26 -0400611 case IPW_FW_ERROR_OK:
James Ketrenos43f66a62005-03-25 12:31:53 -0600612 return "ERROR_OK";
Jeff Garzikbf794512005-07-31 13:07:26 -0400613 case IPW_FW_ERROR_FAIL:
James Ketrenos43f66a62005-03-25 12:31:53 -0600614 return "ERROR_FAIL";
Jeff Garzikbf794512005-07-31 13:07:26 -0400615 case IPW_FW_ERROR_MEMORY_UNDERFLOW:
James Ketrenos43f66a62005-03-25 12:31:53 -0600616 return "MEMORY_UNDERFLOW";
Jeff Garzikbf794512005-07-31 13:07:26 -0400617 case IPW_FW_ERROR_MEMORY_OVERFLOW:
James Ketrenos43f66a62005-03-25 12:31:53 -0600618 return "MEMORY_OVERFLOW";
Jeff Garzikbf794512005-07-31 13:07:26 -0400619 case IPW_FW_ERROR_BAD_PARAM:
James Ketrenosb095c382005-08-24 22:04:42 -0500620 return "BAD_PARAM";
Jeff Garzikbf794512005-07-31 13:07:26 -0400621 case IPW_FW_ERROR_BAD_CHECKSUM:
James Ketrenosb095c382005-08-24 22:04:42 -0500622 return "BAD_CHECKSUM";
Jeff Garzikbf794512005-07-31 13:07:26 -0400623 case IPW_FW_ERROR_NMI_INTERRUPT:
James Ketrenosb095c382005-08-24 22:04:42 -0500624 return "NMI_INTERRUPT";
Jeff Garzikbf794512005-07-31 13:07:26 -0400625 case IPW_FW_ERROR_BAD_DATABASE:
James Ketrenosb095c382005-08-24 22:04:42 -0500626 return "BAD_DATABASE";
Jeff Garzikbf794512005-07-31 13:07:26 -0400627 case IPW_FW_ERROR_ALLOC_FAIL:
James Ketrenosb095c382005-08-24 22:04:42 -0500628 return "ALLOC_FAIL";
Jeff Garzikbf794512005-07-31 13:07:26 -0400629 case IPW_FW_ERROR_DMA_UNDERRUN:
James Ketrenosb095c382005-08-24 22:04:42 -0500630 return "DMA_UNDERRUN";
Jeff Garzikbf794512005-07-31 13:07:26 -0400631 case IPW_FW_ERROR_DMA_STATUS:
James Ketrenosb095c382005-08-24 22:04:42 -0500632 return "DMA_STATUS";
633 case IPW_FW_ERROR_DINO_ERROR:
634 return "DINO_ERROR";
635 case IPW_FW_ERROR_EEPROM_ERROR:
636 return "EEPROM_ERROR";
Jeff Garzikbf794512005-07-31 13:07:26 -0400637 case IPW_FW_ERROR_SYSASSERT:
James Ketrenosb095c382005-08-24 22:04:42 -0500638 return "SYSASSERT";
Jeff Garzikbf794512005-07-31 13:07:26 -0400639 case IPW_FW_ERROR_FATAL_ERROR:
James Ketrenosb095c382005-08-24 22:04:42 -0500640 return "FATAL_ERROR";
Jeff Garzikbf794512005-07-31 13:07:26 -0400641 default:
James Ketrenosb095c382005-08-24 22:04:42 -0500642 return "UNKNOWN_ERROR";
James Ketrenos43f66a62005-03-25 12:31:53 -0600643 }
644}
645
James Ketrenosb39860c2005-08-12 09:36:32 -0500646static void ipw_dump_error_log(struct ipw_priv *priv,
647 struct ipw_fw_error *error)
James Ketrenos43f66a62005-03-25 12:31:53 -0600648{
James Ketrenosb39860c2005-08-12 09:36:32 -0500649 u32 i;
James Ketrenos43f66a62005-03-25 12:31:53 -0600650
James Ketrenosb39860c2005-08-12 09:36:32 -0500651 if (!error) {
652 IPW_ERROR("Error allocating and capturing error log. "
653 "Nothing to dump.\n");
654 return;
James Ketrenos43f66a62005-03-25 12:31:53 -0600655 }
656
James Ketrenosb39860c2005-08-12 09:36:32 -0500657 IPW_ERROR("Start IPW Error Log Dump:\n");
658 IPW_ERROR("Status: 0x%08X, Config: %08X\n",
659 error->status, error->config);
James Ketrenos43f66a62005-03-25 12:31:53 -0600660
James Ketrenosb39860c2005-08-12 09:36:32 -0500661 for (i = 0; i < error->elem_len; i++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400662 IPW_ERROR("%s %i 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x\n",
James Ketrenosb39860c2005-08-12 09:36:32 -0500663 ipw_error_desc(error->elem[i].desc),
664 error->elem[i].time,
665 error->elem[i].blink1,
666 error->elem[i].blink2,
667 error->elem[i].link1,
668 error->elem[i].link2, error->elem[i].data);
669 for (i = 0; i < error->log_len; i++)
670 IPW_ERROR("%i\t0x%08x\t%i\n",
671 error->log[i].time,
James Ketrenos286568a2005-08-30 10:34:25 -0500672 error->log[i].data, error->log[i].event);
James Ketrenos43f66a62005-03-25 12:31:53 -0600673}
James Ketrenos43f66a62005-03-25 12:31:53 -0600674
James Ketrenosc848d0a2005-08-24 21:56:24 -0500675static inline int ipw_is_init(struct ipw_priv *priv)
676{
677 return (priv->status & STATUS_INIT) ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -0600678}
679
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400680static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len)
James Ketrenos43f66a62005-03-25 12:31:53 -0600681{
682 u32 addr, field_info, field_len, field_count, total_len;
683
684 IPW_DEBUG_ORD("ordinal = %i\n", ord);
685
686 if (!priv || !val || !len) {
687 IPW_DEBUG_ORD("Invalid argument\n");
688 return -EINVAL;
689 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400690
James Ketrenos43f66a62005-03-25 12:31:53 -0600691 /* verify device ordinal tables have been initialized */
692 if (!priv->table0_addr || !priv->table1_addr || !priv->table2_addr) {
693 IPW_DEBUG_ORD("Access ordinals before initialization\n");
694 return -EINVAL;
695 }
696
697 switch (IPW_ORD_TABLE_ID_MASK & ord) {
698 case IPW_ORD_TABLE_0_MASK:
699 /*
700 * TABLE 0: Direct access to a table of 32 bit values
701 *
Jeff Garzikbf794512005-07-31 13:07:26 -0400702 * This is a very simple table with the data directly
James Ketrenos43f66a62005-03-25 12:31:53 -0600703 * read from the table
704 */
705
706 /* remove the table id from the ordinal */
707 ord &= IPW_ORD_TABLE_VALUE_MASK;
708
709 /* boundary check */
710 if (ord > priv->table0_len) {
711 IPW_DEBUG_ORD("ordinal value (%i) longer then "
712 "max (%i)\n", ord, priv->table0_len);
713 return -EINVAL;
714 }
715
716 /* verify we have enough room to store the value */
717 if (*len < sizeof(u32)) {
718 IPW_DEBUG_ORD("ordinal buffer length too small, "
Jiri Bencaaa4d302005-06-07 14:58:41 +0200719 "need %zd\n", sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -0600720 return -EINVAL;
721 }
722
723 IPW_DEBUG_ORD("Reading TABLE0[%i] from offset 0x%08x\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400724 ord, priv->table0_addr + (ord << 2));
James Ketrenos43f66a62005-03-25 12:31:53 -0600725
726 *len = sizeof(u32);
727 ord <<= 2;
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400728 *((u32 *) val) = ipw_read32(priv, priv->table0_addr + ord);
James Ketrenos43f66a62005-03-25 12:31:53 -0600729 break;
730
731 case IPW_ORD_TABLE_1_MASK:
732 /*
733 * TABLE 1: Indirect access to a table of 32 bit values
Jeff Garzikbf794512005-07-31 13:07:26 -0400734 *
735 * This is a fairly large table of u32 values each
James Ketrenos43f66a62005-03-25 12:31:53 -0600736 * representing starting addr for the data (which is
737 * also a u32)
738 */
739
740 /* remove the table id from the ordinal */
741 ord &= IPW_ORD_TABLE_VALUE_MASK;
Jeff Garzikbf794512005-07-31 13:07:26 -0400742
James Ketrenos43f66a62005-03-25 12:31:53 -0600743 /* boundary check */
744 if (ord > priv->table1_len) {
745 IPW_DEBUG_ORD("ordinal value too long\n");
746 return -EINVAL;
747 }
748
749 /* verify we have enough room to store the value */
750 if (*len < sizeof(u32)) {
751 IPW_DEBUG_ORD("ordinal buffer length too small, "
Jiri Bencaaa4d302005-06-07 14:58:41 +0200752 "need %zd\n", sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -0600753 return -EINVAL;
754 }
755
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400756 *((u32 *) val) =
757 ipw_read_reg32(priv, (priv->table1_addr + (ord << 2)));
James Ketrenos43f66a62005-03-25 12:31:53 -0600758 *len = sizeof(u32);
759 break;
760
761 case IPW_ORD_TABLE_2_MASK:
762 /*
763 * TABLE 2: Indirect access to a table of variable sized values
764 *
765 * This table consist of six values, each containing
766 * - dword containing the starting offset of the data
767 * - dword containing the lengh in the first 16bits
768 * and the count in the second 16bits
769 */
770
771 /* remove the table id from the ordinal */
772 ord &= IPW_ORD_TABLE_VALUE_MASK;
773
774 /* boundary check */
775 if (ord > priv->table2_len) {
776 IPW_DEBUG_ORD("ordinal value too long\n");
777 return -EINVAL;
778 }
779
780 /* get the address of statistic */
781 addr = ipw_read_reg32(priv, priv->table2_addr + (ord << 3));
Jeff Garzikbf794512005-07-31 13:07:26 -0400782
783 /* get the second DW of statistics ;
James Ketrenos43f66a62005-03-25 12:31:53 -0600784 * two 16-bit words - first is length, second is count */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400785 field_info =
786 ipw_read_reg32(priv,
787 priv->table2_addr + (ord << 3) +
788 sizeof(u32));
Jeff Garzikbf794512005-07-31 13:07:26 -0400789
James Ketrenos43f66a62005-03-25 12:31:53 -0600790 /* get each entry length */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400791 field_len = *((u16 *) & field_info);
Jeff Garzikbf794512005-07-31 13:07:26 -0400792
James Ketrenos43f66a62005-03-25 12:31:53 -0600793 /* get number of entries */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400794 field_count = *(((u16 *) & field_info) + 1);
Jeff Garzikbf794512005-07-31 13:07:26 -0400795
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200796 /* abort if not enough memory */
James Ketrenos43f66a62005-03-25 12:31:53 -0600797 total_len = field_len * field_count;
798 if (total_len > *len) {
799 *len = total_len;
800 return -EINVAL;
801 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400802
James Ketrenos43f66a62005-03-25 12:31:53 -0600803 *len = total_len;
804 if (!total_len)
805 return 0;
806
807 IPW_DEBUG_ORD("addr = 0x%08x, total_len = %i, "
Jeff Garzikbf794512005-07-31 13:07:26 -0400808 "field_info = 0x%08x\n",
James Ketrenos43f66a62005-03-25 12:31:53 -0600809 addr, total_len, field_info);
810 ipw_read_indirect(priv, addr, val, total_len);
811 break;
812
813 default:
814 IPW_DEBUG_ORD("Invalid ordinal!\n");
815 return -EINVAL;
816
817 }
818
James Ketrenos43f66a62005-03-25 12:31:53 -0600819 return 0;
820}
821
822static void ipw_init_ordinals(struct ipw_priv *priv)
823{
824 priv->table0_addr = IPW_ORDINALS_TABLE_LOWER;
Jeff Garzikbf794512005-07-31 13:07:26 -0400825 priv->table0_len = ipw_read32(priv, priv->table0_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -0600826
827 IPW_DEBUG_ORD("table 0 offset at 0x%08x, len = %i\n",
828 priv->table0_addr, priv->table0_len);
829
830 priv->table1_addr = ipw_read32(priv, IPW_ORDINALS_TABLE_1);
831 priv->table1_len = ipw_read_reg32(priv, priv->table1_addr);
832
833 IPW_DEBUG_ORD("table 1 offset at 0x%08x, len = %i\n",
834 priv->table1_addr, priv->table1_len);
835
836 priv->table2_addr = ipw_read32(priv, IPW_ORDINALS_TABLE_2);
837 priv->table2_len = ipw_read_reg32(priv, priv->table2_addr);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400838 priv->table2_len &= 0x0000ffff; /* use first two bytes */
James Ketrenos43f66a62005-03-25 12:31:53 -0600839
840 IPW_DEBUG_ORD("table 2 offset at 0x%08x, len = %i\n",
841 priv->table2_addr, priv->table2_len);
842
843}
844
Adrian Bunka73e22b2006-01-21 01:39:42 +0100845static u32 ipw_register_toggle(u32 reg)
James Ketrenosa613bff2005-08-24 21:43:11 -0500846{
James Ketrenosb095c382005-08-24 22:04:42 -0500847 reg &= ~IPW_START_STANDBY;
848 if (reg & IPW_GATE_ODMA)
849 reg &= ~IPW_GATE_ODMA;
850 if (reg & IPW_GATE_IDMA)
851 reg &= ~IPW_GATE_IDMA;
852 if (reg & IPW_GATE_ADMA)
853 reg &= ~IPW_GATE_ADMA;
James Ketrenosa613bff2005-08-24 21:43:11 -0500854 return reg;
855}
856
857/*
858 * LED behavior:
859 * - On radio ON, turn on any LEDs that require to be on during start
860 * - On initialization, start unassociated blink
861 * - On association, disable unassociated blink
862 * - On disassociation, start unassociated blink
863 * - On radio OFF, turn off any LEDs started during radio on
864 *
865 */
Zhu Yiede61112006-01-24 16:37:10 +0800866#define LD_TIME_LINK_ON msecs_to_jiffies(300)
867#define LD_TIME_LINK_OFF msecs_to_jiffies(2700)
868#define LD_TIME_ACT_ON msecs_to_jiffies(250)
James Ketrenosa613bff2005-08-24 21:43:11 -0500869
Adrian Bunka73e22b2006-01-21 01:39:42 +0100870static void ipw_led_link_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500871{
872 unsigned long flags;
873 u32 led;
874
875 /* If configured to not use LEDs, or nic_type is 1,
876 * then we don't toggle a LINK led */
877 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
878 return;
879
880 spin_lock_irqsave(&priv->lock, flags);
881
882 if (!(priv->status & STATUS_RF_KILL_MASK) &&
883 !(priv->status & STATUS_LED_LINK_ON)) {
884 IPW_DEBUG_LED("Link LED On\n");
James Ketrenosb095c382005-08-24 22:04:42 -0500885 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500886 led |= priv->led_association_on;
887
888 led = ipw_register_toggle(led);
889
890 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500891 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500892
893 priv->status |= STATUS_LED_LINK_ON;
894
895 /* If we aren't associated, schedule turning the LED off */
896 if (!(priv->status & STATUS_ASSOCIATED))
897 queue_delayed_work(priv->workqueue,
898 &priv->led_link_off,
899 LD_TIME_LINK_ON);
900 }
901
902 spin_unlock_irqrestore(&priv->lock, flags);
903}
904
David Howellsc4028952006-11-22 14:57:56 +0000905static void ipw_bg_led_link_on(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -0500906{
David Howellsc4028952006-11-22 14:57:56 +0000907 struct ipw_priv *priv =
908 container_of(work, struct ipw_priv, led_link_on.work);
Zhu Yi46441512006-01-24 16:37:59 +0800909 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +0000910 ipw_led_link_on(priv);
Zhu Yi46441512006-01-24 16:37:59 +0800911 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -0500912}
913
Adrian Bunka73e22b2006-01-21 01:39:42 +0100914static void ipw_led_link_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500915{
916 unsigned long flags;
917 u32 led;
918
919 /* If configured not to use LEDs, or nic type is 1,
920 * then we don't goggle the LINK led. */
921 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
922 return;
923
924 spin_lock_irqsave(&priv->lock, flags);
925
926 if (priv->status & STATUS_LED_LINK_ON) {
James Ketrenosb095c382005-08-24 22:04:42 -0500927 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500928 led &= priv->led_association_off;
929 led = ipw_register_toggle(led);
930
931 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500932 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500933
934 IPW_DEBUG_LED("Link LED Off\n");
935
936 priv->status &= ~STATUS_LED_LINK_ON;
937
938 /* If we aren't associated and the radio is on, schedule
939 * turning the LED on (blink while unassociated) */
940 if (!(priv->status & STATUS_RF_KILL_MASK) &&
941 !(priv->status & STATUS_ASSOCIATED))
942 queue_delayed_work(priv->workqueue, &priv->led_link_on,
943 LD_TIME_LINK_OFF);
944
945 }
946
947 spin_unlock_irqrestore(&priv->lock, flags);
948}
949
David Howellsc4028952006-11-22 14:57:56 +0000950static void ipw_bg_led_link_off(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -0500951{
David Howellsc4028952006-11-22 14:57:56 +0000952 struct ipw_priv *priv =
953 container_of(work, struct ipw_priv, led_link_off.work);
Zhu Yi46441512006-01-24 16:37:59 +0800954 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +0000955 ipw_led_link_off(priv);
Zhu Yi46441512006-01-24 16:37:59 +0800956 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -0500957}
958
Arjan van de Ven858119e2006-01-14 13:20:43 -0800959static void __ipw_led_activity_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500960{
James Ketrenosa613bff2005-08-24 21:43:11 -0500961 u32 led;
962
963 if (priv->config & CFG_NO_LED)
964 return;
965
James Ketrenosb095c382005-08-24 22:04:42 -0500966 if (priv->status & STATUS_RF_KILL_MASK)
James Ketrenosa613bff2005-08-24 21:43:11 -0500967 return;
James Ketrenosa613bff2005-08-24 21:43:11 -0500968
969 if (!(priv->status & STATUS_LED_ACT_ON)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500970 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500971 led |= priv->led_activity_on;
972
973 led = ipw_register_toggle(led);
974
975 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500976 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500977
978 IPW_DEBUG_LED("Activity LED On\n");
979
980 priv->status |= STATUS_LED_ACT_ON;
981
James Ketrenosc848d0a2005-08-24 21:56:24 -0500982 cancel_delayed_work(&priv->led_act_off);
James Ketrenosa613bff2005-08-24 21:43:11 -0500983 queue_delayed_work(priv->workqueue, &priv->led_act_off,
984 LD_TIME_ACT_ON);
985 } else {
986 /* Reschedule LED off for full time period */
987 cancel_delayed_work(&priv->led_act_off);
988 queue_delayed_work(priv->workqueue, &priv->led_act_off,
989 LD_TIME_ACT_ON);
990 }
James Ketrenosb095c382005-08-24 22:04:42 -0500991}
James Ketrenosa613bff2005-08-24 21:43:11 -0500992
Adrian Bunka73e22b2006-01-21 01:39:42 +0100993#if 0
James Ketrenosb095c382005-08-24 22:04:42 -0500994void ipw_led_activity_on(struct ipw_priv *priv)
995{
996 unsigned long flags;
997 spin_lock_irqsave(&priv->lock, flags);
998 __ipw_led_activity_on(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -0500999 spin_unlock_irqrestore(&priv->lock, flags);
1000}
Adrian Bunka73e22b2006-01-21 01:39:42 +01001001#endif /* 0 */
James Ketrenosa613bff2005-08-24 21:43:11 -05001002
Adrian Bunka73e22b2006-01-21 01:39:42 +01001003static void ipw_led_activity_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001004{
1005 unsigned long flags;
1006 u32 led;
1007
1008 if (priv->config & CFG_NO_LED)
1009 return;
1010
1011 spin_lock_irqsave(&priv->lock, flags);
1012
1013 if (priv->status & STATUS_LED_ACT_ON) {
James Ketrenosb095c382005-08-24 22:04:42 -05001014 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001015 led &= priv->led_activity_off;
1016
1017 led = ipw_register_toggle(led);
1018
1019 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001020 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001021
1022 IPW_DEBUG_LED("Activity LED Off\n");
1023
1024 priv->status &= ~STATUS_LED_ACT_ON;
1025 }
1026
1027 spin_unlock_irqrestore(&priv->lock, flags);
1028}
1029
David Howellsc4028952006-11-22 14:57:56 +00001030static void ipw_bg_led_activity_off(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05001031{
David Howellsc4028952006-11-22 14:57:56 +00001032 struct ipw_priv *priv =
1033 container_of(work, struct ipw_priv, led_act_off.work);
Zhu Yi46441512006-01-24 16:37:59 +08001034 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00001035 ipw_led_activity_off(priv);
Zhu Yi46441512006-01-24 16:37:59 +08001036 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05001037}
1038
Adrian Bunka73e22b2006-01-21 01:39:42 +01001039static void ipw_led_band_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001040{
1041 unsigned long flags;
1042 u32 led;
1043
1044 /* Only nic type 1 supports mode LEDs */
James Ketrenosc848d0a2005-08-24 21:56:24 -05001045 if (priv->config & CFG_NO_LED ||
1046 priv->nic_type != EEPROM_NIC_TYPE_1 || !priv->assoc_network)
James Ketrenosa613bff2005-08-24 21:43:11 -05001047 return;
1048
1049 spin_lock_irqsave(&priv->lock, flags);
1050
James Ketrenosb095c382005-08-24 22:04:42 -05001051 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001052 if (priv->assoc_network->mode == IEEE_A) {
1053 led |= priv->led_ofdm_on;
1054 led &= priv->led_association_off;
1055 IPW_DEBUG_LED("Mode LED On: 802.11a\n");
1056 } else if (priv->assoc_network->mode == IEEE_G) {
1057 led |= priv->led_ofdm_on;
1058 led |= priv->led_association_on;
1059 IPW_DEBUG_LED("Mode LED On: 802.11g\n");
1060 } else {
1061 led &= priv->led_ofdm_off;
1062 led |= priv->led_association_on;
1063 IPW_DEBUG_LED("Mode LED On: 802.11b\n");
1064 }
1065
1066 led = ipw_register_toggle(led);
1067
1068 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001069 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001070
1071 spin_unlock_irqrestore(&priv->lock, flags);
1072}
1073
Adrian Bunka73e22b2006-01-21 01:39:42 +01001074static void ipw_led_band_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001075{
1076 unsigned long flags;
1077 u32 led;
1078
1079 /* Only nic type 1 supports mode LEDs */
1080 if (priv->config & CFG_NO_LED || priv->nic_type != EEPROM_NIC_TYPE_1)
1081 return;
1082
1083 spin_lock_irqsave(&priv->lock, flags);
1084
James Ketrenosb095c382005-08-24 22:04:42 -05001085 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001086 led &= priv->led_ofdm_off;
1087 led &= priv->led_association_off;
1088
1089 led = ipw_register_toggle(led);
1090
1091 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001092 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001093
1094 spin_unlock_irqrestore(&priv->lock, flags);
1095}
1096
Adrian Bunka73e22b2006-01-21 01:39:42 +01001097static void ipw_led_radio_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001098{
1099 ipw_led_link_on(priv);
1100}
1101
Adrian Bunka73e22b2006-01-21 01:39:42 +01001102static void ipw_led_radio_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001103{
1104 ipw_led_activity_off(priv);
1105 ipw_led_link_off(priv);
1106}
1107
Adrian Bunka73e22b2006-01-21 01:39:42 +01001108static void ipw_led_link_up(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001109{
1110 /* Set the Link Led on for all nic types */
1111 ipw_led_link_on(priv);
1112}
1113
Adrian Bunka73e22b2006-01-21 01:39:42 +01001114static void ipw_led_link_down(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001115{
1116 ipw_led_activity_off(priv);
1117 ipw_led_link_off(priv);
1118
1119 if (priv->status & STATUS_RF_KILL_MASK)
1120 ipw_led_radio_off(priv);
1121}
1122
Adrian Bunka73e22b2006-01-21 01:39:42 +01001123static void ipw_led_init(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001124{
1125 priv->nic_type = priv->eeprom[EEPROM_NIC_TYPE];
1126
1127 /* Set the default PINs for the link and activity leds */
James Ketrenosb095c382005-08-24 22:04:42 -05001128 priv->led_activity_on = IPW_ACTIVITY_LED;
1129 priv->led_activity_off = ~(IPW_ACTIVITY_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001130
James Ketrenosb095c382005-08-24 22:04:42 -05001131 priv->led_association_on = IPW_ASSOCIATED_LED;
1132 priv->led_association_off = ~(IPW_ASSOCIATED_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001133
1134 /* Set the default PINs for the OFDM leds */
James Ketrenosb095c382005-08-24 22:04:42 -05001135 priv->led_ofdm_on = IPW_OFDM_LED;
1136 priv->led_ofdm_off = ~(IPW_OFDM_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001137
1138 switch (priv->nic_type) {
1139 case EEPROM_NIC_TYPE_1:
1140 /* In this NIC type, the LEDs are reversed.... */
James Ketrenosb095c382005-08-24 22:04:42 -05001141 priv->led_activity_on = IPW_ASSOCIATED_LED;
1142 priv->led_activity_off = ~(IPW_ASSOCIATED_LED);
1143 priv->led_association_on = IPW_ACTIVITY_LED;
1144 priv->led_association_off = ~(IPW_ACTIVITY_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001145
1146 if (!(priv->config & CFG_NO_LED))
1147 ipw_led_band_on(priv);
1148
1149 /* And we don't blink link LEDs for this nic, so
1150 * just return here */
1151 return;
1152
1153 case EEPROM_NIC_TYPE_3:
1154 case EEPROM_NIC_TYPE_2:
1155 case EEPROM_NIC_TYPE_4:
1156 case EEPROM_NIC_TYPE_0:
1157 break;
1158
1159 default:
1160 IPW_DEBUG_INFO("Unknown NIC type from EEPROM: %d\n",
1161 priv->nic_type);
1162 priv->nic_type = EEPROM_NIC_TYPE_0;
1163 break;
1164 }
1165
1166 if (!(priv->config & CFG_NO_LED)) {
1167 if (priv->status & STATUS_ASSOCIATED)
1168 ipw_led_link_on(priv);
1169 else
1170 ipw_led_link_off(priv);
1171 }
1172}
1173
Adrian Bunka73e22b2006-01-21 01:39:42 +01001174static void ipw_led_shutdown(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001175{
James Ketrenosa613bff2005-08-24 21:43:11 -05001176 ipw_led_activity_off(priv);
1177 ipw_led_link_off(priv);
1178 ipw_led_band_off(priv);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001179 cancel_delayed_work(&priv->led_link_on);
1180 cancel_delayed_work(&priv->led_link_off);
1181 cancel_delayed_work(&priv->led_act_off);
James Ketrenosa613bff2005-08-24 21:43:11 -05001182}
1183
James Ketrenos43f66a62005-03-25 12:31:53 -06001184/*
1185 * The following adds a new attribute to the sysfs representation
1186 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/ipw/)
1187 * used for controling the debug level.
Jeff Garzikbf794512005-07-31 13:07:26 -04001188 *
James Ketrenos43f66a62005-03-25 12:31:53 -06001189 * See the level definitions in ipw for details.
1190 */
1191static ssize_t show_debug_level(struct device_driver *d, char *buf)
1192{
1193 return sprintf(buf, "0x%08X\n", ipw_debug_level);
1194}
James Ketrenosa613bff2005-08-24 21:43:11 -05001195
1196static ssize_t store_debug_level(struct device_driver *d, const char *buf,
1197 size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001198{
1199 char *p = (char *)buf;
1200 u32 val;
1201
1202 if (p[1] == 'x' || p[1] == 'X' || p[0] == 'x' || p[0] == 'X') {
1203 p++;
1204 if (p[0] == 'x' || p[0] == 'X')
1205 p++;
1206 val = simple_strtoul(p, &p, 16);
1207 } else
1208 val = simple_strtoul(p, &p, 10);
Jeff Garzikbf794512005-07-31 13:07:26 -04001209 if (p == buf)
1210 printk(KERN_INFO DRV_NAME
James Ketrenos43f66a62005-03-25 12:31:53 -06001211 ": %s is not in hex or decimal form.\n", buf);
1212 else
1213 ipw_debug_level = val;
1214
1215 return strnlen(buf, count);
1216}
1217
Jeff Garzikbf794512005-07-31 13:07:26 -04001218static DRIVER_ATTR(debug_level, S_IWUSR | S_IRUGO,
James Ketrenos43f66a62005-03-25 12:31:53 -06001219 show_debug_level, store_debug_level);
1220
James Ketrenosb39860c2005-08-12 09:36:32 -05001221static inline u32 ipw_get_event_log_len(struct ipw_priv *priv)
1222{
Zhu Yic8fe6672006-01-24 16:36:36 +08001223 /* length = 1st dword in log */
James Ketrenosb39860c2005-08-12 09:36:32 -05001224 return ipw_read_reg32(priv, ipw_read32(priv, IPW_EVENT_LOG));
1225}
1226
1227static void ipw_capture_event_log(struct ipw_priv *priv,
1228 u32 log_len, struct ipw_event *log)
1229{
1230 u32 base;
1231
1232 if (log_len) {
1233 base = ipw_read32(priv, IPW_EVENT_LOG);
1234 ipw_read_indirect(priv, base + sizeof(base) + sizeof(u32),
1235 (u8 *) log, sizeof(*log) * log_len);
1236 }
1237}
1238
1239static struct ipw_fw_error *ipw_alloc_error_log(struct ipw_priv *priv)
1240{
1241 struct ipw_fw_error *error;
1242 u32 log_len = ipw_get_event_log_len(priv);
1243 u32 base = ipw_read32(priv, IPW_ERROR_LOG);
1244 u32 elem_len = ipw_read_reg32(priv, base);
1245
1246 error = kmalloc(sizeof(*error) +
1247 sizeof(*error->elem) * elem_len +
1248 sizeof(*error->log) * log_len, GFP_ATOMIC);
1249 if (!error) {
1250 IPW_ERROR("Memory allocation for firmware error log "
1251 "failed.\n");
1252 return NULL;
1253 }
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001254 error->jiffies = jiffies;
James Ketrenosb39860c2005-08-12 09:36:32 -05001255 error->status = priv->status;
1256 error->config = priv->config;
1257 error->elem_len = elem_len;
1258 error->log_len = log_len;
1259 error->elem = (struct ipw_error_elem *)error->payload;
Zhu Yi3b26b112005-11-17 13:58:30 +08001260 error->log = (struct ipw_event *)(error->elem + elem_len);
James Ketrenosb39860c2005-08-12 09:36:32 -05001261
1262 ipw_capture_event_log(priv, log_len, error->log);
1263
1264 if (elem_len)
1265 ipw_read_indirect(priv, base + sizeof(base), (u8 *) error->elem,
1266 sizeof(*error->elem) * elem_len);
1267
1268 return error;
1269}
1270
James Ketrenosb39860c2005-08-12 09:36:32 -05001271static ssize_t show_event_log(struct device *d,
1272 struct device_attribute *attr, char *buf)
1273{
1274 struct ipw_priv *priv = dev_get_drvdata(d);
1275 u32 log_len = ipw_get_event_log_len(priv);
Reinette Chatre412e9e72007-12-18 22:01:02 -08001276 u32 log_size;
1277 struct ipw_event *log;
James Ketrenosb39860c2005-08-12 09:36:32 -05001278 u32 len = 0, i;
1279
Reinette Chatre412e9e72007-12-18 22:01:02 -08001280 /* not using min() because of its strict type checking */
1281 log_size = PAGE_SIZE / sizeof(*log) > log_len ?
1282 sizeof(*log) * log_len : PAGE_SIZE;
1283 log = kzalloc(log_size, GFP_KERNEL);
1284 if (!log) {
1285 IPW_ERROR("Unable to allocate memory for log\n");
1286 return 0;
1287 }
1288 log_len = log_size / sizeof(*log);
James Ketrenosb39860c2005-08-12 09:36:32 -05001289 ipw_capture_event_log(priv, log_len, log);
1290
1291 len += snprintf(buf + len, PAGE_SIZE - len, "%08X", log_len);
1292 for (i = 0; i < log_len; i++)
1293 len += snprintf(buf + len, PAGE_SIZE - len,
1294 "\n%08X%08X%08X",
1295 log[i].time, log[i].event, log[i].data);
1296 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
Reinette Chatre412e9e72007-12-18 22:01:02 -08001297 kfree(log);
James Ketrenosb39860c2005-08-12 09:36:32 -05001298 return len;
1299}
1300
1301static DEVICE_ATTR(event_log, S_IRUGO, show_event_log, NULL);
1302
1303static ssize_t show_error(struct device *d,
1304 struct device_attribute *attr, char *buf)
1305{
1306 struct ipw_priv *priv = dev_get_drvdata(d);
1307 u32 len = 0, i;
1308 if (!priv->error)
1309 return 0;
1310 len += snprintf(buf + len, PAGE_SIZE - len,
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001311 "%08lX%08X%08X%08X",
1312 priv->error->jiffies,
James Ketrenosb39860c2005-08-12 09:36:32 -05001313 priv->error->status,
1314 priv->error->config, priv->error->elem_len);
1315 for (i = 0; i < priv->error->elem_len; i++)
1316 len += snprintf(buf + len, PAGE_SIZE - len,
1317 "\n%08X%08X%08X%08X%08X%08X%08X",
1318 priv->error->elem[i].time,
1319 priv->error->elem[i].desc,
1320 priv->error->elem[i].blink1,
1321 priv->error->elem[i].blink2,
1322 priv->error->elem[i].link1,
1323 priv->error->elem[i].link2,
1324 priv->error->elem[i].data);
1325
1326 len += snprintf(buf + len, PAGE_SIZE - len,
1327 "\n%08X", priv->error->log_len);
1328 for (i = 0; i < priv->error->log_len; i++)
1329 len += snprintf(buf + len, PAGE_SIZE - len,
1330 "\n%08X%08X%08X",
1331 priv->error->log[i].time,
1332 priv->error->log[i].event,
1333 priv->error->log[i].data);
1334 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1335 return len;
1336}
1337
1338static ssize_t clear_error(struct device *d,
1339 struct device_attribute *attr,
1340 const char *buf, size_t count)
1341{
1342 struct ipw_priv *priv = dev_get_drvdata(d);
Jesper Juhl8f760782006-06-27 02:55:06 -07001343
1344 kfree(priv->error);
1345 priv->error = NULL;
James Ketrenosb39860c2005-08-12 09:36:32 -05001346 return count;
1347}
1348
1349static DEVICE_ATTR(error, S_IRUGO | S_IWUSR, show_error, clear_error);
1350
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001351static ssize_t show_cmd_log(struct device *d,
1352 struct device_attribute *attr, char *buf)
1353{
1354 struct ipw_priv *priv = dev_get_drvdata(d);
1355 u32 len = 0, i;
1356 if (!priv->cmdlog)
1357 return 0;
1358 for (i = (priv->cmdlog_pos + 1) % priv->cmdlog_len;
1359 (i != priv->cmdlog_pos) && (PAGE_SIZE - len);
1360 i = (i + 1) % priv->cmdlog_len) {
1361 len +=
1362 snprintf(buf + len, PAGE_SIZE - len,
1363 "\n%08lX%08X%08X%08X\n", priv->cmdlog[i].jiffies,
1364 priv->cmdlog[i].retcode, priv->cmdlog[i].cmd.cmd,
1365 priv->cmdlog[i].cmd.len);
1366 len +=
1367 snprintk_buf(buf + len, PAGE_SIZE - len,
1368 (u8 *) priv->cmdlog[i].cmd.param,
1369 priv->cmdlog[i].cmd.len);
1370 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1371 }
1372 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1373 return len;
1374}
1375
1376static DEVICE_ATTR(cmd_log, S_IRUGO, show_cmd_log, NULL);
1377
Zhu Yid685b8c2006-04-13 17:20:27 +08001378#ifdef CONFIG_IPW2200_PROMISCUOUS
1379static void ipw_prom_free(struct ipw_priv *priv);
1380static int ipw_prom_alloc(struct ipw_priv *priv);
1381static ssize_t store_rtap_iface(struct device *d,
1382 struct device_attribute *attr,
1383 const char *buf, size_t count)
1384{
1385 struct ipw_priv *priv = dev_get_drvdata(d);
1386 int rc = 0;
1387
1388 if (count < 1)
1389 return -EINVAL;
1390
1391 switch (buf[0]) {
1392 case '0':
1393 if (!rtap_iface)
1394 return count;
1395
1396 if (netif_running(priv->prom_net_dev)) {
1397 IPW_WARNING("Interface is up. Cannot unregister.\n");
1398 return count;
1399 }
1400
1401 ipw_prom_free(priv);
1402 rtap_iface = 0;
1403 break;
1404
1405 case '1':
1406 if (rtap_iface)
1407 return count;
1408
1409 rc = ipw_prom_alloc(priv);
1410 if (!rc)
1411 rtap_iface = 1;
1412 break;
1413
1414 default:
1415 return -EINVAL;
1416 }
1417
1418 if (rc) {
1419 IPW_ERROR("Failed to register promiscuous network "
1420 "device (error %d).\n", rc);
1421 }
1422
1423 return count;
1424}
1425
1426static ssize_t show_rtap_iface(struct device *d,
1427 struct device_attribute *attr,
1428 char *buf)
1429{
1430 struct ipw_priv *priv = dev_get_drvdata(d);
1431 if (rtap_iface)
1432 return sprintf(buf, "%s", priv->prom_net_dev->name);
1433 else {
1434 buf[0] = '-';
1435 buf[1] = '1';
1436 buf[2] = '\0';
1437 return 3;
1438 }
1439}
1440
1441static DEVICE_ATTR(rtap_iface, S_IWUSR | S_IRUSR, show_rtap_iface,
1442 store_rtap_iface);
1443
1444static ssize_t store_rtap_filter(struct device *d,
1445 struct device_attribute *attr,
1446 const char *buf, size_t count)
1447{
1448 struct ipw_priv *priv = dev_get_drvdata(d);
1449
1450 if (!priv->prom_priv) {
1451 IPW_ERROR("Attempting to set filter without "
1452 "rtap_iface enabled.\n");
1453 return -EPERM;
1454 }
1455
1456 priv->prom_priv->filter = simple_strtol(buf, NULL, 0);
1457
1458 IPW_DEBUG_INFO("Setting rtap filter to " BIT_FMT16 "\n",
1459 BIT_ARG16(priv->prom_priv->filter));
1460
1461 return count;
1462}
1463
1464static ssize_t show_rtap_filter(struct device *d,
1465 struct device_attribute *attr,
1466 char *buf)
1467{
1468 struct ipw_priv *priv = dev_get_drvdata(d);
1469 return sprintf(buf, "0x%04X",
1470 priv->prom_priv ? priv->prom_priv->filter : 0);
1471}
1472
1473static DEVICE_ATTR(rtap_filter, S_IWUSR | S_IRUSR, show_rtap_filter,
1474 store_rtap_filter);
1475#endif
1476
James Ketrenosa613bff2005-08-24 21:43:11 -05001477static ssize_t show_scan_age(struct device *d, struct device_attribute *attr,
1478 char *buf)
1479{
1480 struct ipw_priv *priv = dev_get_drvdata(d);
1481 return sprintf(buf, "%d\n", priv->ieee->scan_age);
1482}
1483
1484static ssize_t store_scan_age(struct device *d, struct device_attribute *attr,
1485 const char *buf, size_t count)
1486{
1487 struct ipw_priv *priv = dev_get_drvdata(d);
1488 struct net_device *dev = priv->net_dev;
1489 char buffer[] = "00000000";
1490 unsigned long len =
1491 (sizeof(buffer) - 1) > count ? count : sizeof(buffer) - 1;
1492 unsigned long val;
1493 char *p = buffer;
1494
1495 IPW_DEBUG_INFO("enter\n");
1496
1497 strncpy(buffer, buf, len);
1498 buffer[len] = 0;
1499
1500 if (p[1] == 'x' || p[1] == 'X' || p[0] == 'x' || p[0] == 'X') {
1501 p++;
1502 if (p[0] == 'x' || p[0] == 'X')
1503 p++;
1504 val = simple_strtoul(p, &p, 16);
1505 } else
1506 val = simple_strtoul(p, &p, 10);
1507 if (p == buffer) {
1508 IPW_DEBUG_INFO("%s: user supplied invalid value.\n", dev->name);
1509 } else {
1510 priv->ieee->scan_age = val;
1511 IPW_DEBUG_INFO("set scan_age = %u\n", priv->ieee->scan_age);
1512 }
1513
1514 IPW_DEBUG_INFO("exit\n");
1515 return len;
1516}
1517
1518static DEVICE_ATTR(scan_age, S_IWUSR | S_IRUGO, show_scan_age, store_scan_age);
1519
1520static ssize_t show_led(struct device *d, struct device_attribute *attr,
1521 char *buf)
1522{
1523 struct ipw_priv *priv = dev_get_drvdata(d);
1524 return sprintf(buf, "%d\n", (priv->config & CFG_NO_LED) ? 0 : 1);
1525}
1526
1527static ssize_t store_led(struct device *d, struct device_attribute *attr,
1528 const char *buf, size_t count)
1529{
1530 struct ipw_priv *priv = dev_get_drvdata(d);
1531
1532 IPW_DEBUG_INFO("enter\n");
1533
1534 if (count == 0)
1535 return 0;
1536
1537 if (*buf == 0) {
1538 IPW_DEBUG_LED("Disabling LED control.\n");
1539 priv->config |= CFG_NO_LED;
1540 ipw_led_shutdown(priv);
1541 } else {
1542 IPW_DEBUG_LED("Enabling LED control.\n");
1543 priv->config &= ~CFG_NO_LED;
1544 ipw_led_init(priv);
1545 }
1546
1547 IPW_DEBUG_INFO("exit\n");
1548 return count;
1549}
1550
1551static DEVICE_ATTR(led, S_IWUSR | S_IRUGO, show_led, store_led);
1552
Andrew Mortonad3fee52005-06-20 14:30:36 -07001553static ssize_t show_status(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001554 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001555{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001556 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001557 return sprintf(buf, "0x%08x\n", (int)p->status);
1558}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001559
James Ketrenos43f66a62005-03-25 12:31:53 -06001560static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
1561
Andrew Mortonad3fee52005-06-20 14:30:36 -07001562static ssize_t show_cfg(struct device *d, struct device_attribute *attr,
1563 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001564{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001565 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001566 return sprintf(buf, "0x%08x\n", (int)p->config);
1567}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001568
James Ketrenos43f66a62005-03-25 12:31:53 -06001569static DEVICE_ATTR(cfg, S_IRUGO, show_cfg, NULL);
1570
Andrew Mortonad3fee52005-06-20 14:30:36 -07001571static ssize_t show_nic_type(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001572 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001573{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001574 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosa613bff2005-08-24 21:43:11 -05001575 return sprintf(buf, "TYPE: %d\n", priv->nic_type);
James Ketrenos43f66a62005-03-25 12:31:53 -06001576}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001577
James Ketrenos43f66a62005-03-25 12:31:53 -06001578static DEVICE_ATTR(nic_type, S_IRUGO, show_nic_type, NULL);
1579
Andrew Mortonad3fee52005-06-20 14:30:36 -07001580static ssize_t show_ucode_version(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001581 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001582{
1583 u32 len = sizeof(u32), tmp = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001584 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001585
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001586 if (ipw_get_ordinal(p, IPW_ORD_STAT_UCODE_VERSION, &tmp, &len))
James Ketrenos43f66a62005-03-25 12:31:53 -06001587 return 0;
1588
1589 return sprintf(buf, "0x%08x\n", tmp);
1590}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001591
1592static DEVICE_ATTR(ucode_version, S_IWUSR | S_IRUGO, show_ucode_version, NULL);
James Ketrenos43f66a62005-03-25 12:31:53 -06001593
Andrew Mortonad3fee52005-06-20 14:30:36 -07001594static ssize_t show_rtc(struct device *d, struct device_attribute *attr,
1595 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001596{
1597 u32 len = sizeof(u32), tmp = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001598 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001599
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001600 if (ipw_get_ordinal(p, IPW_ORD_STAT_RTC, &tmp, &len))
James Ketrenos43f66a62005-03-25 12:31:53 -06001601 return 0;
1602
1603 return sprintf(buf, "0x%08x\n", tmp);
1604}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001605
1606static DEVICE_ATTR(rtc, S_IWUSR | S_IRUGO, show_rtc, NULL);
James Ketrenos43f66a62005-03-25 12:31:53 -06001607
1608/*
1609 * Add a device attribute to view/control the delay between eeprom
1610 * operations.
1611 */
Andrew Mortonad3fee52005-06-20 14:30:36 -07001612static ssize_t show_eeprom_delay(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001613 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001614{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001615 struct ipw_priv *p = dev_get_drvdata(d);
1616 int n = p->eeprom_delay;
James Ketrenos43f66a62005-03-25 12:31:53 -06001617 return sprintf(buf, "%i\n", n);
1618}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001619static ssize_t store_eeprom_delay(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001620 struct device_attribute *attr,
1621 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001622{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001623 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001624 sscanf(buf, "%i", &p->eeprom_delay);
1625 return strnlen(buf, count);
1626}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001627
1628static DEVICE_ATTR(eeprom_delay, S_IWUSR | S_IRUGO,
1629 show_eeprom_delay, store_eeprom_delay);
James Ketrenos43f66a62005-03-25 12:31:53 -06001630
Andrew Mortonad3fee52005-06-20 14:30:36 -07001631static ssize_t show_command_event_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001632 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001633{
1634 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001635 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001636
James Ketrenosb095c382005-08-24 22:04:42 -05001637 reg = ipw_read_reg32(p, IPW_INTERNAL_CMD_EVENT);
James Ketrenos43f66a62005-03-25 12:31:53 -06001638 return sprintf(buf, "0x%08x\n", reg);
1639}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001640static ssize_t store_command_event_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001641 struct device_attribute *attr,
1642 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001643{
1644 u32 reg;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001645 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001646
1647 sscanf(buf, "%x", &reg);
James Ketrenosb095c382005-08-24 22:04:42 -05001648 ipw_write_reg32(p, IPW_INTERNAL_CMD_EVENT, reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001649 return strnlen(buf, count);
1650}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001651
1652static DEVICE_ATTR(command_event_reg, S_IWUSR | S_IRUGO,
1653 show_command_event_reg, store_command_event_reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001654
Andrew Mortonad3fee52005-06-20 14:30:36 -07001655static ssize_t show_mem_gpio_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001656 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001657{
1658 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001659 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001660
1661 reg = ipw_read_reg32(p, 0x301100);
1662 return sprintf(buf, "0x%08x\n", reg);
1663}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001664static ssize_t store_mem_gpio_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001665 struct device_attribute *attr,
1666 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001667{
1668 u32 reg;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001669 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001670
1671 sscanf(buf, "%x", &reg);
1672 ipw_write_reg32(p, 0x301100, reg);
1673 return strnlen(buf, count);
1674}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001675
1676static DEVICE_ATTR(mem_gpio_reg, S_IWUSR | S_IRUGO,
1677 show_mem_gpio_reg, store_mem_gpio_reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001678
Andrew Mortonad3fee52005-06-20 14:30:36 -07001679static ssize_t show_indirect_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001680 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001681{
1682 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001683 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001684
Jeff Garzikbf794512005-07-31 13:07:26 -04001685 if (priv->status & STATUS_INDIRECT_DWORD)
James Ketrenos43f66a62005-03-25 12:31:53 -06001686 reg = ipw_read_reg32(priv, priv->indirect_dword);
Jeff Garzikbf794512005-07-31 13:07:26 -04001687 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001688 reg = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04001689
James Ketrenos43f66a62005-03-25 12:31:53 -06001690 return sprintf(buf, "0x%08x\n", reg);
1691}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001692static ssize_t store_indirect_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001693 struct device_attribute *attr,
1694 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001695{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001696 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001697
1698 sscanf(buf, "%x", &priv->indirect_dword);
1699 priv->status |= STATUS_INDIRECT_DWORD;
1700 return strnlen(buf, count);
1701}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001702
1703static DEVICE_ATTR(indirect_dword, S_IWUSR | S_IRUGO,
1704 show_indirect_dword, store_indirect_dword);
James Ketrenos43f66a62005-03-25 12:31:53 -06001705
Andrew Mortonad3fee52005-06-20 14:30:36 -07001706static ssize_t show_indirect_byte(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001707 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001708{
1709 u8 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001710 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001711
Jeff Garzikbf794512005-07-31 13:07:26 -04001712 if (priv->status & STATUS_INDIRECT_BYTE)
James Ketrenos43f66a62005-03-25 12:31:53 -06001713 reg = ipw_read_reg8(priv, priv->indirect_byte);
Jeff Garzikbf794512005-07-31 13:07:26 -04001714 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001715 reg = 0;
1716
1717 return sprintf(buf, "0x%02x\n", reg);
1718}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001719static ssize_t store_indirect_byte(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001720 struct device_attribute *attr,
1721 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001722{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001723 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001724
1725 sscanf(buf, "%x", &priv->indirect_byte);
1726 priv->status |= STATUS_INDIRECT_BYTE;
1727 return strnlen(buf, count);
1728}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001729
1730static DEVICE_ATTR(indirect_byte, S_IWUSR | S_IRUGO,
James Ketrenos43f66a62005-03-25 12:31:53 -06001731 show_indirect_byte, store_indirect_byte);
1732
Andrew Mortonad3fee52005-06-20 14:30:36 -07001733static ssize_t show_direct_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001734 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001735{
1736 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001737 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001738
Jeff Garzikbf794512005-07-31 13:07:26 -04001739 if (priv->status & STATUS_DIRECT_DWORD)
James Ketrenos43f66a62005-03-25 12:31:53 -06001740 reg = ipw_read32(priv, priv->direct_dword);
Jeff Garzikbf794512005-07-31 13:07:26 -04001741 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001742 reg = 0;
1743
1744 return sprintf(buf, "0x%08x\n", reg);
1745}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001746static ssize_t store_direct_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001747 struct device_attribute *attr,
1748 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001749{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001750 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001751
1752 sscanf(buf, "%x", &priv->direct_dword);
1753 priv->status |= STATUS_DIRECT_DWORD;
1754 return strnlen(buf, count);
1755}
James Ketrenos43f66a62005-03-25 12:31:53 -06001756
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001757static DEVICE_ATTR(direct_dword, S_IWUSR | S_IRUGO,
1758 show_direct_dword, store_direct_dword);
James Ketrenos43f66a62005-03-25 12:31:53 -06001759
Arjan van de Ven858119e2006-01-14 13:20:43 -08001760static int rf_kill_active(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06001761{
Matthew Garrett25f94ae2009-11-11 14:36:31 -05001762 if (0 == (ipw_read32(priv, 0x30) & 0x10000)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001763 priv->status |= STATUS_RF_KILL_HW;
Matthew Garrett25f94ae2009-11-11 14:36:31 -05001764 wiphy_rfkill_set_hw_state(priv->ieee->wdev.wiphy, true);
1765 } else {
James Ketrenos43f66a62005-03-25 12:31:53 -06001766 priv->status &= ~STATUS_RF_KILL_HW;
Matthew Garrett25f94ae2009-11-11 14:36:31 -05001767 wiphy_rfkill_set_hw_state(priv->ieee->wdev.wiphy, false);
1768 }
James Ketrenos43f66a62005-03-25 12:31:53 -06001769
1770 return (priv->status & STATUS_RF_KILL_HW) ? 1 : 0;
1771}
1772
Andrew Mortonad3fee52005-06-20 14:30:36 -07001773static ssize_t show_rf_kill(struct device *d, struct device_attribute *attr,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001774 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001775{
1776 /* 0 - RF kill not enabled
Jeff Garzikbf794512005-07-31 13:07:26 -04001777 1 - SW based RF kill active (sysfs)
James Ketrenos43f66a62005-03-25 12:31:53 -06001778 2 - HW based RF kill active
1779 3 - Both HW and SW baed RF kill active */
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001780 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001781 int val = ((priv->status & STATUS_RF_KILL_SW) ? 0x1 : 0x0) |
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001782 (rf_kill_active(priv) ? 0x2 : 0x0);
James Ketrenos43f66a62005-03-25 12:31:53 -06001783 return sprintf(buf, "%i\n", val);
1784}
1785
1786static int ipw_radio_kill_sw(struct ipw_priv *priv, int disable_radio)
1787{
Jeff Garzikbf794512005-07-31 13:07:26 -04001788 if ((disable_radio ? 1 : 0) ==
James Ketrenosea2b26e2005-08-24 21:25:16 -05001789 ((priv->status & STATUS_RF_KILL_SW) ? 1 : 0))
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001790 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06001791
1792 IPW_DEBUG_RF_KILL("Manual SW RF Kill set to: RADIO %s\n",
1793 disable_radio ? "OFF" : "ON");
1794
1795 if (disable_radio) {
1796 priv->status |= STATUS_RF_KILL_SW;
1797
Dan Williams0b531672007-10-09 13:55:24 -04001798 if (priv->workqueue) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001799 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -04001800 cancel_delayed_work(&priv->request_direct_scan);
1801 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -04001802 cancel_delayed_work(&priv->scan_event);
1803 }
James Ketrenos43f66a62005-03-25 12:31:53 -06001804 queue_work(priv->workqueue, &priv->down);
1805 } else {
1806 priv->status &= ~STATUS_RF_KILL_SW;
1807 if (rf_kill_active(priv)) {
1808 IPW_DEBUG_RF_KILL("Can not turn radio back on - "
1809 "disabled by HW switch\n");
1810 /* Make sure the RF_KILL check timer is running */
1811 cancel_delayed_work(&priv->rf_kill);
Jeff Garzikbf794512005-07-31 13:07:26 -04001812 queue_delayed_work(priv->workqueue, &priv->rf_kill,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05001813 round_jiffies_relative(2 * HZ));
Jeff Garzikbf794512005-07-31 13:07:26 -04001814 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06001815 queue_work(priv->workqueue, &priv->up);
1816 }
1817
1818 return 1;
1819}
1820
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001821static ssize_t store_rf_kill(struct device *d, struct device_attribute *attr,
1822 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001823{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001824 struct ipw_priv *priv = dev_get_drvdata(d);
Jeff Garzikbf794512005-07-31 13:07:26 -04001825
James Ketrenos43f66a62005-03-25 12:31:53 -06001826 ipw_radio_kill_sw(priv, buf[0] == '1');
1827
1828 return count;
1829}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001830
1831static DEVICE_ATTR(rf_kill, S_IWUSR | S_IRUGO, show_rf_kill, store_rf_kill);
James Ketrenos43f66a62005-03-25 12:31:53 -06001832
James Ketrenosb095c382005-08-24 22:04:42 -05001833static ssize_t show_speed_scan(struct device *d, struct device_attribute *attr,
1834 char *buf)
1835{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001836 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001837 int pos = 0, len = 0;
1838 if (priv->config & CFG_SPEED_SCAN) {
1839 while (priv->speed_scan[pos] != 0)
1840 len += sprintf(&buf[len], "%d ",
1841 priv->speed_scan[pos++]);
1842 return len + sprintf(&buf[len], "\n");
1843 }
1844
1845 return sprintf(buf, "0\n");
1846}
1847
1848static ssize_t store_speed_scan(struct device *d, struct device_attribute *attr,
1849 const char *buf, size_t count)
1850{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001851 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001852 int channel, pos = 0;
1853 const char *p = buf;
1854
1855 /* list of space separated channels to scan, optionally ending with 0 */
1856 while ((channel = simple_strtol(p, NULL, 0))) {
1857 if (pos == MAX_SPEED_SCAN - 1) {
1858 priv->speed_scan[pos] = 0;
1859 break;
1860 }
1861
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001862 if (libipw_is_valid_channel(priv->ieee, channel))
James Ketrenosb095c382005-08-24 22:04:42 -05001863 priv->speed_scan[pos++] = channel;
1864 else
1865 IPW_WARNING("Skipping invalid channel request: %d\n",
1866 channel);
1867 p = strchr(p, ' ');
1868 if (!p)
1869 break;
1870 while (*p == ' ' || *p == '\t')
1871 p++;
1872 }
1873
1874 if (pos == 0)
1875 priv->config &= ~CFG_SPEED_SCAN;
1876 else {
1877 priv->speed_scan_pos = 0;
1878 priv->config |= CFG_SPEED_SCAN;
1879 }
1880
1881 return count;
1882}
1883
1884static DEVICE_ATTR(speed_scan, S_IWUSR | S_IRUGO, show_speed_scan,
1885 store_speed_scan);
1886
1887static ssize_t show_net_stats(struct device *d, struct device_attribute *attr,
1888 char *buf)
1889{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001890 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001891 return sprintf(buf, "%c\n", (priv->config & CFG_NET_STATS) ? '1' : '0');
1892}
1893
1894static ssize_t store_net_stats(struct device *d, struct device_attribute *attr,
1895 const char *buf, size_t count)
1896{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001897 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001898 if (buf[0] == '1')
1899 priv->config |= CFG_NET_STATS;
1900 else
1901 priv->config &= ~CFG_NET_STATS;
1902
1903 return count;
1904}
1905
James Ketrenosafbf30a2005-08-25 00:05:33 -05001906static DEVICE_ATTR(net_stats, S_IWUSR | S_IRUGO,
1907 show_net_stats, store_net_stats);
James Ketrenosb095c382005-08-24 22:04:42 -05001908
Zhu Yi375dd242007-02-14 16:04:24 +08001909static ssize_t show_channels(struct device *d,
1910 struct device_attribute *attr,
1911 char *buf)
1912{
1913 struct ipw_priv *priv = dev_get_drvdata(d);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001914 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
Zhu Yi375dd242007-02-14 16:04:24 +08001915 int len = 0, i;
1916
1917 len = sprintf(&buf[len],
1918 "Displaying %d channels in 2.4Ghz band "
1919 "(802.11bg):\n", geo->bg_channels);
1920
1921 for (i = 0; i < geo->bg_channels; i++) {
1922 len += sprintf(&buf[len], "%d: BSS%s%s, %s, Band %s.\n",
1923 geo->bg[i].channel,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001924 geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT ?
Zhu Yi375dd242007-02-14 16:04:24 +08001925 " (radar spectrum)" : "",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001926 ((geo->bg[i].flags & LIBIPW_CH_NO_IBSS) ||
1927 (geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT))
Zhu Yi375dd242007-02-14 16:04:24 +08001928 ? "" : ", IBSS",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001929 geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001930 "passive only" : "active/passive",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001931 geo->bg[i].flags & LIBIPW_CH_B_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001932 "B" : "B/G");
1933 }
1934
1935 len += sprintf(&buf[len],
1936 "Displaying %d channels in 5.2Ghz band "
1937 "(802.11a):\n", geo->a_channels);
1938 for (i = 0; i < geo->a_channels; i++) {
1939 len += sprintf(&buf[len], "%d: BSS%s%s, %s.\n",
1940 geo->a[i].channel,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001941 geo->a[i].flags & LIBIPW_CH_RADAR_DETECT ?
Zhu Yi375dd242007-02-14 16:04:24 +08001942 " (radar spectrum)" : "",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001943 ((geo->a[i].flags & LIBIPW_CH_NO_IBSS) ||
1944 (geo->a[i].flags & LIBIPW_CH_RADAR_DETECT))
Zhu Yi375dd242007-02-14 16:04:24 +08001945 ? "" : ", IBSS",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001946 geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001947 "passive only" : "active/passive");
1948 }
1949
1950 return len;
1951}
1952
1953static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
1954
James Ketrenosea2b26e2005-08-24 21:25:16 -05001955static void notify_wx_assoc_event(struct ipw_priv *priv)
1956{
1957 union iwreq_data wrqu;
1958 wrqu.ap_addr.sa_family = ARPHRD_ETHER;
1959 if (priv->status & STATUS_ASSOCIATED)
1960 memcpy(wrqu.ap_addr.sa_data, priv->bssid, ETH_ALEN);
1961 else
1962 memset(wrqu.ap_addr.sa_data, 0, ETH_ALEN);
1963 wireless_send_event(priv->net_dev, SIOCGIWAP, &wrqu, NULL);
1964}
1965
James Ketrenos43f66a62005-03-25 12:31:53 -06001966static void ipw_irq_tasklet(struct ipw_priv *priv)
1967{
1968 u32 inta, inta_mask, handled = 0;
1969 unsigned long flags;
1970 int rc = 0;
1971
Zhu Yi89c318e2006-06-08 22:19:49 -07001972 spin_lock_irqsave(&priv->irq_lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06001973
James Ketrenosb095c382005-08-24 22:04:42 -05001974 inta = ipw_read32(priv, IPW_INTA_RW);
1975 inta_mask = ipw_read32(priv, IPW_INTA_MASK_R);
1976 inta &= (IPW_INTA_MASK_ALL & inta_mask);
James Ketrenos43f66a62005-03-25 12:31:53 -06001977
1978 /* Add any cached INTA values that need to be handled */
1979 inta |= priv->isr_inta;
1980
Zhu Yi89c318e2006-06-08 22:19:49 -07001981 spin_unlock_irqrestore(&priv->irq_lock, flags);
1982
1983 spin_lock_irqsave(&priv->lock, flags);
1984
James Ketrenos43f66a62005-03-25 12:31:53 -06001985 /* handle all the justifications for the interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05001986 if (inta & IPW_INTA_BIT_RX_TRANSFER) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001987 ipw_rx(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05001988 handled |= IPW_INTA_BIT_RX_TRANSFER;
James Ketrenos43f66a62005-03-25 12:31:53 -06001989 }
1990
James Ketrenosb095c382005-08-24 22:04:42 -05001991 if (inta & IPW_INTA_BIT_TX_CMD_QUEUE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001992 IPW_DEBUG_HC("Command completed.\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001993 rc = ipw_queue_tx_reclaim(priv, &priv->txq_cmd, -1);
James Ketrenos43f66a62005-03-25 12:31:53 -06001994 priv->status &= ~STATUS_HCMD_ACTIVE;
1995 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosb095c382005-08-24 22:04:42 -05001996 handled |= IPW_INTA_BIT_TX_CMD_QUEUE;
James Ketrenos43f66a62005-03-25 12:31:53 -06001997 }
1998
James Ketrenosb095c382005-08-24 22:04:42 -05001999 if (inta & IPW_INTA_BIT_TX_QUEUE_1) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002000 IPW_DEBUG_TX("TX_QUEUE_1\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002001 rc = ipw_queue_tx_reclaim(priv, &priv->txq[0], 0);
James Ketrenosb095c382005-08-24 22:04:42 -05002002 handled |= IPW_INTA_BIT_TX_QUEUE_1;
James Ketrenos43f66a62005-03-25 12:31:53 -06002003 }
2004
James Ketrenosb095c382005-08-24 22:04:42 -05002005 if (inta & IPW_INTA_BIT_TX_QUEUE_2) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002006 IPW_DEBUG_TX("TX_QUEUE_2\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002007 rc = ipw_queue_tx_reclaim(priv, &priv->txq[1], 1);
James Ketrenosb095c382005-08-24 22:04:42 -05002008 handled |= IPW_INTA_BIT_TX_QUEUE_2;
James Ketrenos43f66a62005-03-25 12:31:53 -06002009 }
2010
James Ketrenosb095c382005-08-24 22:04:42 -05002011 if (inta & IPW_INTA_BIT_TX_QUEUE_3) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002012 IPW_DEBUG_TX("TX_QUEUE_3\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002013 rc = ipw_queue_tx_reclaim(priv, &priv->txq[2], 2);
James Ketrenosb095c382005-08-24 22:04:42 -05002014 handled |= IPW_INTA_BIT_TX_QUEUE_3;
James Ketrenos43f66a62005-03-25 12:31:53 -06002015 }
2016
James Ketrenosb095c382005-08-24 22:04:42 -05002017 if (inta & IPW_INTA_BIT_TX_QUEUE_4) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002018 IPW_DEBUG_TX("TX_QUEUE_4\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002019 rc = ipw_queue_tx_reclaim(priv, &priv->txq[3], 3);
James Ketrenosb095c382005-08-24 22:04:42 -05002020 handled |= IPW_INTA_BIT_TX_QUEUE_4;
James Ketrenos43f66a62005-03-25 12:31:53 -06002021 }
2022
James Ketrenosb095c382005-08-24 22:04:42 -05002023 if (inta & IPW_INTA_BIT_STATUS_CHANGE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002024 IPW_WARNING("STATUS_CHANGE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002025 handled |= IPW_INTA_BIT_STATUS_CHANGE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002026 }
2027
James Ketrenosb095c382005-08-24 22:04:42 -05002028 if (inta & IPW_INTA_BIT_BEACON_PERIOD_EXPIRED) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002029 IPW_WARNING("TX_PERIOD_EXPIRED\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002030 handled |= IPW_INTA_BIT_BEACON_PERIOD_EXPIRED;
James Ketrenos43f66a62005-03-25 12:31:53 -06002031 }
2032
James Ketrenosb095c382005-08-24 22:04:42 -05002033 if (inta & IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002034 IPW_WARNING("HOST_CMD_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002035 handled |= IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002036 }
2037
James Ketrenosb095c382005-08-24 22:04:42 -05002038 if (inta & IPW_INTA_BIT_FW_INITIALIZATION_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002039 IPW_WARNING("FW_INITIALIZATION_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002040 handled |= IPW_INTA_BIT_FW_INITIALIZATION_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002041 }
2042
James Ketrenosb095c382005-08-24 22:04:42 -05002043 if (inta & IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002044 IPW_WARNING("PHY_OFF_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002045 handled |= IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002046 }
2047
James Ketrenosb095c382005-08-24 22:04:42 -05002048 if (inta & IPW_INTA_BIT_RF_KILL_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002049 IPW_DEBUG_RF_KILL("RF_KILL_DONE\n");
2050 priv->status |= STATUS_RF_KILL_HW;
Matthew Garrett25f94ae2009-11-11 14:36:31 -05002051 wiphy_rfkill_set_hw_state(priv->ieee->wdev.wiphy, true);
James Ketrenos43f66a62005-03-25 12:31:53 -06002052 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosea2b26e2005-08-24 21:25:16 -05002053 priv->status &= ~(STATUS_ASSOCIATED | STATUS_ASSOCIATING);
James Ketrenos43f66a62005-03-25 12:31:53 -06002054 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -04002055 cancel_delayed_work(&priv->request_direct_scan);
2056 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -04002057 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -05002058 schedule_work(&priv->link_down);
James Ketrenos43f66a62005-03-25 12:31:53 -06002059 queue_delayed_work(priv->workqueue, &priv->rf_kill, 2 * HZ);
James Ketrenosb095c382005-08-24 22:04:42 -05002060 handled |= IPW_INTA_BIT_RF_KILL_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002061 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002062
James Ketrenosb095c382005-08-24 22:04:42 -05002063 if (inta & IPW_INTA_BIT_FATAL_ERROR) {
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002064 IPW_WARNING("Firmware error detected. Restarting.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002065 if (priv->error) {
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002066 IPW_DEBUG_FW("Sysfs 'error' log already exists.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002067 if (ipw_debug_level & IPW_DL_FW_ERRORS) {
2068 struct ipw_fw_error *error =
2069 ipw_alloc_error_log(priv);
2070 ipw_dump_error_log(priv, error);
Jesper Juhl8f760782006-06-27 02:55:06 -07002071 kfree(error);
James Ketrenosb39860c2005-08-12 09:36:32 -05002072 }
James Ketrenosb39860c2005-08-12 09:36:32 -05002073 } else {
2074 priv->error = ipw_alloc_error_log(priv);
2075 if (priv->error)
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002076 IPW_DEBUG_FW("Sysfs 'error' log captured.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002077 else
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002078 IPW_DEBUG_FW("Error allocating sysfs 'error' "
2079 "log.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002080 if (ipw_debug_level & IPW_DL_FW_ERRORS)
2081 ipw_dump_error_log(priv, priv->error);
James Ketrenosb39860c2005-08-12 09:36:32 -05002082 }
2083
James Ketrenosb095c382005-08-24 22:04:42 -05002084 /* XXX: If hardware encryption is for WPA/WPA2,
2085 * we have to notify the supplicant. */
2086 if (priv->ieee->sec.encrypt) {
2087 priv->status &= ~STATUS_ASSOCIATED;
2088 notify_wx_assoc_event(priv);
2089 }
2090
2091 /* Keep the restart process from trying to send host
2092 * commands by clearing the INIT status bit */
2093 priv->status &= ~STATUS_INIT;
James Ketrenosafbf30a2005-08-25 00:05:33 -05002094
2095 /* Cancel currently queued command. */
2096 priv->status &= ~STATUS_HCMD_ACTIVE;
2097 wake_up_interruptible(&priv->wait_command_queue);
2098
James Ketrenos43f66a62005-03-25 12:31:53 -06002099 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenosb095c382005-08-24 22:04:42 -05002100 handled |= IPW_INTA_BIT_FATAL_ERROR;
James Ketrenos43f66a62005-03-25 12:31:53 -06002101 }
2102
James Ketrenosb095c382005-08-24 22:04:42 -05002103 if (inta & IPW_INTA_BIT_PARITY_ERROR) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002104 IPW_ERROR("Parity error\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002105 handled |= IPW_INTA_BIT_PARITY_ERROR;
James Ketrenos43f66a62005-03-25 12:31:53 -06002106 }
2107
2108 if (handled != inta) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002109 IPW_ERROR("Unhandled INTA bits 0x%08x\n", inta & ~handled);
James Ketrenos43f66a62005-03-25 12:31:53 -06002110 }
2111
Zhu Yi89c318e2006-06-08 22:19:49 -07002112 spin_unlock_irqrestore(&priv->lock, flags);
2113
James Ketrenos43f66a62005-03-25 12:31:53 -06002114 /* enable all interrupts */
2115 ipw_enable_interrupts(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06002116}
Jeff Garzikbf794512005-07-31 13:07:26 -04002117
James Ketrenos43f66a62005-03-25 12:31:53 -06002118#define IPW_CMD(x) case IPW_CMD_ ## x : return #x
2119static char *get_cmd_string(u8 cmd)
2120{
2121 switch (cmd) {
2122 IPW_CMD(HOST_COMPLETE);
Jeff Garzikbf794512005-07-31 13:07:26 -04002123 IPW_CMD(POWER_DOWN);
2124 IPW_CMD(SYSTEM_CONFIG);
2125 IPW_CMD(MULTICAST_ADDRESS);
2126 IPW_CMD(SSID);
2127 IPW_CMD(ADAPTER_ADDRESS);
2128 IPW_CMD(PORT_TYPE);
2129 IPW_CMD(RTS_THRESHOLD);
2130 IPW_CMD(FRAG_THRESHOLD);
2131 IPW_CMD(POWER_MODE);
2132 IPW_CMD(WEP_KEY);
2133 IPW_CMD(TGI_TX_KEY);
2134 IPW_CMD(SCAN_REQUEST);
2135 IPW_CMD(SCAN_REQUEST_EXT);
2136 IPW_CMD(ASSOCIATE);
2137 IPW_CMD(SUPPORTED_RATES);
2138 IPW_CMD(SCAN_ABORT);
2139 IPW_CMD(TX_FLUSH);
2140 IPW_CMD(QOS_PARAMETERS);
2141 IPW_CMD(DINO_CONFIG);
2142 IPW_CMD(RSN_CAPABILITIES);
2143 IPW_CMD(RX_KEY);
2144 IPW_CMD(CARD_DISABLE);
2145 IPW_CMD(SEED_NUMBER);
2146 IPW_CMD(TX_POWER);
2147 IPW_CMD(COUNTRY_INFO);
2148 IPW_CMD(AIRONET_INFO);
2149 IPW_CMD(AP_TX_POWER);
2150 IPW_CMD(CCKM_INFO);
2151 IPW_CMD(CCX_VER_INFO);
2152 IPW_CMD(SET_CALIBRATION);
2153 IPW_CMD(SENSITIVITY_CALIB);
2154 IPW_CMD(RETRY_LIMIT);
2155 IPW_CMD(IPW_PRE_POWER_DOWN);
2156 IPW_CMD(VAP_BEACON_TEMPLATE);
2157 IPW_CMD(VAP_DTIM_PERIOD);
2158 IPW_CMD(EXT_SUPPORTED_RATES);
2159 IPW_CMD(VAP_LOCAL_TX_PWR_CONSTRAINT);
2160 IPW_CMD(VAP_QUIET_INTERVALS);
2161 IPW_CMD(VAP_CHANNEL_SWITCH);
2162 IPW_CMD(VAP_MANDATORY_CHANNELS);
2163 IPW_CMD(VAP_CELL_PWR_LIMIT);
2164 IPW_CMD(VAP_CF_PARAM_SET);
2165 IPW_CMD(VAP_SET_BEACONING_STATE);
2166 IPW_CMD(MEASUREMENT);
2167 IPW_CMD(POWER_CAPABILITY);
2168 IPW_CMD(SUPPORTED_CHANNELS);
2169 IPW_CMD(TPC_REPORT);
2170 IPW_CMD(WME_INFO);
2171 IPW_CMD(PRODUCTION_COMMAND);
2172 default:
James Ketrenos43f66a62005-03-25 12:31:53 -06002173 return "UNKNOWN";
2174 }
2175}
James Ketrenos43f66a62005-03-25 12:31:53 -06002176
2177#define HOST_COMPLETE_TIMEOUT HZ
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002178
2179static int __ipw_send_cmd(struct ipw_priv *priv, struct host_cmd *cmd)
James Ketrenos43f66a62005-03-25 12:31:53 -06002180{
2181 int rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05002182 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06002183
James Ketrenosa613bff2005-08-24 21:43:11 -05002184 spin_lock_irqsave(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002185 if (priv->status & STATUS_HCMD_ACTIVE) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002186 IPW_ERROR("Failed to send %s: Already sending a command.\n",
2187 get_cmd_string(cmd->cmd));
James Ketrenosa613bff2005-08-24 21:43:11 -05002188 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002189 return -EAGAIN;
James Ketrenos43f66a62005-03-25 12:31:53 -06002190 }
2191
2192 priv->status |= STATUS_HCMD_ACTIVE;
Jeff Garzikbf794512005-07-31 13:07:26 -04002193
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002194 if (priv->cmdlog) {
2195 priv->cmdlog[priv->cmdlog_pos].jiffies = jiffies;
2196 priv->cmdlog[priv->cmdlog_pos].cmd.cmd = cmd->cmd;
2197 priv->cmdlog[priv->cmdlog_pos].cmd.len = cmd->len;
2198 memcpy(priv->cmdlog[priv->cmdlog_pos].cmd.param, cmd->param,
2199 cmd->len);
2200 priv->cmdlog[priv->cmdlog_pos].retcode = -1;
2201 }
2202
James Ketrenosb095c382005-08-24 22:04:42 -05002203 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n",
2204 get_cmd_string(cmd->cmd), cmd->cmd, cmd->len,
2205 priv->status);
Zhu Yif516dbc2006-01-24 16:36:44 +08002206
2207#ifndef DEBUG_CMD_WEP_KEY
2208 if (cmd->cmd == IPW_CMD_WEP_KEY)
2209 IPW_DEBUG_HC("WEP_KEY command masked out for secure.\n");
2210 else
2211#endif
2212 printk_buf(IPW_DL_HOST_COMMAND, (u8 *) cmd->param, cmd->len);
2213
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002214 rc = ipw_queue_tx_hcmd(priv, cmd->cmd, cmd->param, cmd->len, 0);
James Ketrenosa613bff2005-08-24 21:43:11 -05002215 if (rc) {
2216 priv->status &= ~STATUS_HCMD_ACTIVE;
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002217 IPW_ERROR("Failed to send %s: Reason %d\n",
2218 get_cmd_string(cmd->cmd), rc);
James Ketrenosa613bff2005-08-24 21:43:11 -05002219 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002220 goto exit;
James Ketrenosa613bff2005-08-24 21:43:11 -05002221 }
2222 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002223
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002224 rc = wait_event_interruptible_timeout(priv->wait_command_queue,
2225 !(priv->
2226 status & STATUS_HCMD_ACTIVE),
2227 HOST_COMPLETE_TIMEOUT);
James Ketrenos43f66a62005-03-25 12:31:53 -06002228 if (rc == 0) {
James Ketrenosa613bff2005-08-24 21:43:11 -05002229 spin_lock_irqsave(&priv->lock, flags);
2230 if (priv->status & STATUS_HCMD_ACTIVE) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002231 IPW_ERROR("Failed to send %s: Command timed out.\n",
2232 get_cmd_string(cmd->cmd));
James Ketrenosa613bff2005-08-24 21:43:11 -05002233 priv->status &= ~STATUS_HCMD_ACTIVE;
2234 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002235 rc = -EIO;
2236 goto exit;
James Ketrenosa613bff2005-08-24 21:43:11 -05002237 }
2238 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos3b9990c2005-08-19 13:18:55 -05002239 } else
2240 rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05002241
James Ketrenosb095c382005-08-24 22:04:42 -05002242 if (priv->status & STATUS_RF_KILL_HW) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002243 IPW_ERROR("Failed to send %s: Aborted due to RF kill switch.\n",
2244 get_cmd_string(cmd->cmd));
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002245 rc = -EIO;
2246 goto exit;
James Ketrenos43f66a62005-03-25 12:31:53 -06002247 }
2248
Zhu Yi2638bc32006-01-24 16:37:52 +08002249 exit:
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002250 if (priv->cmdlog) {
2251 priv->cmdlog[priv->cmdlog_pos++].retcode = rc;
2252 priv->cmdlog_pos %= priv->cmdlog_len;
2253 }
2254 return rc;
James Ketrenos43f66a62005-03-25 12:31:53 -06002255}
2256
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002257static int ipw_send_cmd_simple(struct ipw_priv *priv, u8 command)
James Ketrenos43f66a62005-03-25 12:31:53 -06002258{
2259 struct host_cmd cmd = {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002260 .cmd = command,
James Ketrenos43f66a62005-03-25 12:31:53 -06002261 };
2262
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002263 return __ipw_send_cmd(priv, &cmd);
2264}
2265
2266static int ipw_send_cmd_pdu(struct ipw_priv *priv, u8 command, u8 len,
2267 void *data)
2268{
2269 struct host_cmd cmd = {
2270 .cmd = command,
2271 .len = len,
2272 .param = data,
2273 };
2274
2275 return __ipw_send_cmd(priv, &cmd);
2276}
2277
2278static int ipw_send_host_complete(struct ipw_priv *priv)
2279{
James Ketrenos43f66a62005-03-25 12:31:53 -06002280 if (!priv) {
2281 IPW_ERROR("Invalid args\n");
2282 return -1;
2283 }
2284
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002285 return ipw_send_cmd_simple(priv, IPW_CMD_HOST_COMPLETE);
James Ketrenos43f66a62005-03-25 12:31:53 -06002286}
2287
Zhu Yid685b8c2006-04-13 17:20:27 +08002288static int ipw_send_system_config(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002289{
Zhu Yid685b8c2006-04-13 17:20:27 +08002290 return ipw_send_cmd_pdu(priv, IPW_CMD_SYSTEM_CONFIG,
2291 sizeof(priv->sys_config),
2292 &priv->sys_config);
James Ketrenos43f66a62005-03-25 12:31:53 -06002293}
2294
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002295static int ipw_send_ssid(struct ipw_priv *priv, u8 * ssid, int len)
James Ketrenos43f66a62005-03-25 12:31:53 -06002296{
James Ketrenos43f66a62005-03-25 12:31:53 -06002297 if (!priv || !ssid) {
2298 IPW_ERROR("Invalid args\n");
2299 return -1;
2300 }
2301
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002302 return ipw_send_cmd_pdu(priv, IPW_CMD_SSID, min(len, IW_ESSID_MAX_SIZE),
Zhu Yi2638bc32006-01-24 16:37:52 +08002303 ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06002304}
2305
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002306static int ipw_send_adapter_address(struct ipw_priv *priv, u8 * mac)
James Ketrenos43f66a62005-03-25 12:31:53 -06002307{
James Ketrenos43f66a62005-03-25 12:31:53 -06002308 if (!priv || !mac) {
2309 IPW_ERROR("Invalid args\n");
2310 return -1;
2311 }
2312
Johannes Berge1749612008-10-27 15:59:26 -07002313 IPW_DEBUG_INFO("%s: Setting MAC to %pM\n",
2314 priv->net_dev->name, mac);
James Ketrenos43f66a62005-03-25 12:31:53 -06002315
Zhu Yi2638bc32006-01-24 16:37:52 +08002316 return ipw_send_cmd_pdu(priv, IPW_CMD_ADAPTER_ADDRESS, ETH_ALEN, mac);
James Ketrenos43f66a62005-03-25 12:31:53 -06002317}
2318
James Ketrenosa613bff2005-08-24 21:43:11 -05002319/*
2320 * NOTE: This must be executed from our workqueue as it results in udelay
2321 * being called which may corrupt the keyboard if executed on default
2322 * workqueue
2323 */
James Ketrenos43f66a62005-03-25 12:31:53 -06002324static void ipw_adapter_restart(void *adapter)
2325{
2326 struct ipw_priv *priv = adapter;
2327
2328 if (priv->status & STATUS_RF_KILL_MASK)
2329 return;
2330
2331 ipw_down(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05002332
2333 if (priv->assoc_network &&
2334 (priv->assoc_network->capability & WLAN_CAPABILITY_IBSS))
2335 ipw_remove_current_network(priv);
2336
James Ketrenos43f66a62005-03-25 12:31:53 -06002337 if (ipw_up(priv)) {
2338 IPW_ERROR("Failed to up device\n");
2339 return;
2340 }
2341}
2342
David Howellsc4028952006-11-22 14:57:56 +00002343static void ipw_bg_adapter_restart(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05002344{
David Howellsc4028952006-11-22 14:57:56 +00002345 struct ipw_priv *priv =
2346 container_of(work, struct ipw_priv, adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +08002347 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00002348 ipw_adapter_restart(priv);
Zhu Yi46441512006-01-24 16:37:59 +08002349 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05002350}
2351
Zhu Yie65054b2010-03-30 09:36:16 +08002352static void ipw_abort_scan(struct ipw_priv *priv);
2353
2354#define IPW_SCAN_CHECK_WATCHDOG (5 * HZ)
James Ketrenos43f66a62005-03-25 12:31:53 -06002355
2356static void ipw_scan_check(void *data)
2357{
2358 struct ipw_priv *priv = data;
Zhu Yie65054b2010-03-30 09:36:16 +08002359
2360 if (priv->status & STATUS_SCAN_ABORTING) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002361 IPW_DEBUG_SCAN("Scan completion watchdog resetting "
Zhu Yic7b6a672006-01-24 16:37:05 +08002362 "adapter after (%dms).\n",
2363 jiffies_to_msecs(IPW_SCAN_CHECK_WATCHDOG));
James Ketrenosa613bff2005-08-24 21:43:11 -05002364 queue_work(priv->workqueue, &priv->adapter_restart);
Zhu Yie65054b2010-03-30 09:36:16 +08002365 } else if (priv->status & STATUS_SCANNING) {
2366 IPW_DEBUG_SCAN("Scan completion watchdog aborting scan "
2367 "after (%dms).\n",
2368 jiffies_to_msecs(IPW_SCAN_CHECK_WATCHDOG));
2369 ipw_abort_scan(priv);
2370 queue_delayed_work(priv->workqueue, &priv->scan_check, HZ);
James Ketrenos43f66a62005-03-25 12:31:53 -06002371 }
2372}
2373
David Howellsc4028952006-11-22 14:57:56 +00002374static void ipw_bg_scan_check(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05002375{
David Howellsc4028952006-11-22 14:57:56 +00002376 struct ipw_priv *priv =
2377 container_of(work, struct ipw_priv, scan_check.work);
Zhu Yi46441512006-01-24 16:37:59 +08002378 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00002379 ipw_scan_check(priv);
Zhu Yi46441512006-01-24 16:37:59 +08002380 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05002381}
2382
James Ketrenos43f66a62005-03-25 12:31:53 -06002383static int ipw_send_scan_request_ext(struct ipw_priv *priv,
2384 struct ipw_scan_request_ext *request)
2385{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002386 return ipw_send_cmd_pdu(priv, IPW_CMD_SCAN_REQUEST_EXT,
Zhu Yi2638bc32006-01-24 16:37:52 +08002387 sizeof(*request), request);
James Ketrenos43f66a62005-03-25 12:31:53 -06002388}
2389
2390static int ipw_send_scan_abort(struct ipw_priv *priv)
2391{
James Ketrenos43f66a62005-03-25 12:31:53 -06002392 if (!priv) {
2393 IPW_ERROR("Invalid args\n");
2394 return -1;
2395 }
2396
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002397 return ipw_send_cmd_simple(priv, IPW_CMD_SCAN_ABORT);
James Ketrenos43f66a62005-03-25 12:31:53 -06002398}
2399
2400static int ipw_set_sensitivity(struct ipw_priv *priv, u16 sens)
2401{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002402 struct ipw_sensitivity_calib calib = {
Zhu Yi851ca262006-08-21 11:37:58 +08002403 .beacon_rssi_raw = cpu_to_le16(sens),
James Ketrenos43f66a62005-03-25 12:31:53 -06002404 };
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002405
2406 return ipw_send_cmd_pdu(priv, IPW_CMD_SENSITIVITY_CALIB, sizeof(calib),
Zhu Yi2638bc32006-01-24 16:37:52 +08002407 &calib);
James Ketrenos43f66a62005-03-25 12:31:53 -06002408}
2409
2410static int ipw_send_associate(struct ipw_priv *priv,
2411 struct ipw_associate *associate)
2412{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002413 if (!priv || !associate) {
2414 IPW_ERROR("Invalid args\n");
2415 return -1;
2416 }
2417
Al Viro5b5e8072007-12-27 01:54:06 -05002418 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate),
2419 associate);
James Ketrenos43f66a62005-03-25 12:31:53 -06002420}
2421
2422static int ipw_send_supported_rates(struct ipw_priv *priv,
2423 struct ipw_supported_rates *rates)
2424{
James Ketrenos43f66a62005-03-25 12:31:53 -06002425 if (!priv || !rates) {
2426 IPW_ERROR("Invalid args\n");
2427 return -1;
2428 }
2429
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002430 return ipw_send_cmd_pdu(priv, IPW_CMD_SUPPORTED_RATES, sizeof(*rates),
Zhu Yi2638bc32006-01-24 16:37:52 +08002431 rates);
James Ketrenos43f66a62005-03-25 12:31:53 -06002432}
2433
2434static int ipw_set_random_seed(struct ipw_priv *priv)
2435{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002436 u32 val;
James Ketrenos43f66a62005-03-25 12:31:53 -06002437
2438 if (!priv) {
2439 IPW_ERROR("Invalid args\n");
2440 return -1;
2441 }
2442
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002443 get_random_bytes(&val, sizeof(val));
James Ketrenos43f66a62005-03-25 12:31:53 -06002444
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002445 return ipw_send_cmd_pdu(priv, IPW_CMD_SEED_NUMBER, sizeof(val), &val);
James Ketrenos43f66a62005-03-25 12:31:53 -06002446}
2447
James Ketrenos43f66a62005-03-25 12:31:53 -06002448static int ipw_send_card_disable(struct ipw_priv *priv, u32 phy_off)
2449{
Al Viroe62e1ee2007-12-27 01:36:46 -05002450 __le32 v = cpu_to_le32(phy_off);
James Ketrenos43f66a62005-03-25 12:31:53 -06002451 if (!priv) {
2452 IPW_ERROR("Invalid args\n");
2453 return -1;
2454 }
2455
Al Viroe62e1ee2007-12-27 01:36:46 -05002456 return ipw_send_cmd_pdu(priv, IPW_CMD_CARD_DISABLE, sizeof(v), &v);
James Ketrenos43f66a62005-03-25 12:31:53 -06002457}
James Ketrenos43f66a62005-03-25 12:31:53 -06002458
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002459static int ipw_send_tx_power(struct ipw_priv *priv, struct ipw_tx_power *power)
James Ketrenos43f66a62005-03-25 12:31:53 -06002460{
James Ketrenos43f66a62005-03-25 12:31:53 -06002461 if (!priv || !power) {
2462 IPW_ERROR("Invalid args\n");
2463 return -1;
2464 }
2465
Zhu Yi2638bc32006-01-24 16:37:52 +08002466 return ipw_send_cmd_pdu(priv, IPW_CMD_TX_POWER, sizeof(*power), power);
James Ketrenos43f66a62005-03-25 12:31:53 -06002467}
James Ketrenos43f66a62005-03-25 12:31:53 -06002468
Zhu Yi6de9f7f2005-08-11 14:39:33 +08002469static int ipw_set_tx_power(struct ipw_priv *priv)
2470{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002471 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08002472 struct ipw_tx_power tx_power;
2473 s8 max_power;
2474 int i;
2475
2476 memset(&tx_power, 0, sizeof(tx_power));
2477
2478 /* configure device for 'G' band */
2479 tx_power.ieee_mode = IPW_G_MODE;
2480 tx_power.num_channels = geo->bg_channels;
2481 for (i = 0; i < geo->bg_channels; i++) {
2482 max_power = geo->bg[i].max_power;
2483 tx_power.channels_tx_power[i].channel_number =
2484 geo->bg[i].channel;
2485 tx_power.channels_tx_power[i].tx_power = max_power ?
2486 min(max_power, priv->tx_power) : priv->tx_power;
2487 }
2488 if (ipw_send_tx_power(priv, &tx_power))
2489 return -EIO;
2490
2491 /* configure device to also handle 'B' band */
2492 tx_power.ieee_mode = IPW_B_MODE;
2493 if (ipw_send_tx_power(priv, &tx_power))
2494 return -EIO;
2495
2496 /* configure device to also handle 'A' band */
2497 if (priv->ieee->abg_true) {
2498 tx_power.ieee_mode = IPW_A_MODE;
2499 tx_power.num_channels = geo->a_channels;
2500 for (i = 0; i < tx_power.num_channels; i++) {
2501 max_power = geo->a[i].max_power;
2502 tx_power.channels_tx_power[i].channel_number =
2503 geo->a[i].channel;
2504 tx_power.channels_tx_power[i].tx_power = max_power ?
2505 min(max_power, priv->tx_power) : priv->tx_power;
2506 }
2507 if (ipw_send_tx_power(priv, &tx_power))
2508 return -EIO;
2509 }
James Ketrenos43f66a62005-03-25 12:31:53 -06002510 return 0;
2511}
2512
2513static int ipw_send_rts_threshold(struct ipw_priv *priv, u16 rts)
2514{
2515 struct ipw_rts_threshold rts_threshold = {
Zhu Yi851ca262006-08-21 11:37:58 +08002516 .rts_threshold = cpu_to_le16(rts),
James Ketrenos43f66a62005-03-25 12:31:53 -06002517 };
James Ketrenos43f66a62005-03-25 12:31:53 -06002518
2519 if (!priv) {
2520 IPW_ERROR("Invalid args\n");
2521 return -1;
2522 }
2523
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002524 return ipw_send_cmd_pdu(priv, IPW_CMD_RTS_THRESHOLD,
2525 sizeof(rts_threshold), &rts_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06002526}
2527
2528static int ipw_send_frag_threshold(struct ipw_priv *priv, u16 frag)
2529{
2530 struct ipw_frag_threshold frag_threshold = {
Zhu Yi851ca262006-08-21 11:37:58 +08002531 .frag_threshold = cpu_to_le16(frag),
James Ketrenos43f66a62005-03-25 12:31:53 -06002532 };
James Ketrenos43f66a62005-03-25 12:31:53 -06002533
2534 if (!priv) {
2535 IPW_ERROR("Invalid args\n");
2536 return -1;
2537 }
2538
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002539 return ipw_send_cmd_pdu(priv, IPW_CMD_FRAG_THRESHOLD,
2540 sizeof(frag_threshold), &frag_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06002541}
2542
2543static int ipw_send_power_mode(struct ipw_priv *priv, u32 mode)
2544{
Al Viroe62e1ee2007-12-27 01:36:46 -05002545 __le32 param;
James Ketrenos43f66a62005-03-25 12:31:53 -06002546
2547 if (!priv) {
2548 IPW_ERROR("Invalid args\n");
2549 return -1;
2550 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002551
James Ketrenos43f66a62005-03-25 12:31:53 -06002552 /* If on battery, set to 3, if AC set to CAM, else user
2553 * level */
2554 switch (mode) {
2555 case IPW_POWER_BATTERY:
Al Viroe62e1ee2007-12-27 01:36:46 -05002556 param = cpu_to_le32(IPW_POWER_INDEX_3);
James Ketrenos43f66a62005-03-25 12:31:53 -06002557 break;
2558 case IPW_POWER_AC:
Al Viroe62e1ee2007-12-27 01:36:46 -05002559 param = cpu_to_le32(IPW_POWER_MODE_CAM);
James Ketrenos43f66a62005-03-25 12:31:53 -06002560 break;
2561 default:
Al Viroe62e1ee2007-12-27 01:36:46 -05002562 param = cpu_to_le32(mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06002563 break;
2564 }
2565
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002566 return ipw_send_cmd_pdu(priv, IPW_CMD_POWER_MODE, sizeof(param),
Zhu Yi2638bc32006-01-24 16:37:52 +08002567 &param);
James Ketrenos43f66a62005-03-25 12:31:53 -06002568}
2569
James Ketrenosafbf30a2005-08-25 00:05:33 -05002570static int ipw_send_retry_limit(struct ipw_priv *priv, u8 slimit, u8 llimit)
2571{
2572 struct ipw_retry_limit retry_limit = {
2573 .short_retry_limit = slimit,
2574 .long_retry_limit = llimit
2575 };
James Ketrenosafbf30a2005-08-25 00:05:33 -05002576
2577 if (!priv) {
2578 IPW_ERROR("Invalid args\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002579 return -1;
2580 }
2581
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002582 return ipw_send_cmd_pdu(priv, IPW_CMD_RETRY_LIMIT, sizeof(retry_limit),
Zhu Yi2638bc32006-01-24 16:37:52 +08002583 &retry_limit);
James Ketrenos43f66a62005-03-25 12:31:53 -06002584}
2585
2586/*
2587 * The IPW device contains a Microwire compatible EEPROM that stores
2588 * various data like the MAC address. Usually the firmware has exclusive
2589 * access to the eeprom, but during device initialization (before the
2590 * device driver has sent the HostComplete command to the firmware) the
2591 * device driver has read access to the EEPROM by way of indirect addressing
2592 * through a couple of memory mapped registers.
2593 *
2594 * The following is a simplified implementation for pulling data out of the
2595 * the eeprom, along with some helper functions to find information in
2596 * the per device private data's copy of the eeprom.
2597 *
2598 * NOTE: To better understand how these functions work (i.e what is a chip
2599 * select and why do have to keep driving the eeprom clock?), read
2600 * just about any data sheet for a Microwire compatible EEPROM.
2601 */
2602
2603/* write a 32 bit value into the indirect accessor register */
2604static inline void eeprom_write_reg(struct ipw_priv *p, u32 data)
2605{
2606 ipw_write_reg32(p, FW_MEM_REG_EEPROM_ACCESS, data);
Jeff Garzikbf794512005-07-31 13:07:26 -04002607
James Ketrenos43f66a62005-03-25 12:31:53 -06002608 /* the eeprom requires some time to complete the operation */
2609 udelay(p->eeprom_delay);
2610
2611 return;
2612}
2613
2614/* perform a chip select operation */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002615static void eeprom_cs(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002616{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002617 eeprom_write_reg(priv, 0);
2618 eeprom_write_reg(priv, EEPROM_BIT_CS);
2619 eeprom_write_reg(priv, EEPROM_BIT_CS | EEPROM_BIT_SK);
2620 eeprom_write_reg(priv, EEPROM_BIT_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06002621}
2622
2623/* perform a chip select operation */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002624static void eeprom_disable_cs(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002625{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002626 eeprom_write_reg(priv, EEPROM_BIT_CS);
2627 eeprom_write_reg(priv, 0);
2628 eeprom_write_reg(priv, EEPROM_BIT_SK);
James Ketrenos43f66a62005-03-25 12:31:53 -06002629}
2630
2631/* push a single bit down to the eeprom */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002632static inline void eeprom_write_bit(struct ipw_priv *p, u8 bit)
James Ketrenos43f66a62005-03-25 12:31:53 -06002633{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002634 int d = (bit ? EEPROM_BIT_DI : 0);
2635 eeprom_write_reg(p, EEPROM_BIT_CS | d);
2636 eeprom_write_reg(p, EEPROM_BIT_CS | d | EEPROM_BIT_SK);
James Ketrenos43f66a62005-03-25 12:31:53 -06002637}
2638
2639/* push an opcode followed by an address down to the eeprom */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002640static void eeprom_op(struct ipw_priv *priv, u8 op, u8 addr)
James Ketrenos43f66a62005-03-25 12:31:53 -06002641{
2642 int i;
2643
2644 eeprom_cs(priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002645 eeprom_write_bit(priv, 1);
2646 eeprom_write_bit(priv, op & 2);
2647 eeprom_write_bit(priv, op & 1);
2648 for (i = 7; i >= 0; i--) {
2649 eeprom_write_bit(priv, addr & (1 << i));
James Ketrenos43f66a62005-03-25 12:31:53 -06002650 }
2651}
2652
2653/* pull 16 bits off the eeprom, one bit at a time */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002654static u16 eeprom_read_u16(struct ipw_priv *priv, u8 addr)
James Ketrenos43f66a62005-03-25 12:31:53 -06002655{
2656 int i;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002657 u16 r = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04002658
James Ketrenos43f66a62005-03-25 12:31:53 -06002659 /* Send READ Opcode */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002660 eeprom_op(priv, EEPROM_CMD_READ, addr);
James Ketrenos43f66a62005-03-25 12:31:53 -06002661
2662 /* Send dummy bit */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002663 eeprom_write_reg(priv, EEPROM_BIT_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06002664
2665 /* Read the byte off the eeprom one bit at a time */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002666 for (i = 0; i < 16; i++) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002667 u32 data = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002668 eeprom_write_reg(priv, EEPROM_BIT_CS | EEPROM_BIT_SK);
2669 eeprom_write_reg(priv, EEPROM_BIT_CS);
2670 data = ipw_read_reg32(priv, FW_MEM_REG_EEPROM_ACCESS);
2671 r = (r << 1) | ((data & EEPROM_BIT_DO) ? 1 : 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002672 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002673
James Ketrenos43f66a62005-03-25 12:31:53 -06002674 /* Send another dummy bit */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002675 eeprom_write_reg(priv, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002676 eeprom_disable_cs(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04002677
James Ketrenos43f66a62005-03-25 12:31:53 -06002678 return r;
2679}
2680
2681/* helper function for pulling the mac address out of the private */
2682/* data's copy of the eeprom data */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002683static void eeprom_parse_mac(struct ipw_priv *priv, u8 * mac)
James Ketrenos43f66a62005-03-25 12:31:53 -06002684{
James Ketrenosafbf30a2005-08-25 00:05:33 -05002685 memcpy(mac, &priv->eeprom[EEPROM_MAC_ADDRESS], 6);
James Ketrenos43f66a62005-03-25 12:31:53 -06002686}
2687
2688/*
2689 * Either the device driver (i.e. the host) or the firmware can
2690 * load eeprom data into the designated region in SRAM. If neither
2691 * happens then the FW will shutdown with a fatal error.
2692 *
2693 * In order to signal the FW to load the EEPROM, the EEPROM_LOAD_DISABLE
2694 * bit needs region of shared SRAM needs to be non-zero.
2695 */
2696static void ipw_eeprom_init_sram(struct ipw_priv *priv)
2697{
2698 int i;
Al Viroe62e1ee2007-12-27 01:36:46 -05002699 __le16 *eeprom = (__le16 *) priv->eeprom;
Jeff Garzikbf794512005-07-31 13:07:26 -04002700
James Ketrenos43f66a62005-03-25 12:31:53 -06002701 IPW_DEBUG_TRACE(">>\n");
2702
2703 /* read entire contents of eeprom into private buffer */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002704 for (i = 0; i < 128; i++)
Al Viroe62e1ee2007-12-27 01:36:46 -05002705 eeprom[i] = cpu_to_le16(eeprom_read_u16(priv, (u8) i));
James Ketrenos43f66a62005-03-25 12:31:53 -06002706
Jeff Garzikbf794512005-07-31 13:07:26 -04002707 /*
2708 If the data looks correct, then copy it to our private
James Ketrenos43f66a62005-03-25 12:31:53 -06002709 copy. Otherwise let the firmware know to perform the operation
Zhu Yic7b6a672006-01-24 16:37:05 +08002710 on its own.
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002711 */
Alexey Dobriyan386093e2006-02-01 03:04:57 -08002712 if (priv->eeprom[EEPROM_VERSION] != 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002713 IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n");
2714
2715 /* write the eeprom data to sram */
James Ketrenosb095c382005-08-24 22:04:42 -05002716 for (i = 0; i < IPW_EEPROM_IMAGE_SIZE; i++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002717 ipw_write8(priv, IPW_EEPROM_DATA + i, priv->eeprom[i]);
James Ketrenos43f66a62005-03-25 12:31:53 -06002718
2719 /* Do not load eeprom data on fatal error or suspend */
2720 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
2721 } else {
2722 IPW_DEBUG_INFO("Enabling FW initializationg of SRAM\n");
2723
2724 /* Load eeprom data on fatal error or suspend */
2725 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 1);
2726 }
2727
2728 IPW_DEBUG_TRACE("<<\n");
2729}
2730
Arjan van de Ven858119e2006-01-14 13:20:43 -08002731static void ipw_zero_memory(struct ipw_priv *priv, u32 start, u32 count)
James Ketrenos43f66a62005-03-25 12:31:53 -06002732{
2733 count >>= 2;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002734 if (!count)
2735 return;
James Ketrenosb095c382005-08-24 22:04:42 -05002736 _ipw_write32(priv, IPW_AUTOINC_ADDR, start);
Jeff Garzikbf794512005-07-31 13:07:26 -04002737 while (count--)
James Ketrenosb095c382005-08-24 22:04:42 -05002738 _ipw_write32(priv, IPW_AUTOINC_DATA, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002739}
2740
2741static inline void ipw_fw_dma_reset_command_blocks(struct ipw_priv *priv)
2742{
James Ketrenosb095c382005-08-24 22:04:42 -05002743 ipw_zero_memory(priv, IPW_SHARED_SRAM_DMA_CONTROL,
Jeff Garzikbf794512005-07-31 13:07:26 -04002744 CB_NUMBER_OF_ELEMENTS_SMALL *
James Ketrenos43f66a62005-03-25 12:31:53 -06002745 sizeof(struct command_block));
2746}
2747
2748static int ipw_fw_dma_enable(struct ipw_priv *priv)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002749{ /* start dma engine but no transfers yet */
James Ketrenos43f66a62005-03-25 12:31:53 -06002750
Frans Pop9fd1ea42010-03-24 19:46:31 +01002751 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002752
James Ketrenos43f66a62005-03-25 12:31:53 -06002753 /* Start the dma */
2754 ipw_fw_dma_reset_command_blocks(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04002755
James Ketrenos43f66a62005-03-25 12:31:53 -06002756 /* Write CB base address */
James Ketrenosb095c382005-08-24 22:04:42 -05002757 ipw_write_reg32(priv, IPW_DMA_I_CB_BASE, IPW_SHARED_SRAM_DMA_CONTROL);
James Ketrenos43f66a62005-03-25 12:31:53 -06002758
Frans Pop9fd1ea42010-03-24 19:46:31 +01002759 IPW_DEBUG_FW("<< :\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002760 return 0;
2761}
2762
2763static void ipw_fw_dma_abort(struct ipw_priv *priv)
2764{
2765 u32 control = 0;
2766
2767 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002768
Pavel Machek67fd6b42006-07-11 15:34:05 +02002769 /* set the Stop and Abort bit */
James Ketrenos43f66a62005-03-25 12:31:53 -06002770 control = DMA_CONTROL_SMALL_CB_CONST_VALUE | DMA_CB_STOP_AND_ABORT;
James Ketrenosb095c382005-08-24 22:04:42 -05002771 ipw_write_reg32(priv, IPW_DMA_I_DMA_CONTROL, control);
James Ketrenos43f66a62005-03-25 12:31:53 -06002772 priv->sram_desc.last_cb_index = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04002773
Frans Pop9fd1ea42010-03-24 19:46:31 +01002774 IPW_DEBUG_FW("<<\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002775}
2776
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002777static int ipw_fw_dma_write_command_block(struct ipw_priv *priv, int index,
2778 struct command_block *cb)
James Ketrenos43f66a62005-03-25 12:31:53 -06002779{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002780 u32 address =
James Ketrenosb095c382005-08-24 22:04:42 -05002781 IPW_SHARED_SRAM_DMA_CONTROL +
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002782 (sizeof(struct command_block) * index);
James Ketrenos43f66a62005-03-25 12:31:53 -06002783 IPW_DEBUG_FW(">> :\n");
2784
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002785 ipw_write_indirect(priv, address, (u8 *) cb,
2786 (int)sizeof(struct command_block));
James Ketrenos43f66a62005-03-25 12:31:53 -06002787
2788 IPW_DEBUG_FW("<< :\n");
2789 return 0;
2790
2791}
2792
2793static int ipw_fw_dma_kick(struct ipw_priv *priv)
2794{
2795 u32 control = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002796 u32 index = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002797
2798 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002799
James Ketrenos43f66a62005-03-25 12:31:53 -06002800 for (index = 0; index < priv->sram_desc.last_cb_index; index++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002801 ipw_fw_dma_write_command_block(priv, index,
2802 &priv->sram_desc.cb_list[index]);
James Ketrenos43f66a62005-03-25 12:31:53 -06002803
2804 /* Enable the DMA in the CSR register */
James Ketrenosb095c382005-08-24 22:04:42 -05002805 ipw_clear_bit(priv, IPW_RESET_REG,
2806 IPW_RESET_REG_MASTER_DISABLED |
2807 IPW_RESET_REG_STOP_MASTER);
Jeff Garzikbf794512005-07-31 13:07:26 -04002808
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002809 /* Set the Start bit. */
James Ketrenos43f66a62005-03-25 12:31:53 -06002810 control = DMA_CONTROL_SMALL_CB_CONST_VALUE | DMA_CB_START;
James Ketrenosb095c382005-08-24 22:04:42 -05002811 ipw_write_reg32(priv, IPW_DMA_I_DMA_CONTROL, control);
James Ketrenos43f66a62005-03-25 12:31:53 -06002812
2813 IPW_DEBUG_FW("<< :\n");
2814 return 0;
2815}
2816
2817static void ipw_fw_dma_dump_command_block(struct ipw_priv *priv)
2818{
2819 u32 address;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002820 u32 register_value = 0;
2821 u32 cb_fields_address = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002822
2823 IPW_DEBUG_FW(">> :\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002824 address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002825 IPW_DEBUG_FW_INFO("Current CB is 0x%x\n", address);
James Ketrenos43f66a62005-03-25 12:31:53 -06002826
2827 /* Read the DMA Controlor register */
James Ketrenosb095c382005-08-24 22:04:42 -05002828 register_value = ipw_read_reg32(priv, IPW_DMA_I_DMA_CONTROL);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002829 IPW_DEBUG_FW_INFO("IPW_DMA_I_DMA_CONTROL is 0x%x\n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002830
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002831 /* Print the CB values */
James Ketrenos43f66a62005-03-25 12:31:53 -06002832 cb_fields_address = address;
2833 register_value = ipw_read_reg32(priv, cb_fields_address);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002834 IPW_DEBUG_FW_INFO("Current CB Control Field is 0x%x\n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002835
2836 cb_fields_address += sizeof(u32);
2837 register_value = ipw_read_reg32(priv, cb_fields_address);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002838 IPW_DEBUG_FW_INFO("Current CB Source Field is 0x%x\n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002839
2840 cb_fields_address += sizeof(u32);
2841 register_value = ipw_read_reg32(priv, cb_fields_address);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002842 IPW_DEBUG_FW_INFO("Current CB Destination Field is 0x%x\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06002843 register_value);
2844
2845 cb_fields_address += sizeof(u32);
2846 register_value = ipw_read_reg32(priv, cb_fields_address);
Frans Pop9fd1ea42010-03-24 19:46:31 +01002847 IPW_DEBUG_FW_INFO("Current CB Status Field is 0x%x\n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002848
2849 IPW_DEBUG_FW(">> :\n");
2850}
2851
2852static int ipw_fw_dma_command_block_index(struct ipw_priv *priv)
2853{
2854 u32 current_cb_address = 0;
2855 u32 current_cb_index = 0;
2856
2857 IPW_DEBUG_FW("<< :\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002858 current_cb_address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB);
Jeff Garzikbf794512005-07-31 13:07:26 -04002859
James Ketrenosb095c382005-08-24 22:04:42 -05002860 current_cb_index = (current_cb_address - IPW_SHARED_SRAM_DMA_CONTROL) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002861 sizeof(struct command_block);
Jeff Garzikbf794512005-07-31 13:07:26 -04002862
Frans Pop9fd1ea42010-03-24 19:46:31 +01002863 IPW_DEBUG_FW_INFO("Current CB index 0x%x address = 0x%X\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002864 current_cb_index, current_cb_address);
James Ketrenos43f66a62005-03-25 12:31:53 -06002865
2866 IPW_DEBUG_FW(">> :\n");
2867 return current_cb_index;
2868
2869}
2870
2871static int ipw_fw_dma_add_command_block(struct ipw_priv *priv,
2872 u32 src_address,
2873 u32 dest_address,
2874 u32 length,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002875 int interrupt_enabled, int is_last)
James Ketrenos43f66a62005-03-25 12:31:53 -06002876{
2877
Jeff Garzikbf794512005-07-31 13:07:26 -04002878 u32 control = CB_VALID | CB_SRC_LE | CB_DEST_LE | CB_SRC_AUTOINC |
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002879 CB_SRC_IO_GATED | CB_DEST_AUTOINC | CB_SRC_SIZE_LONG |
2880 CB_DEST_SIZE_LONG;
James Ketrenos43f66a62005-03-25 12:31:53 -06002881 struct command_block *cb;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002882 u32 last_cb_element = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002883
2884 IPW_DEBUG_FW_INFO("src_address=0x%x dest_address=0x%x length=0x%x\n",
2885 src_address, dest_address, length);
2886
2887 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL)
2888 return -1;
2889
2890 last_cb_element = priv->sram_desc.last_cb_index;
2891 cb = &priv->sram_desc.cb_list[last_cb_element];
2892 priv->sram_desc.last_cb_index++;
2893
2894 /* Calculate the new CB control word */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002895 if (interrupt_enabled)
James Ketrenos43f66a62005-03-25 12:31:53 -06002896 control |= CB_INT_ENABLED;
2897
2898 if (is_last)
2899 control |= CB_LAST_VALID;
Jeff Garzikbf794512005-07-31 13:07:26 -04002900
James Ketrenos43f66a62005-03-25 12:31:53 -06002901 control |= length;
2902
2903 /* Calculate the CB Element's checksum value */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002904 cb->status = control ^ src_address ^ dest_address;
James Ketrenos43f66a62005-03-25 12:31:53 -06002905
2906 /* Copy the Source and Destination addresses */
2907 cb->dest_addr = dest_address;
2908 cb->source_addr = src_address;
2909
2910 /* Copy the Control Word last */
2911 cb->control = control;
2912
2913 return 0;
2914}
2915
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002916static int ipw_fw_dma_add_buffer(struct ipw_priv *priv, dma_addr_t *src_address,
2917 int nr, u32 dest_address, u32 len)
James Ketrenos43f66a62005-03-25 12:31:53 -06002918{
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002919 int ret, i;
2920 u32 size;
2921
Frans Pop9fd1ea42010-03-24 19:46:31 +01002922 IPW_DEBUG_FW(">>\n");
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002923 IPW_DEBUG_FW_INFO("nr=%d dest_address=0x%x len=0x%x\n",
2924 nr, dest_address, len);
2925
2926 for (i = 0; i < nr; i++) {
2927 size = min_t(u32, len - i * CB_MAX_LENGTH, CB_MAX_LENGTH);
2928 ret = ipw_fw_dma_add_command_block(priv, src_address[i],
2929 dest_address +
2930 i * CB_MAX_LENGTH, size,
2931 0, 0);
2932 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002933 IPW_DEBUG_FW_INFO(": Failed\n");
2934 return -1;
Jeff Garzikbf794512005-07-31 13:07:26 -04002935 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06002936 IPW_DEBUG_FW_INFO(": Added new cb\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002937 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002938
Frans Pop9fd1ea42010-03-24 19:46:31 +01002939 IPW_DEBUG_FW("<<\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002940 return 0;
2941}
2942
2943static int ipw_fw_dma_wait(struct ipw_priv *priv)
2944{
Zhu Yi397ae122006-01-24 16:37:22 +08002945 u32 current_index = 0, previous_index;
James Ketrenos43f66a62005-03-25 12:31:53 -06002946 u32 watchdog = 0;
2947
Frans Pop9fd1ea42010-03-24 19:46:31 +01002948 IPW_DEBUG_FW(">> :\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002949
2950 current_index = ipw_fw_dma_command_block_index(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08002951 IPW_DEBUG_FW_INFO("sram_desc.last_cb_index:0x%08X\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002952 (int)priv->sram_desc.last_cb_index);
James Ketrenos43f66a62005-03-25 12:31:53 -06002953
2954 while (current_index < priv->sram_desc.last_cb_index) {
2955 udelay(50);
Zhu Yi397ae122006-01-24 16:37:22 +08002956 previous_index = current_index;
James Ketrenos43f66a62005-03-25 12:31:53 -06002957 current_index = ipw_fw_dma_command_block_index(priv);
2958
Zhu Yi397ae122006-01-24 16:37:22 +08002959 if (previous_index < current_index) {
2960 watchdog = 0;
2961 continue;
2962 }
2963 if (++watchdog > 400) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002964 IPW_DEBUG_FW_INFO("Timeout\n");
2965 ipw_fw_dma_dump_command_block(priv);
2966 ipw_fw_dma_abort(priv);
2967 return -1;
2968 }
2969 }
2970
2971 ipw_fw_dma_abort(priv);
2972
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002973 /*Disable the DMA in the CSR register */
James Ketrenosb095c382005-08-24 22:04:42 -05002974 ipw_set_bit(priv, IPW_RESET_REG,
2975 IPW_RESET_REG_MASTER_DISABLED | IPW_RESET_REG_STOP_MASTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06002976
Frans Pop9fd1ea42010-03-24 19:46:31 +01002977 IPW_DEBUG_FW("<< dmaWaitSync\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002978 return 0;
2979}
2980
Jeff Garzikbf794512005-07-31 13:07:26 -04002981static void ipw_remove_current_network(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002982{
2983 struct list_head *element, *safe;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002984 struct libipw_network *network = NULL;
James Ketrenosa613bff2005-08-24 21:43:11 -05002985 unsigned long flags;
2986
2987 spin_lock_irqsave(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002988 list_for_each_safe(element, safe, &priv->ieee->network_list) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002989 network = list_entry(element, struct libipw_network, list);
James Ketrenos43f66a62005-03-25 12:31:53 -06002990 if (!memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
2991 list_del(element);
Jeff Garzikbf794512005-07-31 13:07:26 -04002992 list_add_tail(&network->list,
James Ketrenos43f66a62005-03-25 12:31:53 -06002993 &priv->ieee->network_free_list);
2994 }
2995 }
James Ketrenosa613bff2005-08-24 21:43:11 -05002996 spin_unlock_irqrestore(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002997}
2998
2999/**
Jeff Garzikbf794512005-07-31 13:07:26 -04003000 * Check that card is still alive.
James Ketrenos43f66a62005-03-25 12:31:53 -06003001 * Reads debug register from domain0.
3002 * If card is present, pre-defined value should
3003 * be found there.
Jeff Garzikbf794512005-07-31 13:07:26 -04003004 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003005 * @param priv
3006 * @return 1 if card is present, 0 otherwise
3007 */
3008static inline int ipw_alive(struct ipw_priv *priv)
3009{
3010 return ipw_read32(priv, 0x90) == 0xd55555d5;
3011}
3012
Zhu Yic7b6a672006-01-24 16:37:05 +08003013/* timeout in msec, attempted in 10-msec quanta */
Arjan van de Ven858119e2006-01-14 13:20:43 -08003014static int ipw_poll_bit(struct ipw_priv *priv, u32 addr, u32 mask,
James Ketrenos43f66a62005-03-25 12:31:53 -06003015 int timeout)
3016{
3017 int i = 0;
3018
3019 do {
Jeff Garzikbf794512005-07-31 13:07:26 -04003020 if ((ipw_read32(priv, addr) & mask) == mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06003021 return i;
3022 mdelay(10);
3023 i += 10;
3024 } while (i < timeout);
Jeff Garzikbf794512005-07-31 13:07:26 -04003025
James Ketrenos43f66a62005-03-25 12:31:53 -06003026 return -ETIME;
3027}
3028
Jeff Garzikbf794512005-07-31 13:07:26 -04003029/* These functions load the firmware and micro code for the operation of
James Ketrenos43f66a62005-03-25 12:31:53 -06003030 * the ipw hardware. It assumes the buffer has all the bits for the
3031 * image and the caller is handling the memory allocation and clean up.
3032 */
3033
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003034static int ipw_stop_master(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06003035{
3036 int rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003037
Frans Pop9fd1ea42010-03-24 19:46:31 +01003038 IPW_DEBUG_TRACE(">>\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003039 /* stop master. typical delay - 0 */
James Ketrenosb095c382005-08-24 22:04:42 -05003040 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06003041
Zhu Yic7b6a672006-01-24 16:37:05 +08003042 /* timeout is in msec, polled in 10-msec quanta */
James Ketrenosb095c382005-08-24 22:04:42 -05003043 rc = ipw_poll_bit(priv, IPW_RESET_REG,
3044 IPW_RESET_REG_MASTER_DISABLED, 100);
James Ketrenos43f66a62005-03-25 12:31:53 -06003045 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003046 IPW_ERROR("wait for stop master failed after 100ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003047 return -1;
3048 }
3049
3050 IPW_DEBUG_INFO("stop master %dms\n", rc);
3051
3052 return rc;
3053}
3054
3055static void ipw_arc_release(struct ipw_priv *priv)
3056{
Frans Pop9fd1ea42010-03-24 19:46:31 +01003057 IPW_DEBUG_TRACE(">>\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003058 mdelay(5);
3059
James Ketrenosb095c382005-08-24 22:04:42 -05003060 ipw_clear_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET);
James Ketrenos43f66a62005-03-25 12:31:53 -06003061
3062 /* no one knows timing, for safety add some delay */
3063 mdelay(5);
3064}
3065
James Ketrenos43f66a62005-03-25 12:31:53 -06003066struct fw_chunk {
Al Viroe62e1ee2007-12-27 01:36:46 -05003067 __le32 address;
3068 __le32 length;
James Ketrenos43f66a62005-03-25 12:31:53 -06003069};
3070
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003071static int ipw_load_ucode(struct ipw_priv *priv, u8 * data, size_t len)
James Ketrenos43f66a62005-03-25 12:31:53 -06003072{
3073 int rc = 0, i, addr;
3074 u8 cr = 0;
Al Viroe62e1ee2007-12-27 01:36:46 -05003075 __le16 *image;
James Ketrenos43f66a62005-03-25 12:31:53 -06003076
Al Viroe62e1ee2007-12-27 01:36:46 -05003077 image = (__le16 *) data;
Jeff Garzikbf794512005-07-31 13:07:26 -04003078
Frans Pop9fd1ea42010-03-24 19:46:31 +01003079 IPW_DEBUG_TRACE(">>\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003080
3081 rc = ipw_stop_master(priv);
3082
3083 if (rc < 0)
3084 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003085
James Ketrenosb095c382005-08-24 22:04:42 -05003086 for (addr = IPW_SHARED_LOWER_BOUND;
3087 addr < IPW_REGISTER_DOMAIN1_END; addr += 4) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003088 ipw_write32(priv, addr, 0);
3089 }
3090
3091 /* no ucode (yet) */
3092 memset(&priv->dino_alive, 0, sizeof(priv->dino_alive));
3093 /* destroy DMA queues */
3094 /* reset sequence */
3095
James Ketrenosb095c382005-08-24 22:04:42 -05003096 ipw_write_reg32(priv, IPW_MEM_HALT_AND_RESET, IPW_BIT_HALT_RESET_ON);
James Ketrenos43f66a62005-03-25 12:31:53 -06003097 ipw_arc_release(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05003098 ipw_write_reg32(priv, IPW_MEM_HALT_AND_RESET, IPW_BIT_HALT_RESET_OFF);
James Ketrenos43f66a62005-03-25 12:31:53 -06003099 mdelay(1);
3100
3101 /* reset PHY */
James Ketrenosb095c382005-08-24 22:04:42 -05003102 ipw_write_reg32(priv, IPW_INTERNAL_CMD_EVENT, IPW_BASEBAND_POWER_DOWN);
James Ketrenos43f66a62005-03-25 12:31:53 -06003103 mdelay(1);
Jeff Garzikbf794512005-07-31 13:07:26 -04003104
James Ketrenosb095c382005-08-24 22:04:42 -05003105 ipw_write_reg32(priv, IPW_INTERNAL_CMD_EVENT, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003106 mdelay(1);
Jeff Garzikbf794512005-07-31 13:07:26 -04003107
James Ketrenos43f66a62005-03-25 12:31:53 -06003108 /* enable ucode store */
Zhu Yic8fe6672006-01-24 16:36:36 +08003109 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0x0);
3110 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, DINO_ENABLE_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06003111 mdelay(1);
3112
3113 /* write ucode */
3114 /**
3115 * @bug
3116 * Do NOT set indirect address register once and then
3117 * store data to indirect data register in the loop.
3118 * It seems very reasonable, but in this case DINO do not
3119 * accept ucode. It is essential to set address each time.
3120 */
3121 /* load new ipw uCode */
3122 for (i = 0; i < len / 2; i++)
James Ketrenosb095c382005-08-24 22:04:42 -05003123 ipw_write_reg16(priv, IPW_BASEBAND_CONTROL_STORE,
Al Viroe62e1ee2007-12-27 01:36:46 -05003124 le16_to_cpu(image[i]));
James Ketrenos43f66a62005-03-25 12:31:53 -06003125
James Ketrenos43f66a62005-03-25 12:31:53 -06003126 /* enable DINO */
James Ketrenosb095c382005-08-24 22:04:42 -05003127 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0);
3128 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, DINO_ENABLE_SYSTEM);
James Ketrenos43f66a62005-03-25 12:31:53 -06003129
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003130 /* this is where the igx / win driver deveates from the VAP driver. */
James Ketrenos43f66a62005-03-25 12:31:53 -06003131
3132 /* wait for alive response */
3133 for (i = 0; i < 100; i++) {
3134 /* poll for incoming data */
James Ketrenosb095c382005-08-24 22:04:42 -05003135 cr = ipw_read_reg8(priv, IPW_BASEBAND_CONTROL_STATUS);
James Ketrenos43f66a62005-03-25 12:31:53 -06003136 if (cr & DINO_RXFIFO_DATA)
3137 break;
3138 mdelay(1);
3139 }
3140
3141 if (cr & DINO_RXFIFO_DATA) {
3142 /* alive_command_responce size is NOT multiple of 4 */
Al Viroe62e1ee2007-12-27 01:36:46 -05003143 __le32 response_buffer[(sizeof(priv->dino_alive) + 3) / 4];
Jeff Garzikbf794512005-07-31 13:07:26 -04003144
3145 for (i = 0; i < ARRAY_SIZE(response_buffer); i++)
James Ketrenos43f66a62005-03-25 12:31:53 -06003146 response_buffer[i] =
Al Viroe62e1ee2007-12-27 01:36:46 -05003147 cpu_to_le32(ipw_read_reg32(priv,
James Ketrenosb095c382005-08-24 22:04:42 -05003148 IPW_BASEBAND_RX_FIFO_READ));
James Ketrenos43f66a62005-03-25 12:31:53 -06003149 memcpy(&priv->dino_alive, response_buffer,
3150 sizeof(priv->dino_alive));
3151 if (priv->dino_alive.alive_command == 1
3152 && priv->dino_alive.ucode_valid == 1) {
3153 rc = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003154 IPW_DEBUG_INFO
3155 ("Microcode OK, rev. %d (0x%x) dev. %d (0x%x) "
3156 "of %02d/%02d/%02d %02d:%02d\n",
3157 priv->dino_alive.software_revision,
3158 priv->dino_alive.software_revision,
3159 priv->dino_alive.device_identifier,
3160 priv->dino_alive.device_identifier,
3161 priv->dino_alive.time_stamp[0],
3162 priv->dino_alive.time_stamp[1],
3163 priv->dino_alive.time_stamp[2],
3164 priv->dino_alive.time_stamp[3],
3165 priv->dino_alive.time_stamp[4]);
James Ketrenos43f66a62005-03-25 12:31:53 -06003166 } else {
3167 IPW_DEBUG_INFO("Microcode is not alive\n");
3168 rc = -EINVAL;
3169 }
3170 } else {
3171 IPW_DEBUG_INFO("No alive response from DINO\n");
3172 rc = -ETIME;
3173 }
3174
3175 /* disable DINO, otherwise for some reason
3176 firmware have problem getting alive resp. */
James Ketrenosb095c382005-08-24 22:04:42 -05003177 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003178
James Ketrenos43f66a62005-03-25 12:31:53 -06003179 return rc;
3180}
3181
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003182static int ipw_load_firmware(struct ipw_priv *priv, u8 * data, size_t len)
James Ketrenos43f66a62005-03-25 12:31:53 -06003183{
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003184 int ret = -1;
James Ketrenos43f66a62005-03-25 12:31:53 -06003185 int offset = 0;
3186 struct fw_chunk *chunk;
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003187 int total_nr = 0;
3188 int i;
3189 struct pci_pool *pool;
Zhu Yi41093162010-03-09 16:05:31 +08003190 void **virts;
3191 dma_addr_t *phys;
James Ketrenos43f66a62005-03-25 12:31:53 -06003192
Frans Pop9fd1ea42010-03-24 19:46:31 +01003193 IPW_DEBUG_TRACE("<< :\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003194
Zhu Yi41093162010-03-09 16:05:31 +08003195 virts = kmalloc(sizeof(void *) * CB_NUMBER_OF_ELEMENTS_SMALL,
3196 GFP_KERNEL);
3197 if (!virts)
3198 return -ENOMEM;
3199
3200 phys = kmalloc(sizeof(dma_addr_t) * CB_NUMBER_OF_ELEMENTS_SMALL,
3201 GFP_KERNEL);
3202 if (!phys) {
3203 kfree(virts);
3204 return -ENOMEM;
3205 }
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003206 pool = pci_pool_create("ipw2200", priv->pci_dev, CB_MAX_LENGTH, 0, 0);
3207 if (!pool) {
3208 IPW_ERROR("pci_pool_create failed\n");
Zhu Yi41093162010-03-09 16:05:31 +08003209 kfree(phys);
3210 kfree(virts);
James Ketrenos43f66a62005-03-25 12:31:53 -06003211 return -ENOMEM;
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003212 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003213
3214 /* Start the Dma */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003215 ret = ipw_fw_dma_enable(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003216
Alexander Beregalov0ee904c2009-04-11 14:50:23 +00003217 /* the DMA is already ready this would be a bug. */
3218 BUG_ON(priv->sram_desc.last_cb_index > 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003219
3220 do {
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003221 u32 chunk_len;
3222 u8 *start;
3223 int size;
3224 int nr = 0;
3225
James Ketrenos43f66a62005-03-25 12:31:53 -06003226 chunk = (struct fw_chunk *)(data + offset);
3227 offset += sizeof(struct fw_chunk);
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003228 chunk_len = le32_to_cpu(chunk->length);
3229 start = data + offset;
3230
3231 nr = (chunk_len + CB_MAX_LENGTH - 1) / CB_MAX_LENGTH;
3232 for (i = 0; i < nr; i++) {
3233 virts[total_nr] = pci_pool_alloc(pool, GFP_KERNEL,
3234 &phys[total_nr]);
3235 if (!virts[total_nr]) {
3236 ret = -ENOMEM;
3237 goto out;
3238 }
3239 size = min_t(u32, chunk_len - i * CB_MAX_LENGTH,
3240 CB_MAX_LENGTH);
3241 memcpy(virts[total_nr], start, size);
3242 start += size;
3243 total_nr++;
3244 /* We don't support fw chunk larger than 64*8K */
3245 BUG_ON(total_nr > CB_NUMBER_OF_ELEMENTS_SMALL);
3246 }
3247
James Ketrenos43f66a62005-03-25 12:31:53 -06003248 /* build DMA packet and queue up for sending */
Jeff Garzikbf794512005-07-31 13:07:26 -04003249 /* dma to chunk->address, the chunk->length bytes from data +
James Ketrenos43f66a62005-03-25 12:31:53 -06003250 * offeset*/
3251 /* Dma loading */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003252 ret = ipw_fw_dma_add_buffer(priv, &phys[total_nr - nr],
3253 nr, le32_to_cpu(chunk->address),
3254 chunk_len);
3255 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003256 IPW_DEBUG_INFO("dmaAddBuffer Failed\n");
3257 goto out;
3258 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003259
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003260 offset += chunk_len;
James Ketrenos43f66a62005-03-25 12:31:53 -06003261 } while (offset < len);
3262
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003263 /* Run the DMA and wait for the answer */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003264 ret = ipw_fw_dma_kick(priv);
3265 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003266 IPW_ERROR("dmaKick Failed\n");
3267 goto out;
3268 }
3269
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003270 ret = ipw_fw_dma_wait(priv);
3271 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003272 IPW_ERROR("dmaWaitSync Failed\n");
3273 goto out;
3274 }
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003275 out:
3276 for (i = 0; i < total_nr; i++)
3277 pci_pool_free(pool, virts[i], phys[i]);
3278
3279 pci_pool_destroy(pool);
Zhu Yi41093162010-03-09 16:05:31 +08003280 kfree(phys);
3281 kfree(virts);
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003282
3283 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06003284}
3285
3286/* stop nic */
3287static int ipw_stop_nic(struct ipw_priv *priv)
3288{
3289 int rc = 0;
3290
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003291 /* stop */
James Ketrenosb095c382005-08-24 22:04:42 -05003292 ipw_write32(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER);
Jeff Garzikbf794512005-07-31 13:07:26 -04003293
James Ketrenosb095c382005-08-24 22:04:42 -05003294 rc = ipw_poll_bit(priv, IPW_RESET_REG,
3295 IPW_RESET_REG_MASTER_DISABLED, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003296 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003297 IPW_ERROR("wait for reg master disabled failed after 500ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003298 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003299 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003300
James Ketrenosb095c382005-08-24 22:04:42 -05003301 ipw_set_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET);
Jeff Garzikbf794512005-07-31 13:07:26 -04003302
James Ketrenos43f66a62005-03-25 12:31:53 -06003303 return rc;
3304}
3305
3306static void ipw_start_nic(struct ipw_priv *priv)
3307{
3308 IPW_DEBUG_TRACE(">>\n");
3309
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003310 /* prvHwStartNic release ARC */
James Ketrenosb095c382005-08-24 22:04:42 -05003311 ipw_clear_bit(priv, IPW_RESET_REG,
3312 IPW_RESET_REG_MASTER_DISABLED |
3313 IPW_RESET_REG_STOP_MASTER |
James Ketrenos43f66a62005-03-25 12:31:53 -06003314 CBD_RESET_REG_PRINCETON_RESET);
Jeff Garzikbf794512005-07-31 13:07:26 -04003315
James Ketrenos43f66a62005-03-25 12:31:53 -06003316 /* enable power management */
James Ketrenosb095c382005-08-24 22:04:42 -05003317 ipw_set_bit(priv, IPW_GP_CNTRL_RW,
3318 IPW_GP_CNTRL_BIT_HOST_ALLOWS_STANDBY);
James Ketrenos43f66a62005-03-25 12:31:53 -06003319
3320 IPW_DEBUG_TRACE("<<\n");
3321}
Jeff Garzikbf794512005-07-31 13:07:26 -04003322
James Ketrenos43f66a62005-03-25 12:31:53 -06003323static int ipw_init_nic(struct ipw_priv *priv)
3324{
3325 int rc;
3326
3327 IPW_DEBUG_TRACE(">>\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04003328 /* reset */
James Ketrenos43f66a62005-03-25 12:31:53 -06003329 /*prvHwInitNic */
3330 /* set "initialization complete" bit to move adapter to D0 state */
James Ketrenosb095c382005-08-24 22:04:42 -05003331 ipw_set_bit(priv, IPW_GP_CNTRL_RW, IPW_GP_CNTRL_BIT_INIT_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003332
3333 /* low-level PLL activation */
James Ketrenosb095c382005-08-24 22:04:42 -05003334 ipw_write32(priv, IPW_READ_INT_REGISTER,
3335 IPW_BIT_INT_HOST_SRAM_READ_INT_REGISTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06003336
3337 /* wait for clock stabilization */
James Ketrenosb095c382005-08-24 22:04:42 -05003338 rc = ipw_poll_bit(priv, IPW_GP_CNTRL_RW,
3339 IPW_GP_CNTRL_BIT_CLOCK_READY, 250);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003340 if (rc < 0)
James Ketrenos43f66a62005-03-25 12:31:53 -06003341 IPW_DEBUG_INFO("FAILED wait for clock stablization\n");
3342
3343 /* assert SW reset */
James Ketrenosb095c382005-08-24 22:04:42 -05003344 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_SW_RESET);
James Ketrenos43f66a62005-03-25 12:31:53 -06003345
3346 udelay(10);
3347
3348 /* set "initialization complete" bit to move adapter to D0 state */
James Ketrenosb095c382005-08-24 22:04:42 -05003349 ipw_set_bit(priv, IPW_GP_CNTRL_RW, IPW_GP_CNTRL_BIT_INIT_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003350
3351 IPW_DEBUG_TRACE(">>\n");
3352 return 0;
3353}
3354
Jeff Garzikbf794512005-07-31 13:07:26 -04003355/* Call this function from process context, it will sleep in request_firmware.
James Ketrenos43f66a62005-03-25 12:31:53 -06003356 * Probe is an ok place to call this from.
3357 */
3358static int ipw_reset_nic(struct ipw_priv *priv)
3359{
3360 int rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05003361 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06003362
3363 IPW_DEBUG_TRACE(">>\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04003364
James Ketrenos43f66a62005-03-25 12:31:53 -06003365 rc = ipw_init_nic(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04003366
James Ketrenosa613bff2005-08-24 21:43:11 -05003367 spin_lock_irqsave(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003368 /* Clear the 'host command active' bit... */
3369 priv->status &= ~STATUS_HCMD_ACTIVE;
3370 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosafbf30a2005-08-25 00:05:33 -05003371 priv->status &= ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
3372 wake_up_interruptible(&priv->wait_state);
James Ketrenosa613bff2005-08-24 21:43:11 -05003373 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003374
3375 IPW_DEBUG_TRACE("<<\n");
3376 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003377}
James Ketrenos43f66a62005-03-25 12:31:53 -06003378
James Ketrenos9006ea72006-03-08 03:22:28 +08003379
3380struct ipw_fw {
Zhu Yi0070f8c2006-04-13 17:20:12 +08003381 __le32 ver;
3382 __le32 boot_size;
3383 __le32 ucode_size;
3384 __le32 fw_size;
James Ketrenos9006ea72006-03-08 03:22:28 +08003385 u8 data[0];
3386};
3387
Jeff Garzikbf794512005-07-31 13:07:26 -04003388static int ipw_get_fw(struct ipw_priv *priv,
James Ketrenos9006ea72006-03-08 03:22:28 +08003389 const struct firmware **raw, const char *name)
James Ketrenos43f66a62005-03-25 12:31:53 -06003390{
James Ketrenos9006ea72006-03-08 03:22:28 +08003391 struct ipw_fw *fw;
James Ketrenos43f66a62005-03-25 12:31:53 -06003392 int rc;
3393
3394 /* ask firmware_class module to get the boot firmware off disk */
James Ketrenos9006ea72006-03-08 03:22:28 +08003395 rc = request_firmware(raw, name, &priv->pci_dev->dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06003396 if (rc < 0) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003397 IPW_ERROR("%s request_firmware failed: Reason %d\n", name, rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003398 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003399 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003400
James Ketrenos9006ea72006-03-08 03:22:28 +08003401 if ((*raw)->size < sizeof(*fw)) {
3402 IPW_ERROR("%s is too small (%zd)\n", name, (*raw)->size);
James Ketrenos43f66a62005-03-25 12:31:53 -06003403 return -EINVAL;
3404 }
3405
James Ketrenos9006ea72006-03-08 03:22:28 +08003406 fw = (void *)(*raw)->data;
3407
Zhu Yi0070f8c2006-04-13 17:20:12 +08003408 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) +
3409 le32_to_cpu(fw->ucode_size) + le32_to_cpu(fw->fw_size)) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003410 IPW_ERROR("%s is too small or corrupt (%zd)\n",
3411 name, (*raw)->size);
3412 return -EINVAL;
3413 }
3414
3415 IPW_DEBUG_INFO("Read firmware '%s' image v%d.%d (%zd bytes)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06003416 name,
James Ketrenos9006ea72006-03-08 03:22:28 +08003417 le32_to_cpu(fw->ver) >> 16,
3418 le32_to_cpu(fw->ver) & 0xff,
3419 (*raw)->size - sizeof(*fw));
James Ketrenos43f66a62005-03-25 12:31:53 -06003420 return 0;
3421}
3422
James Ketrenosb095c382005-08-24 22:04:42 -05003423#define IPW_RX_BUF_SIZE (3000)
James Ketrenos43f66a62005-03-25 12:31:53 -06003424
Arjan van de Ven858119e2006-01-14 13:20:43 -08003425static void ipw_rx_queue_reset(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06003426 struct ipw_rx_queue *rxq)
3427{
3428 unsigned long flags;
3429 int i;
3430
3431 spin_lock_irqsave(&rxq->lock, flags);
3432
3433 INIT_LIST_HEAD(&rxq->rx_free);
3434 INIT_LIST_HEAD(&rxq->rx_used);
3435
3436 /* Fill the rx_used queue with _all_ of the Rx buffers */
3437 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
3438 /* In the reset function, these buffers may have been allocated
3439 * to an SKB, so we need to unmap and free potential storage */
3440 if (rxq->pool[i].skb != NULL) {
3441 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05003442 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003443 dev_kfree_skb(rxq->pool[i].skb);
James Ketrenosa613bff2005-08-24 21:43:11 -05003444 rxq->pool[i].skb = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003445 }
3446 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
3447 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003448
James Ketrenos43f66a62005-03-25 12:31:53 -06003449 /* Set us so that we have processed and used all buffers, but have
3450 * not restocked the Rx queue with fresh buffers */
3451 rxq->read = rxq->write = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06003452 rxq->free_count = 0;
3453 spin_unlock_irqrestore(&rxq->lock, flags);
3454}
3455
3456#ifdef CONFIG_PM
3457static int fw_loaded = 0;
James Ketrenos9006ea72006-03-08 03:22:28 +08003458static const struct firmware *raw = NULL;
James Ketrenosafbf30a2005-08-25 00:05:33 -05003459
3460static void free_firmware(void)
3461{
3462 if (fw_loaded) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003463 release_firmware(raw);
3464 raw = NULL;
James Ketrenosafbf30a2005-08-25 00:05:33 -05003465 fw_loaded = 0;
3466 }
3467}
3468#else
3469#define free_firmware() do {} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -06003470#endif
3471
3472static int ipw_load(struct ipw_priv *priv)
3473{
3474#ifndef CONFIG_PM
James Ketrenos9006ea72006-03-08 03:22:28 +08003475 const struct firmware *raw = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003476#endif
James Ketrenos9006ea72006-03-08 03:22:28 +08003477 struct ipw_fw *fw;
3478 u8 *boot_img, *ucode_img, *fw_img;
3479 u8 *name = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003480 int rc = 0, retries = 3;
3481
Zhu Yi397ae122006-01-24 16:37:22 +08003482 switch (priv->ieee->iw_mode) {
3483 case IW_MODE_ADHOC:
James Ketrenos9006ea72006-03-08 03:22:28 +08003484 name = "ipw2200-ibss.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003485 break;
James Ketrenosb095c382005-08-24 22:04:42 -05003486#ifdef CONFIG_IPW2200_MONITOR
Zhu Yi397ae122006-01-24 16:37:22 +08003487 case IW_MODE_MONITOR:
James Ketrenos9006ea72006-03-08 03:22:28 +08003488 name = "ipw2200-sniffer.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003489 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06003490#endif
Zhu Yi397ae122006-01-24 16:37:22 +08003491 case IW_MODE_INFRA:
James Ketrenos9006ea72006-03-08 03:22:28 +08003492 name = "ipw2200-bss.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003493 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06003494 }
Zhu Yi397ae122006-01-24 16:37:22 +08003495
James Ketrenos9006ea72006-03-08 03:22:28 +08003496 if (!name) {
3497 rc = -EINVAL;
3498 goto error;
3499 }
3500
3501#ifdef CONFIG_PM
3502 if (!fw_loaded) {
3503#endif
3504 rc = ipw_get_fw(priv, &raw, name);
3505 if (rc < 0)
3506 goto error;
3507#ifdef CONFIG_PM
3508 }
3509#endif
3510
3511 fw = (void *)raw->data;
3512 boot_img = &fw->data[0];
Zhu Yi0070f8c2006-04-13 17:20:12 +08003513 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)];
3514 fw_img = &fw->data[le32_to_cpu(fw->boot_size) +
3515 le32_to_cpu(fw->ucode_size)];
James Ketrenos9006ea72006-03-08 03:22:28 +08003516
Zhu Yi397ae122006-01-24 16:37:22 +08003517 if (rc < 0)
3518 goto error;
James Ketrenos43f66a62005-03-25 12:31:53 -06003519
3520 if (!priv->rxq)
3521 priv->rxq = ipw_rx_queue_alloc(priv);
3522 else
3523 ipw_rx_queue_reset(priv, priv->rxq);
3524 if (!priv->rxq) {
3525 IPW_ERROR("Unable to initialize Rx queue\n");
3526 goto error;
3527 }
3528
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003529 retry:
James Ketrenos43f66a62005-03-25 12:31:53 -06003530 /* Ensure interrupts are disabled */
James Ketrenosb095c382005-08-24 22:04:42 -05003531 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -06003532 priv->status &= ~STATUS_INT_ENABLED;
3533
3534 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003535 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
Jeff Garzikbf794512005-07-31 13:07:26 -04003536
James Ketrenos43f66a62005-03-25 12:31:53 -06003537 ipw_stop_nic(priv);
3538
3539 rc = ipw_reset_nic(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08003540 if (rc < 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003541 IPW_ERROR("Unable to reset NIC\n");
3542 goto error;
3543 }
3544
James Ketrenosb095c382005-08-24 22:04:42 -05003545 ipw_zero_memory(priv, IPW_NIC_SRAM_LOWER_BOUND,
3546 IPW_NIC_SRAM_UPPER_BOUND - IPW_NIC_SRAM_LOWER_BOUND);
James Ketrenos43f66a62005-03-25 12:31:53 -06003547
3548 /* DMA the initial boot firmware into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003549 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size));
James Ketrenos43f66a62005-03-25 12:31:53 -06003550 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003551 IPW_ERROR("Unable to load boot firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003552 goto error;
3553 }
3554
3555 /* kick start the device */
3556 ipw_start_nic(priv);
3557
Zhu Yic7b6a672006-01-24 16:37:05 +08003558 /* wait for the device to finish its initial startup sequence */
James Ketrenosb095c382005-08-24 22:04:42 -05003559 rc = ipw_poll_bit(priv, IPW_INTA_RW,
3560 IPW_INTA_BIT_FW_INITIALIZATION_DONE, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003561 if (rc < 0) {
3562 IPW_ERROR("device failed to boot initial fw image\n");
3563 goto error;
3564 }
3565 IPW_DEBUG_INFO("initial device response after %dms\n", rc);
3566
Jeff Garzikbf794512005-07-31 13:07:26 -04003567 /* ack fw init done interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05003568 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_BIT_FW_INITIALIZATION_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003569
3570 /* DMA the ucode into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003571 rc = ipw_load_ucode(priv, ucode_img, le32_to_cpu(fw->ucode_size));
James Ketrenos43f66a62005-03-25 12:31:53 -06003572 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003573 IPW_ERROR("Unable to load ucode: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003574 goto error;
3575 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003576
James Ketrenos43f66a62005-03-25 12:31:53 -06003577 /* stop nic */
3578 ipw_stop_nic(priv);
3579
3580 /* DMA bss firmware into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003581 rc = ipw_load_firmware(priv, fw_img, le32_to_cpu(fw->fw_size));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003582 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003583 IPW_ERROR("Unable to load firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003584 goto error;
3585 }
Zhu Yi397ae122006-01-24 16:37:22 +08003586#ifdef CONFIG_PM
3587 fw_loaded = 1;
3588#endif
3589
James Ketrenos43f66a62005-03-25 12:31:53 -06003590 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
3591
3592 rc = ipw_queue_reset(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08003593 if (rc < 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003594 IPW_ERROR("Unable to initialize queues\n");
3595 goto error;
3596 }
3597
3598 /* Ensure interrupts are disabled */
James Ketrenosb095c382005-08-24 22:04:42 -05003599 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenosc848d0a2005-08-24 21:56:24 -05003600 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003601 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
Jeff Garzikbf794512005-07-31 13:07:26 -04003602
James Ketrenos43f66a62005-03-25 12:31:53 -06003603 /* kick start the device */
3604 ipw_start_nic(priv);
3605
James Ketrenosb095c382005-08-24 22:04:42 -05003606 if (ipw_read32(priv, IPW_INTA_RW) & IPW_INTA_BIT_PARITY_ERROR) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003607 if (retries > 0) {
3608 IPW_WARNING("Parity error. Retrying init.\n");
3609 retries--;
3610 goto retry;
3611 }
3612
3613 IPW_ERROR("TODO: Handle parity error -- schedule restart?\n");
3614 rc = -EIO;
3615 goto error;
3616 }
3617
3618 /* wait for the device */
James Ketrenosb095c382005-08-24 22:04:42 -05003619 rc = ipw_poll_bit(priv, IPW_INTA_RW,
3620 IPW_INTA_BIT_FW_INITIALIZATION_DONE, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003621 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003622 IPW_ERROR("device failed to start within 500ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003623 goto error;
3624 }
3625 IPW_DEBUG_INFO("device response after %dms\n", rc);
3626
3627 /* ack fw init done interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05003628 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_BIT_FW_INITIALIZATION_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003629
3630 /* read eeprom data and initialize the eeprom region of sram */
3631 priv->eeprom_delay = 1;
Jeff Garzikbf794512005-07-31 13:07:26 -04003632 ipw_eeprom_init_sram(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003633
3634 /* enable interrupts */
3635 ipw_enable_interrupts(priv);
3636
3637 /* Ensure our queue has valid packets */
3638 ipw_rx_queue_replenish(priv);
3639
James Ketrenosb095c382005-08-24 22:04:42 -05003640 ipw_write32(priv, IPW_RX_READ_INDEX, priv->rxq->read);
James Ketrenos43f66a62005-03-25 12:31:53 -06003641
3642 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003643 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -06003644
3645#ifndef CONFIG_PM
James Ketrenos9006ea72006-03-08 03:22:28 +08003646 release_firmware(raw);
James Ketrenos43f66a62005-03-25 12:31:53 -06003647#endif
3648 return 0;
3649
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003650 error:
James Ketrenos43f66a62005-03-25 12:31:53 -06003651 if (priv->rxq) {
3652 ipw_rx_queue_free(priv, priv->rxq);
3653 priv->rxq = NULL;
3654 }
3655 ipw_tx_queue_free(priv);
James Ketrenos9006ea72006-03-08 03:22:28 +08003656 if (raw)
3657 release_firmware(raw);
James Ketrenos43f66a62005-03-25 12:31:53 -06003658#ifdef CONFIG_PM
3659 fw_loaded = 0;
James Ketrenos9006ea72006-03-08 03:22:28 +08003660 raw = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003661#endif
3662
3663 return rc;
3664}
3665
Jeff Garzikbf794512005-07-31 13:07:26 -04003666/**
James Ketrenos43f66a62005-03-25 12:31:53 -06003667 * DMA services
3668 *
3669 * Theory of operation
3670 *
3671 * A queue is a circular buffers with 'Read' and 'Write' pointers.
3672 * 2 empty entries always kept in the buffer to protect from overflow.
3673 *
3674 * For Tx queue, there are low mark and high mark limits. If, after queuing
Jeff Garzikbf794512005-07-31 13:07:26 -04003675 * the packet for Tx, free space become < low mark, Tx queue stopped. When
3676 * reclaiming packets (on 'tx done IRQ), if free space become > high mark,
James Ketrenos43f66a62005-03-25 12:31:53 -06003677 * Tx queue resumed.
3678 *
3679 * The IPW operates with six queues, one receive queue in the device's
3680 * sram, one transmit queue for sending commands to the device firmware,
Jeff Garzikbf794512005-07-31 13:07:26 -04003681 * and four transmit queues for data.
James Ketrenos43f66a62005-03-25 12:31:53 -06003682 *
Jeff Garzikbf794512005-07-31 13:07:26 -04003683 * The four transmit queues allow for performing quality of service (qos)
James Ketrenos43f66a62005-03-25 12:31:53 -06003684 * transmissions as per the 802.11 protocol. Currently Linux does not
Jeff Garzikbf794512005-07-31 13:07:26 -04003685 * provide a mechanism to the user for utilizing prioritized queues, so
James Ketrenos43f66a62005-03-25 12:31:53 -06003686 * we only utilize the first data transmit queue (queue1).
3687 */
3688
3689/**
3690 * Driver allocates buffers of this size for Rx
3691 */
3692
Dan Williams943dbef2008-02-14 17:49:41 -05003693/**
3694 * ipw_rx_queue_space - Return number of free slots available in queue.
3695 */
3696static int ipw_rx_queue_space(const struct ipw_rx_queue *q)
3697{
3698 int s = q->read - q->write;
3699 if (s <= 0)
3700 s += RX_QUEUE_SIZE;
3701 /* keep some buffer to not confuse full and empty queue */
3702 s -= 2;
3703 if (s < 0)
3704 s = 0;
3705 return s;
3706}
3707
3708static inline int ipw_tx_queue_space(const struct clx2_queue *q)
James Ketrenos43f66a62005-03-25 12:31:53 -06003709{
3710 int s = q->last_used - q->first_empty;
3711 if (s <= 0)
3712 s += q->n_bd;
3713 s -= 2; /* keep some reserve to not confuse empty and full situations */
3714 if (s < 0)
3715 s = 0;
3716 return s;
3717}
3718
3719static inline int ipw_queue_inc_wrap(int index, int n_bd)
3720{
3721 return (++index == n_bd) ? 0 : index;
3722}
3723
3724/**
3725 * Initialize common DMA queue structure
Jeff Garzikbf794512005-07-31 13:07:26 -04003726 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003727 * @param q queue to init
3728 * @param count Number of BD's to allocate. Should be power of 2
3729 * @param read_register Address for 'read' register
3730 * (not offset within BAR, full address)
3731 * @param write_register Address for 'write' register
3732 * (not offset within BAR, full address)
3733 * @param base_register Address for 'base' register
3734 * (not offset within BAR, full address)
3735 * @param size Address for 'size' register
3736 * (not offset within BAR, full address)
3737 */
Jeff Garzikbf794512005-07-31 13:07:26 -04003738static void ipw_queue_init(struct ipw_priv *priv, struct clx2_queue *q,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003739 int count, u32 read, u32 write, u32 base, u32 size)
James Ketrenos43f66a62005-03-25 12:31:53 -06003740{
3741 q->n_bd = count;
3742
3743 q->low_mark = q->n_bd / 4;
3744 if (q->low_mark < 4)
3745 q->low_mark = 4;
3746
3747 q->high_mark = q->n_bd / 8;
3748 if (q->high_mark < 2)
3749 q->high_mark = 2;
3750
3751 q->first_empty = q->last_used = 0;
3752 q->reg_r = read;
3753 q->reg_w = write;
3754
3755 ipw_write32(priv, base, q->dma_addr);
3756 ipw_write32(priv, size, count);
3757 ipw_write32(priv, read, 0);
3758 ipw_write32(priv, write, 0);
3759
3760 _ipw_read32(priv, 0x90);
3761}
3762
Jeff Garzikbf794512005-07-31 13:07:26 -04003763static int ipw_queue_tx_init(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06003764 struct clx2_tx_queue *q,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003765 int count, u32 read, u32 write, u32 base, u32 size)
James Ketrenos43f66a62005-03-25 12:31:53 -06003766{
3767 struct pci_dev *dev = priv->pci_dev;
3768
3769 q->txb = kmalloc(sizeof(q->txb[0]) * count, GFP_KERNEL);
3770 if (!q->txb) {
3771 IPW_ERROR("vmalloc for auxilary BD structures failed\n");
3772 return -ENOMEM;
3773 }
3774
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003775 q->bd =
3776 pci_alloc_consistent(dev, sizeof(q->bd[0]) * count, &q->q.dma_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -06003777 if (!q->bd) {
Jiri Bencaaa4d302005-06-07 14:58:41 +02003778 IPW_ERROR("pci_alloc_consistent(%zd) failed\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003779 sizeof(q->bd[0]) * count);
James Ketrenos43f66a62005-03-25 12:31:53 -06003780 kfree(q->txb);
3781 q->txb = NULL;
3782 return -ENOMEM;
3783 }
3784
3785 ipw_queue_init(priv, &q->q, count, read, write, base, size);
3786 return 0;
3787}
3788
3789/**
3790 * Free one TFD, those at index [txq->q.last_used].
3791 * Do NOT advance any indexes
Jeff Garzikbf794512005-07-31 13:07:26 -04003792 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003793 * @param dev
3794 * @param txq
3795 */
3796static void ipw_queue_tx_free_tfd(struct ipw_priv *priv,
3797 struct clx2_tx_queue *txq)
3798{
3799 struct tfd_frame *bd = &txq->bd[txq->q.last_used];
3800 struct pci_dev *dev = priv->pci_dev;
3801 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -04003802
James Ketrenos43f66a62005-03-25 12:31:53 -06003803 /* classify bd */
3804 if (bd->control_flags.message_type == TX_HOST_COMMAND_TYPE)
3805 /* nothing to cleanup after for host commands */
3806 return;
3807
3808 /* sanity check */
James Ketrenosa613bff2005-08-24 21:43:11 -05003809 if (le32_to_cpu(bd->u.data.num_chunks) > NUM_TFD_CHUNKS) {
3810 IPW_ERROR("Too many chunks: %i\n",
3811 le32_to_cpu(bd->u.data.num_chunks));
James Ketrenos43f66a62005-03-25 12:31:53 -06003812 /** @todo issue fatal error, it is quite serious situation */
3813 return;
3814 }
3815
3816 /* unmap chunks if any */
James Ketrenosa613bff2005-08-24 21:43:11 -05003817 for (i = 0; i < le32_to_cpu(bd->u.data.num_chunks); i++) {
3818 pci_unmap_single(dev, le32_to_cpu(bd->u.data.chunk_ptr[i]),
3819 le16_to_cpu(bd->u.data.chunk_len[i]),
3820 PCI_DMA_TODEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003821 if (txq->txb[txq->q.last_used]) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04003822 libipw_txb_free(txq->txb[txq->q.last_used]);
James Ketrenos43f66a62005-03-25 12:31:53 -06003823 txq->txb[txq->q.last_used] = NULL;
3824 }
3825 }
3826}
3827
3828/**
3829 * Deallocate DMA queue.
Jeff Garzikbf794512005-07-31 13:07:26 -04003830 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003831 * Empty queue by removing and destroying all BD's.
3832 * Free all buffers.
Jeff Garzikbf794512005-07-31 13:07:26 -04003833 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003834 * @param dev
3835 * @param q
3836 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003837static void ipw_queue_tx_free(struct ipw_priv *priv, struct clx2_tx_queue *txq)
James Ketrenos43f66a62005-03-25 12:31:53 -06003838{
3839 struct clx2_queue *q = &txq->q;
3840 struct pci_dev *dev = priv->pci_dev;
3841
Jeff Garzikbf794512005-07-31 13:07:26 -04003842 if (q->n_bd == 0)
3843 return;
James Ketrenos43f66a62005-03-25 12:31:53 -06003844
3845 /* first, empty all BD's */
3846 for (; q->first_empty != q->last_used;
3847 q->last_used = ipw_queue_inc_wrap(q->last_used, q->n_bd)) {
3848 ipw_queue_tx_free_tfd(priv, txq);
3849 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003850
James Ketrenos43f66a62005-03-25 12:31:53 -06003851 /* free buffers belonging to queue itself */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003852 pci_free_consistent(dev, sizeof(txq->bd[0]) * q->n_bd, txq->bd,
James Ketrenos43f66a62005-03-25 12:31:53 -06003853 q->dma_addr);
3854 kfree(txq->txb);
3855
3856 /* 0 fill whole structure */
3857 memset(txq, 0, sizeof(*txq));
3858}
3859
James Ketrenos43f66a62005-03-25 12:31:53 -06003860/**
3861 * Destroy all DMA queues and structures
Jeff Garzikbf794512005-07-31 13:07:26 -04003862 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003863 * @param priv
3864 */
3865static void ipw_tx_queue_free(struct ipw_priv *priv)
3866{
3867 /* Tx CMD queue */
3868 ipw_queue_tx_free(priv, &priv->txq_cmd);
3869
3870 /* Tx queues */
3871 ipw_queue_tx_free(priv, &priv->txq[0]);
3872 ipw_queue_tx_free(priv, &priv->txq[1]);
3873 ipw_queue_tx_free(priv, &priv->txq[2]);
3874 ipw_queue_tx_free(priv, &priv->txq[3]);
3875}
3876
Arjan van de Ven858119e2006-01-14 13:20:43 -08003877static void ipw_create_bssid(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003878{
3879 /* First 3 bytes are manufacturer */
3880 bssid[0] = priv->mac_addr[0];
3881 bssid[1] = priv->mac_addr[1];
3882 bssid[2] = priv->mac_addr[2];
3883
3884 /* Last bytes are random */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003885 get_random_bytes(&bssid[3], ETH_ALEN - 3);
James Ketrenos43f66a62005-03-25 12:31:53 -06003886
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003887 bssid[0] &= 0xfe; /* clear multicast bit */
3888 bssid[0] |= 0x02; /* set local assignment bit (IEEE802) */
James Ketrenos43f66a62005-03-25 12:31:53 -06003889}
3890
Arjan van de Ven858119e2006-01-14 13:20:43 -08003891static u8 ipw_add_station(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003892{
3893 struct ipw_station_entry entry;
3894 int i;
3895
3896 for (i = 0; i < priv->num_stations; i++) {
3897 if (!memcmp(priv->stations[i], bssid, ETH_ALEN)) {
3898 /* Another node is active in network */
3899 priv->missed_adhoc_beacons = 0;
3900 if (!(priv->config & CFG_STATIC_CHANNEL))
3901 /* when other nodes drop out, we drop out */
3902 priv->config &= ~CFG_ADHOC_PERSIST;
3903
3904 return i;
3905 }
3906 }
3907
3908 if (i == MAX_STATIONS)
3909 return IPW_INVALID_STATION;
3910
Johannes Berge1749612008-10-27 15:59:26 -07003911 IPW_DEBUG_SCAN("Adding AdHoc station: %pM\n", bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06003912
3913 entry.reserved = 0;
3914 entry.support_mode = 0;
3915 memcpy(entry.mac_addr, bssid, ETH_ALEN);
3916 memcpy(priv->stations[i], bssid, ETH_ALEN);
3917 ipw_write_direct(priv, IPW_STATION_TABLE_LOWER + i * sizeof(entry),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003918 &entry, sizeof(entry));
James Ketrenos43f66a62005-03-25 12:31:53 -06003919 priv->num_stations++;
3920
3921 return i;
3922}
3923
Arjan van de Ven858119e2006-01-14 13:20:43 -08003924static u8 ipw_find_station(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003925{
3926 int i;
3927
Jeff Garzikbf794512005-07-31 13:07:26 -04003928 for (i = 0; i < priv->num_stations; i++)
3929 if (!memcmp(priv->stations[i], bssid, ETH_ALEN))
James Ketrenos43f66a62005-03-25 12:31:53 -06003930 return i;
3931
3932 return IPW_INVALID_STATION;
3933}
3934
3935static void ipw_send_disassociate(struct ipw_priv *priv, int quiet)
3936{
3937 int err;
3938
Hong Liu7b996592005-08-25 17:36:13 +08003939 if (priv->status & STATUS_ASSOCIATING) {
3940 IPW_DEBUG_ASSOC("Disassociating while associating.\n");
3941 queue_work(priv->workqueue, &priv->disassociate);
3942 return;
3943 }
3944
3945 if (!(priv->status & STATUS_ASSOCIATED)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003946 IPW_DEBUG_ASSOC("Disassociating while not associated.\n");
3947 return;
3948 }
3949
Johannes Berge1749612008-10-27 15:59:26 -07003950 IPW_DEBUG_ASSOC("Disassocation attempt from %pM "
James Ketrenos43f66a62005-03-25 12:31:53 -06003951 "on channel %d.\n",
Johannes Berge1749612008-10-27 15:59:26 -07003952 priv->assoc_request.bssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06003953 priv->assoc_request.channel);
3954
3955 priv->status &= ~(STATUS_ASSOCIATING | STATUS_ASSOCIATED);
3956 priv->status |= STATUS_DISASSOCIATING;
3957
3958 if (quiet)
3959 priv->assoc_request.assoc_type = HC_DISASSOC_QUIET;
3960 else
3961 priv->assoc_request.assoc_type = HC_DISASSOCIATE;
Hong Liue6324722005-09-14 21:04:15 -05003962
James Ketrenos43f66a62005-03-25 12:31:53 -06003963 err = ipw_send_associate(priv, &priv->assoc_request);
3964 if (err) {
3965 IPW_DEBUG_HC("Attempt to send [dis]associate command "
3966 "failed.\n");
3967 return;
3968 }
3969
3970}
3971
James Ketrenosc848d0a2005-08-24 21:56:24 -05003972static int ipw_disassociate(void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -06003973{
James Ketrenosc848d0a2005-08-24 21:56:24 -05003974 struct ipw_priv *priv = data;
3975 if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)))
3976 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06003977 ipw_send_disassociate(data, 0);
Zhu Yib8ddafd2008-11-27 13:42:20 +08003978 netif_carrier_off(priv->net_dev);
James Ketrenosc848d0a2005-08-24 21:56:24 -05003979 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06003980}
3981
David Howellsc4028952006-11-22 14:57:56 +00003982static void ipw_bg_disassociate(struct work_struct *work)
James Ketrenos43f66a62005-03-25 12:31:53 -06003983{
David Howellsc4028952006-11-22 14:57:56 +00003984 struct ipw_priv *priv =
3985 container_of(work, struct ipw_priv, disassociate);
Zhu Yi46441512006-01-24 16:37:59 +08003986 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00003987 ipw_disassociate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08003988 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06003989}
3990
David Howellsc4028952006-11-22 14:57:56 +00003991static void ipw_system_config(struct work_struct *work)
Zhu Yid8bad6d2005-07-13 12:25:38 -05003992{
David Howellsc4028952006-11-22 14:57:56 +00003993 struct ipw_priv *priv =
3994 container_of(work, struct ipw_priv, system_config);
Zhu Yid685b8c2006-04-13 17:20:27 +08003995
3996#ifdef CONFIG_IPW2200_PROMISCUOUS
3997 if (priv->prom_net_dev && netif_running(priv->prom_net_dev)) {
3998 priv->sys_config.accept_all_data_frames = 1;
3999 priv->sys_config.accept_non_directed_frames = 1;
4000 priv->sys_config.accept_all_mgmt_bcpr = 1;
4001 priv->sys_config.accept_all_mgmt_frames = 1;
4002 }
4003#endif
4004
4005 ipw_send_system_config(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06004006}
4007
4008struct ipw_status_code {
4009 u16 status;
4010 const char *reason;
4011};
4012
4013static const struct ipw_status_code ipw_status_codes[] = {
4014 {0x00, "Successful"},
4015 {0x01, "Unspecified failure"},
4016 {0x0A, "Cannot support all requested capabilities in the "
4017 "Capability information field"},
4018 {0x0B, "Reassociation denied due to inability to confirm that "
4019 "association exists"},
4020 {0x0C, "Association denied due to reason outside the scope of this "
4021 "standard"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004022 {0x0D,
4023 "Responding station does not support the specified authentication "
James Ketrenos43f66a62005-03-25 12:31:53 -06004024 "algorithm"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004025 {0x0E,
4026 "Received an Authentication frame with authentication sequence "
James Ketrenos43f66a62005-03-25 12:31:53 -06004027 "transaction sequence number out of expected sequence"},
4028 {0x0F, "Authentication rejected because of challenge failure"},
4029 {0x10, "Authentication rejected due to timeout waiting for next "
4030 "frame in sequence"},
4031 {0x11, "Association denied because AP is unable to handle additional "
4032 "associated stations"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004033 {0x12,
4034 "Association denied due to requesting station not supporting all "
James Ketrenos43f66a62005-03-25 12:31:53 -06004035 "of the datarates in the BSSBasicServiceSet Parameter"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004036 {0x13,
4037 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004038 "short preamble operation"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004039 {0x14,
4040 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004041 "PBCC encoding"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004042 {0x15,
4043 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004044 "channel agility"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004045 {0x19,
4046 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004047 "short slot operation"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004048 {0x1A,
4049 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004050 "DSSS-OFDM operation"},
4051 {0x28, "Invalid Information Element"},
4052 {0x29, "Group Cipher is not valid"},
4053 {0x2A, "Pairwise Cipher is not valid"},
4054 {0x2B, "AKMP is not valid"},
4055 {0x2C, "Unsupported RSN IE version"},
4056 {0x2D, "Invalid RSN IE Capabilities"},
4057 {0x2E, "Cipher suite is rejected per security policy"},
4058};
4059
Jeff Garzikbf794512005-07-31 13:07:26 -04004060static const char *ipw_get_status_code(u16 status)
James Ketrenos43f66a62005-03-25 12:31:53 -06004061{
4062 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -04004063 for (i = 0; i < ARRAY_SIZE(ipw_status_codes); i++)
James Ketrenosea2b26e2005-08-24 21:25:16 -05004064 if (ipw_status_codes[i].status == (status & 0xff))
James Ketrenos43f66a62005-03-25 12:31:53 -06004065 return ipw_status_codes[i].reason;
4066 return "Unknown status value.";
4067}
James Ketrenos43f66a62005-03-25 12:31:53 -06004068
4069static void inline average_init(struct average *avg)
4070{
4071 memset(avg, 0, sizeof(*avg));
4072}
4073
Zhu Yi00d21de2006-04-13 17:19:02 +08004074#define DEPTH_RSSI 8
4075#define DEPTH_NOISE 16
4076static s16 exponential_average(s16 prev_avg, s16 val, u8 depth)
4077{
4078 return ((depth-1)*prev_avg + val)/depth;
4079}
4080
Arjan van de Ven858119e2006-01-14 13:20:43 -08004081static void average_add(struct average *avg, s16 val)
James Ketrenos43f66a62005-03-25 12:31:53 -06004082{
4083 avg->sum -= avg->entries[avg->pos];
4084 avg->sum += val;
4085 avg->entries[avg->pos++] = val;
4086 if (unlikely(avg->pos == AVG_ENTRIES)) {
4087 avg->init = 1;
4088 avg->pos = 0;
4089 }
4090}
4091
Arjan van de Ven858119e2006-01-14 13:20:43 -08004092static s16 average_value(struct average *avg)
James Ketrenos43f66a62005-03-25 12:31:53 -06004093{
4094 if (!unlikely(avg->init)) {
4095 if (avg->pos)
4096 return avg->sum / avg->pos;
4097 return 0;
4098 }
4099
4100 return avg->sum / AVG_ENTRIES;
4101}
4102
4103static void ipw_reset_stats(struct ipw_priv *priv)
4104{
4105 u32 len = sizeof(u32);
4106
4107 priv->quality = 0;
4108
4109 average_init(&priv->average_missed_beacons);
Zhu Yi00d21de2006-04-13 17:19:02 +08004110 priv->exp_avg_rssi = -60;
4111 priv->exp_avg_noise = -85 + 0x100;
James Ketrenos43f66a62005-03-25 12:31:53 -06004112
4113 priv->last_rate = 0;
4114 priv->last_missed_beacons = 0;
4115 priv->last_rx_packets = 0;
4116 priv->last_tx_packets = 0;
4117 priv->last_tx_failures = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04004118
James Ketrenos43f66a62005-03-25 12:31:53 -06004119 /* Firmware managed, reset only when NIC is restarted, so we have to
4120 * normalize on the current value */
Jeff Garzikbf794512005-07-31 13:07:26 -04004121 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC,
James Ketrenos43f66a62005-03-25 12:31:53 -06004122 &priv->last_rx_err, &len);
Jeff Garzikbf794512005-07-31 13:07:26 -04004123 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE,
James Ketrenos43f66a62005-03-25 12:31:53 -06004124 &priv->last_tx_failures, &len);
4125
4126 /* Driver managed, reset with each association */
4127 priv->missed_adhoc_beacons = 0;
4128 priv->missed_beacons = 0;
4129 priv->tx_packets = 0;
4130 priv->rx_packets = 0;
4131
4132}
4133
Arjan van de Ven858119e2006-01-14 13:20:43 -08004134static u32 ipw_get_max_rate(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06004135{
4136 u32 i = 0x80000000;
4137 u32 mask = priv->rates_mask;
4138 /* If currently associated in B mode, restrict the maximum
4139 * rate match to B rates */
4140 if (priv->assoc_request.ieee_mode == IPW_B_MODE)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004141 mask &= LIBIPW_CCK_RATES_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06004142
4143 /* TODO: Verify that the rate is supported by the current rates
4144 * list. */
4145
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004146 while (i && !(mask & i))
4147 i >>= 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06004148 switch (i) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004149 case LIBIPW_CCK_RATE_1MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004150 return 1000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004151 case LIBIPW_CCK_RATE_2MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004152 return 2000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004153 case LIBIPW_CCK_RATE_5MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004154 return 5500000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004155 case LIBIPW_OFDM_RATE_6MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004156 return 6000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004157 case LIBIPW_OFDM_RATE_9MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004158 return 9000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004159 case LIBIPW_CCK_RATE_11MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004160 return 11000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004161 case LIBIPW_OFDM_RATE_12MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004162 return 12000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004163 case LIBIPW_OFDM_RATE_18MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004164 return 18000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004165 case LIBIPW_OFDM_RATE_24MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004166 return 24000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004167 case LIBIPW_OFDM_RATE_36MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004168 return 36000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004169 case LIBIPW_OFDM_RATE_48MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004170 return 48000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004171 case LIBIPW_OFDM_RATE_54MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004172 return 54000000;
James Ketrenos43f66a62005-03-25 12:31:53 -06004173 }
4174
Jeff Garzikbf794512005-07-31 13:07:26 -04004175 if (priv->ieee->mode == IEEE_B)
James Ketrenos43f66a62005-03-25 12:31:53 -06004176 return 11000000;
4177 else
4178 return 54000000;
4179}
4180
4181static u32 ipw_get_current_rate(struct ipw_priv *priv)
4182{
4183 u32 rate, len = sizeof(rate);
4184 int err;
4185
Jeff Garzikbf794512005-07-31 13:07:26 -04004186 if (!(priv->status & STATUS_ASSOCIATED))
James Ketrenos43f66a62005-03-25 12:31:53 -06004187 return 0;
4188
4189 if (priv->tx_packets > IPW_REAL_RATE_RX_PACKET_THRESHOLD) {
Jeff Garzikbf794512005-07-31 13:07:26 -04004190 err = ipw_get_ordinal(priv, IPW_ORD_STAT_TX_CURR_RATE, &rate,
James Ketrenos43f66a62005-03-25 12:31:53 -06004191 &len);
4192 if (err) {
4193 IPW_DEBUG_INFO("failed querying ordinals.\n");
4194 return 0;
4195 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004196 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06004197 return ipw_get_max_rate(priv);
4198
4199 switch (rate) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004200 case IPW_TX_RATE_1MB:
4201 return 1000000;
4202 case IPW_TX_RATE_2MB:
4203 return 2000000;
4204 case IPW_TX_RATE_5MB:
4205 return 5500000;
4206 case IPW_TX_RATE_6MB:
4207 return 6000000;
4208 case IPW_TX_RATE_9MB:
4209 return 9000000;
4210 case IPW_TX_RATE_11MB:
4211 return 11000000;
4212 case IPW_TX_RATE_12MB:
4213 return 12000000;
4214 case IPW_TX_RATE_18MB:
4215 return 18000000;
4216 case IPW_TX_RATE_24MB:
4217 return 24000000;
4218 case IPW_TX_RATE_36MB:
4219 return 36000000;
4220 case IPW_TX_RATE_48MB:
4221 return 48000000;
4222 case IPW_TX_RATE_54MB:
4223 return 54000000;
James Ketrenos43f66a62005-03-25 12:31:53 -06004224 }
4225
4226 return 0;
4227}
4228
James Ketrenos43f66a62005-03-25 12:31:53 -06004229#define IPW_STATS_INTERVAL (2 * HZ)
4230static void ipw_gather_stats(struct ipw_priv *priv)
4231{
4232 u32 rx_err, rx_err_delta, rx_packets_delta;
4233 u32 tx_failures, tx_failures_delta, tx_packets_delta;
4234 u32 missed_beacons_percent, missed_beacons_delta;
4235 u32 quality = 0;
4236 u32 len = sizeof(u32);
4237 s16 rssi;
Jeff Garzikbf794512005-07-31 13:07:26 -04004238 u32 beacon_quality, signal_quality, tx_quality, rx_quality,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004239 rate_quality;
James Ketrenosea2b26e2005-08-24 21:25:16 -05004240 u32 max_rate;
James Ketrenos43f66a62005-03-25 12:31:53 -06004241
4242 if (!(priv->status & STATUS_ASSOCIATED)) {
4243 priv->quality = 0;
4244 return;
4245 }
4246
4247 /* Update the statistics */
Jeff Garzikbf794512005-07-31 13:07:26 -04004248 ipw_get_ordinal(priv, IPW_ORD_STAT_MISSED_BEACONS,
James Ketrenos43f66a62005-03-25 12:31:53 -06004249 &priv->missed_beacons, &len);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004250 missed_beacons_delta = priv->missed_beacons - priv->last_missed_beacons;
James Ketrenos43f66a62005-03-25 12:31:53 -06004251 priv->last_missed_beacons = priv->missed_beacons;
4252 if (priv->assoc_request.beacon_interval) {
4253 missed_beacons_percent = missed_beacons_delta *
Al Viro5b5e8072007-12-27 01:54:06 -05004254 (HZ * le16_to_cpu(priv->assoc_request.beacon_interval)) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004255 (IPW_STATS_INTERVAL * 10);
James Ketrenos43f66a62005-03-25 12:31:53 -06004256 } else {
4257 missed_beacons_percent = 0;
4258 }
4259 average_add(&priv->average_missed_beacons, missed_beacons_percent);
4260
4261 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC, &rx_err, &len);
4262 rx_err_delta = rx_err - priv->last_rx_err;
4263 priv->last_rx_err = rx_err;
4264
4265 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE, &tx_failures, &len);
4266 tx_failures_delta = tx_failures - priv->last_tx_failures;
4267 priv->last_tx_failures = tx_failures;
4268
4269 rx_packets_delta = priv->rx_packets - priv->last_rx_packets;
4270 priv->last_rx_packets = priv->rx_packets;
4271
4272 tx_packets_delta = priv->tx_packets - priv->last_tx_packets;
4273 priv->last_tx_packets = priv->tx_packets;
4274
4275 /* Calculate quality based on the following:
Jeff Garzikbf794512005-07-31 13:07:26 -04004276 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004277 * Missed beacon: 100% = 0, 0% = 70% missed
4278 * Rate: 60% = 1Mbs, 100% = Max
4279 * Rx and Tx errors represent a straight % of total Rx/Tx
4280 * RSSI: 100% = > -50, 0% = < -80
4281 * Rx errors: 100% = 0, 0% = 50% missed
Jeff Garzikbf794512005-07-31 13:07:26 -04004282 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004283 * The lowest computed quality is used.
4284 *
4285 */
4286#define BEACON_THRESHOLD 5
4287 beacon_quality = 100 - missed_beacons_percent;
4288 if (beacon_quality < BEACON_THRESHOLD)
4289 beacon_quality = 0;
4290 else
Jeff Garzikbf794512005-07-31 13:07:26 -04004291 beacon_quality = (beacon_quality - BEACON_THRESHOLD) * 100 /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004292 (100 - BEACON_THRESHOLD);
Jeff Garzikbf794512005-07-31 13:07:26 -04004293 IPW_DEBUG_STATS("Missed beacon: %3d%% (%d%%)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06004294 beacon_quality, missed_beacons_percent);
Jeff Garzikbf794512005-07-31 13:07:26 -04004295
James Ketrenos43f66a62005-03-25 12:31:53 -06004296 priv->last_rate = ipw_get_current_rate(priv);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004297 max_rate = ipw_get_max_rate(priv);
4298 rate_quality = priv->last_rate * 40 / max_rate + 60;
James Ketrenos43f66a62005-03-25 12:31:53 -06004299 IPW_DEBUG_STATS("Rate quality : %3d%% (%dMbs)\n",
4300 rate_quality, priv->last_rate / 1000000);
Jeff Garzikbf794512005-07-31 13:07:26 -04004301
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004302 if (rx_packets_delta > 100 && rx_packets_delta + rx_err_delta)
Jeff Garzikbf794512005-07-31 13:07:26 -04004303 rx_quality = 100 - (rx_err_delta * 100) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004304 (rx_packets_delta + rx_err_delta);
James Ketrenos43f66a62005-03-25 12:31:53 -06004305 else
4306 rx_quality = 100;
4307 IPW_DEBUG_STATS("Rx quality : %3d%% (%u errors, %u packets)\n",
4308 rx_quality, rx_err_delta, rx_packets_delta);
Jeff Garzikbf794512005-07-31 13:07:26 -04004309
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004310 if (tx_packets_delta > 100 && tx_packets_delta + tx_failures_delta)
Jeff Garzikbf794512005-07-31 13:07:26 -04004311 tx_quality = 100 - (tx_failures_delta * 100) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004312 (tx_packets_delta + tx_failures_delta);
James Ketrenos43f66a62005-03-25 12:31:53 -06004313 else
4314 tx_quality = 100;
4315 IPW_DEBUG_STATS("Tx quality : %3d%% (%u errors, %u packets)\n",
4316 tx_quality, tx_failures_delta, tx_packets_delta);
Jeff Garzikbf794512005-07-31 13:07:26 -04004317
Zhu Yi00d21de2006-04-13 17:19:02 +08004318 rssi = priv->exp_avg_rssi;
James Ketrenosc848d0a2005-08-24 21:56:24 -05004319 signal_quality =
4320 (100 *
4321 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) *
4322 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) -
4323 (priv->ieee->perfect_rssi - rssi) *
4324 (15 * (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) +
4325 62 * (priv->ieee->perfect_rssi - rssi))) /
4326 ((priv->ieee->perfect_rssi - priv->ieee->worst_rssi) *
4327 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi));
4328 if (signal_quality > 100)
James Ketrenos43f66a62005-03-25 12:31:53 -06004329 signal_quality = 100;
James Ketrenosc848d0a2005-08-24 21:56:24 -05004330 else if (signal_quality < 1)
James Ketrenos43f66a62005-03-25 12:31:53 -06004331 signal_quality = 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05004332
Zhu Yi61fb9ed2006-04-13 17:19:55 +08004333 IPW_DEBUG_STATS("Signal level : %3d%% (%d dBm)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06004334 signal_quality, rssi);
Jeff Garzikbf794512005-07-31 13:07:26 -04004335
Reinette Chatre21f8a732009-08-18 10:25:05 -07004336 quality = min(rx_quality, signal_quality);
4337 quality = min(tx_quality, quality);
4338 quality = min(rate_quality, quality);
4339 quality = min(beacon_quality, quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004340 if (quality == beacon_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004341 IPW_DEBUG_STATS("Quality (%d%%): Clamped to missed beacons.\n",
4342 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004343 if (quality == rate_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004344 IPW_DEBUG_STATS("Quality (%d%%): Clamped to rate quality.\n",
4345 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004346 if (quality == tx_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004347 IPW_DEBUG_STATS("Quality (%d%%): Clamped to Tx quality.\n",
4348 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004349 if (quality == rx_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004350 IPW_DEBUG_STATS("Quality (%d%%): Clamped to Rx quality.\n",
4351 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004352 if (quality == signal_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004353 IPW_DEBUG_STATS("Quality (%d%%): Clamped to signal quality.\n",
4354 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004355
4356 priv->quality = quality;
Jeff Garzikbf794512005-07-31 13:07:26 -04004357
4358 queue_delayed_work(priv->workqueue, &priv->gather_stats,
James Ketrenos43f66a62005-03-25 12:31:53 -06004359 IPW_STATS_INTERVAL);
4360}
4361
David Howellsc4028952006-11-22 14:57:56 +00004362static void ipw_bg_gather_stats(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05004363{
David Howellsc4028952006-11-22 14:57:56 +00004364 struct ipw_priv *priv =
4365 container_of(work, struct ipw_priv, gather_stats.work);
Zhu Yi46441512006-01-24 16:37:59 +08004366 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00004367 ipw_gather_stats(priv);
Zhu Yi46441512006-01-24 16:37:59 +08004368 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05004369}
4370
Ben Cahille7582562005-10-06 15:34:41 -05004371/* Missed beacon behavior:
4372 * 1st missed -> roaming_threshold, just wait, don't do any scan/roam.
4373 * roaming_threshold -> disassociate_threshold, scan and roam for better signal.
4374 * Above disassociate threshold, give up and stop scanning.
4375 * Roaming is disabled if disassociate_threshold <= roaming_threshold */
Arjan van de Ven858119e2006-01-14 13:20:43 -08004376static void ipw_handle_missed_beacon(struct ipw_priv *priv,
James Ketrenosea2b26e2005-08-24 21:25:16 -05004377 int missed_count)
4378{
4379 priv->notif_missed_beacons = missed_count;
4380
James Ketrenosafbf30a2005-08-25 00:05:33 -05004381 if (missed_count > priv->disassociate_threshold &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05004382 priv->status & STATUS_ASSOCIATED) {
4383 /* If associated and we've hit the missed
4384 * beacon threshold, disassociate, turn
4385 * off roaming, and abort any active scans */
4386 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
James Ketrenosafbf30a2005-08-25 00:05:33 -05004387 IPW_DL_STATE | IPW_DL_ASSOC,
James Ketrenosea2b26e2005-08-24 21:25:16 -05004388 "Missed beacon: %d - disassociate\n", missed_count);
4389 priv->status &= ~STATUS_ROAMING;
James Ketrenosa613bff2005-08-24 21:43:11 -05004390 if (priv->status & STATUS_SCANNING) {
4391 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
4392 IPW_DL_STATE,
4393 "Aborting scan with missed beacon.\n");
James Ketrenosea2b26e2005-08-24 21:25:16 -05004394 queue_work(priv->workqueue, &priv->abort_scan);
James Ketrenosa613bff2005-08-24 21:43:11 -05004395 }
4396
James Ketrenosea2b26e2005-08-24 21:25:16 -05004397 queue_work(priv->workqueue, &priv->disassociate);
4398 return;
4399 }
4400
4401 if (priv->status & STATUS_ROAMING) {
4402 /* If we are currently roaming, then just
4403 * print a debug statement... */
4404 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
4405 "Missed beacon: %d - roam in progress\n",
4406 missed_count);
4407 return;
4408 }
4409
Zhu Yi4bfdb912006-01-24 16:37:16 +08004410 if (roaming &&
4411 (missed_count > priv->roaming_threshold &&
4412 missed_count <= priv->disassociate_threshold)) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004413 /* If we are not already roaming, set the ROAM
Ben Cahille7582562005-10-06 15:34:41 -05004414 * bit in the status and kick off a scan.
4415 * This can happen several times before we reach
4416 * disassociate_threshold. */
James Ketrenosea2b26e2005-08-24 21:25:16 -05004417 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
4418 "Missed beacon: %d - initiate "
4419 "roaming\n", missed_count);
4420 if (!(priv->status & STATUS_ROAMING)) {
4421 priv->status |= STATUS_ROAMING;
4422 if (!(priv->status & STATUS_SCANNING))
David Howellsc4028952006-11-22 14:57:56 +00004423 queue_delayed_work(priv->workqueue,
4424 &priv->request_scan, 0);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004425 }
4426 return;
4427 }
4428
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01004429 if (priv->status & STATUS_SCANNING &&
4430 missed_count > IPW_MB_SCAN_CANCEL_THRESHOLD) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004431 /* Stop scan to keep fw from getting
4432 * stuck (only if we aren't roaming --
4433 * otherwise we'll never scan more than 2 or 3
4434 * channels..) */
James Ketrenosb095c382005-08-24 22:04:42 -05004435 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF | IPW_DL_STATE,
4436 "Aborting scan with missed beacon.\n");
James Ketrenosea2b26e2005-08-24 21:25:16 -05004437 queue_work(priv->workqueue, &priv->abort_scan);
4438 }
4439
4440 IPW_DEBUG_NOTIF("Missed beacon: %d\n", missed_count);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004441}
4442
Dan Williams0b531672007-10-09 13:55:24 -04004443static void ipw_scan_event(struct work_struct *work)
4444{
4445 union iwreq_data wrqu;
4446
4447 struct ipw_priv *priv =
4448 container_of(work, struct ipw_priv, scan_event.work);
4449
4450 wrqu.data.length = 0;
4451 wrqu.data.flags = 0;
4452 wireless_send_event(priv->net_dev, SIOCGIWSCAN, &wrqu, NULL);
4453}
4454
4455static void handle_scan_event(struct ipw_priv *priv)
4456{
4457 /* Only userspace-requested scan completion events go out immediately */
4458 if (!priv->user_requested_scan) {
4459 if (!delayed_work_pending(&priv->scan_event))
4460 queue_delayed_work(priv->workqueue, &priv->scan_event,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05004461 round_jiffies_relative(msecs_to_jiffies(4000)));
Dan Williams0b531672007-10-09 13:55:24 -04004462 } else {
4463 union iwreq_data wrqu;
4464
4465 priv->user_requested_scan = 0;
4466 cancel_delayed_work(&priv->scan_event);
4467
4468 wrqu.data.length = 0;
4469 wrqu.data.flags = 0;
4470 wireless_send_event(priv->net_dev, SIOCGIWSCAN, &wrqu, NULL);
4471 }
4472}
4473
James Ketrenos43f66a62005-03-25 12:31:53 -06004474/**
4475 * Handle host notification packet.
4476 * Called from interrupt routine
4477 */
Arjan van de Ven858119e2006-01-14 13:20:43 -08004478static void ipw_rx_notification(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06004479 struct ipw_rx_notification *notif)
4480{
John W. Linville9387b7c2008-09-30 20:59:05 -04004481 DECLARE_SSID_BUF(ssid);
Al Viroe62e1ee2007-12-27 01:36:46 -05004482 u16 size = le16_to_cpu(notif->size);
James Ketrenosa613bff2005-08-24 21:43:11 -05004483
Al Viroe62e1ee2007-12-27 01:36:46 -05004484 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size);
Jeff Garzikbf794512005-07-31 13:07:26 -04004485
James Ketrenos43f66a62005-03-25 12:31:53 -06004486 switch (notif->subtype) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004487 case HOST_NOTIFICATION_STATUS_ASSOCIATED:{
4488 struct notif_association *assoc = &notif->u.assoc;
Jeff Garzikbf794512005-07-31 13:07:26 -04004489
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004490 switch (assoc->state) {
4491 case CMAS_ASSOCIATED:{
4492 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4493 IPW_DL_ASSOC,
Frans Pop9fd1ea42010-03-24 19:46:31 +01004494 "associated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004495 print_ssid(ssid, priv->essid,
4496 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004497 priv->bssid);
Jeff Garzikbf794512005-07-31 13:07:26 -04004498
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004499 switch (priv->ieee->iw_mode) {
4500 case IW_MODE_INFRA:
4501 memcpy(priv->ieee->bssid,
4502 priv->bssid, ETH_ALEN);
4503 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004504
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004505 case IW_MODE_ADHOC:
4506 memcpy(priv->ieee->bssid,
4507 priv->bssid, ETH_ALEN);
Jeff Garzikbf794512005-07-31 13:07:26 -04004508
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004509 /* clear out the station table */
4510 priv->num_stations = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06004511
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004512 IPW_DEBUG_ASSOC
4513 ("queueing adhoc check\n");
4514 queue_delayed_work(priv->
4515 workqueue,
4516 &priv->
4517 adhoc_check,
Al Viro5b5e8072007-12-27 01:54:06 -05004518 le16_to_cpu(priv->
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004519 assoc_request.
Al Viro5b5e8072007-12-27 01:54:06 -05004520 beacon_interval));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004521 break;
4522 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004523
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004524 priv->status &= ~STATUS_ASSOCIATING;
4525 priv->status |= STATUS_ASSOCIATED;
Zhu Yid8bad6d2005-07-13 12:25:38 -05004526 queue_work(priv->workqueue,
4527 &priv->system_config);
James Ketrenos43f66a62005-03-25 12:31:53 -06004528
Zhu Yie43e3c12006-04-13 17:20:45 +08004529#ifdef CONFIG_IPW2200_QOS
James Ketrenosafbf30a2005-08-25 00:05:33 -05004530#define IPW_GET_PACKET_STYPE(x) WLAN_FC_GET_STYPE( \
John W. Linville72118012008-09-30 21:43:03 -04004531 le16_to_cpu(((struct ieee80211_hdr *)(x))->frame_control))
James Ketrenosafbf30a2005-08-25 00:05:33 -05004532 if ((priv->status & STATUS_AUTH) &&
4533 (IPW_GET_PACKET_STYPE(&notif->u.raw)
4534 == IEEE80211_STYPE_ASSOC_RESP)) {
James Ketrenosb095c382005-08-24 22:04:42 -05004535 if ((sizeof
4536 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004537 libipw_assoc_response)
Al Viroe62e1ee2007-12-27 01:36:46 -05004538 <= size)
4539 && (size <= 2314)) {
James Ketrenosb095c382005-08-24 22:04:42 -05004540 struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004541 libipw_rx_stats
James Ketrenosb095c382005-08-24 22:04:42 -05004542 stats = {
Al Viroe62e1ee2007-12-27 01:36:46 -05004543 .len = size - 1,
James Ketrenosb095c382005-08-24 22:04:42 -05004544 };
4545
4546 IPW_DEBUG_QOS
4547 ("QoS Associate "
Al Viroe62e1ee2007-12-27 01:36:46 -05004548 "size %d\n", size);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004549 libipw_rx_mgt(priv->
James Ketrenosb095c382005-08-24 22:04:42 -05004550 ieee,
4551 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004552 libipw_hdr_4addr
James Ketrenosb095c382005-08-24 22:04:42 -05004553 *)
4554 &notif->u.raw, &stats);
4555 }
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004556 }
James Ketrenosb095c382005-08-24 22:04:42 -05004557#endif
James Ketrenos43f66a62005-03-25 12:31:53 -06004558
James Ketrenosa613bff2005-08-24 21:43:11 -05004559 schedule_work(&priv->link_up);
James Ketrenos43f66a62005-03-25 12:31:53 -06004560
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004561 break;
4562 }
4563
4564 case CMAS_AUTHENTICATED:{
4565 if (priv->
4566 status & (STATUS_ASSOCIATED |
4567 STATUS_AUTH)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004568 struct notif_authenticate *auth
4569 = &notif->u.auth;
4570 IPW_DEBUG(IPW_DL_NOTIF |
4571 IPW_DL_STATE |
4572 IPW_DL_ASSOC,
4573 "deauthenticated: '%s' "
Johannes Berge1749612008-10-27 15:59:26 -07004574 "%pM"
Frans Pop9fd1ea42010-03-24 19:46:31 +01004575 ": (0x%04X) - %s\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004576 print_ssid(ssid,
4577 priv->
4578 essid,
4579 priv->
4580 essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004581 priv->bssid,
Al Viro83f7d572008-03-16 22:26:44 +00004582 le16_to_cpu(auth->status),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004583 ipw_get_status_code
Al Viro83f7d572008-03-16 22:26:44 +00004584 (le16_to_cpu
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004585 (auth->status)));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004586
4587 priv->status &=
4588 ~(STATUS_ASSOCIATING |
4589 STATUS_AUTH |
4590 STATUS_ASSOCIATED);
4591
James Ketrenosa613bff2005-08-24 21:43:11 -05004592 schedule_work(&priv->link_down);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004593 break;
4594 }
4595
4596 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4597 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004598 "authenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004599 print_ssid(ssid, priv->essid,
4600 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004601 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004602 break;
4603 }
4604
4605 case CMAS_INIT:{
James Ketrenosea2b26e2005-08-24 21:25:16 -05004606 if (priv->status & STATUS_AUTH) {
4607 struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004608 libipw_assoc_response
James Ketrenosea2b26e2005-08-24 21:25:16 -05004609 *resp;
4610 resp =
4611 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004612 libipw_assoc_response
James Ketrenosea2b26e2005-08-24 21:25:16 -05004613 *)&notif->u.raw;
4614 IPW_DEBUG(IPW_DL_NOTIF |
4615 IPW_DL_STATE |
4616 IPW_DL_ASSOC,
4617 "association failed (0x%04X): %s\n",
Al Viro83f7d572008-03-16 22:26:44 +00004618 le16_to_cpu(resp->status),
James Ketrenosea2b26e2005-08-24 21:25:16 -05004619 ipw_get_status_code
Al Viro83f7d572008-03-16 22:26:44 +00004620 (le16_to_cpu
James Ketrenosea2b26e2005-08-24 21:25:16 -05004621 (resp->status)));
4622 }
4623
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004624 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4625 IPW_DL_ASSOC,
Frans Pop9fd1ea42010-03-24 19:46:31 +01004626 "disassociated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004627 print_ssid(ssid, priv->essid,
4628 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004629 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004630
4631 priv->status &=
4632 ~(STATUS_DISASSOCIATING |
4633 STATUS_ASSOCIATING |
4634 STATUS_ASSOCIATED | STATUS_AUTH);
James Ketrenosb095c382005-08-24 22:04:42 -05004635 if (priv->assoc_network
4636 && (priv->assoc_network->
4637 capability &
4638 WLAN_CAPABILITY_IBSS))
4639 ipw_remove_current_network
4640 (priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004641
James Ketrenosa613bff2005-08-24 21:43:11 -05004642 schedule_work(&priv->link_down);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004643
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004644 break;
4645 }
4646
James Ketrenosb095c382005-08-24 22:04:42 -05004647 case CMAS_RX_ASSOC_RESP:
4648 break;
4649
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004650 default:
4651 IPW_ERROR("assoc: unknown (%d)\n",
4652 assoc->state);
4653 break;
4654 }
4655
James Ketrenos43f66a62005-03-25 12:31:53 -06004656 break;
4657 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004658
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004659 case HOST_NOTIFICATION_STATUS_AUTHENTICATE:{
4660 struct notif_authenticate *auth = &notif->u.auth;
4661 switch (auth->state) {
4662 case CMAS_AUTHENTICATED:
4663 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
Frans Pop9fd1ea42010-03-24 19:46:31 +01004664 "authenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004665 print_ssid(ssid, priv->essid,
4666 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004667 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004668 priv->status |= STATUS_AUTH;
4669 break;
4670
4671 case CMAS_INIT:
4672 if (priv->status & STATUS_AUTH) {
4673 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4674 IPW_DL_ASSOC,
4675 "authentication failed (0x%04X): %s\n",
Al Viro83f7d572008-03-16 22:26:44 +00004676 le16_to_cpu(auth->status),
4677 ipw_get_status_code(le16_to_cpu
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004678 (auth->
4679 status)));
4680 }
4681 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4682 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004683 "deauthenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004684 print_ssid(ssid, priv->essid,
4685 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004686 priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06004687
4688 priv->status &= ~(STATUS_ASSOCIATING |
4689 STATUS_AUTH |
4690 STATUS_ASSOCIATED);
4691
James Ketrenosa613bff2005-08-24 21:43:11 -05004692 schedule_work(&priv->link_down);
James Ketrenos43f66a62005-03-25 12:31:53 -06004693 break;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004694
4695 case CMAS_TX_AUTH_SEQ_1:
4696 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4697 IPW_DL_ASSOC, "AUTH_SEQ_1\n");
4698 break;
4699 case CMAS_RX_AUTH_SEQ_2:
4700 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4701 IPW_DL_ASSOC, "AUTH_SEQ_2\n");
4702 break;
4703 case CMAS_AUTH_SEQ_1_PASS:
4704 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4705 IPW_DL_ASSOC, "AUTH_SEQ_1_PASS\n");
4706 break;
4707 case CMAS_AUTH_SEQ_1_FAIL:
4708 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4709 IPW_DL_ASSOC, "AUTH_SEQ_1_FAIL\n");
4710 break;
4711 case CMAS_TX_AUTH_SEQ_3:
4712 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4713 IPW_DL_ASSOC, "AUTH_SEQ_3\n");
4714 break;
4715 case CMAS_RX_AUTH_SEQ_4:
4716 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4717 IPW_DL_ASSOC, "RX_AUTH_SEQ_4\n");
4718 break;
4719 case CMAS_AUTH_SEQ_2_PASS:
4720 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4721 IPW_DL_ASSOC, "AUTH_SEQ_2_PASS\n");
4722 break;
4723 case CMAS_AUTH_SEQ_2_FAIL:
4724 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4725 IPW_DL_ASSOC, "AUT_SEQ_2_FAIL\n");
4726 break;
4727 case CMAS_TX_ASSOC:
4728 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4729 IPW_DL_ASSOC, "TX_ASSOC\n");
4730 break;
4731 case CMAS_RX_ASSOC_RESP:
4732 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4733 IPW_DL_ASSOC, "RX_ASSOC_RESP\n");
James Ketrenosb095c382005-08-24 22:04:42 -05004734
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004735 break;
4736 case CMAS_ASSOCIATED:
4737 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4738 IPW_DL_ASSOC, "ASSOCIATED\n");
4739 break;
4740 default:
4741 IPW_DEBUG_NOTIF("auth: failure - %d\n",
4742 auth->state);
4743 break;
4744 }
4745 break;
4746 }
4747
4748 case HOST_NOTIFICATION_STATUS_SCAN_CHANNEL_RESULT:{
4749 struct notif_channel_result *x =
4750 &notif->u.channel_result;
4751
Al Viroe62e1ee2007-12-27 01:36:46 -05004752 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004753 IPW_DEBUG_SCAN("Scan result for channel %d\n",
4754 x->channel_num);
4755 } else {
4756 IPW_DEBUG_SCAN("Scan result of wrong size %d "
4757 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004758 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004759 }
4760 break;
4761 }
4762
4763 case HOST_NOTIFICATION_STATUS_SCAN_COMPLETED:{
4764 struct notif_scan_complete *x = &notif->u.scan_complete;
Al Viroe62e1ee2007-12-27 01:36:46 -05004765 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004766 IPW_DEBUG_SCAN
4767 ("Scan completed: type %d, %d channels, "
4768 "%d status\n", x->scan_type,
4769 x->num_channels, x->status);
4770 } else {
4771 IPW_ERROR("Scan completed of wrong size %d "
4772 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004773 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004774 }
4775
4776 priv->status &=
4777 ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
4778
James Ketrenosa0e04ab2005-08-25 00:49:43 -05004779 wake_up_interruptible(&priv->wait_state);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004780 cancel_delayed_work(&priv->scan_check);
4781
James Ketrenosb095c382005-08-24 22:04:42 -05004782 if (priv->status & STATUS_EXIT_PENDING)
4783 break;
4784
4785 priv->ieee->scans++;
4786
4787#ifdef CONFIG_IPW2200_MONITOR
4788 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05004789 priv->status |= STATUS_SCAN_FORCED;
David Howellsc4028952006-11-22 14:57:56 +00004790 queue_delayed_work(priv->workqueue,
4791 &priv->request_scan, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05004792 break;
4793 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05004794 priv->status &= ~STATUS_SCAN_FORCED;
James Ketrenosb095c382005-08-24 22:04:42 -05004795#endif /* CONFIG_IPW2200_MONITOR */
4796
Dan Williamsea177302008-06-02 17:51:23 -04004797 /* Do queued direct scans first */
4798 if (priv->status & STATUS_DIRECT_SCAN_PENDING) {
4799 queue_delayed_work(priv->workqueue,
4800 &priv->request_direct_scan, 0);
4801 }
4802
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004803 if (!(priv->status & (STATUS_ASSOCIATED |
4804 STATUS_ASSOCIATING |
4805 STATUS_ROAMING |
4806 STATUS_DISASSOCIATING)))
4807 queue_work(priv->workqueue, &priv->associate);
4808 else if (priv->status & STATUS_ROAMING) {
Ben Cahille7582562005-10-06 15:34:41 -05004809 if (x->status == SCAN_COMPLETED_STATUS_COMPLETE)
4810 /* If a scan completed and we are in roam mode, then
4811 * the scan that completed was the one requested as a
4812 * result of entering roam... so, schedule the
4813 * roam work */
4814 queue_work(priv->workqueue,
4815 &priv->roam);
4816 else
4817 /* Don't schedule if we aborted the scan */
4818 priv->status &= ~STATUS_ROAMING;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004819 } else if (priv->status & STATUS_SCAN_PENDING)
David Howellsc4028952006-11-22 14:57:56 +00004820 queue_delayed_work(priv->workqueue,
4821 &priv->request_scan, 0);
James Ketrenosa613bff2005-08-24 21:43:11 -05004822 else if (priv->config & CFG_BACKGROUND_SCAN
4823 && priv->status & STATUS_ASSOCIATED)
4824 queue_delayed_work(priv->workqueue,
Stephen Hemminger1c9d5e42007-06-22 21:34:06 -07004825 &priv->request_scan,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05004826 round_jiffies_relative(HZ));
Zhu Yi07f02e42006-04-13 17:19:25 +08004827
4828 /* Send an empty event to user space.
4829 * We don't send the received data on the event because
4830 * it would require us to do complex transcoding, and
4831 * we want to minimise the work done in the irq handler
4832 * Use a request to extract the data.
4833 * Also, we generate this even for any scan, regardless
4834 * on how the scan was initiated. User space can just
4835 * sync on periodic scan to get fresh data...
4836 * Jean II */
Dan Williams0b531672007-10-09 13:55:24 -04004837 if (x->status == SCAN_COMPLETED_STATUS_COMPLETE)
4838 handle_scan_event(priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004839 break;
4840 }
4841
4842 case HOST_NOTIFICATION_STATUS_FRAG_LENGTH:{
4843 struct notif_frag_length *x = &notif->u.frag_len;
4844
Al Viroe62e1ee2007-12-27 01:36:46 -05004845 if (size == sizeof(*x))
James Ketrenosa613bff2005-08-24 21:43:11 -05004846 IPW_ERROR("Frag length: %d\n",
4847 le16_to_cpu(x->frag_length));
4848 else
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004849 IPW_ERROR("Frag length of wrong size %d "
4850 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004851 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004852 break;
4853 }
4854
4855 case HOST_NOTIFICATION_STATUS_LINK_DETERIORATION:{
4856 struct notif_link_deterioration *x =
4857 &notif->u.link_deterioration;
James Ketrenosafbf30a2005-08-25 00:05:33 -05004858
Al Viroe62e1ee2007-12-27 01:36:46 -05004859 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004860 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
Cahill, Ben M12977152006-03-08 02:58:02 +08004861 "link deterioration: type %d, cnt %d\n",
4862 x->silence_notification_type,
4863 x->silence_count);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004864 memcpy(&priv->last_link_deterioration, x,
4865 sizeof(*x));
4866 } else {
4867 IPW_ERROR("Link Deterioration of wrong size %d "
4868 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004869 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004870 }
4871 break;
4872 }
4873
4874 case HOST_NOTIFICATION_DINO_CONFIG_RESPONSE:{
4875 IPW_ERROR("Dino config\n");
4876 if (priv->hcmd
James Ketrenosa613bff2005-08-24 21:43:11 -05004877 && priv->hcmd->cmd != HOST_CMD_DINO_CONFIG)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004878 IPW_ERROR("Unexpected DINO_CONFIG_RESPONSE\n");
James Ketrenosa613bff2005-08-24 21:43:11 -05004879
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004880 break;
4881 }
4882
4883 case HOST_NOTIFICATION_STATUS_BEACON_STATE:{
4884 struct notif_beacon_state *x = &notif->u.beacon_state;
Al Viroe62e1ee2007-12-27 01:36:46 -05004885 if (size != sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004886 IPW_ERROR
4887 ("Beacon state of wrong size %d (should "
Al Viroe62e1ee2007-12-27 01:36:46 -05004888 "be %zd)\n", size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004889 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004890 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004891
James Ketrenosa613bff2005-08-24 21:43:11 -05004892 if (le32_to_cpu(x->state) ==
4893 HOST_NOTIFICATION_STATUS_BEACON_MISSING)
4894 ipw_handle_missed_beacon(priv,
4895 le32_to_cpu(x->
4896 number));
Jeff Garzikbf794512005-07-31 13:07:26 -04004897
James Ketrenos43f66a62005-03-25 12:31:53 -06004898 break;
4899 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004900
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004901 case HOST_NOTIFICATION_STATUS_TGI_TX_KEY:{
4902 struct notif_tgi_tx_key *x = &notif->u.tgi_tx_key;
Al Viroe62e1ee2007-12-27 01:36:46 -05004903 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004904 IPW_ERROR("TGi Tx Key: state 0x%02x sec type "
4905 "0x%02x station %d\n",
4906 x->key_state, x->security_type,
4907 x->station_index);
4908 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004909 }
4910
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004911 IPW_ERROR
4912 ("TGi Tx Key of wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004913 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004914 break;
4915 }
4916
4917 case HOST_NOTIFICATION_CALIB_KEEP_RESULTS:{
4918 struct notif_calibration *x = &notif->u.calibration;
4919
Al Viroe62e1ee2007-12-27 01:36:46 -05004920 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004921 memcpy(&priv->calib, x, sizeof(*x));
4922 IPW_DEBUG_INFO("TODO: Calibration\n");
4923 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004924 }
4925
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004926 IPW_ERROR
4927 ("Calibration of wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004928 size, sizeof(*x));
James Ketrenos43f66a62005-03-25 12:31:53 -06004929 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004930 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004931
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004932 case HOST_NOTIFICATION_NOISE_STATS:{
Al Viroe62e1ee2007-12-27 01:36:46 -05004933 if (size == sizeof(u32)) {
Zhu Yi00d21de2006-04-13 17:19:02 +08004934 priv->exp_avg_noise =
4935 exponential_average(priv->exp_avg_noise,
4936 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff),
4937 DEPTH_NOISE);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004938 break;
4939 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004940
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004941 IPW_ERROR
4942 ("Noise stat is wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004943 size, sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -06004944 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004945 }
4946
James Ketrenos43f66a62005-03-25 12:31:53 -06004947 default:
Zhu Yi1dd31b62006-02-20 18:28:09 -08004948 IPW_DEBUG_NOTIF("Unknown notification: "
4949 "subtype=%d,flags=0x%2x,size=%d\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004950 notif->subtype, notif->flags, size);
James Ketrenos43f66a62005-03-25 12:31:53 -06004951 }
4952}
4953
4954/**
4955 * Destroys all DMA structures and initialise them again
Jeff Garzikbf794512005-07-31 13:07:26 -04004956 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004957 * @param priv
4958 * @return error code
4959 */
4960static int ipw_queue_reset(struct ipw_priv *priv)
4961{
4962 int rc = 0;
4963 /** @todo customize queue sizes */
4964 int nTx = 64, nTxCmd = 8;
4965 ipw_tx_queue_free(priv);
4966 /* Tx CMD queue */
4967 rc = ipw_queue_tx_init(priv, &priv->txq_cmd, nTxCmd,
James Ketrenosb095c382005-08-24 22:04:42 -05004968 IPW_TX_CMD_QUEUE_READ_INDEX,
4969 IPW_TX_CMD_QUEUE_WRITE_INDEX,
4970 IPW_TX_CMD_QUEUE_BD_BASE,
4971 IPW_TX_CMD_QUEUE_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004972 if (rc) {
4973 IPW_ERROR("Tx Cmd queue init failed\n");
4974 goto error;
4975 }
4976 /* Tx queue(s) */
4977 rc = ipw_queue_tx_init(priv, &priv->txq[0], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004978 IPW_TX_QUEUE_0_READ_INDEX,
4979 IPW_TX_QUEUE_0_WRITE_INDEX,
4980 IPW_TX_QUEUE_0_BD_BASE, IPW_TX_QUEUE_0_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004981 if (rc) {
4982 IPW_ERROR("Tx 0 queue init failed\n");
4983 goto error;
4984 }
4985 rc = ipw_queue_tx_init(priv, &priv->txq[1], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004986 IPW_TX_QUEUE_1_READ_INDEX,
4987 IPW_TX_QUEUE_1_WRITE_INDEX,
4988 IPW_TX_QUEUE_1_BD_BASE, IPW_TX_QUEUE_1_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004989 if (rc) {
4990 IPW_ERROR("Tx 1 queue init failed\n");
4991 goto error;
4992 }
4993 rc = ipw_queue_tx_init(priv, &priv->txq[2], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004994 IPW_TX_QUEUE_2_READ_INDEX,
4995 IPW_TX_QUEUE_2_WRITE_INDEX,
4996 IPW_TX_QUEUE_2_BD_BASE, IPW_TX_QUEUE_2_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004997 if (rc) {
4998 IPW_ERROR("Tx 2 queue init failed\n");
4999 goto error;
5000 }
5001 rc = ipw_queue_tx_init(priv, &priv->txq[3], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05005002 IPW_TX_QUEUE_3_READ_INDEX,
5003 IPW_TX_QUEUE_3_WRITE_INDEX,
5004 IPW_TX_QUEUE_3_BD_BASE, IPW_TX_QUEUE_3_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06005005 if (rc) {
5006 IPW_ERROR("Tx 3 queue init failed\n");
5007 goto error;
5008 }
5009 /* statistics */
5010 priv->rx_bufs_min = 0;
5011 priv->rx_pend_max = 0;
5012 return rc;
5013
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005014 error:
James Ketrenos43f66a62005-03-25 12:31:53 -06005015 ipw_tx_queue_free(priv);
5016 return rc;
5017}
5018
5019/**
5020 * Reclaim Tx queue entries no more used by NIC.
Jeff Garzikbf794512005-07-31 13:07:26 -04005021 *
Stefano Brivio8ff9d212008-01-12 23:12:26 +01005022 * When FW advances 'R' index, all entries between old and
James Ketrenos43f66a62005-03-25 12:31:53 -06005023 * new 'R' index need to be reclaimed. As result, some free space
5024 * forms. If there is enough free space (> low mark), wake Tx queue.
Jeff Garzikbf794512005-07-31 13:07:26 -04005025 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005026 * @note Need to protect against garbage in 'R' index
5027 * @param priv
5028 * @param txq
5029 * @param qindex
5030 * @return Number of used entries remains in the queue
5031 */
Jeff Garzikbf794512005-07-31 13:07:26 -04005032static int ipw_queue_tx_reclaim(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06005033 struct clx2_tx_queue *txq, int qindex)
5034{
5035 u32 hw_tail;
5036 int used;
5037 struct clx2_queue *q = &txq->q;
5038
5039 hw_tail = ipw_read32(priv, q->reg_r);
5040 if (hw_tail >= q->n_bd) {
5041 IPW_ERROR
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005042 ("Read index for DMA queue (%d) is out of range [0-%d)\n",
5043 hw_tail, q->n_bd);
James Ketrenos43f66a62005-03-25 12:31:53 -06005044 goto done;
5045 }
5046 for (; q->last_used != hw_tail;
5047 q->last_used = ipw_queue_inc_wrap(q->last_used, q->n_bd)) {
5048 ipw_queue_tx_free_tfd(priv, txq);
5049 priv->tx_packets++;
5050 }
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005051 done:
Dan Williams943dbef2008-02-14 17:49:41 -05005052 if ((ipw_tx_queue_space(q) > q->low_mark) &&
David S. Miller521c4d92008-07-22 18:32:47 -07005053 (qindex >= 0))
James Ketrenos9ddf84f2005-08-16 17:07:11 -05005054 netif_wake_queue(priv->net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06005055 used = q->first_empty - q->last_used;
5056 if (used < 0)
5057 used += q->n_bd;
5058
5059 return used;
5060}
5061
5062static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf,
5063 int len, int sync)
5064{
5065 struct clx2_tx_queue *txq = &priv->txq_cmd;
5066 struct clx2_queue *q = &txq->q;
5067 struct tfd_frame *tfd;
5068
Dan Williams943dbef2008-02-14 17:49:41 -05005069 if (ipw_tx_queue_space(q) < (sync ? 1 : 2)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005070 IPW_ERROR("No space for Tx\n");
5071 return -EBUSY;
5072 }
5073
5074 tfd = &txq->bd[q->first_empty];
5075 txq->txb[q->first_empty] = NULL;
5076
5077 memset(tfd, 0, sizeof(*tfd));
5078 tfd->control_flags.message_type = TX_HOST_COMMAND_TYPE;
5079 tfd->control_flags.control_bits = TFD_NEED_IRQ_MASK;
5080 priv->hcmd_seq++;
5081 tfd->u.cmd.index = hcmd;
5082 tfd->u.cmd.length = len;
5083 memcpy(tfd->u.cmd.payload, buf, len);
5084 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd);
5085 ipw_write32(priv, q->reg_w, q->first_empty);
5086 _ipw_read32(priv, 0x90);
5087
5088 return 0;
5089}
5090
Jeff Garzikbf794512005-07-31 13:07:26 -04005091/*
James Ketrenos43f66a62005-03-25 12:31:53 -06005092 * Rx theory of operation
5093 *
5094 * The host allocates 32 DMA target addresses and passes the host address
James Ketrenosb095c382005-08-24 22:04:42 -05005095 * to the firmware at register IPW_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
James Ketrenos43f66a62005-03-25 12:31:53 -06005096 * 0 to 31
5097 *
5098 * Rx Queue Indexes
5099 * The host/firmware share two index registers for managing the Rx buffers.
5100 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005101 * The READ index maps to the first position that the firmware may be writing
5102 * to -- the driver can read up to (but not including) this position and get
5103 * good data.
James Ketrenos43f66a62005-03-25 12:31:53 -06005104 * The READ index is managed by the firmware once the card is enabled.
5105 *
5106 * The WRITE index maps to the last position the driver has read from -- the
5107 * position preceding WRITE is the last slot the firmware can place a packet.
5108 *
5109 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
Jeff Garzikbf794512005-07-31 13:07:26 -04005110 * WRITE = READ.
James Ketrenos43f66a62005-03-25 12:31:53 -06005111 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005112 * During initialization the host sets up the READ queue position to the first
James Ketrenos43f66a62005-03-25 12:31:53 -06005113 * INDEX position, and WRITE to the last (READ - 1 wrapped)
5114 *
5115 * When the firmware places a packet in a buffer it will advance the READ index
5116 * and fire the RX interrupt. The driver can then query the READ index and
5117 * process as many packets as possible, moving the WRITE index forward as it
5118 * resets the Rx queue buffers with new memory.
Jeff Garzikbf794512005-07-31 13:07:26 -04005119 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005120 * The management in the driver is as follows:
Jeff Garzikbf794512005-07-31 13:07:26 -04005121 * + A list of pre-allocated SKBs is stored in ipw->rxq->rx_free. When
James Ketrenos43f66a62005-03-25 12:31:53 -06005122 * ipw->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Jeff Garzikbf794512005-07-31 13:07:26 -04005123 * to replensish the ipw->rxq->rx_free.
James Ketrenos43f66a62005-03-25 12:31:53 -06005124 * + In ipw_rx_queue_replenish (scheduled) if 'processed' != 'read' then the
5125 * ipw->rxq is replenished and the READ INDEX is updated (updating the
5126 * 'processed' and 'read' driver indexes as well)
5127 * + A received packet is processed and handed to the kernel network stack,
5128 * detached from the ipw->rxq. The driver 'processed' index is updated.
5129 * + The Host/Firmware ipw->rxq is replenished at tasklet time from the rx_free
Jeff Garzikbf794512005-07-31 13:07:26 -04005130 * list. If there are no allocated buffers in ipw->rxq->rx_free, the READ
5131 * INDEX is not incremented and ipw->status(RX_STALLED) is set. If there
James Ketrenos43f66a62005-03-25 12:31:53 -06005132 * were enough free buffers and RX_STALLED is set it is cleared.
5133 *
5134 *
5135 * Driver sequence:
5136 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005137 * ipw_rx_queue_alloc() Allocates rx_free
James Ketrenos43f66a62005-03-25 12:31:53 -06005138 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5139 * ipw_rx_queue_restock
5140 * ipw_rx_queue_restock() Moves available buffers from rx_free into Rx
5141 * queue, updates firmware pointers, and updates
5142 * the WRITE index. If insufficient rx_free buffers
5143 * are available, schedules ipw_rx_queue_replenish
5144 *
5145 * -- enable interrupts --
5146 * ISR - ipw_rx() Detach ipw_rx_mem_buffers from pool up to the
Jeff Garzikbf794512005-07-31 13:07:26 -04005147 * READ INDEX, detaching the SKB from the pool.
James Ketrenos43f66a62005-03-25 12:31:53 -06005148 * Moves the packet buffer from queue to rx_used.
5149 * Calls ipw_rx_queue_restock to refill any empty
5150 * slots.
5151 * ...
5152 *
5153 */
5154
Jeff Garzikbf794512005-07-31 13:07:26 -04005155/*
James Ketrenos43f66a62005-03-25 12:31:53 -06005156 * If there are slots in the RX queue that need to be restocked,
5157 * and we have free pre-allocated buffers, fill the ranks as much
5158 * as we can pulling from rx_free.
5159 *
5160 * This moves the 'write' index forward to catch up with 'processed', and
5161 * also updates the memory address in the firmware to reference the new
5162 * target buffer.
5163 */
5164static void ipw_rx_queue_restock(struct ipw_priv *priv)
5165{
5166 struct ipw_rx_queue *rxq = priv->rxq;
5167 struct list_head *element;
5168 struct ipw_rx_mem_buffer *rxb;
5169 unsigned long flags;
5170 int write;
5171
5172 spin_lock_irqsave(&rxq->lock, flags);
5173 write = rxq->write;
Dan Williams943dbef2008-02-14 17:49:41 -05005174 while ((ipw_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005175 element = rxq->rx_free.next;
5176 rxb = list_entry(element, struct ipw_rx_mem_buffer, list);
5177 list_del(element);
5178
James Ketrenosb095c382005-08-24 22:04:42 -05005179 ipw_write32(priv, IPW_RFDS_TABLE_LOWER + rxq->write * RFD_SIZE,
James Ketrenos43f66a62005-03-25 12:31:53 -06005180 rxb->dma_addr);
5181 rxq->queue[rxq->write] = rxb;
5182 rxq->write = (rxq->write + 1) % RX_QUEUE_SIZE;
5183 rxq->free_count--;
5184 }
5185 spin_unlock_irqrestore(&rxq->lock, flags);
5186
Jeff Garzikbf794512005-07-31 13:07:26 -04005187 /* If the pre-allocated buffer pool is dropping low, schedule to
James Ketrenos43f66a62005-03-25 12:31:53 -06005188 * refill it */
5189 if (rxq->free_count <= RX_LOW_WATERMARK)
5190 queue_work(priv->workqueue, &priv->rx_replenish);
5191
5192 /* If we've added more space for the firmware to place data, tell it */
Jeff Garzikbf794512005-07-31 13:07:26 -04005193 if (write != rxq->write)
James Ketrenosb095c382005-08-24 22:04:42 -05005194 ipw_write32(priv, IPW_RX_WRITE_INDEX, rxq->write);
James Ketrenos43f66a62005-03-25 12:31:53 -06005195}
5196
5197/*
5198 * Move all used packet from rx_used to rx_free, allocating a new SKB for each.
Jeff Garzikbf794512005-07-31 13:07:26 -04005199 * Also restock the Rx queue via ipw_rx_queue_restock.
5200 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005201 * This is called as a scheduled work item (except for during intialization)
5202 */
5203static void ipw_rx_queue_replenish(void *data)
5204{
5205 struct ipw_priv *priv = data;
5206 struct ipw_rx_queue *rxq = priv->rxq;
5207 struct list_head *element;
5208 struct ipw_rx_mem_buffer *rxb;
5209 unsigned long flags;
5210
5211 spin_lock_irqsave(&rxq->lock, flags);
5212 while (!list_empty(&rxq->rx_used)) {
5213 element = rxq->rx_used.next;
5214 rxb = list_entry(element, struct ipw_rx_mem_buffer, list);
James Ketrenosb095c382005-08-24 22:04:42 -05005215 rxb->skb = alloc_skb(IPW_RX_BUF_SIZE, GFP_ATOMIC);
James Ketrenos43f66a62005-03-25 12:31:53 -06005216 if (!rxb->skb) {
5217 printk(KERN_CRIT "%s: Can not allocate SKB buffers.\n",
5218 priv->net_dev->name);
5219 /* We don't reschedule replenish work here -- we will
5220 * call the restock method and if it still needs
5221 * more buffers it will schedule replenish */
5222 break;
5223 }
5224 list_del(element);
Jeff Garzikbf794512005-07-31 13:07:26 -04005225
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005226 rxb->dma_addr =
5227 pci_map_single(priv->pci_dev, rxb->skb->data,
James Ketrenosb095c382005-08-24 22:04:42 -05005228 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Jeff Garzikbf794512005-07-31 13:07:26 -04005229
James Ketrenos43f66a62005-03-25 12:31:53 -06005230 list_add_tail(&rxb->list, &rxq->rx_free);
5231 rxq->free_count++;
5232 }
5233 spin_unlock_irqrestore(&rxq->lock, flags);
5234
5235 ipw_rx_queue_restock(priv);
5236}
5237
David Howellsc4028952006-11-22 14:57:56 +00005238static void ipw_bg_rx_queue_replenish(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05005239{
David Howellsc4028952006-11-22 14:57:56 +00005240 struct ipw_priv *priv =
5241 container_of(work, struct ipw_priv, rx_replenish);
Zhu Yi46441512006-01-24 16:37:59 +08005242 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00005243 ipw_rx_queue_replenish(priv);
Zhu Yi46441512006-01-24 16:37:59 +08005244 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005245}
5246
James Ketrenos43f66a62005-03-25 12:31:53 -06005247/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
Zhu Yic7b6a672006-01-24 16:37:05 +08005248 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
Jeff Garzikbf794512005-07-31 13:07:26 -04005249 * This free routine walks the list of POOL entries and if SKB is set to
James Ketrenos43f66a62005-03-25 12:31:53 -06005250 * non NULL it is unmapped and freed
5251 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005252static void ipw_rx_queue_free(struct ipw_priv *priv, struct ipw_rx_queue *rxq)
James Ketrenos43f66a62005-03-25 12:31:53 -06005253{
5254 int i;
5255
5256 if (!rxq)
5257 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04005258
James Ketrenos43f66a62005-03-25 12:31:53 -06005259 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
5260 if (rxq->pool[i].skb != NULL) {
5261 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05005262 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06005263 dev_kfree_skb(rxq->pool[i].skb);
5264 }
5265 }
5266
5267 kfree(rxq);
5268}
5269
5270static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *priv)
5271{
5272 struct ipw_rx_queue *rxq;
5273 int i;
5274
Takisc75f4742005-12-01 01:41:45 -08005275 rxq = kzalloc(sizeof(*rxq), GFP_KERNEL);
Panagiotis Issarisad18b0e2005-09-05 04:14:10 +02005276 if (unlikely(!rxq)) {
5277 IPW_ERROR("memory allocation failed\n");
5278 return NULL;
5279 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005280 spin_lock_init(&rxq->lock);
5281 INIT_LIST_HEAD(&rxq->rx_free);
5282 INIT_LIST_HEAD(&rxq->rx_used);
5283
5284 /* Fill the rx_used queue with _all_ of the Rx buffers */
Jeff Garzikbf794512005-07-31 13:07:26 -04005285 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++)
James Ketrenos43f66a62005-03-25 12:31:53 -06005286 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
5287
5288 /* Set us so that we have processed and used all buffers, but have
5289 * not restocked the Rx queue with fresh buffers */
5290 rxq->read = rxq->write = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005291 rxq->free_count = 0;
5292
5293 return rxq;
5294}
5295
5296static int ipw_is_rate_in_mask(struct ipw_priv *priv, int ieee_mode, u8 rate)
5297{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005298 rate &= ~LIBIPW_BASIC_RATE_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06005299 if (ieee_mode == IEEE_A) {
5300 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005301 case LIBIPW_OFDM_RATE_6MB:
5302 return priv->rates_mask & LIBIPW_OFDM_RATE_6MB_MASK ?
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005303 1 : 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005304 case LIBIPW_OFDM_RATE_9MB:
5305 return priv->rates_mask & LIBIPW_OFDM_RATE_9MB_MASK ?
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005306 1 : 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005307 case LIBIPW_OFDM_RATE_12MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005308 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005309 rates_mask & LIBIPW_OFDM_RATE_12MB_MASK ? 1 : 0;
5310 case LIBIPW_OFDM_RATE_18MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005311 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005312 rates_mask & LIBIPW_OFDM_RATE_18MB_MASK ? 1 : 0;
5313 case LIBIPW_OFDM_RATE_24MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005314 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005315 rates_mask & LIBIPW_OFDM_RATE_24MB_MASK ? 1 : 0;
5316 case LIBIPW_OFDM_RATE_36MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005317 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005318 rates_mask & LIBIPW_OFDM_RATE_36MB_MASK ? 1 : 0;
5319 case LIBIPW_OFDM_RATE_48MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005320 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005321 rates_mask & LIBIPW_OFDM_RATE_48MB_MASK ? 1 : 0;
5322 case LIBIPW_OFDM_RATE_54MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005323 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005324 rates_mask & LIBIPW_OFDM_RATE_54MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005325 default:
5326 return 0;
5327 }
5328 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005329
James Ketrenos43f66a62005-03-25 12:31:53 -06005330 /* B and G mixed */
5331 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005332 case LIBIPW_CCK_RATE_1MB:
5333 return priv->rates_mask & LIBIPW_CCK_RATE_1MB_MASK ? 1 : 0;
5334 case LIBIPW_CCK_RATE_2MB:
5335 return priv->rates_mask & LIBIPW_CCK_RATE_2MB_MASK ? 1 : 0;
5336 case LIBIPW_CCK_RATE_5MB:
5337 return priv->rates_mask & LIBIPW_CCK_RATE_5MB_MASK ? 1 : 0;
5338 case LIBIPW_CCK_RATE_11MB:
5339 return priv->rates_mask & LIBIPW_CCK_RATE_11MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005340 }
5341
5342 /* If we are limited to B modulations, bail at this point */
5343 if (ieee_mode == IEEE_B)
5344 return 0;
5345
5346 /* G */
5347 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005348 case LIBIPW_OFDM_RATE_6MB:
5349 return priv->rates_mask & LIBIPW_OFDM_RATE_6MB_MASK ? 1 : 0;
5350 case LIBIPW_OFDM_RATE_9MB:
5351 return priv->rates_mask & LIBIPW_OFDM_RATE_9MB_MASK ? 1 : 0;
5352 case LIBIPW_OFDM_RATE_12MB:
5353 return priv->rates_mask & LIBIPW_OFDM_RATE_12MB_MASK ? 1 : 0;
5354 case LIBIPW_OFDM_RATE_18MB:
5355 return priv->rates_mask & LIBIPW_OFDM_RATE_18MB_MASK ? 1 : 0;
5356 case LIBIPW_OFDM_RATE_24MB:
5357 return priv->rates_mask & LIBIPW_OFDM_RATE_24MB_MASK ? 1 : 0;
5358 case LIBIPW_OFDM_RATE_36MB:
5359 return priv->rates_mask & LIBIPW_OFDM_RATE_36MB_MASK ? 1 : 0;
5360 case LIBIPW_OFDM_RATE_48MB:
5361 return priv->rates_mask & LIBIPW_OFDM_RATE_48MB_MASK ? 1 : 0;
5362 case LIBIPW_OFDM_RATE_54MB:
5363 return priv->rates_mask & LIBIPW_OFDM_RATE_54MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005364 }
5365
5366 return 0;
5367}
5368
Jeff Garzikbf794512005-07-31 13:07:26 -04005369static int ipw_compatible_rates(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005370 const struct libipw_network *network,
James Ketrenos43f66a62005-03-25 12:31:53 -06005371 struct ipw_supported_rates *rates)
5372{
5373 int num_rates, i;
5374
5375 memset(rates, 0, sizeof(*rates));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005376 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES);
James Ketrenos43f66a62005-03-25 12:31:53 -06005377 rates->num_rates = 0;
5378 for (i = 0; i < num_rates; i++) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005379 if (!ipw_is_rate_in_mask(priv, network->mode,
5380 network->rates[i])) {
5381
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005382 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005383 IPW_DEBUG_SCAN("Adding masked mandatory "
5384 "rate %02X\n",
5385 network->rates[i]);
5386 rates->supported_rates[rates->num_rates++] =
5387 network->rates[i];
5388 continue;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005389 }
5390
James Ketrenos43f66a62005-03-25 12:31:53 -06005391 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n",
5392 network->rates[i], priv->rates_mask);
5393 continue;
5394 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005395
James Ketrenos43f66a62005-03-25 12:31:53 -06005396 rates->supported_rates[rates->num_rates++] = network->rates[i];
5397 }
5398
James Ketrenosa613bff2005-08-24 21:43:11 -05005399 num_rates = min(network->rates_ex_len,
5400 (u8) (IPW_MAX_RATES - num_rates));
James Ketrenos43f66a62005-03-25 12:31:53 -06005401 for (i = 0; i < num_rates; i++) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005402 if (!ipw_is_rate_in_mask(priv, network->mode,
5403 network->rates_ex[i])) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005404 if (network->rates_ex[i] & LIBIPW_BASIC_RATE_MASK) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005405 IPW_DEBUG_SCAN("Adding masked mandatory "
5406 "rate %02X\n",
5407 network->rates_ex[i]);
5408 rates->supported_rates[rates->num_rates++] =
5409 network->rates[i];
5410 continue;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005411 }
5412
James Ketrenos43f66a62005-03-25 12:31:53 -06005413 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n",
5414 network->rates_ex[i], priv->rates_mask);
5415 continue;
5416 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005417
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005418 rates->supported_rates[rates->num_rates++] =
5419 network->rates_ex[i];
James Ketrenos43f66a62005-03-25 12:31:53 -06005420 }
5421
James Ketrenosea2b26e2005-08-24 21:25:16 -05005422 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06005423}
5424
Arjan van de Ven858119e2006-01-14 13:20:43 -08005425static void ipw_copy_rates(struct ipw_supported_rates *dest,
James Ketrenos43f66a62005-03-25 12:31:53 -06005426 const struct ipw_supported_rates *src)
5427{
5428 u8 i;
5429 for (i = 0; i < src->num_rates; i++)
5430 dest->supported_rates[i] = src->supported_rates[i];
5431 dest->num_rates = src->num_rates;
5432}
5433
5434/* TODO: Look at sniffed packets in the air to determine if the basic rate
5435 * mask should ever be used -- right now all callers to add the scan rates are
5436 * set with the modulation = CCK, so BASIC_RATE_MASK is never set... */
5437static void ipw_add_cck_scan_rates(struct ipw_supported_rates *rates,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005438 u8 modulation, u32 rate_mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06005439{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005440 u8 basic_mask = (LIBIPW_OFDM_MODULATION == modulation) ?
5441 LIBIPW_BASIC_RATE_MASK : 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04005442
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005443 if (rate_mask & LIBIPW_CCK_RATE_1MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005444 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005445 LIBIPW_BASIC_RATE_MASK | LIBIPW_CCK_RATE_1MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005446
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005447 if (rate_mask & LIBIPW_CCK_RATE_2MB_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_2MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005450
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005451 if (rate_mask & LIBIPW_CCK_RATE_5MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005452 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005453 LIBIPW_CCK_RATE_5MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005454
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005455 if (rate_mask & LIBIPW_CCK_RATE_11MB_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_11MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005458}
5459
5460static void ipw_add_ofdm_scan_rates(struct ipw_supported_rates *rates,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005461 u8 modulation, u32 rate_mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06005462{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005463 u8 basic_mask = (LIBIPW_OFDM_MODULATION == modulation) ?
5464 LIBIPW_BASIC_RATE_MASK : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005465
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005466 if (rate_mask & LIBIPW_OFDM_RATE_6MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005467 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005468 LIBIPW_OFDM_RATE_6MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005469
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005470 if (rate_mask & LIBIPW_OFDM_RATE_9MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005471 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005472 LIBIPW_OFDM_RATE_9MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005473
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005474 if (rate_mask & LIBIPW_OFDM_RATE_12MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005475 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005476 LIBIPW_OFDM_RATE_12MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005477
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005478 if (rate_mask & LIBIPW_OFDM_RATE_18MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005479 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005480 LIBIPW_OFDM_RATE_18MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005481
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005482 if (rate_mask & LIBIPW_OFDM_RATE_24MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005483 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005484 LIBIPW_OFDM_RATE_24MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005485
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005486 if (rate_mask & LIBIPW_OFDM_RATE_36MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005487 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005488 LIBIPW_OFDM_RATE_36MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005489
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005490 if (rate_mask & LIBIPW_OFDM_RATE_48MB_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_48MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005493
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005494 if (rate_mask & LIBIPW_OFDM_RATE_54MB_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_54MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005497}
5498
5499struct ipw_network_match {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005500 struct libipw_network *network;
James Ketrenos43f66a62005-03-25 12:31:53 -06005501 struct ipw_supported_rates rates;
5502};
5503
James Ketrenosc848d0a2005-08-24 21:56:24 -05005504static int ipw_find_adhoc_network(struct ipw_priv *priv,
5505 struct ipw_network_match *match,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005506 struct libipw_network *network,
James Ketrenosc848d0a2005-08-24 21:56:24 -05005507 int roaming)
5508{
5509 struct ipw_supported_rates rates;
John W. Linville9387b7c2008-09-30 20:59:05 -04005510 DECLARE_SSID_BUF(ssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005511
5512 /* Verify that this network's capability is compatible with the
5513 * current mode (AdHoc or Infrastructure) */
5514 if ((priv->ieee->iw_mode == IW_MODE_ADHOC &&
5515 !(network->capability & WLAN_CAPABILITY_IBSS))) {
Johannes Berge1749612008-10-27 15:59:26 -07005516 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded due to "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005517 "capability mismatch.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005518 print_ssid(ssid, network->ssid,
5519 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005520 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005521 return 0;
5522 }
5523
James Ketrenosc848d0a2005-08-24 21:56:24 -05005524 if (unlikely(roaming)) {
5525 /* If we are roaming, then ensure check if this is a valid
5526 * network to try and roam to */
5527 if ((network->ssid_len != match->network->ssid_len) ||
5528 memcmp(network->ssid, match->network->ssid,
5529 network->ssid_len)) {
Johannes Berge1749612008-10-27 15:59:26 -07005530 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005531 "because of non-network ESSID.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005532 print_ssid(ssid, network->ssid,
5533 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005534 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005535 return 0;
5536 }
5537 } else {
5538 /* If an ESSID has been configured then compare the broadcast
5539 * ESSID to ours */
5540 if ((priv->config & CFG_STATIC_ESSID) &&
5541 ((network->ssid_len != priv->essid_len) ||
5542 memcmp(network->ssid, priv->essid,
5543 min(network->ssid_len, priv->essid_len)))) {
5544 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
James Ketrenosafbf30a2005-08-25 00:05:33 -05005545
James Ketrenosc848d0a2005-08-24 21:56:24 -05005546 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005547 print_ssid(ssid, network->ssid,
5548 network->ssid_len),
James Ketrenosc848d0a2005-08-24 21:56:24 -05005549 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005550 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005551 "because of ESSID mismatch: '%s'.\n",
Johannes Berge1749612008-10-27 15:59:26 -07005552 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005553 print_ssid(ssid, priv->essid,
5554 priv->essid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005555 return 0;
5556 }
5557 }
5558
5559 /* If the old network rate is better than this one, don't bother
5560 * testing everything else. */
5561
5562 if (network->time_stamp[0] < match->network->time_stamp[0]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005563 IPW_DEBUG_MERGE("Network '%s excluded because newer than "
5564 "current network.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005565 print_ssid(ssid, match->network->ssid,
5566 match->network->ssid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005567 return 0;
5568 } else if (network->time_stamp[1] < match->network->time_stamp[1]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005569 IPW_DEBUG_MERGE("Network '%s excluded because newer than "
5570 "current network.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005571 print_ssid(ssid, match->network->ssid,
5572 match->network->ssid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005573 return 0;
5574 }
5575
5576 /* Now go through and see if the requested network is valid... */
5577 if (priv->ieee->scan_age != 0 &&
5578 time_after(jiffies, network->last_scanned + priv->ieee->scan_age)) {
Johannes Berge1749612008-10-27 15:59:26 -07005579 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005580 "because of age: %ums.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005581 print_ssid(ssid, network->ssid,
5582 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005583 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005584 jiffies_to_msecs(jiffies -
5585 network->last_scanned));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005586 return 0;
5587 }
5588
5589 if ((priv->config & CFG_STATIC_CHANNEL) &&
5590 (network->channel != priv->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005591 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005592 "because of channel mismatch: %d != %d.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005593 print_ssid(ssid, network->ssid,
5594 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005595 network->bssid,
James Ketrenosc848d0a2005-08-24 21:56:24 -05005596 network->channel, priv->channel);
5597 return 0;
5598 }
5599
5600 /* Verify privacy compatability */
5601 if (((priv->capability & CAP_PRIVACY_ON) ? 1 : 0) !=
5602 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
Johannes Berge1749612008-10-27 15:59:26 -07005603 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005604 "because of privacy mismatch: %s != %s.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005605 print_ssid(ssid, network->ssid,
5606 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005607 network->bssid,
James Ketrenosafbf30a2005-08-25 00:05:33 -05005608 priv->
5609 capability & CAP_PRIVACY_ON ? "on" : "off",
5610 network->
5611 capability & WLAN_CAPABILITY_PRIVACY ? "on" :
5612 "off");
James Ketrenosc848d0a2005-08-24 21:56:24 -05005613 return 0;
5614 }
5615
5616 if (!memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
Johannes Berge1749612008-10-27 15:59:26 -07005617 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
5618 "because of the same BSSID match: %pM"
John W. Linville9387b7c2008-09-30 20:59:05 -04005619 ".\n", print_ssid(ssid, network->ssid,
5620 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005621 network->bssid,
5622 priv->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005623 return 0;
5624 }
5625
5626 /* Filter out any incompatible freq / mode combinations */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005627 if (!libipw_is_valid_mode(priv->ieee, network->mode)) {
Johannes Berge1749612008-10-27 15:59:26 -07005628 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005629 "because of invalid frequency/mode "
5630 "combination.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005631 print_ssid(ssid, network->ssid,
5632 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005633 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005634 return 0;
5635 }
5636
5637 /* Ensure that the rates supported by the driver are compatible with
5638 * this AP, including verification of basic rates (mandatory) */
5639 if (!ipw_compatible_rates(priv, network, &rates)) {
Johannes Berge1749612008-10-27 15:59:26 -07005640 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005641 "because configured rate mask excludes "
5642 "AP mandatory rate.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005643 print_ssid(ssid, network->ssid,
5644 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005645 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005646 return 0;
5647 }
5648
5649 if (rates.num_rates == 0) {
Johannes Berge1749612008-10-27 15:59:26 -07005650 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005651 "because of no compatible rates.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005652 print_ssid(ssid, network->ssid,
5653 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005654 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005655 return 0;
5656 }
5657
5658 /* TODO: Perform any further minimal comparititive tests. We do not
5659 * want to put too much policy logic here; intelligent scan selection
5660 * should occur within a generic IEEE 802.11 user space tool. */
5661
5662 /* Set up 'new' AP to this network */
5663 ipw_copy_rates(&match->rates, &rates);
5664 match->network = network;
Johannes Berge1749612008-10-27 15:59:26 -07005665 IPW_DEBUG_MERGE("Network '%s (%pM)' is a viable match.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005666 print_ssid(ssid, network->ssid, network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005667 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005668
5669 return 1;
5670}
5671
David Howellsc4028952006-11-22 14:57:56 +00005672static void ipw_merge_adhoc_network(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05005673{
John W. Linville9387b7c2008-09-30 20:59:05 -04005674 DECLARE_SSID_BUF(ssid);
David Howellsc4028952006-11-22 14:57:56 +00005675 struct ipw_priv *priv =
5676 container_of(work, struct ipw_priv, merge_networks);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005677 struct libipw_network *network = NULL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05005678 struct ipw_network_match match = {
5679 .network = priv->assoc_network
5680 };
5681
James Ketrenosafbf30a2005-08-25 00:05:33 -05005682 if ((priv->status & STATUS_ASSOCIATED) &&
5683 (priv->ieee->iw_mode == IW_MODE_ADHOC)) {
James Ketrenosc848d0a2005-08-24 21:56:24 -05005684 /* First pass through ROAM process -- look for a better
5685 * network */
5686 unsigned long flags;
5687
5688 spin_lock_irqsave(&priv->ieee->lock, flags);
5689 list_for_each_entry(network, &priv->ieee->network_list, list) {
5690 if (network != priv->assoc_network)
5691 ipw_find_adhoc_network(priv, &match, network,
5692 1);
5693 }
5694 spin_unlock_irqrestore(&priv->ieee->lock, flags);
5695
5696 if (match.network == priv->assoc_network) {
5697 IPW_DEBUG_MERGE("No better ADHOC in this network to "
5698 "merge to.\n");
5699 return;
5700 }
5701
Zhu Yi46441512006-01-24 16:37:59 +08005702 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005703 if ((priv->ieee->iw_mode == IW_MODE_ADHOC)) {
5704 IPW_DEBUG_MERGE("remove network %s\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005705 print_ssid(ssid, priv->essid,
5706 priv->essid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005707 ipw_remove_current_network(priv);
5708 }
5709
5710 ipw_disassociate(priv);
5711 priv->assoc_network = match.network;
Zhu Yi46441512006-01-24 16:37:59 +08005712 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005713 return;
5714 }
James Ketrenosc848d0a2005-08-24 21:56:24 -05005715}
5716
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005717static int ipw_best_network(struct ipw_priv *priv,
5718 struct ipw_network_match *match,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005719 struct libipw_network *network, int roaming)
James Ketrenos43f66a62005-03-25 12:31:53 -06005720{
5721 struct ipw_supported_rates rates;
John W. Linville9387b7c2008-09-30 20:59:05 -04005722 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005723
5724 /* Verify that this network's capability is compatible with the
5725 * current mode (AdHoc or Infrastructure) */
5726 if ((priv->ieee->iw_mode == IW_MODE_INFRA &&
Jouni Malinen24743852005-08-14 20:59:59 -07005727 !(network->capability & WLAN_CAPABILITY_ESS)) ||
James Ketrenos43f66a62005-03-25 12:31:53 -06005728 (priv->ieee->iw_mode == IW_MODE_ADHOC &&
5729 !(network->capability & WLAN_CAPABILITY_IBSS))) {
Johannes Berge1749612008-10-27 15:59:26 -07005730 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded due to "
Jeff Garzikbf794512005-07-31 13:07:26 -04005731 "capability mismatch.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005732 print_ssid(ssid, network->ssid,
5733 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005734 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005735 return 0;
5736 }
5737
James Ketrenos43f66a62005-03-25 12:31:53 -06005738 if (unlikely(roaming)) {
5739 /* If we are roaming, then ensure check if this is a valid
5740 * network to try and roam to */
5741 if ((network->ssid_len != match->network->ssid_len) ||
Jeff Garzikbf794512005-07-31 13:07:26 -04005742 memcmp(network->ssid, match->network->ssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005743 network->ssid_len)) {
Johannes Berge1749612008-10-27 15:59:26 -07005744 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005745 "because of non-network ESSID.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005746 print_ssid(ssid, network->ssid,
5747 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005748 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005749 return 0;
5750 }
5751 } else {
Jeff Garzikbf794512005-07-31 13:07:26 -04005752 /* If an ESSID has been configured then compare the broadcast
5753 * ESSID to ours */
5754 if ((priv->config & CFG_STATIC_ESSID) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005755 ((network->ssid_len != priv->essid_len) ||
Jeff Garzikbf794512005-07-31 13:07:26 -04005756 memcmp(network->ssid, priv->essid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005757 min(network->ssid_len, priv->essid_len)))) {
5758 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005759 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005760 print_ssid(ssid, network->ssid,
5761 network->ssid_len),
James Ketrenos43f66a62005-03-25 12:31:53 -06005762 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005763 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Jeff Garzikbf794512005-07-31 13:07:26 -04005764 "because of ESSID mismatch: '%s'.\n",
Johannes Berge1749612008-10-27 15:59:26 -07005765 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005766 print_ssid(ssid, priv->essid,
5767 priv->essid_len));
James Ketrenos43f66a62005-03-25 12:31:53 -06005768 return 0;
5769 }
5770 }
5771
5772 /* If the old network rate is better than this one, don't bother
5773 * testing everything else. */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005774 if (match->network && match->network->stats.rssi > network->stats.rssi) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005775 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
Jeff Garzikbf794512005-07-31 13:07:26 -04005776 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005777 print_ssid(ssid, network->ssid, network->ssid_len),
James Ketrenos43f66a62005-03-25 12:31:53 -06005778 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005779 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded because "
5780 "'%s (%pM)' has a stronger signal.\n",
5781 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005782 print_ssid(ssid, match->network->ssid,
5783 match->network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005784 match->network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005785 return 0;
5786 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005787
James Ketrenos43f66a62005-03-25 12:31:53 -06005788 /* If this network has already had an association attempt within the
5789 * last 3 seconds, do not try and associate again... */
5790 if (network->last_associate &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05005791 time_after(network->last_associate + (HZ * 3UL), jiffies)) {
Johannes Berge1749612008-10-27 15:59:26 -07005792 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005793 "because of storming (%ums since last "
James Ketrenos43f66a62005-03-25 12:31:53 -06005794 "assoc attempt).\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005795 print_ssid(ssid, network->ssid,
5796 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005797 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005798 jiffies_to_msecs(jiffies -
5799 network->last_associate));
James Ketrenos43f66a62005-03-25 12:31:53 -06005800 return 0;
5801 }
5802
5803 /* Now go through and see if the requested network is valid... */
Jeff Garzikbf794512005-07-31 13:07:26 -04005804 if (priv->ieee->scan_age != 0 &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05005805 time_after(jiffies, network->last_scanned + priv->ieee->scan_age)) {
Johannes Berge1749612008-10-27 15:59:26 -07005806 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005807 "because of age: %ums.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005808 print_ssid(ssid, network->ssid,
5809 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005810 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005811 jiffies_to_msecs(jiffies -
5812 network->last_scanned));
James Ketrenos43f66a62005-03-25 12:31:53 -06005813 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04005814 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005815
Jeff Garzikbf794512005-07-31 13:07:26 -04005816 if ((priv->config & CFG_STATIC_CHANNEL) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005817 (network->channel != priv->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005818 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005819 "because of channel mismatch: %d != %d.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005820 print_ssid(ssid, network->ssid,
5821 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005822 network->bssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005823 network->channel, priv->channel);
5824 return 0;
5825 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005826
James Ketrenos43f66a62005-03-25 12:31:53 -06005827 /* Verify privacy compatability */
Jeff Garzikbf794512005-07-31 13:07:26 -04005828 if (((priv->capability & CAP_PRIVACY_ON) ? 1 : 0) !=
James Ketrenos43f66a62005-03-25 12:31:53 -06005829 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
Johannes Berge1749612008-10-27 15:59:26 -07005830 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005831 "because of privacy mismatch: %s != %s.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005832 print_ssid(ssid, network->ssid,
5833 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005834 network->bssid,
Jeff Garzikbf794512005-07-31 13:07:26 -04005835 priv->capability & CAP_PRIVACY_ON ? "on" :
James Ketrenos43f66a62005-03-25 12:31:53 -06005836 "off",
Jeff Garzikbf794512005-07-31 13:07:26 -04005837 network->capability &
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005838 WLAN_CAPABILITY_PRIVACY ? "on" : "off");
James Ketrenos43f66a62005-03-25 12:31:53 -06005839 return 0;
5840 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005841
5842 if ((priv->config & CFG_STATIC_BSSID) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005843 memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
Johannes Berge1749612008-10-27 15:59:26 -07005844 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
5845 "because of BSSID mismatch: %pM.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005846 print_ssid(ssid, network->ssid,
5847 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005848 network->bssid, priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005849 return 0;
5850 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005851
James Ketrenos43f66a62005-03-25 12:31:53 -06005852 /* Filter out any incompatible freq / mode combinations */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005853 if (!libipw_is_valid_mode(priv->ieee, network->mode)) {
Johannes Berge1749612008-10-27 15:59:26 -07005854 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005855 "because of invalid frequency/mode "
5856 "combination.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005857 print_ssid(ssid, network->ssid,
5858 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005859 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005860 return 0;
5861 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005862
Liu Hong1fe0adb2005-08-19 09:33:10 -05005863 /* Filter out invalid channel in current GEO */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005864 if (!libipw_is_valid_channel(priv->ieee, network->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005865 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Liu Hong1fe0adb2005-08-19 09:33:10 -05005866 "because of invalid channel in current GEO\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005867 print_ssid(ssid, network->ssid,
5868 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005869 network->bssid);
Liu Hong1fe0adb2005-08-19 09:33:10 -05005870 return 0;
5871 }
5872
James Ketrenosea2b26e2005-08-24 21:25:16 -05005873 /* Ensure that the rates supported by the driver are compatible with
5874 * this AP, including verification of basic rates (mandatory) */
5875 if (!ipw_compatible_rates(priv, network, &rates)) {
Johannes Berge1749612008-10-27 15:59:26 -07005876 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenosea2b26e2005-08-24 21:25:16 -05005877 "because configured rate mask excludes "
5878 "AP mandatory rate.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005879 print_ssid(ssid, network->ssid,
5880 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005881 network->bssid);
James Ketrenosea2b26e2005-08-24 21:25:16 -05005882 return 0;
5883 }
5884
James Ketrenos43f66a62005-03-25 12:31:53 -06005885 if (rates.num_rates == 0) {
Johannes Berge1749612008-10-27 15:59:26 -07005886 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005887 "because of no compatible rates.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005888 print_ssid(ssid, network->ssid,
5889 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005890 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005891 return 0;
5892 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005893
James Ketrenos43f66a62005-03-25 12:31:53 -06005894 /* TODO: Perform any further minimal comparititive tests. We do not
5895 * want to put too much policy logic here; intelligent scan selection
5896 * should occur within a generic IEEE 802.11 user space tool. */
5897
5898 /* Set up 'new' AP to this network */
5899 ipw_copy_rates(&match->rates, &rates);
5900 match->network = network;
5901
Johannes Berge1749612008-10-27 15:59:26 -07005902 IPW_DEBUG_ASSOC("Network '%s (%pM)' is a viable match.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005903 print_ssid(ssid, network->ssid, network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005904 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005905
5906 return 1;
5907}
5908
Jeff Garzikbf794512005-07-31 13:07:26 -04005909static void ipw_adhoc_create(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005910 struct libipw_network *network)
James Ketrenos43f66a62005-03-25 12:31:53 -06005911{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005912 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenosafbf30a2005-08-25 00:05:33 -05005913 int i;
5914
James Ketrenos43f66a62005-03-25 12:31:53 -06005915 /*
5916 * For the purposes of scanning, we can set our wireless mode
5917 * to trigger scans across combinations of bands, but when it
5918 * comes to creating a new ad-hoc network, we have tell the FW
5919 * exactly which band to use.
5920 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005921 * We also have the possibility of an invalid channel for the
James Ketrenos43f66a62005-03-25 12:31:53 -06005922 * chossen band. Attempting to create a new ad-hoc network
5923 * with an invalid channel for wireless mode will trigger a
5924 * FW fatal error.
James Ketrenosafbf30a2005-08-25 00:05:33 -05005925 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005926 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005927 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
5928 case LIBIPW_52GHZ_BAND:
James Ketrenosafbf30a2005-08-25 00:05:33 -05005929 network->mode = IEEE_A;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005930 i = libipw_channel_to_index(priv->ieee, priv->channel);
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02005931 BUG_ON(i == -1);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005932 if (geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005933 IPW_WARNING("Overriding invalid channel\n");
5934 priv->channel = geo->a[0].channel;
5935 }
5936 break;
5937
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005938 case LIBIPW_24GHZ_BAND:
James Ketrenosafbf30a2005-08-25 00:05:33 -05005939 if (priv->ieee->mode & IEEE_G)
5940 network->mode = IEEE_G;
5941 else
5942 network->mode = IEEE_B;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005943 i = libipw_channel_to_index(priv->ieee, priv->channel);
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02005944 BUG_ON(i == -1);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005945 if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY) {
Liu Hong1fe0adb2005-08-19 09:33:10 -05005946 IPW_WARNING("Overriding invalid channel\n");
5947 priv->channel = geo->bg[0].channel;
5948 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05005949 break;
5950
5951 default:
James Ketrenos43f66a62005-03-25 12:31:53 -06005952 IPW_WARNING("Overriding invalid channel\n");
5953 if (priv->ieee->mode & IEEE_A) {
5954 network->mode = IEEE_A;
James Ketrenosb095c382005-08-24 22:04:42 -05005955 priv->channel = geo->a[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005956 } else if (priv->ieee->mode & IEEE_G) {
5957 network->mode = IEEE_G;
James Ketrenosb095c382005-08-24 22:04:42 -05005958 priv->channel = geo->bg[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005959 } else {
5960 network->mode = IEEE_B;
James Ketrenosb095c382005-08-24 22:04:42 -05005961 priv->channel = geo->bg[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005962 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05005963 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06005964 }
5965
5966 network->channel = priv->channel;
5967 priv->config |= CFG_ADHOC_PERSIST;
5968 ipw_create_bssid(priv, network->bssid);
5969 network->ssid_len = priv->essid_len;
5970 memcpy(network->ssid, priv->essid, priv->essid_len);
5971 memset(&network->stats, 0, sizeof(network->stats));
5972 network->capability = WLAN_CAPABILITY_IBSS;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005973 if (!(priv->config & CFG_PREAMBLE_LONG))
5974 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
James Ketrenos43f66a62005-03-25 12:31:53 -06005975 if (priv->capability & CAP_PRIVACY_ON)
5976 network->capability |= WLAN_CAPABILITY_PRIVACY;
5977 network->rates_len = min(priv->rates.num_rates, MAX_RATES_LENGTH);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005978 memcpy(network->rates, priv->rates.supported_rates, network->rates_len);
James Ketrenos43f66a62005-03-25 12:31:53 -06005979 network->rates_ex_len = priv->rates.num_rates - network->rates_len;
Jeff Garzikbf794512005-07-31 13:07:26 -04005980 memcpy(network->rates_ex,
James Ketrenos43f66a62005-03-25 12:31:53 -06005981 &priv->rates.supported_rates[network->rates_len],
5982 network->rates_ex_len);
5983 network->last_scanned = 0;
5984 network->flags = 0;
5985 network->last_associate = 0;
5986 network->time_stamp[0] = 0;
5987 network->time_stamp[1] = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005988 network->beacon_interval = 100; /* Default */
5989 network->listen_interval = 10; /* Default */
5990 network->atim_window = 0; /* Default */
James Ketrenos43f66a62005-03-25 12:31:53 -06005991 network->wpa_ie_len = 0;
5992 network->rsn_ie_len = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005993}
5994
James Ketrenosb095c382005-08-24 22:04:42 -05005995static void ipw_send_tgi_tx_key(struct ipw_priv *priv, int type, int index)
5996{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005997 struct ipw_tgi_tx_key key;
James Ketrenosb095c382005-08-24 22:04:42 -05005998
5999 if (!(priv->ieee->sec.flags & (1 << index)))
6000 return;
6001
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006002 key.key_id = index;
6003 memcpy(key.key, priv->ieee->sec.keys[index], SCM_TEMPORAL_KEY_LENGTH);
6004 key.security_type = type;
6005 key.station_index = 0; /* always 0 for BSS */
6006 key.flags = 0;
James Ketrenosb095c382005-08-24 22:04:42 -05006007 /* 0 for new key; previous value of counter (after fatal error) */
Zhu Yi851ca262006-08-21 11:37:58 +08006008 key.tx_counter[0] = cpu_to_le32(0);
6009 key.tx_counter[1] = cpu_to_le32(0);
James Ketrenosb095c382005-08-24 22:04:42 -05006010
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006011 ipw_send_cmd_pdu(priv, IPW_CMD_TGI_TX_KEY, sizeof(key), &key);
James Ketrenosb095c382005-08-24 22:04:42 -05006012}
6013
6014static void ipw_send_wep_keys(struct ipw_priv *priv, int type)
James Ketrenos43f66a62005-03-25 12:31:53 -06006015{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006016 struct ipw_wep_key key;
James Ketrenos43f66a62005-03-25 12:31:53 -06006017 int i;
James Ketrenos43f66a62005-03-25 12:31:53 -06006018
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006019 key.cmd_id = DINO_CMD_WEP_KEY;
6020 key.seq_num = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006021
James Ketrenosb095c382005-08-24 22:04:42 -05006022 /* Note: AES keys cannot be set for multiple times.
6023 * Only set it at the first time. */
Jeff Garzikbf794512005-07-31 13:07:26 -04006024 for (i = 0; i < 4; i++) {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006025 key.key_index = i | type;
James Ketrenosb095c382005-08-24 22:04:42 -05006026 if (!(priv->ieee->sec.flags & (1 << i))) {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006027 key.key_size = 0;
James Ketrenosb095c382005-08-24 22:04:42 -05006028 continue;
James Ketrenos43f66a62005-03-25 12:31:53 -06006029 }
6030
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006031 key.key_size = priv->ieee->sec.key_sizes[i];
6032 memcpy(key.key, priv->ieee->sec.keys[i], key.key_size);
James Ketrenosb095c382005-08-24 22:04:42 -05006033
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006034 ipw_send_cmd_pdu(priv, IPW_CMD_WEP_KEY, sizeof(key), &key);
Jeff Garzikbf794512005-07-31 13:07:26 -04006035 }
James Ketrenos43f66a62005-03-25 12:31:53 -06006036}
6037
Zhu Yi1fbfea52005-08-05 17:22:56 +08006038static void ipw_set_hw_decrypt_unicast(struct ipw_priv *priv, int level)
6039{
6040 if (priv->ieee->host_encrypt)
6041 return;
6042
6043 switch (level) {
6044 case SEC_LEVEL_3:
6045 priv->sys_config.disable_unicast_decryption = 0;
6046 priv->ieee->host_decrypt = 0;
6047 break;
6048 case SEC_LEVEL_2:
6049 priv->sys_config.disable_unicast_decryption = 1;
6050 priv->ieee->host_decrypt = 1;
6051 break;
6052 case SEC_LEVEL_1:
6053 priv->sys_config.disable_unicast_decryption = 0;
6054 priv->ieee->host_decrypt = 0;
6055 break;
6056 case SEC_LEVEL_0:
6057 priv->sys_config.disable_unicast_decryption = 1;
6058 break;
6059 default:
6060 break;
6061 }
6062}
6063
6064static void ipw_set_hw_decrypt_multicast(struct ipw_priv *priv, int level)
6065{
6066 if (priv->ieee->host_encrypt)
6067 return;
6068
6069 switch (level) {
6070 case SEC_LEVEL_3:
6071 priv->sys_config.disable_multicast_decryption = 0;
6072 break;
6073 case SEC_LEVEL_2:
6074 priv->sys_config.disable_multicast_decryption = 1;
6075 break;
6076 case SEC_LEVEL_1:
6077 priv->sys_config.disable_multicast_decryption = 0;
6078 break;
6079 case SEC_LEVEL_0:
6080 priv->sys_config.disable_multicast_decryption = 1;
6081 break;
6082 default:
6083 break;
6084 }
6085}
6086
James Ketrenosb095c382005-08-24 22:04:42 -05006087static void ipw_set_hwcrypto_keys(struct ipw_priv *priv)
6088{
6089 switch (priv->ieee->sec.level) {
6090 case SEC_LEVEL_3:
Zhu Yid8bad6d2005-07-13 12:25:38 -05006091 if (priv->ieee->sec.flags & SEC_ACTIVE_KEY)
6092 ipw_send_tgi_tx_key(priv,
6093 DCT_FLAG_EXT_SECURITY_CCM,
6094 priv->ieee->sec.active_key);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006095
Hong Liu567deaf2005-08-31 18:07:22 +08006096 if (!priv->ieee->host_mc_decrypt)
6097 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_CCM);
James Ketrenosb095c382005-08-24 22:04:42 -05006098 break;
6099 case SEC_LEVEL_2:
Zhu Yid8bad6d2005-07-13 12:25:38 -05006100 if (priv->ieee->sec.flags & SEC_ACTIVE_KEY)
6101 ipw_send_tgi_tx_key(priv,
6102 DCT_FLAG_EXT_SECURITY_TKIP,
6103 priv->ieee->sec.active_key);
James Ketrenosb095c382005-08-24 22:04:42 -05006104 break;
6105 case SEC_LEVEL_1:
6106 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
Hong Liu29cb8432005-09-12 10:43:33 -05006107 ipw_set_hw_decrypt_unicast(priv, priv->ieee->sec.level);
6108 ipw_set_hw_decrypt_multicast(priv, priv->ieee->sec.level);
James Ketrenosb095c382005-08-24 22:04:42 -05006109 break;
6110 case SEC_LEVEL_0:
6111 default:
6112 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06006113 }
6114}
6115
6116static void ipw_adhoc_check(void *data)
6117{
6118 struct ipw_priv *priv = data;
Jeff Garzikbf794512005-07-31 13:07:26 -04006119
James Ketrenosafbf30a2005-08-25 00:05:33 -05006120 if (priv->missed_adhoc_beacons++ > priv->disassociate_threshold &&
James Ketrenos43f66a62005-03-25 12:31:53 -06006121 !(priv->config & CFG_ADHOC_PERSIST)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006122 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
6123 IPW_DL_STATE | IPW_DL_ASSOC,
6124 "Missed beacon: %d - disassociate\n",
6125 priv->missed_adhoc_beacons);
James Ketrenos43f66a62005-03-25 12:31:53 -06006126 ipw_remove_current_network(priv);
6127 ipw_disassociate(priv);
6128 return;
6129 }
6130
Jeff Garzikbf794512005-07-31 13:07:26 -04006131 queue_delayed_work(priv->workqueue, &priv->adhoc_check,
Al Viro5b5e8072007-12-27 01:54:06 -05006132 le16_to_cpu(priv->assoc_request.beacon_interval));
James Ketrenos43f66a62005-03-25 12:31:53 -06006133}
6134
David Howellsc4028952006-11-22 14:57:56 +00006135static void ipw_bg_adhoc_check(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05006136{
David Howellsc4028952006-11-22 14:57:56 +00006137 struct ipw_priv *priv =
6138 container_of(work, struct ipw_priv, adhoc_check.work);
Zhu Yi46441512006-01-24 16:37:59 +08006139 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00006140 ipw_adhoc_check(priv);
Zhu Yi46441512006-01-24 16:37:59 +08006141 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05006142}
6143
James Ketrenos43f66a62005-03-25 12:31:53 -06006144static void ipw_debug_config(struct ipw_priv *priv)
6145{
John W. Linville9387b7c2008-09-30 20:59:05 -04006146 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06006147 IPW_DEBUG_INFO("Scan completed, no valid APs matched "
6148 "[CFG 0x%08X]\n", priv->config);
6149 if (priv->config & CFG_STATIC_CHANNEL)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006150 IPW_DEBUG_INFO("Channel locked to %d\n", priv->channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06006151 else
6152 IPW_DEBUG_INFO("Channel unlocked.\n");
6153 if (priv->config & CFG_STATIC_ESSID)
Jeff Garzikbf794512005-07-31 13:07:26 -04006154 IPW_DEBUG_INFO("ESSID locked to '%s'\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04006155 print_ssid(ssid, priv->essid, priv->essid_len));
James Ketrenos43f66a62005-03-25 12:31:53 -06006156 else
6157 IPW_DEBUG_INFO("ESSID unlocked.\n");
6158 if (priv->config & CFG_STATIC_BSSID)
Johannes Berge1749612008-10-27 15:59:26 -07006159 IPW_DEBUG_INFO("BSSID locked to %pM\n", priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06006160 else
6161 IPW_DEBUG_INFO("BSSID unlocked.\n");
6162 if (priv->capability & CAP_PRIVACY_ON)
6163 IPW_DEBUG_INFO("PRIVACY on\n");
6164 else
6165 IPW_DEBUG_INFO("PRIVACY off\n");
6166 IPW_DEBUG_INFO("RATE MASK: 0x%08X\n", priv->rates_mask);
6167}
James Ketrenos43f66a62005-03-25 12:31:53 -06006168
Arjan van de Ven858119e2006-01-14 13:20:43 -08006169static void ipw_set_fixed_rate(struct ipw_priv *priv, int mode)
James Ketrenos43f66a62005-03-25 12:31:53 -06006170{
6171 /* TODO: Verify that this works... */
Reinette Chatre21f8a732009-08-18 10:25:05 -07006172 struct ipw_fixed_rate fr;
James Ketrenos43f66a62005-03-25 12:31:53 -06006173 u32 reg;
6174 u16 mask = 0;
Reinette Chatre21f8a732009-08-18 10:25:05 -07006175 u16 new_tx_rates = priv->rates_mask;
James Ketrenos43f66a62005-03-25 12:31:53 -06006176
Jeff Garzikbf794512005-07-31 13:07:26 -04006177 /* Identify 'current FW band' and match it with the fixed
James Ketrenos43f66a62005-03-25 12:31:53 -06006178 * Tx rates */
Jeff Garzikbf794512005-07-31 13:07:26 -04006179
James Ketrenos43f66a62005-03-25 12:31:53 -06006180 switch (priv->ieee->freq_band) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006181 case LIBIPW_52GHZ_BAND: /* A only */
James Ketrenos43f66a62005-03-25 12:31:53 -06006182 /* IEEE_A */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006183 if (priv->rates_mask & ~LIBIPW_OFDM_RATES_MASK) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006184 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006185 IPW_DEBUG_WX
6186 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006187 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006188 break;
6189 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006190
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006191 new_tx_rates >>= LIBIPW_OFDM_SHIFT_MASK_A;
James Ketrenos43f66a62005-03-25 12:31:53 -06006192 break;
6193
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006194 default: /* 2.4Ghz or Mixed */
James Ketrenos43f66a62005-03-25 12:31:53 -06006195 /* IEEE_B */
James Ketrenosb095c382005-08-24 22:04:42 -05006196 if (mode == IEEE_B) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006197 if (new_tx_rates & ~LIBIPW_CCK_RATES_MASK) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006198 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006199 IPW_DEBUG_WX
6200 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006201 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006202 }
6203 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04006204 }
James Ketrenos43f66a62005-03-25 12:31:53 -06006205
6206 /* IEEE_G */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006207 if (new_tx_rates & ~(LIBIPW_CCK_RATES_MASK |
6208 LIBIPW_OFDM_RATES_MASK)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006209 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006210 IPW_DEBUG_WX
6211 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006212 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006213 break;
6214 }
6215
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006216 if (LIBIPW_OFDM_RATE_6MB_MASK & new_tx_rates) {
6217 mask |= (LIBIPW_OFDM_RATE_6MB_MASK >> 1);
6218 new_tx_rates &= ~LIBIPW_OFDM_RATE_6MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006219 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006220
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006221 if (LIBIPW_OFDM_RATE_9MB_MASK & new_tx_rates) {
6222 mask |= (LIBIPW_OFDM_RATE_9MB_MASK >> 1);
6223 new_tx_rates &= ~LIBIPW_OFDM_RATE_9MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006224 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006225
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006226 if (LIBIPW_OFDM_RATE_12MB_MASK & new_tx_rates) {
6227 mask |= (LIBIPW_OFDM_RATE_12MB_MASK >> 1);
6228 new_tx_rates &= ~LIBIPW_OFDM_RATE_12MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006229 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006230
Reinette Chatre21f8a732009-08-18 10:25:05 -07006231 new_tx_rates |= mask;
James Ketrenos43f66a62005-03-25 12:31:53 -06006232 break;
6233 }
6234
Reinette Chatre21f8a732009-08-18 10:25:05 -07006235 fr.tx_rates = cpu_to_le16(new_tx_rates);
6236
James Ketrenos43f66a62005-03-25 12:31:53 -06006237 reg = ipw_read32(priv, IPW_MEM_FIXED_OVERRIDE);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006238 ipw_write_reg32(priv, reg, *(u32 *) & fr);
James Ketrenos43f66a62005-03-25 12:31:53 -06006239}
6240
James Ketrenosea2b26e2005-08-24 21:25:16 -05006241static void ipw_abort_scan(struct ipw_priv *priv)
6242{
6243 int err;
6244
6245 if (priv->status & STATUS_SCAN_ABORTING) {
6246 IPW_DEBUG_HC("Ignoring concurrent scan abort request.\n");
6247 return;
6248 }
6249 priv->status |= STATUS_SCAN_ABORTING;
6250
6251 err = ipw_send_scan_abort(priv);
6252 if (err)
6253 IPW_DEBUG_HC("Request to abort scan failed.\n");
6254}
6255
James Ketrenosafbf30a2005-08-25 00:05:33 -05006256static void ipw_add_scan_channels(struct ipw_priv *priv,
6257 struct ipw_scan_request_ext *scan,
6258 int scan_type)
6259{
6260 int channel_index = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006261 const struct libipw_geo *geo;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006262 int i;
6263
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006264 geo = libipw_get_geo(priv->ieee);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006265
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006266 if (priv->ieee->freq_band & LIBIPW_52GHZ_BAND) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006267 int start = channel_index;
6268 for (i = 0; i < geo->a_channels; i++) {
6269 if ((priv->status & STATUS_ASSOCIATED) &&
6270 geo->a[i].channel == priv->channel)
6271 continue;
6272 channel_index++;
6273 scan->channels_list[channel_index] = geo->a[i].channel;
Liu Hong1fe0adb2005-08-19 09:33:10 -05006274 ipw_set_scan_type(scan, channel_index,
6275 geo->a[i].
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006276 flags & LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006277 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN :
6278 scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006279 }
6280
6281 if (start != channel_index) {
6282 scan->channels_list[start] = (u8) (IPW_A_MODE << 6) |
6283 (channel_index - start);
6284 channel_index++;
6285 }
6286 }
6287
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006288 if (priv->ieee->freq_band & LIBIPW_24GHZ_BAND) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006289 int start = channel_index;
6290 if (priv->config & CFG_SPEED_SCAN) {
Liu Hong1fe0adb2005-08-19 09:33:10 -05006291 int index;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006292 u8 channels[LIBIPW_24GHZ_CHANNELS] = {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006293 /* nop out the list */
6294 [0] = 0
6295 };
6296
6297 u8 channel;
Zhu Yi7dd24592009-07-27 10:10:20 +08006298 while (channel_index < IPW_SCAN_CHANNELS - 1) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006299 channel =
6300 priv->speed_scan[priv->speed_scan_pos];
6301 if (channel == 0) {
6302 priv->speed_scan_pos = 0;
6303 channel = priv->speed_scan[0];
6304 }
6305 if ((priv->status & STATUS_ASSOCIATED) &&
6306 channel == priv->channel) {
6307 priv->speed_scan_pos++;
6308 continue;
6309 }
6310
6311 /* If this channel has already been
6312 * added in scan, break from loop
6313 * and this will be the first channel
6314 * in the next scan.
6315 */
6316 if (channels[channel - 1] != 0)
6317 break;
6318
6319 channels[channel - 1] = 1;
6320 priv->speed_scan_pos++;
6321 channel_index++;
6322 scan->channels_list[channel_index] = channel;
Liu Hong1fe0adb2005-08-19 09:33:10 -05006323 index =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006324 libipw_channel_to_index(priv->ieee, channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006325 ipw_set_scan_type(scan, channel_index,
Liu Hong1fe0adb2005-08-19 09:33:10 -05006326 geo->bg[index].
6327 flags &
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006328 LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006329 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN
6330 : scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006331 }
6332 } else {
6333 for (i = 0; i < geo->bg_channels; i++) {
6334 if ((priv->status & STATUS_ASSOCIATED) &&
6335 geo->bg[i].channel == priv->channel)
6336 continue;
6337 channel_index++;
6338 scan->channels_list[channel_index] =
6339 geo->bg[i].channel;
6340 ipw_set_scan_type(scan, channel_index,
Liu Hong1fe0adb2005-08-19 09:33:10 -05006341 geo->bg[i].
6342 flags &
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006343 LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006344 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN
6345 : scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006346 }
6347 }
6348
6349 if (start != channel_index) {
6350 scan->channels_list[start] = (u8) (IPW_B_MODE << 6) |
6351 (channel_index - start);
6352 }
6353 }
6354}
6355
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006356static int ipw_passive_dwell_time(struct ipw_priv *priv)
6357{
6358 /* staying on passive channels longer than the DTIM interval during a
6359 * scan, while associated, causes the firmware to cancel the scan
6360 * without notification. Hence, don't stay on passive channels longer
6361 * than the beacon interval.
6362 */
6363 if (priv->status & STATUS_ASSOCIATED
6364 && priv->assoc_network->beacon_interval > 10)
6365 return priv->assoc_network->beacon_interval - 10;
6366 else
6367 return 120;
6368}
6369
Dan Williamsea177302008-06-02 17:51:23 -04006370static int ipw_request_scan_helper(struct ipw_priv *priv, int type, int direct)
James Ketrenosea2b26e2005-08-24 21:25:16 -05006371{
6372 struct ipw_scan_request_ext scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006373 int err = 0, scan_type;
6374
6375 if (!(priv->status & STATUS_INIT) ||
6376 (priv->status & STATUS_EXIT_PENDING))
6377 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006378
Zhu Yi46441512006-01-24 16:37:59 +08006379 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05006380
Dan Williamsea177302008-06-02 17:51:23 -04006381 if (direct && (priv->direct_scan_ssid_len == 0)) {
6382 IPW_DEBUG_HC("Direct scan requested but no SSID to scan for\n");
6383 priv->status &= ~STATUS_DIRECT_SCAN_PENDING;
6384 goto done;
6385 }
6386
James Ketrenosea2b26e2005-08-24 21:25:16 -05006387 if (priv->status & STATUS_SCANNING) {
Dan Williamsea177302008-06-02 17:51:23 -04006388 IPW_DEBUG_HC("Concurrent scan requested. Queuing.\n");
6389 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6390 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006391 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006392 }
6393
James Ketrenosafbf30a2005-08-25 00:05:33 -05006394 if (!(priv->status & STATUS_SCAN_FORCED) &&
6395 priv->status & STATUS_SCAN_ABORTING) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006396 IPW_DEBUG_HC("Scan request while abort pending. Queuing.\n");
Dan Williamsea177302008-06-02 17:51:23 -04006397 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6398 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006399 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006400 }
6401
6402 if (priv->status & STATUS_RF_KILL_MASK) {
Dan Williamsea177302008-06-02 17:51:23 -04006403 IPW_DEBUG_HC("Queuing scan due to RF Kill activation\n");
6404 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6405 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006406 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006407 }
6408
6409 memset(&scan, 0, sizeof(scan));
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006410 scan.full_scan_index = cpu_to_le32(libipw_get_scans(priv->ieee));
James Ketrenosea2b26e2005-08-24 21:25:16 -05006411
Zhu Yi094c4d22006-08-21 11:39:03 +08006412 if (type == IW_SCAN_TYPE_PASSIVE) {
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006413 IPW_DEBUG_WX("use passive scanning\n");
6414 scan_type = IPW_SCAN_PASSIVE_FULL_DWELL_SCAN;
Zhu Yi094c4d22006-08-21 11:39:03 +08006415 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006416 cpu_to_le16(ipw_passive_dwell_time(priv));
Zhu Yi094c4d22006-08-21 11:39:03 +08006417 ipw_add_scan_channels(priv, &scan, scan_type);
6418 goto send_request;
6419 }
6420
6421 /* Use active scan by default. */
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006422 if (priv->config & CFG_SPEED_SCAN)
James Ketrenosb095c382005-08-24 22:04:42 -05006423 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006424 cpu_to_le16(30);
James Ketrenosb095c382005-08-24 22:04:42 -05006425 else
6426 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006427 cpu_to_le16(20);
James Ketrenosb095c382005-08-24 22:04:42 -05006428
James Ketrenosa613bff2005-08-24 21:43:11 -05006429 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006430 cpu_to_le16(20);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006431
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006432 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
6433 cpu_to_le16(ipw_passive_dwell_time(priv));
Dan Williamsea177302008-06-02 17:51:23 -04006434 scan.dwell_time[IPW_SCAN_ACTIVE_DIRECT_SCAN] = cpu_to_le16(20);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006435
James Ketrenosb095c382005-08-24 22:04:42 -05006436#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05006437 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006438 u8 channel;
James Ketrenosb095c382005-08-24 22:04:42 -05006439 u8 band = 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006440
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006441 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
6442 case LIBIPW_52GHZ_BAND:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006443 band = (u8) (IPW_A_MODE << 6) | 1;
James Ketrenosb095c382005-08-24 22:04:42 -05006444 channel = priv->channel;
6445 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006446
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006447 case LIBIPW_24GHZ_BAND:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006448 band = (u8) (IPW_B_MODE << 6) | 1;
James Ketrenosb095c382005-08-24 22:04:42 -05006449 channel = priv->channel;
6450 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006451
James Ketrenosb095c382005-08-24 22:04:42 -05006452 default:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006453 band = (u8) (IPW_B_MODE << 6) | 1;
6454 channel = 9;
James Ketrenosb095c382005-08-24 22:04:42 -05006455 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006456 }
6457
James Ketrenosb095c382005-08-24 22:04:42 -05006458 scan.channels_list[0] = band;
6459 scan.channels_list[1] = channel;
6460 ipw_set_scan_type(&scan, 1, IPW_SCAN_PASSIVE_FULL_DWELL_SCAN);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006461
James Ketrenosb095c382005-08-24 22:04:42 -05006462 /* NOTE: The card will sit on this channel for this time
6463 * period. Scan aborts are timing sensitive and frequently
6464 * result in firmware restarts. As such, it is best to
6465 * set a small dwell_time here and just keep re-issuing
6466 * scans. Otherwise fast channel hopping will not actually
6467 * hop channels.
6468 *
6469 * TODO: Move SPEED SCAN support to all modes and bands */
James Ketrenosa613bff2005-08-24 21:43:11 -05006470 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006471 cpu_to_le16(2000);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006472 } else {
James Ketrenosb095c382005-08-24 22:04:42 -05006473#endif /* CONFIG_IPW2200_MONITOR */
Dan Williamsea177302008-06-02 17:51:23 -04006474 /* Honor direct scans first, otherwise if we are roaming make
6475 * this a direct scan for the current network. Finally,
6476 * ensure that every other scan is a fast channel hop scan */
6477 if (direct) {
6478 err = ipw_send_ssid(priv, priv->direct_scan_ssid,
6479 priv->direct_scan_ssid_len);
6480 if (err) {
6481 IPW_DEBUG_HC("Attempt to send SSID command "
6482 "failed\n");
6483 goto done;
6484 }
6485
6486 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
6487 } else if ((priv->status & STATUS_ROAMING)
6488 || (!(priv->status & STATUS_ASSOCIATED)
6489 && (priv->config & CFG_STATIC_ESSID)
6490 && (le32_to_cpu(scan.full_scan_index) % 2))) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006491 err = ipw_send_ssid(priv, priv->essid, priv->essid_len);
6492 if (err) {
James Ketrenosb095c382005-08-24 22:04:42 -05006493 IPW_DEBUG_HC("Attempt to send SSID command "
6494 "failed.\n");
6495 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006496 }
6497
6498 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006499 } else
James Ketrenosea2b26e2005-08-24 21:25:16 -05006500 scan_type = IPW_SCAN_ACTIVE_BROADCAST_SCAN;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006501
James Ketrenosafbf30a2005-08-25 00:05:33 -05006502 ipw_add_scan_channels(priv, &scan, scan_type);
James Ketrenosb095c382005-08-24 22:04:42 -05006503#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05006504 }
6505#endif
6506
Zhu Yi094c4d22006-08-21 11:39:03 +08006507send_request:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006508 err = ipw_send_scan_request_ext(priv, &scan);
6509 if (err) {
6510 IPW_DEBUG_HC("Sending scan command failed: %08X\n", err);
James Ketrenosb095c382005-08-24 22:04:42 -05006511 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006512 }
6513
6514 priv->status |= STATUS_SCANNING;
Dan Williamsea177302008-06-02 17:51:23 -04006515 if (direct) {
6516 priv->status &= ~STATUS_DIRECT_SCAN_PENDING;
6517 priv->direct_scan_ssid_len = 0;
6518 } else
6519 priv->status &= ~STATUS_SCAN_PENDING;
6520
James Ketrenosafbf30a2005-08-25 00:05:33 -05006521 queue_delayed_work(priv->workqueue, &priv->scan_check,
6522 IPW_SCAN_CHECK_WATCHDOG);
Zhu Yi094c4d22006-08-21 11:39:03 +08006523done:
Zhu Yi46441512006-01-24 16:37:59 +08006524 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05006525 return err;
James Ketrenosc848d0a2005-08-24 21:56:24 -05006526}
6527
David Howellsc4028952006-11-22 14:57:56 +00006528static void ipw_request_passive_scan(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05006529{
David Howellsc4028952006-11-22 14:57:56 +00006530 struct ipw_priv *priv =
Dan Williamsea177302008-06-02 17:51:23 -04006531 container_of(work, struct ipw_priv, request_passive_scan.work);
6532 ipw_request_scan_helper(priv, IW_SCAN_TYPE_PASSIVE, 0);
David Howellsc4028952006-11-22 14:57:56 +00006533}
6534
6535static void ipw_request_scan(struct work_struct *work)
6536{
6537 struct ipw_priv *priv =
6538 container_of(work, struct ipw_priv, request_scan.work);
Dan Williamsea177302008-06-02 17:51:23 -04006539 ipw_request_scan_helper(priv, IW_SCAN_TYPE_ACTIVE, 0);
6540}
6541
6542static void ipw_request_direct_scan(struct work_struct *work)
6543{
6544 struct ipw_priv *priv =
6545 container_of(work, struct ipw_priv, request_direct_scan.work);
6546 ipw_request_scan_helper(priv, IW_SCAN_TYPE_ACTIVE, 1);
David Howellsc4028952006-11-22 14:57:56 +00006547}
6548
6549static void ipw_bg_abort_scan(struct work_struct *work)
6550{
6551 struct ipw_priv *priv =
6552 container_of(work, struct ipw_priv, abort_scan);
Zhu Yi46441512006-01-24 16:37:59 +08006553 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00006554 ipw_abort_scan(priv);
Zhu Yi46441512006-01-24 16:37:59 +08006555 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05006556}
6557
James Ketrenosea2b26e2005-08-24 21:25:16 -05006558static int ipw_wpa_enable(struct ipw_priv *priv, int value)
6559{
James Ketrenosb095c382005-08-24 22:04:42 -05006560 /* This is called when wpa_supplicant loads and closes the driver
6561 * interface. */
Hong Liucdd1fa12005-08-31 18:14:27 +08006562 priv->ieee->wpa_enabled = value;
James Ketrenosb095c382005-08-24 22:04:42 -05006563 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006564}
6565
James Ketrenosea2b26e2005-08-24 21:25:16 -05006566static int ipw_wpa_set_auth_algs(struct ipw_priv *priv, int value)
6567{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006568 struct libipw_device *ieee = priv->ieee;
6569 struct libipw_security sec = {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006570 .flags = SEC_AUTH_MODE,
6571 };
6572 int ret = 0;
6573
James Ketrenosafbf30a2005-08-25 00:05:33 -05006574 if (value & IW_AUTH_ALG_SHARED_KEY) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006575 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
6576 ieee->open_wep = 0;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006577 } else if (value & IW_AUTH_ALG_OPEN_SYSTEM) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006578 sec.auth_mode = WLAN_AUTH_OPEN;
6579 ieee->open_wep = 1;
Zhu Yi3e234b42006-01-24 16:36:52 +08006580 } else if (value & IW_AUTH_ALG_LEAP) {
6581 sec.auth_mode = WLAN_AUTH_LEAP;
6582 ieee->open_wep = 1;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006583 } else
6584 return -EINVAL;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006585
6586 if (ieee->set_security)
6587 ieee->set_security(ieee->dev, &sec);
6588 else
6589 ret = -EOPNOTSUPP;
6590
6591 return ret;
6592}
6593
Adrian Bunka73e22b2006-01-21 01:39:42 +01006594static void ipw_wpa_assoc_frame(struct ipw_priv *priv, char *wpa_ie,
6595 int wpa_ie_len)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006596{
6597 /* make sure WPA is enabled */
6598 ipw_wpa_enable(priv, 1);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006599}
6600
6601static int ipw_set_rsn_capa(struct ipw_priv *priv,
6602 char *capabilities, int length)
6603{
James Ketrenosafbf30a2005-08-25 00:05:33 -05006604 IPW_DEBUG_HC("HOST_CMD_RSN_CAPABILITIES\n");
6605
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006606 return ipw_send_cmd_pdu(priv, IPW_CMD_RSN_CAPABILITIES, length,
Zhu Yi2638bc32006-01-24 16:37:52 +08006607 capabilities);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006608}
6609
James Ketrenosafbf30a2005-08-25 00:05:33 -05006610/*
6611 * WE-18 support
6612 */
6613
6614/* SIOCSIWGENIE */
6615static int ipw_wx_set_genie(struct net_device *dev,
6616 struct iw_request_info *info,
6617 union iwreq_data *wrqu, char *extra)
6618{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006619 struct ipw_priv *priv = libipw_priv(dev);
6620 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006621 u8 *buf;
6622 int err = 0;
6623
6624 if (wrqu->data.length > MAX_WPA_IE_LEN ||
6625 (wrqu->data.length && extra == NULL))
6626 return -EINVAL;
6627
James Ketrenosafbf30a2005-08-25 00:05:33 -05006628 if (wrqu->data.length) {
6629 buf = kmalloc(wrqu->data.length, GFP_KERNEL);
6630 if (buf == NULL) {
6631 err = -ENOMEM;
6632 goto out;
6633 }
6634
6635 memcpy(buf, extra, wrqu->data.length);
6636 kfree(ieee->wpa_ie);
6637 ieee->wpa_ie = buf;
6638 ieee->wpa_ie_len = wrqu->data.length;
6639 } else {
6640 kfree(ieee->wpa_ie);
6641 ieee->wpa_ie = NULL;
6642 ieee->wpa_ie_len = 0;
6643 }
6644
6645 ipw_wpa_assoc_frame(priv, ieee->wpa_ie, ieee->wpa_ie_len);
6646 out:
James Ketrenosafbf30a2005-08-25 00:05:33 -05006647 return err;
6648}
6649
6650/* SIOCGIWGENIE */
6651static int ipw_wx_get_genie(struct net_device *dev,
6652 struct iw_request_info *info,
6653 union iwreq_data *wrqu, char *extra)
6654{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006655 struct ipw_priv *priv = libipw_priv(dev);
6656 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006657 int err = 0;
6658
James Ketrenosafbf30a2005-08-25 00:05:33 -05006659 if (ieee->wpa_ie_len == 0 || ieee->wpa_ie == NULL) {
6660 wrqu->data.length = 0;
6661 goto out;
6662 }
6663
6664 if (wrqu->data.length < ieee->wpa_ie_len) {
6665 err = -E2BIG;
6666 goto out;
6667 }
6668
6669 wrqu->data.length = ieee->wpa_ie_len;
6670 memcpy(extra, ieee->wpa_ie, ieee->wpa_ie_len);
6671
6672 out:
James Ketrenosafbf30a2005-08-25 00:05:33 -05006673 return err;
6674}
6675
Zhu Yi1fbfea52005-08-05 17:22:56 +08006676static int wext_cipher2level(int cipher)
6677{
6678 switch (cipher) {
6679 case IW_AUTH_CIPHER_NONE:
6680 return SEC_LEVEL_0;
6681 case IW_AUTH_CIPHER_WEP40:
6682 case IW_AUTH_CIPHER_WEP104:
6683 return SEC_LEVEL_1;
6684 case IW_AUTH_CIPHER_TKIP:
6685 return SEC_LEVEL_2;
6686 case IW_AUTH_CIPHER_CCMP:
6687 return SEC_LEVEL_3;
6688 default:
6689 return -1;
6690 }
6691}
6692
James Ketrenosafbf30a2005-08-25 00:05:33 -05006693/* SIOCSIWAUTH */
6694static int ipw_wx_set_auth(struct net_device *dev,
6695 struct iw_request_info *info,
6696 union iwreq_data *wrqu, char *extra)
6697{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006698 struct ipw_priv *priv = libipw_priv(dev);
6699 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006700 struct iw_param *param = &wrqu->param;
John W. Linville274bfb82008-10-29 11:35:05 -04006701 struct lib80211_crypt_data *crypt;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006702 unsigned long flags;
6703 int ret = 0;
6704
6705 switch (param->flags & IW_AUTH_INDEX) {
6706 case IW_AUTH_WPA_VERSION:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006707 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006708 case IW_AUTH_CIPHER_PAIRWISE:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006709 ipw_set_hw_decrypt_unicast(priv,
6710 wext_cipher2level(param->value));
6711 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006712 case IW_AUTH_CIPHER_GROUP:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006713 ipw_set_hw_decrypt_multicast(priv,
6714 wext_cipher2level(param->value));
6715 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006716 case IW_AUTH_KEY_MGMT:
6717 /*
6718 * ipw2200 does not use these parameters
6719 */
6720 break;
6721
6722 case IW_AUTH_TKIP_COUNTERMEASURES:
John W. Linville274bfb82008-10-29 11:35:05 -04006723 crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
James Ketrenos991d1cc2005-10-13 09:26:48 +00006724 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006725 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006726
6727 flags = crypt->ops->get_flags(crypt->priv);
6728
6729 if (param->value)
6730 flags |= IEEE80211_CRYPTO_TKIP_COUNTERMEASURES;
6731 else
6732 flags &= ~IEEE80211_CRYPTO_TKIP_COUNTERMEASURES;
6733
6734 crypt->ops->set_flags(flags, crypt->priv);
6735
6736 break;
6737
6738 case IW_AUTH_DROP_UNENCRYPTED:{
6739 /* HACK:
6740 *
6741 * wpa_supplicant calls set_wpa_enabled when the driver
6742 * is loaded and unloaded, regardless of if WPA is being
6743 * used. No other calls are made which can be used to
6744 * determine if encryption will be used or not prior to
6745 * association being expected. If encryption is not being
6746 * used, drop_unencrypted is set to false, else true -- we
6747 * can use this to determine if the CAP_PRIVACY_ON bit should
6748 * be set.
6749 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006750 struct libipw_security sec = {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006751 .flags = SEC_ENABLED,
6752 .enabled = param->value,
6753 };
6754 priv->ieee->drop_unencrypted = param->value;
6755 /* We only change SEC_LEVEL for open mode. Others
6756 * are set by ipw_wpa_set_encryption.
6757 */
6758 if (!param->value) {
6759 sec.flags |= SEC_LEVEL;
6760 sec.level = SEC_LEVEL_0;
6761 } else {
6762 sec.flags |= SEC_LEVEL;
6763 sec.level = SEC_LEVEL_1;
6764 }
6765 if (priv->ieee->set_security)
6766 priv->ieee->set_security(priv->ieee->dev, &sec);
6767 break;
6768 }
6769
6770 case IW_AUTH_80211_AUTH_ALG:
6771 ret = ipw_wpa_set_auth_algs(priv, param->value);
6772 break;
6773
6774 case IW_AUTH_WPA_ENABLED:
6775 ret = ipw_wpa_enable(priv, param->value);
Zhu Yie3c5a642006-04-13 17:21:13 +08006776 ipw_disassociate(priv);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006777 break;
6778
6779 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
6780 ieee->ieee802_1x = param->value;
6781 break;
6782
James Ketrenosafbf30a2005-08-25 00:05:33 -05006783 case IW_AUTH_PRIVACY_INVOKED:
6784 ieee->privacy_invoked = param->value;
6785 break;
6786
6787 default:
6788 return -EOPNOTSUPP;
6789 }
6790 return ret;
6791}
6792
6793/* SIOCGIWAUTH */
6794static int ipw_wx_get_auth(struct net_device *dev,
6795 struct iw_request_info *info,
6796 union iwreq_data *wrqu, char *extra)
6797{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006798 struct ipw_priv *priv = libipw_priv(dev);
6799 struct libipw_device *ieee = priv->ieee;
John W. Linville274bfb82008-10-29 11:35:05 -04006800 struct lib80211_crypt_data *crypt;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006801 struct iw_param *param = &wrqu->param;
6802 int ret = 0;
6803
6804 switch (param->flags & IW_AUTH_INDEX) {
6805 case IW_AUTH_WPA_VERSION:
6806 case IW_AUTH_CIPHER_PAIRWISE:
6807 case IW_AUTH_CIPHER_GROUP:
6808 case IW_AUTH_KEY_MGMT:
6809 /*
6810 * wpa_supplicant will control these internally
6811 */
6812 ret = -EOPNOTSUPP;
6813 break;
6814
6815 case IW_AUTH_TKIP_COUNTERMEASURES:
John W. Linville274bfb82008-10-29 11:35:05 -04006816 crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
James Ketrenos991d1cc2005-10-13 09:26:48 +00006817 if (!crypt || !crypt->ops->get_flags)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006818 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006819
6820 param->value = (crypt->ops->get_flags(crypt->priv) &
6821 IEEE80211_CRYPTO_TKIP_COUNTERMEASURES) ? 1 : 0;
6822
6823 break;
6824
6825 case IW_AUTH_DROP_UNENCRYPTED:
6826 param->value = ieee->drop_unencrypted;
6827 break;
6828
6829 case IW_AUTH_80211_AUTH_ALG:
6830 param->value = ieee->sec.auth_mode;
6831 break;
6832
6833 case IW_AUTH_WPA_ENABLED:
6834 param->value = ieee->wpa_enabled;
6835 break;
6836
6837 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
6838 param->value = ieee->ieee802_1x;
6839 break;
6840
6841 case IW_AUTH_ROAMING_CONTROL:
6842 case IW_AUTH_PRIVACY_INVOKED:
6843 param->value = ieee->privacy_invoked;
6844 break;
6845
6846 default:
6847 return -EOPNOTSUPP;
6848 }
6849 return 0;
6850}
6851
6852/* SIOCSIWENCODEEXT */
6853static int ipw_wx_set_encodeext(struct net_device *dev,
6854 struct iw_request_info *info,
6855 union iwreq_data *wrqu, char *extra)
6856{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006857 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006858 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra;
6859
6860 if (hwcrypto) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006861 if (ext->alg == IW_ENCODE_ALG_TKIP) {
Hong Liu567deaf2005-08-31 18:07:22 +08006862 /* IPW HW can't build TKIP MIC,
6863 host decryption still needed */
6864 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
6865 priv->ieee->host_mc_decrypt = 1;
6866 else {
6867 priv->ieee->host_encrypt = 0;
6868 priv->ieee->host_encrypt_msdu = 1;
6869 priv->ieee->host_decrypt = 1;
6870 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05006871 } else {
6872 priv->ieee->host_encrypt = 0;
6873 priv->ieee->host_encrypt_msdu = 0;
6874 priv->ieee->host_decrypt = 0;
Hong Liu567deaf2005-08-31 18:07:22 +08006875 priv->ieee->host_mc_decrypt = 0;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006876 }
6877 }
6878
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006879 return libipw_wx_set_encodeext(priv->ieee, info, wrqu, extra);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006880}
6881
6882/* SIOCGIWENCODEEXT */
6883static int ipw_wx_get_encodeext(struct net_device *dev,
6884 struct iw_request_info *info,
6885 union iwreq_data *wrqu, char *extra)
6886{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006887 struct ipw_priv *priv = libipw_priv(dev);
6888 return libipw_wx_get_encodeext(priv->ieee, info, wrqu, extra);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006889}
6890
6891/* SIOCSIWMLME */
6892static int ipw_wx_set_mlme(struct net_device *dev,
6893 struct iw_request_info *info,
6894 union iwreq_data *wrqu, char *extra)
6895{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006896 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006897 struct iw_mlme *mlme = (struct iw_mlme *)extra;
Al Viroe62e1ee2007-12-27 01:36:46 -05006898 __le16 reason;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006899
6900 reason = cpu_to_le16(mlme->reason_code);
6901
6902 switch (mlme->cmd) {
6903 case IW_MLME_DEAUTH:
Pavel Machek67fd6b42006-07-11 15:34:05 +02006904 /* silently ignore */
James Ketrenosafbf30a2005-08-25 00:05:33 -05006905 break;
6906
6907 case IW_MLME_DISASSOC:
6908 ipw_disassociate(priv);
6909 break;
6910
6911 default:
6912 return -EOPNOTSUPP;
6913 }
6914 return 0;
6915}
James Ketrenosea2b26e2005-08-24 21:25:16 -05006916
Zhu Yie43e3c12006-04-13 17:20:45 +08006917#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -05006918
6919/* QoS */
6920/*
6921* get the modulation type of the current network or
6922* the card current mode
6923*/
Adrian Bunk53d0bcf2006-03-04 13:14:31 +01006924static u8 ipw_qos_current_mode(struct ipw_priv * priv)
James Ketrenosb095c382005-08-24 22:04:42 -05006925{
6926 u8 mode = 0;
6927
6928 if (priv->status & STATUS_ASSOCIATED) {
6929 unsigned long flags;
6930
6931 spin_lock_irqsave(&priv->ieee->lock, flags);
6932 mode = priv->assoc_network->mode;
6933 spin_unlock_irqrestore(&priv->ieee->lock, flags);
6934 } else {
6935 mode = priv->ieee->mode;
6936 }
Frans Pop9fd1ea42010-03-24 19:46:31 +01006937 IPW_DEBUG_QOS("QoS network/card mode %d\n", mode);
James Ketrenosb095c382005-08-24 22:04:42 -05006938 return mode;
6939}
6940
6941/*
6942* Handle management frame beacon and probe response
6943*/
James Ketrenos3b9990c2005-08-19 13:18:55 -05006944static int ipw_qos_handle_probe_response(struct ipw_priv *priv,
6945 int active_network,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006946 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05006947{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006948 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05006949
James Ketrenosafbf30a2005-08-25 00:05:33 -05006950 if (network->capability & WLAN_CAPABILITY_IBSS)
James Ketrenosb095c382005-08-24 22:04:42 -05006951 network->qos_data.active = network->qos_data.supported;
6952
6953 if (network->flags & NETWORK_HAS_QOS_MASK) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006954 if (active_network &&
6955 (network->flags & NETWORK_HAS_QOS_PARAMETERS))
James Ketrenosb095c382005-08-24 22:04:42 -05006956 network->qos_data.active = network->qos_data.supported;
6957
6958 if ((network->qos_data.active == 1) && (active_network == 1) &&
6959 (network->flags & NETWORK_HAS_QOS_PARAMETERS) &&
6960 (network->qos_data.old_param_count !=
6961 network->qos_data.param_count)) {
6962 network->qos_data.old_param_count =
6963 network->qos_data.param_count;
6964 schedule_work(&priv->qos_activate);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006965 IPW_DEBUG_QOS("QoS parameters change call "
6966 "qos_activate\n");
James Ketrenosb095c382005-08-24 22:04:42 -05006967 }
6968 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006969 if ((priv->ieee->mode == IEEE_B) || (network->mode == IEEE_B))
6970 memcpy(&network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05006971 &def_parameters_CCK, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006972 else
6973 memcpy(&network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05006974 &def_parameters_OFDM, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006975
James Ketrenosb095c382005-08-24 22:04:42 -05006976 if ((network->qos_data.active == 1) && (active_network == 1)) {
Frans Pop9fd1ea42010-03-24 19:46:31 +01006977 IPW_DEBUG_QOS("QoS was disabled call qos_activate\n");
James Ketrenosb095c382005-08-24 22:04:42 -05006978 schedule_work(&priv->qos_activate);
6979 }
6980
6981 network->qos_data.active = 0;
6982 network->qos_data.supported = 0;
6983 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05006984 if ((priv->status & STATUS_ASSOCIATED) &&
6985 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) {
6986 if (memcmp(network->bssid, priv->bssid, ETH_ALEN))
John W. Linvillec5d3dce2008-09-30 17:17:26 -04006987 if (network->capability & WLAN_CAPABILITY_IBSS)
James Ketrenosb095c382005-08-24 22:04:42 -05006988 if ((network->ssid_len ==
James Ketrenosafbf30a2005-08-25 00:05:33 -05006989 priv->assoc_network->ssid_len) &&
6990 !memcmp(network->ssid,
6991 priv->assoc_network->ssid,
6992 network->ssid_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -05006993 queue_work(priv->workqueue,
6994 &priv->merge_networks);
6995 }
James Ketrenosb095c382005-08-24 22:04:42 -05006996 }
6997
6998 return 0;
6999}
7000
7001/*
7002* This function set up the firmware to support QoS. It sends
7003* IPW_CMD_QOS_PARAMETERS and IPW_CMD_WME_INFO
7004*/
7005static int ipw_qos_activate(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007006 struct libipw_qos_data *qos_network_data)
James Ketrenosb095c382005-08-24 22:04:42 -05007007{
7008 int err;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007009 struct libipw_qos_parameters qos_parameters[QOS_QOS_SETS];
7010 struct libipw_qos_parameters *active_one = NULL;
7011 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05007012 u32 burst_duration;
7013 int i;
7014 u8 type;
7015
7016 type = ipw_qos_current_mode(priv);
7017
7018 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_CCK]);
7019 memcpy(active_one, priv->qos_data.def_qos_parm_CCK, size);
7020 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_OFDM]);
7021 memcpy(active_one, priv->qos_data.def_qos_parm_OFDM, size);
7022
7023 if (qos_network_data == NULL) {
7024 if (type == IEEE_B) {
7025 IPW_DEBUG_QOS("QoS activate network mode %d\n", type);
7026 active_one = &def_parameters_CCK;
7027 } else
7028 active_one = &def_parameters_OFDM;
7029
James Ketrenosafbf30a2005-08-25 00:05:33 -05007030 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007031 burst_duration = ipw_qos_get_burst_duration(priv);
7032 for (i = 0; i < QOS_QUEUE_NUM; i++)
James Ketrenosafbf30a2005-08-25 00:05:33 -05007033 qos_parameters[QOS_PARAM_SET_ACTIVE].tx_op_limit[i] =
Al Viro8fffc152007-12-27 01:25:40 -05007034 cpu_to_le16(burst_duration);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007035 } else if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
James Ketrenosb095c382005-08-24 22:04:42 -05007036 if (type == IEEE_B) {
7037 IPW_DEBUG_QOS("QoS activate IBSS nework mode %d\n",
7038 type);
7039 if (priv->qos_data.qos_enable == 0)
7040 active_one = &def_parameters_CCK;
7041 else
7042 active_one = priv->qos_data.def_qos_parm_CCK;
7043 } else {
7044 if (priv->qos_data.qos_enable == 0)
7045 active_one = &def_parameters_OFDM;
7046 else
7047 active_one = priv->qos_data.def_qos_parm_OFDM;
7048 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05007049 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007050 } else {
7051 unsigned long flags;
7052 int active;
7053
7054 spin_lock_irqsave(&priv->ieee->lock, flags);
7055 active_one = &(qos_network_data->parameters);
7056 qos_network_data->old_param_count =
7057 qos_network_data->param_count;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007058 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007059 active = qos_network_data->supported;
7060 spin_unlock_irqrestore(&priv->ieee->lock, flags);
7061
7062 if (active == 0) {
7063 burst_duration = ipw_qos_get_burst_duration(priv);
7064 for (i = 0; i < QOS_QUEUE_NUM; i++)
7065 qos_parameters[QOS_PARAM_SET_ACTIVE].
Al Viro8fffc152007-12-27 01:25:40 -05007066 tx_op_limit[i] = cpu_to_le16(burst_duration);
James Ketrenosb095c382005-08-24 22:04:42 -05007067 }
7068 }
7069
7070 IPW_DEBUG_QOS("QoS sending IPW_CMD_QOS_PARAMETERS\n");
James Ketrenosafbf30a2005-08-25 00:05:33 -05007071 err = ipw_send_qos_params_command(priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007072 (struct libipw_qos_parameters *)
James Ketrenosafbf30a2005-08-25 00:05:33 -05007073 &(qos_parameters[0]));
James Ketrenosb095c382005-08-24 22:04:42 -05007074 if (err)
7075 IPW_DEBUG_QOS("QoS IPW_CMD_QOS_PARAMETERS failed\n");
7076
7077 return err;
7078}
7079
7080/*
7081* send IPW_CMD_WME_INFO to the firmware
7082*/
7083static int ipw_qos_set_info_element(struct ipw_priv *priv)
7084{
7085 int ret = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007086 struct libipw_qos_information_element qos_info;
James Ketrenosb095c382005-08-24 22:04:42 -05007087
7088 if (priv == NULL)
7089 return -1;
7090
7091 qos_info.elementID = QOS_ELEMENT_ID;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007092 qos_info.length = sizeof(struct libipw_qos_information_element) - 2;
James Ketrenosb095c382005-08-24 22:04:42 -05007093
7094 qos_info.version = QOS_VERSION_1;
7095 qos_info.ac_info = 0;
7096
7097 memcpy(qos_info.qui, qos_oui, QOS_OUI_LEN);
7098 qos_info.qui_type = QOS_OUI_TYPE;
7099 qos_info.qui_subtype = QOS_OUI_INFO_SUB_TYPE;
7100
7101 ret = ipw_send_qos_info_command(priv, &qos_info);
7102 if (ret != 0) {
7103 IPW_DEBUG_QOS("QoS error calling ipw_send_qos_info_command\n");
7104 }
7105 return ret;
7106}
7107
7108/*
7109* Set the QoS parameter with the association request structure
7110*/
7111static int ipw_qos_association(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007112 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007113{
7114 int err = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007115 struct libipw_qos_data *qos_data = NULL;
7116 struct libipw_qos_data ibss_data = {
James Ketrenosb095c382005-08-24 22:04:42 -05007117 .supported = 1,
7118 .active = 1,
7119 };
7120
7121 switch (priv->ieee->iw_mode) {
7122 case IW_MODE_ADHOC:
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02007123 BUG_ON(!(network->capability & WLAN_CAPABILITY_IBSS));
James Ketrenosb095c382005-08-24 22:04:42 -05007124
7125 qos_data = &ibss_data;
7126 break;
7127
7128 case IW_MODE_INFRA:
7129 qos_data = &network->qos_data;
7130 break;
7131
7132 default:
7133 BUG();
7134 break;
7135 }
7136
7137 err = ipw_qos_activate(priv, qos_data);
7138 if (err) {
7139 priv->assoc_request.policy_support &= ~HC_QOS_SUPPORT_ASSOC;
7140 return err;
7141 }
7142
7143 if (priv->qos_data.qos_enable && qos_data->supported) {
7144 IPW_DEBUG_QOS("QoS will be enabled for this association\n");
7145 priv->assoc_request.policy_support |= HC_QOS_SUPPORT_ASSOC;
7146 return ipw_qos_set_info_element(priv);
7147 }
7148
7149 return 0;
7150}
7151
7152/*
Matt LaPlante0779bf22006-11-30 05:24:39 +01007153* handling the beaconing responses. if we get different QoS setting
7154* off the network from the associated setting, adjust the QoS
James Ketrenosb095c382005-08-24 22:04:42 -05007155* setting
7156*/
7157static int ipw_qos_association_resp(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007158 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007159{
7160 int ret = 0;
7161 unsigned long flags;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007162 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05007163 int set_qos_param = 0;
7164
James Ketrenosafbf30a2005-08-25 00:05:33 -05007165 if ((priv == NULL) || (network == NULL) ||
7166 (priv->assoc_network == NULL))
James Ketrenosb095c382005-08-24 22:04:42 -05007167 return ret;
7168
7169 if (!(priv->status & STATUS_ASSOCIATED))
7170 return ret;
7171
James Ketrenosafbf30a2005-08-25 00:05:33 -05007172 if ((priv->ieee->iw_mode != IW_MODE_INFRA))
James Ketrenosb095c382005-08-24 22:04:42 -05007173 return ret;
James Ketrenosb095c382005-08-24 22:04:42 -05007174
7175 spin_lock_irqsave(&priv->ieee->lock, flags);
7176 if (network->flags & NETWORK_HAS_QOS_PARAMETERS) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007177 memcpy(&priv->assoc_network->qos_data, &network->qos_data,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007178 sizeof(struct libipw_qos_data));
James Ketrenosb095c382005-08-24 22:04:42 -05007179 priv->assoc_network->qos_data.active = 1;
7180 if ((network->qos_data.old_param_count !=
7181 network->qos_data.param_count)) {
7182 set_qos_param = 1;
7183 network->qos_data.old_param_count =
7184 network->qos_data.param_count;
7185 }
7186
7187 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007188 if ((network->mode == IEEE_B) || (priv->ieee->mode == IEEE_B))
7189 memcpy(&priv->assoc_network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05007190 &def_parameters_CCK, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007191 else
7192 memcpy(&priv->assoc_network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05007193 &def_parameters_OFDM, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007194 priv->assoc_network->qos_data.active = 0;
7195 priv->assoc_network->qos_data.supported = 0;
7196 set_qos_param = 1;
7197 }
7198
7199 spin_unlock_irqrestore(&priv->ieee->lock, flags);
7200
7201 if (set_qos_param == 1)
7202 schedule_work(&priv->qos_activate);
7203
7204 return ret;
7205}
7206
7207static u32 ipw_qos_get_burst_duration(struct ipw_priv *priv)
7208{
7209 u32 ret = 0;
7210
7211 if ((priv == NULL))
7212 return 0;
7213
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007214 if (!(priv->ieee->modulation & LIBIPW_OFDM_MODULATION))
James Ketrenosb095c382005-08-24 22:04:42 -05007215 ret = priv->qos_data.burst_duration_CCK;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007216 else
James Ketrenosb095c382005-08-24 22:04:42 -05007217 ret = priv->qos_data.burst_duration_OFDM;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007218
James Ketrenosb095c382005-08-24 22:04:42 -05007219 return ret;
7220}
7221
7222/*
7223* Initialize the setting of QoS global
7224*/
7225static void ipw_qos_init(struct ipw_priv *priv, int enable,
7226 int burst_enable, u32 burst_duration_CCK,
7227 u32 burst_duration_OFDM)
7228{
7229 priv->qos_data.qos_enable = enable;
7230
7231 if (priv->qos_data.qos_enable) {
7232 priv->qos_data.def_qos_parm_CCK = &def_qos_parameters_CCK;
7233 priv->qos_data.def_qos_parm_OFDM = &def_qos_parameters_OFDM;
7234 IPW_DEBUG_QOS("QoS is enabled\n");
7235 } else {
7236 priv->qos_data.def_qos_parm_CCK = &def_parameters_CCK;
7237 priv->qos_data.def_qos_parm_OFDM = &def_parameters_OFDM;
7238 IPW_DEBUG_QOS("QoS is not enabled\n");
7239 }
7240
7241 priv->qos_data.burst_enable = burst_enable;
7242
7243 if (burst_enable) {
7244 priv->qos_data.burst_duration_CCK = burst_duration_CCK;
7245 priv->qos_data.burst_duration_OFDM = burst_duration_OFDM;
7246 } else {
7247 priv->qos_data.burst_duration_CCK = 0;
7248 priv->qos_data.burst_duration_OFDM = 0;
7249 }
7250}
7251
7252/*
7253* map the packet priority to the right TX Queue
7254*/
7255static int ipw_get_tx_queue_number(struct ipw_priv *priv, u16 priority)
7256{
7257 if (priority > 7 || !priv->qos_data.qos_enable)
7258 priority = 0;
7259
7260 return from_priority_to_tx_queue[priority] - 1;
7261}
7262
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007263static int ipw_is_qos_active(struct net_device *dev,
7264 struct sk_buff *skb)
James Ketrenosb095c382005-08-24 22:04:42 -05007265{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007266 struct ipw_priv *priv = libipw_priv(dev);
7267 struct libipw_qos_data *qos_data = NULL;
James Ketrenosb095c382005-08-24 22:04:42 -05007268 int active, supported;
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007269 u8 *daddr = skb->data + ETH_ALEN;
7270 int unicast = !is_multicast_ether_addr(daddr);
James Ketrenosb095c382005-08-24 22:04:42 -05007271
7272 if (!(priv->status & STATUS_ASSOCIATED))
7273 return 0;
7274
7275 qos_data = &priv->assoc_network->qos_data;
7276
James Ketrenosb095c382005-08-24 22:04:42 -05007277 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
7278 if (unicast == 0)
7279 qos_data->active = 0;
7280 else
7281 qos_data->active = qos_data->supported;
7282 }
James Ketrenosb095c382005-08-24 22:04:42 -05007283 active = qos_data->active;
7284 supported = qos_data->supported;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007285 IPW_DEBUG_QOS("QoS %d network is QoS active %d supported %d "
7286 "unicast %d\n",
7287 priv->qos_data.qos_enable, active, supported, unicast);
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007288 if (active && priv->qos_data.qos_enable)
7289 return 1;
James Ketrenosb095c382005-08-24 22:04:42 -05007290
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007291 return 0;
7292
7293}
7294/*
7295* add QoS parameter to the TX command
7296*/
7297static int ipw_qos_set_tx_queue_command(struct ipw_priv *priv,
7298 u16 priority,
7299 struct tfd_data *tfd)
7300{
7301 int tx_queue_id = 0;
7302
7303
7304 tx_queue_id = from_priority_to_tx_queue[priority] - 1;
7305 tfd->tx_flags_ext |= DCT_FLAG_EXT_QOS_ENABLED;
7306
7307 if (priv->qos_data.qos_no_ack_mask & (1UL << tx_queue_id)) {
7308 tfd->tx_flags &= ~DCT_FLAG_ACK_REQD;
Zhu Yi851ca262006-08-21 11:37:58 +08007309 tfd->tfd.tfd_26.mchdr.qos_ctrl |= cpu_to_le16(CTRL_QOS_NO_ACK);
James Ketrenosb095c382005-08-24 22:04:42 -05007310 }
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007311 return 0;
James Ketrenosb095c382005-08-24 22:04:42 -05007312}
7313
7314/*
7315* background support to run QoS activate functionality
7316*/
David Howellsc4028952006-11-22 14:57:56 +00007317static void ipw_bg_qos_activate(struct work_struct *work)
James Ketrenosb095c382005-08-24 22:04:42 -05007318{
David Howellsc4028952006-11-22 14:57:56 +00007319 struct ipw_priv *priv =
7320 container_of(work, struct ipw_priv, qos_activate);
James Ketrenosb095c382005-08-24 22:04:42 -05007321
Zhu Yi46441512006-01-24 16:37:59 +08007322 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05007323
7324 if (priv->status & STATUS_ASSOCIATED)
7325 ipw_qos_activate(priv, &(priv->assoc_network->qos_data));
7326
Zhu Yi46441512006-01-24 16:37:59 +08007327 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05007328}
7329
James Ketrenos3b9990c2005-08-19 13:18:55 -05007330static int ipw_handle_probe_response(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007331 struct libipw_probe_response *resp,
7332 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007333{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007334 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007335 int active_network = ((priv->status & STATUS_ASSOCIATED) &&
7336 (network == priv->assoc_network));
James Ketrenosb095c382005-08-24 22:04:42 -05007337
James Ketrenos3b9990c2005-08-19 13:18:55 -05007338 ipw_qos_handle_probe_response(priv, active_network, network);
James Ketrenosb095c382005-08-24 22:04:42 -05007339
James Ketrenos3b9990c2005-08-19 13:18:55 -05007340 return 0;
7341}
James Ketrenosb095c382005-08-24 22:04:42 -05007342
James Ketrenos3b9990c2005-08-19 13:18:55 -05007343static int ipw_handle_beacon(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007344 struct libipw_beacon *resp,
7345 struct libipw_network *network)
James Ketrenos3b9990c2005-08-19 13:18:55 -05007346{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007347 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007348 int active_network = ((priv->status & STATUS_ASSOCIATED) &&
7349 (network == priv->assoc_network));
7350
7351 ipw_qos_handle_probe_response(priv, active_network, network);
7352
7353 return 0;
7354}
7355
7356static int ipw_handle_assoc_response(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007357 struct libipw_assoc_response *resp,
7358 struct libipw_network *network)
James Ketrenos3b9990c2005-08-19 13:18:55 -05007359{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007360 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007361 ipw_qos_association_resp(priv, network);
James Ketrenosb095c382005-08-24 22:04:42 -05007362 return 0;
7363}
7364
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007365static int ipw_send_qos_params_command(struct ipw_priv *priv, struct libipw_qos_parameters
James Ketrenosb095c382005-08-24 22:04:42 -05007366 *qos_param)
7367{
Zhu Yi4e226992006-01-24 16:37:36 +08007368 return ipw_send_cmd_pdu(priv, IPW_CMD_QOS_PARAMETERS,
7369 sizeof(*qos_param) * 3, qos_param);
James Ketrenosb095c382005-08-24 22:04:42 -05007370}
7371
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007372static int ipw_send_qos_info_command(struct ipw_priv *priv, struct libipw_qos_information_element
James Ketrenosb095c382005-08-24 22:04:42 -05007373 *qos_param)
7374{
Zhu Yi4e226992006-01-24 16:37:36 +08007375 return ipw_send_cmd_pdu(priv, IPW_CMD_WME_INFO, sizeof(*qos_param),
7376 qos_param);
James Ketrenosb095c382005-08-24 22:04:42 -05007377}
7378
Zhu Yie43e3c12006-04-13 17:20:45 +08007379#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -05007380
James Ketrenos43f66a62005-03-25 12:31:53 -06007381static int ipw_associate_network(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007382 struct libipw_network *network,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007383 struct ipw_supported_rates *rates, int roaming)
James Ketrenos43f66a62005-03-25 12:31:53 -06007384{
7385 int err;
John W. Linville9387b7c2008-09-30 20:59:05 -04007386 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007387
7388 if (priv->config & CFG_FIXED_RATE)
James Ketrenosb095c382005-08-24 22:04:42 -05007389 ipw_set_fixed_rate(priv, network->mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06007390
7391 if (!(priv->config & CFG_STATIC_ESSID)) {
Jeff Garzikbf794512005-07-31 13:07:26 -04007392 priv->essid_len = min(network->ssid_len,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007393 (u8) IW_ESSID_MAX_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06007394 memcpy(priv->essid, network->ssid, priv->essid_len);
7395 }
7396
7397 network->last_associate = jiffies;
7398
7399 memset(&priv->assoc_request, 0, sizeof(priv->assoc_request));
7400 priv->assoc_request.channel = network->channel;
Zhu Yi3e234b42006-01-24 16:36:52 +08007401 priv->assoc_request.auth_key = 0;
7402
James Ketrenos43f66a62005-03-25 12:31:53 -06007403 if ((priv->capability & CAP_PRIVACY_ON) &&
Zhu Yi3e234b42006-01-24 16:36:52 +08007404 (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007405 priv->assoc_request.auth_type = AUTH_SHARED_KEY;
James Ketrenosb095c382005-08-24 22:04:42 -05007406 priv->assoc_request.auth_key = priv->ieee->sec.active_key;
7407
Zhu Yi1ba61e02006-02-15 13:00:55 +08007408 if (priv->ieee->sec.level == SEC_LEVEL_1)
James Ketrenosb095c382005-08-24 22:04:42 -05007409 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
Zhu Yi3e234b42006-01-24 16:36:52 +08007410
7411 } else if ((priv->capability & CAP_PRIVACY_ON) &&
7412 (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP))
7413 priv->assoc_request.auth_type = AUTH_LEAP;
7414 else
James Ketrenos43f66a62005-03-25 12:31:53 -06007415 priv->assoc_request.auth_type = AUTH_OPEN;
James Ketrenos43f66a62005-03-25 12:31:53 -06007416
James Ketrenosa613bff2005-08-24 21:43:11 -05007417 if (priv->ieee->wpa_ie_len) {
Al Viro5b5e8072007-12-27 01:54:06 -05007418 priv->assoc_request.policy_support = cpu_to_le16(0x02); /* RSN active */
James Ketrenosea2b26e2005-08-24 21:25:16 -05007419 ipw_set_rsn_capa(priv, priv->ieee->wpa_ie,
7420 priv->ieee->wpa_ie_len);
7421 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007422
Jeff Garzikbf794512005-07-31 13:07:26 -04007423 /*
7424 * It is valid for our ieee device to support multiple modes, but
7425 * when it comes to associating to a given network we have to choose
James Ketrenos43f66a62005-03-25 12:31:53 -06007426 * just one mode.
7427 */
7428 if (network->mode & priv->ieee->mode & IEEE_A)
7429 priv->assoc_request.ieee_mode = IPW_A_MODE;
7430 else if (network->mode & priv->ieee->mode & IEEE_G)
7431 priv->assoc_request.ieee_mode = IPW_G_MODE;
7432 else if (network->mode & priv->ieee->mode & IEEE_B)
7433 priv->assoc_request.ieee_mode = IPW_B_MODE;
7434
Al Viro5b5e8072007-12-27 01:54:06 -05007435 priv->assoc_request.capability = cpu_to_le16(network->capability);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007436 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
7437 && !(priv->config & CFG_PREAMBLE_LONG)) {
7438 priv->assoc_request.preamble_length = DCT_FLAG_SHORT_PREAMBLE;
7439 } else {
7440 priv->assoc_request.preamble_length = DCT_FLAG_LONG_PREAMBLE;
7441
7442 /* Clear the short preamble if we won't be supporting it */
7443 priv->assoc_request.capability &=
Al Viro5b5e8072007-12-27 01:54:06 -05007444 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007445 }
7446
James Ketrenosafbf30a2005-08-25 00:05:33 -05007447 /* Clear capability bits that aren't used in Ad Hoc */
7448 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
7449 priv->assoc_request.capability &=
Al Viro5b5e8072007-12-27 01:54:06 -05007450 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007451
James Ketrenos43f66a62005-03-25 12:31:53 -06007452 IPW_DEBUG_ASSOC("%sssocation attempt: '%s', channel %d, "
James Ketrenosea2b26e2005-08-24 21:25:16 -05007453 "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06007454 roaming ? "Rea" : "A",
John W. Linville9387b7c2008-09-30 20:59:05 -04007455 print_ssid(ssid, priv->essid, priv->essid_len),
Jeff Garzikbf794512005-07-31 13:07:26 -04007456 network->channel,
7457 ipw_modes[priv->assoc_request.ieee_mode],
7458 rates->num_rates,
James Ketrenosea2b26e2005-08-24 21:25:16 -05007459 (priv->assoc_request.preamble_length ==
7460 DCT_FLAG_LONG_PREAMBLE) ? "long" : "short",
7461 network->capability &
7462 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long",
James Ketrenos43f66a62005-03-25 12:31:53 -06007463 priv->capability & CAP_PRIVACY_ON ? "on " : "off",
Jeff Garzikbf794512005-07-31 13:07:26 -04007464 priv->capability & CAP_PRIVACY_ON ?
7465 (priv->capability & CAP_SHARED_KEY ? "(shared)" :
James Ketrenos43f66a62005-03-25 12:31:53 -06007466 "(open)") : "",
7467 priv->capability & CAP_PRIVACY_ON ? " key=" : "",
Jeff Garzikbf794512005-07-31 13:07:26 -04007468 priv->capability & CAP_PRIVACY_ON ?
James Ketrenosb095c382005-08-24 22:04:42 -05007469 '1' + priv->ieee->sec.active_key : '.',
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007470 priv->capability & CAP_PRIVACY_ON ? '.' : ' ');
James Ketrenos43f66a62005-03-25 12:31:53 -06007471
Al Viro5b5e8072007-12-27 01:54:06 -05007472 priv->assoc_request.beacon_interval = cpu_to_le16(network->beacon_interval);
James Ketrenos43f66a62005-03-25 12:31:53 -06007473 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007474 (network->time_stamp[0] == 0) && (network->time_stamp[1] == 0)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007475 priv->assoc_request.assoc_type = HC_IBSS_START;
7476 priv->assoc_request.assoc_tsf_msw = 0;
7477 priv->assoc_request.assoc_tsf_lsw = 0;
7478 } else {
7479 if (unlikely(roaming))
7480 priv->assoc_request.assoc_type = HC_REASSOCIATE;
7481 else
7482 priv->assoc_request.assoc_type = HC_ASSOCIATE;
Al Viro5b5e8072007-12-27 01:54:06 -05007483 priv->assoc_request.assoc_tsf_msw = cpu_to_le32(network->time_stamp[1]);
7484 priv->assoc_request.assoc_tsf_lsw = cpu_to_le32(network->time_stamp[0]);
James Ketrenos43f66a62005-03-25 12:31:53 -06007485 }
7486
James Ketrenosafbf30a2005-08-25 00:05:33 -05007487 memcpy(priv->assoc_request.bssid, network->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06007488
7489 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
7490 memset(&priv->assoc_request.dest, 0xFF, ETH_ALEN);
Al Viro5b5e8072007-12-27 01:54:06 -05007491 priv->assoc_request.atim_window = cpu_to_le16(network->atim_window);
James Ketrenos43f66a62005-03-25 12:31:53 -06007492 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007493 memcpy(priv->assoc_request.dest, network->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06007494 priv->assoc_request.atim_window = 0;
7495 }
7496
Al Viro5b5e8072007-12-27 01:54:06 -05007497 priv->assoc_request.listen_interval = cpu_to_le16(network->listen_interval);
Jeff Garzikbf794512005-07-31 13:07:26 -04007498
James Ketrenos43f66a62005-03-25 12:31:53 -06007499 err = ipw_send_ssid(priv, priv->essid, priv->essid_len);
7500 if (err) {
7501 IPW_DEBUG_HC("Attempt to send SSID command failed.\n");
7502 return err;
7503 }
7504
7505 rates->ieee_mode = priv->assoc_request.ieee_mode;
7506 rates->purpose = IPW_RATE_CONNECT;
7507 ipw_send_supported_rates(priv, rates);
Jeff Garzikbf794512005-07-31 13:07:26 -04007508
James Ketrenos43f66a62005-03-25 12:31:53 -06007509 if (priv->assoc_request.ieee_mode == IPW_G_MODE)
7510 priv->sys_config.dot11g_auto_detection = 1;
7511 else
7512 priv->sys_config.dot11g_auto_detection = 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -05007513
7514 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
7515 priv->sys_config.answer_broadcast_ssid_probe = 1;
7516 else
7517 priv->sys_config.answer_broadcast_ssid_probe = 0;
7518
Zhu Yid685b8c2006-04-13 17:20:27 +08007519 err = ipw_send_system_config(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06007520 if (err) {
7521 IPW_DEBUG_HC("Attempt to send sys config command failed.\n");
7522 return err;
7523 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007524
James Ketrenos43f66a62005-03-25 12:31:53 -06007525 IPW_DEBUG_ASSOC("Association sensitivity: %d\n", network->stats.rssi);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007526 err = ipw_set_sensitivity(priv, network->stats.rssi + IPW_RSSI_TO_DBM);
James Ketrenos43f66a62005-03-25 12:31:53 -06007527 if (err) {
7528 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7529 return err;
7530 }
7531
7532 /*
7533 * If preemption is enabled, it is possible for the association
7534 * to complete before we return from ipw_send_associate. Therefore
7535 * we have to be sure and update our priviate data first.
7536 */
7537 priv->channel = network->channel;
7538 memcpy(priv->bssid, network->bssid, ETH_ALEN);
Jeff Garzikbf794512005-07-31 13:07:26 -04007539 priv->status |= STATUS_ASSOCIATING;
James Ketrenos43f66a62005-03-25 12:31:53 -06007540 priv->status &= ~STATUS_SECURITY_UPDATED;
7541
7542 priv->assoc_network = network;
7543
Zhu Yie43e3c12006-04-13 17:20:45 +08007544#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -05007545 ipw_qos_association(priv, network);
7546#endif
7547
James Ketrenos43f66a62005-03-25 12:31:53 -06007548 err = ipw_send_associate(priv, &priv->assoc_request);
7549 if (err) {
7550 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7551 return err;
7552 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007553
Frans Pop9fd1ea42010-03-24 19:46:31 +01007554 IPW_DEBUG(IPW_DL_STATE, "associating: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04007555 print_ssid(ssid, priv->essid, priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07007556 priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007557
7558 return 0;
7559}
7560
7561static void ipw_roam(void *data)
7562{
7563 struct ipw_priv *priv = data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007564 struct libipw_network *network = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06007565 struct ipw_network_match match = {
7566 .network = priv->assoc_network
7567 };
7568
7569 /* The roaming process is as follows:
Jeff Garzikbf794512005-07-31 13:07:26 -04007570 *
7571 * 1. Missed beacon threshold triggers the roaming process by
James Ketrenos43f66a62005-03-25 12:31:53 -06007572 * setting the status ROAM bit and requesting a scan.
7573 * 2. When the scan completes, it schedules the ROAM work
7574 * 3. The ROAM work looks at all of the known networks for one that
7575 * is a better network than the currently associated. If none
7576 * found, the ROAM process is over (ROAM bit cleared)
7577 * 4. If a better network is found, a disassociation request is
7578 * sent.
7579 * 5. When the disassociation completes, the roam work is again
7580 * scheduled. The second time through, the driver is no longer
7581 * associated, and the newly selected network is sent an
Jeff Garzikbf794512005-07-31 13:07:26 -04007582 * association request.
James Ketrenos43f66a62005-03-25 12:31:53 -06007583 * 6. At this point ,the roaming process is complete and the ROAM
7584 * status bit is cleared.
7585 */
7586
7587 /* If we are no longer associated, and the roaming bit is no longer
7588 * set, then we are not actively roaming, so just return */
7589 if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ROAMING)))
7590 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04007591
James Ketrenos43f66a62005-03-25 12:31:53 -06007592 if (priv->status & STATUS_ASSOCIATED) {
Jeff Garzikbf794512005-07-31 13:07:26 -04007593 /* First pass through ROAM process -- look for a better
James Ketrenos43f66a62005-03-25 12:31:53 -06007594 * network */
James Ketrenosa613bff2005-08-24 21:43:11 -05007595 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06007596 u8 rssi = priv->assoc_network->stats.rssi;
7597 priv->assoc_network->stats.rssi = -128;
James Ketrenosa613bff2005-08-24 21:43:11 -05007598 spin_lock_irqsave(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06007599 list_for_each_entry(network, &priv->ieee->network_list, list) {
7600 if (network != priv->assoc_network)
7601 ipw_best_network(priv, &match, network, 1);
7602 }
James Ketrenosa613bff2005-08-24 21:43:11 -05007603 spin_unlock_irqrestore(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06007604 priv->assoc_network->stats.rssi = rssi;
Jeff Garzikbf794512005-07-31 13:07:26 -04007605
James Ketrenos43f66a62005-03-25 12:31:53 -06007606 if (match.network == priv->assoc_network) {
7607 IPW_DEBUG_ASSOC("No better APs in this network to "
7608 "roam to.\n");
7609 priv->status &= ~STATUS_ROAMING;
7610 ipw_debug_config(priv);
7611 return;
7612 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007613
James Ketrenos43f66a62005-03-25 12:31:53 -06007614 ipw_send_disassociate(priv, 1);
7615 priv->assoc_network = match.network;
7616
7617 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04007618 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007619
7620 /* Second pass through ROAM process -- request association */
7621 ipw_compatible_rates(priv, priv->assoc_network, &match.rates);
7622 ipw_associate_network(priv, priv->assoc_network, &match.rates, 1);
7623 priv->status &= ~STATUS_ROAMING;
7624}
7625
David Howellsc4028952006-11-22 14:57:56 +00007626static void ipw_bg_roam(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05007627{
David Howellsc4028952006-11-22 14:57:56 +00007628 struct ipw_priv *priv =
7629 container_of(work, struct ipw_priv, roam);
Zhu Yi46441512006-01-24 16:37:59 +08007630 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00007631 ipw_roam(priv);
Zhu Yi46441512006-01-24 16:37:59 +08007632 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05007633}
7634
7635static int ipw_associate(void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -06007636{
7637 struct ipw_priv *priv = data;
7638
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007639 struct libipw_network *network = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06007640 struct ipw_network_match match = {
7641 .network = NULL
7642 };
7643 struct ipw_supported_rates *rates;
7644 struct list_head *element;
James Ketrenosa613bff2005-08-24 21:43:11 -05007645 unsigned long flags;
John W. Linville9387b7c2008-09-30 20:59:05 -04007646 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007647
James Ketrenosb095c382005-08-24 22:04:42 -05007648 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
7649 IPW_DEBUG_ASSOC("Not attempting association (monitor mode)\n");
7650 return 0;
7651 }
7652
James Ketrenosc848d0a2005-08-24 21:56:24 -05007653 if (priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007654 IPW_DEBUG_ASSOC("Not attempting association (already in "
7655 "progress)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007656 return 0;
7657 }
7658
Hong Liue6324722005-09-14 21:04:15 -05007659 if (priv->status & STATUS_DISASSOCIATING) {
7660 IPW_DEBUG_ASSOC("Not attempting association (in "
7661 "disassociating)\n ");
7662 queue_work(priv->workqueue, &priv->associate);
7663 return 0;
7664 }
7665
James Ketrenosc848d0a2005-08-24 21:56:24 -05007666 if (!ipw_is_init(priv) || (priv->status & STATUS_SCANNING)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007667 IPW_DEBUG_ASSOC("Not attempting association (scanning or not "
7668 "initialized)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007669 return 0;
7670 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007671
7672 if (!(priv->config & CFG_ASSOCIATE) &&
Alexey Fisher3e4127f2008-11-06 09:51:16 +01007673 !(priv->config & (CFG_STATIC_ESSID | CFG_STATIC_BSSID))) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007674 IPW_DEBUG_ASSOC("Not attempting association (associate=0)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007675 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06007676 }
7677
James Ketrenosa613bff2005-08-24 21:43:11 -05007678 /* Protect our use of the network_list */
7679 spin_lock_irqsave(&priv->ieee->lock, flags);
Jeff Garzikbf794512005-07-31 13:07:26 -04007680 list_for_each_entry(network, &priv->ieee->network_list, list)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007681 ipw_best_network(priv, &match, network, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06007682
7683 network = match.network;
7684 rates = &match.rates;
7685
7686 if (network == NULL &&
7687 priv->ieee->iw_mode == IW_MODE_ADHOC &&
7688 priv->config & CFG_ADHOC_CREATE &&
7689 priv->config & CFG_STATIC_ESSID &&
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007690 priv->config & CFG_STATIC_CHANNEL) {
7691 /* Use oldest network if the free list is empty */
7692 if (list_empty(&priv->ieee->network_free_list)) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007693 struct libipw_network *oldest = NULL;
7694 struct libipw_network *target;
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007695
7696 list_for_each_entry(target, &priv->ieee->network_list, list) {
7697 if ((oldest == NULL) ||
7698 (target->last_scanned < oldest->last_scanned))
7699 oldest = target;
7700 }
7701
7702 /* If there are no more slots, expire the oldest */
7703 list_del(&oldest->list);
7704 target = oldest;
Johannes Berge1749612008-10-27 15:59:26 -07007705 IPW_DEBUG_ASSOC("Expired '%s' (%pM) from "
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007706 "network list.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04007707 print_ssid(ssid, target->ssid,
7708 target->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07007709 target->bssid);
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007710 list_add_tail(&target->list,
7711 &priv->ieee->network_free_list);
7712 }
7713
James Ketrenos43f66a62005-03-25 12:31:53 -06007714 element = priv->ieee->network_free_list.next;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007715 network = list_entry(element, struct libipw_network, list);
James Ketrenos43f66a62005-03-25 12:31:53 -06007716 ipw_adhoc_create(priv, network);
7717 rates = &priv->rates;
7718 list_del(element);
7719 list_add_tail(&network->list, &priv->ieee->network_list);
7720 }
James Ketrenosa613bff2005-08-24 21:43:11 -05007721 spin_unlock_irqrestore(&priv->ieee->lock, flags);
Jeff Garzikbf794512005-07-31 13:07:26 -04007722
James Ketrenos43f66a62005-03-25 12:31:53 -06007723 /* If we reached the end of the list, then we don't have any valid
7724 * matching APs */
7725 if (!network) {
7726 ipw_debug_config(priv);
7727
James Ketrenosb095c382005-08-24 22:04:42 -05007728 if (!(priv->status & STATUS_SCANNING)) {
7729 if (!(priv->config & CFG_SPEED_SCAN))
7730 queue_delayed_work(priv->workqueue,
7731 &priv->request_scan,
7732 SCAN_INTERVAL);
7733 else
David Howellsc4028952006-11-22 14:57:56 +00007734 queue_delayed_work(priv->workqueue,
7735 &priv->request_scan, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05007736 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007737
James Ketrenosc848d0a2005-08-24 21:56:24 -05007738 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06007739 }
7740
7741 ipw_associate_network(priv, network, rates, 0);
James Ketrenosc848d0a2005-08-24 21:56:24 -05007742
7743 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06007744}
Jeff Garzikbf794512005-07-31 13:07:26 -04007745
David Howellsc4028952006-11-22 14:57:56 +00007746static void ipw_bg_associate(struct work_struct *work)
James Ketrenos43f66a62005-03-25 12:31:53 -06007747{
David Howellsc4028952006-11-22 14:57:56 +00007748 struct ipw_priv *priv =
7749 container_of(work, struct ipw_priv, associate);
Zhu Yi46441512006-01-24 16:37:59 +08007750 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00007751 ipw_associate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08007752 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06007753}
7754
James Ketrenosb095c382005-08-24 22:04:42 -05007755static void ipw_rebuild_decrypted_skb(struct ipw_priv *priv,
7756 struct sk_buff *skb)
7757{
7758 struct ieee80211_hdr *hdr;
7759 u16 fc;
7760
7761 hdr = (struct ieee80211_hdr *)skb->data;
John W. Linville72118012008-09-30 21:43:03 -04007762 fc = le16_to_cpu(hdr->frame_control);
James Ketrenosb095c382005-08-24 22:04:42 -05007763 if (!(fc & IEEE80211_FCTL_PROTECTED))
7764 return;
7765
7766 fc &= ~IEEE80211_FCTL_PROTECTED;
John W. Linville72118012008-09-30 21:43:03 -04007767 hdr->frame_control = cpu_to_le16(fc);
James Ketrenosb095c382005-08-24 22:04:42 -05007768 switch (priv->ieee->sec.level) {
7769 case SEC_LEVEL_3:
7770 /* Remove CCMP HDR */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007771 memmove(skb->data + LIBIPW_3ADDR_LEN,
7772 skb->data + LIBIPW_3ADDR_LEN + 8,
7773 skb->len - LIBIPW_3ADDR_LEN - 8);
Zhu Yif4ff4972005-09-12 10:48:48 -05007774 skb_trim(skb, skb->len - 16); /* CCMP_HDR_LEN + CCMP_MIC_LEN */
James Ketrenosb095c382005-08-24 22:04:42 -05007775 break;
7776 case SEC_LEVEL_2:
7777 break;
7778 case SEC_LEVEL_1:
7779 /* Remove IV */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007780 memmove(skb->data + LIBIPW_3ADDR_LEN,
7781 skb->data + LIBIPW_3ADDR_LEN + 4,
7782 skb->len - LIBIPW_3ADDR_LEN - 4);
Zhu Yif4ff4972005-09-12 10:48:48 -05007783 skb_trim(skb, skb->len - 8); /* IV + ICV */
James Ketrenosb095c382005-08-24 22:04:42 -05007784 break;
7785 case SEC_LEVEL_0:
7786 break;
7787 default:
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02007788 printk(KERN_ERR "Unknown security level %d\n",
James Ketrenosb095c382005-08-24 22:04:42 -05007789 priv->ieee->sec.level);
7790 break;
7791 }
7792}
7793
7794static void ipw_handle_data_packet(struct ipw_priv *priv,
7795 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007796 struct libipw_rx_stats *stats)
James Ketrenos43f66a62005-03-25 12:31:53 -06007797{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007798 struct net_device *dev = priv->net_dev;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007799 struct libipw_hdr_4addr *hdr;
James Ketrenos43f66a62005-03-25 12:31:53 -06007800 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7801
7802 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007803 dev->trans_start = jiffies;
James Ketrenos43f66a62005-03-25 12:31:53 -06007804
Jeff Garzikbf794512005-07-31 13:07:26 -04007805 /* We only process data packets if the
James Ketrenos43f66a62005-03-25 12:31:53 -06007806 * interface is open */
James Ketrenosa613bff2005-08-24 21:43:11 -05007807 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
James Ketrenos43f66a62005-03-25 12:31:53 -06007808 skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007809 dev->stats.rx_errors++;
James Ketrenos43f66a62005-03-25 12:31:53 -06007810 priv->wstats.discard.misc++;
7811 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7812 return;
7813 } else if (unlikely(!netif_running(priv->net_dev))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007814 dev->stats.rx_dropped++;
James Ketrenos43f66a62005-03-25 12:31:53 -06007815 priv->wstats.discard.misc++;
7816 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
7817 return;
7818 }
7819
7820 /* Advance skb->data to the start of the actual payload */
Jiri Bencaaa4d302005-06-07 14:58:41 +02007821 skb_reserve(rxb->skb, offsetof(struct ipw_rx_packet, u.frame.data));
James Ketrenos43f66a62005-03-25 12:31:53 -06007822
7823 /* Set the size of the skb to the size of the frame */
James Ketrenosa613bff2005-08-24 21:43:11 -05007824 skb_put(rxb->skb, le16_to_cpu(pkt->u.frame.length));
James Ketrenos43f66a62005-03-25 12:31:53 -06007825
7826 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7827
James Ketrenosb095c382005-08-24 22:04:42 -05007828 /* HW decrypt will not clear the WEP bit, MIC, PN, etc. */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007829 hdr = (struct libipw_hdr_4addr *)rxb->skb->data;
Hong Liu567deaf2005-08-31 18:07:22 +08007830 if (priv->ieee->iw_mode != IW_MODE_MONITOR &&
Stephen Hemminger3c190652006-01-03 15:27:38 -08007831 (is_multicast_ether_addr(hdr->addr1) ?
Hong Liu567deaf2005-08-31 18:07:22 +08007832 !priv->ieee->host_mc_decrypt : !priv->ieee->host_decrypt))
James Ketrenosb095c382005-08-24 22:04:42 -05007833 ipw_rebuild_decrypted_skb(priv, rxb->skb);
7834
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007835 if (!libipw_rx(priv->ieee, rxb->skb, stats))
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007836 dev->stats.rx_errors++;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007837 else { /* libipw_rx succeeded, so it now owns the SKB */
James Ketrenos43f66a62005-03-25 12:31:53 -06007838 rxb->skb = NULL;
James Ketrenosb095c382005-08-24 22:04:42 -05007839 __ipw_led_activity_on(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -05007840 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007841}
7842
Zhu Yi459d4082006-04-13 17:21:00 +08007843#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05007844static void ipw_handle_data_packet_monitor(struct ipw_priv *priv,
7845 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007846 struct libipw_rx_stats *stats)
Mike Kershaw24a47db2005-08-26 00:41:54 -05007847{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007848 struct net_device *dev = priv->net_dev;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007849 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7850 struct ipw_rx_frame *frame = &pkt->u.frame;
7851
7852 /* initial pull of some data */
7853 u16 received_channel = frame->received_channel;
7854 u8 antennaAndPhy = frame->antennaAndPhy;
7855 s8 antsignal = frame->rssi_dbm - IPW_RSSI_TO_DBM; /* call it signed anyhow */
7856 u16 pktrate = frame->rate;
7857
7858 /* Magic struct that slots into the radiotap header -- no reason
7859 * to build this manually element by element, we can write it much
7860 * more efficiently than we can parse it. ORDER MATTERS HERE */
Zhu Yid685b8c2006-04-13 17:20:27 +08007861 struct ipw_rt_hdr *ipw_rt;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007862
7863 short len = le16_to_cpu(pkt->u.frame.length);
7864
7865 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007866 dev->trans_start = jiffies;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007867
7868 /* We only process data packets if the
7869 * interface is open */
7870 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
7871 skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007872 dev->stats.rx_errors++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007873 priv->wstats.discard.misc++;
7874 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7875 return;
7876 } else if (unlikely(!netif_running(priv->net_dev))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007877 dev->stats.rx_dropped++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007878 priv->wstats.discard.misc++;
7879 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
7880 return;
7881 }
7882
7883 /* Libpcap 0.9.3+ can handle variable length radiotap, so we'll use
7884 * that now */
7885 if (len > IPW_RX_BUF_SIZE - sizeof(struct ipw_rt_hdr)) {
7886 /* FIXME: Should alloc bigger skb instead */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007887 dev->stats.rx_dropped++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007888 priv->wstats.discard.misc++;
7889 IPW_DEBUG_DROP("Dropping too large packet in monitor\n");
7890 return;
7891 }
7892
7893 /* copy the frame itself */
7894 memmove(rxb->skb->data + sizeof(struct ipw_rt_hdr),
7895 rxb->skb->data + IPW_RX_FRAME_SIZE, len);
7896
Mike Kershaw24a47db2005-08-26 00:41:54 -05007897 ipw_rt = (struct ipw_rt_hdr *)rxb->skb->data;
7898
7899 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION;
7900 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */
Al Viro743b84d2007-12-27 01:43:16 -05007901 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total header+data */
Mike Kershaw24a47db2005-08-26 00:41:54 -05007902
7903 /* Big bitfield of all the fields we provide in radiotap */
Al Viro743b84d2007-12-27 01:43:16 -05007904 ipw_rt->rt_hdr.it_present = cpu_to_le32(
7905 (1 << IEEE80211_RADIOTAP_TSFT) |
Zhu Yi4b1f8a92006-12-05 14:42:14 +08007906 (1 << IEEE80211_RADIOTAP_FLAGS) |
Mike Kershaw24a47db2005-08-26 00:41:54 -05007907 (1 << IEEE80211_RADIOTAP_RATE) |
7908 (1 << IEEE80211_RADIOTAP_CHANNEL) |
7909 (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) |
Zhu Yid685b8c2006-04-13 17:20:27 +08007910 (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) |
Mike Kershaw24a47db2005-08-26 00:41:54 -05007911 (1 << IEEE80211_RADIOTAP_ANTENNA));
7912
7913 /* Zero the flags, we'll add to them as we go */
7914 ipw_rt->rt_flags = 0;
Zhu Yi4b1f8a92006-12-05 14:42:14 +08007915 ipw_rt->rt_tsf = (u64)(frame->parent_tsf[3] << 24 |
7916 frame->parent_tsf[2] << 16 |
7917 frame->parent_tsf[1] << 8 |
7918 frame->parent_tsf[0]);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007919
7920 /* Convert signal to DBM */
7921 ipw_rt->rt_dbmsignal = antsignal;
Reinette Chatre21f8a732009-08-18 10:25:05 -07007922 ipw_rt->rt_dbmnoise = (s8) le16_to_cpu(frame->noise);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007923
7924 /* Convert the channel data and set the flags */
7925 ipw_rt->rt_channel = cpu_to_le16(ieee80211chan2mhz(received_channel));
7926 if (received_channel > 14) { /* 802.11a */
7927 ipw_rt->rt_chbitmask =
7928 cpu_to_le16((IEEE80211_CHAN_OFDM | IEEE80211_CHAN_5GHZ));
7929 } else if (antennaAndPhy & 32) { /* 802.11b */
7930 ipw_rt->rt_chbitmask =
7931 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ));
7932 } else { /* 802.11g */
7933 ipw_rt->rt_chbitmask =
Al Viro472caf82007-12-27 01:50:54 -05007934 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007935 }
7936
7937 /* set the rate in multiples of 500k/s */
7938 switch (pktrate) {
7939 case IPW_TX_RATE_1MB:
7940 ipw_rt->rt_rate = 2;
7941 break;
7942 case IPW_TX_RATE_2MB:
7943 ipw_rt->rt_rate = 4;
7944 break;
7945 case IPW_TX_RATE_5MB:
7946 ipw_rt->rt_rate = 10;
7947 break;
7948 case IPW_TX_RATE_6MB:
7949 ipw_rt->rt_rate = 12;
7950 break;
7951 case IPW_TX_RATE_9MB:
7952 ipw_rt->rt_rate = 18;
7953 break;
7954 case IPW_TX_RATE_11MB:
7955 ipw_rt->rt_rate = 22;
7956 break;
7957 case IPW_TX_RATE_12MB:
7958 ipw_rt->rt_rate = 24;
7959 break;
7960 case IPW_TX_RATE_18MB:
7961 ipw_rt->rt_rate = 36;
7962 break;
7963 case IPW_TX_RATE_24MB:
7964 ipw_rt->rt_rate = 48;
7965 break;
7966 case IPW_TX_RATE_36MB:
7967 ipw_rt->rt_rate = 72;
7968 break;
7969 case IPW_TX_RATE_48MB:
7970 ipw_rt->rt_rate = 96;
7971 break;
7972 case IPW_TX_RATE_54MB:
7973 ipw_rt->rt_rate = 108;
7974 break;
7975 default:
7976 ipw_rt->rt_rate = 0;
7977 break;
7978 }
7979
7980 /* antenna number */
7981 ipw_rt->rt_antenna = (antennaAndPhy & 3); /* Is this right? */
7982
7983 /* set the preamble flag if we have it */
7984 if ((antennaAndPhy & 64))
7985 ipw_rt->rt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
7986
7987 /* Set the size of the skb to the size of the frame */
7988 skb_put(rxb->skb, len + sizeof(struct ipw_rt_hdr));
James Ketrenos43f66a62005-03-25 12:31:53 -06007989
7990 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7991
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007992 if (!libipw_rx(priv->ieee, rxb->skb, stats))
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007993 dev->stats.rx_errors++;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007994 else { /* libipw_rx succeeded, so it now owns the SKB */
James Ketrenos43f66a62005-03-25 12:31:53 -06007995 rxb->skb = NULL;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007996 /* no LED during capture */
7997 }
7998}
7999#endif
8000
Zhu Yid685b8c2006-04-13 17:20:27 +08008001#ifdef CONFIG_IPW2200_PROMISCUOUS
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008002#define libipw_is_probe_response(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008003 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT && \
8004 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )
8005
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008006#define libipw_is_management(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008007 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)
8008
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008009#define libipw_is_control(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008010 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL)
8011
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008012#define libipw_is_data(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008013 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA)
8014
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008015#define libipw_is_assoc_request(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008016 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_ASSOC_REQ)
8017
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008018#define libipw_is_reassoc_request(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08008019 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_REASSOC_REQ)
8020
8021static void ipw_handle_promiscuous_rx(struct ipw_priv *priv,
8022 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008023 struct libipw_rx_stats *stats)
Zhu Yid685b8c2006-04-13 17:20:27 +08008024{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008025 struct net_device *dev = priv->prom_net_dev;
Zhu Yid685b8c2006-04-13 17:20:27 +08008026 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
8027 struct ipw_rx_frame *frame = &pkt->u.frame;
8028 struct ipw_rt_hdr *ipw_rt;
8029
8030 /* First cache any information we need before we overwrite
8031 * the information provided in the skb from the hardware */
8032 struct ieee80211_hdr *hdr;
8033 u16 channel = frame->received_channel;
8034 u8 phy_flags = frame->antennaAndPhy;
8035 s8 signal = frame->rssi_dbm - IPW_RSSI_TO_DBM;
Reinette Chatre21f8a732009-08-18 10:25:05 -07008036 s8 noise = (s8) le16_to_cpu(frame->noise);
Zhu Yid685b8c2006-04-13 17:20:27 +08008037 u8 rate = frame->rate;
8038 short len = le16_to_cpu(pkt->u.frame.length);
Zhu Yid685b8c2006-04-13 17:20:27 +08008039 struct sk_buff *skb;
8040 int hdr_only = 0;
8041 u16 filter = priv->prom_priv->filter;
8042
8043 /* If the filter is set to not include Rx frames then return */
8044 if (filter & IPW_PROM_NO_RX)
8045 return;
8046
Zhu Yid685b8c2006-04-13 17:20:27 +08008047 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008048 dev->trans_start = jiffies;
Zhu Yid685b8c2006-04-13 17:20:27 +08008049
8050 if (unlikely((len + IPW_RX_FRAME_SIZE) > skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008051 dev->stats.rx_errors++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008052 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
8053 return;
8054 }
8055
8056 /* We only process data packets if the interface is open */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008057 if (unlikely(!netif_running(dev))) {
8058 dev->stats.rx_dropped++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008059 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
8060 return;
8061 }
8062
8063 /* Libpcap 0.9.3+ can handle variable length radiotap, so we'll use
8064 * that now */
8065 if (len > IPW_RX_BUF_SIZE - sizeof(struct ipw_rt_hdr)) {
8066 /* FIXME: Should alloc bigger skb instead */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008067 dev->stats.rx_dropped++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008068 IPW_DEBUG_DROP("Dropping too large packet in monitor\n");
8069 return;
8070 }
8071
8072 hdr = (void *)rxb->skb->data + IPW_RX_FRAME_SIZE;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008073 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008074 if (filter & IPW_PROM_NO_MGMT)
8075 return;
8076 if (filter & IPW_PROM_MGMT_HEADER_ONLY)
8077 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008078 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008079 if (filter & IPW_PROM_NO_CTL)
8080 return;
8081 if (filter & IPW_PROM_CTL_HEADER_ONLY)
8082 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008083 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008084 if (filter & IPW_PROM_NO_DATA)
8085 return;
8086 if (filter & IPW_PROM_DATA_HEADER_ONLY)
8087 hdr_only = 1;
8088 }
8089
8090 /* Copy the SKB since this is for the promiscuous side */
8091 skb = skb_copy(rxb->skb, GFP_ATOMIC);
8092 if (skb == NULL) {
8093 IPW_ERROR("skb_clone failed for promiscuous copy.\n");
8094 return;
8095 }
8096
8097 /* copy the frame data to write after where the radiotap header goes */
8098 ipw_rt = (void *)skb->data;
8099
8100 if (hdr_only)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008101 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control));
Zhu Yid685b8c2006-04-13 17:20:27 +08008102
8103 memcpy(ipw_rt->payload, hdr, len);
8104
Zhu Yid685b8c2006-04-13 17:20:27 +08008105 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION;
8106 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */
Al Viro743b84d2007-12-27 01:43:16 -05008107 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(*ipw_rt)); /* total header+data */
Zhu Yid685b8c2006-04-13 17:20:27 +08008108
8109 /* Set the size of the skb to the size of the frame */
Al Viro743b84d2007-12-27 01:43:16 -05008110 skb_put(skb, sizeof(*ipw_rt) + len);
Zhu Yid685b8c2006-04-13 17:20:27 +08008111
8112 /* Big bitfield of all the fields we provide in radiotap */
Al Viro743b84d2007-12-27 01:43:16 -05008113 ipw_rt->rt_hdr.it_present = cpu_to_le32(
8114 (1 << IEEE80211_RADIOTAP_TSFT) |
Zhu Yi4b1f8a92006-12-05 14:42:14 +08008115 (1 << IEEE80211_RADIOTAP_FLAGS) |
Zhu Yid685b8c2006-04-13 17:20:27 +08008116 (1 << IEEE80211_RADIOTAP_RATE) |
8117 (1 << IEEE80211_RADIOTAP_CHANNEL) |
8118 (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) |
8119 (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) |
8120 (1 << IEEE80211_RADIOTAP_ANTENNA));
8121
8122 /* Zero the flags, we'll add to them as we go */
8123 ipw_rt->rt_flags = 0;
Zhu Yi4b1f8a92006-12-05 14:42:14 +08008124 ipw_rt->rt_tsf = (u64)(frame->parent_tsf[3] << 24 |
8125 frame->parent_tsf[2] << 16 |
8126 frame->parent_tsf[1] << 8 |
8127 frame->parent_tsf[0]);
Zhu Yid685b8c2006-04-13 17:20:27 +08008128
8129 /* Convert to DBM */
8130 ipw_rt->rt_dbmsignal = signal;
8131 ipw_rt->rt_dbmnoise = noise;
8132
8133 /* Convert the channel data and set the flags */
8134 ipw_rt->rt_channel = cpu_to_le16(ieee80211chan2mhz(channel));
8135 if (channel > 14) { /* 802.11a */
8136 ipw_rt->rt_chbitmask =
8137 cpu_to_le16((IEEE80211_CHAN_OFDM | IEEE80211_CHAN_5GHZ));
8138 } else if (phy_flags & (1 << 5)) { /* 802.11b */
8139 ipw_rt->rt_chbitmask =
8140 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ));
8141 } else { /* 802.11g */
8142 ipw_rt->rt_chbitmask =
Al Viro472caf82007-12-27 01:50:54 -05008143 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ);
Zhu Yid685b8c2006-04-13 17:20:27 +08008144 }
8145
8146 /* set the rate in multiples of 500k/s */
8147 switch (rate) {
8148 case IPW_TX_RATE_1MB:
8149 ipw_rt->rt_rate = 2;
8150 break;
8151 case IPW_TX_RATE_2MB:
8152 ipw_rt->rt_rate = 4;
8153 break;
8154 case IPW_TX_RATE_5MB:
8155 ipw_rt->rt_rate = 10;
8156 break;
8157 case IPW_TX_RATE_6MB:
8158 ipw_rt->rt_rate = 12;
8159 break;
8160 case IPW_TX_RATE_9MB:
8161 ipw_rt->rt_rate = 18;
8162 break;
8163 case IPW_TX_RATE_11MB:
8164 ipw_rt->rt_rate = 22;
8165 break;
8166 case IPW_TX_RATE_12MB:
8167 ipw_rt->rt_rate = 24;
8168 break;
8169 case IPW_TX_RATE_18MB:
8170 ipw_rt->rt_rate = 36;
8171 break;
8172 case IPW_TX_RATE_24MB:
8173 ipw_rt->rt_rate = 48;
8174 break;
8175 case IPW_TX_RATE_36MB:
8176 ipw_rt->rt_rate = 72;
8177 break;
8178 case IPW_TX_RATE_48MB:
8179 ipw_rt->rt_rate = 96;
8180 break;
8181 case IPW_TX_RATE_54MB:
8182 ipw_rt->rt_rate = 108;
8183 break;
8184 default:
8185 ipw_rt->rt_rate = 0;
8186 break;
8187 }
8188
8189 /* antenna number */
8190 ipw_rt->rt_antenna = (phy_flags & 3);
8191
8192 /* set the preamble flag if we have it */
8193 if (phy_flags & (1 << 6))
8194 ipw_rt->rt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
8195
8196 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len);
8197
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008198 if (!libipw_rx(priv->prom_priv->ieee, skb, stats)) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008199 dev->stats.rx_errors++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008200 dev_kfree_skb_any(skb);
8201 }
8202}
8203#endif
8204
Arjan van de Ven858119e2006-01-14 13:20:43 -08008205static int is_network_packet(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008206 struct libipw_hdr_4addr *header)
James Ketrenosea2b26e2005-08-24 21:25:16 -05008207{
8208 /* Filter incoming packets to determine if they are targetted toward
8209 * this network, discarding packets coming from ourselves */
8210 switch (priv->ieee->iw_mode) {
James Ketrenosa613bff2005-08-24 21:43:11 -05008211 case IW_MODE_ADHOC: /* Header: Dest. | Source | BSSID */
James Ketrenosc848d0a2005-08-24 21:56:24 -05008212 /* packets from our adapter are dropped (echo) */
8213 if (!memcmp(header->addr2, priv->net_dev->dev_addr, ETH_ALEN))
8214 return 0;
8215
Peter Jones90700fd2005-08-26 16:51:06 -05008216 /* {broad,multi}cast packets to our BSSID go through */
Stephen Hemminger3c190652006-01-03 15:27:38 -08008217 if (is_multicast_ether_addr(header->addr1))
James Ketrenosea2b26e2005-08-24 21:25:16 -05008218 return !memcmp(header->addr3, priv->bssid, ETH_ALEN);
James Ketrenosa613bff2005-08-24 21:43:11 -05008219
8220 /* packets to our adapter go through */
8221 return !memcmp(header->addr1, priv->net_dev->dev_addr,
8222 ETH_ALEN);
James Ketrenosa613bff2005-08-24 21:43:11 -05008223
Peter Jones90700fd2005-08-26 16:51:06 -05008224 case IW_MODE_INFRA: /* Header: Dest. | BSSID | Source */
James Ketrenosc848d0a2005-08-24 21:56:24 -05008225 /* packets from our adapter are dropped (echo) */
8226 if (!memcmp(header->addr3, priv->net_dev->dev_addr, ETH_ALEN))
8227 return 0;
8228
Peter Jones90700fd2005-08-26 16:51:06 -05008229 /* {broad,multi}cast packets to our BSS go through */
Stephen Hemminger3c190652006-01-03 15:27:38 -08008230 if (is_multicast_ether_addr(header->addr1))
James Ketrenosa613bff2005-08-24 21:43:11 -05008231 return !memcmp(header->addr2, priv->bssid, ETH_ALEN);
8232
8233 /* packets to our adapter go through */
8234 return !memcmp(header->addr1, priv->net_dev->dev_addr,
8235 ETH_ALEN);
James Ketrenosea2b26e2005-08-24 21:25:16 -05008236 }
James Ketrenosa613bff2005-08-24 21:43:11 -05008237
James Ketrenosea2b26e2005-08-24 21:25:16 -05008238 return 1;
8239}
8240
James Ketrenosafbf30a2005-08-25 00:05:33 -05008241#define IPW_PACKET_RETRY_TIME HZ
8242
Arjan van de Ven858119e2006-01-14 13:20:43 -08008243static int is_duplicate_packet(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008244 struct libipw_hdr_4addr *header)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008245{
James Ketrenosafbf30a2005-08-25 00:05:33 -05008246 u16 sc = le16_to_cpu(header->seq_ctl);
8247 u16 seq = WLAN_GET_SEQ_SEQ(sc);
8248 u16 frag = WLAN_GET_SEQ_FRAG(sc);
8249 u16 *last_seq, *last_frag;
8250 unsigned long *last_time;
8251
8252 switch (priv->ieee->iw_mode) {
8253 case IW_MODE_ADHOC:
8254 {
8255 struct list_head *p;
8256 struct ipw_ibss_seq *entry = NULL;
8257 u8 *mac = header->addr2;
8258 int index = mac[5] % IPW_IBSS_MAC_HASH_SIZE;
8259
8260 __list_for_each(p, &priv->ibss_mac_hash[index]) {
8261 entry =
8262 list_entry(p, struct ipw_ibss_seq, list);
8263 if (!memcmp(entry->mac, mac, ETH_ALEN))
8264 break;
8265 }
8266 if (p == &priv->ibss_mac_hash[index]) {
8267 entry = kmalloc(sizeof(*entry), GFP_ATOMIC);
8268 if (!entry) {
8269 IPW_ERROR
8270 ("Cannot malloc new mac entry\n");
8271 return 0;
8272 }
8273 memcpy(entry->mac, mac, ETH_ALEN);
8274 entry->seq_num = seq;
8275 entry->frag_num = frag;
8276 entry->packet_time = jiffies;
8277 list_add(&entry->list,
8278 &priv->ibss_mac_hash[index]);
8279 return 0;
8280 }
8281 last_seq = &entry->seq_num;
8282 last_frag = &entry->frag_num;
8283 last_time = &entry->packet_time;
8284 break;
8285 }
8286 case IW_MODE_INFRA:
8287 last_seq = &priv->last_seq_num;
8288 last_frag = &priv->last_frag_num;
8289 last_time = &priv->last_packet_time;
8290 break;
8291 default:
8292 return 0;
8293 }
8294 if ((*last_seq == seq) &&
8295 time_after(*last_time + IPW_PACKET_RETRY_TIME, jiffies)) {
8296 if (*last_frag == frag)
8297 goto drop;
8298 if (*last_frag + 1 != frag)
8299 /* out-of-order fragment */
8300 goto drop;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008301 } else
8302 *last_seq = seq;
8303
Zhu Yif57ce7c2005-07-13 12:22:15 -05008304 *last_frag = frag;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008305 *last_time = jiffies;
8306 return 0;
8307
8308 drop:
Zhu Yi87b016c2005-08-05 17:17:35 +08008309 /* Comment this line now since we observed the card receives
8310 * duplicate packets but the FCTL_RETRY bit is not set in the
8311 * IBSS mode with fragmentation enabled.
John W. Linville72118012008-09-30 21:43:03 -04008312 BUG_ON(!(le16_to_cpu(header->frame_control) & IEEE80211_FCTL_RETRY)); */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008313 return 1;
8314}
8315
James Ketrenosb095c382005-08-24 22:04:42 -05008316static void ipw_handle_mgmt_packet(struct ipw_priv *priv,
8317 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008318 struct libipw_rx_stats *stats)
James Ketrenosb095c382005-08-24 22:04:42 -05008319{
8320 struct sk_buff *skb = rxb->skb;
8321 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)skb->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008322 struct libipw_hdr_4addr *header = (struct libipw_hdr_4addr *)
James Ketrenosb095c382005-08-24 22:04:42 -05008323 (skb->data + IPW_RX_FRAME_SIZE);
8324
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008325 libipw_rx_mgt(priv->ieee, header, stats);
James Ketrenosb095c382005-08-24 22:04:42 -05008326
8327 if (priv->ieee->iw_mode == IW_MODE_ADHOC &&
8328 ((WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) ==
8329 IEEE80211_STYPE_PROBE_RESP) ||
8330 (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) ==
8331 IEEE80211_STYPE_BEACON))) {
8332 if (!memcmp(header->addr3, priv->bssid, ETH_ALEN))
8333 ipw_add_station(priv, header->addr2);
8334 }
8335
8336 if (priv->config & CFG_NET_STATS) {
8337 IPW_DEBUG_HC("sending stat packet\n");
8338
8339 /* Set the size of the skb to the size of the full
8340 * ipw header and 802.11 frame */
8341 skb_put(skb, le16_to_cpu(pkt->u.frame.length) +
8342 IPW_RX_FRAME_SIZE);
8343
8344 /* Advance past the ipw packet header to the 802.11 frame */
8345 skb_pull(skb, IPW_RX_FRAME_SIZE);
8346
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008347 /* Push the libipw_rx_stats before the 802.11 frame */
James Ketrenosb095c382005-08-24 22:04:42 -05008348 memcpy(skb_push(skb, sizeof(*stats)), stats, sizeof(*stats));
8349
8350 skb->dev = priv->ieee->dev;
8351
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008352 /* Point raw at the libipw_stats */
Arnaldo Carvalho de Melo459a98e2007-03-19 15:30:44 -07008353 skb_reset_mac_header(skb);
James Ketrenosb095c382005-08-24 22:04:42 -05008354
8355 skb->pkt_type = PACKET_OTHERHOST;
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -08008356 skb->protocol = cpu_to_be16(ETH_P_80211_STATS);
James Ketrenosb095c382005-08-24 22:04:42 -05008357 memset(skb->cb, 0, sizeof(rxb->skb->cb));
8358 netif_rx(skb);
8359 rxb->skb = NULL;
8360 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008361}
8362
James Ketrenos43f66a62005-03-25 12:31:53 -06008363/*
8364 * Main entry function for recieving a packet with 80211 headers. This
8365 * should be called when ever the FW has notified us that there is a new
8366 * skb in the recieve queue.
8367 */
8368static void ipw_rx(struct ipw_priv *priv)
8369{
8370 struct ipw_rx_mem_buffer *rxb;
8371 struct ipw_rx_packet *pkt;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008372 struct libipw_hdr_4addr *header;
James Ketrenos43f66a62005-03-25 12:31:53 -06008373 u32 r, w, i;
8374 u8 network_packet;
Dan Williams943dbef2008-02-14 17:49:41 -05008375 u8 fill_rx = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008376
James Ketrenosb095c382005-08-24 22:04:42 -05008377 r = ipw_read32(priv, IPW_RX_READ_INDEX);
8378 w = ipw_read32(priv, IPW_RX_WRITE_INDEX);
Dan Williams943dbef2008-02-14 17:49:41 -05008379 i = priv->rxq->read;
8380
8381 if (ipw_rx_queue_space (priv->rxq) > (RX_QUEUE_SIZE / 2))
8382 fill_rx = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06008383
8384 while (i != r) {
8385 rxb = priv->rxq->queue[i];
James Ketrenos43f66a62005-03-25 12:31:53 -06008386 if (unlikely(rxb == NULL)) {
8387 printk(KERN_CRIT "Queue not allocated!\n");
8388 break;
8389 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008390 priv->rxq->queue[i] = NULL;
8391
8392 pci_dma_sync_single_for_cpu(priv->pci_dev, rxb->dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05008393 IPW_RX_BUF_SIZE,
James Ketrenos43f66a62005-03-25 12:31:53 -06008394 PCI_DMA_FROMDEVICE);
8395
8396 pkt = (struct ipw_rx_packet *)rxb->skb->data;
8397 IPW_DEBUG_RX("Packet: type=%02X seq=%02X bits=%02X\n",
8398 pkt->header.message_type,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008399 pkt->header.rx_seq_num, pkt->header.control_bits);
James Ketrenos43f66a62005-03-25 12:31:53 -06008400
8401 switch (pkt->header.message_type) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008402 case RX_FRAME_TYPE: /* 802.11 frame */ {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008403 struct libipw_rx_stats stats = {
Zhu Yi851ca262006-08-21 11:37:58 +08008404 .rssi = pkt->u.frame.rssi_dbm -
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008405 IPW_RSSI_TO_DBM,
James Ketrenosc848d0a2005-08-24 21:56:24 -05008406 .signal =
Reinette Chatre21f8a732009-08-18 10:25:05 -07008407 pkt->u.frame.rssi_dbm -
Bill Mossb1916082006-02-15 08:50:18 +08008408 IPW_RSSI_TO_DBM + 0x100,
James Ketrenosc848d0a2005-08-24 21:56:24 -05008409 .noise =
8410 le16_to_cpu(pkt->u.frame.noise),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008411 .rate = pkt->u.frame.rate,
8412 .mac_time = jiffies,
8413 .received_channel =
8414 pkt->u.frame.received_channel,
8415 .freq =
8416 (pkt->u.frame.
8417 control & (1 << 0)) ?
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008418 LIBIPW_24GHZ_BAND :
8419 LIBIPW_52GHZ_BAND,
James Ketrenosa613bff2005-08-24 21:43:11 -05008420 .len = le16_to_cpu(pkt->u.frame.length),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008421 };
James Ketrenos43f66a62005-03-25 12:31:53 -06008422
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008423 if (stats.rssi != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008424 stats.mask |= LIBIPW_STATMASK_RSSI;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008425 if (stats.signal != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008426 stats.mask |= LIBIPW_STATMASK_SIGNAL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05008427 if (stats.noise != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008428 stats.mask |= LIBIPW_STATMASK_NOISE;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008429 if (stats.rate != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008430 stats.mask |= LIBIPW_STATMASK_RATE;
James Ketrenos43f66a62005-03-25 12:31:53 -06008431
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008432 priv->rx_packets++;
James Ketrenos43f66a62005-03-25 12:31:53 -06008433
Zhu Yid685b8c2006-04-13 17:20:27 +08008434#ifdef CONFIG_IPW2200_PROMISCUOUS
8435 if (priv->prom_net_dev && netif_running(priv->prom_net_dev))
8436 ipw_handle_promiscuous_rx(priv, rxb, &stats);
8437#endif
8438
James Ketrenosb095c382005-08-24 22:04:42 -05008439#ifdef CONFIG_IPW2200_MONITOR
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008440 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
Zhu Yi459d4082006-04-13 17:21:00 +08008441#ifdef CONFIG_IPW2200_RADIOTAP
Zhu Yid685b8c2006-04-13 17:20:27 +08008442
8443 ipw_handle_data_packet_monitor(priv,
8444 rxb,
8445 &stats);
Mike Kershaw24a47db2005-08-26 00:41:54 -05008446#else
Zhu Yid685b8c2006-04-13 17:20:27 +08008447 ipw_handle_data_packet(priv, rxb,
8448 &stats);
Mike Kershaw24a47db2005-08-26 00:41:54 -05008449#endif
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008450 break;
8451 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008452#endif
Jeff Garzikbf794512005-07-31 13:07:26 -04008453
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008454 header =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008455 (struct libipw_hdr_4addr *)(rxb->skb->
James Ketrenos0dacca12005-09-21 12:23:41 -05008456 data +
8457 IPW_RX_FRAME_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06008458 /* TODO: Check Ad-Hoc dest/source and make sure
8459 * that we are actually parsing these packets
Jeff Garzikbf794512005-07-31 13:07:26 -04008460 * correctly -- we should probably use the
James Ketrenos43f66a62005-03-25 12:31:53 -06008461 * frame control of the packet and disregard
8462 * the current iw_mode */
James Ketrenos43f66a62005-03-25 12:31:53 -06008463
James Ketrenosea2b26e2005-08-24 21:25:16 -05008464 network_packet =
8465 is_network_packet(priv, header);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008466 if (network_packet && priv->assoc_network) {
8467 priv->assoc_network->stats.rssi =
8468 stats.rssi;
Zhu Yi00d21de2006-04-13 17:19:02 +08008469 priv->exp_avg_rssi =
8470 exponential_average(priv->exp_avg_rssi,
8471 stats.rssi, DEPTH_RSSI);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008472 }
8473
8474 IPW_DEBUG_RX("Frame: len=%u\n",
James Ketrenosa613bff2005-08-24 21:43:11 -05008475 le16_to_cpu(pkt->u.frame.length));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008476
James Ketrenosa613bff2005-08-24 21:43:11 -05008477 if (le16_to_cpu(pkt->u.frame.length) <
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008478 libipw_get_hdrlen(le16_to_cpu(
Zhu Yi9d0be032006-02-15 06:18:19 +08008479 header->frame_ctl))) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008480 IPW_DEBUG_DROP
8481 ("Received packet is too small. "
8482 "Dropping.\n");
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008483 priv->net_dev->stats.rx_errors++;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008484 priv->wstats.discard.misc++;
8485 break;
8486 }
8487
James Ketrenosa613bff2005-08-24 21:43:11 -05008488 switch (WLAN_FC_GET_TYPE
8489 (le16_to_cpu(header->frame_ctl))) {
James Ketrenosb095c382005-08-24 22:04:42 -05008490
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008491 case IEEE80211_FTYPE_MGMT:
James Ketrenosb095c382005-08-24 22:04:42 -05008492 ipw_handle_mgmt_packet(priv, rxb,
8493 &stats);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008494 break;
8495
8496 case IEEE80211_FTYPE_CTL:
8497 break;
8498
8499 case IEEE80211_FTYPE_DATA:
James Ketrenosafbf30a2005-08-25 00:05:33 -05008500 if (unlikely(!network_packet ||
8501 is_duplicate_packet(priv,
8502 header)))
8503 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008504 IPW_DEBUG_DROP("Dropping: "
Johannes Berge1749612008-10-27 15:59:26 -07008505 "%pM, "
8506 "%pM, "
8507 "%pM\n",
8508 header->addr1,
8509 header->addr2,
8510 header->addr3);
James Ketrenosb095c382005-08-24 22:04:42 -05008511 break;
8512 }
8513
8514 ipw_handle_data_packet(priv, rxb,
8515 &stats);
8516
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008517 break;
8518 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008519 break;
8520 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008521
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008522 case RX_HOST_NOTIFICATION_TYPE:{
8523 IPW_DEBUG_RX
8524 ("Notification: subtype=%02X flags=%02X size=%d\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06008525 pkt->u.notification.subtype,
8526 pkt->u.notification.flags,
Zhu Yi720eeb42006-12-05 14:41:40 +08008527 le16_to_cpu(pkt->u.notification.size));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008528 ipw_rx_notification(priv, &pkt->u.notification);
8529 break;
8530 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008531
8532 default:
8533 IPW_DEBUG_RX("Bad Rx packet of type %d\n",
8534 pkt->header.message_type);
8535 break;
8536 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008537
8538 /* For now we just don't re-use anything. We can tweak this
8539 * later to try and re-use notification packets and SKBs that
James Ketrenos43f66a62005-03-25 12:31:53 -06008540 * fail to Rx correctly */
8541 if (rxb->skb != NULL) {
8542 dev_kfree_skb_any(rxb->skb);
8543 rxb->skb = NULL;
8544 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008545
James Ketrenos43f66a62005-03-25 12:31:53 -06008546 pci_unmap_single(priv->pci_dev, rxb->dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05008547 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06008548 list_add_tail(&rxb->list, &priv->rxq->rx_used);
Jeff Garzikbf794512005-07-31 13:07:26 -04008549
James Ketrenos43f66a62005-03-25 12:31:53 -06008550 i = (i + 1) % RX_QUEUE_SIZE;
Dan Williams943dbef2008-02-14 17:49:41 -05008551
8552 /* If there are a lot of unsued frames, restock the Rx queue
8553 * so the ucode won't assert */
8554 if (fill_rx) {
8555 priv->rxq->read = i;
8556 ipw_rx_queue_replenish(priv);
8557 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008558 }
8559
8560 /* Backtrack one entry */
Dan Williams943dbef2008-02-14 17:49:41 -05008561 priv->rxq->read = i;
James Ketrenos43f66a62005-03-25 12:31:53 -06008562 ipw_rx_queue_restock(priv);
8563}
8564
James Ketrenosafbf30a2005-08-25 00:05:33 -05008565#define DEFAULT_RTS_THRESHOLD 2304U
8566#define MIN_RTS_THRESHOLD 1U
8567#define MAX_RTS_THRESHOLD 2304U
8568#define DEFAULT_BEACON_INTERVAL 100U
8569#define DEFAULT_SHORT_RETRY_LIMIT 7U
8570#define DEFAULT_LONG_RETRY_LIMIT 4U
8571
Zhu Yid6d5b5c2006-02-16 16:21:09 +08008572/**
8573 * ipw_sw_reset
8574 * @option: options to control different reset behaviour
8575 * 0 = reset everything except the 'disable' module_param
8576 * 1 = reset everything and print out driver info (for probe only)
8577 * 2 = reset everything
8578 */
8579static int ipw_sw_reset(struct ipw_priv *priv, int option)
James Ketrenos43f66a62005-03-25 12:31:53 -06008580{
James Ketrenosafbf30a2005-08-25 00:05:33 -05008581 int band, modulation;
8582 int old_mode = priv->ieee->iw_mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06008583
James Ketrenosafbf30a2005-08-25 00:05:33 -05008584 /* Initialize module parameter values here */
8585 priv->config = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008586
James Ketrenosafbf30a2005-08-25 00:05:33 -05008587 /* We default to disabling the LED code as right now it causes
8588 * too many systems to lock up... */
Reinette Chatre21f8a732009-08-18 10:25:05 -07008589 if (!led_support)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008590 priv->config |= CFG_NO_LED;
James Ketrenos43f66a62005-03-25 12:31:53 -06008591
James Ketrenosafbf30a2005-08-25 00:05:33 -05008592 if (associate)
8593 priv->config |= CFG_ASSOCIATE;
8594 else
8595 IPW_DEBUG_INFO("Auto associate disabled.\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04008596
James Ketrenosafbf30a2005-08-25 00:05:33 -05008597 if (auto_create)
8598 priv->config |= CFG_ADHOC_CREATE;
8599 else
8600 IPW_DEBUG_INFO("Auto adhoc creation disabled.\n");
8601
Zhu Yi17ed0812006-01-24 16:36:31 +08008602 priv->config &= ~CFG_STATIC_ESSID;
8603 priv->essid_len = 0;
8604 memset(priv->essid, 0, IW_ESSID_MAX_SIZE);
8605
Zhu Yid6d5b5c2006-02-16 16:21:09 +08008606 if (disable && option) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008607 priv->status |= STATUS_RF_KILL_SW;
8608 IPW_DEBUG_INFO("Radio disabled.\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06008609 }
8610
Reinette Chatre21f8a732009-08-18 10:25:05 -07008611 if (default_channel != 0) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008612 priv->config |= CFG_STATIC_CHANNEL;
Reinette Chatre21f8a732009-08-18 10:25:05 -07008613 priv->channel = default_channel;
8614 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008615 /* TODO: Validate that provided channel is in range */
8616 }
Zhu Yie43e3c12006-04-13 17:20:45 +08008617#ifdef CONFIG_IPW2200_QOS
James Ketrenosafbf30a2005-08-25 00:05:33 -05008618 ipw_qos_init(priv, qos_enable, qos_burst_enable,
8619 burst_duration_CCK, burst_duration_OFDM);
Zhu Yie43e3c12006-04-13 17:20:45 +08008620#endif /* CONFIG_IPW2200_QOS */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008621
Reinette Chatre21f8a732009-08-18 10:25:05 -07008622 switch (network_mode) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008623 case 1:
8624 priv->ieee->iw_mode = IW_MODE_ADHOC;
8625 priv->net_dev->type = ARPHRD_ETHER;
8626
8627 break;
8628#ifdef CONFIG_IPW2200_MONITOR
8629 case 2:
8630 priv->ieee->iw_mode = IW_MODE_MONITOR;
Zhu Yi459d4082006-04-13 17:21:00 +08008631#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05008632 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
8633#else
James Ketrenosafbf30a2005-08-25 00:05:33 -05008634 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05008635#endif
James Ketrenosafbf30a2005-08-25 00:05:33 -05008636 break;
8637#endif
8638 default:
8639 case 0:
8640 priv->net_dev->type = ARPHRD_ETHER;
8641 priv->ieee->iw_mode = IW_MODE_INFRA;
8642 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06008643 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008644
James Ketrenosafbf30a2005-08-25 00:05:33 -05008645 if (hwcrypto) {
8646 priv->ieee->host_encrypt = 0;
8647 priv->ieee->host_encrypt_msdu = 0;
8648 priv->ieee->host_decrypt = 0;
Hong Liu567deaf2005-08-31 18:07:22 +08008649 priv->ieee->host_mc_decrypt = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008650 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05008651 IPW_DEBUG_INFO("Hardware crypto [%s]\n", hwcrypto ? "on" : "off");
James Ketrenos43f66a62005-03-25 12:31:53 -06008652
Zhu Yie402c932005-08-05 17:20:40 +08008653 /* IPW2200/2915 is abled to do hardware fragmentation. */
8654 priv->ieee->host_open_frag = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008655
James Ketrenosafbf30a2005-08-25 00:05:33 -05008656 if ((priv->pci_dev->device == 0x4223) ||
8657 (priv->pci_dev->device == 0x4224)) {
Zhu Yie8c69e22006-02-17 08:25:12 +08008658 if (option == 1)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008659 printk(KERN_INFO DRV_NAME
8660 ": Detected Intel PRO/Wireless 2915ABG Network "
8661 "Connection\n");
8662 priv->ieee->abg_true = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008663 band = LIBIPW_52GHZ_BAND | LIBIPW_24GHZ_BAND;
8664 modulation = LIBIPW_OFDM_MODULATION |
8665 LIBIPW_CCK_MODULATION;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008666 priv->adapter = IPW_2915ABG;
8667 priv->ieee->mode = IEEE_A | IEEE_G | IEEE_B;
James Ketrenos43f66a62005-03-25 12:31:53 -06008668 } else {
Zhu Yie8c69e22006-02-17 08:25:12 +08008669 if (option == 1)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008670 printk(KERN_INFO DRV_NAME
8671 ": Detected Intel PRO/Wireless 2200BG Network "
8672 "Connection\n");
8673
8674 priv->ieee->abg_true = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008675 band = LIBIPW_24GHZ_BAND;
8676 modulation = LIBIPW_OFDM_MODULATION |
8677 LIBIPW_CCK_MODULATION;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008678 priv->adapter = IPW_2200BG;
8679 priv->ieee->mode = IEEE_G | IEEE_B;
James Ketrenos43f66a62005-03-25 12:31:53 -06008680 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008681
James Ketrenosafbf30a2005-08-25 00:05:33 -05008682 priv->ieee->freq_band = band;
8683 priv->ieee->modulation = modulation;
Jeff Garzikbf794512005-07-31 13:07:26 -04008684
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008685 priv->rates_mask = LIBIPW_DEFAULT_RATES_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06008686
James Ketrenosafbf30a2005-08-25 00:05:33 -05008687 priv->disassociate_threshold = IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT;
8688 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06008689
James Ketrenosafbf30a2005-08-25 00:05:33 -05008690 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
8691 priv->short_retry_limit = DEFAULT_SHORT_RETRY_LIMIT;
8692 priv->long_retry_limit = DEFAULT_LONG_RETRY_LIMIT;
Jeff Garzikbf794512005-07-31 13:07:26 -04008693
James Ketrenosafbf30a2005-08-25 00:05:33 -05008694 /* If power management is turned on, default to AC mode */
8695 priv->power_mode = IPW_POWER_AC;
8696 priv->tx_power = IPW_TX_POWER_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06008697
Zhu Yi0ece35b2005-08-05 17:26:51 +08008698 return old_mode == priv->ieee->iw_mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06008699}
8700
8701/*
8702 * This file defines the Wireless Extension handlers. It does not
8703 * define any methods of hardware manipulation and relies on the
8704 * functions defined in ipw_main to provide the HW interaction.
Jeff Garzikbf794512005-07-31 13:07:26 -04008705 *
8706 * The exception to this is the use of the ipw_get_ordinal()
James Ketrenos43f66a62005-03-25 12:31:53 -06008707 * function used to poll the hardware vs. making unecessary calls.
8708 *
8709 */
8710
James Ketrenos43f66a62005-03-25 12:31:53 -06008711static int ipw_set_channel(struct ipw_priv *priv, u8 channel)
8712{
8713 if (channel == 0) {
8714 IPW_DEBUG_INFO("Setting channel to ANY (0)\n");
8715 priv->config &= ~CFG_STATIC_CHANNEL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05008716 IPW_DEBUG_ASSOC("Attempting to associate with new "
8717 "parameters.\n");
8718 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06008719 return 0;
8720 }
8721
8722 priv->config |= CFG_STATIC_CHANNEL;
8723
8724 if (priv->channel == channel) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008725 IPW_DEBUG_INFO("Request to set channel to current value (%d)\n",
8726 channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06008727 return 0;
8728 }
8729
8730 IPW_DEBUG_INFO("Setting channel to %i\n", (int)channel);
8731 priv->channel = channel;
8732
James Ketrenosb095c382005-08-24 22:04:42 -05008733#ifdef CONFIG_IPW2200_MONITOR
8734 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008735 int i;
James Ketrenosb095c382005-08-24 22:04:42 -05008736 if (priv->status & STATUS_SCANNING) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008737 IPW_DEBUG_SCAN("Scan abort triggered due to "
James Ketrenosb095c382005-08-24 22:04:42 -05008738 "channel change.\n");
James Ketrenosafbf30a2005-08-25 00:05:33 -05008739 ipw_abort_scan(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05008740 }
8741
8742 for (i = 1000; i && (priv->status & STATUS_SCANNING); i--)
8743 udelay(10);
8744
8745 if (priv->status & STATUS_SCANNING)
8746 IPW_DEBUG_SCAN("Still scanning...\n");
8747 else
8748 IPW_DEBUG_SCAN("Took %dms to abort current scan\n",
8749 1000 - i);
8750
8751 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008752 }
James Ketrenosb095c382005-08-24 22:04:42 -05008753#endif /* CONFIG_IPW2200_MONITOR */
8754
James Ketrenosc848d0a2005-08-24 21:56:24 -05008755 /* Network configuration changed -- force [re]association */
8756 IPW_DEBUG_ASSOC("[re]association triggered due to channel change.\n");
8757 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06008758 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06008759
8760 return 0;
8761}
8762
Jeff Garzikbf794512005-07-31 13:07:26 -04008763static int ipw_wx_set_freq(struct net_device *dev,
8764 struct iw_request_info *info,
8765 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06008766{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008767 struct ipw_priv *priv = libipw_priv(dev);
8768 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenos43f66a62005-03-25 12:31:53 -06008769 struct iw_freq *fwrq = &wrqu->freq;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008770 int ret = 0, i;
Liu Hong1fe0adb2005-08-19 09:33:10 -05008771 u8 channel, flags;
8772 int band;
Jeff Garzikbf794512005-07-31 13:07:26 -04008773
James Ketrenosb095c382005-08-24 22:04:42 -05008774 if (fwrq->m == 0) {
8775 IPW_DEBUG_WX("SET Freq/Channel -> any\n");
Zhu Yi46441512006-01-24 16:37:59 +08008776 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008777 ret = ipw_set_channel(priv, 0);
Zhu Yi46441512006-01-24 16:37:59 +08008778 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008779 return ret;
8780 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008781 /* if setting by freq convert to channel */
8782 if (fwrq->e == 1) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008783 channel = libipw_freq_to_channel(priv->ieee, fwrq->m);
James Ketrenosb095c382005-08-24 22:04:42 -05008784 if (channel == 0)
8785 return -EINVAL;
8786 } else
8787 channel = fwrq->m;
Jeff Garzikbf794512005-07-31 13:07:26 -04008788
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008789 if (!(band = libipw_is_valid_channel(priv->ieee, channel)))
James Ketrenosb095c382005-08-24 22:04:42 -05008790 return -EINVAL;
Jeff Garzikbf794512005-07-31 13:07:26 -04008791
Liu Hong1fe0adb2005-08-19 09:33:10 -05008792 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008793 i = libipw_channel_to_index(priv->ieee, channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008794 if (i == -1)
8795 return -EINVAL;
Liu Hong1fe0adb2005-08-19 09:33:10 -05008796
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008797 flags = (band == LIBIPW_24GHZ_BAND) ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05008798 geo->bg[i].flags : geo->a[i].flags;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008799 if (flags & LIBIPW_CH_PASSIVE_ONLY) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008800 IPW_DEBUG_WX("Invalid Ad-Hoc channel for 802.11a\n");
8801 return -EINVAL;
James Ketrenos43f66a62005-03-25 12:31:53 -06008802 }
8803 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008804
Frans Pop9fd1ea42010-03-24 19:46:31 +01008805 IPW_DEBUG_WX("SET Freq/Channel -> %d\n", fwrq->m);
Zhu Yi46441512006-01-24 16:37:59 +08008806 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008807 ret = ipw_set_channel(priv, channel);
Zhu Yi46441512006-01-24 16:37:59 +08008808 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05008809 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06008810}
8811
Jeff Garzikbf794512005-07-31 13:07:26 -04008812static int ipw_wx_get_freq(struct net_device *dev,
8813 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008814 union iwreq_data *wrqu, char *extra)
8815{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008816 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008817
8818 wrqu->freq.e = 0;
8819
8820 /* If we are associated, trying to associate, or have a statically
8821 * configured CHANNEL then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08008822 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008823 if (priv->config & CFG_STATIC_CHANNEL ||
Zhu Yic580f672006-08-21 11:37:01 +08008824 priv->status & (STATUS_ASSOCIATING | STATUS_ASSOCIATED)) {
8825 int i;
8826
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008827 i = libipw_channel_to_index(priv->ieee, priv->channel);
Zhu Yic580f672006-08-21 11:37:01 +08008828 BUG_ON(i == -1);
8829 wrqu->freq.e = 1;
8830
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008831 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
8832 case LIBIPW_52GHZ_BAND:
Zhu Yic580f672006-08-21 11:37:01 +08008833 wrqu->freq.m = priv->ieee->geo.a[i].freq * 100000;
8834 break;
8835
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008836 case LIBIPW_24GHZ_BAND:
Zhu Yic580f672006-08-21 11:37:01 +08008837 wrqu->freq.m = priv->ieee->geo.bg[i].freq * 100000;
8838 break;
8839
8840 default:
8841 BUG();
8842 }
8843 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06008844 wrqu->freq.m = 0;
8845
Zhu Yi46441512006-01-24 16:37:59 +08008846 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01008847 IPW_DEBUG_WX("GET Freq/Channel -> %d\n", priv->channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06008848 return 0;
8849}
8850
Jeff Garzikbf794512005-07-31 13:07:26 -04008851static int ipw_wx_set_mode(struct net_device *dev,
8852 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008853 union iwreq_data *wrqu, char *extra)
8854{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008855 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008856 int err = 0;
8857
8858 IPW_DEBUG_WX("Set MODE: %d\n", wrqu->mode);
8859
James Ketrenos43f66a62005-03-25 12:31:53 -06008860 switch (wrqu->mode) {
James Ketrenosb095c382005-08-24 22:04:42 -05008861#ifdef CONFIG_IPW2200_MONITOR
James Ketrenos43f66a62005-03-25 12:31:53 -06008862 case IW_MODE_MONITOR:
8863#endif
8864 case IW_MODE_ADHOC:
8865 case IW_MODE_INFRA:
8866 break;
8867 case IW_MODE_AUTO:
8868 wrqu->mode = IW_MODE_INFRA;
8869 break;
8870 default:
8871 return -EINVAL;
8872 }
James Ketrenosb095c382005-08-24 22:04:42 -05008873 if (wrqu->mode == priv->ieee->iw_mode)
8874 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008875
Zhu Yi46441512006-01-24 16:37:59 +08008876 mutex_lock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008877
8878 ipw_sw_reset(priv, 0);
8879
James Ketrenosb095c382005-08-24 22:04:42 -05008880#ifdef CONFIG_IPW2200_MONITOR
Jeff Garzikbf794512005-07-31 13:07:26 -04008881 if (priv->ieee->iw_mode == IW_MODE_MONITOR)
James Ketrenos43f66a62005-03-25 12:31:53 -06008882 priv->net_dev->type = ARPHRD_ETHER;
Jeff Garzikbf794512005-07-31 13:07:26 -04008883
8884 if (wrqu->mode == IW_MODE_MONITOR)
Zhu Yi459d4082006-04-13 17:21:00 +08008885#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05008886 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
8887#else
James Ketrenos43f66a62005-03-25 12:31:53 -06008888 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05008889#endif
James Ketrenosb095c382005-08-24 22:04:42 -05008890#endif /* CONFIG_IPW2200_MONITOR */
Jeff Garzikbf794512005-07-31 13:07:26 -04008891
Jeff Garzikbf794512005-07-31 13:07:26 -04008892 /* Free the existing firmware and reset the fw_loaded
Nick Andrew877d0312009-01-26 11:06:57 +01008893 * flag so ipw_load() will bring in the new firmware */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008894 free_firmware();
James Ketrenos43f66a62005-03-25 12:31:53 -06008895
8896 priv->ieee->iw_mode = wrqu->mode;
Jeff Garzikbf794512005-07-31 13:07:26 -04008897
James Ketrenosc848d0a2005-08-24 21:56:24 -05008898 queue_work(priv->workqueue, &priv->adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +08008899 mutex_unlock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008900 return err;
James Ketrenos43f66a62005-03-25 12:31:53 -06008901}
8902
Jeff Garzikbf794512005-07-31 13:07:26 -04008903static int ipw_wx_get_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008904 struct iw_request_info *info,
8905 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06008906{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008907 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08008908 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008909 wrqu->mode = priv->ieee->iw_mode;
8910 IPW_DEBUG_WX("Get MODE -> %d\n", wrqu->mode);
Zhu Yi46441512006-01-24 16:37:59 +08008911 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008912 return 0;
8913}
8914
James Ketrenos43f66a62005-03-25 12:31:53 -06008915/* Values are in microsecond */
8916static const s32 timeout_duration[] = {
8917 350000,
8918 250000,
8919 75000,
8920 37000,
8921 25000,
8922};
8923
8924static const s32 period_duration[] = {
8925 400000,
8926 700000,
8927 1000000,
8928 1000000,
8929 1000000
8930};
8931
Jeff Garzikbf794512005-07-31 13:07:26 -04008932static int ipw_wx_get_range(struct net_device *dev,
8933 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008934 union iwreq_data *wrqu, char *extra)
8935{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008936 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008937 struct iw_range *range = (struct iw_range *)extra;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008938 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenosb095c382005-08-24 22:04:42 -05008939 int i = 0, j;
James Ketrenos43f66a62005-03-25 12:31:53 -06008940
8941 wrqu->data.length = sizeof(*range);
8942 memset(range, 0, sizeof(*range));
8943
8944 /* 54Mbs == ~27 Mb/s real (802.11g) */
Jeff Garzikbf794512005-07-31 13:07:26 -04008945 range->throughput = 27 * 1000 * 1000;
James Ketrenos43f66a62005-03-25 12:31:53 -06008946
8947 range->max_qual.qual = 100;
8948 /* TODO: Find real max RSSI and stick here */
8949 range->max_qual.level = 0;
Bill Mossb1916082006-02-15 08:50:18 +08008950 range->max_qual.noise = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008951 range->max_qual.updated = 7; /* Updated all three */
James Ketrenos43f66a62005-03-25 12:31:53 -06008952
8953 range->avg_qual.qual = 70;
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02008954 /* TODO: Find real 'good' to 'bad' threshold value for RSSI */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008955 range->avg_qual.level = 0; /* FIXME to real average level */
James Ketrenos43f66a62005-03-25 12:31:53 -06008956 range->avg_qual.noise = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008957 range->avg_qual.updated = 7; /* Updated all three */
Zhu Yi46441512006-01-24 16:37:59 +08008958 mutex_lock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008959 range->num_bitrates = min(priv->rates.num_rates, (u8) IW_MAX_BITRATES);
James Ketrenos43f66a62005-03-25 12:31:53 -06008960
Jeff Garzikbf794512005-07-31 13:07:26 -04008961 for (i = 0; i < range->num_bitrates; i++)
8962 range->bitrate[i] = (priv->rates.supported_rates[i] & 0x7F) *
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008963 500000;
Jeff Garzikbf794512005-07-31 13:07:26 -04008964
James Ketrenos43f66a62005-03-25 12:31:53 -06008965 range->max_rts = DEFAULT_RTS_THRESHOLD;
8966 range->min_frag = MIN_FRAG_THRESHOLD;
8967 range->max_frag = MAX_FRAG_THRESHOLD;
8968
8969 range->encoding_size[0] = 5;
Jeff Garzikbf794512005-07-31 13:07:26 -04008970 range->encoding_size[1] = 13;
James Ketrenos43f66a62005-03-25 12:31:53 -06008971 range->num_encoding_sizes = 2;
8972 range->max_encoding_tokens = WEP_KEYS;
8973
8974 /* Set the Wireless Extension versions */
8975 range->we_version_compiled = WIRELESS_EXT;
Dan Williamsf1b50862006-01-30 13:58:56 -05008976 range->we_version_source = 18;
James Ketrenos43f66a62005-03-25 12:31:53 -06008977
James Ketrenosb095c382005-08-24 22:04:42 -05008978 i = 0;
8979 if (priv->ieee->mode & (IEEE_B | IEEE_G)) {
Zhu Yie815de42006-03-02 05:55:51 +08008980 for (j = 0; j < geo->bg_channels && i < IW_MAX_FREQUENCIES; j++) {
8981 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008982 (geo->bg[j].flags & LIBIPW_CH_PASSIVE_ONLY))
Zhu Yie815de42006-03-02 05:55:51 +08008983 continue;
8984
James Ketrenosb095c382005-08-24 22:04:42 -05008985 range->freq[i].i = geo->bg[j].channel;
8986 range->freq[i].m = geo->bg[j].freq * 100000;
8987 range->freq[i].e = 1;
Zhu Yie815de42006-03-02 05:55:51 +08008988 i++;
James Ketrenosb095c382005-08-24 22:04:42 -05008989 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008990 }
James Ketrenosb095c382005-08-24 22:04:42 -05008991
8992 if (priv->ieee->mode & IEEE_A) {
Zhu Yie815de42006-03-02 05:55:51 +08008993 for (j = 0; j < geo->a_channels && i < IW_MAX_FREQUENCIES; j++) {
8994 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008995 (geo->a[j].flags & LIBIPW_CH_PASSIVE_ONLY))
Zhu Yie815de42006-03-02 05:55:51 +08008996 continue;
8997
James Ketrenosb095c382005-08-24 22:04:42 -05008998 range->freq[i].i = geo->a[j].channel;
8999 range->freq[i].m = geo->a[j].freq * 100000;
9000 range->freq[i].e = 1;
Zhu Yie815de42006-03-02 05:55:51 +08009001 i++;
James Ketrenosb095c382005-08-24 22:04:42 -05009002 }
9003 }
9004
9005 range->num_channels = i;
9006 range->num_frequency = i;
9007
Zhu Yi46441512006-01-24 16:37:59 +08009008 mutex_unlock(&priv->mutex);
Benoit Boissinot97a78ca2005-09-15 17:30:28 +00009009
9010 /* Event capability (kernel + driver) */
9011 range->event_capa[0] = (IW_EVENT_CAPA_K_0 |
9012 IW_EVENT_CAPA_MASK(SIOCGIWTHRSPY) |
Zhu Yi07f02e42006-04-13 17:19:25 +08009013 IW_EVENT_CAPA_MASK(SIOCGIWAP) |
9014 IW_EVENT_CAPA_MASK(SIOCGIWSCAN));
Benoit Boissinot97a78ca2005-09-15 17:30:28 +00009015 range->event_capa[1] = IW_EVENT_CAPA_K_1;
James Ketrenos43f66a62005-03-25 12:31:53 -06009016
Dan Williamsf1b50862006-01-30 13:58:56 -05009017 range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
9018 IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
9019
Dan Williams374fdfb2007-12-12 10:25:07 -05009020 range->scan_capa = IW_SCAN_CAPA_ESSID | IW_SCAN_CAPA_TYPE;
9021
James Ketrenos43f66a62005-03-25 12:31:53 -06009022 IPW_DEBUG_WX("GET Range\n");
9023 return 0;
9024}
9025
Jeff Garzikbf794512005-07-31 13:07:26 -04009026static int ipw_wx_set_wap(struct net_device *dev,
9027 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009028 union iwreq_data *wrqu, char *extra)
9029{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009030 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009031
9032 static const unsigned char any[] = {
9033 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
9034 };
9035 static const unsigned char off[] = {
9036 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
9037 };
9038
Jeff Garzikbf794512005-07-31 13:07:26 -04009039 if (wrqu->ap_addr.sa_family != ARPHRD_ETHER)
James Ketrenos43f66a62005-03-25 12:31:53 -06009040 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +08009041 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009042 if (!memcmp(any, wrqu->ap_addr.sa_data, ETH_ALEN) ||
9043 !memcmp(off, wrqu->ap_addr.sa_data, ETH_ALEN)) {
9044 /* we disable mandatory BSSID association */
9045 IPW_DEBUG_WX("Setting AP BSSID to ANY\n");
9046 priv->config &= ~CFG_STATIC_BSSID;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009047 IPW_DEBUG_ASSOC("Attempting to associate with new "
9048 "parameters.\n");
9049 ipw_associate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08009050 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009051 return 0;
9052 }
9053
9054 priv->config |= CFG_STATIC_BSSID;
9055 if (!memcmp(priv->bssid, wrqu->ap_addr.sa_data, ETH_ALEN)) {
9056 IPW_DEBUG_WX("BSSID set to current BSSID.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009057 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009058 return 0;
9059 }
9060
Johannes Berge1749612008-10-27 15:59:26 -07009061 IPW_DEBUG_WX("Setting mandatory BSSID to %pM\n",
9062 wrqu->ap_addr.sa_data);
James Ketrenos43f66a62005-03-25 12:31:53 -06009063
9064 memcpy(priv->bssid, wrqu->ap_addr.sa_data, ETH_ALEN);
9065
James Ketrenosc848d0a2005-08-24 21:56:24 -05009066 /* Network configuration changed -- force [re]association */
9067 IPW_DEBUG_ASSOC("[re]association triggered due to BSSID change.\n");
9068 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06009069 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009070
Zhu Yi46441512006-01-24 16:37:59 +08009071 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009072 return 0;
9073}
9074
Jeff Garzikbf794512005-07-31 13:07:26 -04009075static int ipw_wx_get_wap(struct net_device *dev,
9076 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009077 union iwreq_data *wrqu, char *extra)
9078{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009079 struct ipw_priv *priv = libipw_priv(dev);
Joe Perches0795af52007-10-03 17:59:30 -07009080
James Ketrenos43f66a62005-03-25 12:31:53 -06009081 /* If we are associated, trying to associate, or have a statically
9082 * configured BSSID then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08009083 mutex_lock(&priv->mutex);
Jeff Garzikbf794512005-07-31 13:07:26 -04009084 if (priv->config & CFG_STATIC_BSSID ||
James Ketrenos43f66a62005-03-25 12:31:53 -06009085 priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
9086 wrqu->ap_addr.sa_family = ARPHRD_ETHER;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009087 memcpy(wrqu->ap_addr.sa_data, priv->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06009088 } else
9089 memset(wrqu->ap_addr.sa_data, 0, ETH_ALEN);
9090
Johannes Berge1749612008-10-27 15:59:26 -07009091 IPW_DEBUG_WX("Getting WAP BSSID: %pM\n",
9092 wrqu->ap_addr.sa_data);
Zhu Yi46441512006-01-24 16:37:59 +08009093 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009094 return 0;
9095}
9096
Jeff Garzikbf794512005-07-31 13:07:26 -04009097static int ipw_wx_set_essid(struct net_device *dev,
9098 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009099 union iwreq_data *wrqu, char *extra)
9100{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009101 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yiab644b02006-08-21 11:37:13 +08009102 int length;
John W. Linville9387b7c2008-09-30 20:59:05 -04009103 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06009104
Zhu Yiab644b02006-08-21 11:37:13 +08009105 mutex_lock(&priv->mutex);
9106
9107 if (!wrqu->essid.flags)
9108 {
9109 IPW_DEBUG_WX("Setting ESSID to ANY\n");
9110 ipw_disassociate(priv);
9111 priv->config &= ~CFG_STATIC_ESSID;
9112 ipw_associate(priv);
9113 mutex_unlock(&priv->mutex);
9114 return 0;
9115 }
9116
Zhu Yia9f0d422006-08-21 11:37:26 +08009117 length = min((int)wrqu->essid.length, IW_ESSID_MAX_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06009118
9119 priv->config |= CFG_STATIC_ESSID;
9120
Zhu Yia9f0d422006-08-21 11:37:26 +08009121 if (priv->essid_len == length && !memcmp(priv->essid, extra, length)
9122 && (priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING))) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009123 IPW_DEBUG_WX("ESSID set to current ESSID.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009124 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009125 return 0;
9126 }
9127
John W. Linville9387b7c2008-09-30 20:59:05 -04009128 IPW_DEBUG_WX("Setting ESSID: '%s' (%d)\n",
9129 print_ssid(ssid, extra, length), length);
James Ketrenos43f66a62005-03-25 12:31:53 -06009130
9131 priv->essid_len = length;
Zhu Yia9f0d422006-08-21 11:37:26 +08009132 memcpy(priv->essid, extra, priv->essid_len);
Jeff Garzikbf794512005-07-31 13:07:26 -04009133
James Ketrenosc848d0a2005-08-24 21:56:24 -05009134 /* Network configuration changed -- force [re]association */
9135 IPW_DEBUG_ASSOC("[re]association triggered due to ESSID change.\n");
9136 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06009137 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009138
Zhu Yi46441512006-01-24 16:37:59 +08009139 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009140 return 0;
9141}
9142
Jeff Garzikbf794512005-07-31 13:07:26 -04009143static int ipw_wx_get_essid(struct net_device *dev,
9144 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009145 union iwreq_data *wrqu, char *extra)
9146{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009147 struct ipw_priv *priv = libipw_priv(dev);
John W. Linville9387b7c2008-09-30 20:59:05 -04009148 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06009149
9150 /* If we are associated, trying to associate, or have a statically
9151 * configured ESSID then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08009152 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009153 if (priv->config & CFG_STATIC_ESSID ||
Jeff Garzikbf794512005-07-31 13:07:26 -04009154 priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
9155 IPW_DEBUG_WX("Getting essid: '%s'\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04009156 print_ssid(ssid, priv->essid, priv->essid_len));
Jeff Garzikbf794512005-07-31 13:07:26 -04009157 memcpy(extra, priv->essid, priv->essid_len);
James Ketrenos43f66a62005-03-25 12:31:53 -06009158 wrqu->essid.length = priv->essid_len;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009159 wrqu->essid.flags = 1; /* active */
James Ketrenos43f66a62005-03-25 12:31:53 -06009160 } else {
9161 IPW_DEBUG_WX("Getting essid: ANY\n");
9162 wrqu->essid.length = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009163 wrqu->essid.flags = 0; /* active */
James Ketrenos43f66a62005-03-25 12:31:53 -06009164 }
Zhu Yi46441512006-01-24 16:37:59 +08009165 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009166 return 0;
9167}
9168
Jeff Garzikbf794512005-07-31 13:07:26 -04009169static int ipw_wx_set_nick(struct net_device *dev,
9170 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009171 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009172{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009173 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009174
9175 IPW_DEBUG_WX("Setting nick to '%s'\n", extra);
9176 if (wrqu->data.length > IW_ESSID_MAX_SIZE)
9177 return -E2BIG;
Zhu Yi46441512006-01-24 16:37:59 +08009178 mutex_lock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009179 wrqu->data.length = min((size_t) wrqu->data.length, sizeof(priv->nick));
James Ketrenos43f66a62005-03-25 12:31:53 -06009180 memset(priv->nick, 0, sizeof(priv->nick));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009181 memcpy(priv->nick, extra, wrqu->data.length);
James Ketrenos43f66a62005-03-25 12:31:53 -06009182 IPW_DEBUG_TRACE("<<\n");
Zhu Yi46441512006-01-24 16:37:59 +08009183 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009184 return 0;
9185
9186}
9187
Jeff Garzikbf794512005-07-31 13:07:26 -04009188static int ipw_wx_get_nick(struct net_device *dev,
9189 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009190 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009191{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009192 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009193 IPW_DEBUG_WX("Getting nick\n");
Zhu Yi46441512006-01-24 16:37:59 +08009194 mutex_lock(&priv->mutex);
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009195 wrqu->data.length = strlen(priv->nick);
James Ketrenos43f66a62005-03-25 12:31:53 -06009196 memcpy(extra, priv->nick, wrqu->data.length);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009197 wrqu->data.flags = 1; /* active */
Zhu Yi46441512006-01-24 16:37:59 +08009198 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009199 return 0;
9200}
9201
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009202static int ipw_wx_set_sens(struct net_device *dev,
9203 struct iw_request_info *info,
9204 union iwreq_data *wrqu, char *extra)
9205{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009206 struct ipw_priv *priv = libipw_priv(dev);
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009207 int err = 0;
9208
9209 IPW_DEBUG_WX("Setting roaming threshold to %d\n", wrqu->sens.value);
9210 IPW_DEBUG_WX("Setting disassociate threshold to %d\n", 3*wrqu->sens.value);
9211 mutex_lock(&priv->mutex);
9212
9213 if (wrqu->sens.fixed == 0)
9214 {
9215 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
9216 priv->disassociate_threshold = IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT;
9217 goto out;
9218 }
9219 if ((wrqu->sens.value > IPW_MB_ROAMING_THRESHOLD_MAX) ||
9220 (wrqu->sens.value < IPW_MB_ROAMING_THRESHOLD_MIN)) {
9221 err = -EINVAL;
9222 goto out;
9223 }
9224
9225 priv->roaming_threshold = wrqu->sens.value;
9226 priv->disassociate_threshold = 3*wrqu->sens.value;
9227 out:
9228 mutex_unlock(&priv->mutex);
9229 return err;
9230}
9231
9232static int ipw_wx_get_sens(struct net_device *dev,
9233 struct iw_request_info *info,
9234 union iwreq_data *wrqu, char *extra)
9235{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009236 struct ipw_priv *priv = libipw_priv(dev);
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009237 mutex_lock(&priv->mutex);
9238 wrqu->sens.fixed = 1;
9239 wrqu->sens.value = priv->roaming_threshold;
9240 mutex_unlock(&priv->mutex);
9241
Frans Pop9fd1ea42010-03-24 19:46:31 +01009242 IPW_DEBUG_WX("GET roaming threshold -> %s %d\n",
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009243 wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
9244
9245 return 0;
9246}
9247
James Ketrenos43f66a62005-03-25 12:31:53 -06009248static int ipw_wx_set_rate(struct net_device *dev,
9249 struct iw_request_info *info,
9250 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009251{
James Ketrenosea2b26e2005-08-24 21:25:16 -05009252 /* TODO: We should use semaphores or locks for access to priv */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009253 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009254 u32 target_rate = wrqu->bitrate.value;
9255 u32 fixed, mask;
9256
9257 /* value = -1, fixed = 0 means auto only, so we should use all rates offered by AP */
9258 /* value = X, fixed = 1 means only rate X */
9259 /* value = X, fixed = 0 means all rates lower equal X */
9260
9261 if (target_rate == -1) {
9262 fixed = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009263 mask = LIBIPW_DEFAULT_RATES_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009264 /* Now we should reassociate */
9265 goto apply;
9266 }
9267
9268 mask = 0;
9269 fixed = wrqu->bitrate.fixed;
9270
9271 if (target_rate == 1000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009272 mask |= LIBIPW_CCK_RATE_1MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009273 if (target_rate == 1000000)
9274 goto apply;
9275
9276 if (target_rate == 2000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009277 mask |= LIBIPW_CCK_RATE_2MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009278 if (target_rate == 2000000)
9279 goto apply;
9280
9281 if (target_rate == 5500000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009282 mask |= LIBIPW_CCK_RATE_5MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009283 if (target_rate == 5500000)
9284 goto apply;
9285
9286 if (target_rate == 6000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009287 mask |= LIBIPW_OFDM_RATE_6MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009288 if (target_rate == 6000000)
9289 goto apply;
9290
9291 if (target_rate == 9000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009292 mask |= LIBIPW_OFDM_RATE_9MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009293 if (target_rate == 9000000)
9294 goto apply;
9295
9296 if (target_rate == 11000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009297 mask |= LIBIPW_CCK_RATE_11MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009298 if (target_rate == 11000000)
9299 goto apply;
9300
9301 if (target_rate == 12000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009302 mask |= LIBIPW_OFDM_RATE_12MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009303 if (target_rate == 12000000)
9304 goto apply;
9305
9306 if (target_rate == 18000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009307 mask |= LIBIPW_OFDM_RATE_18MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009308 if (target_rate == 18000000)
9309 goto apply;
9310
9311 if (target_rate == 24000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009312 mask |= LIBIPW_OFDM_RATE_24MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009313 if (target_rate == 24000000)
9314 goto apply;
9315
9316 if (target_rate == 36000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009317 mask |= LIBIPW_OFDM_RATE_36MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009318 if (target_rate == 36000000)
9319 goto apply;
9320
9321 if (target_rate == 48000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009322 mask |= LIBIPW_OFDM_RATE_48MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009323 if (target_rate == 48000000)
9324 goto apply;
9325
9326 if (target_rate == 54000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009327 mask |= LIBIPW_OFDM_RATE_54MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009328 if (target_rate == 54000000)
9329 goto apply;
9330
9331 IPW_DEBUG_WX("invalid rate specified, returning error\n");
9332 return -EINVAL;
9333
9334 apply:
9335 IPW_DEBUG_WX("Setting rate mask to 0x%08X [%s]\n",
9336 mask, fixed ? "fixed" : "sub-rates");
Zhu Yi46441512006-01-24 16:37:59 +08009337 mutex_lock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009338 if (mask == LIBIPW_DEFAULT_RATES_MASK) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05009339 priv->config &= ~CFG_FIXED_RATE;
James Ketrenosb095c382005-08-24 22:04:42 -05009340 ipw_set_fixed_rate(priv, priv->ieee->mode);
9341 } else
James Ketrenosea2b26e2005-08-24 21:25:16 -05009342 priv->config |= CFG_FIXED_RATE;
9343
James Ketrenosc848d0a2005-08-24 21:56:24 -05009344 if (priv->rates_mask == mask) {
9345 IPW_DEBUG_WX("Mask set to current mask.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009346 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009347 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009348 }
9349
James Ketrenosc848d0a2005-08-24 21:56:24 -05009350 priv->rates_mask = mask;
9351
9352 /* Network configuration changed -- force [re]association */
9353 IPW_DEBUG_ASSOC("[re]association triggered due to rates change.\n");
9354 if (!ipw_disassociate(priv))
9355 ipw_associate(priv);
9356
Zhu Yi46441512006-01-24 16:37:59 +08009357 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009358 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009359}
9360
Jeff Garzikbf794512005-07-31 13:07:26 -04009361static int ipw_wx_get_rate(struct net_device *dev,
9362 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009363 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009364{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009365 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009366 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009367 wrqu->bitrate.value = priv->last_rate;
Zhu Yi455936c2006-04-13 17:20:05 +08009368 wrqu->bitrate.fixed = (priv->config & CFG_FIXED_RATE) ? 1 : 0;
Zhu Yi46441512006-01-24 16:37:59 +08009369 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009370 IPW_DEBUG_WX("GET Rate -> %d\n", wrqu->bitrate.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009371 return 0;
9372}
9373
Jeff Garzikbf794512005-07-31 13:07:26 -04009374static int ipw_wx_set_rts(struct net_device *dev,
9375 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009376 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009377{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009378 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009379 mutex_lock(&priv->mutex);
Zhu Yiea8862d2007-01-11 17:32:54 +08009380 if (wrqu->rts.disabled || !wrqu->rts.fixed)
James Ketrenos43f66a62005-03-25 12:31:53 -06009381 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9382 else {
9383 if (wrqu->rts.value < MIN_RTS_THRESHOLD ||
James Ketrenosc848d0a2005-08-24 21:56:24 -05009384 wrqu->rts.value > MAX_RTS_THRESHOLD) {
Zhu Yi46441512006-01-24 16:37:59 +08009385 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009386 return -EINVAL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009387 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009388 priv->rts_threshold = wrqu->rts.value;
9389 }
9390
9391 ipw_send_rts_threshold(priv, priv->rts_threshold);
Zhu Yi46441512006-01-24 16:37:59 +08009392 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009393 IPW_DEBUG_WX("SET RTS Threshold -> %d\n", priv->rts_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06009394 return 0;
9395}
9396
Jeff Garzikbf794512005-07-31 13:07:26 -04009397static int ipw_wx_get_rts(struct net_device *dev,
9398 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009399 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009400{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009401 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009402 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009403 wrqu->rts.value = priv->rts_threshold;
9404 wrqu->rts.fixed = 0; /* no auto select */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009405 wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD);
Zhu Yi46441512006-01-24 16:37:59 +08009406 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009407 IPW_DEBUG_WX("GET RTS Threshold -> %d\n", wrqu->rts.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009408 return 0;
9409}
9410
Jeff Garzikbf794512005-07-31 13:07:26 -04009411static int ipw_wx_set_txpow(struct net_device *dev,
9412 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009413 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009414{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009415 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009416 int err = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009417
Zhu Yi46441512006-01-24 16:37:59 +08009418 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009419 if (ipw_radio_kill_sw(priv, wrqu->power.disabled)) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009420 err = -EINPROGRESS;
9421 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009422 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009423
James Ketrenosb095c382005-08-24 22:04:42 -05009424 if (!wrqu->power.fixed)
9425 wrqu->power.value = IPW_TX_POWER_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06009426
James Ketrenosc848d0a2005-08-24 21:56:24 -05009427 if (wrqu->power.flags != IW_TXPOW_DBM) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009428 err = -EINVAL;
9429 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009430 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009431
James Ketrenosb095c382005-08-24 22:04:42 -05009432 if ((wrqu->power.value > IPW_TX_POWER_MAX) ||
James Ketrenosafbf30a2005-08-25 00:05:33 -05009433 (wrqu->power.value < IPW_TX_POWER_MIN)) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009434 err = -EINVAL;
9435 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009436 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009437
9438 priv->tx_power = wrqu->power.value;
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009439 err = ipw_set_tx_power(priv);
9440 out:
Zhu Yi46441512006-01-24 16:37:59 +08009441 mutex_unlock(&priv->mutex);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009442 return err;
James Ketrenos43f66a62005-03-25 12:31:53 -06009443}
9444
Jeff Garzikbf794512005-07-31 13:07:26 -04009445static int ipw_wx_get_txpow(struct net_device *dev,
9446 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009447 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009448{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009449 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009450 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009451 wrqu->power.value = priv->tx_power;
9452 wrqu->power.fixed = 1;
9453 wrqu->power.flags = IW_TXPOW_DBM;
9454 wrqu->power.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0;
Zhu Yi46441512006-01-24 16:37:59 +08009455 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009456
Frans Pop9fd1ea42010-03-24 19:46:31 +01009457 IPW_DEBUG_WX("GET TX Power -> %s %d\n",
Zhu Yi22501c82005-08-11 10:49:17 +08009458 wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009459
9460 return 0;
9461}
9462
Jeff Garzikbf794512005-07-31 13:07:26 -04009463static int ipw_wx_set_frag(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009464 struct iw_request_info *info,
9465 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009466{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009467 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009468 mutex_lock(&priv->mutex);
Zhu Yiea8862d2007-01-11 17:32:54 +08009469 if (wrqu->frag.disabled || !wrqu->frag.fixed)
James Ketrenos43f66a62005-03-25 12:31:53 -06009470 priv->ieee->fts = DEFAULT_FTS;
9471 else {
9472 if (wrqu->frag.value < MIN_FRAG_THRESHOLD ||
James Ketrenosb095c382005-08-24 22:04:42 -05009473 wrqu->frag.value > MAX_FRAG_THRESHOLD) {
Zhu Yi46441512006-01-24 16:37:59 +08009474 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009475 return -EINVAL;
James Ketrenosb095c382005-08-24 22:04:42 -05009476 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009477
James Ketrenos43f66a62005-03-25 12:31:53 -06009478 priv->ieee->fts = wrqu->frag.value & ~0x1;
9479 }
9480
9481 ipw_send_frag_threshold(priv, wrqu->frag.value);
Zhu Yi46441512006-01-24 16:37:59 +08009482 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009483 IPW_DEBUG_WX("SET Frag Threshold -> %d\n", wrqu->frag.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009484 return 0;
9485}
9486
Jeff Garzikbf794512005-07-31 13:07:26 -04009487static int ipw_wx_get_frag(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009488 struct iw_request_info *info,
9489 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009490{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009491 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009492 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009493 wrqu->frag.value = priv->ieee->fts;
9494 wrqu->frag.fixed = 0; /* no auto select */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009495 wrqu->frag.disabled = (wrqu->frag.value == DEFAULT_FTS);
Zhu Yi46441512006-01-24 16:37:59 +08009496 mutex_unlock(&priv->mutex);
Frans Pop9fd1ea42010-03-24 19:46:31 +01009497 IPW_DEBUG_WX("GET Frag Threshold -> %d\n", wrqu->frag.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009498
9499 return 0;
9500}
9501
Jeff Garzikbf794512005-07-31 13:07:26 -04009502static int ipw_wx_set_retry(struct net_device *dev,
9503 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009504 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009505{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009506 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009507
9508 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled)
9509 return -EINVAL;
9510
9511 if (!(wrqu->retry.flags & IW_RETRY_LIMIT))
9512 return 0;
9513
Zhu Yid5f7ac22006-08-21 11:38:17 +08009514 if (wrqu->retry.value < 0 || wrqu->retry.value >= 255)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009515 return -EINVAL;
9516
Zhu Yi46441512006-01-24 16:37:59 +08009517 mutex_lock(&priv->mutex);
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009518 if (wrqu->retry.flags & IW_RETRY_SHORT)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009519 priv->short_retry_limit = (u8) wrqu->retry.value;
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009520 else if (wrqu->retry.flags & IW_RETRY_LONG)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009521 priv->long_retry_limit = (u8) wrqu->retry.value;
9522 else {
9523 priv->short_retry_limit = (u8) wrqu->retry.value;
9524 priv->long_retry_limit = (u8) wrqu->retry.value;
9525 }
9526
9527 ipw_send_retry_limit(priv, priv->short_retry_limit,
9528 priv->long_retry_limit);
Zhu Yi46441512006-01-24 16:37:59 +08009529 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009530 IPW_DEBUG_WX("SET retry limit -> short:%d long:%d\n",
9531 priv->short_retry_limit, priv->long_retry_limit);
9532 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009533}
9534
Jeff Garzikbf794512005-07-31 13:07:26 -04009535static int ipw_wx_get_retry(struct net_device *dev,
9536 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009537 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009538{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009539 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009540
Zhu Yi46441512006-01-24 16:37:59 +08009541 mutex_lock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009542 wrqu->retry.disabled = 0;
9543
9544 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) {
Zhu Yi46441512006-01-24 16:37:59 +08009545 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009546 return -EINVAL;
9547 }
9548
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009549 if (wrqu->retry.flags & IW_RETRY_LONG) {
9550 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009551 wrqu->retry.value = priv->long_retry_limit;
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009552 } else if (wrqu->retry.flags & IW_RETRY_SHORT) {
9553 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009554 wrqu->retry.value = priv->short_retry_limit;
9555 } else {
9556 wrqu->retry.flags = IW_RETRY_LIMIT;
9557 wrqu->retry.value = priv->short_retry_limit;
9558 }
Zhu Yi46441512006-01-24 16:37:59 +08009559 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009560
Frans Pop9fd1ea42010-03-24 19:46:31 +01009561 IPW_DEBUG_WX("GET retry -> %d\n", wrqu->retry.value);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009562
9563 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009564}
9565
Jeff Garzikbf794512005-07-31 13:07:26 -04009566static int ipw_wx_set_scan(struct net_device *dev,
9567 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009568 union iwreq_data *wrqu, char *extra)
9569{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009570 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi094c4d22006-08-21 11:39:03 +08009571 struct iw_scan_req *req = (struct iw_scan_req *)extra;
Dan Williamsea177302008-06-02 17:51:23 -04009572 struct delayed_work *work = NULL;
Zhu Yi094c4d22006-08-21 11:39:03 +08009573
Dan Williams0b531672007-10-09 13:55:24 -04009574 mutex_lock(&priv->mutex);
Dan Williamsea177302008-06-02 17:51:23 -04009575
Dan Williams0b531672007-10-09 13:55:24 -04009576 priv->user_requested_scan = 1;
Dan Williams0b531672007-10-09 13:55:24 -04009577
Zhu Yi094c4d22006-08-21 11:39:03 +08009578 if (wrqu->data.length == sizeof(struct iw_scan_req)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05009579 if (wrqu->data.flags & IW_SCAN_THIS_ESSID) {
Dan Williamsea177302008-06-02 17:51:23 -04009580 int len = min((int)req->essid_len,
9581 (int)sizeof(priv->direct_scan_ssid));
9582 memcpy(priv->direct_scan_ssid, req->essid, len);
9583 priv->direct_scan_ssid_len = len;
9584 work = &priv->request_direct_scan;
9585 } else if (req->scan_type == IW_SCAN_TYPE_PASSIVE) {
9586 work = &priv->request_passive_scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009587 }
Dan Williamsea177302008-06-02 17:51:23 -04009588 } else {
9589 /* Normal active broadcast scan */
9590 work = &priv->request_scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009591 }
James Ketrenos8935f392005-10-05 15:59:08 -05009592
Dan Williamsea177302008-06-02 17:51:23 -04009593 mutex_unlock(&priv->mutex);
9594
James Ketrenos43f66a62005-03-25 12:31:53 -06009595 IPW_DEBUG_WX("Start scan\n");
James Ketrenosb095c382005-08-24 22:04:42 -05009596
Dan Williamsea177302008-06-02 17:51:23 -04009597 queue_delayed_work(priv->workqueue, work, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05009598
James Ketrenos43f66a62005-03-25 12:31:53 -06009599 return 0;
9600}
9601
Jeff Garzikbf794512005-07-31 13:07:26 -04009602static int ipw_wx_get_scan(struct net_device *dev,
9603 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009604 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009605{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009606 struct ipw_priv *priv = libipw_priv(dev);
9607 return libipw_wx_get_scan(priv->ieee, info, wrqu, extra);
James Ketrenos43f66a62005-03-25 12:31:53 -06009608}
9609
Jeff Garzikbf794512005-07-31 13:07:26 -04009610static int ipw_wx_set_encode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009611 struct iw_request_info *info,
9612 union iwreq_data *wrqu, char *key)
James Ketrenos43f66a62005-03-25 12:31:53 -06009613{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009614 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009615 int ret;
Hong Liucaeff812005-08-05 17:25:50 +08009616 u32 cap = priv->capability;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009617
Zhu Yi46441512006-01-24 16:37:59 +08009618 mutex_lock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009619 ret = libipw_wx_set_encode(priv->ieee, info, wrqu, key);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009620
Hong Liucaeff812005-08-05 17:25:50 +08009621 /* In IBSS mode, we need to notify the firmware to update
9622 * the beacon info after we changed the capability. */
9623 if (cap != priv->capability &&
9624 priv->ieee->iw_mode == IW_MODE_ADHOC &&
9625 priv->status & STATUS_ASSOCIATED)
9626 ipw_disassociate(priv);
9627
Zhu Yi46441512006-01-24 16:37:59 +08009628 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009629 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06009630}
9631
Jeff Garzikbf794512005-07-31 13:07:26 -04009632static int ipw_wx_get_encode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009633 struct iw_request_info *info,
9634 union iwreq_data *wrqu, char *key)
James Ketrenos43f66a62005-03-25 12:31:53 -06009635{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009636 struct ipw_priv *priv = libipw_priv(dev);
9637 return libipw_wx_get_encode(priv->ieee, info, wrqu, key);
James Ketrenos43f66a62005-03-25 12:31:53 -06009638}
9639
Jeff Garzikbf794512005-07-31 13:07:26 -04009640static int ipw_wx_set_power(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009641 struct iw_request_info *info,
9642 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009643{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009644 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009645 int err;
Zhu Yi46441512006-01-24 16:37:59 +08009646 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009647 if (wrqu->power.disabled) {
9648 priv->power_mode = IPW_POWER_LEVEL(priv->power_mode);
9649 err = ipw_send_power_mode(priv, IPW_POWER_MODE_CAM);
9650 if (err) {
9651 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009652 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009653 return err;
9654 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009655 IPW_DEBUG_WX("SET Power Management Mode -> off\n");
Zhu Yi46441512006-01-24 16:37:59 +08009656 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009657 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04009658 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009659
9660 switch (wrqu->power.flags & IW_POWER_MODE) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009661 case IW_POWER_ON: /* If not specified */
9662 case IW_POWER_MODE: /* If set all mask */
Jean Delvarec03983a2007-10-19 23:22:55 +02009663 case IW_POWER_ALL_R: /* If explicitly state all */
James Ketrenos43f66a62005-03-25 12:31:53 -06009664 break;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009665 default: /* Otherwise we don't support it */
James Ketrenos43f66a62005-03-25 12:31:53 -06009666 IPW_DEBUG_WX("SET PM Mode: %X not supported.\n",
9667 wrqu->power.flags);
Zhu Yi46441512006-01-24 16:37:59 +08009668 mutex_unlock(&priv->mutex);
Jeff Garzikbf794512005-07-31 13:07:26 -04009669 return -EOPNOTSUPP;
James Ketrenos43f66a62005-03-25 12:31:53 -06009670 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009671
James Ketrenos43f66a62005-03-25 12:31:53 -06009672 /* If the user hasn't specified a power management mode yet, default
9673 * to BATTERY */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009674 if (IPW_POWER_LEVEL(priv->power_mode) == IPW_POWER_AC)
James Ketrenos43f66a62005-03-25 12:31:53 -06009675 priv->power_mode = IPW_POWER_ENABLED | IPW_POWER_BATTERY;
Jeff Garzikbf794512005-07-31 13:07:26 -04009676 else
James Ketrenos43f66a62005-03-25 12:31:53 -06009677 priv->power_mode = IPW_POWER_ENABLED | priv->power_mode;
Zhu Yi4e157f02007-07-12 16:09:32 +08009678
James Ketrenos43f66a62005-03-25 12:31:53 -06009679 err = ipw_send_power_mode(priv, IPW_POWER_LEVEL(priv->power_mode));
9680 if (err) {
9681 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009682 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009683 return err;
9684 }
9685
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009686 IPW_DEBUG_WX("SET Power Management Mode -> 0x%02X\n", priv->power_mode);
Zhu Yi46441512006-01-24 16:37:59 +08009687 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009688 return 0;
9689}
9690
Jeff Garzikbf794512005-07-31 13:07:26 -04009691static int ipw_wx_get_power(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009692 struct iw_request_info *info,
9693 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009694{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009695 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009696 mutex_lock(&priv->mutex);
James Ketrenosa613bff2005-08-24 21:43:11 -05009697 if (!(priv->power_mode & IPW_POWER_ENABLED))
James Ketrenos43f66a62005-03-25 12:31:53 -06009698 wrqu->power.disabled = 1;
James Ketrenosa613bff2005-08-24 21:43:11 -05009699 else
James Ketrenos43f66a62005-03-25 12:31:53 -06009700 wrqu->power.disabled = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009701
Zhu Yi46441512006-01-24 16:37:59 +08009702 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009703 IPW_DEBUG_WX("GET Power Management Mode -> %02X\n", priv->power_mode);
Jeff Garzikbf794512005-07-31 13:07:26 -04009704
James Ketrenos43f66a62005-03-25 12:31:53 -06009705 return 0;
9706}
9707
Jeff Garzikbf794512005-07-31 13:07:26 -04009708static int ipw_wx_set_powermode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009709 struct iw_request_info *info,
9710 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009711{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009712 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009713 int mode = *(int *)extra;
9714 int err;
Zhu Yi4e157f02007-07-12 16:09:32 +08009715
Zhu Yi46441512006-01-24 16:37:59 +08009716 mutex_lock(&priv->mutex);
Zhu Yi4e157f02007-07-12 16:09:32 +08009717 if ((mode < 1) || (mode > IPW_POWER_LIMIT))
James Ketrenos43f66a62005-03-25 12:31:53 -06009718 mode = IPW_POWER_AC;
Jeff Garzikbf794512005-07-31 13:07:26 -04009719
Zhu Yi4e157f02007-07-12 16:09:32 +08009720 if (IPW_POWER_LEVEL(priv->power_mode) != mode) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009721 err = ipw_send_power_mode(priv, mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06009722 if (err) {
9723 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009724 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009725 return err;
9726 }
Zhu Yi4e157f02007-07-12 16:09:32 +08009727 priv->power_mode = IPW_POWER_ENABLED | mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06009728 }
Zhu Yi46441512006-01-24 16:37:59 +08009729 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009730 return 0;
9731}
9732
9733#define MAX_WX_STRING 80
Jeff Garzikbf794512005-07-31 13:07:26 -04009734static int ipw_wx_get_powermode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009735 struct iw_request_info *info,
9736 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009737{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009738 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009739 int level = IPW_POWER_LEVEL(priv->power_mode);
9740 char *p = extra;
9741
9742 p += snprintf(p, MAX_WX_STRING, "Power save level: %d ", level);
9743
9744 switch (level) {
9745 case IPW_POWER_AC:
9746 p += snprintf(p, MAX_WX_STRING - (p - extra), "(AC)");
9747 break;
9748 case IPW_POWER_BATTERY:
9749 p += snprintf(p, MAX_WX_STRING - (p - extra), "(BATTERY)");
9750 break;
9751 default:
9752 p += snprintf(p, MAX_WX_STRING - (p - extra),
Jeff Garzikbf794512005-07-31 13:07:26 -04009753 "(Timeout %dms, Period %dms)",
James Ketrenos43f66a62005-03-25 12:31:53 -06009754 timeout_duration[level - 1] / 1000,
9755 period_duration[level - 1] / 1000);
9756 }
9757
9758 if (!(priv->power_mode & IPW_POWER_ENABLED))
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009759 p += snprintf(p, MAX_WX_STRING - (p - extra), " OFF");
James Ketrenos43f66a62005-03-25 12:31:53 -06009760
9761 wrqu->data.length = p - extra + 1;
9762
9763 return 0;
9764}
9765
9766static int ipw_wx_set_wireless_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009767 struct iw_request_info *info,
9768 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009769{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009770 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009771 int mode = *(int *)extra;
9772 u8 band = 0, modulation = 0;
9773
9774 if (mode == 0 || mode & ~IEEE_MODE_MASK) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009775 IPW_WARNING("Attempt to set invalid wireless mode: %d\n", mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06009776 return -EINVAL;
9777 }
Zhu Yi46441512006-01-24 16:37:59 +08009778 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009779 if (priv->adapter == IPW_2915ABG) {
James Ketrenosa33a1982005-09-14 14:28:59 -05009780 priv->ieee->abg_true = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06009781 if (mode & IEEE_A) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009782 band |= LIBIPW_52GHZ_BAND;
9783 modulation |= LIBIPW_OFDM_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009784 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009785 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009786 } else {
9787 if (mode & IEEE_A) {
9788 IPW_WARNING("Attempt to set 2200BG into "
9789 "802.11a mode\n");
Zhu Yi46441512006-01-24 16:37:59 +08009790 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009791 return -EINVAL;
9792 }
9793
James Ketrenosa33a1982005-09-14 14:28:59 -05009794 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009795 }
9796
9797 if (mode & IEEE_B) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009798 band |= LIBIPW_24GHZ_BAND;
9799 modulation |= LIBIPW_CCK_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009800 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009801 priv->ieee->abg_true = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04009802
James Ketrenos43f66a62005-03-25 12:31:53 -06009803 if (mode & IEEE_G) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009804 band |= LIBIPW_24GHZ_BAND;
9805 modulation |= LIBIPW_OFDM_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009806 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009807 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009808
9809 priv->ieee->mode = mode;
9810 priv->ieee->freq_band = band;
9811 priv->ieee->modulation = modulation;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009812 init_supported_rates(priv, &priv->rates);
James Ketrenos43f66a62005-03-25 12:31:53 -06009813
James Ketrenosc848d0a2005-08-24 21:56:24 -05009814 /* Network configuration changed -- force [re]association */
9815 IPW_DEBUG_ASSOC("[re]association triggered due to mode change.\n");
9816 if (!ipw_disassociate(priv)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009817 ipw_send_supported_rates(priv, &priv->rates);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009818 ipw_associate(priv);
9819 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009820
James Ketrenosa613bff2005-08-24 21:43:11 -05009821 /* Update the band LEDs */
9822 ipw_led_band_on(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009823
Jeff Garzikbf794512005-07-31 13:07:26 -04009824 IPW_DEBUG_WX("PRIV SET MODE: %c%c%c\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06009825 mode & IEEE_A ? 'a' : '.',
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009826 mode & IEEE_B ? 'b' : '.', mode & IEEE_G ? 'g' : '.');
Zhu Yi46441512006-01-24 16:37:59 +08009827 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009828 return 0;
9829}
9830
9831static int ipw_wx_get_wireless_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009832 struct iw_request_info *info,
9833 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009834{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009835 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009836 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009837 switch (priv->ieee->mode) {
9838 case IEEE_A:
James Ketrenos43f66a62005-03-25 12:31:53 -06009839 strncpy(extra, "802.11a (1)", MAX_WX_STRING);
9840 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009841 case IEEE_B:
9842 strncpy(extra, "802.11b (2)", MAX_WX_STRING);
9843 break;
9844 case IEEE_A | IEEE_B:
9845 strncpy(extra, "802.11ab (3)", MAX_WX_STRING);
9846 break;
9847 case IEEE_G:
9848 strncpy(extra, "802.11g (4)", MAX_WX_STRING);
9849 break;
9850 case IEEE_A | IEEE_G:
9851 strncpy(extra, "802.11ag (5)", MAX_WX_STRING);
9852 break;
9853 case IEEE_B | IEEE_G:
9854 strncpy(extra, "802.11bg (6)", MAX_WX_STRING);
9855 break;
9856 case IEEE_A | IEEE_B | IEEE_G:
9857 strncpy(extra, "802.11abg (7)", MAX_WX_STRING);
9858 break;
9859 default:
9860 strncpy(extra, "unknown", MAX_WX_STRING);
James Ketrenos43f66a62005-03-25 12:31:53 -06009861 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04009862 }
9863
James Ketrenos43f66a62005-03-25 12:31:53 -06009864 IPW_DEBUG_WX("PRIV GET MODE: %s\n", extra);
9865
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009866 wrqu->data.length = strlen(extra) + 1;
Zhu Yi46441512006-01-24 16:37:59 +08009867 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009868
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009869 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009870}
9871
James Ketrenosea2b26e2005-08-24 21:25:16 -05009872static int ipw_wx_set_preamble(struct net_device *dev,
9873 struct iw_request_info *info,
9874 union iwreq_data *wrqu, char *extra)
9875{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009876 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009877 int mode = *(int *)extra;
Zhu Yi46441512006-01-24 16:37:59 +08009878 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009879 /* Switching from SHORT -> LONG requires a disassociation */
9880 if (mode == 1) {
9881 if (!(priv->config & CFG_PREAMBLE_LONG)) {
9882 priv->config |= CFG_PREAMBLE_LONG;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009883
9884 /* Network configuration changed -- force [re]association */
9885 IPW_DEBUG_ASSOC
9886 ("[re]association triggered due to preamble change.\n");
9887 if (!ipw_disassociate(priv))
9888 ipw_associate(priv);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009889 }
9890 goto done;
9891 }
9892
9893 if (mode == 0) {
9894 priv->config &= ~CFG_PREAMBLE_LONG;
9895 goto done;
9896 }
Zhu Yi46441512006-01-24 16:37:59 +08009897 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009898 return -EINVAL;
9899
9900 done:
Zhu Yi46441512006-01-24 16:37:59 +08009901 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009902 return 0;
9903}
9904
9905static int ipw_wx_get_preamble(struct net_device *dev,
9906 struct iw_request_info *info,
9907 union iwreq_data *wrqu, char *extra)
9908{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009909 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009910 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009911 if (priv->config & CFG_PREAMBLE_LONG)
9912 snprintf(wrqu->name, IFNAMSIZ, "long (1)");
9913 else
9914 snprintf(wrqu->name, IFNAMSIZ, "auto (0)");
Zhu Yi46441512006-01-24 16:37:59 +08009915 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009916 return 0;
9917}
9918
James Ketrenosb095c382005-08-24 22:04:42 -05009919#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05009920static int ipw_wx_set_monitor(struct net_device *dev,
Jeff Garzikbf794512005-07-31 13:07:26 -04009921 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009922 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009923{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009924 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009925 int *parms = (int *)extra;
9926 int enable = (parms[0] > 0);
Zhu Yi46441512006-01-24 16:37:59 +08009927 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009928 IPW_DEBUG_WX("SET MONITOR: %d %d\n", enable, parms[1]);
James Ketrenos43f66a62005-03-25 12:31:53 -06009929 if (enable) {
9930 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
Zhu Yi459d4082006-04-13 17:21:00 +08009931#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05009932 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
9933#else
James Ketrenos43f66a62005-03-25 12:31:53 -06009934 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05009935#endif
James Ketrenosa613bff2005-08-24 21:43:11 -05009936 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009937 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009938
James Ketrenos43f66a62005-03-25 12:31:53 -06009939 ipw_set_channel(priv, parms[1]);
9940 } else {
James Ketrenosc848d0a2005-08-24 21:56:24 -05009941 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
Zhu Yi46441512006-01-24 16:37:59 +08009942 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009943 return 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009944 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009945 priv->net_dev->type = ARPHRD_ETHER;
James Ketrenosa613bff2005-08-24 21:43:11 -05009946 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009947 }
Zhu Yi46441512006-01-24 16:37:59 +08009948 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009949 return 0;
9950}
9951
Pavel Machek67fd6b42006-07-11 15:34:05 +02009952#endif /* CONFIG_IPW2200_MONITOR */
James Ketrenosb095c382005-08-24 22:04:42 -05009953
Jeff Garzikbf794512005-07-31 13:07:26 -04009954static int ipw_wx_reset(struct net_device *dev,
9955 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009956 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009957{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009958 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009959 IPW_DEBUG_WX("RESET\n");
James Ketrenosa613bff2005-08-24 21:43:11 -05009960 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009961 return 0;
9962}
James Ketrenosb095c382005-08-24 22:04:42 -05009963
James Ketrenosb095c382005-08-24 22:04:42 -05009964static int ipw_wx_sw_reset(struct net_device *dev,
9965 struct iw_request_info *info,
9966 union iwreq_data *wrqu, char *extra)
9967{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009968 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosb095c382005-08-24 22:04:42 -05009969 union iwreq_data wrqu_sec = {
9970 .encoding = {
9971 .flags = IW_ENCODE_DISABLED,
9972 },
9973 };
James Ketrenosafbf30a2005-08-25 00:05:33 -05009974 int ret;
James Ketrenosb095c382005-08-24 22:04:42 -05009975
9976 IPW_DEBUG_WX("SW_RESET\n");
9977
Zhu Yi46441512006-01-24 16:37:59 +08009978 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009979
Zhu Yid6d5b5c2006-02-16 16:21:09 +08009980 ret = ipw_sw_reset(priv, 2);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009981 if (!ret) {
9982 free_firmware();
9983 ipw_adapter_restart(priv);
9984 }
James Ketrenosb095c382005-08-24 22:04:42 -05009985
9986 /* The SW reset bit might have been toggled on by the 'disable'
9987 * module parameter, so take appropriate action */
9988 ipw_radio_kill_sw(priv, priv->status & STATUS_RF_KILL_SW);
9989
Zhu Yi46441512006-01-24 16:37:59 +08009990 mutex_unlock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009991 libipw_wx_set_encode(priv->ieee, info, &wrqu_sec, NULL);
Zhu Yi46441512006-01-24 16:37:59 +08009992 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009993
9994 if (!(priv->status & STATUS_RF_KILL_MASK)) {
9995 /* Configuration likely changed -- force [re]association */
9996 IPW_DEBUG_ASSOC("[re]association triggered due to sw "
9997 "reset.\n");
9998 if (!ipw_disassociate(priv))
9999 ipw_associate(priv);
10000 }
10001
Zhu Yi46441512006-01-24 16:37:59 +080010002 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -050010003
10004 return 0;
10005}
James Ketrenos43f66a62005-03-25 12:31:53 -060010006
10007/* Rebase the WE IOCTLs to zero for the handler array */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010008static iw_handler ipw_wx_handlers[] = {
Joe Perches56b632e2010-03-18 18:29:38 -070010009 IW_HANDLER(SIOCGIWNAME, (iw_handler)cfg80211_wext_giwname),
10010 IW_HANDLER(SIOCSIWFREQ, ipw_wx_set_freq),
10011 IW_HANDLER(SIOCGIWFREQ, ipw_wx_get_freq),
10012 IW_HANDLER(SIOCSIWMODE, ipw_wx_set_mode),
10013 IW_HANDLER(SIOCGIWMODE, ipw_wx_get_mode),
10014 IW_HANDLER(SIOCSIWSENS, ipw_wx_set_sens),
10015 IW_HANDLER(SIOCGIWSENS, ipw_wx_get_sens),
10016 IW_HANDLER(SIOCGIWRANGE, ipw_wx_get_range),
10017 IW_HANDLER(SIOCSIWAP, ipw_wx_set_wap),
10018 IW_HANDLER(SIOCGIWAP, ipw_wx_get_wap),
10019 IW_HANDLER(SIOCSIWSCAN, ipw_wx_set_scan),
10020 IW_HANDLER(SIOCGIWSCAN, ipw_wx_get_scan),
10021 IW_HANDLER(SIOCSIWESSID, ipw_wx_set_essid),
10022 IW_HANDLER(SIOCGIWESSID, ipw_wx_get_essid),
10023 IW_HANDLER(SIOCSIWNICKN, ipw_wx_set_nick),
10024 IW_HANDLER(SIOCGIWNICKN, ipw_wx_get_nick),
10025 IW_HANDLER(SIOCSIWRATE, ipw_wx_set_rate),
10026 IW_HANDLER(SIOCGIWRATE, ipw_wx_get_rate),
10027 IW_HANDLER(SIOCSIWRTS, ipw_wx_set_rts),
10028 IW_HANDLER(SIOCGIWRTS, ipw_wx_get_rts),
10029 IW_HANDLER(SIOCSIWFRAG, ipw_wx_set_frag),
10030 IW_HANDLER(SIOCGIWFRAG, ipw_wx_get_frag),
10031 IW_HANDLER(SIOCSIWTXPOW, ipw_wx_set_txpow),
10032 IW_HANDLER(SIOCGIWTXPOW, ipw_wx_get_txpow),
10033 IW_HANDLER(SIOCSIWRETRY, ipw_wx_set_retry),
10034 IW_HANDLER(SIOCGIWRETRY, ipw_wx_get_retry),
10035 IW_HANDLER(SIOCSIWENCODE, ipw_wx_set_encode),
10036 IW_HANDLER(SIOCGIWENCODE, ipw_wx_get_encode),
10037 IW_HANDLER(SIOCSIWPOWER, ipw_wx_set_power),
10038 IW_HANDLER(SIOCGIWPOWER, ipw_wx_get_power),
10039 IW_HANDLER(SIOCSIWSPY, iw_handler_set_spy),
10040 IW_HANDLER(SIOCGIWSPY, iw_handler_get_spy),
10041 IW_HANDLER(SIOCSIWTHRSPY, iw_handler_set_thrspy),
10042 IW_HANDLER(SIOCGIWTHRSPY, iw_handler_get_thrspy),
10043 IW_HANDLER(SIOCSIWGENIE, ipw_wx_set_genie),
10044 IW_HANDLER(SIOCGIWGENIE, ipw_wx_get_genie),
10045 IW_HANDLER(SIOCSIWMLME, ipw_wx_set_mlme),
10046 IW_HANDLER(SIOCSIWAUTH, ipw_wx_set_auth),
10047 IW_HANDLER(SIOCGIWAUTH, ipw_wx_get_auth),
10048 IW_HANDLER(SIOCSIWENCODEEXT, ipw_wx_set_encodeext),
10049 IW_HANDLER(SIOCGIWENCODEEXT, ipw_wx_get_encodeext),
James Ketrenos43f66a62005-03-25 12:31:53 -060010050};
10051
James Ketrenosb095c382005-08-24 22:04:42 -050010052enum {
10053 IPW_PRIV_SET_POWER = SIOCIWFIRSTPRIV,
10054 IPW_PRIV_GET_POWER,
10055 IPW_PRIV_SET_MODE,
10056 IPW_PRIV_GET_MODE,
10057 IPW_PRIV_SET_PREAMBLE,
10058 IPW_PRIV_GET_PREAMBLE,
10059 IPW_PRIV_RESET,
10060 IPW_PRIV_SW_RESET,
10061#ifdef CONFIG_IPW2200_MONITOR
10062 IPW_PRIV_SET_MONITOR,
10063#endif
10064};
James Ketrenos43f66a62005-03-25 12:31:53 -060010065
Jeff Garzikbf794512005-07-31 13:07:26 -040010066static struct iw_priv_args ipw_priv_args[] = {
James Ketrenos43f66a62005-03-25 12:31:53 -060010067 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010068 .cmd = IPW_PRIV_SET_POWER,
10069 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10070 .name = "set_power"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010071 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010072 .cmd = IPW_PRIV_GET_POWER,
10073 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING,
10074 .name = "get_power"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010075 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010076 .cmd = IPW_PRIV_SET_MODE,
10077 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10078 .name = "set_mode"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010079 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010080 .cmd = IPW_PRIV_GET_MODE,
10081 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING,
10082 .name = "get_mode"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010083 {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010084 .cmd = IPW_PRIV_SET_PREAMBLE,
10085 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10086 .name = "set_preamble"},
10087 {
10088 .cmd = IPW_PRIV_GET_PREAMBLE,
10089 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ,
10090 .name = "get_preamble"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010091 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010092 IPW_PRIV_RESET,
10093 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 0, 0, "reset"},
James Ketrenosb095c382005-08-24 22:04:42 -050010094 {
10095 IPW_PRIV_SW_RESET,
10096 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 0, 0, "sw_reset"},
10097#ifdef CONFIG_IPW2200_MONITOR
10098 {
10099 IPW_PRIV_SET_MONITOR,
10100 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, 0, "monitor"},
10101#endif /* CONFIG_IPW2200_MONITOR */
James Ketrenos43f66a62005-03-25 12:31:53 -060010102};
10103
10104static iw_handler ipw_priv_handler[] = {
10105 ipw_wx_set_powermode,
10106 ipw_wx_get_powermode,
10107 ipw_wx_set_wireless_mode,
10108 ipw_wx_get_wireless_mode,
James Ketrenosea2b26e2005-08-24 21:25:16 -050010109 ipw_wx_set_preamble,
10110 ipw_wx_get_preamble,
Jeff Garzikbf794512005-07-31 13:07:26 -040010111 ipw_wx_reset,
James Ketrenosb095c382005-08-24 22:04:42 -050010112 ipw_wx_sw_reset,
10113#ifdef CONFIG_IPW2200_MONITOR
10114 ipw_wx_set_monitor,
James Ketrenos43f66a62005-03-25 12:31:53 -060010115#endif
10116};
10117
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010118static struct iw_handler_def ipw_wx_handler_def = {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010119 .standard = ipw_wx_handlers,
10120 .num_standard = ARRAY_SIZE(ipw_wx_handlers),
10121 .num_private = ARRAY_SIZE(ipw_priv_handler),
10122 .num_private_args = ARRAY_SIZE(ipw_priv_args),
10123 .private = ipw_priv_handler,
10124 .private_args = ipw_priv_args,
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000010125 .get_wireless_stats = ipw_get_wireless_stats,
James Ketrenos43f66a62005-03-25 12:31:53 -060010126};
10127
James Ketrenos43f66a62005-03-25 12:31:53 -060010128/*
10129 * Get wireless statistics.
10130 * Called by /proc/net/wireless
10131 * Also called by SIOCGIWSTATS
10132 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010133static struct iw_statistics *ipw_get_wireless_stats(struct net_device *dev)
James Ketrenos43f66a62005-03-25 12:31:53 -060010134{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010135 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010136 struct iw_statistics *wstats;
Jeff Garzikbf794512005-07-31 13:07:26 -040010137
James Ketrenos43f66a62005-03-25 12:31:53 -060010138 wstats = &priv->wstats;
10139
James Ketrenosea2b26e2005-08-24 21:25:16 -050010140 /* if hw is disabled, then ipw_get_ordinal() can't be called.
James Ketrenosafbf30a2005-08-25 00:05:33 -050010141 * netdev->get_wireless_stats seems to be called before fw is
James Ketrenos43f66a62005-03-25 12:31:53 -060010142 * initialized. STATUS_ASSOCIATED will only be set if the hw is up
10143 * and associated; if not associcated, the values are all meaningless
10144 * anyway, so set them all to NULL and INVALID */
10145 if (!(priv->status & STATUS_ASSOCIATED)) {
10146 wstats->miss.beacon = 0;
10147 wstats->discard.retries = 0;
10148 wstats->qual.qual = 0;
10149 wstats->qual.level = 0;
10150 wstats->qual.noise = 0;
10151 wstats->qual.updated = 7;
10152 wstats->qual.updated |= IW_QUAL_NOISE_INVALID |
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010153 IW_QUAL_QUAL_INVALID | IW_QUAL_LEVEL_INVALID;
James Ketrenos43f66a62005-03-25 12:31:53 -060010154 return wstats;
Jeff Garzikbf794512005-07-31 13:07:26 -040010155 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010156
10157 wstats->qual.qual = priv->quality;
Zhu Yi00d21de2006-04-13 17:19:02 +080010158 wstats->qual.level = priv->exp_avg_rssi;
10159 wstats->qual.noise = priv->exp_avg_noise;
James Ketrenos43f66a62005-03-25 12:31:53 -060010160 wstats->qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED |
Bill Mossb1916082006-02-15 08:50:18 +080010161 IW_QUAL_NOISE_UPDATED | IW_QUAL_DBM;
James Ketrenos43f66a62005-03-25 12:31:53 -060010162
10163 wstats->miss.beacon = average_value(&priv->average_missed_beacons);
10164 wstats->discard.retries = priv->last_tx_failures;
10165 wstats->discard.code = priv->ieee->ieee_stats.rx_discards_undecryptable;
Jeff Garzikbf794512005-07-31 13:07:26 -040010166
James Ketrenos43f66a62005-03-25 12:31:53 -060010167/* if (ipw_get_ordinal(priv, IPW_ORD_STAT_TX_RETRY, &tx_retry, &len))
10168 goto fail_get_ordinal;
10169 wstats->discard.retries += tx_retry; */
Jeff Garzikbf794512005-07-31 13:07:26 -040010170
James Ketrenos43f66a62005-03-25 12:31:53 -060010171 return wstats;
10172}
10173
James Ketrenos43f66a62005-03-25 12:31:53 -060010174/* net device stuff */
10175
Arjan van de Ven858119e2006-01-14 13:20:43 -080010176static void init_sys_config(struct ipw_sys_config *sys_config)
James Ketrenos43f66a62005-03-25 12:31:53 -060010177{
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010178 memset(sys_config, 0, sizeof(struct ipw_sys_config));
Zhu Yi810dabd2006-01-24 16:36:59 +080010179 sys_config->bt_coexistence = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010180 sys_config->answer_broadcast_ssid_probe = 0;
10181 sys_config->accept_all_data_frames = 0;
10182 sys_config->accept_non_directed_frames = 1;
10183 sys_config->exclude_unicast_unencrypted = 0;
10184 sys_config->disable_unicast_decryption = 1;
10185 sys_config->exclude_multicast_unencrypted = 0;
10186 sys_config->disable_multicast_decryption = 1;
Zhu Yid2b83e12006-04-13 17:19:36 +080010187 if (antenna < CFG_SYS_ANTENNA_BOTH || antenna > CFG_SYS_ANTENNA_B)
10188 antenna = CFG_SYS_ANTENNA_BOTH;
10189 sys_config->antenna_diversity = antenna;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010190 sys_config->pass_crc_to_host = 0; /* TODO: See if 1 gives us FCS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010191 sys_config->dot11g_auto_detection = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -040010192 sys_config->enable_cts_to_self = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010193 sys_config->bt_coexist_collision_thr = 0;
Pavel Machek67fd6b42006-07-11 15:34:05 +020010194 sys_config->pass_noise_stats_to_host = 1; /* 1 -- fix for 256 */
Cahill, Ben M12977152006-03-08 02:58:02 +080010195 sys_config->silence_threshold = 0x1e;
James Ketrenos43f66a62005-03-25 12:31:53 -060010196}
10197
10198static int ipw_net_open(struct net_device *dev)
10199{
James Ketrenos43f66a62005-03-25 12:31:53 -060010200 IPW_DEBUG_INFO("dev->open\n");
David S. Miller521c4d92008-07-22 18:32:47 -070010201 netif_start_queue(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010202 return 0;
10203}
10204
10205static int ipw_net_stop(struct net_device *dev)
10206{
10207 IPW_DEBUG_INFO("dev->close\n");
10208 netif_stop_queue(dev);
10209 return 0;
10210}
10211
10212/*
10213todo:
10214
10215modify to send one tfd per fragment instead of using chunking. otherwise
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010216we need to heavily modify the libipw_skb_to_txb.
James Ketrenos43f66a62005-03-25 12:31:53 -060010217*/
10218
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010219static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb,
James Ketrenos227d2dc2005-07-28 16:25:55 -050010220 int pri)
James Ketrenos43f66a62005-03-25 12:31:53 -060010221{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010222 struct libipw_hdr_3addrqos *hdr = (struct libipw_hdr_3addrqos *)
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010223 txb->fragments[0]->data;
James Ketrenos43f66a62005-03-25 12:31:53 -060010224 int i = 0;
10225 struct tfd_frame *tfd;
Zhu Yie43e3c12006-04-13 17:20:45 +080010226#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050010227 int tx_id = ipw_get_tx_queue_number(priv, pri);
10228 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10229#else
James Ketrenos43f66a62005-03-25 12:31:53 -060010230 struct clx2_tx_queue *txq = &priv->txq[0];
James Ketrenosb095c382005-08-24 22:04:42 -050010231#endif
James Ketrenos43f66a62005-03-25 12:31:53 -060010232 struct clx2_queue *q = &txq->q;
10233 u8 id, hdr_len, unicast;
James Ketrenosc848d0a2005-08-24 21:56:24 -050010234 int fc;
James Ketrenos43f66a62005-03-25 12:31:53 -060010235
Zhu Yib8ddafd2008-11-27 13:42:20 +080010236 if (!(priv->status & STATUS_ASSOCIATED))
10237 goto drop;
10238
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010239 hdr_len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl));
James Ketrenos43f66a62005-03-25 12:31:53 -060010240 switch (priv->ieee->iw_mode) {
10241 case IW_MODE_ADHOC:
Stephen Hemminger3c190652006-01-03 15:27:38 -080010242 unicast = !is_multicast_ether_addr(hdr->addr1);
James Ketrenos43f66a62005-03-25 12:31:53 -060010243 id = ipw_find_station(priv, hdr->addr1);
10244 if (id == IPW_INVALID_STATION) {
10245 id = ipw_add_station(priv, hdr->addr1);
10246 if (id == IPW_INVALID_STATION) {
10247 IPW_WARNING("Attempt to send data to "
Johannes Berge1749612008-10-27 15:59:26 -070010248 "invalid cell: %pM\n",
10249 hdr->addr1);
James Ketrenos43f66a62005-03-25 12:31:53 -060010250 goto drop;
10251 }
10252 }
10253 break;
10254
10255 case IW_MODE_INFRA:
10256 default:
Stephen Hemminger3c190652006-01-03 15:27:38 -080010257 unicast = !is_multicast_ether_addr(hdr->addr3);
James Ketrenos43f66a62005-03-25 12:31:53 -060010258 id = 0;
10259 break;
10260 }
10261
10262 tfd = &txq->bd[q->first_empty];
10263 txq->txb[q->first_empty] = txb;
10264 memset(tfd, 0, sizeof(*tfd));
10265 tfd->u.data.station_number = id;
10266
10267 tfd->control_flags.message_type = TX_FRAME_TYPE;
10268 tfd->control_flags.control_bits = TFD_NEED_IRQ_MASK;
10269
10270 tfd->u.data.cmd_id = DINO_CMD_TX;
James Ketrenosa613bff2005-08-24 21:43:11 -050010271 tfd->u.data.len = cpu_to_le16(txb->payload_size);
Jeff Garzikbf794512005-07-31 13:07:26 -040010272
James Ketrenos43f66a62005-03-25 12:31:53 -060010273 if (priv->assoc_request.ieee_mode == IPW_B_MODE)
James Ketrenosb095c382005-08-24 22:04:42 -050010274 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_MODE_CCK;
James Ketrenos43f66a62005-03-25 12:31:53 -060010275 else
James Ketrenosb095c382005-08-24 22:04:42 -050010276 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_MODE_OFDM;
James Ketrenos43f66a62005-03-25 12:31:53 -060010277
James Ketrenosea2b26e2005-08-24 21:25:16 -050010278 if (priv->assoc_request.preamble_length == DCT_FLAG_SHORT_PREAMBLE)
10279 tfd->u.data.tx_flags |= DCT_FLAG_SHORT_PREAMBLE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010280
James Ketrenosc848d0a2005-08-24 21:56:24 -050010281 fc = le16_to_cpu(hdr->frame_ctl);
10282 hdr->frame_ctl = cpu_to_le16(fc & ~IEEE80211_FCTL_MOREFRAGS);
James Ketrenos43f66a62005-03-25 12:31:53 -060010283
10284 memcpy(&tfd->u.data.tfd.tfd_24.mchdr, hdr, hdr_len);
10285
James Ketrenosb095c382005-08-24 22:04:42 -050010286 if (likely(unicast))
10287 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD;
10288
10289 if (txb->encrypted && !priv->ieee->host_encrypt) {
10290 switch (priv->ieee->sec.level) {
10291 case SEC_LEVEL_3:
10292 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010293 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
James Ketrenosb095c382005-08-24 22:04:42 -050010294 /* XXX: ACK flag must be set for CCMP even if it
10295 * is a multicast/broadcast packet, because CCMP
10296 * group communication encrypted by GTK is
10297 * actually done by the AP. */
10298 if (!unicast)
10299 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD;
10300
10301 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP;
10302 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_SECURITY_CCM;
10303 tfd->u.data.key_index = 0;
10304 tfd->u.data.key_index |= DCT_WEP_INDEX_USE_IMMEDIATE;
10305 break;
10306 case SEC_LEVEL_2:
10307 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010308 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
James Ketrenosb095c382005-08-24 22:04:42 -050010309 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP;
10310 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_SECURITY_TKIP;
10311 tfd->u.data.key_index = DCT_WEP_INDEX_USE_IMMEDIATE;
10312 break;
10313 case SEC_LEVEL_1:
10314 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010315 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
John W. Linville274bfb82008-10-29 11:35:05 -040010316 tfd->u.data.key_index = priv->ieee->crypt_info.tx_keyidx;
10317 if (priv->ieee->sec.key_sizes[priv->ieee->crypt_info.tx_keyidx] <=
James Ketrenosb095c382005-08-24 22:04:42 -050010318 40)
10319 tfd->u.data.key_index |= DCT_WEP_KEY_64Bit;
10320 else
10321 tfd->u.data.key_index |= DCT_WEP_KEY_128Bit;
10322 break;
10323 case SEC_LEVEL_0:
10324 break;
10325 default:
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020010326 printk(KERN_ERR "Unknown security level %d\n",
James Ketrenosb095c382005-08-24 22:04:42 -050010327 priv->ieee->sec.level);
10328 break;
10329 }
10330 } else
10331 /* No hardware encryption */
10332 tfd->u.data.tx_flags |= DCT_FLAG_NO_WEP;
10333
Zhu Yie43e3c12006-04-13 17:20:45 +080010334#ifdef CONFIG_IPW2200_QOS
Zhu Yia5cf4fe2006-04-13 17:19:11 +080010335 if (fc & IEEE80211_STYPE_QOS_DATA)
10336 ipw_qos_set_tx_queue_command(priv, pri, &(tfd->u.data));
Zhu Yie43e3c12006-04-13 17:20:45 +080010337#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050010338
James Ketrenos43f66a62005-03-25 12:31:53 -060010339 /* payload */
James Ketrenosa613bff2005-08-24 21:43:11 -050010340 tfd->u.data.num_chunks = cpu_to_le32(min((u8) (NUM_TFD_CHUNKS - 2),
10341 txb->nr_frags));
10342 IPW_DEBUG_FRAG("%i fragments being sent as %i chunks.\n",
10343 txb->nr_frags, le32_to_cpu(tfd->u.data.num_chunks));
10344 for (i = 0; i < le32_to_cpu(tfd->u.data.num_chunks); i++) {
10345 IPW_DEBUG_FRAG("Adding fragment %i of %i (%d bytes).\n",
10346 i, le32_to_cpu(tfd->u.data.num_chunks),
10347 txb->fragments[i]->len - hdr_len);
Jeff Garzikbf794512005-07-31 13:07:26 -040010348 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n",
James Ketrenos43f66a62005-03-25 12:31:53 -060010349 i, tfd->u.data.num_chunks,
10350 txb->fragments[i]->len - hdr_len);
Jeff Garzikbf794512005-07-31 13:07:26 -040010351 printk_buf(IPW_DL_TX, txb->fragments[i]->data + hdr_len,
James Ketrenos43f66a62005-03-25 12:31:53 -060010352 txb->fragments[i]->len - hdr_len);
10353
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010354 tfd->u.data.chunk_ptr[i] =
James Ketrenosa613bff2005-08-24 21:43:11 -050010355 cpu_to_le32(pci_map_single
10356 (priv->pci_dev,
10357 txb->fragments[i]->data + hdr_len,
10358 txb->fragments[i]->len - hdr_len,
10359 PCI_DMA_TODEVICE));
10360 tfd->u.data.chunk_len[i] =
10361 cpu_to_le16(txb->fragments[i]->len - hdr_len);
James Ketrenos43f66a62005-03-25 12:31:53 -060010362 }
10363
10364 if (i != txb->nr_frags) {
10365 struct sk_buff *skb;
10366 u16 remaining_bytes = 0;
10367 int j;
10368
10369 for (j = i; j < txb->nr_frags; j++)
10370 remaining_bytes += txb->fragments[j]->len - hdr_len;
10371
10372 printk(KERN_INFO "Trying to reallocate for %d bytes\n",
10373 remaining_bytes);
10374 skb = alloc_skb(remaining_bytes, GFP_ATOMIC);
10375 if (skb != NULL) {
James Ketrenosa613bff2005-08-24 21:43:11 -050010376 tfd->u.data.chunk_len[i] = cpu_to_le16(remaining_bytes);
James Ketrenos43f66a62005-03-25 12:31:53 -060010377 for (j = i; j < txb->nr_frags; j++) {
10378 int size = txb->fragments[j]->len - hdr_len;
James Ketrenosafbf30a2005-08-25 00:05:33 -050010379
James Ketrenos43f66a62005-03-25 12:31:53 -060010380 printk(KERN_INFO "Adding frag %d %d...\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010381 j, size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010382 memcpy(skb_put(skb, size),
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010383 txb->fragments[j]->data + hdr_len, size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010384 }
10385 dev_kfree_skb_any(txb->fragments[i]);
10386 txb->fragments[i] = skb;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010387 tfd->u.data.chunk_ptr[i] =
James Ketrenosa613bff2005-08-24 21:43:11 -050010388 cpu_to_le32(pci_map_single
10389 (priv->pci_dev, skb->data,
Al Viro49587302007-12-27 01:57:47 -050010390 remaining_bytes,
James Ketrenosa613bff2005-08-24 21:43:11 -050010391 PCI_DMA_TODEVICE));
10392
Marcin Slusarz5c058632008-02-13 00:06:12 +010010393 le32_add_cpu(&tfd->u.data.num_chunks, 1);
Jeff Garzikbf794512005-07-31 13:07:26 -040010394 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010395 }
10396
10397 /* kick DMA */
10398 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd);
10399 ipw_write32(priv, q->reg_w, q->first_empty);
10400
Dan Williams943dbef2008-02-14 17:49:41 -050010401 if (ipw_tx_queue_space(q) < q->high_mark)
James Ketrenosf6970142006-02-14 09:10:51 +080010402 netif_stop_queue(priv->net_dev);
10403
James Ketrenos227d2dc2005-07-28 16:25:55 -050010404 return NETDEV_TX_OK;
James Ketrenos43f66a62005-03-25 12:31:53 -060010405
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010406 drop:
James Ketrenos43f66a62005-03-25 12:31:53 -060010407 IPW_DEBUG_DROP("Silently dropping Tx packet.\n");
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010408 libipw_txb_free(txb);
James Ketrenos227d2dc2005-07-28 16:25:55 -050010409 return NETDEV_TX_OK;
10410}
10411
10412static int ipw_net_is_queue_full(struct net_device *dev, int pri)
10413{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010414 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yie43e3c12006-04-13 17:20:45 +080010415#ifdef CONFIG_IPW2200_QOS
James Ketrenos227d2dc2005-07-28 16:25:55 -050010416 int tx_id = ipw_get_tx_queue_number(priv, pri);
10417 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10418#else
10419 struct clx2_tx_queue *txq = &priv->txq[0];
Zhu Yie43e3c12006-04-13 17:20:45 +080010420#endif /* CONFIG_IPW2200_QOS */
James Ketrenos227d2dc2005-07-28 16:25:55 -050010421
Dan Williams943dbef2008-02-14 17:49:41 -050010422 if (ipw_tx_queue_space(&txq->q) < txq->q.high_mark)
James Ketrenos227d2dc2005-07-28 16:25:55 -050010423 return 1;
10424
10425 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010426}
10427
Zhu Yid685b8c2006-04-13 17:20:27 +080010428#ifdef CONFIG_IPW2200_PROMISCUOUS
10429static void ipw_handle_promiscuous_tx(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010430 struct libipw_txb *txb)
Zhu Yid685b8c2006-04-13 17:20:27 +080010431{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010432 struct libipw_rx_stats dummystats;
Zhu Yid685b8c2006-04-13 17:20:27 +080010433 struct ieee80211_hdr *hdr;
10434 u8 n;
10435 u16 filter = priv->prom_priv->filter;
10436 int hdr_only = 0;
10437
10438 if (filter & IPW_PROM_NO_TX)
10439 return;
10440
10441 memset(&dummystats, 0, sizeof(dummystats));
10442
10443 /* Filtering of fragment chains is done agains the first fragment */
10444 hdr = (void *)txb->fragments[0]->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010445 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010446 if (filter & IPW_PROM_NO_MGMT)
10447 return;
10448 if (filter & IPW_PROM_MGMT_HEADER_ONLY)
10449 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010450 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010451 if (filter & IPW_PROM_NO_CTL)
10452 return;
10453 if (filter & IPW_PROM_CTL_HEADER_ONLY)
10454 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010455 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010456 if (filter & IPW_PROM_NO_DATA)
10457 return;
10458 if (filter & IPW_PROM_DATA_HEADER_ONLY)
10459 hdr_only = 1;
10460 }
10461
10462 for(n=0; n<txb->nr_frags; ++n) {
10463 struct sk_buff *src = txb->fragments[n];
10464 struct sk_buff *dst;
10465 struct ieee80211_radiotap_header *rt_hdr;
10466 int len;
10467
10468 if (hdr_only) {
10469 hdr = (void *)src->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010470 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control));
Zhu Yid685b8c2006-04-13 17:20:27 +080010471 } else
10472 len = src->len;
10473
Johannes Berg007e5dd2008-11-27 23:13:38 +010010474 dst = alloc_skb(len + sizeof(*rt_hdr), GFP_ATOMIC);
10475 if (!dst)
10476 continue;
Zhu Yid685b8c2006-04-13 17:20:27 +080010477
10478 rt_hdr = (void *)skb_put(dst, sizeof(*rt_hdr));
10479
10480 rt_hdr->it_version = PKTHDR_RADIOTAP_VERSION;
10481 rt_hdr->it_pad = 0;
10482 rt_hdr->it_present = 0; /* after all, it's just an idea */
Al Viro743b84d2007-12-27 01:43:16 -050010483 rt_hdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_CHANNEL);
Zhu Yid685b8c2006-04-13 17:20:27 +080010484
Al Viroe62e1ee2007-12-27 01:36:46 -050010485 *(__le16*)skb_put(dst, sizeof(u16)) = cpu_to_le16(
Zhu Yid685b8c2006-04-13 17:20:27 +080010486 ieee80211chan2mhz(priv->channel));
10487 if (priv->channel > 14) /* 802.11a */
Al Viroe62e1ee2007-12-27 01:36:46 -050010488 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010489 cpu_to_le16(IEEE80211_CHAN_OFDM |
10490 IEEE80211_CHAN_5GHZ);
10491 else if (priv->ieee->mode == IEEE_B) /* 802.11b */
Al Viroe62e1ee2007-12-27 01:36:46 -050010492 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010493 cpu_to_le16(IEEE80211_CHAN_CCK |
10494 IEEE80211_CHAN_2GHZ);
10495 else /* 802.11g */
Al Viroe62e1ee2007-12-27 01:36:46 -050010496 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010497 cpu_to_le16(IEEE80211_CHAN_OFDM |
10498 IEEE80211_CHAN_2GHZ);
10499
Al Viro743b84d2007-12-27 01:43:16 -050010500 rt_hdr->it_len = cpu_to_le16(dst->len);
Zhu Yid685b8c2006-04-13 17:20:27 +080010501
Arnaldo Carvalho de Melod626f622007-03-27 18:55:52 -030010502 skb_copy_from_linear_data(src, skb_put(dst, len), len);
Zhu Yid685b8c2006-04-13 17:20:27 +080010503
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010504 if (!libipw_rx(priv->prom_priv->ieee, dst, &dummystats))
Zhu Yid685b8c2006-04-13 17:20:27 +080010505 dev_kfree_skb_any(dst);
10506 }
10507}
10508#endif
10509
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000010510static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb,
10511 struct net_device *dev, int pri)
James Ketrenos43f66a62005-03-25 12:31:53 -060010512{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010513 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010514 unsigned long flags;
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000010515 netdev_tx_t ret;
James Ketrenos43f66a62005-03-25 12:31:53 -060010516
10517 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010518 spin_lock_irqsave(&priv->lock, flags);
10519
Zhu Yid685b8c2006-04-13 17:20:27 +080010520#ifdef CONFIG_IPW2200_PROMISCUOUS
10521 if (rtap_iface && netif_running(priv->prom_net_dev))
10522 ipw_handle_promiscuous_tx(priv, txb);
10523#endif
10524
James Ketrenos227d2dc2005-07-28 16:25:55 -050010525 ret = ipw_tx_skb(priv, txb, pri);
10526 if (ret == NETDEV_TX_OK)
10527 __ipw_led_activity_on(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060010528 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -060010529
James Ketrenos227d2dc2005-07-28 16:25:55 -050010530 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -060010531}
10532
James Ketrenos43f66a62005-03-25 12:31:53 -060010533static void ipw_net_set_multicast_list(struct net_device *dev)
10534{
10535
10536}
10537
10538static int ipw_net_set_mac_address(struct net_device *dev, void *p)
10539{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010540 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010541 struct sockaddr *addr = p;
Joe Perches0795af52007-10-03 17:59:30 -070010542
James Ketrenos43f66a62005-03-25 12:31:53 -060010543 if (!is_valid_ether_addr(addr->sa_data))
10544 return -EADDRNOTAVAIL;
Zhu Yi46441512006-01-24 16:37:59 +080010545 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010546 priv->config |= CFG_CUSTOM_MAC;
10547 memcpy(priv->mac_addr, addr->sa_data, ETH_ALEN);
Johannes Berge1749612008-10-27 15:59:26 -070010548 printk(KERN_INFO "%s: Setting MAC to %pM\n",
10549 priv->net_dev->name, priv->mac_addr);
James Ketrenosa613bff2005-08-24 21:43:11 -050010550 queue_work(priv->workqueue, &priv->adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +080010551 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010552 return 0;
10553}
10554
Jeff Garzikbf794512005-07-31 13:07:26 -040010555static void ipw_ethtool_get_drvinfo(struct net_device *dev,
James Ketrenos43f66a62005-03-25 12:31:53 -060010556 struct ethtool_drvinfo *info)
10557{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010558 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010559 char vers[64];
10560 char date[32];
10561 u32 len;
10562
10563 strcpy(info->driver, DRV_NAME);
10564 strcpy(info->version, DRV_VERSION);
10565
10566 len = sizeof(vers);
10567 ipw_get_ordinal(p, IPW_ORD_STAT_FW_VERSION, vers, &len);
10568 len = sizeof(date);
10569 ipw_get_ordinal(p, IPW_ORD_STAT_FW_DATE, date, &len);
10570
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010571 snprintf(info->fw_version, sizeof(info->fw_version), "%s (%s)",
James Ketrenos43f66a62005-03-25 12:31:53 -060010572 vers, date);
10573 strcpy(info->bus_info, pci_name(p->pci_dev));
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");
10683 if (priv->workqueue)
10684 queue_delayed_work(priv->workqueue,
10685 &priv->rf_kill, 2 * HZ);
10686 goto exit_unlock;
10687 }
10688
10689 /* RF Kill is now disabled, so bring the device back up */
10690
10691 if (!(priv->status & STATUS_RF_KILL_MASK)) {
10692 IPW_DEBUG_RF_KILL("HW RF Kill no longer active, restarting "
10693 "device\n");
10694
10695 /* we can not do an adapter restart while inside an irq lock */
10696 queue_work(priv->workqueue, &priv->adapter_restart);
Jeff Garzikbf794512005-07-31 13:07:26 -040010697 } else
James Ketrenos43f66a62005-03-25 12:31:53 -060010698 IPW_DEBUG_RF_KILL("HW RF Kill deactivated. SW RF Kill still "
10699 "enabled\n");
10700
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010701 exit_unlock:
James Ketrenos43f66a62005-03-25 12:31:53 -060010702 spin_unlock_irqrestore(&priv->lock, flags);
10703}
10704
David Howellsc4028952006-11-22 14:57:56 +000010705static void ipw_bg_rf_kill(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010706{
David Howellsc4028952006-11-22 14:57:56 +000010707 struct ipw_priv *priv =
10708 container_of(work, struct ipw_priv, rf_kill.work);
Zhu Yi46441512006-01-24 16:37:59 +080010709 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010710 ipw_rf_kill(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010711 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010712}
10713
Adrian Bunka73e22b2006-01-21 01:39:42 +010010714static void ipw_link_up(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -050010715{
James Ketrenosafbf30a2005-08-25 00:05:33 -050010716 priv->last_seq_num = -1;
10717 priv->last_frag_num = -1;
10718 priv->last_packet_time = 0;
10719
James Ketrenosa613bff2005-08-24 21:43:11 -050010720 netif_carrier_on(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050010721
James Ketrenosc848d0a2005-08-24 21:56:24 -050010722 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010723 cancel_delayed_work(&priv->request_direct_scan);
10724 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040010725 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050010726 ipw_reset_stats(priv);
10727 /* Ensure the rate is updated immediately */
10728 priv->last_rate = ipw_get_current_rate(priv);
10729 ipw_gather_stats(priv);
10730 ipw_led_link_up(priv);
10731 notify_wx_assoc_event(priv);
10732
10733 if (priv->config & CFG_BACKGROUND_SCAN)
10734 queue_delayed_work(priv->workqueue, &priv->request_scan, HZ);
10735}
10736
David Howellsc4028952006-11-22 14:57:56 +000010737static void ipw_bg_link_up(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010738{
David Howellsc4028952006-11-22 14:57:56 +000010739 struct ipw_priv *priv =
10740 container_of(work, struct ipw_priv, link_up);
Zhu Yi46441512006-01-24 16:37:59 +080010741 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010742 ipw_link_up(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010743 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010744}
10745
Adrian Bunka73e22b2006-01-21 01:39:42 +010010746static void ipw_link_down(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -050010747{
10748 ipw_led_link_down(priv);
10749 netif_carrier_off(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050010750 notify_wx_assoc_event(priv);
10751
10752 /* Cancel any queued work ... */
10753 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010754 cancel_delayed_work(&priv->request_direct_scan);
10755 cancel_delayed_work(&priv->request_passive_scan);
James Ketrenosa613bff2005-08-24 21:43:11 -050010756 cancel_delayed_work(&priv->adhoc_check);
10757 cancel_delayed_work(&priv->gather_stats);
10758
10759 ipw_reset_stats(priv);
10760
James Ketrenosafbf30a2005-08-25 00:05:33 -050010761 if (!(priv->status & STATUS_EXIT_PENDING)) {
10762 /* Queue up another scan... */
David Howellsc4028952006-11-22 14:57:56 +000010763 queue_delayed_work(priv->workqueue, &priv->request_scan, 0);
Dan Williams0b531672007-10-09 13:55:24 -040010764 } else
10765 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050010766}
10767
David Howellsc4028952006-11-22 14:57:56 +000010768static void ipw_bg_link_down(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010769{
David Howellsc4028952006-11-22 14:57:56 +000010770 struct ipw_priv *priv =
10771 container_of(work, struct ipw_priv, link_down);
Zhu Yi46441512006-01-24 16:37:59 +080010772 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010773 ipw_link_down(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010774 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010775}
10776
Adrian Bunk2ef19e62007-12-11 23:20:22 +010010777static int __devinit ipw_setup_deferred_work(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060010778{
10779 int ret = 0;
10780
James Ketrenos43f66a62005-03-25 12:31:53 -060010781 priv->workqueue = create_workqueue(DRV_NAME);
James Ketrenos43f66a62005-03-25 12:31:53 -060010782 init_waitqueue_head(&priv->wait_command_queue);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010783 init_waitqueue_head(&priv->wait_state);
James Ketrenos43f66a62005-03-25 12:31:53 -060010784
David Howellsc4028952006-11-22 14:57:56 +000010785 INIT_DELAYED_WORK(&priv->adhoc_check, ipw_bg_adhoc_check);
10786 INIT_WORK(&priv->associate, ipw_bg_associate);
10787 INIT_WORK(&priv->disassociate, ipw_bg_disassociate);
10788 INIT_WORK(&priv->system_config, ipw_system_config);
10789 INIT_WORK(&priv->rx_replenish, ipw_bg_rx_queue_replenish);
10790 INIT_WORK(&priv->adapter_restart, ipw_bg_adapter_restart);
10791 INIT_DELAYED_WORK(&priv->rf_kill, ipw_bg_rf_kill);
10792 INIT_WORK(&priv->up, ipw_bg_up);
10793 INIT_WORK(&priv->down, ipw_bg_down);
10794 INIT_DELAYED_WORK(&priv->request_scan, ipw_request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010795 INIT_DELAYED_WORK(&priv->request_direct_scan, ipw_request_direct_scan);
10796 INIT_DELAYED_WORK(&priv->request_passive_scan, ipw_request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040010797 INIT_DELAYED_WORK(&priv->scan_event, ipw_scan_event);
David Howellsc4028952006-11-22 14:57:56 +000010798 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats);
10799 INIT_WORK(&priv->abort_scan, ipw_bg_abort_scan);
10800 INIT_WORK(&priv->roam, ipw_bg_roam);
10801 INIT_DELAYED_WORK(&priv->scan_check, ipw_bg_scan_check);
10802 INIT_WORK(&priv->link_up, ipw_bg_link_up);
10803 INIT_WORK(&priv->link_down, ipw_bg_link_down);
10804 INIT_DELAYED_WORK(&priv->led_link_on, ipw_bg_led_link_on);
10805 INIT_DELAYED_WORK(&priv->led_link_off, ipw_bg_led_link_off);
10806 INIT_DELAYED_WORK(&priv->led_act_off, ipw_bg_led_activity_off);
10807 INIT_WORK(&priv->merge_networks, ipw_merge_adhoc_network);
James Ketrenos43f66a62005-03-25 12:31:53 -060010808
Zhu Yie43e3c12006-04-13 17:20:45 +080010809#ifdef CONFIG_IPW2200_QOS
David Howellsc4028952006-11-22 14:57:56 +000010810 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate);
Zhu Yie43e3c12006-04-13 17:20:45 +080010811#endif /* CONFIG_IPW2200_QOS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010812
10813 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
10814 ipw_irq_tasklet, (unsigned long)priv);
10815
10816 return ret;
10817}
10818
James Ketrenos43f66a62005-03-25 12:31:53 -060010819static void shim__set_security(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010820 struct libipw_security *sec)
James Ketrenos43f66a62005-03-25 12:31:53 -060010821{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010822 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010823 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -040010824 for (i = 0; i < 4; i++) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010825 if (sec->flags & (1 << i)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -050010826 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i];
James Ketrenosb095c382005-08-24 22:04:42 -050010827 priv->ieee->sec.key_sizes[i] = sec->key_sizes[i];
James Ketrenos43f66a62005-03-25 12:31:53 -060010828 if (sec->key_sizes[i] == 0)
James Ketrenosb095c382005-08-24 22:04:42 -050010829 priv->ieee->sec.flags &= ~(1 << i);
10830 else {
10831 memcpy(priv->ieee->sec.keys[i], sec->keys[i],
James Ketrenos43f66a62005-03-25 12:31:53 -060010832 sec->key_sizes[i]);
James Ketrenosb095c382005-08-24 22:04:42 -050010833 priv->ieee->sec.flags |= (1 << i);
10834 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010835 priv->status |= STATUS_SECURITY_UPDATED;
James Ketrenosb095c382005-08-24 22:04:42 -050010836 } else if (sec->level != SEC_LEVEL_1)
10837 priv->ieee->sec.flags &= ~(1 << i);
James Ketrenos43f66a62005-03-25 12:31:53 -060010838 }
10839
James Ketrenosb095c382005-08-24 22:04:42 -050010840 if (sec->flags & SEC_ACTIVE_KEY) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010841 if (sec->active_key <= 3) {
James Ketrenosb095c382005-08-24 22:04:42 -050010842 priv->ieee->sec.active_key = sec->active_key;
10843 priv->ieee->sec.flags |= SEC_ACTIVE_KEY;
Jeff Garzikbf794512005-07-31 13:07:26 -040010844 } else
James Ketrenosb095c382005-08-24 22:04:42 -050010845 priv->ieee->sec.flags &= ~SEC_ACTIVE_KEY;
James Ketrenos43f66a62005-03-25 12:31:53 -060010846 priv->status |= STATUS_SECURITY_UPDATED;
James Ketrenosb095c382005-08-24 22:04:42 -050010847 } else
10848 priv->ieee->sec.flags &= ~SEC_ACTIVE_KEY;
James Ketrenos43f66a62005-03-25 12:31:53 -060010849
10850 if ((sec->flags & SEC_AUTH_MODE) &&
James Ketrenosb095c382005-08-24 22:04:42 -050010851 (priv->ieee->sec.auth_mode != sec->auth_mode)) {
10852 priv->ieee->sec.auth_mode = sec->auth_mode;
10853 priv->ieee->sec.flags |= SEC_AUTH_MODE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010854 if (sec->auth_mode == WLAN_AUTH_SHARED_KEY)
10855 priv->capability |= CAP_SHARED_KEY;
10856 else
10857 priv->capability &= ~CAP_SHARED_KEY;
10858 priv->status |= STATUS_SECURITY_UPDATED;
10859 }
Jeff Garzikbf794512005-07-31 13:07:26 -040010860
James Ketrenosb095c382005-08-24 22:04:42 -050010861 if (sec->flags & SEC_ENABLED && priv->ieee->sec.enabled != sec->enabled) {
10862 priv->ieee->sec.flags |= SEC_ENABLED;
10863 priv->ieee->sec.enabled = sec->enabled;
James Ketrenos43f66a62005-03-25 12:31:53 -060010864 priv->status |= STATUS_SECURITY_UPDATED;
Jeff Garzikbf794512005-07-31 13:07:26 -040010865 if (sec->enabled)
James Ketrenos43f66a62005-03-25 12:31:53 -060010866 priv->capability |= CAP_PRIVACY_ON;
10867 else
10868 priv->capability &= ~CAP_PRIVACY_ON;
10869 }
Jeff Garzikbf794512005-07-31 13:07:26 -040010870
James Ketrenosafbf30a2005-08-25 00:05:33 -050010871 if (sec->flags & SEC_ENCRYPT)
10872 priv->ieee->sec.encrypt = sec->encrypt;
James Ketrenos43f66a62005-03-25 12:31:53 -060010873
James Ketrenosb095c382005-08-24 22:04:42 -050010874 if (sec->flags & SEC_LEVEL && priv->ieee->sec.level != sec->level) {
10875 priv->ieee->sec.level = sec->level;
10876 priv->ieee->sec.flags |= SEC_LEVEL;
James Ketrenos43f66a62005-03-25 12:31:53 -060010877 priv->status |= STATUS_SECURITY_UPDATED;
10878 }
10879
Zhu Yi1fbfea52005-08-05 17:22:56 +080010880 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT))
10881 ipw_set_hwcrypto_keys(priv);
10882
Jeff Garzikbf794512005-07-31 13:07:26 -040010883 /* To match current functionality of ipw2100 (which works well w/
10884 * various supplicants, we don't force a disassociate if the
James Ketrenos43f66a62005-03-25 12:31:53 -060010885 * privacy capability changes ... */
10886#if 0
10887 if ((priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) &&
Jeff Garzikbf794512005-07-31 13:07:26 -040010888 (((priv->assoc_request.capability &
Al Viro5b5e8072007-12-27 01:54:06 -050010889 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && !sec->enabled) ||
Jeff Garzikbf794512005-07-31 13:07:26 -040010890 (!(priv->assoc_request.capability &
Al Viro5b5e8072007-12-27 01:54:06 -050010891 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && sec->enabled))) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010892 IPW_DEBUG_ASSOC("Disassociating due to capability "
10893 "change.\n");
10894 ipw_disassociate(priv);
10895 }
10896#endif
10897}
10898
Jeff Garzikbf794512005-07-31 13:07:26 -040010899static int init_supported_rates(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -060010900 struct ipw_supported_rates *rates)
10901{
10902 /* TODO: Mask out rates based on priv->rates_mask */
10903
10904 memset(rates, 0, sizeof(*rates));
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010905 /* configure supported rates */
James Ketrenos43f66a62005-03-25 12:31:53 -060010906 switch (priv->ieee->freq_band) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010907 case LIBIPW_52GHZ_BAND:
James Ketrenos43f66a62005-03-25 12:31:53 -060010908 rates->ieee_mode = IPW_A_MODE;
10909 rates->purpose = IPW_RATE_CAPABILITIES;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010910 ipw_add_ofdm_scan_rates(rates, LIBIPW_CCK_MODULATION,
10911 LIBIPW_OFDM_DEFAULT_RATES_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -060010912 break;
10913
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010914 default: /* Mixed or 2.4Ghz */
James Ketrenos43f66a62005-03-25 12:31:53 -060010915 rates->ieee_mode = IPW_G_MODE;
10916 rates->purpose = IPW_RATE_CAPABILITIES;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010917 ipw_add_cck_scan_rates(rates, LIBIPW_CCK_MODULATION,
10918 LIBIPW_CCK_DEFAULT_RATES_MASK);
10919 if (priv->ieee->modulation & LIBIPW_OFDM_MODULATION) {
10920 ipw_add_ofdm_scan_rates(rates, LIBIPW_CCK_MODULATION,
10921 LIBIPW_OFDM_DEFAULT_RATES_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -060010922 }
10923 break;
10924 }
10925
10926 return 0;
10927}
10928
Jeff Garzikbf794512005-07-31 13:07:26 -040010929static int ipw_config(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060010930{
James Ketrenos43f66a62005-03-25 12:31:53 -060010931 /* This is only called from ipw_up, which resets/reloads the firmware
10932 so, we don't need to first disable the card before we configure
10933 it */
Zhu Yi6de9f7f2005-08-11 14:39:33 +080010934 if (ipw_set_tx_power(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -060010935 goto error;
10936
10937 /* initialize adapter address */
10938 if (ipw_send_adapter_address(priv, priv->net_dev->dev_addr))
10939 goto error;
10940
10941 /* set basic system config settings */
10942 init_sys_config(&priv->sys_config);
Zhu Yi810dabd2006-01-24 16:36:59 +080010943
10944 /* Support Bluetooth if we have BT h/w on board, and user wants to.
10945 * Does not support BT priority yet (don't abort or defer our Tx) */
10946 if (bt_coexist) {
Zhu Yi2638bc32006-01-24 16:37:52 +080010947 unsigned char bt_caps = priv->eeprom[EEPROM_SKU_CAPABILITY];
Zhu Yi810dabd2006-01-24 16:36:59 +080010948
10949 if (bt_caps & EEPROM_SKU_CAP_BT_CHANNEL_SIG)
10950 priv->sys_config.bt_coexistence
Zhu Yi2638bc32006-01-24 16:37:52 +080010951 |= CFG_BT_COEXISTENCE_SIGNAL_CHNL;
Zhu Yi810dabd2006-01-24 16:36:59 +080010952 if (bt_caps & EEPROM_SKU_CAP_BT_OOB)
10953 priv->sys_config.bt_coexistence
Zhu Yi2638bc32006-01-24 16:37:52 +080010954 |= CFG_BT_COEXISTENCE_OOB;
Zhu Yi810dabd2006-01-24 16:36:59 +080010955 }
10956
Zhu Yid685b8c2006-04-13 17:20:27 +080010957#ifdef CONFIG_IPW2200_PROMISCUOUS
10958 if (priv->prom_net_dev && netif_running(priv->prom_net_dev)) {
10959 priv->sys_config.accept_all_data_frames = 1;
10960 priv->sys_config.accept_non_directed_frames = 1;
10961 priv->sys_config.accept_all_mgmt_bcpr = 1;
10962 priv->sys_config.accept_all_mgmt_frames = 1;
10963 }
10964#endif
10965
James Ketrenosc848d0a2005-08-24 21:56:24 -050010966 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
10967 priv->sys_config.answer_broadcast_ssid_probe = 1;
10968 else
10969 priv->sys_config.answer_broadcast_ssid_probe = 0;
10970
Zhu Yid685b8c2006-04-13 17:20:27 +080010971 if (ipw_send_system_config(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -060010972 goto error;
10973
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010974 init_supported_rates(priv, &priv->rates);
10975 if (ipw_send_supported_rates(priv, &priv->rates))
James Ketrenos43f66a62005-03-25 12:31:53 -060010976 goto error;
10977
10978 /* Set request-to-send threshold */
10979 if (priv->rts_threshold) {
10980 if (ipw_send_rts_threshold(priv, priv->rts_threshold))
10981 goto error;
10982 }
Zhu Yie43e3c12006-04-13 17:20:45 +080010983#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050010984 IPW_DEBUG_QOS("QoS: call ipw_qos_activate\n");
10985 ipw_qos_activate(priv, NULL);
Zhu Yie43e3c12006-04-13 17:20:45 +080010986#endif /* CONFIG_IPW2200_QOS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010987
10988 if (ipw_set_random_seed(priv))
10989 goto error;
Jeff Garzikbf794512005-07-31 13:07:26 -040010990
James Ketrenos43f66a62005-03-25 12:31:53 -060010991 /* final state transition to the RUN state */
10992 if (ipw_send_host_complete(priv))
10993 goto error;
10994
James Ketrenose6666192005-08-12 09:17:04 -050010995 priv->status |= STATUS_INIT;
10996
10997 ipw_led_init(priv);
10998 ipw_led_radio_on(priv);
10999 priv->notif_missed_beacons = 0;
11000
11001 /* Set hardware WEP key if it is configured. */
11002 if ((priv->capability & CAP_PRIVACY_ON) &&
11003 (priv->ieee->sec.level == SEC_LEVEL_1) &&
11004 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt))
11005 ipw_set_hwcrypto_keys(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011006
11007 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -040011008
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011009 error:
James Ketrenos43f66a62005-03-25 12:31:53 -060011010 return -EIO;
11011}
11012
James Ketrenos4f36f802005-08-03 20:36:56 -050011013/*
11014 * NOTE:
11015 *
11016 * These tables have been tested in conjunction with the
11017 * Intel PRO/Wireless 2200BG and 2915ABG Network Connection Adapters.
11018 *
11019 * Altering this values, using it on other hardware, or in geographies
11020 * not intended for resale of the above mentioned Intel adapters has
11021 * not been tested.
11022 *
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011023 * Remember to update the table in README.ipw2200 when changing this
11024 * table.
11025 *
James Ketrenos4f36f802005-08-03 20:36:56 -050011026 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011027static const struct libipw_geo ipw_geos[] = {
James Ketrenos4f36f802005-08-03 20:36:56 -050011028 { /* Restricted */
11029 "---",
11030 .bg_channels = 11,
11031 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11032 {2427, 4}, {2432, 5}, {2437, 6},
11033 {2442, 7}, {2447, 8}, {2452, 9},
11034 {2457, 10}, {2462, 11}},
11035 },
11036
11037 { /* Custom US/Canada */
11038 "ZZF",
11039 .bg_channels = 11,
11040 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11041 {2427, 4}, {2432, 5}, {2437, 6},
11042 {2442, 7}, {2447, 8}, {2452, 9},
11043 {2457, 10}, {2462, 11}},
11044 .a_channels = 8,
11045 .a = {{5180, 36},
11046 {5200, 40},
11047 {5220, 44},
11048 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011049 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11050 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11051 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11052 {5320, 64, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011053 },
11054
11055 { /* Rest of World */
11056 "ZZD",
11057 .bg_channels = 13,
11058 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11059 {2427, 4}, {2432, 5}, {2437, 6},
11060 {2442, 7}, {2447, 8}, {2452, 9},
11061 {2457, 10}, {2462, 11}, {2467, 12},
11062 {2472, 13}},
11063 },
11064
11065 { /* Custom USA & Europe & High */
11066 "ZZA",
11067 .bg_channels = 11,
11068 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11069 {2427, 4}, {2432, 5}, {2437, 6},
11070 {2442, 7}, {2447, 8}, {2452, 9},
11071 {2457, 10}, {2462, 11}},
11072 .a_channels = 13,
11073 .a = {{5180, 36},
11074 {5200, 40},
11075 {5220, 44},
11076 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011077 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11078 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11079 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11080 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
James Ketrenos4f36f802005-08-03 20:36:56 -050011081 {5745, 149},
11082 {5765, 153},
11083 {5785, 157},
11084 {5805, 161},
11085 {5825, 165}},
11086 },
11087
11088 { /* Custom NA & Europe */
11089 "ZZB",
11090 .bg_channels = 11,
11091 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11092 {2427, 4}, {2432, 5}, {2437, 6},
11093 {2442, 7}, {2447, 8}, {2452, 9},
11094 {2457, 10}, {2462, 11}},
11095 .a_channels = 13,
11096 .a = {{5180, 36},
11097 {5200, 40},
11098 {5220, 44},
11099 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011100 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11101 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11102 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11103 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11104 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11105 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11106 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11107 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11108 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011109 },
11110
11111 { /* Custom Japan */
11112 "ZZC",
11113 .bg_channels = 11,
11114 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11115 {2427, 4}, {2432, 5}, {2437, 6},
11116 {2442, 7}, {2447, 8}, {2452, 9},
11117 {2457, 10}, {2462, 11}},
11118 .a_channels = 4,
11119 .a = {{5170, 34}, {5190, 38},
11120 {5210, 42}, {5230, 46}},
11121 },
11122
11123 { /* Custom */
11124 "ZZM",
11125 .bg_channels = 11,
11126 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11127 {2427, 4}, {2432, 5}, {2437, 6},
11128 {2442, 7}, {2447, 8}, {2452, 9},
11129 {2457, 10}, {2462, 11}},
11130 },
11131
11132 { /* Europe */
11133 "ZZE",
11134 .bg_channels = 13,
11135 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11136 {2427, 4}, {2432, 5}, {2437, 6},
11137 {2442, 7}, {2447, 8}, {2452, 9},
11138 {2457, 10}, {2462, 11}, {2467, 12},
11139 {2472, 13}},
11140 .a_channels = 19,
11141 .a = {{5180, 36},
11142 {5200, 40},
11143 {5220, 44},
11144 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011145 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11146 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11147 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11148 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11149 {5500, 100, LIBIPW_CH_PASSIVE_ONLY},
11150 {5520, 104, LIBIPW_CH_PASSIVE_ONLY},
11151 {5540, 108, LIBIPW_CH_PASSIVE_ONLY},
11152 {5560, 112, LIBIPW_CH_PASSIVE_ONLY},
11153 {5580, 116, LIBIPW_CH_PASSIVE_ONLY},
11154 {5600, 120, LIBIPW_CH_PASSIVE_ONLY},
11155 {5620, 124, LIBIPW_CH_PASSIVE_ONLY},
11156 {5640, 128, LIBIPW_CH_PASSIVE_ONLY},
11157 {5660, 132, LIBIPW_CH_PASSIVE_ONLY},
11158 {5680, 136, LIBIPW_CH_PASSIVE_ONLY},
11159 {5700, 140, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011160 },
11161
11162 { /* Custom Japan */
11163 "ZZJ",
11164 .bg_channels = 14,
11165 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11166 {2427, 4}, {2432, 5}, {2437, 6},
11167 {2442, 7}, {2447, 8}, {2452, 9},
11168 {2457, 10}, {2462, 11}, {2467, 12},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011169 {2472, 13}, {2484, 14, LIBIPW_CH_B_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011170 .a_channels = 4,
11171 .a = {{5170, 34}, {5190, 38},
11172 {5210, 42}, {5230, 46}},
11173 },
11174
James Ketrenos03520572005-10-19 16:12:31 -050011175 { /* Rest of World */
11176 "ZZR",
11177 .bg_channels = 14,
11178 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11179 {2427, 4}, {2432, 5}, {2437, 6},
11180 {2442, 7}, {2447, 8}, {2452, 9},
11181 {2457, 10}, {2462, 11}, {2467, 12},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011182 {2472, 13}, {2484, 14, LIBIPW_CH_B_ONLY |
11183 LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos03520572005-10-19 16:12:31 -050011184 },
11185
James Ketrenos4f36f802005-08-03 20:36:56 -050011186 { /* High Band */
11187 "ZZH",
11188 .bg_channels = 13,
11189 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11190 {2427, 4}, {2432, 5}, {2437, 6},
11191 {2442, 7}, {2447, 8}, {2452, 9},
11192 {2457, 10}, {2462, 11},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011193 {2467, 12, LIBIPW_CH_PASSIVE_ONLY},
11194 {2472, 13, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011195 .a_channels = 4,
11196 .a = {{5745, 149}, {5765, 153},
11197 {5785, 157}, {5805, 161}},
11198 },
11199
11200 { /* Custom Europe */
11201 "ZZG",
11202 .bg_channels = 13,
11203 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11204 {2427, 4}, {2432, 5}, {2437, 6},
11205 {2442, 7}, {2447, 8}, {2452, 9},
11206 {2457, 10}, {2462, 11},
11207 {2467, 12}, {2472, 13}},
11208 .a_channels = 4,
11209 .a = {{5180, 36}, {5200, 40},
11210 {5220, 44}, {5240, 48}},
11211 },
11212
11213 { /* Europe */
11214 "ZZK",
11215 .bg_channels = 13,
11216 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11217 {2427, 4}, {2432, 5}, {2437, 6},
11218 {2442, 7}, {2447, 8}, {2452, 9},
11219 {2457, 10}, {2462, 11},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011220 {2467, 12, LIBIPW_CH_PASSIVE_ONLY},
11221 {2472, 13, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011222 .a_channels = 24,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011223 .a = {{5180, 36, LIBIPW_CH_PASSIVE_ONLY},
11224 {5200, 40, LIBIPW_CH_PASSIVE_ONLY},
11225 {5220, 44, LIBIPW_CH_PASSIVE_ONLY},
11226 {5240, 48, LIBIPW_CH_PASSIVE_ONLY},
11227 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11228 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11229 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11230 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11231 {5500, 100, LIBIPW_CH_PASSIVE_ONLY},
11232 {5520, 104, LIBIPW_CH_PASSIVE_ONLY},
11233 {5540, 108, LIBIPW_CH_PASSIVE_ONLY},
11234 {5560, 112, LIBIPW_CH_PASSIVE_ONLY},
11235 {5580, 116, LIBIPW_CH_PASSIVE_ONLY},
11236 {5600, 120, LIBIPW_CH_PASSIVE_ONLY},
11237 {5620, 124, LIBIPW_CH_PASSIVE_ONLY},
11238 {5640, 128, LIBIPW_CH_PASSIVE_ONLY},
11239 {5660, 132, LIBIPW_CH_PASSIVE_ONLY},
11240 {5680, 136, LIBIPW_CH_PASSIVE_ONLY},
11241 {5700, 140, LIBIPW_CH_PASSIVE_ONLY},
11242 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11243 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11244 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11245 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11246 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011247 },
11248
11249 { /* Europe */
11250 "ZZL",
11251 .bg_channels = 11,
11252 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11253 {2427, 4}, {2432, 5}, {2437, 6},
11254 {2442, 7}, {2447, 8}, {2452, 9},
11255 {2457, 10}, {2462, 11}},
11256 .a_channels = 13,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011257 .a = {{5180, 36, LIBIPW_CH_PASSIVE_ONLY},
11258 {5200, 40, LIBIPW_CH_PASSIVE_ONLY},
11259 {5220, 44, LIBIPW_CH_PASSIVE_ONLY},
11260 {5240, 48, LIBIPW_CH_PASSIVE_ONLY},
11261 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11262 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11263 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11264 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11265 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11266 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11267 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11268 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11269 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011270 }
James Ketrenosafbf30a2005-08-25 00:05:33 -050011271};
11272
James Ketrenos43f66a62005-03-25 12:31:53 -060011273#define MAX_HW_RESTARTS 5
11274static int ipw_up(struct ipw_priv *priv)
11275{
James Ketrenos4f36f802005-08-03 20:36:56 -050011276 int rc, i, j;
James Ketrenos43f66a62005-03-25 12:31:53 -060011277
Dan Williamsc3d72b92009-02-11 13:26:06 -050011278 /* Age scan list entries found before suspend */
11279 if (priv->suspend_time) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011280 libipw_networks_age(priv->ieee, priv->suspend_time);
Dan Williamsc3d72b92009-02-11 13:26:06 -050011281 priv->suspend_time = 0;
11282 }
11283
James Ketrenos43f66a62005-03-25 12:31:53 -060011284 if (priv->status & STATUS_EXIT_PENDING)
11285 return -EIO;
11286
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011287 if (cmdlog && !priv->cmdlog) {
Yan Burmane6e3f122006-12-02 13:38:14 +020011288 priv->cmdlog = kcalloc(cmdlog, sizeof(*priv->cmdlog),
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011289 GFP_KERNEL);
11290 if (priv->cmdlog == NULL) {
11291 IPW_ERROR("Error allocating %d command log entries.\n",
11292 cmdlog);
Zhu Yid0b526b2006-04-13 17:19:50 +080011293 return -ENOMEM;
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011294 } else {
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011295 priv->cmdlog_len = cmdlog;
11296 }
11297 }
11298
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011299 for (i = 0; i < MAX_HW_RESTARTS; i++) {
Jeff Garzikbf794512005-07-31 13:07:26 -040011300 /* Load the microcode, firmware, and eeprom.
James Ketrenos43f66a62005-03-25 12:31:53 -060011301 * Also start the clocks. */
11302 rc = ipw_load(priv);
11303 if (rc) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -050011304 IPW_ERROR("Unable to load firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -060011305 return rc;
11306 }
11307
11308 ipw_init_ordinals(priv);
11309 if (!(priv->config & CFG_CUSTOM_MAC))
11310 eeprom_parse_mac(priv, priv->mac_addr);
11311 memcpy(priv->net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
John W. Linville5e5eab52009-10-06 16:45:14 -040011312 memcpy(priv->net_dev->perm_addr, priv->mac_addr, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -060011313
James Ketrenos4f36f802005-08-03 20:36:56 -050011314 for (j = 0; j < ARRAY_SIZE(ipw_geos); j++) {
11315 if (!memcmp(&priv->eeprom[EEPROM_COUNTRY_CODE],
11316 ipw_geos[j].name, 3))
11317 break;
11318 }
James Ketrenos03520572005-10-19 16:12:31 -050011319 if (j == ARRAY_SIZE(ipw_geos)) {
11320 IPW_WARNING("SKU [%c%c%c] not recognized.\n",
11321 priv->eeprom[EEPROM_COUNTRY_CODE + 0],
11322 priv->eeprom[EEPROM_COUNTRY_CODE + 1],
11323 priv->eeprom[EEPROM_COUNTRY_CODE + 2]);
James Ketrenos4f36f802005-08-03 20:36:56 -050011324 j = 0;
James Ketrenos03520572005-10-19 16:12:31 -050011325 }
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011326 if (libipw_set_geo(priv->ieee, &ipw_geos[j])) {
James Ketrenos4f36f802005-08-03 20:36:56 -050011327 IPW_WARNING("Could not set geography.");
James Ketrenos43f66a62005-03-25 12:31:53 -060011328 return 0;
James Ketrenos4f36f802005-08-03 20:36:56 -050011329 }
11330
James Ketrenosb095c382005-08-24 22:04:42 -050011331 if (priv->status & STATUS_RF_KILL_SW) {
11332 IPW_WARNING("Radio disabled by module parameter.\n");
11333 return 0;
11334 } else if (rf_kill_active(priv)) {
11335 IPW_WARNING("Radio Frequency Kill Switch is On:\n"
11336 "Kill switch must be turned off for "
11337 "wireless networking to work.\n");
11338 queue_delayed_work(priv->workqueue, &priv->rf_kill,
11339 2 * HZ);
James Ketrenos43f66a62005-03-25 12:31:53 -060011340 return 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -050011341 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011342
11343 rc = ipw_config(priv);
11344 if (!rc) {
11345 IPW_DEBUG_INFO("Configured device on count %i\n", i);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011346
James Ketrenose6666192005-08-12 09:17:04 -050011347 /* If configure to try and auto-associate, kick
11348 * off a scan. */
David Howellsc4028952006-11-22 14:57:56 +000011349 queue_delayed_work(priv->workqueue,
11350 &priv->request_scan, 0);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011351
James Ketrenos43f66a62005-03-25 12:31:53 -060011352 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060011353 }
Jeff Garzikbf794512005-07-31 13:07:26 -040011354
James Ketrenosc848d0a2005-08-24 21:56:24 -050011355 IPW_DEBUG_INFO("Device configuration failed: 0x%08X\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -060011356 IPW_DEBUG_INFO("Failed to config device on retry %d of %d\n",
11357 i, MAX_HW_RESTARTS);
11358
11359 /* We had an error bringing up the hardware, so take it
11360 * all the way back down so we can try again */
11361 ipw_down(priv);
11362 }
11363
Jeff Garzikbf794512005-07-31 13:07:26 -040011364 /* tried to restart and config the device for as long as our
James Ketrenos43f66a62005-03-25 12:31:53 -060011365 * patience could withstand */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011366 IPW_ERROR("Unable to initialize device after %d attempts.\n", i);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011367
James Ketrenos43f66a62005-03-25 12:31:53 -060011368 return -EIO;
11369}
11370
David Howellsc4028952006-11-22 14:57:56 +000011371static void ipw_bg_up(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050011372{
David Howellsc4028952006-11-22 14:57:56 +000011373 struct ipw_priv *priv =
11374 container_of(work, struct ipw_priv, up);
Zhu Yi46441512006-01-24 16:37:59 +080011375 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000011376 ipw_up(priv);
Zhu Yi46441512006-01-24 16:37:59 +080011377 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011378}
11379
James Ketrenosb095c382005-08-24 22:04:42 -050011380static void ipw_deinit(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060011381{
James Ketrenosb095c382005-08-24 22:04:42 -050011382 int i;
11383
11384 if (priv->status & STATUS_SCANNING) {
11385 IPW_DEBUG_INFO("Aborting scan during shutdown.\n");
11386 ipw_abort_scan(priv);
11387 }
11388
11389 if (priv->status & STATUS_ASSOCIATED) {
11390 IPW_DEBUG_INFO("Disassociating during shutdown.\n");
11391 ipw_disassociate(priv);
11392 }
11393
11394 ipw_led_shutdown(priv);
11395
11396 /* Wait up to 1s for status to change to not scanning and not
11397 * associated (disassociation can take a while for a ful 802.11
11398 * exchange */
11399 for (i = 1000; i && (priv->status &
11400 (STATUS_DISASSOCIATING |
11401 STATUS_ASSOCIATED | STATUS_SCANNING)); i--)
11402 udelay(10);
11403
11404 if (priv->status & (STATUS_DISASSOCIATING |
11405 STATUS_ASSOCIATED | STATUS_SCANNING))
11406 IPW_DEBUG_INFO("Still associated or scanning...\n");
11407 else
11408 IPW_DEBUG_INFO("Took %dms to de-init\n", 1000 - i);
11409
James Ketrenosc848d0a2005-08-24 21:56:24 -050011410 /* Attempt to disable the card */
James Ketrenos43f66a62005-03-25 12:31:53 -060011411 ipw_send_card_disable(priv, 0);
James Ketrenosb095c382005-08-24 22:04:42 -050011412
11413 priv->status &= ~STATUS_INIT;
11414}
11415
James Ketrenos43f66a62005-03-25 12:31:53 -060011416static void ipw_down(struct ipw_priv *priv)
11417{
James Ketrenosb095c382005-08-24 22:04:42 -050011418 int exit_pending = priv->status & STATUS_EXIT_PENDING;
11419
11420 priv->status |= STATUS_EXIT_PENDING;
11421
11422 if (ipw_is_init(priv))
11423 ipw_deinit(priv);
11424
11425 /* Wipe out the EXIT_PENDING status bit if we are not actually
11426 * exiting the module */
11427 if (!exit_pending)
11428 priv->status &= ~STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011429
11430 /* tell the device to stop sending interrupts */
11431 ipw_disable_interrupts(priv);
11432
11433 /* Clear all bits but the RF Kill */
James Ketrenosb095c382005-08-24 22:04:42 -050011434 priv->status &= STATUS_RF_KILL_MASK | STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011435 netif_carrier_off(priv->net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011436
11437 ipw_stop_nic(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -050011438
11439 ipw_led_radio_off(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011440}
11441
David Howellsc4028952006-11-22 14:57:56 +000011442static void ipw_bg_down(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050011443{
David Howellsc4028952006-11-22 14:57:56 +000011444 struct ipw_priv *priv =
11445 container_of(work, struct ipw_priv, down);
Zhu Yi46441512006-01-24 16:37:59 +080011446 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000011447 ipw_down(priv);
Zhu Yi46441512006-01-24 16:37:59 +080011448 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011449}
11450
11451/* Called by register_netdev() */
11452static int ipw_net_init(struct net_device *dev)
11453{
John W. Linvillea3caa992009-08-25 14:12:25 -040011454 int i, rc = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011455 struct ipw_priv *priv = libipw_priv(dev);
John W. Linvillea3caa992009-08-25 14:12:25 -040011456 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
11457 struct wireless_dev *wdev = &priv->ieee->wdev;
Zhu Yi46441512006-01-24 16:37:59 +080011458 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011459
James Ketrenosc848d0a2005-08-24 21:56:24 -050011460 if (ipw_up(priv)) {
John W. Linvillea3caa992009-08-25 14:12:25 -040011461 rc = -EIO;
11462 goto out;
James Ketrenos43f66a62005-03-25 12:31:53 -060011463 }
11464
John W. Linvillea3caa992009-08-25 14:12:25 -040011465 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN);
11466
11467 /* fill-out priv->ieee->bg_band */
11468 if (geo->bg_channels) {
11469 struct ieee80211_supported_band *bg_band = &priv->ieee->bg_band;
11470
11471 bg_band->band = IEEE80211_BAND_2GHZ;
11472 bg_band->n_channels = geo->bg_channels;
11473 bg_band->channels =
11474 kzalloc(geo->bg_channels *
11475 sizeof(struct ieee80211_channel), GFP_KERNEL);
11476 /* translate geo->bg to bg_band.channels */
11477 for (i = 0; i < geo->bg_channels; i++) {
11478 bg_band->channels[i].band = IEEE80211_BAND_2GHZ;
11479 bg_band->channels[i].center_freq = geo->bg[i].freq;
11480 bg_band->channels[i].hw_value = geo->bg[i].channel;
11481 bg_band->channels[i].max_power = geo->bg[i].max_power;
11482 if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY)
11483 bg_band->channels[i].flags |=
11484 IEEE80211_CHAN_PASSIVE_SCAN;
11485 if (geo->bg[i].flags & LIBIPW_CH_NO_IBSS)
11486 bg_band->channels[i].flags |=
11487 IEEE80211_CHAN_NO_IBSS;
11488 if (geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT)
11489 bg_band->channels[i].flags |=
11490 IEEE80211_CHAN_RADAR;
11491 /* No equivalent for LIBIPW_CH_80211H_RULES,
11492 LIBIPW_CH_UNIFORM_SPREADING, or
11493 LIBIPW_CH_B_ONLY... */
11494 }
11495 /* point at bitrate info */
11496 bg_band->bitrates = ipw2200_bg_rates;
11497 bg_band->n_bitrates = ipw2200_num_bg_rates;
11498
11499 wdev->wiphy->bands[IEEE80211_BAND_2GHZ] = bg_band;
11500 }
11501
11502 /* fill-out priv->ieee->a_band */
11503 if (geo->a_channels) {
11504 struct ieee80211_supported_band *a_band = &priv->ieee->a_band;
11505
11506 a_band->band = IEEE80211_BAND_5GHZ;
11507 a_band->n_channels = geo->a_channels;
11508 a_band->channels =
11509 kzalloc(geo->a_channels *
11510 sizeof(struct ieee80211_channel), GFP_KERNEL);
11511 /* translate geo->bg to a_band.channels */
11512 for (i = 0; i < geo->a_channels; i++) {
11513 a_band->channels[i].band = IEEE80211_BAND_2GHZ;
11514 a_band->channels[i].center_freq = geo->a[i].freq;
11515 a_band->channels[i].hw_value = geo->a[i].channel;
11516 a_band->channels[i].max_power = geo->a[i].max_power;
11517 if (geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY)
11518 a_band->channels[i].flags |=
11519 IEEE80211_CHAN_PASSIVE_SCAN;
11520 if (geo->a[i].flags & LIBIPW_CH_NO_IBSS)
11521 a_band->channels[i].flags |=
11522 IEEE80211_CHAN_NO_IBSS;
11523 if (geo->a[i].flags & LIBIPW_CH_RADAR_DETECT)
11524 a_band->channels[i].flags |=
11525 IEEE80211_CHAN_RADAR;
11526 /* No equivalent for LIBIPW_CH_80211H_RULES,
11527 LIBIPW_CH_UNIFORM_SPREADING, or
11528 LIBIPW_CH_B_ONLY... */
11529 }
11530 /* point at bitrate info */
11531 a_band->bitrates = ipw2200_a_rates;
11532 a_band->n_bitrates = ipw2200_num_a_rates;
11533
11534 wdev->wiphy->bands[IEEE80211_BAND_5GHZ] = a_band;
11535 }
11536
11537 set_wiphy_dev(wdev->wiphy, &priv->pci_dev->dev);
11538
11539 /* With that information in place, we can now register the wiphy... */
11540 if (wiphy_register(wdev->wiphy)) {
11541 rc = -EIO;
11542 goto out;
11543 }
11544
11545out:
Zhu Yi46441512006-01-24 16:37:59 +080011546 mutex_unlock(&priv->mutex);
John W. Linvillea3caa992009-08-25 14:12:25 -040011547 return rc;
James Ketrenos43f66a62005-03-25 12:31:53 -060011548}
11549
11550/* PCI driver stuff */
Alexey Dobriyana3aa1882010-01-07 11:58:11 +000011551static DEFINE_PCI_DEVICE_TABLE(card_ids) = {
James Ketrenos43f66a62005-03-25 12:31:53 -060011552 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2701, 0, 0, 0},
11553 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2702, 0, 0, 0},
11554 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2711, 0, 0, 0},
11555 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2712, 0, 0, 0},
11556 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2721, 0, 0, 0},
11557 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2722, 0, 0, 0},
11558 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2731, 0, 0, 0},
11559 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2732, 0, 0, 0},
11560 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2741, 0, 0, 0},
11561 {PCI_VENDOR_ID_INTEL, 0x1043, 0x103c, 0x2741, 0, 0, 0},
11562 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2742, 0, 0, 0},
11563 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2751, 0, 0, 0},
11564 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2752, 0, 0, 0},
11565 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2753, 0, 0, 0},
11566 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2754, 0, 0, 0},
11567 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2761, 0, 0, 0},
11568 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2762, 0, 0, 0},
Joe Perches8ab0ea72009-06-24 22:13:27 -070011569 {PCI_VDEVICE(INTEL, 0x104f), 0},
11570 {PCI_VDEVICE(INTEL, 0x4220), 0}, /* BG */
11571 {PCI_VDEVICE(INTEL, 0x4221), 0}, /* BG */
11572 {PCI_VDEVICE(INTEL, 0x4223), 0}, /* ABG */
11573 {PCI_VDEVICE(INTEL, 0x4224), 0}, /* ABG */
Jeff Garzikbf794512005-07-31 13:07:26 -040011574
James Ketrenos43f66a62005-03-25 12:31:53 -060011575 /* required last entry */
11576 {0,}
11577};
11578
11579MODULE_DEVICE_TABLE(pci, card_ids);
11580
11581static struct attribute *ipw_sysfs_entries[] = {
11582 &dev_attr_rf_kill.attr,
11583 &dev_attr_direct_dword.attr,
11584 &dev_attr_indirect_byte.attr,
11585 &dev_attr_indirect_dword.attr,
11586 &dev_attr_mem_gpio_reg.attr,
11587 &dev_attr_command_event_reg.attr,
11588 &dev_attr_nic_type.attr,
11589 &dev_attr_status.attr,
11590 &dev_attr_cfg.attr,
James Ketrenosb39860c2005-08-12 09:36:32 -050011591 &dev_attr_error.attr,
11592 &dev_attr_event_log.attr,
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011593 &dev_attr_cmd_log.attr,
James Ketrenos43f66a62005-03-25 12:31:53 -060011594 &dev_attr_eeprom_delay.attr,
11595 &dev_attr_ucode_version.attr,
11596 &dev_attr_rtc.attr,
James Ketrenosa613bff2005-08-24 21:43:11 -050011597 &dev_attr_scan_age.attr,
11598 &dev_attr_led.attr,
James Ketrenosb095c382005-08-24 22:04:42 -050011599 &dev_attr_speed_scan.attr,
11600 &dev_attr_net_stats.attr,
Zhu Yi375dd242007-02-14 16:04:24 +080011601 &dev_attr_channels.attr,
Zhu Yid685b8c2006-04-13 17:20:27 +080011602#ifdef CONFIG_IPW2200_PROMISCUOUS
11603 &dev_attr_rtap_iface.attr,
11604 &dev_attr_rtap_filter.attr,
11605#endif
James Ketrenos43f66a62005-03-25 12:31:53 -060011606 NULL
11607};
11608
11609static struct attribute_group ipw_attribute_group = {
11610 .name = NULL, /* put in device directory */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011611 .attrs = ipw_sysfs_entries,
James Ketrenos43f66a62005-03-25 12:31:53 -060011612};
11613
Zhu Yid685b8c2006-04-13 17:20:27 +080011614#ifdef CONFIG_IPW2200_PROMISCUOUS
11615static int ipw_prom_open(struct net_device *dev)
11616{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011617 struct ipw_prom_priv *prom_priv = libipw_priv(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011618 struct ipw_priv *priv = prom_priv->priv;
11619
11620 IPW_DEBUG_INFO("prom dev->open\n");
11621 netif_carrier_off(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011622
11623 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
11624 priv->sys_config.accept_all_data_frames = 1;
11625 priv->sys_config.accept_non_directed_frames = 1;
11626 priv->sys_config.accept_all_mgmt_bcpr = 1;
11627 priv->sys_config.accept_all_mgmt_frames = 1;
11628
11629 ipw_send_system_config(priv);
11630 }
11631
11632 return 0;
11633}
11634
11635static int ipw_prom_stop(struct net_device *dev)
11636{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011637 struct ipw_prom_priv *prom_priv = libipw_priv(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011638 struct ipw_priv *priv = prom_priv->priv;
11639
11640 IPW_DEBUG_INFO("prom dev->stop\n");
11641
11642 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
11643 priv->sys_config.accept_all_data_frames = 0;
11644 priv->sys_config.accept_non_directed_frames = 0;
11645 priv->sys_config.accept_all_mgmt_bcpr = 0;
11646 priv->sys_config.accept_all_mgmt_frames = 0;
11647
11648 ipw_send_system_config(priv);
11649 }
11650
11651 return 0;
11652}
11653
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000011654static netdev_tx_t ipw_prom_hard_start_xmit(struct sk_buff *skb,
11655 struct net_device *dev)
Zhu Yid685b8c2006-04-13 17:20:27 +080011656{
11657 IPW_DEBUG_INFO("prom dev->xmit\n");
Patrick McHardy4153e772009-06-12 04:08:02 +000011658 dev_kfree_skb(skb);
11659 return NETDEV_TX_OK;
Zhu Yid685b8c2006-04-13 17:20:27 +080011660}
11661
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011662static const struct net_device_ops ipw_prom_netdev_ops = {
11663 .ndo_open = ipw_prom_open,
11664 .ndo_stop = ipw_prom_stop,
11665 .ndo_start_xmit = ipw_prom_hard_start_xmit,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011666 .ndo_change_mtu = libipw_change_mtu,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011667 .ndo_set_mac_address = eth_mac_addr,
11668 .ndo_validate_addr = eth_validate_addr,
11669};
11670
Zhu Yid685b8c2006-04-13 17:20:27 +080011671static int ipw_prom_alloc(struct ipw_priv *priv)
11672{
11673 int rc = 0;
11674
11675 if (priv->prom_net_dev)
11676 return -EPERM;
11677
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011678 priv->prom_net_dev = alloc_libipw(sizeof(struct ipw_prom_priv), 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011679 if (priv->prom_net_dev == NULL)
11680 return -ENOMEM;
11681
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011682 priv->prom_priv = libipw_priv(priv->prom_net_dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011683 priv->prom_priv->ieee = netdev_priv(priv->prom_net_dev);
11684 priv->prom_priv->priv = priv;
11685
11686 strcpy(priv->prom_net_dev->name, "rtap%d");
Daniel Drake3f2eeac2008-04-02 20:33:54 +010011687 memcpy(priv->prom_net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
Zhu Yid685b8c2006-04-13 17:20:27 +080011688
11689 priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011690 priv->prom_net_dev->netdev_ops = &ipw_prom_netdev_ops;
Zhu Yid685b8c2006-04-13 17:20:27 +080011691
11692 priv->prom_priv->ieee->iw_mode = IW_MODE_MONITOR;
Masakazu Mokuno229ce3a2008-05-14 14:16:50 +090011693 SET_NETDEV_DEV(priv->prom_net_dev, &priv->pci_dev->dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011694
11695 rc = register_netdev(priv->prom_net_dev);
11696 if (rc) {
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011697 free_libipw(priv->prom_net_dev, 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011698 priv->prom_net_dev = NULL;
11699 return rc;
11700 }
11701
11702 return 0;
11703}
11704
11705static void ipw_prom_free(struct ipw_priv *priv)
11706{
11707 if (!priv->prom_net_dev)
11708 return;
11709
11710 unregister_netdev(priv->prom_net_dev);
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011711 free_libipw(priv->prom_net_dev, 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011712
11713 priv->prom_net_dev = NULL;
11714}
11715
11716#endif
11717
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011718static const struct net_device_ops ipw_netdev_ops = {
11719 .ndo_init = ipw_net_init,
11720 .ndo_open = ipw_net_open,
11721 .ndo_stop = ipw_net_stop,
11722 .ndo_set_multicast_list = ipw_net_set_multicast_list,
11723 .ndo_set_mac_address = ipw_net_set_mac_address,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011724 .ndo_start_xmit = libipw_xmit,
11725 .ndo_change_mtu = libipw_change_mtu,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011726 .ndo_validate_addr = eth_validate_addr,
11727};
Zhu Yid685b8c2006-04-13 17:20:27 +080011728
Adrian Bunk2ef19e62007-12-11 23:20:22 +010011729static int __devinit ipw_pci_probe(struct pci_dev *pdev,
11730 const struct pci_device_id *ent)
James Ketrenos43f66a62005-03-25 12:31:53 -060011731{
11732 int err = 0;
11733 struct net_device *net_dev;
11734 void __iomem *base;
11735 u32 length, val;
11736 struct ipw_priv *priv;
James Ketrenosafbf30a2005-08-25 00:05:33 -050011737 int i;
James Ketrenos43f66a62005-03-25 12:31:53 -060011738
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011739 net_dev = alloc_libipw(sizeof(struct ipw_priv), 0);
James Ketrenos43f66a62005-03-25 12:31:53 -060011740 if (net_dev == NULL) {
11741 err = -ENOMEM;
11742 goto out;
11743 }
11744
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011745 priv = libipw_priv(net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011746 priv->ieee = netdev_priv(net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050011747
James Ketrenos43f66a62005-03-25 12:31:53 -060011748 priv->net_dev = net_dev;
11749 priv->pci_dev = pdev;
James Ketrenos43f66a62005-03-25 12:31:53 -060011750 ipw_debug_level = debug;
Zhu Yi89c318e2006-06-08 22:19:49 -070011751 spin_lock_init(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060011752 spin_lock_init(&priv->lock);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011753 for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++)
11754 INIT_LIST_HEAD(&priv->ibss_mac_hash[i]);
James Ketrenos43f66a62005-03-25 12:31:53 -060011755
Zhu Yi46441512006-01-24 16:37:59 +080011756 mutex_init(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011757 if (pci_enable_device(pdev)) {
11758 err = -ENODEV;
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011759 goto out_free_libipw;
James Ketrenos43f66a62005-03-25 12:31:53 -060011760 }
11761
11762 pci_set_master(pdev);
11763
Yang Hongyang284901a2009-04-06 19:01:15 -070011764 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Jeff Garzikbf794512005-07-31 13:07:26 -040011765 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -070011766 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
James Ketrenos43f66a62005-03-25 12:31:53 -060011767 if (err) {
11768 printk(KERN_WARNING DRV_NAME ": No suitable DMA available.\n");
11769 goto out_pci_disable_device;
11770 }
11771
11772 pci_set_drvdata(pdev, priv);
11773
11774 err = pci_request_regions(pdev, DRV_NAME);
Jeff Garzikbf794512005-07-31 13:07:26 -040011775 if (err)
James Ketrenos43f66a62005-03-25 12:31:53 -060011776 goto out_pci_disable_device;
11777
Jeff Garzikbf794512005-07-31 13:07:26 -040011778 /* We disable the RETRY_TIMEOUT register (0x41) to keep
James Ketrenos43f66a62005-03-25 12:31:53 -060011779 * PCI Tx retries from interfering with C3 CPU state */
Jeff Garzikbf794512005-07-31 13:07:26 -040011780 pci_read_config_dword(pdev, 0x40, &val);
11781 if ((val & 0x0000ff00) != 0)
James Ketrenos43f66a62005-03-25 12:31:53 -060011782 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
Jeff Garzikbf794512005-07-31 13:07:26 -040011783
James Ketrenos43f66a62005-03-25 12:31:53 -060011784 length = pci_resource_len(pdev, 0);
11785 priv->hw_len = length;
Jeff Garzikbf794512005-07-31 13:07:26 -040011786
Arjan van de Ven275f1652008-10-20 21:42:39 -070011787 base = pci_ioremap_bar(pdev, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -060011788 if (!base) {
11789 err = -ENODEV;
11790 goto out_pci_release_regions;
11791 }
11792
11793 priv->hw_base = base;
11794 IPW_DEBUG_INFO("pci_resource_len = 0x%08x\n", length);
11795 IPW_DEBUG_INFO("pci_resource_base = %p\n", base);
11796
11797 err = ipw_setup_deferred_work(priv);
11798 if (err) {
11799 IPW_ERROR("Unable to setup deferred work\n");
11800 goto out_iounmap;
11801 }
11802
James Ketrenosb095c382005-08-24 22:04:42 -050011803 ipw_sw_reset(priv, 1);
James Ketrenos43f66a62005-03-25 12:31:53 -060011804
Thomas Gleixner1fb9df52006-07-01 19:29:39 -070011805 err = request_irq(pdev->irq, ipw_isr, IRQF_SHARED, DRV_NAME, priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011806 if (err) {
11807 IPW_ERROR("Error allocating IRQ %d\n", pdev->irq);
11808 goto out_destroy_workqueue;
11809 }
11810
James Ketrenos43f66a62005-03-25 12:31:53 -060011811 SET_NETDEV_DEV(net_dev, &pdev->dev);
11812
Zhu Yi46441512006-01-24 16:37:59 +080011813 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011814
James Ketrenos43f66a62005-03-25 12:31:53 -060011815 priv->ieee->hard_start_xmit = ipw_net_hard_start_xmit;
11816 priv->ieee->set_security = shim__set_security;
James Ketrenos227d2dc2005-07-28 16:25:55 -050011817 priv->ieee->is_queue_full = ipw_net_is_queue_full;
James Ketrenos43f66a62005-03-25 12:31:53 -060011818
Zhu Yie43e3c12006-04-13 17:20:45 +080011819#ifdef CONFIG_IPW2200_QOS
Zhu Yia5cf4fe2006-04-13 17:19:11 +080011820 priv->ieee->is_qos_active = ipw_is_qos_active;
James Ketrenos3b9990c2005-08-19 13:18:55 -050011821 priv->ieee->handle_probe_response = ipw_handle_beacon;
11822 priv->ieee->handle_beacon = ipw_handle_probe_response;
11823 priv->ieee->handle_assoc_response = ipw_handle_assoc_response;
Zhu Yie43e3c12006-04-13 17:20:45 +080011824#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050011825
James Ketrenosc848d0a2005-08-24 21:56:24 -050011826 priv->ieee->perfect_rssi = -20;
11827 priv->ieee->worst_rssi = -85;
James Ketrenos43f66a62005-03-25 12:31:53 -060011828
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011829 net_dev->netdev_ops = &ipw_netdev_ops;
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000011830 priv->wireless_data.spy_data = &priv->ieee->spy_data;
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000011831 net_dev->wireless_data = &priv->wireless_data;
James Ketrenos43f66a62005-03-25 12:31:53 -060011832 net_dev->wireless_handlers = &ipw_wx_handler_def;
11833 net_dev->ethtool_ops = &ipw_ethtool_ops;
11834 net_dev->irq = pdev->irq;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011835 net_dev->base_addr = (unsigned long)priv->hw_base;
James Ketrenos43f66a62005-03-25 12:31:53 -060011836 net_dev->mem_start = pci_resource_start(pdev, 0);
11837 net_dev->mem_end = net_dev->mem_start + pci_resource_len(pdev, 0) - 1;
11838
11839 err = sysfs_create_group(&pdev->dev.kobj, &ipw_attribute_group);
11840 if (err) {
11841 IPW_ERROR("failed to create sysfs device attributes\n");
Zhu Yi46441512006-01-24 16:37:59 +080011842 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011843 goto out_release_irq;
11844 }
11845
Zhu Yi46441512006-01-24 16:37:59 +080011846 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011847 err = register_netdev(net_dev);
11848 if (err) {
11849 IPW_ERROR("failed to register network device\n");
James Ketrenosa613bff2005-08-24 21:43:11 -050011850 goto out_remove_sysfs;
James Ketrenos43f66a62005-03-25 12:31:53 -060011851 }
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011852
Zhu Yid685b8c2006-04-13 17:20:27 +080011853#ifdef CONFIG_IPW2200_PROMISCUOUS
11854 if (rtap_iface) {
11855 err = ipw_prom_alloc(priv);
11856 if (err) {
11857 IPW_ERROR("Failed to register promiscuous network "
11858 "device (error %d).\n", err);
11859 unregister_netdev(priv->net_dev);
11860 goto out_remove_sysfs;
11861 }
11862 }
11863#endif
11864
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011865 printk(KERN_INFO DRV_NAME ": Detected geography %s (%d 802.11bg "
11866 "channels, %d 802.11a channels)\n",
11867 priv->ieee->geo.name, priv->ieee->geo.bg_channels,
11868 priv->ieee->geo.a_channels);
11869
James Ketrenos43f66a62005-03-25 12:31:53 -060011870 return 0;
11871
James Ketrenosa613bff2005-08-24 21:43:11 -050011872 out_remove_sysfs:
James Ketrenos43f66a62005-03-25 12:31:53 -060011873 sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011874 out_release_irq:
James Ketrenos43f66a62005-03-25 12:31:53 -060011875 free_irq(pdev->irq, priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011876 out_destroy_workqueue:
James Ketrenos43f66a62005-03-25 12:31:53 -060011877 destroy_workqueue(priv->workqueue);
11878 priv->workqueue = NULL;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011879 out_iounmap:
James Ketrenos43f66a62005-03-25 12:31:53 -060011880 iounmap(priv->hw_base);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011881 out_pci_release_regions:
James Ketrenos43f66a62005-03-25 12:31:53 -060011882 pci_release_regions(pdev);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011883 out_pci_disable_device:
James Ketrenos43f66a62005-03-25 12:31:53 -060011884 pci_disable_device(pdev);
11885 pci_set_drvdata(pdev, NULL);
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011886 out_free_libipw:
11887 free_libipw(priv->net_dev, 0);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011888 out:
James Ketrenos43f66a62005-03-25 12:31:53 -060011889 return err;
11890}
11891
Adrian Bunk2ef19e62007-12-11 23:20:22 +010011892static void __devexit ipw_pci_remove(struct pci_dev *pdev)
James Ketrenos43f66a62005-03-25 12:31:53 -060011893{
11894 struct ipw_priv *priv = pci_get_drvdata(pdev);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011895 struct list_head *p, *q;
11896 int i;
James Ketrenosb095c382005-08-24 22:04:42 -050011897
James Ketrenos43f66a62005-03-25 12:31:53 -060011898 if (!priv)
11899 return;
11900
Zhu Yi46441512006-01-24 16:37:59 +080011901 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011902
James Ketrenosafbf30a2005-08-25 00:05:33 -050011903 priv->status |= STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011904 ipw_down(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011905 sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group);
11906
Zhu Yi46441512006-01-24 16:37:59 +080011907 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011908
11909 unregister_netdev(priv->net_dev);
11910
11911 if (priv->rxq) {
11912 ipw_rx_queue_free(priv, priv->rxq);
11913 priv->rxq = NULL;
11914 }
11915 ipw_tx_queue_free(priv);
11916
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011917 if (priv->cmdlog) {
11918 kfree(priv->cmdlog);
11919 priv->cmdlog = NULL;
11920 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011921 /* ipw_down will ensure that there is no more pending work
11922 * in the workqueue's, so we can safely remove them now. */
James Ketrenosa613bff2005-08-24 21:43:11 -050011923 cancel_delayed_work(&priv->adhoc_check);
11924 cancel_delayed_work(&priv->gather_stats);
11925 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040011926 cancel_delayed_work(&priv->request_direct_scan);
11927 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040011928 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050011929 cancel_delayed_work(&priv->rf_kill);
11930 cancel_delayed_work(&priv->scan_check);
11931 destroy_workqueue(priv->workqueue);
11932 priv->workqueue = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -060011933
James Ketrenosafbf30a2005-08-25 00:05:33 -050011934 /* Free MAC hash list for ADHOC */
11935 for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++) {
11936 list_for_each_safe(p, q, &priv->ibss_mac_hash[i]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -050011937 list_del(p);
Zhu Yi489f4452006-01-24 16:37:41 +080011938 kfree(list_entry(p, struct ipw_ibss_seq, list));
James Ketrenosafbf30a2005-08-25 00:05:33 -050011939 }
11940 }
11941
Jesper Juhl8f760782006-06-27 02:55:06 -070011942 kfree(priv->error);
11943 priv->error = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -060011944
Zhu Yid685b8c2006-04-13 17:20:27 +080011945#ifdef CONFIG_IPW2200_PROMISCUOUS
11946 ipw_prom_free(priv);
11947#endif
11948
James Ketrenos43f66a62005-03-25 12:31:53 -060011949 free_irq(pdev->irq, priv);
11950 iounmap(priv->hw_base);
11951 pci_release_regions(pdev);
11952 pci_disable_device(pdev);
11953 pci_set_drvdata(pdev, NULL);
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011954 /* wiphy_unregister needs to be here, before free_libipw */
John W. Linvillea3caa992009-08-25 14:12:25 -040011955 wiphy_unregister(priv->ieee->wdev.wiphy);
11956 kfree(priv->ieee->a_band.channels);
11957 kfree(priv->ieee->bg_band.channels);
Pavel Roskin27ae60f2010-03-12 00:01:22 -050011958 free_libipw(priv->net_dev, 0);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011959 free_firmware();
James Ketrenos43f66a62005-03-25 12:31:53 -060011960}
11961
James Ketrenos43f66a62005-03-25 12:31:53 -060011962#ifdef CONFIG_PM
Pavel Machek583a4e82005-09-03 15:56:58 -070011963static int ipw_pci_suspend(struct pci_dev *pdev, pm_message_t state)
James Ketrenos43f66a62005-03-25 12:31:53 -060011964{
11965 struct ipw_priv *priv = pci_get_drvdata(pdev);
11966 struct net_device *dev = priv->net_dev;
11967
11968 printk(KERN_INFO "%s: Going into suspend...\n", dev->name);
11969
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011970 /* Take down the device; powers it off, etc. */
James Ketrenos43f66a62005-03-25 12:31:53 -060011971 ipw_down(priv);
11972
11973 /* Remove the PRESENT state of the device */
11974 netif_device_detach(dev);
11975
James Ketrenos43f66a62005-03-25 12:31:53 -060011976 pci_save_state(pdev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011977 pci_disable_device(pdev);
Pavel Machek583a4e82005-09-03 15:56:58 -070011978 pci_set_power_state(pdev, pci_choose_state(pdev, state));
Jeff Garzikbf794512005-07-31 13:07:26 -040011979
Dan Williamsc3d72b92009-02-11 13:26:06 -050011980 priv->suspend_at = get_seconds();
11981
James Ketrenos43f66a62005-03-25 12:31:53 -060011982 return 0;
11983}
11984
11985static int ipw_pci_resume(struct pci_dev *pdev)
11986{
11987 struct ipw_priv *priv = pci_get_drvdata(pdev);
11988 struct net_device *dev = priv->net_dev;
John W. Linville02e0e5e2006-11-07 20:53:48 -050011989 int err;
James Ketrenos43f66a62005-03-25 12:31:53 -060011990 u32 val;
Jeff Garzikbf794512005-07-31 13:07:26 -040011991
James Ketrenos43f66a62005-03-25 12:31:53 -060011992 printk(KERN_INFO "%s: Coming out of suspend...\n", dev->name);
11993
James Ketrenosea2b26e2005-08-24 21:25:16 -050011994 pci_set_power_state(pdev, PCI_D0);
John W. Linville02e0e5e2006-11-07 20:53:48 -050011995 err = pci_enable_device(pdev);
11996 if (err) {
11997 printk(KERN_ERR "%s: pci_enable_device failed on resume\n",
11998 dev->name);
11999 return err;
12000 }
James Ketrenos43f66a62005-03-25 12:31:53 -060012001 pci_restore_state(pdev);
James Ketrenosea2b26e2005-08-24 21:25:16 -050012002
James Ketrenos43f66a62005-03-25 12:31:53 -060012003 /*
12004 * Suspend/Resume resets the PCI configuration space, so we have to
12005 * re-disable the RETRY_TIMEOUT register (0x41) to keep PCI Tx retries
12006 * from interfering with C3 CPU state. pci_restore_state won't help
12007 * here since it only restores the first 64 bytes pci config header.
12008 */
Jeff Garzikbf794512005-07-31 13:07:26 -040012009 pci_read_config_dword(pdev, 0x40, &val);
12010 if ((val & 0x0000ff00) != 0)
James Ketrenos43f66a62005-03-25 12:31:53 -060012011 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
12012
12013 /* Set the device back into the PRESENT state; this will also wake
12014 * the queue of needed */
12015 netif_device_attach(dev);
12016
Dan Williamsc3d72b92009-02-11 13:26:06 -050012017 priv->suspend_time = get_seconds() - priv->suspend_at;
12018
James Ketrenos43f66a62005-03-25 12:31:53 -060012019 /* Bring the device back up */
12020 queue_work(priv->workqueue, &priv->up);
Jeff Garzikbf794512005-07-31 13:07:26 -040012021
James Ketrenos43f66a62005-03-25 12:31:53 -060012022 return 0;
12023}
12024#endif
12025
Zhu Yic8c22c92006-08-21 11:38:39 +080012026static void ipw_pci_shutdown(struct pci_dev *pdev)
12027{
12028 struct ipw_priv *priv = pci_get_drvdata(pdev);
12029
12030 /* Take down the device; powers it off, etc. */
12031 ipw_down(priv);
12032
12033 pci_disable_device(pdev);
12034}
12035
James Ketrenos43f66a62005-03-25 12:31:53 -060012036/* driver initialization stuff */
12037static struct pci_driver ipw_driver = {
12038 .name = DRV_NAME,
12039 .id_table = card_ids,
12040 .probe = ipw_pci_probe,
12041 .remove = __devexit_p(ipw_pci_remove),
12042#ifdef CONFIG_PM
12043 .suspend = ipw_pci_suspend,
12044 .resume = ipw_pci_resume,
12045#endif
Zhu Yic8c22c92006-08-21 11:38:39 +080012046 .shutdown = ipw_pci_shutdown,
James Ketrenos43f66a62005-03-25 12:31:53 -060012047};
12048
12049static int __init ipw_init(void)
12050{
12051 int ret;
12052
12053 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
12054 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
12055
Jeff Garzik29917622006-08-19 17:48:59 -040012056 ret = pci_register_driver(&ipw_driver);
James Ketrenos43f66a62005-03-25 12:31:53 -060012057 if (ret) {
12058 IPW_ERROR("Unable to initialize PCI module\n");
12059 return ret;
12060 }
12061
Jeff Garzik0edd5b42005-09-07 00:48:31 -040012062 ret = driver_create_file(&ipw_driver.driver, &driver_attr_debug_level);
James Ketrenos43f66a62005-03-25 12:31:53 -060012063 if (ret) {
12064 IPW_ERROR("Unable to create driver sysfs file\n");
12065 pci_unregister_driver(&ipw_driver);
12066 return ret;
12067 }
12068
12069 return ret;
12070}
12071
12072static void __exit ipw_exit(void)
12073{
12074 driver_remove_file(&ipw_driver.driver, &driver_attr_debug_level);
12075 pci_unregister_driver(&ipw_driver);
12076}
12077
12078module_param(disable, int, 0444);
12079MODULE_PARM_DESC(disable, "manually disable the radio (default 0 [radio on])");
12080
12081module_param(associate, int, 0444);
Tim Gardner5c7f9b72008-10-14 10:38:03 -060012082MODULE_PARM_DESC(associate, "auto associate when scanning (default off)");
James Ketrenos43f66a62005-03-25 12:31:53 -060012083
12084module_param(auto_create, int, 0444);
12085MODULE_PARM_DESC(auto_create, "auto create adhoc network (default on)");
12086
Reinette Chatre21f8a732009-08-18 10:25:05 -070012087module_param_named(led, led_support, int, 0444);
Niels de Vos61a2d072008-07-31 00:07:23 -070012088MODULE_PARM_DESC(led, "enable led control on some systems (default 0 off)");
James Ketrenosa613bff2005-08-24 21:43:11 -050012089
James Ketrenos43f66a62005-03-25 12:31:53 -060012090module_param(debug, int, 0444);
12091MODULE_PARM_DESC(debug, "debug output mask");
12092
Reinette Chatre21f8a732009-08-18 10:25:05 -070012093module_param_named(channel, default_channel, int, 0444);
Jeff Garzikbf794512005-07-31 13:07:26 -040012094MODULE_PARM_DESC(channel, "channel to limit associate to (default 0 [ANY])");
James Ketrenos43f66a62005-03-25 12:31:53 -060012095
Zhu Yid685b8c2006-04-13 17:20:27 +080012096#ifdef CONFIG_IPW2200_PROMISCUOUS
12097module_param(rtap_iface, int, 0444);
12098MODULE_PARM_DESC(rtap_iface, "create the rtap interface (1 - create, default 0)");
12099#endif
12100
Zhu Yie43e3c12006-04-13 17:20:45 +080012101#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050012102module_param(qos_enable, int, 0444);
12103MODULE_PARM_DESC(qos_enable, "enable all QoS functionalitis");
James Ketrenos43f66a62005-03-25 12:31:53 -060012104
James Ketrenosb095c382005-08-24 22:04:42 -050012105module_param(qos_burst_enable, int, 0444);
12106MODULE_PARM_DESC(qos_burst_enable, "enable QoS burst mode");
12107
12108module_param(qos_no_ack_mask, int, 0444);
12109MODULE_PARM_DESC(qos_no_ack_mask, "mask Tx_Queue to no ack");
12110
12111module_param(burst_duration_CCK, int, 0444);
12112MODULE_PARM_DESC(burst_duration_CCK, "set CCK burst value");
12113
12114module_param(burst_duration_OFDM, int, 0444);
12115MODULE_PARM_DESC(burst_duration_OFDM, "set OFDM burst value");
Zhu Yie43e3c12006-04-13 17:20:45 +080012116#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050012117
12118#ifdef CONFIG_IPW2200_MONITOR
Reinette Chatre21f8a732009-08-18 10:25:05 -070012119module_param_named(mode, network_mode, int, 0444);
James Ketrenos43f66a62005-03-25 12:31:53 -060012120MODULE_PARM_DESC(mode, "network mode (0=BSS,1=IBSS,2=Monitor)");
12121#else
Reinette Chatre21f8a732009-08-18 10:25:05 -070012122module_param_named(mode, network_mode, int, 0444);
James Ketrenos43f66a62005-03-25 12:31:53 -060012123MODULE_PARM_DESC(mode, "network mode (0=BSS,1=IBSS)");
12124#endif
12125
Zhu Yi810dabd2006-01-24 16:36:59 +080012126module_param(bt_coexist, int, 0444);
12127MODULE_PARM_DESC(bt_coexist, "enable bluetooth coexistence (default off)");
12128
James Ketrenosb095c382005-08-24 22:04:42 -050012129module_param(hwcrypto, int, 0444);
Zhu Yibde37d02006-01-24 16:38:08 +080012130MODULE_PARM_DESC(hwcrypto, "enable hardware crypto (default off)");
James Ketrenosb095c382005-08-24 22:04:42 -050012131
James Ketrenosf6c5cb72005-08-25 00:39:09 -050012132module_param(cmdlog, int, 0444);
12133MODULE_PARM_DESC(cmdlog,
12134 "allocate a ring buffer for logging firmware commands");
12135
Zhu Yi4bfdb912006-01-24 16:37:16 +080012136module_param(roaming, int, 0444);
12137MODULE_PARM_DESC(roaming, "enable roaming support (default on)");
12138
Zhu Yid2b83e12006-04-13 17:19:36 +080012139module_param(antenna, int, 0444);
12140MODULE_PARM_DESC(antenna, "select antenna 1=Main, 3=Aux, default 0 [both], 2=slow_diversity (choose the one with lower background noise)");
12141
James Ketrenos43f66a62005-03-25 12:31:53 -060012142module_exit(ipw_exit);
12143module_init(ipw_init);