blob: 61ef8904af9717af7179495447cb0b616d43cd40 [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
33#include "ipw2200.h"
34
Zhu Yiae4af612006-04-13 17:20:34 +080035
36#ifndef KBUILD_EXTMOD
37#define VK "k"
38#else
39#define VK
40#endif
41
42#ifdef CONFIG_IPW2200_DEBUG
43#define VD "d"
44#else
45#define VD
46#endif
47
48#ifdef CONFIG_IPW2200_MONITOR
49#define VM "m"
50#else
51#define VM
52#endif
53
54#ifdef CONFIG_IPW2200_PROMISCUOUS
55#define VP "p"
56#else
57#define VP
58#endif
59
Zhu Yi459d4082006-04-13 17:21:00 +080060#ifdef CONFIG_IPW2200_RADIOTAP
Zhu Yiae4af612006-04-13 17:20:34 +080061#define VR "r"
62#else
63#define VR
64#endif
65
66#ifdef CONFIG_IPW2200_QOS
67#define VQ "q"
68#else
69#define VQ
70#endif
71
Zhu Yiee2c4ad2007-07-12 16:09:47 +080072#define IPW2200_VERSION "1.2.2" VK VD VM VP VR VQ
James Ketrenos43f66a62005-03-25 12:31:53 -060073#define DRV_DESCRIPTION "Intel(R) PRO/Wireless 2200/2915 Network Driver"
Zhu Yi171e7b22006-02-15 07:17:56 +080074#define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation"
James Ketrenos43f66a62005-03-25 12:31:53 -060075#define DRV_VERSION IPW2200_VERSION
76
James Ketrenosb095c382005-08-24 22:04:42 -050077#define ETH_P_80211_STATS (ETH_P_80211_RAW + 1)
78
James Ketrenos43f66a62005-03-25 12:31:53 -060079MODULE_DESCRIPTION(DRV_DESCRIPTION);
80MODULE_VERSION(DRV_VERSION);
81MODULE_AUTHOR(DRV_COPYRIGHT);
82MODULE_LICENSE("GPL");
83
James Ketrenosf6c5cb72005-08-25 00:39:09 -050084static int cmdlog = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060085static int debug = 0;
Reinette Chatre21f8a732009-08-18 10:25:05 -070086static int default_channel = 0;
87static int network_mode = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060088
89static u32 ipw_debug_level;
Tim Gardner5c7f9b72008-10-14 10:38:03 -060090static int associate;
James Ketrenos43f66a62005-03-25 12:31:53 -060091static int auto_create = 1;
Reinette Chatre21f8a732009-08-18 10:25:05 -070092static int led_support = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060093static int disable = 0;
Zhu Yi810dabd2006-01-24 16:36:59 +080094static int bt_coexist = 0;
Zhu Yibde37d02006-01-24 16:38:08 +080095static int hwcrypto = 0;
Zhu Yi4bfdb912006-01-24 16:37:16 +080096static int roaming = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -060097static const char ipw_modes[] = {
98 'a', 'b', 'g', '?'
99};
Zhu Yid2b83e12006-04-13 17:19:36 +0800100static int antenna = CFG_SYS_ANTENNA_BOTH;
James Ketrenos43f66a62005-03-25 12:31:53 -0600101
Zhu Yid685b8c2006-04-13 17:20:27 +0800102#ifdef CONFIG_IPW2200_PROMISCUOUS
103static int rtap_iface = 0; /* def: 0 -- do not create rtap interface */
104#endif
105
John W. Linvilleb8ecd982009-08-25 14:12:25 -0400106static struct ieee80211_rate ipw2200_rates[] = {
107 { .bitrate = 10 },
108 { .bitrate = 20, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
109 { .bitrate = 55, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
110 { .bitrate = 110, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
111 { .bitrate = 60 },
112 { .bitrate = 90 },
113 { .bitrate = 120 },
114 { .bitrate = 180 },
115 { .bitrate = 240 },
116 { .bitrate = 360 },
117 { .bitrate = 480 },
118 { .bitrate = 540 }
119};
120
121#define ipw2200_a_rates (ipw2200_rates + 4)
122#define ipw2200_num_a_rates 8
123#define ipw2200_bg_rates (ipw2200_rates + 0)
124#define ipw2200_num_bg_rates 12
Zhu Yid685b8c2006-04-13 17:20:27 +0800125
Zhu Yie43e3c12006-04-13 17:20:45 +0800126#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -0500127static int qos_enable = 0;
128static int qos_burst_enable = 0;
129static int qos_no_ack_mask = 0;
130static int burst_duration_CCK = 0;
131static int burst_duration_OFDM = 0;
132
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400133static struct libipw_qos_parameters def_qos_parameters_OFDM = {
James Ketrenosb095c382005-08-24 22:04:42 -0500134 {QOS_TX0_CW_MIN_OFDM, QOS_TX1_CW_MIN_OFDM, QOS_TX2_CW_MIN_OFDM,
135 QOS_TX3_CW_MIN_OFDM},
136 {QOS_TX0_CW_MAX_OFDM, QOS_TX1_CW_MAX_OFDM, QOS_TX2_CW_MAX_OFDM,
137 QOS_TX3_CW_MAX_OFDM},
138 {QOS_TX0_AIFS, QOS_TX1_AIFS, QOS_TX2_AIFS, QOS_TX3_AIFS},
139 {QOS_TX0_ACM, QOS_TX1_ACM, QOS_TX2_ACM, QOS_TX3_ACM},
140 {QOS_TX0_TXOP_LIMIT_OFDM, QOS_TX1_TXOP_LIMIT_OFDM,
141 QOS_TX2_TXOP_LIMIT_OFDM, QOS_TX3_TXOP_LIMIT_OFDM}
142};
143
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400144static struct libipw_qos_parameters def_qos_parameters_CCK = {
James Ketrenosb095c382005-08-24 22:04:42 -0500145 {QOS_TX0_CW_MIN_CCK, QOS_TX1_CW_MIN_CCK, QOS_TX2_CW_MIN_CCK,
146 QOS_TX3_CW_MIN_CCK},
147 {QOS_TX0_CW_MAX_CCK, QOS_TX1_CW_MAX_CCK, QOS_TX2_CW_MAX_CCK,
148 QOS_TX3_CW_MAX_CCK},
149 {QOS_TX0_AIFS, QOS_TX1_AIFS, QOS_TX2_AIFS, QOS_TX3_AIFS},
150 {QOS_TX0_ACM, QOS_TX1_ACM, QOS_TX2_ACM, QOS_TX3_ACM},
151 {QOS_TX0_TXOP_LIMIT_CCK, QOS_TX1_TXOP_LIMIT_CCK, QOS_TX2_TXOP_LIMIT_CCK,
152 QOS_TX3_TXOP_LIMIT_CCK}
153};
154
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400155static struct libipw_qos_parameters def_parameters_OFDM = {
James Ketrenosb095c382005-08-24 22:04:42 -0500156 {DEF_TX0_CW_MIN_OFDM, DEF_TX1_CW_MIN_OFDM, DEF_TX2_CW_MIN_OFDM,
157 DEF_TX3_CW_MIN_OFDM},
158 {DEF_TX0_CW_MAX_OFDM, DEF_TX1_CW_MAX_OFDM, DEF_TX2_CW_MAX_OFDM,
159 DEF_TX3_CW_MAX_OFDM},
160 {DEF_TX0_AIFS, DEF_TX1_AIFS, DEF_TX2_AIFS, DEF_TX3_AIFS},
161 {DEF_TX0_ACM, DEF_TX1_ACM, DEF_TX2_ACM, DEF_TX3_ACM},
162 {DEF_TX0_TXOP_LIMIT_OFDM, DEF_TX1_TXOP_LIMIT_OFDM,
163 DEF_TX2_TXOP_LIMIT_OFDM, DEF_TX3_TXOP_LIMIT_OFDM}
164};
165
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400166static struct libipw_qos_parameters def_parameters_CCK = {
James Ketrenosb095c382005-08-24 22:04:42 -0500167 {DEF_TX0_CW_MIN_CCK, DEF_TX1_CW_MIN_CCK, DEF_TX2_CW_MIN_CCK,
168 DEF_TX3_CW_MIN_CCK},
169 {DEF_TX0_CW_MAX_CCK, DEF_TX1_CW_MAX_CCK, DEF_TX2_CW_MAX_CCK,
170 DEF_TX3_CW_MAX_CCK},
171 {DEF_TX0_AIFS, DEF_TX1_AIFS, DEF_TX2_AIFS, DEF_TX3_AIFS},
172 {DEF_TX0_ACM, DEF_TX1_ACM, DEF_TX2_ACM, DEF_TX3_ACM},
173 {DEF_TX0_TXOP_LIMIT_CCK, DEF_TX1_TXOP_LIMIT_CCK, DEF_TX2_TXOP_LIMIT_CCK,
174 DEF_TX3_TXOP_LIMIT_CCK}
175};
176
177static u8 qos_oui[QOS_OUI_LEN] = { 0x00, 0x50, 0xF2 };
178
179static int from_priority_to_tx_queue[] = {
180 IPW_TX_QUEUE_1, IPW_TX_QUEUE_2, IPW_TX_QUEUE_2, IPW_TX_QUEUE_1,
181 IPW_TX_QUEUE_3, IPW_TX_QUEUE_3, IPW_TX_QUEUE_4, IPW_TX_QUEUE_4
182};
183
184static u32 ipw_qos_get_burst_duration(struct ipw_priv *priv);
185
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400186static int ipw_send_qos_params_command(struct ipw_priv *priv, struct libipw_qos_parameters
James Ketrenosb095c382005-08-24 22:04:42 -0500187 *qos_param);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400188static int ipw_send_qos_info_command(struct ipw_priv *priv, struct libipw_qos_information_element
James Ketrenosb095c382005-08-24 22:04:42 -0500189 *qos_param);
Zhu Yie43e3c12006-04-13 17:20:45 +0800190#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -0500191
Benoit Boissinot97a78ca2005-09-15 17:30:28 +0000192static struct iw_statistics *ipw_get_wireless_stats(struct net_device *dev);
James Ketrenosb095c382005-08-24 22:04:42 -0500193static void ipw_remove_current_network(struct ipw_priv *priv);
James Ketrenos43f66a62005-03-25 12:31:53 -0600194static void ipw_rx(struct ipw_priv *priv);
Jeff Garzikbf794512005-07-31 13:07:26 -0400195static int ipw_queue_tx_reclaim(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -0600196 struct clx2_tx_queue *txq, int qindex);
197static int ipw_queue_reset(struct ipw_priv *priv);
198
199static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf,
200 int len, int sync);
201
202static void ipw_tx_queue_free(struct ipw_priv *);
203
204static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *);
205static void ipw_rx_queue_free(struct ipw_priv *, struct ipw_rx_queue *);
206static void ipw_rx_queue_replenish(void *);
James Ketrenos43f66a62005-03-25 12:31:53 -0600207static int ipw_up(struct ipw_priv *);
David Howellsc4028952006-11-22 14:57:56 +0000208static void ipw_bg_up(struct work_struct *work);
James Ketrenos43f66a62005-03-25 12:31:53 -0600209static void ipw_down(struct ipw_priv *);
David Howellsc4028952006-11-22 14:57:56 +0000210static void ipw_bg_down(struct work_struct *work);
James Ketrenos43f66a62005-03-25 12:31:53 -0600211static int ipw_config(struct ipw_priv *);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400212static int init_supported_rates(struct ipw_priv *priv,
213 struct ipw_supported_rates *prates);
James Ketrenosb095c382005-08-24 22:04:42 -0500214static void ipw_set_hwcrypto_keys(struct ipw_priv *);
215static void ipw_send_wep_keys(struct ipw_priv *, int);
James Ketrenos43f66a62005-03-25 12:31:53 -0600216
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500217static int snprint_line(char *buf, size_t count,
218 const u8 * data, u32 len, u32 ofs)
James Ketrenos43f66a62005-03-25 12:31:53 -0600219{
220 int out, i, j, l;
221 char c;
Jeff Garzikbf794512005-07-31 13:07:26 -0400222
James Ketrenos43f66a62005-03-25 12:31:53 -0600223 out = snprintf(buf, count, "%08X", ofs);
224
225 for (l = 0, i = 0; i < 2; i++) {
226 out += snprintf(buf + out, count - out, " ");
Jeff Garzikbf794512005-07-31 13:07:26 -0400227 for (j = 0; j < 8 && l < len; j++, l++)
228 out += snprintf(buf + out, count - out, "%02X ",
James Ketrenos43f66a62005-03-25 12:31:53 -0600229 data[(i * 8 + j)]);
230 for (; j < 8; j++)
231 out += snprintf(buf + out, count - out, " ");
232 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400233
James Ketrenos43f66a62005-03-25 12:31:53 -0600234 out += snprintf(buf + out, count - out, " ");
235 for (l = 0, i = 0; i < 2; i++) {
236 out += snprintf(buf + out, count - out, " ");
237 for (j = 0; j < 8 && l < len; j++, l++) {
238 c = data[(i * 8 + j)];
239 if (!isascii(c) || !isprint(c))
240 c = '.';
Jeff Garzikbf794512005-07-31 13:07:26 -0400241
James Ketrenos43f66a62005-03-25 12:31:53 -0600242 out += snprintf(buf + out, count - out, "%c", c);
243 }
244
245 for (; j < 8; j++)
246 out += snprintf(buf + out, count - out, " ");
247 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400248
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500249 return out;
James Ketrenos43f66a62005-03-25 12:31:53 -0600250}
251
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400252static void printk_buf(int level, const u8 * data, u32 len)
James Ketrenos43f66a62005-03-25 12:31:53 -0600253{
254 char line[81];
255 u32 ofs = 0;
256 if (!(ipw_debug_level & level))
257 return;
258
259 while (len) {
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500260 snprint_line(line, sizeof(line), &data[ofs],
261 min(len, 16U), ofs);
262 printk(KERN_DEBUG "%s\n", line);
James Ketrenos43f66a62005-03-25 12:31:53 -0600263 ofs += 16;
264 len -= min(len, 16U);
265 }
266}
267
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500268static int snprintk_buf(u8 * output, size_t size, const u8 * data, size_t len)
269{
270 size_t out = size;
271 u32 ofs = 0;
272 int total = 0;
273
274 while (size && len) {
275 out = snprint_line(output, size, &data[ofs],
276 min_t(size_t, len, 16U), ofs);
277
278 ofs += 16;
279 output += out;
280 size -= out;
281 len -= min_t(size_t, len, 16U);
282 total += out;
283 }
284 return total;
285}
286
Zhu Yic8fe6672006-01-24 16:36:36 +0800287/* alias for 32-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600288static u32 _ipw_read_reg32(struct ipw_priv *priv, u32 reg);
289#define ipw_read_reg32(a, b) _ipw_read_reg32(a, b)
290
Zhu Yic8fe6672006-01-24 16:36:36 +0800291/* alias for 8-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600292static u8 _ipw_read_reg8(struct ipw_priv *ipw, u32 reg);
293#define ipw_read_reg8(a, b) _ipw_read_reg8(a, b)
294
Zhu Yic8fe6672006-01-24 16:36:36 +0800295/* 8-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600296static void _ipw_write_reg8(struct ipw_priv *priv, u32 reg, u8 value);
297static inline void ipw_write_reg8(struct ipw_priv *a, u32 b, u8 c)
298{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400299 IPW_DEBUG_IO("%s %d: write_indirect8(0x%08X, 0x%08X)\n", __FILE__,
300 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600301 _ipw_write_reg8(a, b, c);
302}
303
Zhu Yic8fe6672006-01-24 16:36:36 +0800304/* 16-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600305static void _ipw_write_reg16(struct ipw_priv *priv, u32 reg, u16 value);
306static inline void ipw_write_reg16(struct ipw_priv *a, u32 b, u16 c)
307{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400308 IPW_DEBUG_IO("%s %d: write_indirect16(0x%08X, 0x%08X)\n", __FILE__,
309 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600310 _ipw_write_reg16(a, b, c);
311}
312
Zhu Yic8fe6672006-01-24 16:36:36 +0800313/* 32-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600314static void _ipw_write_reg32(struct ipw_priv *priv, u32 reg, u32 value);
315static inline void ipw_write_reg32(struct ipw_priv *a, u32 b, u32 c)
316{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400317 IPW_DEBUG_IO("%s %d: write_indirect32(0x%08X, 0x%08X)\n", __FILE__,
318 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600319 _ipw_write_reg32(a, b, c);
320}
321
Zhu Yic8fe6672006-01-24 16:36:36 +0800322/* 8-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100323static inline void _ipw_write8(struct ipw_priv *ipw, unsigned long ofs,
324 u8 val)
325{
326 writeb(val, ipw->hw_base + ofs);
327}
Zhu Yic8fe6672006-01-24 16:36:36 +0800328
329/* 8-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Takashi Iwaifb55d882008-07-31 19:02:06 +0200330#define ipw_write8(ipw, ofs, val) do { \
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100331 IPW_DEBUG_IO("%s %d: write_direct8(0x%08X, 0x%08X)\n", __FILE__, \
332 __LINE__, (u32)(ofs), (u32)(val)); \
333 _ipw_write8(ipw, ofs, val); \
334} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600335
Zhu Yic8fe6672006-01-24 16:36:36 +0800336/* 16-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100337static inline void _ipw_write16(struct ipw_priv *ipw, unsigned long ofs,
338 u16 val)
339{
340 writew(val, ipw->hw_base + ofs);
341}
Zhu Yic8fe6672006-01-24 16:36:36 +0800342
343/* 16-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100344#define ipw_write16(ipw, ofs, val) do { \
345 IPW_DEBUG_IO("%s %d: write_direct16(0x%08X, 0x%08X)\n", __FILE__, \
346 __LINE__, (u32)(ofs), (u32)(val)); \
347 _ipw_write16(ipw, ofs, val); \
348} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600349
Zhu Yic8fe6672006-01-24 16:36:36 +0800350/* 32-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100351static inline void _ipw_write32(struct ipw_priv *ipw, unsigned long ofs,
352 u32 val)
353{
354 writel(val, ipw->hw_base + ofs);
355}
Zhu Yic8fe6672006-01-24 16:36:36 +0800356
357/* 32-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100358#define ipw_write32(ipw, ofs, val) do { \
359 IPW_DEBUG_IO("%s %d: write_direct32(0x%08X, 0x%08X)\n", __FILE__, \
360 __LINE__, (u32)(ofs), (u32)(val)); \
361 _ipw_write32(ipw, ofs, val); \
362} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600363
Zhu Yic8fe6672006-01-24 16:36:36 +0800364/* 8-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100365static inline u8 _ipw_read8(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400366{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100367 return readb(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600368}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400369
Zhu Yic8fe6672006-01-24 16:36:36 +0800370/* alias to 8-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100371#define ipw_read8(ipw, ofs) ({ \
372 IPW_DEBUG_IO("%s %d: read_direct8(0x%08X)\n", __FILE__, __LINE__, \
373 (u32)(ofs)); \
374 _ipw_read8(ipw, ofs); \
375})
James Ketrenos43f66a62005-03-25 12:31:53 -0600376
Zhu Yic8fe6672006-01-24 16:36:36 +0800377/* 16-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100378static inline u16 _ipw_read16(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400379{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100380 return readw(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600381}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400382
Zhu Yic8fe6672006-01-24 16:36:36 +0800383/* alias to 16-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100384#define ipw_read16(ipw, ofs) ({ \
385 IPW_DEBUG_IO("%s %d: read_direct16(0x%08X)\n", __FILE__, __LINE__, \
386 (u32)(ofs)); \
387 _ipw_read16(ipw, ofs); \
388})
James Ketrenos43f66a62005-03-25 12:31:53 -0600389
Zhu Yic8fe6672006-01-24 16:36:36 +0800390/* 32-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100391static inline u32 _ipw_read32(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400392{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100393 return readl(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600394}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400395
Zhu Yic8fe6672006-01-24 16:36:36 +0800396/* alias to 32-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100397#define ipw_read32(ipw, ofs) ({ \
398 IPW_DEBUG_IO("%s %d: read_direct32(0x%08X)\n", __FILE__, __LINE__, \
399 (u32)(ofs)); \
400 _ipw_read32(ipw, ofs); \
401})
James Ketrenos43f66a62005-03-25 12:31:53 -0600402
403static void _ipw_read_indirect(struct ipw_priv *, u32, u8 *, int);
Zhu Yic8fe6672006-01-24 16:36:36 +0800404/* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100405#define ipw_read_indirect(a, b, c, d) ({ \
406 IPW_DEBUG_IO("%s %d: read_indirect(0x%08X) %u bytes\n", __FILE__, \
407 __LINE__, (u32)(b), (u32)(d)); \
408 _ipw_read_indirect(a, b, c, d); \
409})
James Ketrenos43f66a62005-03-25 12:31:53 -0600410
Zhu Yic8fe6672006-01-24 16:36:36 +0800411/* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400412static void _ipw_write_indirect(struct ipw_priv *priv, u32 addr, u8 * data,
413 int num);
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100414#define ipw_write_indirect(a, b, c, d) do { \
415 IPW_DEBUG_IO("%s %d: write_indirect(0x%08X) %u bytes\n", __FILE__, \
416 __LINE__, (u32)(b), (u32)(d)); \
417 _ipw_write_indirect(a, b, c, d); \
418} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600419
Zhu Yic8fe6672006-01-24 16:36:36 +0800420/* 32-bit indirect write (above 4K) */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400421static void _ipw_write_reg32(struct ipw_priv *priv, u32 reg, u32 value)
James Ketrenos43f66a62005-03-25 12:31:53 -0600422{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400423 IPW_DEBUG_IO(" %p : reg = 0x%8X : value = 0x%8X\n", priv, reg, value);
James Ketrenosb095c382005-08-24 22:04:42 -0500424 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg);
425 _ipw_write32(priv, IPW_INDIRECT_DATA, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600426}
427
Zhu Yic8fe6672006-01-24 16:36:36 +0800428/* 8-bit indirect write (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600429static void _ipw_write_reg8(struct ipw_priv *priv, u32 reg, u8 value)
430{
Zhu Yi2638bc32006-01-24 16:37:52 +0800431 u32 aligned_addr = reg & IPW_INDIRECT_ADDR_MASK; /* dword align */
Zhu Yic8fe6672006-01-24 16:36:36 +0800432 u32 dif_len = reg - aligned_addr;
433
James Ketrenos43f66a62005-03-25 12:31:53 -0600434 IPW_DEBUG_IO(" reg = 0x%8X : value = 0x%8X\n", reg, value);
Zhu Yic8fe6672006-01-24 16:36:36 +0800435 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
436 _ipw_write8(priv, IPW_INDIRECT_DATA + dif_len, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600437}
438
Zhu Yic8fe6672006-01-24 16:36:36 +0800439/* 16-bit indirect write (above 4K) */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400440static void _ipw_write_reg16(struct ipw_priv *priv, u32 reg, u16 value)
James Ketrenos43f66a62005-03-25 12:31:53 -0600441{
Zhu Yi2638bc32006-01-24 16:37:52 +0800442 u32 aligned_addr = reg & IPW_INDIRECT_ADDR_MASK; /* dword align */
Zhu Yic8fe6672006-01-24 16:36:36 +0800443 u32 dif_len = (reg - aligned_addr) & (~0x1ul);
444
James Ketrenos43f66a62005-03-25 12:31:53 -0600445 IPW_DEBUG_IO(" reg = 0x%8X : value = 0x%8X\n", reg, value);
Zhu Yic8fe6672006-01-24 16:36:36 +0800446 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
447 _ipw_write16(priv, IPW_INDIRECT_DATA + dif_len, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600448}
449
Zhu Yic8fe6672006-01-24 16:36:36 +0800450/* 8-bit indirect read (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600451static u8 _ipw_read_reg8(struct ipw_priv *priv, u32 reg)
452{
453 u32 word;
James Ketrenosb095c382005-08-24 22:04:42 -0500454 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg & IPW_INDIRECT_ADDR_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -0600455 IPW_DEBUG_IO(" reg = 0x%8X : \n", reg);
James Ketrenosb095c382005-08-24 22:04:42 -0500456 word = _ipw_read32(priv, IPW_INDIRECT_DATA);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400457 return (word >> ((reg & 0x3) * 8)) & 0xff;
James Ketrenos43f66a62005-03-25 12:31:53 -0600458}
459
Zhu Yic8fe6672006-01-24 16:36:36 +0800460/* 32-bit indirect read (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600461static u32 _ipw_read_reg32(struct ipw_priv *priv, u32 reg)
462{
463 u32 value;
464
465 IPW_DEBUG_IO("%p : reg = 0x%08x\n", priv, reg);
466
James Ketrenosb095c382005-08-24 22:04:42 -0500467 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg);
468 value = _ipw_read32(priv, IPW_INDIRECT_DATA);
James Ketrenos43f66a62005-03-25 12:31:53 -0600469 IPW_DEBUG_IO(" reg = 0x%4X : value = 0x%4x \n", reg, value);
470 return value;
471}
472
Zhu Yic8fe6672006-01-24 16:36:36 +0800473/* General purpose, no alignment requirement, iterative (multi-byte) read, */
474/* for area above 1st 4K of SRAM/reg space */
James Ketrenos43f66a62005-03-25 12:31:53 -0600475static void _ipw_read_indirect(struct ipw_priv *priv, u32 addr, u8 * buf,
476 int num)
477{
Zhu Yi2638bc32006-01-24 16:37:52 +0800478 u32 aligned_addr = addr & IPW_INDIRECT_ADDR_MASK; /* dword align */
James Ketrenos43f66a62005-03-25 12:31:53 -0600479 u32 dif_len = addr - aligned_addr;
James Ketrenos43f66a62005-03-25 12:31:53 -0600480 u32 i;
Jeff Garzikbf794512005-07-31 13:07:26 -0400481
James Ketrenos43f66a62005-03-25 12:31:53 -0600482 IPW_DEBUG_IO("addr = %i, buf = %p, num = %i\n", addr, buf, num);
483
James Ketrenosea2b26e2005-08-24 21:25:16 -0500484 if (num <= 0) {
485 return;
486 }
487
Zhu Yic8fe6672006-01-24 16:36:36 +0800488 /* Read the first dword (or portion) byte by byte */
James Ketrenos43f66a62005-03-25 12:31:53 -0600489 if (unlikely(dif_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500490 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -0600491 /* Start reading at aligned_addr + dif_len */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500492 for (i = dif_len; ((i < 4) && (num > 0)); i++, num--)
James Ketrenosb095c382005-08-24 22:04:42 -0500493 *buf++ = _ipw_read8(priv, IPW_INDIRECT_DATA + i);
James Ketrenos43f66a62005-03-25 12:31:53 -0600494 aligned_addr += 4;
495 }
496
Zhu Yic8fe6672006-01-24 16:36:36 +0800497 /* Read all of the middle dwords as dwords, with auto-increment */
James Ketrenosb095c382005-08-24 22:04:42 -0500498 _ipw_write32(priv, IPW_AUTOINC_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500499 for (; num >= 4; buf += 4, aligned_addr += 4, num -= 4)
James Ketrenosb095c382005-08-24 22:04:42 -0500500 *(u32 *) buf = _ipw_read32(priv, IPW_AUTOINC_DATA);
Jeff Garzikbf794512005-07-31 13:07:26 -0400501
Zhu Yic8fe6672006-01-24 16:36:36 +0800502 /* Read the last dword (or portion) byte by byte */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500503 if (unlikely(num)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500504 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500505 for (i = 0; num > 0; i++, num--)
James Ketrenosb095c382005-08-24 22:04:42 -0500506 *buf++ = ipw_read8(priv, IPW_INDIRECT_DATA + i);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500507 }
James Ketrenos43f66a62005-03-25 12:31:53 -0600508}
509
Zhu Yic8fe6672006-01-24 16:36:36 +0800510/* General purpose, no alignment requirement, iterative (multi-byte) write, */
511/* for area above 1st 4K of SRAM/reg space */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400512static void _ipw_write_indirect(struct ipw_priv *priv, u32 addr, u8 * buf,
James Ketrenos43f66a62005-03-25 12:31:53 -0600513 int num)
514{
Zhu Yi2638bc32006-01-24 16:37:52 +0800515 u32 aligned_addr = addr & IPW_INDIRECT_ADDR_MASK; /* dword align */
James Ketrenos43f66a62005-03-25 12:31:53 -0600516 u32 dif_len = addr - aligned_addr;
James Ketrenos43f66a62005-03-25 12:31:53 -0600517 u32 i;
Jeff Garzikbf794512005-07-31 13:07:26 -0400518
James Ketrenos43f66a62005-03-25 12:31:53 -0600519 IPW_DEBUG_IO("addr = %i, buf = %p, num = %i\n", addr, buf, num);
Jeff Garzikbf794512005-07-31 13:07:26 -0400520
James Ketrenosea2b26e2005-08-24 21:25:16 -0500521 if (num <= 0) {
522 return;
523 }
524
Zhu Yic8fe6672006-01-24 16:36:36 +0800525 /* Write the first dword (or portion) byte by byte */
James Ketrenos43f66a62005-03-25 12:31:53 -0600526 if (unlikely(dif_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500527 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
Zhu Yic8fe6672006-01-24 16:36:36 +0800528 /* Start writing at aligned_addr + dif_len */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500529 for (i = dif_len; ((i < 4) && (num > 0)); i++, num--, buf++)
James Ketrenosb095c382005-08-24 22:04:42 -0500530 _ipw_write8(priv, IPW_INDIRECT_DATA + i, *buf);
James Ketrenos43f66a62005-03-25 12:31:53 -0600531 aligned_addr += 4;
532 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400533
Zhu Yic8fe6672006-01-24 16:36:36 +0800534 /* Write all of the middle dwords as dwords, with auto-increment */
James Ketrenosb095c382005-08-24 22:04:42 -0500535 _ipw_write32(priv, IPW_AUTOINC_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500536 for (; num >= 4; buf += 4, aligned_addr += 4, num -= 4)
James Ketrenosb095c382005-08-24 22:04:42 -0500537 _ipw_write32(priv, IPW_AUTOINC_DATA, *(u32 *) buf);
Jeff Garzikbf794512005-07-31 13:07:26 -0400538
Zhu Yic8fe6672006-01-24 16:36:36 +0800539 /* Write the last dword (or portion) byte by byte */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500540 if (unlikely(num)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500541 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500542 for (i = 0; num > 0; i++, num--, buf++)
James Ketrenosb095c382005-08-24 22:04:42 -0500543 _ipw_write8(priv, IPW_INDIRECT_DATA + i, *buf);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500544 }
James Ketrenos43f66a62005-03-25 12:31:53 -0600545}
546
Zhu Yic8fe6672006-01-24 16:36:36 +0800547/* General purpose, no alignment requirement, iterative (multi-byte) write, */
548/* for 1st 4K of SRAM/regs space */
Jeff Garzikbf794512005-07-31 13:07:26 -0400549static void ipw_write_direct(struct ipw_priv *priv, u32 addr, void *buf,
James Ketrenos43f66a62005-03-25 12:31:53 -0600550 int num)
551{
552 memcpy_toio((priv->hw_base + addr), buf, num);
553}
554
Zhu Yic8fe6672006-01-24 16:36:36 +0800555/* Set bit(s) in low 4K of SRAM/regs */
James Ketrenos43f66a62005-03-25 12:31:53 -0600556static inline void ipw_set_bit(struct ipw_priv *priv, u32 reg, u32 mask)
557{
558 ipw_write32(priv, reg, ipw_read32(priv, reg) | mask);
559}
560
Zhu Yic8fe6672006-01-24 16:36:36 +0800561/* Clear bit(s) in low 4K of SRAM/regs */
James Ketrenos43f66a62005-03-25 12:31:53 -0600562static inline void ipw_clear_bit(struct ipw_priv *priv, u32 reg, u32 mask)
563{
564 ipw_write32(priv, reg, ipw_read32(priv, reg) & ~mask);
565}
566
Zhu Yi89c318e2006-06-08 22:19:49 -0700567static inline void __ipw_enable_interrupts(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -0600568{
569 if (priv->status & STATUS_INT_ENABLED)
570 return;
571 priv->status |= STATUS_INT_ENABLED;
James Ketrenosb095c382005-08-24 22:04:42 -0500572 ipw_write32(priv, IPW_INTA_MASK_R, IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -0600573}
574
Zhu Yi89c318e2006-06-08 22:19:49 -0700575static inline void __ipw_disable_interrupts(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -0600576{
577 if (!(priv->status & STATUS_INT_ENABLED))
578 return;
579 priv->status &= ~STATUS_INT_ENABLED;
James Ketrenosb095c382005-08-24 22:04:42 -0500580 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -0600581}
582
Zhu Yi89c318e2006-06-08 22:19:49 -0700583static inline void ipw_enable_interrupts(struct ipw_priv *priv)
584{
585 unsigned long flags;
586
587 spin_lock_irqsave(&priv->irq_lock, flags);
588 __ipw_enable_interrupts(priv);
589 spin_unlock_irqrestore(&priv->irq_lock, flags);
590}
591
592static inline void ipw_disable_interrupts(struct ipw_priv *priv)
593{
594 unsigned long flags;
595
596 spin_lock_irqsave(&priv->irq_lock, flags);
597 __ipw_disable_interrupts(priv);
598 spin_unlock_irqrestore(&priv->irq_lock, flags);
599}
600
James Ketrenos43f66a62005-03-25 12:31:53 -0600601static char *ipw_error_desc(u32 val)
602{
603 switch (val) {
Jeff Garzikbf794512005-07-31 13:07:26 -0400604 case IPW_FW_ERROR_OK:
James Ketrenos43f66a62005-03-25 12:31:53 -0600605 return "ERROR_OK";
Jeff Garzikbf794512005-07-31 13:07:26 -0400606 case IPW_FW_ERROR_FAIL:
James Ketrenos43f66a62005-03-25 12:31:53 -0600607 return "ERROR_FAIL";
Jeff Garzikbf794512005-07-31 13:07:26 -0400608 case IPW_FW_ERROR_MEMORY_UNDERFLOW:
James Ketrenos43f66a62005-03-25 12:31:53 -0600609 return "MEMORY_UNDERFLOW";
Jeff Garzikbf794512005-07-31 13:07:26 -0400610 case IPW_FW_ERROR_MEMORY_OVERFLOW:
James Ketrenos43f66a62005-03-25 12:31:53 -0600611 return "MEMORY_OVERFLOW";
Jeff Garzikbf794512005-07-31 13:07:26 -0400612 case IPW_FW_ERROR_BAD_PARAM:
James Ketrenosb095c382005-08-24 22:04:42 -0500613 return "BAD_PARAM";
Jeff Garzikbf794512005-07-31 13:07:26 -0400614 case IPW_FW_ERROR_BAD_CHECKSUM:
James Ketrenosb095c382005-08-24 22:04:42 -0500615 return "BAD_CHECKSUM";
Jeff Garzikbf794512005-07-31 13:07:26 -0400616 case IPW_FW_ERROR_NMI_INTERRUPT:
James Ketrenosb095c382005-08-24 22:04:42 -0500617 return "NMI_INTERRUPT";
Jeff Garzikbf794512005-07-31 13:07:26 -0400618 case IPW_FW_ERROR_BAD_DATABASE:
James Ketrenosb095c382005-08-24 22:04:42 -0500619 return "BAD_DATABASE";
Jeff Garzikbf794512005-07-31 13:07:26 -0400620 case IPW_FW_ERROR_ALLOC_FAIL:
James Ketrenosb095c382005-08-24 22:04:42 -0500621 return "ALLOC_FAIL";
Jeff Garzikbf794512005-07-31 13:07:26 -0400622 case IPW_FW_ERROR_DMA_UNDERRUN:
James Ketrenosb095c382005-08-24 22:04:42 -0500623 return "DMA_UNDERRUN";
Jeff Garzikbf794512005-07-31 13:07:26 -0400624 case IPW_FW_ERROR_DMA_STATUS:
James Ketrenosb095c382005-08-24 22:04:42 -0500625 return "DMA_STATUS";
626 case IPW_FW_ERROR_DINO_ERROR:
627 return "DINO_ERROR";
628 case IPW_FW_ERROR_EEPROM_ERROR:
629 return "EEPROM_ERROR";
Jeff Garzikbf794512005-07-31 13:07:26 -0400630 case IPW_FW_ERROR_SYSASSERT:
James Ketrenosb095c382005-08-24 22:04:42 -0500631 return "SYSASSERT";
Jeff Garzikbf794512005-07-31 13:07:26 -0400632 case IPW_FW_ERROR_FATAL_ERROR:
James Ketrenosb095c382005-08-24 22:04:42 -0500633 return "FATAL_ERROR";
Jeff Garzikbf794512005-07-31 13:07:26 -0400634 default:
James Ketrenosb095c382005-08-24 22:04:42 -0500635 return "UNKNOWN_ERROR";
James Ketrenos43f66a62005-03-25 12:31:53 -0600636 }
637}
638
James Ketrenosb39860c2005-08-12 09:36:32 -0500639static void ipw_dump_error_log(struct ipw_priv *priv,
640 struct ipw_fw_error *error)
James Ketrenos43f66a62005-03-25 12:31:53 -0600641{
James Ketrenosb39860c2005-08-12 09:36:32 -0500642 u32 i;
James Ketrenos43f66a62005-03-25 12:31:53 -0600643
James Ketrenosb39860c2005-08-12 09:36:32 -0500644 if (!error) {
645 IPW_ERROR("Error allocating and capturing error log. "
646 "Nothing to dump.\n");
647 return;
James Ketrenos43f66a62005-03-25 12:31:53 -0600648 }
649
James Ketrenosb39860c2005-08-12 09:36:32 -0500650 IPW_ERROR("Start IPW Error Log Dump:\n");
651 IPW_ERROR("Status: 0x%08X, Config: %08X\n",
652 error->status, error->config);
James Ketrenos43f66a62005-03-25 12:31:53 -0600653
James Ketrenosb39860c2005-08-12 09:36:32 -0500654 for (i = 0; i < error->elem_len; i++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400655 IPW_ERROR("%s %i 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x\n",
James Ketrenosb39860c2005-08-12 09:36:32 -0500656 ipw_error_desc(error->elem[i].desc),
657 error->elem[i].time,
658 error->elem[i].blink1,
659 error->elem[i].blink2,
660 error->elem[i].link1,
661 error->elem[i].link2, error->elem[i].data);
662 for (i = 0; i < error->log_len; i++)
663 IPW_ERROR("%i\t0x%08x\t%i\n",
664 error->log[i].time,
James Ketrenos286568a2005-08-30 10:34:25 -0500665 error->log[i].data, error->log[i].event);
James Ketrenos43f66a62005-03-25 12:31:53 -0600666}
James Ketrenos43f66a62005-03-25 12:31:53 -0600667
James Ketrenosc848d0a2005-08-24 21:56:24 -0500668static inline int ipw_is_init(struct ipw_priv *priv)
669{
670 return (priv->status & STATUS_INIT) ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -0600671}
672
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400673static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len)
James Ketrenos43f66a62005-03-25 12:31:53 -0600674{
675 u32 addr, field_info, field_len, field_count, total_len;
676
677 IPW_DEBUG_ORD("ordinal = %i\n", ord);
678
679 if (!priv || !val || !len) {
680 IPW_DEBUG_ORD("Invalid argument\n");
681 return -EINVAL;
682 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400683
James Ketrenos43f66a62005-03-25 12:31:53 -0600684 /* verify device ordinal tables have been initialized */
685 if (!priv->table0_addr || !priv->table1_addr || !priv->table2_addr) {
686 IPW_DEBUG_ORD("Access ordinals before initialization\n");
687 return -EINVAL;
688 }
689
690 switch (IPW_ORD_TABLE_ID_MASK & ord) {
691 case IPW_ORD_TABLE_0_MASK:
692 /*
693 * TABLE 0: Direct access to a table of 32 bit values
694 *
Jeff Garzikbf794512005-07-31 13:07:26 -0400695 * This is a very simple table with the data directly
James Ketrenos43f66a62005-03-25 12:31:53 -0600696 * read from the table
697 */
698
699 /* remove the table id from the ordinal */
700 ord &= IPW_ORD_TABLE_VALUE_MASK;
701
702 /* boundary check */
703 if (ord > priv->table0_len) {
704 IPW_DEBUG_ORD("ordinal value (%i) longer then "
705 "max (%i)\n", ord, priv->table0_len);
706 return -EINVAL;
707 }
708
709 /* verify we have enough room to store the value */
710 if (*len < sizeof(u32)) {
711 IPW_DEBUG_ORD("ordinal buffer length too small, "
Jiri Bencaaa4d302005-06-07 14:58:41 +0200712 "need %zd\n", sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -0600713 return -EINVAL;
714 }
715
716 IPW_DEBUG_ORD("Reading TABLE0[%i] from offset 0x%08x\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400717 ord, priv->table0_addr + (ord << 2));
James Ketrenos43f66a62005-03-25 12:31:53 -0600718
719 *len = sizeof(u32);
720 ord <<= 2;
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400721 *((u32 *) val) = ipw_read32(priv, priv->table0_addr + ord);
James Ketrenos43f66a62005-03-25 12:31:53 -0600722 break;
723
724 case IPW_ORD_TABLE_1_MASK:
725 /*
726 * TABLE 1: Indirect access to a table of 32 bit values
Jeff Garzikbf794512005-07-31 13:07:26 -0400727 *
728 * This is a fairly large table of u32 values each
James Ketrenos43f66a62005-03-25 12:31:53 -0600729 * representing starting addr for the data (which is
730 * also a u32)
731 */
732
733 /* remove the table id from the ordinal */
734 ord &= IPW_ORD_TABLE_VALUE_MASK;
Jeff Garzikbf794512005-07-31 13:07:26 -0400735
James Ketrenos43f66a62005-03-25 12:31:53 -0600736 /* boundary check */
737 if (ord > priv->table1_len) {
738 IPW_DEBUG_ORD("ordinal value too long\n");
739 return -EINVAL;
740 }
741
742 /* verify we have enough room to store the value */
743 if (*len < sizeof(u32)) {
744 IPW_DEBUG_ORD("ordinal buffer length too small, "
Jiri Bencaaa4d302005-06-07 14:58:41 +0200745 "need %zd\n", sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -0600746 return -EINVAL;
747 }
748
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400749 *((u32 *) val) =
750 ipw_read_reg32(priv, (priv->table1_addr + (ord << 2)));
James Ketrenos43f66a62005-03-25 12:31:53 -0600751 *len = sizeof(u32);
752 break;
753
754 case IPW_ORD_TABLE_2_MASK:
755 /*
756 * TABLE 2: Indirect access to a table of variable sized values
757 *
758 * This table consist of six values, each containing
759 * - dword containing the starting offset of the data
760 * - dword containing the lengh in the first 16bits
761 * and the count in the second 16bits
762 */
763
764 /* remove the table id from the ordinal */
765 ord &= IPW_ORD_TABLE_VALUE_MASK;
766
767 /* boundary check */
768 if (ord > priv->table2_len) {
769 IPW_DEBUG_ORD("ordinal value too long\n");
770 return -EINVAL;
771 }
772
773 /* get the address of statistic */
774 addr = ipw_read_reg32(priv, priv->table2_addr + (ord << 3));
Jeff Garzikbf794512005-07-31 13:07:26 -0400775
776 /* get the second DW of statistics ;
James Ketrenos43f66a62005-03-25 12:31:53 -0600777 * two 16-bit words - first is length, second is count */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400778 field_info =
779 ipw_read_reg32(priv,
780 priv->table2_addr + (ord << 3) +
781 sizeof(u32));
Jeff Garzikbf794512005-07-31 13:07:26 -0400782
James Ketrenos43f66a62005-03-25 12:31:53 -0600783 /* get each entry length */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400784 field_len = *((u16 *) & field_info);
Jeff Garzikbf794512005-07-31 13:07:26 -0400785
James Ketrenos43f66a62005-03-25 12:31:53 -0600786 /* get number of entries */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400787 field_count = *(((u16 *) & field_info) + 1);
Jeff Garzikbf794512005-07-31 13:07:26 -0400788
James Ketrenos43f66a62005-03-25 12:31:53 -0600789 /* abort if not enought memory */
790 total_len = field_len * field_count;
791 if (total_len > *len) {
792 *len = total_len;
793 return -EINVAL;
794 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400795
James Ketrenos43f66a62005-03-25 12:31:53 -0600796 *len = total_len;
797 if (!total_len)
798 return 0;
799
800 IPW_DEBUG_ORD("addr = 0x%08x, total_len = %i, "
Jeff Garzikbf794512005-07-31 13:07:26 -0400801 "field_info = 0x%08x\n",
James Ketrenos43f66a62005-03-25 12:31:53 -0600802 addr, total_len, field_info);
803 ipw_read_indirect(priv, addr, val, total_len);
804 break;
805
806 default:
807 IPW_DEBUG_ORD("Invalid ordinal!\n");
808 return -EINVAL;
809
810 }
811
James Ketrenos43f66a62005-03-25 12:31:53 -0600812 return 0;
813}
814
815static void ipw_init_ordinals(struct ipw_priv *priv)
816{
817 priv->table0_addr = IPW_ORDINALS_TABLE_LOWER;
Jeff Garzikbf794512005-07-31 13:07:26 -0400818 priv->table0_len = ipw_read32(priv, priv->table0_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -0600819
820 IPW_DEBUG_ORD("table 0 offset at 0x%08x, len = %i\n",
821 priv->table0_addr, priv->table0_len);
822
823 priv->table1_addr = ipw_read32(priv, IPW_ORDINALS_TABLE_1);
824 priv->table1_len = ipw_read_reg32(priv, priv->table1_addr);
825
826 IPW_DEBUG_ORD("table 1 offset at 0x%08x, len = %i\n",
827 priv->table1_addr, priv->table1_len);
828
829 priv->table2_addr = ipw_read32(priv, IPW_ORDINALS_TABLE_2);
830 priv->table2_len = ipw_read_reg32(priv, priv->table2_addr);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400831 priv->table2_len &= 0x0000ffff; /* use first two bytes */
James Ketrenos43f66a62005-03-25 12:31:53 -0600832
833 IPW_DEBUG_ORD("table 2 offset at 0x%08x, len = %i\n",
834 priv->table2_addr, priv->table2_len);
835
836}
837
Adrian Bunka73e22b2006-01-21 01:39:42 +0100838static u32 ipw_register_toggle(u32 reg)
James Ketrenosa613bff2005-08-24 21:43:11 -0500839{
James Ketrenosb095c382005-08-24 22:04:42 -0500840 reg &= ~IPW_START_STANDBY;
841 if (reg & IPW_GATE_ODMA)
842 reg &= ~IPW_GATE_ODMA;
843 if (reg & IPW_GATE_IDMA)
844 reg &= ~IPW_GATE_IDMA;
845 if (reg & IPW_GATE_ADMA)
846 reg &= ~IPW_GATE_ADMA;
James Ketrenosa613bff2005-08-24 21:43:11 -0500847 return reg;
848}
849
850/*
851 * LED behavior:
852 * - On radio ON, turn on any LEDs that require to be on during start
853 * - On initialization, start unassociated blink
854 * - On association, disable unassociated blink
855 * - On disassociation, start unassociated blink
856 * - On radio OFF, turn off any LEDs started during radio on
857 *
858 */
Zhu Yiede61112006-01-24 16:37:10 +0800859#define LD_TIME_LINK_ON msecs_to_jiffies(300)
860#define LD_TIME_LINK_OFF msecs_to_jiffies(2700)
861#define LD_TIME_ACT_ON msecs_to_jiffies(250)
James Ketrenosa613bff2005-08-24 21:43:11 -0500862
Adrian Bunka73e22b2006-01-21 01:39:42 +0100863static void ipw_led_link_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500864{
865 unsigned long flags;
866 u32 led;
867
868 /* If configured to not use LEDs, or nic_type is 1,
869 * then we don't toggle a LINK led */
870 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
871 return;
872
873 spin_lock_irqsave(&priv->lock, flags);
874
875 if (!(priv->status & STATUS_RF_KILL_MASK) &&
876 !(priv->status & STATUS_LED_LINK_ON)) {
877 IPW_DEBUG_LED("Link LED On\n");
James Ketrenosb095c382005-08-24 22:04:42 -0500878 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500879 led |= priv->led_association_on;
880
881 led = ipw_register_toggle(led);
882
883 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500884 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500885
886 priv->status |= STATUS_LED_LINK_ON;
887
888 /* If we aren't associated, schedule turning the LED off */
889 if (!(priv->status & STATUS_ASSOCIATED))
890 queue_delayed_work(priv->workqueue,
891 &priv->led_link_off,
892 LD_TIME_LINK_ON);
893 }
894
895 spin_unlock_irqrestore(&priv->lock, flags);
896}
897
David Howellsc4028952006-11-22 14:57:56 +0000898static void ipw_bg_led_link_on(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -0500899{
David Howellsc4028952006-11-22 14:57:56 +0000900 struct ipw_priv *priv =
901 container_of(work, struct ipw_priv, led_link_on.work);
Zhu Yi46441512006-01-24 16:37:59 +0800902 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +0000903 ipw_led_link_on(priv);
Zhu Yi46441512006-01-24 16:37:59 +0800904 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -0500905}
906
Adrian Bunka73e22b2006-01-21 01:39:42 +0100907static void ipw_led_link_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500908{
909 unsigned long flags;
910 u32 led;
911
912 /* If configured not to use LEDs, or nic type is 1,
913 * then we don't goggle the LINK led. */
914 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
915 return;
916
917 spin_lock_irqsave(&priv->lock, flags);
918
919 if (priv->status & STATUS_LED_LINK_ON) {
James Ketrenosb095c382005-08-24 22:04:42 -0500920 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500921 led &= priv->led_association_off;
922 led = ipw_register_toggle(led);
923
924 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500925 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500926
927 IPW_DEBUG_LED("Link LED Off\n");
928
929 priv->status &= ~STATUS_LED_LINK_ON;
930
931 /* If we aren't associated and the radio is on, schedule
932 * turning the LED on (blink while unassociated) */
933 if (!(priv->status & STATUS_RF_KILL_MASK) &&
934 !(priv->status & STATUS_ASSOCIATED))
935 queue_delayed_work(priv->workqueue, &priv->led_link_on,
936 LD_TIME_LINK_OFF);
937
938 }
939
940 spin_unlock_irqrestore(&priv->lock, flags);
941}
942
David Howellsc4028952006-11-22 14:57:56 +0000943static void ipw_bg_led_link_off(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -0500944{
David Howellsc4028952006-11-22 14:57:56 +0000945 struct ipw_priv *priv =
946 container_of(work, struct ipw_priv, led_link_off.work);
Zhu Yi46441512006-01-24 16:37:59 +0800947 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +0000948 ipw_led_link_off(priv);
Zhu Yi46441512006-01-24 16:37:59 +0800949 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -0500950}
951
Arjan van de Ven858119e2006-01-14 13:20:43 -0800952static void __ipw_led_activity_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500953{
James Ketrenosa613bff2005-08-24 21:43:11 -0500954 u32 led;
955
956 if (priv->config & CFG_NO_LED)
957 return;
958
James Ketrenosb095c382005-08-24 22:04:42 -0500959 if (priv->status & STATUS_RF_KILL_MASK)
James Ketrenosa613bff2005-08-24 21:43:11 -0500960 return;
James Ketrenosa613bff2005-08-24 21:43:11 -0500961
962 if (!(priv->status & STATUS_LED_ACT_ON)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500963 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500964 led |= priv->led_activity_on;
965
966 led = ipw_register_toggle(led);
967
968 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500969 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500970
971 IPW_DEBUG_LED("Activity LED On\n");
972
973 priv->status |= STATUS_LED_ACT_ON;
974
James Ketrenosc848d0a2005-08-24 21:56:24 -0500975 cancel_delayed_work(&priv->led_act_off);
James Ketrenosa613bff2005-08-24 21:43:11 -0500976 queue_delayed_work(priv->workqueue, &priv->led_act_off,
977 LD_TIME_ACT_ON);
978 } else {
979 /* Reschedule LED off for full time period */
980 cancel_delayed_work(&priv->led_act_off);
981 queue_delayed_work(priv->workqueue, &priv->led_act_off,
982 LD_TIME_ACT_ON);
983 }
James Ketrenosb095c382005-08-24 22:04:42 -0500984}
James Ketrenosa613bff2005-08-24 21:43:11 -0500985
Adrian Bunka73e22b2006-01-21 01:39:42 +0100986#if 0
James Ketrenosb095c382005-08-24 22:04:42 -0500987void ipw_led_activity_on(struct ipw_priv *priv)
988{
989 unsigned long flags;
990 spin_lock_irqsave(&priv->lock, flags);
991 __ipw_led_activity_on(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -0500992 spin_unlock_irqrestore(&priv->lock, flags);
993}
Adrian Bunka73e22b2006-01-21 01:39:42 +0100994#endif /* 0 */
James Ketrenosa613bff2005-08-24 21:43:11 -0500995
Adrian Bunka73e22b2006-01-21 01:39:42 +0100996static void ipw_led_activity_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500997{
998 unsigned long flags;
999 u32 led;
1000
1001 if (priv->config & CFG_NO_LED)
1002 return;
1003
1004 spin_lock_irqsave(&priv->lock, flags);
1005
1006 if (priv->status & STATUS_LED_ACT_ON) {
James Ketrenosb095c382005-08-24 22:04:42 -05001007 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001008 led &= priv->led_activity_off;
1009
1010 led = ipw_register_toggle(led);
1011
1012 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001013 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001014
1015 IPW_DEBUG_LED("Activity LED Off\n");
1016
1017 priv->status &= ~STATUS_LED_ACT_ON;
1018 }
1019
1020 spin_unlock_irqrestore(&priv->lock, flags);
1021}
1022
David Howellsc4028952006-11-22 14:57:56 +00001023static void ipw_bg_led_activity_off(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05001024{
David Howellsc4028952006-11-22 14:57:56 +00001025 struct ipw_priv *priv =
1026 container_of(work, struct ipw_priv, led_act_off.work);
Zhu Yi46441512006-01-24 16:37:59 +08001027 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00001028 ipw_led_activity_off(priv);
Zhu Yi46441512006-01-24 16:37:59 +08001029 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05001030}
1031
Adrian Bunka73e22b2006-01-21 01:39:42 +01001032static void ipw_led_band_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001033{
1034 unsigned long flags;
1035 u32 led;
1036
1037 /* Only nic type 1 supports mode LEDs */
James Ketrenosc848d0a2005-08-24 21:56:24 -05001038 if (priv->config & CFG_NO_LED ||
1039 priv->nic_type != EEPROM_NIC_TYPE_1 || !priv->assoc_network)
James Ketrenosa613bff2005-08-24 21:43:11 -05001040 return;
1041
1042 spin_lock_irqsave(&priv->lock, flags);
1043
James Ketrenosb095c382005-08-24 22:04:42 -05001044 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001045 if (priv->assoc_network->mode == IEEE_A) {
1046 led |= priv->led_ofdm_on;
1047 led &= priv->led_association_off;
1048 IPW_DEBUG_LED("Mode LED On: 802.11a\n");
1049 } else if (priv->assoc_network->mode == IEEE_G) {
1050 led |= priv->led_ofdm_on;
1051 led |= priv->led_association_on;
1052 IPW_DEBUG_LED("Mode LED On: 802.11g\n");
1053 } else {
1054 led &= priv->led_ofdm_off;
1055 led |= priv->led_association_on;
1056 IPW_DEBUG_LED("Mode LED On: 802.11b\n");
1057 }
1058
1059 led = ipw_register_toggle(led);
1060
1061 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001062 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001063
1064 spin_unlock_irqrestore(&priv->lock, flags);
1065}
1066
Adrian Bunka73e22b2006-01-21 01:39:42 +01001067static void ipw_led_band_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001068{
1069 unsigned long flags;
1070 u32 led;
1071
1072 /* Only nic type 1 supports mode LEDs */
1073 if (priv->config & CFG_NO_LED || priv->nic_type != EEPROM_NIC_TYPE_1)
1074 return;
1075
1076 spin_lock_irqsave(&priv->lock, flags);
1077
James Ketrenosb095c382005-08-24 22:04:42 -05001078 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001079 led &= priv->led_ofdm_off;
1080 led &= priv->led_association_off;
1081
1082 led = ipw_register_toggle(led);
1083
1084 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001085 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001086
1087 spin_unlock_irqrestore(&priv->lock, flags);
1088}
1089
Adrian Bunka73e22b2006-01-21 01:39:42 +01001090static void ipw_led_radio_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001091{
1092 ipw_led_link_on(priv);
1093}
1094
Adrian Bunka73e22b2006-01-21 01:39:42 +01001095static void ipw_led_radio_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001096{
1097 ipw_led_activity_off(priv);
1098 ipw_led_link_off(priv);
1099}
1100
Adrian Bunka73e22b2006-01-21 01:39:42 +01001101static void ipw_led_link_up(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001102{
1103 /* Set the Link Led on for all nic types */
1104 ipw_led_link_on(priv);
1105}
1106
Adrian Bunka73e22b2006-01-21 01:39:42 +01001107static void ipw_led_link_down(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001108{
1109 ipw_led_activity_off(priv);
1110 ipw_led_link_off(priv);
1111
1112 if (priv->status & STATUS_RF_KILL_MASK)
1113 ipw_led_radio_off(priv);
1114}
1115
Adrian Bunka73e22b2006-01-21 01:39:42 +01001116static void ipw_led_init(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001117{
1118 priv->nic_type = priv->eeprom[EEPROM_NIC_TYPE];
1119
1120 /* Set the default PINs for the link and activity leds */
James Ketrenosb095c382005-08-24 22:04:42 -05001121 priv->led_activity_on = IPW_ACTIVITY_LED;
1122 priv->led_activity_off = ~(IPW_ACTIVITY_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001123
James Ketrenosb095c382005-08-24 22:04:42 -05001124 priv->led_association_on = IPW_ASSOCIATED_LED;
1125 priv->led_association_off = ~(IPW_ASSOCIATED_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001126
1127 /* Set the default PINs for the OFDM leds */
James Ketrenosb095c382005-08-24 22:04:42 -05001128 priv->led_ofdm_on = IPW_OFDM_LED;
1129 priv->led_ofdm_off = ~(IPW_OFDM_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001130
1131 switch (priv->nic_type) {
1132 case EEPROM_NIC_TYPE_1:
1133 /* In this NIC type, the LEDs are reversed.... */
James Ketrenosb095c382005-08-24 22:04:42 -05001134 priv->led_activity_on = IPW_ASSOCIATED_LED;
1135 priv->led_activity_off = ~(IPW_ASSOCIATED_LED);
1136 priv->led_association_on = IPW_ACTIVITY_LED;
1137 priv->led_association_off = ~(IPW_ACTIVITY_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001138
1139 if (!(priv->config & CFG_NO_LED))
1140 ipw_led_band_on(priv);
1141
1142 /* And we don't blink link LEDs for this nic, so
1143 * just return here */
1144 return;
1145
1146 case EEPROM_NIC_TYPE_3:
1147 case EEPROM_NIC_TYPE_2:
1148 case EEPROM_NIC_TYPE_4:
1149 case EEPROM_NIC_TYPE_0:
1150 break;
1151
1152 default:
1153 IPW_DEBUG_INFO("Unknown NIC type from EEPROM: %d\n",
1154 priv->nic_type);
1155 priv->nic_type = EEPROM_NIC_TYPE_0;
1156 break;
1157 }
1158
1159 if (!(priv->config & CFG_NO_LED)) {
1160 if (priv->status & STATUS_ASSOCIATED)
1161 ipw_led_link_on(priv);
1162 else
1163 ipw_led_link_off(priv);
1164 }
1165}
1166
Adrian Bunka73e22b2006-01-21 01:39:42 +01001167static void ipw_led_shutdown(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001168{
James Ketrenosa613bff2005-08-24 21:43:11 -05001169 ipw_led_activity_off(priv);
1170 ipw_led_link_off(priv);
1171 ipw_led_band_off(priv);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001172 cancel_delayed_work(&priv->led_link_on);
1173 cancel_delayed_work(&priv->led_link_off);
1174 cancel_delayed_work(&priv->led_act_off);
James Ketrenosa613bff2005-08-24 21:43:11 -05001175}
1176
James Ketrenos43f66a62005-03-25 12:31:53 -06001177/*
1178 * The following adds a new attribute to the sysfs representation
1179 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/ipw/)
1180 * used for controling the debug level.
Jeff Garzikbf794512005-07-31 13:07:26 -04001181 *
James Ketrenos43f66a62005-03-25 12:31:53 -06001182 * See the level definitions in ipw for details.
1183 */
1184static ssize_t show_debug_level(struct device_driver *d, char *buf)
1185{
1186 return sprintf(buf, "0x%08X\n", ipw_debug_level);
1187}
James Ketrenosa613bff2005-08-24 21:43:11 -05001188
1189static ssize_t store_debug_level(struct device_driver *d, const char *buf,
1190 size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001191{
1192 char *p = (char *)buf;
1193 u32 val;
1194
1195 if (p[1] == 'x' || p[1] == 'X' || p[0] == 'x' || p[0] == 'X') {
1196 p++;
1197 if (p[0] == 'x' || p[0] == 'X')
1198 p++;
1199 val = simple_strtoul(p, &p, 16);
1200 } else
1201 val = simple_strtoul(p, &p, 10);
Jeff Garzikbf794512005-07-31 13:07:26 -04001202 if (p == buf)
1203 printk(KERN_INFO DRV_NAME
James Ketrenos43f66a62005-03-25 12:31:53 -06001204 ": %s is not in hex or decimal form.\n", buf);
1205 else
1206 ipw_debug_level = val;
1207
1208 return strnlen(buf, count);
1209}
1210
Jeff Garzikbf794512005-07-31 13:07:26 -04001211static DRIVER_ATTR(debug_level, S_IWUSR | S_IRUGO,
James Ketrenos43f66a62005-03-25 12:31:53 -06001212 show_debug_level, store_debug_level);
1213
James Ketrenosb39860c2005-08-12 09:36:32 -05001214static inline u32 ipw_get_event_log_len(struct ipw_priv *priv)
1215{
Zhu Yic8fe6672006-01-24 16:36:36 +08001216 /* length = 1st dword in log */
James Ketrenosb39860c2005-08-12 09:36:32 -05001217 return ipw_read_reg32(priv, ipw_read32(priv, IPW_EVENT_LOG));
1218}
1219
1220static void ipw_capture_event_log(struct ipw_priv *priv,
1221 u32 log_len, struct ipw_event *log)
1222{
1223 u32 base;
1224
1225 if (log_len) {
1226 base = ipw_read32(priv, IPW_EVENT_LOG);
1227 ipw_read_indirect(priv, base + sizeof(base) + sizeof(u32),
1228 (u8 *) log, sizeof(*log) * log_len);
1229 }
1230}
1231
1232static struct ipw_fw_error *ipw_alloc_error_log(struct ipw_priv *priv)
1233{
1234 struct ipw_fw_error *error;
1235 u32 log_len = ipw_get_event_log_len(priv);
1236 u32 base = ipw_read32(priv, IPW_ERROR_LOG);
1237 u32 elem_len = ipw_read_reg32(priv, base);
1238
1239 error = kmalloc(sizeof(*error) +
1240 sizeof(*error->elem) * elem_len +
1241 sizeof(*error->log) * log_len, GFP_ATOMIC);
1242 if (!error) {
1243 IPW_ERROR("Memory allocation for firmware error log "
1244 "failed.\n");
1245 return NULL;
1246 }
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001247 error->jiffies = jiffies;
James Ketrenosb39860c2005-08-12 09:36:32 -05001248 error->status = priv->status;
1249 error->config = priv->config;
1250 error->elem_len = elem_len;
1251 error->log_len = log_len;
1252 error->elem = (struct ipw_error_elem *)error->payload;
Zhu Yi3b26b112005-11-17 13:58:30 +08001253 error->log = (struct ipw_event *)(error->elem + elem_len);
James Ketrenosb39860c2005-08-12 09:36:32 -05001254
1255 ipw_capture_event_log(priv, log_len, error->log);
1256
1257 if (elem_len)
1258 ipw_read_indirect(priv, base + sizeof(base), (u8 *) error->elem,
1259 sizeof(*error->elem) * elem_len);
1260
1261 return error;
1262}
1263
James Ketrenosb39860c2005-08-12 09:36:32 -05001264static ssize_t show_event_log(struct device *d,
1265 struct device_attribute *attr, char *buf)
1266{
1267 struct ipw_priv *priv = dev_get_drvdata(d);
1268 u32 log_len = ipw_get_event_log_len(priv);
Reinette Chatre412e9e72007-12-18 22:01:02 -08001269 u32 log_size;
1270 struct ipw_event *log;
James Ketrenosb39860c2005-08-12 09:36:32 -05001271 u32 len = 0, i;
1272
Reinette Chatre412e9e72007-12-18 22:01:02 -08001273 /* not using min() because of its strict type checking */
1274 log_size = PAGE_SIZE / sizeof(*log) > log_len ?
1275 sizeof(*log) * log_len : PAGE_SIZE;
1276 log = kzalloc(log_size, GFP_KERNEL);
1277 if (!log) {
1278 IPW_ERROR("Unable to allocate memory for log\n");
1279 return 0;
1280 }
1281 log_len = log_size / sizeof(*log);
James Ketrenosb39860c2005-08-12 09:36:32 -05001282 ipw_capture_event_log(priv, log_len, log);
1283
1284 len += snprintf(buf + len, PAGE_SIZE - len, "%08X", log_len);
1285 for (i = 0; i < log_len; i++)
1286 len += snprintf(buf + len, PAGE_SIZE - len,
1287 "\n%08X%08X%08X",
1288 log[i].time, log[i].event, log[i].data);
1289 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
Reinette Chatre412e9e72007-12-18 22:01:02 -08001290 kfree(log);
James Ketrenosb39860c2005-08-12 09:36:32 -05001291 return len;
1292}
1293
1294static DEVICE_ATTR(event_log, S_IRUGO, show_event_log, NULL);
1295
1296static ssize_t show_error(struct device *d,
1297 struct device_attribute *attr, char *buf)
1298{
1299 struct ipw_priv *priv = dev_get_drvdata(d);
1300 u32 len = 0, i;
1301 if (!priv->error)
1302 return 0;
1303 len += snprintf(buf + len, PAGE_SIZE - len,
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001304 "%08lX%08X%08X%08X",
1305 priv->error->jiffies,
James Ketrenosb39860c2005-08-12 09:36:32 -05001306 priv->error->status,
1307 priv->error->config, priv->error->elem_len);
1308 for (i = 0; i < priv->error->elem_len; i++)
1309 len += snprintf(buf + len, PAGE_SIZE - len,
1310 "\n%08X%08X%08X%08X%08X%08X%08X",
1311 priv->error->elem[i].time,
1312 priv->error->elem[i].desc,
1313 priv->error->elem[i].blink1,
1314 priv->error->elem[i].blink2,
1315 priv->error->elem[i].link1,
1316 priv->error->elem[i].link2,
1317 priv->error->elem[i].data);
1318
1319 len += snprintf(buf + len, PAGE_SIZE - len,
1320 "\n%08X", priv->error->log_len);
1321 for (i = 0; i < priv->error->log_len; i++)
1322 len += snprintf(buf + len, PAGE_SIZE - len,
1323 "\n%08X%08X%08X",
1324 priv->error->log[i].time,
1325 priv->error->log[i].event,
1326 priv->error->log[i].data);
1327 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1328 return len;
1329}
1330
1331static ssize_t clear_error(struct device *d,
1332 struct device_attribute *attr,
1333 const char *buf, size_t count)
1334{
1335 struct ipw_priv *priv = dev_get_drvdata(d);
Jesper Juhl8f760782006-06-27 02:55:06 -07001336
1337 kfree(priv->error);
1338 priv->error = NULL;
James Ketrenosb39860c2005-08-12 09:36:32 -05001339 return count;
1340}
1341
1342static DEVICE_ATTR(error, S_IRUGO | S_IWUSR, show_error, clear_error);
1343
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001344static ssize_t show_cmd_log(struct device *d,
1345 struct device_attribute *attr, char *buf)
1346{
1347 struct ipw_priv *priv = dev_get_drvdata(d);
1348 u32 len = 0, i;
1349 if (!priv->cmdlog)
1350 return 0;
1351 for (i = (priv->cmdlog_pos + 1) % priv->cmdlog_len;
1352 (i != priv->cmdlog_pos) && (PAGE_SIZE - len);
1353 i = (i + 1) % priv->cmdlog_len) {
1354 len +=
1355 snprintf(buf + len, PAGE_SIZE - len,
1356 "\n%08lX%08X%08X%08X\n", priv->cmdlog[i].jiffies,
1357 priv->cmdlog[i].retcode, priv->cmdlog[i].cmd.cmd,
1358 priv->cmdlog[i].cmd.len);
1359 len +=
1360 snprintk_buf(buf + len, PAGE_SIZE - len,
1361 (u8 *) priv->cmdlog[i].cmd.param,
1362 priv->cmdlog[i].cmd.len);
1363 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1364 }
1365 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1366 return len;
1367}
1368
1369static DEVICE_ATTR(cmd_log, S_IRUGO, show_cmd_log, NULL);
1370
Zhu Yid685b8c2006-04-13 17:20:27 +08001371#ifdef CONFIG_IPW2200_PROMISCUOUS
1372static void ipw_prom_free(struct ipw_priv *priv);
1373static int ipw_prom_alloc(struct ipw_priv *priv);
1374static ssize_t store_rtap_iface(struct device *d,
1375 struct device_attribute *attr,
1376 const char *buf, size_t count)
1377{
1378 struct ipw_priv *priv = dev_get_drvdata(d);
1379 int rc = 0;
1380
1381 if (count < 1)
1382 return -EINVAL;
1383
1384 switch (buf[0]) {
1385 case '0':
1386 if (!rtap_iface)
1387 return count;
1388
1389 if (netif_running(priv->prom_net_dev)) {
1390 IPW_WARNING("Interface is up. Cannot unregister.\n");
1391 return count;
1392 }
1393
1394 ipw_prom_free(priv);
1395 rtap_iface = 0;
1396 break;
1397
1398 case '1':
1399 if (rtap_iface)
1400 return count;
1401
1402 rc = ipw_prom_alloc(priv);
1403 if (!rc)
1404 rtap_iface = 1;
1405 break;
1406
1407 default:
1408 return -EINVAL;
1409 }
1410
1411 if (rc) {
1412 IPW_ERROR("Failed to register promiscuous network "
1413 "device (error %d).\n", rc);
1414 }
1415
1416 return count;
1417}
1418
1419static ssize_t show_rtap_iface(struct device *d,
1420 struct device_attribute *attr,
1421 char *buf)
1422{
1423 struct ipw_priv *priv = dev_get_drvdata(d);
1424 if (rtap_iface)
1425 return sprintf(buf, "%s", priv->prom_net_dev->name);
1426 else {
1427 buf[0] = '-';
1428 buf[1] = '1';
1429 buf[2] = '\0';
1430 return 3;
1431 }
1432}
1433
1434static DEVICE_ATTR(rtap_iface, S_IWUSR | S_IRUSR, show_rtap_iface,
1435 store_rtap_iface);
1436
1437static ssize_t store_rtap_filter(struct device *d,
1438 struct device_attribute *attr,
1439 const char *buf, size_t count)
1440{
1441 struct ipw_priv *priv = dev_get_drvdata(d);
1442
1443 if (!priv->prom_priv) {
1444 IPW_ERROR("Attempting to set filter without "
1445 "rtap_iface enabled.\n");
1446 return -EPERM;
1447 }
1448
1449 priv->prom_priv->filter = simple_strtol(buf, NULL, 0);
1450
1451 IPW_DEBUG_INFO("Setting rtap filter to " BIT_FMT16 "\n",
1452 BIT_ARG16(priv->prom_priv->filter));
1453
1454 return count;
1455}
1456
1457static ssize_t show_rtap_filter(struct device *d,
1458 struct device_attribute *attr,
1459 char *buf)
1460{
1461 struct ipw_priv *priv = dev_get_drvdata(d);
1462 return sprintf(buf, "0x%04X",
1463 priv->prom_priv ? priv->prom_priv->filter : 0);
1464}
1465
1466static DEVICE_ATTR(rtap_filter, S_IWUSR | S_IRUSR, show_rtap_filter,
1467 store_rtap_filter);
1468#endif
1469
James Ketrenosa613bff2005-08-24 21:43:11 -05001470static ssize_t show_scan_age(struct device *d, struct device_attribute *attr,
1471 char *buf)
1472{
1473 struct ipw_priv *priv = dev_get_drvdata(d);
1474 return sprintf(buf, "%d\n", priv->ieee->scan_age);
1475}
1476
1477static ssize_t store_scan_age(struct device *d, struct device_attribute *attr,
1478 const char *buf, size_t count)
1479{
1480 struct ipw_priv *priv = dev_get_drvdata(d);
1481 struct net_device *dev = priv->net_dev;
1482 char buffer[] = "00000000";
1483 unsigned long len =
1484 (sizeof(buffer) - 1) > count ? count : sizeof(buffer) - 1;
1485 unsigned long val;
1486 char *p = buffer;
1487
1488 IPW_DEBUG_INFO("enter\n");
1489
1490 strncpy(buffer, buf, len);
1491 buffer[len] = 0;
1492
1493 if (p[1] == 'x' || p[1] == 'X' || p[0] == 'x' || p[0] == 'X') {
1494 p++;
1495 if (p[0] == 'x' || p[0] == 'X')
1496 p++;
1497 val = simple_strtoul(p, &p, 16);
1498 } else
1499 val = simple_strtoul(p, &p, 10);
1500 if (p == buffer) {
1501 IPW_DEBUG_INFO("%s: user supplied invalid value.\n", dev->name);
1502 } else {
1503 priv->ieee->scan_age = val;
1504 IPW_DEBUG_INFO("set scan_age = %u\n", priv->ieee->scan_age);
1505 }
1506
1507 IPW_DEBUG_INFO("exit\n");
1508 return len;
1509}
1510
1511static DEVICE_ATTR(scan_age, S_IWUSR | S_IRUGO, show_scan_age, store_scan_age);
1512
1513static ssize_t show_led(struct device *d, struct device_attribute *attr,
1514 char *buf)
1515{
1516 struct ipw_priv *priv = dev_get_drvdata(d);
1517 return sprintf(buf, "%d\n", (priv->config & CFG_NO_LED) ? 0 : 1);
1518}
1519
1520static ssize_t store_led(struct device *d, struct device_attribute *attr,
1521 const char *buf, size_t count)
1522{
1523 struct ipw_priv *priv = dev_get_drvdata(d);
1524
1525 IPW_DEBUG_INFO("enter\n");
1526
1527 if (count == 0)
1528 return 0;
1529
1530 if (*buf == 0) {
1531 IPW_DEBUG_LED("Disabling LED control.\n");
1532 priv->config |= CFG_NO_LED;
1533 ipw_led_shutdown(priv);
1534 } else {
1535 IPW_DEBUG_LED("Enabling LED control.\n");
1536 priv->config &= ~CFG_NO_LED;
1537 ipw_led_init(priv);
1538 }
1539
1540 IPW_DEBUG_INFO("exit\n");
1541 return count;
1542}
1543
1544static DEVICE_ATTR(led, S_IWUSR | S_IRUGO, show_led, store_led);
1545
Andrew Mortonad3fee52005-06-20 14:30:36 -07001546static ssize_t show_status(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001547 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001548{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001549 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001550 return sprintf(buf, "0x%08x\n", (int)p->status);
1551}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001552
James Ketrenos43f66a62005-03-25 12:31:53 -06001553static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
1554
Andrew Mortonad3fee52005-06-20 14:30:36 -07001555static ssize_t show_cfg(struct device *d, struct device_attribute *attr,
1556 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001557{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001558 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001559 return sprintf(buf, "0x%08x\n", (int)p->config);
1560}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001561
James Ketrenos43f66a62005-03-25 12:31:53 -06001562static DEVICE_ATTR(cfg, S_IRUGO, show_cfg, NULL);
1563
Andrew Mortonad3fee52005-06-20 14:30:36 -07001564static ssize_t show_nic_type(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001565 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001566{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001567 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosa613bff2005-08-24 21:43:11 -05001568 return sprintf(buf, "TYPE: %d\n", priv->nic_type);
James Ketrenos43f66a62005-03-25 12:31:53 -06001569}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001570
James Ketrenos43f66a62005-03-25 12:31:53 -06001571static DEVICE_ATTR(nic_type, S_IRUGO, show_nic_type, NULL);
1572
Andrew Mortonad3fee52005-06-20 14:30:36 -07001573static ssize_t show_ucode_version(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001574 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001575{
1576 u32 len = sizeof(u32), tmp = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001577 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001578
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001579 if (ipw_get_ordinal(p, IPW_ORD_STAT_UCODE_VERSION, &tmp, &len))
James Ketrenos43f66a62005-03-25 12:31:53 -06001580 return 0;
1581
1582 return sprintf(buf, "0x%08x\n", tmp);
1583}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001584
1585static DEVICE_ATTR(ucode_version, S_IWUSR | S_IRUGO, show_ucode_version, NULL);
James Ketrenos43f66a62005-03-25 12:31:53 -06001586
Andrew Mortonad3fee52005-06-20 14:30:36 -07001587static ssize_t show_rtc(struct device *d, struct device_attribute *attr,
1588 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001589{
1590 u32 len = sizeof(u32), tmp = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001591 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001592
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001593 if (ipw_get_ordinal(p, IPW_ORD_STAT_RTC, &tmp, &len))
James Ketrenos43f66a62005-03-25 12:31:53 -06001594 return 0;
1595
1596 return sprintf(buf, "0x%08x\n", tmp);
1597}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001598
1599static DEVICE_ATTR(rtc, S_IWUSR | S_IRUGO, show_rtc, NULL);
James Ketrenos43f66a62005-03-25 12:31:53 -06001600
1601/*
1602 * Add a device attribute to view/control the delay between eeprom
1603 * operations.
1604 */
Andrew Mortonad3fee52005-06-20 14:30:36 -07001605static ssize_t show_eeprom_delay(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001606 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001607{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001608 struct ipw_priv *p = dev_get_drvdata(d);
1609 int n = p->eeprom_delay;
James Ketrenos43f66a62005-03-25 12:31:53 -06001610 return sprintf(buf, "%i\n", n);
1611}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001612static ssize_t store_eeprom_delay(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001613 struct device_attribute *attr,
1614 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001615{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001616 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001617 sscanf(buf, "%i", &p->eeprom_delay);
1618 return strnlen(buf, count);
1619}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001620
1621static DEVICE_ATTR(eeprom_delay, S_IWUSR | S_IRUGO,
1622 show_eeprom_delay, store_eeprom_delay);
James Ketrenos43f66a62005-03-25 12:31:53 -06001623
Andrew Mortonad3fee52005-06-20 14:30:36 -07001624static ssize_t show_command_event_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001625 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001626{
1627 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001628 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001629
James Ketrenosb095c382005-08-24 22:04:42 -05001630 reg = ipw_read_reg32(p, IPW_INTERNAL_CMD_EVENT);
James Ketrenos43f66a62005-03-25 12:31:53 -06001631 return sprintf(buf, "0x%08x\n", reg);
1632}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001633static ssize_t store_command_event_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001634 struct device_attribute *attr,
1635 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001636{
1637 u32 reg;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001638 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001639
1640 sscanf(buf, "%x", &reg);
James Ketrenosb095c382005-08-24 22:04:42 -05001641 ipw_write_reg32(p, IPW_INTERNAL_CMD_EVENT, reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001642 return strnlen(buf, count);
1643}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001644
1645static DEVICE_ATTR(command_event_reg, S_IWUSR | S_IRUGO,
1646 show_command_event_reg, store_command_event_reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001647
Andrew Mortonad3fee52005-06-20 14:30:36 -07001648static ssize_t show_mem_gpio_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001649 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001650{
1651 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001652 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001653
1654 reg = ipw_read_reg32(p, 0x301100);
1655 return sprintf(buf, "0x%08x\n", reg);
1656}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001657static ssize_t store_mem_gpio_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001658 struct device_attribute *attr,
1659 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001660{
1661 u32 reg;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001662 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001663
1664 sscanf(buf, "%x", &reg);
1665 ipw_write_reg32(p, 0x301100, reg);
1666 return strnlen(buf, count);
1667}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001668
1669static DEVICE_ATTR(mem_gpio_reg, S_IWUSR | S_IRUGO,
1670 show_mem_gpio_reg, store_mem_gpio_reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001671
Andrew Mortonad3fee52005-06-20 14:30:36 -07001672static ssize_t show_indirect_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001673 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001674{
1675 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001676 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001677
Jeff Garzikbf794512005-07-31 13:07:26 -04001678 if (priv->status & STATUS_INDIRECT_DWORD)
James Ketrenos43f66a62005-03-25 12:31:53 -06001679 reg = ipw_read_reg32(priv, priv->indirect_dword);
Jeff Garzikbf794512005-07-31 13:07:26 -04001680 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001681 reg = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04001682
James Ketrenos43f66a62005-03-25 12:31:53 -06001683 return sprintf(buf, "0x%08x\n", reg);
1684}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001685static ssize_t store_indirect_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001686 struct device_attribute *attr,
1687 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001688{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001689 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001690
1691 sscanf(buf, "%x", &priv->indirect_dword);
1692 priv->status |= STATUS_INDIRECT_DWORD;
1693 return strnlen(buf, count);
1694}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001695
1696static DEVICE_ATTR(indirect_dword, S_IWUSR | S_IRUGO,
1697 show_indirect_dword, store_indirect_dword);
James Ketrenos43f66a62005-03-25 12:31:53 -06001698
Andrew Mortonad3fee52005-06-20 14:30:36 -07001699static ssize_t show_indirect_byte(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001700 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001701{
1702 u8 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001703 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001704
Jeff Garzikbf794512005-07-31 13:07:26 -04001705 if (priv->status & STATUS_INDIRECT_BYTE)
James Ketrenos43f66a62005-03-25 12:31:53 -06001706 reg = ipw_read_reg8(priv, priv->indirect_byte);
Jeff Garzikbf794512005-07-31 13:07:26 -04001707 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001708 reg = 0;
1709
1710 return sprintf(buf, "0x%02x\n", reg);
1711}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001712static ssize_t store_indirect_byte(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001713 struct device_attribute *attr,
1714 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001715{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001716 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001717
1718 sscanf(buf, "%x", &priv->indirect_byte);
1719 priv->status |= STATUS_INDIRECT_BYTE;
1720 return strnlen(buf, count);
1721}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001722
1723static DEVICE_ATTR(indirect_byte, S_IWUSR | S_IRUGO,
James Ketrenos43f66a62005-03-25 12:31:53 -06001724 show_indirect_byte, store_indirect_byte);
1725
Andrew Mortonad3fee52005-06-20 14:30:36 -07001726static ssize_t show_direct_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001727 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001728{
1729 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001730 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001731
Jeff Garzikbf794512005-07-31 13:07:26 -04001732 if (priv->status & STATUS_DIRECT_DWORD)
James Ketrenos43f66a62005-03-25 12:31:53 -06001733 reg = ipw_read32(priv, priv->direct_dword);
Jeff Garzikbf794512005-07-31 13:07:26 -04001734 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001735 reg = 0;
1736
1737 return sprintf(buf, "0x%08x\n", reg);
1738}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001739static ssize_t store_direct_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001740 struct device_attribute *attr,
1741 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001742{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001743 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001744
1745 sscanf(buf, "%x", &priv->direct_dword);
1746 priv->status |= STATUS_DIRECT_DWORD;
1747 return strnlen(buf, count);
1748}
James Ketrenos43f66a62005-03-25 12:31:53 -06001749
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001750static DEVICE_ATTR(direct_dword, S_IWUSR | S_IRUGO,
1751 show_direct_dword, store_direct_dword);
James Ketrenos43f66a62005-03-25 12:31:53 -06001752
Arjan van de Ven858119e2006-01-14 13:20:43 -08001753static int rf_kill_active(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06001754{
1755 if (0 == (ipw_read32(priv, 0x30) & 0x10000))
1756 priv->status |= STATUS_RF_KILL_HW;
1757 else
1758 priv->status &= ~STATUS_RF_KILL_HW;
1759
1760 return (priv->status & STATUS_RF_KILL_HW) ? 1 : 0;
1761}
1762
Andrew Mortonad3fee52005-06-20 14:30:36 -07001763static ssize_t show_rf_kill(struct device *d, struct device_attribute *attr,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001764 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001765{
1766 /* 0 - RF kill not enabled
Jeff Garzikbf794512005-07-31 13:07:26 -04001767 1 - SW based RF kill active (sysfs)
James Ketrenos43f66a62005-03-25 12:31:53 -06001768 2 - HW based RF kill active
1769 3 - Both HW and SW baed RF kill active */
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001770 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001771 int val = ((priv->status & STATUS_RF_KILL_SW) ? 0x1 : 0x0) |
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001772 (rf_kill_active(priv) ? 0x2 : 0x0);
James Ketrenos43f66a62005-03-25 12:31:53 -06001773 return sprintf(buf, "%i\n", val);
1774}
1775
1776static int ipw_radio_kill_sw(struct ipw_priv *priv, int disable_radio)
1777{
Jeff Garzikbf794512005-07-31 13:07:26 -04001778 if ((disable_radio ? 1 : 0) ==
James Ketrenosea2b26e2005-08-24 21:25:16 -05001779 ((priv->status & STATUS_RF_KILL_SW) ? 1 : 0))
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001780 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06001781
1782 IPW_DEBUG_RF_KILL("Manual SW RF Kill set to: RADIO %s\n",
1783 disable_radio ? "OFF" : "ON");
1784
1785 if (disable_radio) {
1786 priv->status |= STATUS_RF_KILL_SW;
1787
Dan Williams0b531672007-10-09 13:55:24 -04001788 if (priv->workqueue) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001789 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -04001790 cancel_delayed_work(&priv->request_direct_scan);
1791 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -04001792 cancel_delayed_work(&priv->scan_event);
1793 }
James Ketrenos43f66a62005-03-25 12:31:53 -06001794 queue_work(priv->workqueue, &priv->down);
1795 } else {
1796 priv->status &= ~STATUS_RF_KILL_SW;
1797 if (rf_kill_active(priv)) {
1798 IPW_DEBUG_RF_KILL("Can not turn radio back on - "
1799 "disabled by HW switch\n");
1800 /* Make sure the RF_KILL check timer is running */
1801 cancel_delayed_work(&priv->rf_kill);
Jeff Garzikbf794512005-07-31 13:07:26 -04001802 queue_delayed_work(priv->workqueue, &priv->rf_kill,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05001803 round_jiffies_relative(2 * HZ));
Jeff Garzikbf794512005-07-31 13:07:26 -04001804 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06001805 queue_work(priv->workqueue, &priv->up);
1806 }
1807
1808 return 1;
1809}
1810
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001811static ssize_t store_rf_kill(struct device *d, struct device_attribute *attr,
1812 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001813{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001814 struct ipw_priv *priv = dev_get_drvdata(d);
Jeff Garzikbf794512005-07-31 13:07:26 -04001815
James Ketrenos43f66a62005-03-25 12:31:53 -06001816 ipw_radio_kill_sw(priv, buf[0] == '1');
1817
1818 return count;
1819}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001820
1821static DEVICE_ATTR(rf_kill, S_IWUSR | S_IRUGO, show_rf_kill, store_rf_kill);
James Ketrenos43f66a62005-03-25 12:31:53 -06001822
James Ketrenosb095c382005-08-24 22:04:42 -05001823static ssize_t show_speed_scan(struct device *d, struct device_attribute *attr,
1824 char *buf)
1825{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001826 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001827 int pos = 0, len = 0;
1828 if (priv->config & CFG_SPEED_SCAN) {
1829 while (priv->speed_scan[pos] != 0)
1830 len += sprintf(&buf[len], "%d ",
1831 priv->speed_scan[pos++]);
1832 return len + sprintf(&buf[len], "\n");
1833 }
1834
1835 return sprintf(buf, "0\n");
1836}
1837
1838static ssize_t store_speed_scan(struct device *d, struct device_attribute *attr,
1839 const char *buf, size_t count)
1840{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001841 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001842 int channel, pos = 0;
1843 const char *p = buf;
1844
1845 /* list of space separated channels to scan, optionally ending with 0 */
1846 while ((channel = simple_strtol(p, NULL, 0))) {
1847 if (pos == MAX_SPEED_SCAN - 1) {
1848 priv->speed_scan[pos] = 0;
1849 break;
1850 }
1851
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001852 if (libipw_is_valid_channel(priv->ieee, channel))
James Ketrenosb095c382005-08-24 22:04:42 -05001853 priv->speed_scan[pos++] = channel;
1854 else
1855 IPW_WARNING("Skipping invalid channel request: %d\n",
1856 channel);
1857 p = strchr(p, ' ');
1858 if (!p)
1859 break;
1860 while (*p == ' ' || *p == '\t')
1861 p++;
1862 }
1863
1864 if (pos == 0)
1865 priv->config &= ~CFG_SPEED_SCAN;
1866 else {
1867 priv->speed_scan_pos = 0;
1868 priv->config |= CFG_SPEED_SCAN;
1869 }
1870
1871 return count;
1872}
1873
1874static DEVICE_ATTR(speed_scan, S_IWUSR | S_IRUGO, show_speed_scan,
1875 store_speed_scan);
1876
1877static ssize_t show_net_stats(struct device *d, struct device_attribute *attr,
1878 char *buf)
1879{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001880 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001881 return sprintf(buf, "%c\n", (priv->config & CFG_NET_STATS) ? '1' : '0');
1882}
1883
1884static ssize_t store_net_stats(struct device *d, struct device_attribute *attr,
1885 const char *buf, size_t count)
1886{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001887 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001888 if (buf[0] == '1')
1889 priv->config |= CFG_NET_STATS;
1890 else
1891 priv->config &= ~CFG_NET_STATS;
1892
1893 return count;
1894}
1895
James Ketrenosafbf30a2005-08-25 00:05:33 -05001896static DEVICE_ATTR(net_stats, S_IWUSR | S_IRUGO,
1897 show_net_stats, store_net_stats);
James Ketrenosb095c382005-08-24 22:04:42 -05001898
Zhu Yi375dd242007-02-14 16:04:24 +08001899static ssize_t show_channels(struct device *d,
1900 struct device_attribute *attr,
1901 char *buf)
1902{
1903 struct ipw_priv *priv = dev_get_drvdata(d);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001904 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
Zhu Yi375dd242007-02-14 16:04:24 +08001905 int len = 0, i;
1906
1907 len = sprintf(&buf[len],
1908 "Displaying %d channels in 2.4Ghz band "
1909 "(802.11bg):\n", geo->bg_channels);
1910
1911 for (i = 0; i < geo->bg_channels; i++) {
1912 len += sprintf(&buf[len], "%d: BSS%s%s, %s, Band %s.\n",
1913 geo->bg[i].channel,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001914 geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT ?
Zhu Yi375dd242007-02-14 16:04:24 +08001915 " (radar spectrum)" : "",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001916 ((geo->bg[i].flags & LIBIPW_CH_NO_IBSS) ||
1917 (geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT))
Zhu Yi375dd242007-02-14 16:04:24 +08001918 ? "" : ", IBSS",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001919 geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001920 "passive only" : "active/passive",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001921 geo->bg[i].flags & LIBIPW_CH_B_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001922 "B" : "B/G");
1923 }
1924
1925 len += sprintf(&buf[len],
1926 "Displaying %d channels in 5.2Ghz band "
1927 "(802.11a):\n", geo->a_channels);
1928 for (i = 0; i < geo->a_channels; i++) {
1929 len += sprintf(&buf[len], "%d: BSS%s%s, %s.\n",
1930 geo->a[i].channel,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001931 geo->a[i].flags & LIBIPW_CH_RADAR_DETECT ?
Zhu Yi375dd242007-02-14 16:04:24 +08001932 " (radar spectrum)" : "",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001933 ((geo->a[i].flags & LIBIPW_CH_NO_IBSS) ||
1934 (geo->a[i].flags & LIBIPW_CH_RADAR_DETECT))
Zhu Yi375dd242007-02-14 16:04:24 +08001935 ? "" : ", IBSS",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001936 geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001937 "passive only" : "active/passive");
1938 }
1939
1940 return len;
1941}
1942
1943static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
1944
James Ketrenosea2b26e2005-08-24 21:25:16 -05001945static void notify_wx_assoc_event(struct ipw_priv *priv)
1946{
1947 union iwreq_data wrqu;
1948 wrqu.ap_addr.sa_family = ARPHRD_ETHER;
1949 if (priv->status & STATUS_ASSOCIATED)
1950 memcpy(wrqu.ap_addr.sa_data, priv->bssid, ETH_ALEN);
1951 else
1952 memset(wrqu.ap_addr.sa_data, 0, ETH_ALEN);
1953 wireless_send_event(priv->net_dev, SIOCGIWAP, &wrqu, NULL);
1954}
1955
James Ketrenos43f66a62005-03-25 12:31:53 -06001956static void ipw_irq_tasklet(struct ipw_priv *priv)
1957{
1958 u32 inta, inta_mask, handled = 0;
1959 unsigned long flags;
1960 int rc = 0;
1961
Zhu Yi89c318e2006-06-08 22:19:49 -07001962 spin_lock_irqsave(&priv->irq_lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06001963
James Ketrenosb095c382005-08-24 22:04:42 -05001964 inta = ipw_read32(priv, IPW_INTA_RW);
1965 inta_mask = ipw_read32(priv, IPW_INTA_MASK_R);
1966 inta &= (IPW_INTA_MASK_ALL & inta_mask);
James Ketrenos43f66a62005-03-25 12:31:53 -06001967
1968 /* Add any cached INTA values that need to be handled */
1969 inta |= priv->isr_inta;
1970
Zhu Yi89c318e2006-06-08 22:19:49 -07001971 spin_unlock_irqrestore(&priv->irq_lock, flags);
1972
1973 spin_lock_irqsave(&priv->lock, flags);
1974
James Ketrenos43f66a62005-03-25 12:31:53 -06001975 /* handle all the justifications for the interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05001976 if (inta & IPW_INTA_BIT_RX_TRANSFER) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001977 ipw_rx(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05001978 handled |= IPW_INTA_BIT_RX_TRANSFER;
James Ketrenos43f66a62005-03-25 12:31:53 -06001979 }
1980
James Ketrenosb095c382005-08-24 22:04:42 -05001981 if (inta & IPW_INTA_BIT_TX_CMD_QUEUE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001982 IPW_DEBUG_HC("Command completed.\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001983 rc = ipw_queue_tx_reclaim(priv, &priv->txq_cmd, -1);
James Ketrenos43f66a62005-03-25 12:31:53 -06001984 priv->status &= ~STATUS_HCMD_ACTIVE;
1985 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosb095c382005-08-24 22:04:42 -05001986 handled |= IPW_INTA_BIT_TX_CMD_QUEUE;
James Ketrenos43f66a62005-03-25 12:31:53 -06001987 }
1988
James Ketrenosb095c382005-08-24 22:04:42 -05001989 if (inta & IPW_INTA_BIT_TX_QUEUE_1) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001990 IPW_DEBUG_TX("TX_QUEUE_1\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001991 rc = ipw_queue_tx_reclaim(priv, &priv->txq[0], 0);
James Ketrenosb095c382005-08-24 22:04:42 -05001992 handled |= IPW_INTA_BIT_TX_QUEUE_1;
James Ketrenos43f66a62005-03-25 12:31:53 -06001993 }
1994
James Ketrenosb095c382005-08-24 22:04:42 -05001995 if (inta & IPW_INTA_BIT_TX_QUEUE_2) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001996 IPW_DEBUG_TX("TX_QUEUE_2\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001997 rc = ipw_queue_tx_reclaim(priv, &priv->txq[1], 1);
James Ketrenosb095c382005-08-24 22:04:42 -05001998 handled |= IPW_INTA_BIT_TX_QUEUE_2;
James Ketrenos43f66a62005-03-25 12:31:53 -06001999 }
2000
James Ketrenosb095c382005-08-24 22:04:42 -05002001 if (inta & IPW_INTA_BIT_TX_QUEUE_3) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002002 IPW_DEBUG_TX("TX_QUEUE_3\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002003 rc = ipw_queue_tx_reclaim(priv, &priv->txq[2], 2);
James Ketrenosb095c382005-08-24 22:04:42 -05002004 handled |= IPW_INTA_BIT_TX_QUEUE_3;
James Ketrenos43f66a62005-03-25 12:31:53 -06002005 }
2006
James Ketrenosb095c382005-08-24 22:04:42 -05002007 if (inta & IPW_INTA_BIT_TX_QUEUE_4) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002008 IPW_DEBUG_TX("TX_QUEUE_4\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002009 rc = ipw_queue_tx_reclaim(priv, &priv->txq[3], 3);
James Ketrenosb095c382005-08-24 22:04:42 -05002010 handled |= IPW_INTA_BIT_TX_QUEUE_4;
James Ketrenos43f66a62005-03-25 12:31:53 -06002011 }
2012
James Ketrenosb095c382005-08-24 22:04:42 -05002013 if (inta & IPW_INTA_BIT_STATUS_CHANGE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002014 IPW_WARNING("STATUS_CHANGE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002015 handled |= IPW_INTA_BIT_STATUS_CHANGE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002016 }
2017
James Ketrenosb095c382005-08-24 22:04:42 -05002018 if (inta & IPW_INTA_BIT_BEACON_PERIOD_EXPIRED) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002019 IPW_WARNING("TX_PERIOD_EXPIRED\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002020 handled |= IPW_INTA_BIT_BEACON_PERIOD_EXPIRED;
James Ketrenos43f66a62005-03-25 12:31:53 -06002021 }
2022
James Ketrenosb095c382005-08-24 22:04:42 -05002023 if (inta & IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002024 IPW_WARNING("HOST_CMD_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002025 handled |= IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002026 }
2027
James Ketrenosb095c382005-08-24 22:04:42 -05002028 if (inta & IPW_INTA_BIT_FW_INITIALIZATION_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002029 IPW_WARNING("FW_INITIALIZATION_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002030 handled |= IPW_INTA_BIT_FW_INITIALIZATION_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002031 }
2032
James Ketrenosb095c382005-08-24 22:04:42 -05002033 if (inta & IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002034 IPW_WARNING("PHY_OFF_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002035 handled |= IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002036 }
2037
James Ketrenosb095c382005-08-24 22:04:42 -05002038 if (inta & IPW_INTA_BIT_RF_KILL_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002039 IPW_DEBUG_RF_KILL("RF_KILL_DONE\n");
2040 priv->status |= STATUS_RF_KILL_HW;
2041 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosea2b26e2005-08-24 21:25:16 -05002042 priv->status &= ~(STATUS_ASSOCIATED | STATUS_ASSOCIATING);
James Ketrenos43f66a62005-03-25 12:31:53 -06002043 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -04002044 cancel_delayed_work(&priv->request_direct_scan);
2045 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -04002046 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -05002047 schedule_work(&priv->link_down);
James Ketrenos43f66a62005-03-25 12:31:53 -06002048 queue_delayed_work(priv->workqueue, &priv->rf_kill, 2 * HZ);
James Ketrenosb095c382005-08-24 22:04:42 -05002049 handled |= IPW_INTA_BIT_RF_KILL_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002050 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002051
James Ketrenosb095c382005-08-24 22:04:42 -05002052 if (inta & IPW_INTA_BIT_FATAL_ERROR) {
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002053 IPW_WARNING("Firmware error detected. Restarting.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002054 if (priv->error) {
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002055 IPW_DEBUG_FW("Sysfs 'error' log already exists.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002056 if (ipw_debug_level & IPW_DL_FW_ERRORS) {
2057 struct ipw_fw_error *error =
2058 ipw_alloc_error_log(priv);
2059 ipw_dump_error_log(priv, error);
Jesper Juhl8f760782006-06-27 02:55:06 -07002060 kfree(error);
James Ketrenosb39860c2005-08-12 09:36:32 -05002061 }
James Ketrenosb39860c2005-08-12 09:36:32 -05002062 } else {
2063 priv->error = ipw_alloc_error_log(priv);
2064 if (priv->error)
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002065 IPW_DEBUG_FW("Sysfs 'error' log captured.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002066 else
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002067 IPW_DEBUG_FW("Error allocating sysfs 'error' "
2068 "log.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002069 if (ipw_debug_level & IPW_DL_FW_ERRORS)
2070 ipw_dump_error_log(priv, priv->error);
James Ketrenosb39860c2005-08-12 09:36:32 -05002071 }
2072
James Ketrenosb095c382005-08-24 22:04:42 -05002073 /* XXX: If hardware encryption is for WPA/WPA2,
2074 * we have to notify the supplicant. */
2075 if (priv->ieee->sec.encrypt) {
2076 priv->status &= ~STATUS_ASSOCIATED;
2077 notify_wx_assoc_event(priv);
2078 }
2079
2080 /* Keep the restart process from trying to send host
2081 * commands by clearing the INIT status bit */
2082 priv->status &= ~STATUS_INIT;
James Ketrenosafbf30a2005-08-25 00:05:33 -05002083
2084 /* Cancel currently queued command. */
2085 priv->status &= ~STATUS_HCMD_ACTIVE;
2086 wake_up_interruptible(&priv->wait_command_queue);
2087
James Ketrenos43f66a62005-03-25 12:31:53 -06002088 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenosb095c382005-08-24 22:04:42 -05002089 handled |= IPW_INTA_BIT_FATAL_ERROR;
James Ketrenos43f66a62005-03-25 12:31:53 -06002090 }
2091
James Ketrenosb095c382005-08-24 22:04:42 -05002092 if (inta & IPW_INTA_BIT_PARITY_ERROR) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002093 IPW_ERROR("Parity error\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002094 handled |= IPW_INTA_BIT_PARITY_ERROR;
James Ketrenos43f66a62005-03-25 12:31:53 -06002095 }
2096
2097 if (handled != inta) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002098 IPW_ERROR("Unhandled INTA bits 0x%08x\n", inta & ~handled);
James Ketrenos43f66a62005-03-25 12:31:53 -06002099 }
2100
Zhu Yi89c318e2006-06-08 22:19:49 -07002101 spin_unlock_irqrestore(&priv->lock, flags);
2102
James Ketrenos43f66a62005-03-25 12:31:53 -06002103 /* enable all interrupts */
2104 ipw_enable_interrupts(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06002105}
Jeff Garzikbf794512005-07-31 13:07:26 -04002106
James Ketrenos43f66a62005-03-25 12:31:53 -06002107#define IPW_CMD(x) case IPW_CMD_ ## x : return #x
2108static char *get_cmd_string(u8 cmd)
2109{
2110 switch (cmd) {
2111 IPW_CMD(HOST_COMPLETE);
Jeff Garzikbf794512005-07-31 13:07:26 -04002112 IPW_CMD(POWER_DOWN);
2113 IPW_CMD(SYSTEM_CONFIG);
2114 IPW_CMD(MULTICAST_ADDRESS);
2115 IPW_CMD(SSID);
2116 IPW_CMD(ADAPTER_ADDRESS);
2117 IPW_CMD(PORT_TYPE);
2118 IPW_CMD(RTS_THRESHOLD);
2119 IPW_CMD(FRAG_THRESHOLD);
2120 IPW_CMD(POWER_MODE);
2121 IPW_CMD(WEP_KEY);
2122 IPW_CMD(TGI_TX_KEY);
2123 IPW_CMD(SCAN_REQUEST);
2124 IPW_CMD(SCAN_REQUEST_EXT);
2125 IPW_CMD(ASSOCIATE);
2126 IPW_CMD(SUPPORTED_RATES);
2127 IPW_CMD(SCAN_ABORT);
2128 IPW_CMD(TX_FLUSH);
2129 IPW_CMD(QOS_PARAMETERS);
2130 IPW_CMD(DINO_CONFIG);
2131 IPW_CMD(RSN_CAPABILITIES);
2132 IPW_CMD(RX_KEY);
2133 IPW_CMD(CARD_DISABLE);
2134 IPW_CMD(SEED_NUMBER);
2135 IPW_CMD(TX_POWER);
2136 IPW_CMD(COUNTRY_INFO);
2137 IPW_CMD(AIRONET_INFO);
2138 IPW_CMD(AP_TX_POWER);
2139 IPW_CMD(CCKM_INFO);
2140 IPW_CMD(CCX_VER_INFO);
2141 IPW_CMD(SET_CALIBRATION);
2142 IPW_CMD(SENSITIVITY_CALIB);
2143 IPW_CMD(RETRY_LIMIT);
2144 IPW_CMD(IPW_PRE_POWER_DOWN);
2145 IPW_CMD(VAP_BEACON_TEMPLATE);
2146 IPW_CMD(VAP_DTIM_PERIOD);
2147 IPW_CMD(EXT_SUPPORTED_RATES);
2148 IPW_CMD(VAP_LOCAL_TX_PWR_CONSTRAINT);
2149 IPW_CMD(VAP_QUIET_INTERVALS);
2150 IPW_CMD(VAP_CHANNEL_SWITCH);
2151 IPW_CMD(VAP_MANDATORY_CHANNELS);
2152 IPW_CMD(VAP_CELL_PWR_LIMIT);
2153 IPW_CMD(VAP_CF_PARAM_SET);
2154 IPW_CMD(VAP_SET_BEACONING_STATE);
2155 IPW_CMD(MEASUREMENT);
2156 IPW_CMD(POWER_CAPABILITY);
2157 IPW_CMD(SUPPORTED_CHANNELS);
2158 IPW_CMD(TPC_REPORT);
2159 IPW_CMD(WME_INFO);
2160 IPW_CMD(PRODUCTION_COMMAND);
2161 default:
James Ketrenos43f66a62005-03-25 12:31:53 -06002162 return "UNKNOWN";
2163 }
2164}
James Ketrenos43f66a62005-03-25 12:31:53 -06002165
2166#define HOST_COMPLETE_TIMEOUT HZ
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002167
2168static int __ipw_send_cmd(struct ipw_priv *priv, struct host_cmd *cmd)
James Ketrenos43f66a62005-03-25 12:31:53 -06002169{
2170 int rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05002171 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06002172
James Ketrenosa613bff2005-08-24 21:43:11 -05002173 spin_lock_irqsave(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002174 if (priv->status & STATUS_HCMD_ACTIVE) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002175 IPW_ERROR("Failed to send %s: Already sending a command.\n",
2176 get_cmd_string(cmd->cmd));
James Ketrenosa613bff2005-08-24 21:43:11 -05002177 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002178 return -EAGAIN;
James Ketrenos43f66a62005-03-25 12:31:53 -06002179 }
2180
2181 priv->status |= STATUS_HCMD_ACTIVE;
Jeff Garzikbf794512005-07-31 13:07:26 -04002182
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002183 if (priv->cmdlog) {
2184 priv->cmdlog[priv->cmdlog_pos].jiffies = jiffies;
2185 priv->cmdlog[priv->cmdlog_pos].cmd.cmd = cmd->cmd;
2186 priv->cmdlog[priv->cmdlog_pos].cmd.len = cmd->len;
2187 memcpy(priv->cmdlog[priv->cmdlog_pos].cmd.param, cmd->param,
2188 cmd->len);
2189 priv->cmdlog[priv->cmdlog_pos].retcode = -1;
2190 }
2191
James Ketrenosb095c382005-08-24 22:04:42 -05002192 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n",
2193 get_cmd_string(cmd->cmd), cmd->cmd, cmd->len,
2194 priv->status);
Zhu Yif516dbc2006-01-24 16:36:44 +08002195
2196#ifndef DEBUG_CMD_WEP_KEY
2197 if (cmd->cmd == IPW_CMD_WEP_KEY)
2198 IPW_DEBUG_HC("WEP_KEY command masked out for secure.\n");
2199 else
2200#endif
2201 printk_buf(IPW_DL_HOST_COMMAND, (u8 *) cmd->param, cmd->len);
2202
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002203 rc = ipw_queue_tx_hcmd(priv, cmd->cmd, cmd->param, cmd->len, 0);
James Ketrenosa613bff2005-08-24 21:43:11 -05002204 if (rc) {
2205 priv->status &= ~STATUS_HCMD_ACTIVE;
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002206 IPW_ERROR("Failed to send %s: Reason %d\n",
2207 get_cmd_string(cmd->cmd), rc);
James Ketrenosa613bff2005-08-24 21:43:11 -05002208 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002209 goto exit;
James Ketrenosa613bff2005-08-24 21:43:11 -05002210 }
2211 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002212
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002213 rc = wait_event_interruptible_timeout(priv->wait_command_queue,
2214 !(priv->
2215 status & STATUS_HCMD_ACTIVE),
2216 HOST_COMPLETE_TIMEOUT);
James Ketrenos43f66a62005-03-25 12:31:53 -06002217 if (rc == 0) {
James Ketrenosa613bff2005-08-24 21:43:11 -05002218 spin_lock_irqsave(&priv->lock, flags);
2219 if (priv->status & STATUS_HCMD_ACTIVE) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002220 IPW_ERROR("Failed to send %s: Command timed out.\n",
2221 get_cmd_string(cmd->cmd));
James Ketrenosa613bff2005-08-24 21:43:11 -05002222 priv->status &= ~STATUS_HCMD_ACTIVE;
2223 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002224 rc = -EIO;
2225 goto exit;
James Ketrenosa613bff2005-08-24 21:43:11 -05002226 }
2227 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos3b9990c2005-08-19 13:18:55 -05002228 } else
2229 rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05002230
James Ketrenosb095c382005-08-24 22:04:42 -05002231 if (priv->status & STATUS_RF_KILL_HW) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002232 IPW_ERROR("Failed to send %s: Aborted due to RF kill switch.\n",
2233 get_cmd_string(cmd->cmd));
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002234 rc = -EIO;
2235 goto exit;
James Ketrenos43f66a62005-03-25 12:31:53 -06002236 }
2237
Zhu Yi2638bc32006-01-24 16:37:52 +08002238 exit:
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002239 if (priv->cmdlog) {
2240 priv->cmdlog[priv->cmdlog_pos++].retcode = rc;
2241 priv->cmdlog_pos %= priv->cmdlog_len;
2242 }
2243 return rc;
James Ketrenos43f66a62005-03-25 12:31:53 -06002244}
2245
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002246static int ipw_send_cmd_simple(struct ipw_priv *priv, u8 command)
James Ketrenos43f66a62005-03-25 12:31:53 -06002247{
2248 struct host_cmd cmd = {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002249 .cmd = command,
James Ketrenos43f66a62005-03-25 12:31:53 -06002250 };
2251
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002252 return __ipw_send_cmd(priv, &cmd);
2253}
2254
2255static int ipw_send_cmd_pdu(struct ipw_priv *priv, u8 command, u8 len,
2256 void *data)
2257{
2258 struct host_cmd cmd = {
2259 .cmd = command,
2260 .len = len,
2261 .param = data,
2262 };
2263
2264 return __ipw_send_cmd(priv, &cmd);
2265}
2266
2267static int ipw_send_host_complete(struct ipw_priv *priv)
2268{
James Ketrenos43f66a62005-03-25 12:31:53 -06002269 if (!priv) {
2270 IPW_ERROR("Invalid args\n");
2271 return -1;
2272 }
2273
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002274 return ipw_send_cmd_simple(priv, IPW_CMD_HOST_COMPLETE);
James Ketrenos43f66a62005-03-25 12:31:53 -06002275}
2276
Zhu Yid685b8c2006-04-13 17:20:27 +08002277static int ipw_send_system_config(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002278{
Zhu Yid685b8c2006-04-13 17:20:27 +08002279 return ipw_send_cmd_pdu(priv, IPW_CMD_SYSTEM_CONFIG,
2280 sizeof(priv->sys_config),
2281 &priv->sys_config);
James Ketrenos43f66a62005-03-25 12:31:53 -06002282}
2283
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002284static int ipw_send_ssid(struct ipw_priv *priv, u8 * ssid, int len)
James Ketrenos43f66a62005-03-25 12:31:53 -06002285{
James Ketrenos43f66a62005-03-25 12:31:53 -06002286 if (!priv || !ssid) {
2287 IPW_ERROR("Invalid args\n");
2288 return -1;
2289 }
2290
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002291 return ipw_send_cmd_pdu(priv, IPW_CMD_SSID, min(len, IW_ESSID_MAX_SIZE),
Zhu Yi2638bc32006-01-24 16:37:52 +08002292 ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06002293}
2294
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002295static int ipw_send_adapter_address(struct ipw_priv *priv, u8 * mac)
James Ketrenos43f66a62005-03-25 12:31:53 -06002296{
James Ketrenos43f66a62005-03-25 12:31:53 -06002297 if (!priv || !mac) {
2298 IPW_ERROR("Invalid args\n");
2299 return -1;
2300 }
2301
Johannes Berge1749612008-10-27 15:59:26 -07002302 IPW_DEBUG_INFO("%s: Setting MAC to %pM\n",
2303 priv->net_dev->name, mac);
James Ketrenos43f66a62005-03-25 12:31:53 -06002304
Zhu Yi2638bc32006-01-24 16:37:52 +08002305 return ipw_send_cmd_pdu(priv, IPW_CMD_ADAPTER_ADDRESS, ETH_ALEN, mac);
James Ketrenos43f66a62005-03-25 12:31:53 -06002306}
2307
James Ketrenosa613bff2005-08-24 21:43:11 -05002308/*
2309 * NOTE: This must be executed from our workqueue as it results in udelay
2310 * being called which may corrupt the keyboard if executed on default
2311 * workqueue
2312 */
James Ketrenos43f66a62005-03-25 12:31:53 -06002313static void ipw_adapter_restart(void *adapter)
2314{
2315 struct ipw_priv *priv = adapter;
2316
2317 if (priv->status & STATUS_RF_KILL_MASK)
2318 return;
2319
2320 ipw_down(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05002321
2322 if (priv->assoc_network &&
2323 (priv->assoc_network->capability & WLAN_CAPABILITY_IBSS))
2324 ipw_remove_current_network(priv);
2325
James Ketrenos43f66a62005-03-25 12:31:53 -06002326 if (ipw_up(priv)) {
2327 IPW_ERROR("Failed to up device\n");
2328 return;
2329 }
2330}
2331
David Howellsc4028952006-11-22 14:57:56 +00002332static void ipw_bg_adapter_restart(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05002333{
David Howellsc4028952006-11-22 14:57:56 +00002334 struct ipw_priv *priv =
2335 container_of(work, struct ipw_priv, adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +08002336 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00002337 ipw_adapter_restart(priv);
Zhu Yi46441512006-01-24 16:37:59 +08002338 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05002339}
2340
James Ketrenos43f66a62005-03-25 12:31:53 -06002341#define IPW_SCAN_CHECK_WATCHDOG (5 * HZ)
2342
2343static void ipw_scan_check(void *data)
2344{
2345 struct ipw_priv *priv = data;
2346 if (priv->status & (STATUS_SCANNING | STATUS_SCAN_ABORTING)) {
2347 IPW_DEBUG_SCAN("Scan completion watchdog resetting "
Zhu Yic7b6a672006-01-24 16:37:05 +08002348 "adapter after (%dms).\n",
2349 jiffies_to_msecs(IPW_SCAN_CHECK_WATCHDOG));
James Ketrenosa613bff2005-08-24 21:43:11 -05002350 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06002351 }
2352}
2353
David Howellsc4028952006-11-22 14:57:56 +00002354static void ipw_bg_scan_check(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05002355{
David Howellsc4028952006-11-22 14:57:56 +00002356 struct ipw_priv *priv =
2357 container_of(work, struct ipw_priv, scan_check.work);
Zhu Yi46441512006-01-24 16:37:59 +08002358 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00002359 ipw_scan_check(priv);
Zhu Yi46441512006-01-24 16:37:59 +08002360 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05002361}
2362
James Ketrenos43f66a62005-03-25 12:31:53 -06002363static int ipw_send_scan_request_ext(struct ipw_priv *priv,
2364 struct ipw_scan_request_ext *request)
2365{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002366 return ipw_send_cmd_pdu(priv, IPW_CMD_SCAN_REQUEST_EXT,
Zhu Yi2638bc32006-01-24 16:37:52 +08002367 sizeof(*request), request);
James Ketrenos43f66a62005-03-25 12:31:53 -06002368}
2369
2370static int ipw_send_scan_abort(struct ipw_priv *priv)
2371{
James Ketrenos43f66a62005-03-25 12:31:53 -06002372 if (!priv) {
2373 IPW_ERROR("Invalid args\n");
2374 return -1;
2375 }
2376
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002377 return ipw_send_cmd_simple(priv, IPW_CMD_SCAN_ABORT);
James Ketrenos43f66a62005-03-25 12:31:53 -06002378}
2379
2380static int ipw_set_sensitivity(struct ipw_priv *priv, u16 sens)
2381{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002382 struct ipw_sensitivity_calib calib = {
Zhu Yi851ca262006-08-21 11:37:58 +08002383 .beacon_rssi_raw = cpu_to_le16(sens),
James Ketrenos43f66a62005-03-25 12:31:53 -06002384 };
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002385
2386 return ipw_send_cmd_pdu(priv, IPW_CMD_SENSITIVITY_CALIB, sizeof(calib),
Zhu Yi2638bc32006-01-24 16:37:52 +08002387 &calib);
James Ketrenos43f66a62005-03-25 12:31:53 -06002388}
2389
2390static int ipw_send_associate(struct ipw_priv *priv,
2391 struct ipw_associate *associate)
2392{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002393 if (!priv || !associate) {
2394 IPW_ERROR("Invalid args\n");
2395 return -1;
2396 }
2397
Al Viro5b5e8072007-12-27 01:54:06 -05002398 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate),
2399 associate);
James Ketrenos43f66a62005-03-25 12:31:53 -06002400}
2401
2402static int ipw_send_supported_rates(struct ipw_priv *priv,
2403 struct ipw_supported_rates *rates)
2404{
James Ketrenos43f66a62005-03-25 12:31:53 -06002405 if (!priv || !rates) {
2406 IPW_ERROR("Invalid args\n");
2407 return -1;
2408 }
2409
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002410 return ipw_send_cmd_pdu(priv, IPW_CMD_SUPPORTED_RATES, sizeof(*rates),
Zhu Yi2638bc32006-01-24 16:37:52 +08002411 rates);
James Ketrenos43f66a62005-03-25 12:31:53 -06002412}
2413
2414static int ipw_set_random_seed(struct ipw_priv *priv)
2415{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002416 u32 val;
James Ketrenos43f66a62005-03-25 12:31:53 -06002417
2418 if (!priv) {
2419 IPW_ERROR("Invalid args\n");
2420 return -1;
2421 }
2422
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002423 get_random_bytes(&val, sizeof(val));
James Ketrenos43f66a62005-03-25 12:31:53 -06002424
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002425 return ipw_send_cmd_pdu(priv, IPW_CMD_SEED_NUMBER, sizeof(val), &val);
James Ketrenos43f66a62005-03-25 12:31:53 -06002426}
2427
James Ketrenos43f66a62005-03-25 12:31:53 -06002428static int ipw_send_card_disable(struct ipw_priv *priv, u32 phy_off)
2429{
Al Viroe62e1ee2007-12-27 01:36:46 -05002430 __le32 v = cpu_to_le32(phy_off);
James Ketrenos43f66a62005-03-25 12:31:53 -06002431 if (!priv) {
2432 IPW_ERROR("Invalid args\n");
2433 return -1;
2434 }
2435
Al Viroe62e1ee2007-12-27 01:36:46 -05002436 return ipw_send_cmd_pdu(priv, IPW_CMD_CARD_DISABLE, sizeof(v), &v);
James Ketrenos43f66a62005-03-25 12:31:53 -06002437}
James Ketrenos43f66a62005-03-25 12:31:53 -06002438
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002439static int ipw_send_tx_power(struct ipw_priv *priv, struct ipw_tx_power *power)
James Ketrenos43f66a62005-03-25 12:31:53 -06002440{
James Ketrenos43f66a62005-03-25 12:31:53 -06002441 if (!priv || !power) {
2442 IPW_ERROR("Invalid args\n");
2443 return -1;
2444 }
2445
Zhu Yi2638bc32006-01-24 16:37:52 +08002446 return ipw_send_cmd_pdu(priv, IPW_CMD_TX_POWER, sizeof(*power), power);
James Ketrenos43f66a62005-03-25 12:31:53 -06002447}
James Ketrenos43f66a62005-03-25 12:31:53 -06002448
Zhu Yi6de9f7f2005-08-11 14:39:33 +08002449static int ipw_set_tx_power(struct ipw_priv *priv)
2450{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002451 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08002452 struct ipw_tx_power tx_power;
2453 s8 max_power;
2454 int i;
2455
2456 memset(&tx_power, 0, sizeof(tx_power));
2457
2458 /* configure device for 'G' band */
2459 tx_power.ieee_mode = IPW_G_MODE;
2460 tx_power.num_channels = geo->bg_channels;
2461 for (i = 0; i < geo->bg_channels; i++) {
2462 max_power = geo->bg[i].max_power;
2463 tx_power.channels_tx_power[i].channel_number =
2464 geo->bg[i].channel;
2465 tx_power.channels_tx_power[i].tx_power = max_power ?
2466 min(max_power, priv->tx_power) : priv->tx_power;
2467 }
2468 if (ipw_send_tx_power(priv, &tx_power))
2469 return -EIO;
2470
2471 /* configure device to also handle 'B' band */
2472 tx_power.ieee_mode = IPW_B_MODE;
2473 if (ipw_send_tx_power(priv, &tx_power))
2474 return -EIO;
2475
2476 /* configure device to also handle 'A' band */
2477 if (priv->ieee->abg_true) {
2478 tx_power.ieee_mode = IPW_A_MODE;
2479 tx_power.num_channels = geo->a_channels;
2480 for (i = 0; i < tx_power.num_channels; i++) {
2481 max_power = geo->a[i].max_power;
2482 tx_power.channels_tx_power[i].channel_number =
2483 geo->a[i].channel;
2484 tx_power.channels_tx_power[i].tx_power = max_power ?
2485 min(max_power, priv->tx_power) : priv->tx_power;
2486 }
2487 if (ipw_send_tx_power(priv, &tx_power))
2488 return -EIO;
2489 }
James Ketrenos43f66a62005-03-25 12:31:53 -06002490 return 0;
2491}
2492
2493static int ipw_send_rts_threshold(struct ipw_priv *priv, u16 rts)
2494{
2495 struct ipw_rts_threshold rts_threshold = {
Zhu Yi851ca262006-08-21 11:37:58 +08002496 .rts_threshold = cpu_to_le16(rts),
James Ketrenos43f66a62005-03-25 12:31:53 -06002497 };
James Ketrenos43f66a62005-03-25 12:31:53 -06002498
2499 if (!priv) {
2500 IPW_ERROR("Invalid args\n");
2501 return -1;
2502 }
2503
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002504 return ipw_send_cmd_pdu(priv, IPW_CMD_RTS_THRESHOLD,
2505 sizeof(rts_threshold), &rts_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06002506}
2507
2508static int ipw_send_frag_threshold(struct ipw_priv *priv, u16 frag)
2509{
2510 struct ipw_frag_threshold frag_threshold = {
Zhu Yi851ca262006-08-21 11:37:58 +08002511 .frag_threshold = cpu_to_le16(frag),
James Ketrenos43f66a62005-03-25 12:31:53 -06002512 };
James Ketrenos43f66a62005-03-25 12:31:53 -06002513
2514 if (!priv) {
2515 IPW_ERROR("Invalid args\n");
2516 return -1;
2517 }
2518
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002519 return ipw_send_cmd_pdu(priv, IPW_CMD_FRAG_THRESHOLD,
2520 sizeof(frag_threshold), &frag_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06002521}
2522
2523static int ipw_send_power_mode(struct ipw_priv *priv, u32 mode)
2524{
Al Viroe62e1ee2007-12-27 01:36:46 -05002525 __le32 param;
James Ketrenos43f66a62005-03-25 12:31:53 -06002526
2527 if (!priv) {
2528 IPW_ERROR("Invalid args\n");
2529 return -1;
2530 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002531
James Ketrenos43f66a62005-03-25 12:31:53 -06002532 /* If on battery, set to 3, if AC set to CAM, else user
2533 * level */
2534 switch (mode) {
2535 case IPW_POWER_BATTERY:
Al Viroe62e1ee2007-12-27 01:36:46 -05002536 param = cpu_to_le32(IPW_POWER_INDEX_3);
James Ketrenos43f66a62005-03-25 12:31:53 -06002537 break;
2538 case IPW_POWER_AC:
Al Viroe62e1ee2007-12-27 01:36:46 -05002539 param = cpu_to_le32(IPW_POWER_MODE_CAM);
James Ketrenos43f66a62005-03-25 12:31:53 -06002540 break;
2541 default:
Al Viroe62e1ee2007-12-27 01:36:46 -05002542 param = cpu_to_le32(mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06002543 break;
2544 }
2545
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002546 return ipw_send_cmd_pdu(priv, IPW_CMD_POWER_MODE, sizeof(param),
Zhu Yi2638bc32006-01-24 16:37:52 +08002547 &param);
James Ketrenos43f66a62005-03-25 12:31:53 -06002548}
2549
James Ketrenosafbf30a2005-08-25 00:05:33 -05002550static int ipw_send_retry_limit(struct ipw_priv *priv, u8 slimit, u8 llimit)
2551{
2552 struct ipw_retry_limit retry_limit = {
2553 .short_retry_limit = slimit,
2554 .long_retry_limit = llimit
2555 };
James Ketrenosafbf30a2005-08-25 00:05:33 -05002556
2557 if (!priv) {
2558 IPW_ERROR("Invalid args\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002559 return -1;
2560 }
2561
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002562 return ipw_send_cmd_pdu(priv, IPW_CMD_RETRY_LIMIT, sizeof(retry_limit),
Zhu Yi2638bc32006-01-24 16:37:52 +08002563 &retry_limit);
James Ketrenos43f66a62005-03-25 12:31:53 -06002564}
2565
2566/*
2567 * The IPW device contains a Microwire compatible EEPROM that stores
2568 * various data like the MAC address. Usually the firmware has exclusive
2569 * access to the eeprom, but during device initialization (before the
2570 * device driver has sent the HostComplete command to the firmware) the
2571 * device driver has read access to the EEPROM by way of indirect addressing
2572 * through a couple of memory mapped registers.
2573 *
2574 * The following is a simplified implementation for pulling data out of the
2575 * the eeprom, along with some helper functions to find information in
2576 * the per device private data's copy of the eeprom.
2577 *
2578 * NOTE: To better understand how these functions work (i.e what is a chip
2579 * select and why do have to keep driving the eeprom clock?), read
2580 * just about any data sheet for a Microwire compatible EEPROM.
2581 */
2582
2583/* write a 32 bit value into the indirect accessor register */
2584static inline void eeprom_write_reg(struct ipw_priv *p, u32 data)
2585{
2586 ipw_write_reg32(p, FW_MEM_REG_EEPROM_ACCESS, data);
Jeff Garzikbf794512005-07-31 13:07:26 -04002587
James Ketrenos43f66a62005-03-25 12:31:53 -06002588 /* the eeprom requires some time to complete the operation */
2589 udelay(p->eeprom_delay);
2590
2591 return;
2592}
2593
2594/* perform a chip select operation */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002595static void eeprom_cs(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002596{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002597 eeprom_write_reg(priv, 0);
2598 eeprom_write_reg(priv, EEPROM_BIT_CS);
2599 eeprom_write_reg(priv, EEPROM_BIT_CS | EEPROM_BIT_SK);
2600 eeprom_write_reg(priv, EEPROM_BIT_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06002601}
2602
2603/* perform a chip select operation */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002604static void eeprom_disable_cs(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002605{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002606 eeprom_write_reg(priv, EEPROM_BIT_CS);
2607 eeprom_write_reg(priv, 0);
2608 eeprom_write_reg(priv, EEPROM_BIT_SK);
James Ketrenos43f66a62005-03-25 12:31:53 -06002609}
2610
2611/* push a single bit down to the eeprom */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002612static inline void eeprom_write_bit(struct ipw_priv *p, u8 bit)
James Ketrenos43f66a62005-03-25 12:31:53 -06002613{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002614 int d = (bit ? EEPROM_BIT_DI : 0);
2615 eeprom_write_reg(p, EEPROM_BIT_CS | d);
2616 eeprom_write_reg(p, EEPROM_BIT_CS | d | EEPROM_BIT_SK);
James Ketrenos43f66a62005-03-25 12:31:53 -06002617}
2618
2619/* push an opcode followed by an address down to the eeprom */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002620static void eeprom_op(struct ipw_priv *priv, u8 op, u8 addr)
James Ketrenos43f66a62005-03-25 12:31:53 -06002621{
2622 int i;
2623
2624 eeprom_cs(priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002625 eeprom_write_bit(priv, 1);
2626 eeprom_write_bit(priv, op & 2);
2627 eeprom_write_bit(priv, op & 1);
2628 for (i = 7; i >= 0; i--) {
2629 eeprom_write_bit(priv, addr & (1 << i));
James Ketrenos43f66a62005-03-25 12:31:53 -06002630 }
2631}
2632
2633/* pull 16 bits off the eeprom, one bit at a time */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002634static u16 eeprom_read_u16(struct ipw_priv *priv, u8 addr)
James Ketrenos43f66a62005-03-25 12:31:53 -06002635{
2636 int i;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002637 u16 r = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04002638
James Ketrenos43f66a62005-03-25 12:31:53 -06002639 /* Send READ Opcode */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002640 eeprom_op(priv, EEPROM_CMD_READ, addr);
James Ketrenos43f66a62005-03-25 12:31:53 -06002641
2642 /* Send dummy bit */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002643 eeprom_write_reg(priv, EEPROM_BIT_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06002644
2645 /* Read the byte off the eeprom one bit at a time */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002646 for (i = 0; i < 16; i++) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002647 u32 data = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002648 eeprom_write_reg(priv, EEPROM_BIT_CS | EEPROM_BIT_SK);
2649 eeprom_write_reg(priv, EEPROM_BIT_CS);
2650 data = ipw_read_reg32(priv, FW_MEM_REG_EEPROM_ACCESS);
2651 r = (r << 1) | ((data & EEPROM_BIT_DO) ? 1 : 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002652 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002653
James Ketrenos43f66a62005-03-25 12:31:53 -06002654 /* Send another dummy bit */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002655 eeprom_write_reg(priv, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002656 eeprom_disable_cs(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04002657
James Ketrenos43f66a62005-03-25 12:31:53 -06002658 return r;
2659}
2660
2661/* helper function for pulling the mac address out of the private */
2662/* data's copy of the eeprom data */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002663static void eeprom_parse_mac(struct ipw_priv *priv, u8 * mac)
James Ketrenos43f66a62005-03-25 12:31:53 -06002664{
James Ketrenosafbf30a2005-08-25 00:05:33 -05002665 memcpy(mac, &priv->eeprom[EEPROM_MAC_ADDRESS], 6);
James Ketrenos43f66a62005-03-25 12:31:53 -06002666}
2667
2668/*
2669 * Either the device driver (i.e. the host) or the firmware can
2670 * load eeprom data into the designated region in SRAM. If neither
2671 * happens then the FW will shutdown with a fatal error.
2672 *
2673 * In order to signal the FW to load the EEPROM, the EEPROM_LOAD_DISABLE
2674 * bit needs region of shared SRAM needs to be non-zero.
2675 */
2676static void ipw_eeprom_init_sram(struct ipw_priv *priv)
2677{
2678 int i;
Al Viroe62e1ee2007-12-27 01:36:46 -05002679 __le16 *eeprom = (__le16 *) priv->eeprom;
Jeff Garzikbf794512005-07-31 13:07:26 -04002680
James Ketrenos43f66a62005-03-25 12:31:53 -06002681 IPW_DEBUG_TRACE(">>\n");
2682
2683 /* read entire contents of eeprom into private buffer */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002684 for (i = 0; i < 128; i++)
Al Viroe62e1ee2007-12-27 01:36:46 -05002685 eeprom[i] = cpu_to_le16(eeprom_read_u16(priv, (u8) i));
James Ketrenos43f66a62005-03-25 12:31:53 -06002686
Jeff Garzikbf794512005-07-31 13:07:26 -04002687 /*
2688 If the data looks correct, then copy it to our private
James Ketrenos43f66a62005-03-25 12:31:53 -06002689 copy. Otherwise let the firmware know to perform the operation
Zhu Yic7b6a672006-01-24 16:37:05 +08002690 on its own.
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002691 */
Alexey Dobriyan386093e2006-02-01 03:04:57 -08002692 if (priv->eeprom[EEPROM_VERSION] != 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002693 IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n");
2694
2695 /* write the eeprom data to sram */
James Ketrenosb095c382005-08-24 22:04:42 -05002696 for (i = 0; i < IPW_EEPROM_IMAGE_SIZE; i++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002697 ipw_write8(priv, IPW_EEPROM_DATA + i, priv->eeprom[i]);
James Ketrenos43f66a62005-03-25 12:31:53 -06002698
2699 /* Do not load eeprom data on fatal error or suspend */
2700 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
2701 } else {
2702 IPW_DEBUG_INFO("Enabling FW initializationg of SRAM\n");
2703
2704 /* Load eeprom data on fatal error or suspend */
2705 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 1);
2706 }
2707
2708 IPW_DEBUG_TRACE("<<\n");
2709}
2710
Arjan van de Ven858119e2006-01-14 13:20:43 -08002711static void ipw_zero_memory(struct ipw_priv *priv, u32 start, u32 count)
James Ketrenos43f66a62005-03-25 12:31:53 -06002712{
2713 count >>= 2;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002714 if (!count)
2715 return;
James Ketrenosb095c382005-08-24 22:04:42 -05002716 _ipw_write32(priv, IPW_AUTOINC_ADDR, start);
Jeff Garzikbf794512005-07-31 13:07:26 -04002717 while (count--)
James Ketrenosb095c382005-08-24 22:04:42 -05002718 _ipw_write32(priv, IPW_AUTOINC_DATA, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002719}
2720
2721static inline void ipw_fw_dma_reset_command_blocks(struct ipw_priv *priv)
2722{
James Ketrenosb095c382005-08-24 22:04:42 -05002723 ipw_zero_memory(priv, IPW_SHARED_SRAM_DMA_CONTROL,
Jeff Garzikbf794512005-07-31 13:07:26 -04002724 CB_NUMBER_OF_ELEMENTS_SMALL *
James Ketrenos43f66a62005-03-25 12:31:53 -06002725 sizeof(struct command_block));
2726}
2727
2728static int ipw_fw_dma_enable(struct ipw_priv *priv)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002729{ /* start dma engine but no transfers yet */
James Ketrenos43f66a62005-03-25 12:31:53 -06002730
2731 IPW_DEBUG_FW(">> : \n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002732
James Ketrenos43f66a62005-03-25 12:31:53 -06002733 /* Start the dma */
2734 ipw_fw_dma_reset_command_blocks(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04002735
James Ketrenos43f66a62005-03-25 12:31:53 -06002736 /* Write CB base address */
James Ketrenosb095c382005-08-24 22:04:42 -05002737 ipw_write_reg32(priv, IPW_DMA_I_CB_BASE, IPW_SHARED_SRAM_DMA_CONTROL);
James Ketrenos43f66a62005-03-25 12:31:53 -06002738
2739 IPW_DEBUG_FW("<< : \n");
2740 return 0;
2741}
2742
2743static void ipw_fw_dma_abort(struct ipw_priv *priv)
2744{
2745 u32 control = 0;
2746
2747 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002748
Pavel Machek67fd6b42006-07-11 15:34:05 +02002749 /* set the Stop and Abort bit */
James Ketrenos43f66a62005-03-25 12:31:53 -06002750 control = DMA_CONTROL_SMALL_CB_CONST_VALUE | DMA_CB_STOP_AND_ABORT;
James Ketrenosb095c382005-08-24 22:04:42 -05002751 ipw_write_reg32(priv, IPW_DMA_I_DMA_CONTROL, control);
James Ketrenos43f66a62005-03-25 12:31:53 -06002752 priv->sram_desc.last_cb_index = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04002753
James Ketrenos43f66a62005-03-25 12:31:53 -06002754 IPW_DEBUG_FW("<< \n");
2755}
2756
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002757static int ipw_fw_dma_write_command_block(struct ipw_priv *priv, int index,
2758 struct command_block *cb)
James Ketrenos43f66a62005-03-25 12:31:53 -06002759{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002760 u32 address =
James Ketrenosb095c382005-08-24 22:04:42 -05002761 IPW_SHARED_SRAM_DMA_CONTROL +
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002762 (sizeof(struct command_block) * index);
James Ketrenos43f66a62005-03-25 12:31:53 -06002763 IPW_DEBUG_FW(">> :\n");
2764
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002765 ipw_write_indirect(priv, address, (u8 *) cb,
2766 (int)sizeof(struct command_block));
James Ketrenos43f66a62005-03-25 12:31:53 -06002767
2768 IPW_DEBUG_FW("<< :\n");
2769 return 0;
2770
2771}
2772
2773static int ipw_fw_dma_kick(struct ipw_priv *priv)
2774{
2775 u32 control = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002776 u32 index = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002777
2778 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002779
James Ketrenos43f66a62005-03-25 12:31:53 -06002780 for (index = 0; index < priv->sram_desc.last_cb_index; index++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002781 ipw_fw_dma_write_command_block(priv, index,
2782 &priv->sram_desc.cb_list[index]);
James Ketrenos43f66a62005-03-25 12:31:53 -06002783
2784 /* Enable the DMA in the CSR register */
James Ketrenosb095c382005-08-24 22:04:42 -05002785 ipw_clear_bit(priv, IPW_RESET_REG,
2786 IPW_RESET_REG_MASTER_DISABLED |
2787 IPW_RESET_REG_STOP_MASTER);
Jeff Garzikbf794512005-07-31 13:07:26 -04002788
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002789 /* Set the Start bit. */
James Ketrenos43f66a62005-03-25 12:31:53 -06002790 control = DMA_CONTROL_SMALL_CB_CONST_VALUE | DMA_CB_START;
James Ketrenosb095c382005-08-24 22:04:42 -05002791 ipw_write_reg32(priv, IPW_DMA_I_DMA_CONTROL, control);
James Ketrenos43f66a62005-03-25 12:31:53 -06002792
2793 IPW_DEBUG_FW("<< :\n");
2794 return 0;
2795}
2796
2797static void ipw_fw_dma_dump_command_block(struct ipw_priv *priv)
2798{
2799 u32 address;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002800 u32 register_value = 0;
2801 u32 cb_fields_address = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002802
2803 IPW_DEBUG_FW(">> :\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002804 address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002805 IPW_DEBUG_FW_INFO("Current CB is 0x%x \n", address);
James Ketrenos43f66a62005-03-25 12:31:53 -06002806
2807 /* Read the DMA Controlor register */
James Ketrenosb095c382005-08-24 22:04:42 -05002808 register_value = ipw_read_reg32(priv, IPW_DMA_I_DMA_CONTROL);
2809 IPW_DEBUG_FW_INFO("IPW_DMA_I_DMA_CONTROL is 0x%x \n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002810
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002811 /* Print the CB values */
James Ketrenos43f66a62005-03-25 12:31:53 -06002812 cb_fields_address = address;
2813 register_value = ipw_read_reg32(priv, cb_fields_address);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002814 IPW_DEBUG_FW_INFO("Current CB ControlField is 0x%x \n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002815
2816 cb_fields_address += sizeof(u32);
2817 register_value = ipw_read_reg32(priv, cb_fields_address);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002818 IPW_DEBUG_FW_INFO("Current CB Source Field is 0x%x \n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002819
2820 cb_fields_address += sizeof(u32);
2821 register_value = ipw_read_reg32(priv, cb_fields_address);
2822 IPW_DEBUG_FW_INFO("Current CB Destination Field is 0x%x \n",
2823 register_value);
2824
2825 cb_fields_address += sizeof(u32);
2826 register_value = ipw_read_reg32(priv, cb_fields_address);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002827 IPW_DEBUG_FW_INFO("Current CB Status Field is 0x%x \n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002828
2829 IPW_DEBUG_FW(">> :\n");
2830}
2831
2832static int ipw_fw_dma_command_block_index(struct ipw_priv *priv)
2833{
2834 u32 current_cb_address = 0;
2835 u32 current_cb_index = 0;
2836
2837 IPW_DEBUG_FW("<< :\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002838 current_cb_address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB);
Jeff Garzikbf794512005-07-31 13:07:26 -04002839
James Ketrenosb095c382005-08-24 22:04:42 -05002840 current_cb_index = (current_cb_address - IPW_SHARED_SRAM_DMA_CONTROL) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002841 sizeof(struct command_block);
Jeff Garzikbf794512005-07-31 13:07:26 -04002842
James Ketrenos43f66a62005-03-25 12:31:53 -06002843 IPW_DEBUG_FW_INFO("Current CB index 0x%x address = 0x%X \n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002844 current_cb_index, current_cb_address);
James Ketrenos43f66a62005-03-25 12:31:53 -06002845
2846 IPW_DEBUG_FW(">> :\n");
2847 return current_cb_index;
2848
2849}
2850
2851static int ipw_fw_dma_add_command_block(struct ipw_priv *priv,
2852 u32 src_address,
2853 u32 dest_address,
2854 u32 length,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002855 int interrupt_enabled, int is_last)
James Ketrenos43f66a62005-03-25 12:31:53 -06002856{
2857
Jeff Garzikbf794512005-07-31 13:07:26 -04002858 u32 control = CB_VALID | CB_SRC_LE | CB_DEST_LE | CB_SRC_AUTOINC |
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002859 CB_SRC_IO_GATED | CB_DEST_AUTOINC | CB_SRC_SIZE_LONG |
2860 CB_DEST_SIZE_LONG;
James Ketrenos43f66a62005-03-25 12:31:53 -06002861 struct command_block *cb;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002862 u32 last_cb_element = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002863
2864 IPW_DEBUG_FW_INFO("src_address=0x%x dest_address=0x%x length=0x%x\n",
2865 src_address, dest_address, length);
2866
2867 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL)
2868 return -1;
2869
2870 last_cb_element = priv->sram_desc.last_cb_index;
2871 cb = &priv->sram_desc.cb_list[last_cb_element];
2872 priv->sram_desc.last_cb_index++;
2873
2874 /* Calculate the new CB control word */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002875 if (interrupt_enabled)
James Ketrenos43f66a62005-03-25 12:31:53 -06002876 control |= CB_INT_ENABLED;
2877
2878 if (is_last)
2879 control |= CB_LAST_VALID;
Jeff Garzikbf794512005-07-31 13:07:26 -04002880
James Ketrenos43f66a62005-03-25 12:31:53 -06002881 control |= length;
2882
2883 /* Calculate the CB Element's checksum value */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002884 cb->status = control ^ src_address ^ dest_address;
James Ketrenos43f66a62005-03-25 12:31:53 -06002885
2886 /* Copy the Source and Destination addresses */
2887 cb->dest_addr = dest_address;
2888 cb->source_addr = src_address;
2889
2890 /* Copy the Control Word last */
2891 cb->control = control;
2892
2893 return 0;
2894}
2895
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002896static int ipw_fw_dma_add_buffer(struct ipw_priv *priv, dma_addr_t *src_address,
2897 int nr, u32 dest_address, u32 len)
James Ketrenos43f66a62005-03-25 12:31:53 -06002898{
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002899 int ret, i;
2900 u32 size;
2901
James Ketrenos43f66a62005-03-25 12:31:53 -06002902 IPW_DEBUG_FW(">> \n");
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002903 IPW_DEBUG_FW_INFO("nr=%d dest_address=0x%x len=0x%x\n",
2904 nr, dest_address, len);
2905
2906 for (i = 0; i < nr; i++) {
2907 size = min_t(u32, len - i * CB_MAX_LENGTH, CB_MAX_LENGTH);
2908 ret = ipw_fw_dma_add_command_block(priv, src_address[i],
2909 dest_address +
2910 i * CB_MAX_LENGTH, size,
2911 0, 0);
2912 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002913 IPW_DEBUG_FW_INFO(": Failed\n");
2914 return -1;
Jeff Garzikbf794512005-07-31 13:07:26 -04002915 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06002916 IPW_DEBUG_FW_INFO(": Added new cb\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002917 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002918
James Ketrenos43f66a62005-03-25 12:31:53 -06002919 IPW_DEBUG_FW("<< \n");
2920 return 0;
2921}
2922
2923static int ipw_fw_dma_wait(struct ipw_priv *priv)
2924{
Zhu Yi397ae122006-01-24 16:37:22 +08002925 u32 current_index = 0, previous_index;
James Ketrenos43f66a62005-03-25 12:31:53 -06002926 u32 watchdog = 0;
2927
2928 IPW_DEBUG_FW(">> : \n");
2929
2930 current_index = ipw_fw_dma_command_block_index(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08002931 IPW_DEBUG_FW_INFO("sram_desc.last_cb_index:0x%08X\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002932 (int)priv->sram_desc.last_cb_index);
James Ketrenos43f66a62005-03-25 12:31:53 -06002933
2934 while (current_index < priv->sram_desc.last_cb_index) {
2935 udelay(50);
Zhu Yi397ae122006-01-24 16:37:22 +08002936 previous_index = current_index;
James Ketrenos43f66a62005-03-25 12:31:53 -06002937 current_index = ipw_fw_dma_command_block_index(priv);
2938
Zhu Yi397ae122006-01-24 16:37:22 +08002939 if (previous_index < current_index) {
2940 watchdog = 0;
2941 continue;
2942 }
2943 if (++watchdog > 400) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002944 IPW_DEBUG_FW_INFO("Timeout\n");
2945 ipw_fw_dma_dump_command_block(priv);
2946 ipw_fw_dma_abort(priv);
2947 return -1;
2948 }
2949 }
2950
2951 ipw_fw_dma_abort(priv);
2952
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002953 /*Disable the DMA in the CSR register */
James Ketrenosb095c382005-08-24 22:04:42 -05002954 ipw_set_bit(priv, IPW_RESET_REG,
2955 IPW_RESET_REG_MASTER_DISABLED | IPW_RESET_REG_STOP_MASTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06002956
2957 IPW_DEBUG_FW("<< dmaWaitSync \n");
2958 return 0;
2959}
2960
Jeff Garzikbf794512005-07-31 13:07:26 -04002961static void ipw_remove_current_network(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002962{
2963 struct list_head *element, *safe;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002964 struct libipw_network *network = NULL;
James Ketrenosa613bff2005-08-24 21:43:11 -05002965 unsigned long flags;
2966
2967 spin_lock_irqsave(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002968 list_for_each_safe(element, safe, &priv->ieee->network_list) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002969 network = list_entry(element, struct libipw_network, list);
James Ketrenos43f66a62005-03-25 12:31:53 -06002970 if (!memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
2971 list_del(element);
Jeff Garzikbf794512005-07-31 13:07:26 -04002972 list_add_tail(&network->list,
James Ketrenos43f66a62005-03-25 12:31:53 -06002973 &priv->ieee->network_free_list);
2974 }
2975 }
James Ketrenosa613bff2005-08-24 21:43:11 -05002976 spin_unlock_irqrestore(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002977}
2978
2979/**
Jeff Garzikbf794512005-07-31 13:07:26 -04002980 * Check that card is still alive.
James Ketrenos43f66a62005-03-25 12:31:53 -06002981 * Reads debug register from domain0.
2982 * If card is present, pre-defined value should
2983 * be found there.
Jeff Garzikbf794512005-07-31 13:07:26 -04002984 *
James Ketrenos43f66a62005-03-25 12:31:53 -06002985 * @param priv
2986 * @return 1 if card is present, 0 otherwise
2987 */
2988static inline int ipw_alive(struct ipw_priv *priv)
2989{
2990 return ipw_read32(priv, 0x90) == 0xd55555d5;
2991}
2992
Zhu Yic7b6a672006-01-24 16:37:05 +08002993/* timeout in msec, attempted in 10-msec quanta */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002994static int ipw_poll_bit(struct ipw_priv *priv, u32 addr, u32 mask,
James Ketrenos43f66a62005-03-25 12:31:53 -06002995 int timeout)
2996{
2997 int i = 0;
2998
2999 do {
Jeff Garzikbf794512005-07-31 13:07:26 -04003000 if ((ipw_read32(priv, addr) & mask) == mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06003001 return i;
3002 mdelay(10);
3003 i += 10;
3004 } while (i < timeout);
Jeff Garzikbf794512005-07-31 13:07:26 -04003005
James Ketrenos43f66a62005-03-25 12:31:53 -06003006 return -ETIME;
3007}
3008
Jeff Garzikbf794512005-07-31 13:07:26 -04003009/* These functions load the firmware and micro code for the operation of
James Ketrenos43f66a62005-03-25 12:31:53 -06003010 * the ipw hardware. It assumes the buffer has all the bits for the
3011 * image and the caller is handling the memory allocation and clean up.
3012 */
3013
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003014static int ipw_stop_master(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06003015{
3016 int rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003017
James Ketrenos43f66a62005-03-25 12:31:53 -06003018 IPW_DEBUG_TRACE(">> \n");
3019 /* stop master. typical delay - 0 */
James Ketrenosb095c382005-08-24 22:04:42 -05003020 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06003021
Zhu Yic7b6a672006-01-24 16:37:05 +08003022 /* timeout is in msec, polled in 10-msec quanta */
James Ketrenosb095c382005-08-24 22:04:42 -05003023 rc = ipw_poll_bit(priv, IPW_RESET_REG,
3024 IPW_RESET_REG_MASTER_DISABLED, 100);
James Ketrenos43f66a62005-03-25 12:31:53 -06003025 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003026 IPW_ERROR("wait for stop master failed after 100ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003027 return -1;
3028 }
3029
3030 IPW_DEBUG_INFO("stop master %dms\n", rc);
3031
3032 return rc;
3033}
3034
3035static void ipw_arc_release(struct ipw_priv *priv)
3036{
3037 IPW_DEBUG_TRACE(">> \n");
3038 mdelay(5);
3039
James Ketrenosb095c382005-08-24 22:04:42 -05003040 ipw_clear_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET);
James Ketrenos43f66a62005-03-25 12:31:53 -06003041
3042 /* no one knows timing, for safety add some delay */
3043 mdelay(5);
3044}
3045
James Ketrenos43f66a62005-03-25 12:31:53 -06003046struct fw_chunk {
Al Viroe62e1ee2007-12-27 01:36:46 -05003047 __le32 address;
3048 __le32 length;
James Ketrenos43f66a62005-03-25 12:31:53 -06003049};
3050
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003051static int ipw_load_ucode(struct ipw_priv *priv, u8 * data, size_t len)
James Ketrenos43f66a62005-03-25 12:31:53 -06003052{
3053 int rc = 0, i, addr;
3054 u8 cr = 0;
Al Viroe62e1ee2007-12-27 01:36:46 -05003055 __le16 *image;
James Ketrenos43f66a62005-03-25 12:31:53 -06003056
Al Viroe62e1ee2007-12-27 01:36:46 -05003057 image = (__le16 *) data;
Jeff Garzikbf794512005-07-31 13:07:26 -04003058
James Ketrenos43f66a62005-03-25 12:31:53 -06003059 IPW_DEBUG_TRACE(">> \n");
3060
3061 rc = ipw_stop_master(priv);
3062
3063 if (rc < 0)
3064 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003065
James Ketrenosb095c382005-08-24 22:04:42 -05003066 for (addr = IPW_SHARED_LOWER_BOUND;
3067 addr < IPW_REGISTER_DOMAIN1_END; addr += 4) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003068 ipw_write32(priv, addr, 0);
3069 }
3070
3071 /* no ucode (yet) */
3072 memset(&priv->dino_alive, 0, sizeof(priv->dino_alive));
3073 /* destroy DMA queues */
3074 /* reset sequence */
3075
James Ketrenosb095c382005-08-24 22:04:42 -05003076 ipw_write_reg32(priv, IPW_MEM_HALT_AND_RESET, IPW_BIT_HALT_RESET_ON);
James Ketrenos43f66a62005-03-25 12:31:53 -06003077 ipw_arc_release(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05003078 ipw_write_reg32(priv, IPW_MEM_HALT_AND_RESET, IPW_BIT_HALT_RESET_OFF);
James Ketrenos43f66a62005-03-25 12:31:53 -06003079 mdelay(1);
3080
3081 /* reset PHY */
James Ketrenosb095c382005-08-24 22:04:42 -05003082 ipw_write_reg32(priv, IPW_INTERNAL_CMD_EVENT, IPW_BASEBAND_POWER_DOWN);
James Ketrenos43f66a62005-03-25 12:31:53 -06003083 mdelay(1);
Jeff Garzikbf794512005-07-31 13:07:26 -04003084
James Ketrenosb095c382005-08-24 22:04:42 -05003085 ipw_write_reg32(priv, IPW_INTERNAL_CMD_EVENT, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003086 mdelay(1);
Jeff Garzikbf794512005-07-31 13:07:26 -04003087
James Ketrenos43f66a62005-03-25 12:31:53 -06003088 /* enable ucode store */
Zhu Yic8fe6672006-01-24 16:36:36 +08003089 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0x0);
3090 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, DINO_ENABLE_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06003091 mdelay(1);
3092
3093 /* write ucode */
3094 /**
3095 * @bug
3096 * Do NOT set indirect address register once and then
3097 * store data to indirect data register in the loop.
3098 * It seems very reasonable, but in this case DINO do not
3099 * accept ucode. It is essential to set address each time.
3100 */
3101 /* load new ipw uCode */
3102 for (i = 0; i < len / 2; i++)
James Ketrenosb095c382005-08-24 22:04:42 -05003103 ipw_write_reg16(priv, IPW_BASEBAND_CONTROL_STORE,
Al Viroe62e1ee2007-12-27 01:36:46 -05003104 le16_to_cpu(image[i]));
James Ketrenos43f66a62005-03-25 12:31:53 -06003105
James Ketrenos43f66a62005-03-25 12:31:53 -06003106 /* enable DINO */
James Ketrenosb095c382005-08-24 22:04:42 -05003107 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0);
3108 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, DINO_ENABLE_SYSTEM);
James Ketrenos43f66a62005-03-25 12:31:53 -06003109
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003110 /* this is where the igx / win driver deveates from the VAP driver. */
James Ketrenos43f66a62005-03-25 12:31:53 -06003111
3112 /* wait for alive response */
3113 for (i = 0; i < 100; i++) {
3114 /* poll for incoming data */
James Ketrenosb095c382005-08-24 22:04:42 -05003115 cr = ipw_read_reg8(priv, IPW_BASEBAND_CONTROL_STATUS);
James Ketrenos43f66a62005-03-25 12:31:53 -06003116 if (cr & DINO_RXFIFO_DATA)
3117 break;
3118 mdelay(1);
3119 }
3120
3121 if (cr & DINO_RXFIFO_DATA) {
3122 /* alive_command_responce size is NOT multiple of 4 */
Al Viroe62e1ee2007-12-27 01:36:46 -05003123 __le32 response_buffer[(sizeof(priv->dino_alive) + 3) / 4];
Jeff Garzikbf794512005-07-31 13:07:26 -04003124
3125 for (i = 0; i < ARRAY_SIZE(response_buffer); i++)
James Ketrenos43f66a62005-03-25 12:31:53 -06003126 response_buffer[i] =
Al Viroe62e1ee2007-12-27 01:36:46 -05003127 cpu_to_le32(ipw_read_reg32(priv,
James Ketrenosb095c382005-08-24 22:04:42 -05003128 IPW_BASEBAND_RX_FIFO_READ));
James Ketrenos43f66a62005-03-25 12:31:53 -06003129 memcpy(&priv->dino_alive, response_buffer,
3130 sizeof(priv->dino_alive));
3131 if (priv->dino_alive.alive_command == 1
3132 && priv->dino_alive.ucode_valid == 1) {
3133 rc = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003134 IPW_DEBUG_INFO
3135 ("Microcode OK, rev. %d (0x%x) dev. %d (0x%x) "
3136 "of %02d/%02d/%02d %02d:%02d\n",
3137 priv->dino_alive.software_revision,
3138 priv->dino_alive.software_revision,
3139 priv->dino_alive.device_identifier,
3140 priv->dino_alive.device_identifier,
3141 priv->dino_alive.time_stamp[0],
3142 priv->dino_alive.time_stamp[1],
3143 priv->dino_alive.time_stamp[2],
3144 priv->dino_alive.time_stamp[3],
3145 priv->dino_alive.time_stamp[4]);
James Ketrenos43f66a62005-03-25 12:31:53 -06003146 } else {
3147 IPW_DEBUG_INFO("Microcode is not alive\n");
3148 rc = -EINVAL;
3149 }
3150 } else {
3151 IPW_DEBUG_INFO("No alive response from DINO\n");
3152 rc = -ETIME;
3153 }
3154
3155 /* disable DINO, otherwise for some reason
3156 firmware have problem getting alive resp. */
James Ketrenosb095c382005-08-24 22:04:42 -05003157 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003158
James Ketrenos43f66a62005-03-25 12:31:53 -06003159 return rc;
3160}
3161
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003162static int ipw_load_firmware(struct ipw_priv *priv, u8 * data, size_t len)
James Ketrenos43f66a62005-03-25 12:31:53 -06003163{
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003164 int ret = -1;
James Ketrenos43f66a62005-03-25 12:31:53 -06003165 int offset = 0;
3166 struct fw_chunk *chunk;
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003167 int total_nr = 0;
3168 int i;
3169 struct pci_pool *pool;
3170 u32 *virts[CB_NUMBER_OF_ELEMENTS_SMALL];
3171 dma_addr_t phys[CB_NUMBER_OF_ELEMENTS_SMALL];
James Ketrenos43f66a62005-03-25 12:31:53 -06003172
3173 IPW_DEBUG_TRACE("<< : \n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003174
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003175 pool = pci_pool_create("ipw2200", priv->pci_dev, CB_MAX_LENGTH, 0, 0);
3176 if (!pool) {
3177 IPW_ERROR("pci_pool_create failed\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003178 return -ENOMEM;
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003179 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003180
3181 /* Start the Dma */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003182 ret = ipw_fw_dma_enable(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003183
Alexander Beregalov0ee904c2009-04-11 14:50:23 +00003184 /* the DMA is already ready this would be a bug. */
3185 BUG_ON(priv->sram_desc.last_cb_index > 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003186
3187 do {
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003188 u32 chunk_len;
3189 u8 *start;
3190 int size;
3191 int nr = 0;
3192
James Ketrenos43f66a62005-03-25 12:31:53 -06003193 chunk = (struct fw_chunk *)(data + offset);
3194 offset += sizeof(struct fw_chunk);
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003195 chunk_len = le32_to_cpu(chunk->length);
3196 start = data + offset;
3197
3198 nr = (chunk_len + CB_MAX_LENGTH - 1) / CB_MAX_LENGTH;
3199 for (i = 0; i < nr; i++) {
3200 virts[total_nr] = pci_pool_alloc(pool, GFP_KERNEL,
3201 &phys[total_nr]);
3202 if (!virts[total_nr]) {
3203 ret = -ENOMEM;
3204 goto out;
3205 }
3206 size = min_t(u32, chunk_len - i * CB_MAX_LENGTH,
3207 CB_MAX_LENGTH);
3208 memcpy(virts[total_nr], start, size);
3209 start += size;
3210 total_nr++;
3211 /* We don't support fw chunk larger than 64*8K */
3212 BUG_ON(total_nr > CB_NUMBER_OF_ELEMENTS_SMALL);
3213 }
3214
James Ketrenos43f66a62005-03-25 12:31:53 -06003215 /* build DMA packet and queue up for sending */
Jeff Garzikbf794512005-07-31 13:07:26 -04003216 /* dma to chunk->address, the chunk->length bytes from data +
James Ketrenos43f66a62005-03-25 12:31:53 -06003217 * offeset*/
3218 /* Dma loading */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003219 ret = ipw_fw_dma_add_buffer(priv, &phys[total_nr - nr],
3220 nr, le32_to_cpu(chunk->address),
3221 chunk_len);
3222 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003223 IPW_DEBUG_INFO("dmaAddBuffer Failed\n");
3224 goto out;
3225 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003226
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003227 offset += chunk_len;
James Ketrenos43f66a62005-03-25 12:31:53 -06003228 } while (offset < len);
3229
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003230 /* Run the DMA and wait for the answer */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003231 ret = ipw_fw_dma_kick(priv);
3232 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003233 IPW_ERROR("dmaKick Failed\n");
3234 goto out;
3235 }
3236
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003237 ret = ipw_fw_dma_wait(priv);
3238 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003239 IPW_ERROR("dmaWaitSync Failed\n");
3240 goto out;
3241 }
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003242 out:
3243 for (i = 0; i < total_nr; i++)
3244 pci_pool_free(pool, virts[i], phys[i]);
3245
3246 pci_pool_destroy(pool);
3247
3248 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06003249}
3250
3251/* stop nic */
3252static int ipw_stop_nic(struct ipw_priv *priv)
3253{
3254 int rc = 0;
3255
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003256 /* stop */
James Ketrenosb095c382005-08-24 22:04:42 -05003257 ipw_write32(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER);
Jeff Garzikbf794512005-07-31 13:07:26 -04003258
James Ketrenosb095c382005-08-24 22:04:42 -05003259 rc = ipw_poll_bit(priv, IPW_RESET_REG,
3260 IPW_RESET_REG_MASTER_DISABLED, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003261 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003262 IPW_ERROR("wait for reg master disabled failed after 500ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003263 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003264 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003265
James Ketrenosb095c382005-08-24 22:04:42 -05003266 ipw_set_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET);
Jeff Garzikbf794512005-07-31 13:07:26 -04003267
James Ketrenos43f66a62005-03-25 12:31:53 -06003268 return rc;
3269}
3270
3271static void ipw_start_nic(struct ipw_priv *priv)
3272{
3273 IPW_DEBUG_TRACE(">>\n");
3274
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003275 /* prvHwStartNic release ARC */
James Ketrenosb095c382005-08-24 22:04:42 -05003276 ipw_clear_bit(priv, IPW_RESET_REG,
3277 IPW_RESET_REG_MASTER_DISABLED |
3278 IPW_RESET_REG_STOP_MASTER |
James Ketrenos43f66a62005-03-25 12:31:53 -06003279 CBD_RESET_REG_PRINCETON_RESET);
Jeff Garzikbf794512005-07-31 13:07:26 -04003280
James Ketrenos43f66a62005-03-25 12:31:53 -06003281 /* enable power management */
James Ketrenosb095c382005-08-24 22:04:42 -05003282 ipw_set_bit(priv, IPW_GP_CNTRL_RW,
3283 IPW_GP_CNTRL_BIT_HOST_ALLOWS_STANDBY);
James Ketrenos43f66a62005-03-25 12:31:53 -06003284
3285 IPW_DEBUG_TRACE("<<\n");
3286}
Jeff Garzikbf794512005-07-31 13:07:26 -04003287
James Ketrenos43f66a62005-03-25 12:31:53 -06003288static int ipw_init_nic(struct ipw_priv *priv)
3289{
3290 int rc;
3291
3292 IPW_DEBUG_TRACE(">>\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04003293 /* reset */
James Ketrenos43f66a62005-03-25 12:31:53 -06003294 /*prvHwInitNic */
3295 /* set "initialization complete" bit to move adapter to D0 state */
James Ketrenosb095c382005-08-24 22:04:42 -05003296 ipw_set_bit(priv, IPW_GP_CNTRL_RW, IPW_GP_CNTRL_BIT_INIT_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003297
3298 /* low-level PLL activation */
James Ketrenosb095c382005-08-24 22:04:42 -05003299 ipw_write32(priv, IPW_READ_INT_REGISTER,
3300 IPW_BIT_INT_HOST_SRAM_READ_INT_REGISTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06003301
3302 /* wait for clock stabilization */
James Ketrenosb095c382005-08-24 22:04:42 -05003303 rc = ipw_poll_bit(priv, IPW_GP_CNTRL_RW,
3304 IPW_GP_CNTRL_BIT_CLOCK_READY, 250);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003305 if (rc < 0)
James Ketrenos43f66a62005-03-25 12:31:53 -06003306 IPW_DEBUG_INFO("FAILED wait for clock stablization\n");
3307
3308 /* assert SW reset */
James Ketrenosb095c382005-08-24 22:04:42 -05003309 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_SW_RESET);
James Ketrenos43f66a62005-03-25 12:31:53 -06003310
3311 udelay(10);
3312
3313 /* set "initialization complete" bit to move adapter to D0 state */
James Ketrenosb095c382005-08-24 22:04:42 -05003314 ipw_set_bit(priv, IPW_GP_CNTRL_RW, IPW_GP_CNTRL_BIT_INIT_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003315
3316 IPW_DEBUG_TRACE(">>\n");
3317 return 0;
3318}
3319
Jeff Garzikbf794512005-07-31 13:07:26 -04003320/* Call this function from process context, it will sleep in request_firmware.
James Ketrenos43f66a62005-03-25 12:31:53 -06003321 * Probe is an ok place to call this from.
3322 */
3323static int ipw_reset_nic(struct ipw_priv *priv)
3324{
3325 int rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05003326 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06003327
3328 IPW_DEBUG_TRACE(">>\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04003329
James Ketrenos43f66a62005-03-25 12:31:53 -06003330 rc = ipw_init_nic(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04003331
James Ketrenosa613bff2005-08-24 21:43:11 -05003332 spin_lock_irqsave(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003333 /* Clear the 'host command active' bit... */
3334 priv->status &= ~STATUS_HCMD_ACTIVE;
3335 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosafbf30a2005-08-25 00:05:33 -05003336 priv->status &= ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
3337 wake_up_interruptible(&priv->wait_state);
James Ketrenosa613bff2005-08-24 21:43:11 -05003338 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003339
3340 IPW_DEBUG_TRACE("<<\n");
3341 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003342}
James Ketrenos43f66a62005-03-25 12:31:53 -06003343
James Ketrenos9006ea72006-03-08 03:22:28 +08003344
3345struct ipw_fw {
Zhu Yi0070f8c2006-04-13 17:20:12 +08003346 __le32 ver;
3347 __le32 boot_size;
3348 __le32 ucode_size;
3349 __le32 fw_size;
James Ketrenos9006ea72006-03-08 03:22:28 +08003350 u8 data[0];
3351};
3352
Jeff Garzikbf794512005-07-31 13:07:26 -04003353static int ipw_get_fw(struct ipw_priv *priv,
James Ketrenos9006ea72006-03-08 03:22:28 +08003354 const struct firmware **raw, const char *name)
James Ketrenos43f66a62005-03-25 12:31:53 -06003355{
James Ketrenos9006ea72006-03-08 03:22:28 +08003356 struct ipw_fw *fw;
James Ketrenos43f66a62005-03-25 12:31:53 -06003357 int rc;
3358
3359 /* ask firmware_class module to get the boot firmware off disk */
James Ketrenos9006ea72006-03-08 03:22:28 +08003360 rc = request_firmware(raw, name, &priv->pci_dev->dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06003361 if (rc < 0) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003362 IPW_ERROR("%s request_firmware failed: Reason %d\n", name, rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003363 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003364 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003365
James Ketrenos9006ea72006-03-08 03:22:28 +08003366 if ((*raw)->size < sizeof(*fw)) {
3367 IPW_ERROR("%s is too small (%zd)\n", name, (*raw)->size);
James Ketrenos43f66a62005-03-25 12:31:53 -06003368 return -EINVAL;
3369 }
3370
James Ketrenos9006ea72006-03-08 03:22:28 +08003371 fw = (void *)(*raw)->data;
3372
Zhu Yi0070f8c2006-04-13 17:20:12 +08003373 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) +
3374 le32_to_cpu(fw->ucode_size) + le32_to_cpu(fw->fw_size)) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003375 IPW_ERROR("%s is too small or corrupt (%zd)\n",
3376 name, (*raw)->size);
3377 return -EINVAL;
3378 }
3379
3380 IPW_DEBUG_INFO("Read firmware '%s' image v%d.%d (%zd bytes)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06003381 name,
James Ketrenos9006ea72006-03-08 03:22:28 +08003382 le32_to_cpu(fw->ver) >> 16,
3383 le32_to_cpu(fw->ver) & 0xff,
3384 (*raw)->size - sizeof(*fw));
James Ketrenos43f66a62005-03-25 12:31:53 -06003385 return 0;
3386}
3387
James Ketrenosb095c382005-08-24 22:04:42 -05003388#define IPW_RX_BUF_SIZE (3000)
James Ketrenos43f66a62005-03-25 12:31:53 -06003389
Arjan van de Ven858119e2006-01-14 13:20:43 -08003390static void ipw_rx_queue_reset(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06003391 struct ipw_rx_queue *rxq)
3392{
3393 unsigned long flags;
3394 int i;
3395
3396 spin_lock_irqsave(&rxq->lock, flags);
3397
3398 INIT_LIST_HEAD(&rxq->rx_free);
3399 INIT_LIST_HEAD(&rxq->rx_used);
3400
3401 /* Fill the rx_used queue with _all_ of the Rx buffers */
3402 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
3403 /* In the reset function, these buffers may have been allocated
3404 * to an SKB, so we need to unmap and free potential storage */
3405 if (rxq->pool[i].skb != NULL) {
3406 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05003407 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003408 dev_kfree_skb(rxq->pool[i].skb);
James Ketrenosa613bff2005-08-24 21:43:11 -05003409 rxq->pool[i].skb = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003410 }
3411 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
3412 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003413
James Ketrenos43f66a62005-03-25 12:31:53 -06003414 /* Set us so that we have processed and used all buffers, but have
3415 * not restocked the Rx queue with fresh buffers */
3416 rxq->read = rxq->write = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06003417 rxq->free_count = 0;
3418 spin_unlock_irqrestore(&rxq->lock, flags);
3419}
3420
3421#ifdef CONFIG_PM
3422static int fw_loaded = 0;
James Ketrenos9006ea72006-03-08 03:22:28 +08003423static const struct firmware *raw = NULL;
James Ketrenosafbf30a2005-08-25 00:05:33 -05003424
3425static void free_firmware(void)
3426{
3427 if (fw_loaded) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003428 release_firmware(raw);
3429 raw = NULL;
James Ketrenosafbf30a2005-08-25 00:05:33 -05003430 fw_loaded = 0;
3431 }
3432}
3433#else
3434#define free_firmware() do {} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -06003435#endif
3436
3437static int ipw_load(struct ipw_priv *priv)
3438{
3439#ifndef CONFIG_PM
James Ketrenos9006ea72006-03-08 03:22:28 +08003440 const struct firmware *raw = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003441#endif
James Ketrenos9006ea72006-03-08 03:22:28 +08003442 struct ipw_fw *fw;
3443 u8 *boot_img, *ucode_img, *fw_img;
3444 u8 *name = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003445 int rc = 0, retries = 3;
3446
Zhu Yi397ae122006-01-24 16:37:22 +08003447 switch (priv->ieee->iw_mode) {
3448 case IW_MODE_ADHOC:
James Ketrenos9006ea72006-03-08 03:22:28 +08003449 name = "ipw2200-ibss.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003450 break;
James Ketrenosb095c382005-08-24 22:04:42 -05003451#ifdef CONFIG_IPW2200_MONITOR
Zhu Yi397ae122006-01-24 16:37:22 +08003452 case IW_MODE_MONITOR:
James Ketrenos9006ea72006-03-08 03:22:28 +08003453 name = "ipw2200-sniffer.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003454 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06003455#endif
Zhu Yi397ae122006-01-24 16:37:22 +08003456 case IW_MODE_INFRA:
James Ketrenos9006ea72006-03-08 03:22:28 +08003457 name = "ipw2200-bss.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003458 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06003459 }
Zhu Yi397ae122006-01-24 16:37:22 +08003460
James Ketrenos9006ea72006-03-08 03:22:28 +08003461 if (!name) {
3462 rc = -EINVAL;
3463 goto error;
3464 }
3465
3466#ifdef CONFIG_PM
3467 if (!fw_loaded) {
3468#endif
3469 rc = ipw_get_fw(priv, &raw, name);
3470 if (rc < 0)
3471 goto error;
3472#ifdef CONFIG_PM
3473 }
3474#endif
3475
3476 fw = (void *)raw->data;
3477 boot_img = &fw->data[0];
Zhu Yi0070f8c2006-04-13 17:20:12 +08003478 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)];
3479 fw_img = &fw->data[le32_to_cpu(fw->boot_size) +
3480 le32_to_cpu(fw->ucode_size)];
James Ketrenos9006ea72006-03-08 03:22:28 +08003481
Zhu Yi397ae122006-01-24 16:37:22 +08003482 if (rc < 0)
3483 goto error;
James Ketrenos43f66a62005-03-25 12:31:53 -06003484
3485 if (!priv->rxq)
3486 priv->rxq = ipw_rx_queue_alloc(priv);
3487 else
3488 ipw_rx_queue_reset(priv, priv->rxq);
3489 if (!priv->rxq) {
3490 IPW_ERROR("Unable to initialize Rx queue\n");
3491 goto error;
3492 }
3493
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003494 retry:
James Ketrenos43f66a62005-03-25 12:31:53 -06003495 /* Ensure interrupts are disabled */
James Ketrenosb095c382005-08-24 22:04:42 -05003496 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -06003497 priv->status &= ~STATUS_INT_ENABLED;
3498
3499 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003500 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
Jeff Garzikbf794512005-07-31 13:07:26 -04003501
James Ketrenos43f66a62005-03-25 12:31:53 -06003502 ipw_stop_nic(priv);
3503
3504 rc = ipw_reset_nic(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08003505 if (rc < 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003506 IPW_ERROR("Unable to reset NIC\n");
3507 goto error;
3508 }
3509
James Ketrenosb095c382005-08-24 22:04:42 -05003510 ipw_zero_memory(priv, IPW_NIC_SRAM_LOWER_BOUND,
3511 IPW_NIC_SRAM_UPPER_BOUND - IPW_NIC_SRAM_LOWER_BOUND);
James Ketrenos43f66a62005-03-25 12:31:53 -06003512
3513 /* DMA the initial boot firmware into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003514 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size));
James Ketrenos43f66a62005-03-25 12:31:53 -06003515 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003516 IPW_ERROR("Unable to load boot firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003517 goto error;
3518 }
3519
3520 /* kick start the device */
3521 ipw_start_nic(priv);
3522
Zhu Yic7b6a672006-01-24 16:37:05 +08003523 /* wait for the device to finish its initial startup sequence */
James Ketrenosb095c382005-08-24 22:04:42 -05003524 rc = ipw_poll_bit(priv, IPW_INTA_RW,
3525 IPW_INTA_BIT_FW_INITIALIZATION_DONE, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003526 if (rc < 0) {
3527 IPW_ERROR("device failed to boot initial fw image\n");
3528 goto error;
3529 }
3530 IPW_DEBUG_INFO("initial device response after %dms\n", rc);
3531
Jeff Garzikbf794512005-07-31 13:07:26 -04003532 /* ack fw init done interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05003533 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_BIT_FW_INITIALIZATION_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003534
3535 /* DMA the ucode into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003536 rc = ipw_load_ucode(priv, ucode_img, le32_to_cpu(fw->ucode_size));
James Ketrenos43f66a62005-03-25 12:31:53 -06003537 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003538 IPW_ERROR("Unable to load ucode: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003539 goto error;
3540 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003541
James Ketrenos43f66a62005-03-25 12:31:53 -06003542 /* stop nic */
3543 ipw_stop_nic(priv);
3544
3545 /* DMA bss firmware into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003546 rc = ipw_load_firmware(priv, fw_img, le32_to_cpu(fw->fw_size));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003547 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003548 IPW_ERROR("Unable to load firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003549 goto error;
3550 }
Zhu Yi397ae122006-01-24 16:37:22 +08003551#ifdef CONFIG_PM
3552 fw_loaded = 1;
3553#endif
3554
James Ketrenos43f66a62005-03-25 12:31:53 -06003555 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
3556
3557 rc = ipw_queue_reset(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08003558 if (rc < 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003559 IPW_ERROR("Unable to initialize queues\n");
3560 goto error;
3561 }
3562
3563 /* Ensure interrupts are disabled */
James Ketrenosb095c382005-08-24 22:04:42 -05003564 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenosc848d0a2005-08-24 21:56:24 -05003565 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003566 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
Jeff Garzikbf794512005-07-31 13:07:26 -04003567
James Ketrenos43f66a62005-03-25 12:31:53 -06003568 /* kick start the device */
3569 ipw_start_nic(priv);
3570
James Ketrenosb095c382005-08-24 22:04:42 -05003571 if (ipw_read32(priv, IPW_INTA_RW) & IPW_INTA_BIT_PARITY_ERROR) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003572 if (retries > 0) {
3573 IPW_WARNING("Parity error. Retrying init.\n");
3574 retries--;
3575 goto retry;
3576 }
3577
3578 IPW_ERROR("TODO: Handle parity error -- schedule restart?\n");
3579 rc = -EIO;
3580 goto error;
3581 }
3582
3583 /* wait for the device */
James Ketrenosb095c382005-08-24 22:04:42 -05003584 rc = ipw_poll_bit(priv, IPW_INTA_RW,
3585 IPW_INTA_BIT_FW_INITIALIZATION_DONE, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003586 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003587 IPW_ERROR("device failed to start within 500ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003588 goto error;
3589 }
3590 IPW_DEBUG_INFO("device response after %dms\n", rc);
3591
3592 /* ack fw init done interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05003593 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_BIT_FW_INITIALIZATION_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003594
3595 /* read eeprom data and initialize the eeprom region of sram */
3596 priv->eeprom_delay = 1;
Jeff Garzikbf794512005-07-31 13:07:26 -04003597 ipw_eeprom_init_sram(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003598
3599 /* enable interrupts */
3600 ipw_enable_interrupts(priv);
3601
3602 /* Ensure our queue has valid packets */
3603 ipw_rx_queue_replenish(priv);
3604
James Ketrenosb095c382005-08-24 22:04:42 -05003605 ipw_write32(priv, IPW_RX_READ_INDEX, priv->rxq->read);
James Ketrenos43f66a62005-03-25 12:31:53 -06003606
3607 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003608 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -06003609
3610#ifndef CONFIG_PM
James Ketrenos9006ea72006-03-08 03:22:28 +08003611 release_firmware(raw);
James Ketrenos43f66a62005-03-25 12:31:53 -06003612#endif
3613 return 0;
3614
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003615 error:
James Ketrenos43f66a62005-03-25 12:31:53 -06003616 if (priv->rxq) {
3617 ipw_rx_queue_free(priv, priv->rxq);
3618 priv->rxq = NULL;
3619 }
3620 ipw_tx_queue_free(priv);
James Ketrenos9006ea72006-03-08 03:22:28 +08003621 if (raw)
3622 release_firmware(raw);
James Ketrenos43f66a62005-03-25 12:31:53 -06003623#ifdef CONFIG_PM
3624 fw_loaded = 0;
James Ketrenos9006ea72006-03-08 03:22:28 +08003625 raw = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003626#endif
3627
3628 return rc;
3629}
3630
Jeff Garzikbf794512005-07-31 13:07:26 -04003631/**
James Ketrenos43f66a62005-03-25 12:31:53 -06003632 * DMA services
3633 *
3634 * Theory of operation
3635 *
3636 * A queue is a circular buffers with 'Read' and 'Write' pointers.
3637 * 2 empty entries always kept in the buffer to protect from overflow.
3638 *
3639 * For Tx queue, there are low mark and high mark limits. If, after queuing
Jeff Garzikbf794512005-07-31 13:07:26 -04003640 * the packet for Tx, free space become < low mark, Tx queue stopped. When
3641 * reclaiming packets (on 'tx done IRQ), if free space become > high mark,
James Ketrenos43f66a62005-03-25 12:31:53 -06003642 * Tx queue resumed.
3643 *
3644 * The IPW operates with six queues, one receive queue in the device's
3645 * sram, one transmit queue for sending commands to the device firmware,
Jeff Garzikbf794512005-07-31 13:07:26 -04003646 * and four transmit queues for data.
James Ketrenos43f66a62005-03-25 12:31:53 -06003647 *
Jeff Garzikbf794512005-07-31 13:07:26 -04003648 * The four transmit queues allow for performing quality of service (qos)
James Ketrenos43f66a62005-03-25 12:31:53 -06003649 * transmissions as per the 802.11 protocol. Currently Linux does not
Jeff Garzikbf794512005-07-31 13:07:26 -04003650 * provide a mechanism to the user for utilizing prioritized queues, so
James Ketrenos43f66a62005-03-25 12:31:53 -06003651 * we only utilize the first data transmit queue (queue1).
3652 */
3653
3654/**
3655 * Driver allocates buffers of this size for Rx
3656 */
3657
Dan Williams943dbef2008-02-14 17:49:41 -05003658/**
3659 * ipw_rx_queue_space - Return number of free slots available in queue.
3660 */
3661static int ipw_rx_queue_space(const struct ipw_rx_queue *q)
3662{
3663 int s = q->read - q->write;
3664 if (s <= 0)
3665 s += RX_QUEUE_SIZE;
3666 /* keep some buffer to not confuse full and empty queue */
3667 s -= 2;
3668 if (s < 0)
3669 s = 0;
3670 return s;
3671}
3672
3673static inline int ipw_tx_queue_space(const struct clx2_queue *q)
James Ketrenos43f66a62005-03-25 12:31:53 -06003674{
3675 int s = q->last_used - q->first_empty;
3676 if (s <= 0)
3677 s += q->n_bd;
3678 s -= 2; /* keep some reserve to not confuse empty and full situations */
3679 if (s < 0)
3680 s = 0;
3681 return s;
3682}
3683
3684static inline int ipw_queue_inc_wrap(int index, int n_bd)
3685{
3686 return (++index == n_bd) ? 0 : index;
3687}
3688
3689/**
3690 * Initialize common DMA queue structure
Jeff Garzikbf794512005-07-31 13:07:26 -04003691 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003692 * @param q queue to init
3693 * @param count Number of BD's to allocate. Should be power of 2
3694 * @param read_register Address for 'read' register
3695 * (not offset within BAR, full address)
3696 * @param write_register Address for 'write' register
3697 * (not offset within BAR, full address)
3698 * @param base_register Address for 'base' register
3699 * (not offset within BAR, full address)
3700 * @param size Address for 'size' register
3701 * (not offset within BAR, full address)
3702 */
Jeff Garzikbf794512005-07-31 13:07:26 -04003703static void ipw_queue_init(struct ipw_priv *priv, struct clx2_queue *q,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003704 int count, u32 read, u32 write, u32 base, u32 size)
James Ketrenos43f66a62005-03-25 12:31:53 -06003705{
3706 q->n_bd = count;
3707
3708 q->low_mark = q->n_bd / 4;
3709 if (q->low_mark < 4)
3710 q->low_mark = 4;
3711
3712 q->high_mark = q->n_bd / 8;
3713 if (q->high_mark < 2)
3714 q->high_mark = 2;
3715
3716 q->first_empty = q->last_used = 0;
3717 q->reg_r = read;
3718 q->reg_w = write;
3719
3720 ipw_write32(priv, base, q->dma_addr);
3721 ipw_write32(priv, size, count);
3722 ipw_write32(priv, read, 0);
3723 ipw_write32(priv, write, 0);
3724
3725 _ipw_read32(priv, 0x90);
3726}
3727
Jeff Garzikbf794512005-07-31 13:07:26 -04003728static int ipw_queue_tx_init(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06003729 struct clx2_tx_queue *q,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003730 int count, u32 read, u32 write, u32 base, u32 size)
James Ketrenos43f66a62005-03-25 12:31:53 -06003731{
3732 struct pci_dev *dev = priv->pci_dev;
3733
3734 q->txb = kmalloc(sizeof(q->txb[0]) * count, GFP_KERNEL);
3735 if (!q->txb) {
3736 IPW_ERROR("vmalloc for auxilary BD structures failed\n");
3737 return -ENOMEM;
3738 }
3739
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003740 q->bd =
3741 pci_alloc_consistent(dev, sizeof(q->bd[0]) * count, &q->q.dma_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -06003742 if (!q->bd) {
Jiri Bencaaa4d302005-06-07 14:58:41 +02003743 IPW_ERROR("pci_alloc_consistent(%zd) failed\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003744 sizeof(q->bd[0]) * count);
James Ketrenos43f66a62005-03-25 12:31:53 -06003745 kfree(q->txb);
3746 q->txb = NULL;
3747 return -ENOMEM;
3748 }
3749
3750 ipw_queue_init(priv, &q->q, count, read, write, base, size);
3751 return 0;
3752}
3753
3754/**
3755 * Free one TFD, those at index [txq->q.last_used].
3756 * Do NOT advance any indexes
Jeff Garzikbf794512005-07-31 13:07:26 -04003757 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003758 * @param dev
3759 * @param txq
3760 */
3761static void ipw_queue_tx_free_tfd(struct ipw_priv *priv,
3762 struct clx2_tx_queue *txq)
3763{
3764 struct tfd_frame *bd = &txq->bd[txq->q.last_used];
3765 struct pci_dev *dev = priv->pci_dev;
3766 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -04003767
James Ketrenos43f66a62005-03-25 12:31:53 -06003768 /* classify bd */
3769 if (bd->control_flags.message_type == TX_HOST_COMMAND_TYPE)
3770 /* nothing to cleanup after for host commands */
3771 return;
3772
3773 /* sanity check */
James Ketrenosa613bff2005-08-24 21:43:11 -05003774 if (le32_to_cpu(bd->u.data.num_chunks) > NUM_TFD_CHUNKS) {
3775 IPW_ERROR("Too many chunks: %i\n",
3776 le32_to_cpu(bd->u.data.num_chunks));
James Ketrenos43f66a62005-03-25 12:31:53 -06003777 /** @todo issue fatal error, it is quite serious situation */
3778 return;
3779 }
3780
3781 /* unmap chunks if any */
James Ketrenosa613bff2005-08-24 21:43:11 -05003782 for (i = 0; i < le32_to_cpu(bd->u.data.num_chunks); i++) {
3783 pci_unmap_single(dev, le32_to_cpu(bd->u.data.chunk_ptr[i]),
3784 le16_to_cpu(bd->u.data.chunk_len[i]),
3785 PCI_DMA_TODEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003786 if (txq->txb[txq->q.last_used]) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04003787 libipw_txb_free(txq->txb[txq->q.last_used]);
James Ketrenos43f66a62005-03-25 12:31:53 -06003788 txq->txb[txq->q.last_used] = NULL;
3789 }
3790 }
3791}
3792
3793/**
3794 * Deallocate DMA queue.
Jeff Garzikbf794512005-07-31 13:07:26 -04003795 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003796 * Empty queue by removing and destroying all BD's.
3797 * Free all buffers.
Jeff Garzikbf794512005-07-31 13:07:26 -04003798 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003799 * @param dev
3800 * @param q
3801 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003802static void ipw_queue_tx_free(struct ipw_priv *priv, struct clx2_tx_queue *txq)
James Ketrenos43f66a62005-03-25 12:31:53 -06003803{
3804 struct clx2_queue *q = &txq->q;
3805 struct pci_dev *dev = priv->pci_dev;
3806
Jeff Garzikbf794512005-07-31 13:07:26 -04003807 if (q->n_bd == 0)
3808 return;
James Ketrenos43f66a62005-03-25 12:31:53 -06003809
3810 /* first, empty all BD's */
3811 for (; q->first_empty != q->last_used;
3812 q->last_used = ipw_queue_inc_wrap(q->last_used, q->n_bd)) {
3813 ipw_queue_tx_free_tfd(priv, txq);
3814 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003815
James Ketrenos43f66a62005-03-25 12:31:53 -06003816 /* free buffers belonging to queue itself */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003817 pci_free_consistent(dev, sizeof(txq->bd[0]) * q->n_bd, txq->bd,
James Ketrenos43f66a62005-03-25 12:31:53 -06003818 q->dma_addr);
3819 kfree(txq->txb);
3820
3821 /* 0 fill whole structure */
3822 memset(txq, 0, sizeof(*txq));
3823}
3824
James Ketrenos43f66a62005-03-25 12:31:53 -06003825/**
3826 * Destroy all DMA queues and structures
Jeff Garzikbf794512005-07-31 13:07:26 -04003827 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003828 * @param priv
3829 */
3830static void ipw_tx_queue_free(struct ipw_priv *priv)
3831{
3832 /* Tx CMD queue */
3833 ipw_queue_tx_free(priv, &priv->txq_cmd);
3834
3835 /* Tx queues */
3836 ipw_queue_tx_free(priv, &priv->txq[0]);
3837 ipw_queue_tx_free(priv, &priv->txq[1]);
3838 ipw_queue_tx_free(priv, &priv->txq[2]);
3839 ipw_queue_tx_free(priv, &priv->txq[3]);
3840}
3841
Arjan van de Ven858119e2006-01-14 13:20:43 -08003842static void ipw_create_bssid(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003843{
3844 /* First 3 bytes are manufacturer */
3845 bssid[0] = priv->mac_addr[0];
3846 bssid[1] = priv->mac_addr[1];
3847 bssid[2] = priv->mac_addr[2];
3848
3849 /* Last bytes are random */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003850 get_random_bytes(&bssid[3], ETH_ALEN - 3);
James Ketrenos43f66a62005-03-25 12:31:53 -06003851
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003852 bssid[0] &= 0xfe; /* clear multicast bit */
3853 bssid[0] |= 0x02; /* set local assignment bit (IEEE802) */
James Ketrenos43f66a62005-03-25 12:31:53 -06003854}
3855
Arjan van de Ven858119e2006-01-14 13:20:43 -08003856static u8 ipw_add_station(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003857{
3858 struct ipw_station_entry entry;
3859 int i;
3860
3861 for (i = 0; i < priv->num_stations; i++) {
3862 if (!memcmp(priv->stations[i], bssid, ETH_ALEN)) {
3863 /* Another node is active in network */
3864 priv->missed_adhoc_beacons = 0;
3865 if (!(priv->config & CFG_STATIC_CHANNEL))
3866 /* when other nodes drop out, we drop out */
3867 priv->config &= ~CFG_ADHOC_PERSIST;
3868
3869 return i;
3870 }
3871 }
3872
3873 if (i == MAX_STATIONS)
3874 return IPW_INVALID_STATION;
3875
Johannes Berge1749612008-10-27 15:59:26 -07003876 IPW_DEBUG_SCAN("Adding AdHoc station: %pM\n", bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06003877
3878 entry.reserved = 0;
3879 entry.support_mode = 0;
3880 memcpy(entry.mac_addr, bssid, ETH_ALEN);
3881 memcpy(priv->stations[i], bssid, ETH_ALEN);
3882 ipw_write_direct(priv, IPW_STATION_TABLE_LOWER + i * sizeof(entry),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003883 &entry, sizeof(entry));
James Ketrenos43f66a62005-03-25 12:31:53 -06003884 priv->num_stations++;
3885
3886 return i;
3887}
3888
Arjan van de Ven858119e2006-01-14 13:20:43 -08003889static u8 ipw_find_station(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003890{
3891 int i;
3892
Jeff Garzikbf794512005-07-31 13:07:26 -04003893 for (i = 0; i < priv->num_stations; i++)
3894 if (!memcmp(priv->stations[i], bssid, ETH_ALEN))
James Ketrenos43f66a62005-03-25 12:31:53 -06003895 return i;
3896
3897 return IPW_INVALID_STATION;
3898}
3899
3900static void ipw_send_disassociate(struct ipw_priv *priv, int quiet)
3901{
3902 int err;
3903
Hong Liu7b996592005-08-25 17:36:13 +08003904 if (priv->status & STATUS_ASSOCIATING) {
3905 IPW_DEBUG_ASSOC("Disassociating while associating.\n");
3906 queue_work(priv->workqueue, &priv->disassociate);
3907 return;
3908 }
3909
3910 if (!(priv->status & STATUS_ASSOCIATED)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003911 IPW_DEBUG_ASSOC("Disassociating while not associated.\n");
3912 return;
3913 }
3914
Johannes Berge1749612008-10-27 15:59:26 -07003915 IPW_DEBUG_ASSOC("Disassocation attempt from %pM "
James Ketrenos43f66a62005-03-25 12:31:53 -06003916 "on channel %d.\n",
Johannes Berge1749612008-10-27 15:59:26 -07003917 priv->assoc_request.bssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06003918 priv->assoc_request.channel);
3919
3920 priv->status &= ~(STATUS_ASSOCIATING | STATUS_ASSOCIATED);
3921 priv->status |= STATUS_DISASSOCIATING;
3922
3923 if (quiet)
3924 priv->assoc_request.assoc_type = HC_DISASSOC_QUIET;
3925 else
3926 priv->assoc_request.assoc_type = HC_DISASSOCIATE;
Hong Liue6324722005-09-14 21:04:15 -05003927
James Ketrenos43f66a62005-03-25 12:31:53 -06003928 err = ipw_send_associate(priv, &priv->assoc_request);
3929 if (err) {
3930 IPW_DEBUG_HC("Attempt to send [dis]associate command "
3931 "failed.\n");
3932 return;
3933 }
3934
3935}
3936
James Ketrenosc848d0a2005-08-24 21:56:24 -05003937static int ipw_disassociate(void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -06003938{
James Ketrenosc848d0a2005-08-24 21:56:24 -05003939 struct ipw_priv *priv = data;
3940 if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)))
3941 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06003942 ipw_send_disassociate(data, 0);
Zhu Yib8ddafd2008-11-27 13:42:20 +08003943 netif_carrier_off(priv->net_dev);
James Ketrenosc848d0a2005-08-24 21:56:24 -05003944 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06003945}
3946
David Howellsc4028952006-11-22 14:57:56 +00003947static void ipw_bg_disassociate(struct work_struct *work)
James Ketrenos43f66a62005-03-25 12:31:53 -06003948{
David Howellsc4028952006-11-22 14:57:56 +00003949 struct ipw_priv *priv =
3950 container_of(work, struct ipw_priv, disassociate);
Zhu Yi46441512006-01-24 16:37:59 +08003951 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00003952 ipw_disassociate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08003953 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06003954}
3955
David Howellsc4028952006-11-22 14:57:56 +00003956static void ipw_system_config(struct work_struct *work)
Zhu Yid8bad6d2005-07-13 12:25:38 -05003957{
David Howellsc4028952006-11-22 14:57:56 +00003958 struct ipw_priv *priv =
3959 container_of(work, struct ipw_priv, system_config);
Zhu Yid685b8c2006-04-13 17:20:27 +08003960
3961#ifdef CONFIG_IPW2200_PROMISCUOUS
3962 if (priv->prom_net_dev && netif_running(priv->prom_net_dev)) {
3963 priv->sys_config.accept_all_data_frames = 1;
3964 priv->sys_config.accept_non_directed_frames = 1;
3965 priv->sys_config.accept_all_mgmt_bcpr = 1;
3966 priv->sys_config.accept_all_mgmt_frames = 1;
3967 }
3968#endif
3969
3970 ipw_send_system_config(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003971}
3972
3973struct ipw_status_code {
3974 u16 status;
3975 const char *reason;
3976};
3977
3978static const struct ipw_status_code ipw_status_codes[] = {
3979 {0x00, "Successful"},
3980 {0x01, "Unspecified failure"},
3981 {0x0A, "Cannot support all requested capabilities in the "
3982 "Capability information field"},
3983 {0x0B, "Reassociation denied due to inability to confirm that "
3984 "association exists"},
3985 {0x0C, "Association denied due to reason outside the scope of this "
3986 "standard"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003987 {0x0D,
3988 "Responding station does not support the specified authentication "
James Ketrenos43f66a62005-03-25 12:31:53 -06003989 "algorithm"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003990 {0x0E,
3991 "Received an Authentication frame with authentication sequence "
James Ketrenos43f66a62005-03-25 12:31:53 -06003992 "transaction sequence number out of expected sequence"},
3993 {0x0F, "Authentication rejected because of challenge failure"},
3994 {0x10, "Authentication rejected due to timeout waiting for next "
3995 "frame in sequence"},
3996 {0x11, "Association denied because AP is unable to handle additional "
3997 "associated stations"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003998 {0x12,
3999 "Association denied due to requesting station not supporting all "
James Ketrenos43f66a62005-03-25 12:31:53 -06004000 "of the datarates in the BSSBasicServiceSet Parameter"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004001 {0x13,
4002 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004003 "short preamble operation"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004004 {0x14,
4005 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004006 "PBCC encoding"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004007 {0x15,
4008 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004009 "channel agility"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004010 {0x19,
4011 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004012 "short slot operation"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004013 {0x1A,
4014 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06004015 "DSSS-OFDM operation"},
4016 {0x28, "Invalid Information Element"},
4017 {0x29, "Group Cipher is not valid"},
4018 {0x2A, "Pairwise Cipher is not valid"},
4019 {0x2B, "AKMP is not valid"},
4020 {0x2C, "Unsupported RSN IE version"},
4021 {0x2D, "Invalid RSN IE Capabilities"},
4022 {0x2E, "Cipher suite is rejected per security policy"},
4023};
4024
Jeff Garzikbf794512005-07-31 13:07:26 -04004025static const char *ipw_get_status_code(u16 status)
James Ketrenos43f66a62005-03-25 12:31:53 -06004026{
4027 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -04004028 for (i = 0; i < ARRAY_SIZE(ipw_status_codes); i++)
James Ketrenosea2b26e2005-08-24 21:25:16 -05004029 if (ipw_status_codes[i].status == (status & 0xff))
James Ketrenos43f66a62005-03-25 12:31:53 -06004030 return ipw_status_codes[i].reason;
4031 return "Unknown status value.";
4032}
James Ketrenos43f66a62005-03-25 12:31:53 -06004033
4034static void inline average_init(struct average *avg)
4035{
4036 memset(avg, 0, sizeof(*avg));
4037}
4038
Zhu Yi00d21de2006-04-13 17:19:02 +08004039#define DEPTH_RSSI 8
4040#define DEPTH_NOISE 16
4041static s16 exponential_average(s16 prev_avg, s16 val, u8 depth)
4042{
4043 return ((depth-1)*prev_avg + val)/depth;
4044}
4045
Arjan van de Ven858119e2006-01-14 13:20:43 -08004046static void average_add(struct average *avg, s16 val)
James Ketrenos43f66a62005-03-25 12:31:53 -06004047{
4048 avg->sum -= avg->entries[avg->pos];
4049 avg->sum += val;
4050 avg->entries[avg->pos++] = val;
4051 if (unlikely(avg->pos == AVG_ENTRIES)) {
4052 avg->init = 1;
4053 avg->pos = 0;
4054 }
4055}
4056
Arjan van de Ven858119e2006-01-14 13:20:43 -08004057static s16 average_value(struct average *avg)
James Ketrenos43f66a62005-03-25 12:31:53 -06004058{
4059 if (!unlikely(avg->init)) {
4060 if (avg->pos)
4061 return avg->sum / avg->pos;
4062 return 0;
4063 }
4064
4065 return avg->sum / AVG_ENTRIES;
4066}
4067
4068static void ipw_reset_stats(struct ipw_priv *priv)
4069{
4070 u32 len = sizeof(u32);
4071
4072 priv->quality = 0;
4073
4074 average_init(&priv->average_missed_beacons);
Zhu Yi00d21de2006-04-13 17:19:02 +08004075 priv->exp_avg_rssi = -60;
4076 priv->exp_avg_noise = -85 + 0x100;
James Ketrenos43f66a62005-03-25 12:31:53 -06004077
4078 priv->last_rate = 0;
4079 priv->last_missed_beacons = 0;
4080 priv->last_rx_packets = 0;
4081 priv->last_tx_packets = 0;
4082 priv->last_tx_failures = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04004083
James Ketrenos43f66a62005-03-25 12:31:53 -06004084 /* Firmware managed, reset only when NIC is restarted, so we have to
4085 * normalize on the current value */
Jeff Garzikbf794512005-07-31 13:07:26 -04004086 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC,
James Ketrenos43f66a62005-03-25 12:31:53 -06004087 &priv->last_rx_err, &len);
Jeff Garzikbf794512005-07-31 13:07:26 -04004088 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE,
James Ketrenos43f66a62005-03-25 12:31:53 -06004089 &priv->last_tx_failures, &len);
4090
4091 /* Driver managed, reset with each association */
4092 priv->missed_adhoc_beacons = 0;
4093 priv->missed_beacons = 0;
4094 priv->tx_packets = 0;
4095 priv->rx_packets = 0;
4096
4097}
4098
Arjan van de Ven858119e2006-01-14 13:20:43 -08004099static u32 ipw_get_max_rate(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06004100{
4101 u32 i = 0x80000000;
4102 u32 mask = priv->rates_mask;
4103 /* If currently associated in B mode, restrict the maximum
4104 * rate match to B rates */
4105 if (priv->assoc_request.ieee_mode == IPW_B_MODE)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004106 mask &= LIBIPW_CCK_RATES_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06004107
4108 /* TODO: Verify that the rate is supported by the current rates
4109 * list. */
4110
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004111 while (i && !(mask & i))
4112 i >>= 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06004113 switch (i) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004114 case LIBIPW_CCK_RATE_1MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004115 return 1000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004116 case LIBIPW_CCK_RATE_2MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004117 return 2000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004118 case LIBIPW_CCK_RATE_5MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004119 return 5500000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004120 case LIBIPW_OFDM_RATE_6MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004121 return 6000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004122 case LIBIPW_OFDM_RATE_9MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004123 return 9000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004124 case LIBIPW_CCK_RATE_11MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004125 return 11000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004126 case LIBIPW_OFDM_RATE_12MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004127 return 12000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004128 case LIBIPW_OFDM_RATE_18MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004129 return 18000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004130 case LIBIPW_OFDM_RATE_24MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004131 return 24000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004132 case LIBIPW_OFDM_RATE_36MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004133 return 36000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004134 case LIBIPW_OFDM_RATE_48MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004135 return 48000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004136 case LIBIPW_OFDM_RATE_54MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004137 return 54000000;
James Ketrenos43f66a62005-03-25 12:31:53 -06004138 }
4139
Jeff Garzikbf794512005-07-31 13:07:26 -04004140 if (priv->ieee->mode == IEEE_B)
James Ketrenos43f66a62005-03-25 12:31:53 -06004141 return 11000000;
4142 else
4143 return 54000000;
4144}
4145
4146static u32 ipw_get_current_rate(struct ipw_priv *priv)
4147{
4148 u32 rate, len = sizeof(rate);
4149 int err;
4150
Jeff Garzikbf794512005-07-31 13:07:26 -04004151 if (!(priv->status & STATUS_ASSOCIATED))
James Ketrenos43f66a62005-03-25 12:31:53 -06004152 return 0;
4153
4154 if (priv->tx_packets > IPW_REAL_RATE_RX_PACKET_THRESHOLD) {
Jeff Garzikbf794512005-07-31 13:07:26 -04004155 err = ipw_get_ordinal(priv, IPW_ORD_STAT_TX_CURR_RATE, &rate,
James Ketrenos43f66a62005-03-25 12:31:53 -06004156 &len);
4157 if (err) {
4158 IPW_DEBUG_INFO("failed querying ordinals.\n");
4159 return 0;
4160 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004161 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06004162 return ipw_get_max_rate(priv);
4163
4164 switch (rate) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004165 case IPW_TX_RATE_1MB:
4166 return 1000000;
4167 case IPW_TX_RATE_2MB:
4168 return 2000000;
4169 case IPW_TX_RATE_5MB:
4170 return 5500000;
4171 case IPW_TX_RATE_6MB:
4172 return 6000000;
4173 case IPW_TX_RATE_9MB:
4174 return 9000000;
4175 case IPW_TX_RATE_11MB:
4176 return 11000000;
4177 case IPW_TX_RATE_12MB:
4178 return 12000000;
4179 case IPW_TX_RATE_18MB:
4180 return 18000000;
4181 case IPW_TX_RATE_24MB:
4182 return 24000000;
4183 case IPW_TX_RATE_36MB:
4184 return 36000000;
4185 case IPW_TX_RATE_48MB:
4186 return 48000000;
4187 case IPW_TX_RATE_54MB:
4188 return 54000000;
James Ketrenos43f66a62005-03-25 12:31:53 -06004189 }
4190
4191 return 0;
4192}
4193
James Ketrenos43f66a62005-03-25 12:31:53 -06004194#define IPW_STATS_INTERVAL (2 * HZ)
4195static void ipw_gather_stats(struct ipw_priv *priv)
4196{
4197 u32 rx_err, rx_err_delta, rx_packets_delta;
4198 u32 tx_failures, tx_failures_delta, tx_packets_delta;
4199 u32 missed_beacons_percent, missed_beacons_delta;
4200 u32 quality = 0;
4201 u32 len = sizeof(u32);
4202 s16 rssi;
Jeff Garzikbf794512005-07-31 13:07:26 -04004203 u32 beacon_quality, signal_quality, tx_quality, rx_quality,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004204 rate_quality;
James Ketrenosea2b26e2005-08-24 21:25:16 -05004205 u32 max_rate;
James Ketrenos43f66a62005-03-25 12:31:53 -06004206
4207 if (!(priv->status & STATUS_ASSOCIATED)) {
4208 priv->quality = 0;
4209 return;
4210 }
4211
4212 /* Update the statistics */
Jeff Garzikbf794512005-07-31 13:07:26 -04004213 ipw_get_ordinal(priv, IPW_ORD_STAT_MISSED_BEACONS,
James Ketrenos43f66a62005-03-25 12:31:53 -06004214 &priv->missed_beacons, &len);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004215 missed_beacons_delta = priv->missed_beacons - priv->last_missed_beacons;
James Ketrenos43f66a62005-03-25 12:31:53 -06004216 priv->last_missed_beacons = priv->missed_beacons;
4217 if (priv->assoc_request.beacon_interval) {
4218 missed_beacons_percent = missed_beacons_delta *
Al Viro5b5e8072007-12-27 01:54:06 -05004219 (HZ * le16_to_cpu(priv->assoc_request.beacon_interval)) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004220 (IPW_STATS_INTERVAL * 10);
James Ketrenos43f66a62005-03-25 12:31:53 -06004221 } else {
4222 missed_beacons_percent = 0;
4223 }
4224 average_add(&priv->average_missed_beacons, missed_beacons_percent);
4225
4226 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC, &rx_err, &len);
4227 rx_err_delta = rx_err - priv->last_rx_err;
4228 priv->last_rx_err = rx_err;
4229
4230 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE, &tx_failures, &len);
4231 tx_failures_delta = tx_failures - priv->last_tx_failures;
4232 priv->last_tx_failures = tx_failures;
4233
4234 rx_packets_delta = priv->rx_packets - priv->last_rx_packets;
4235 priv->last_rx_packets = priv->rx_packets;
4236
4237 tx_packets_delta = priv->tx_packets - priv->last_tx_packets;
4238 priv->last_tx_packets = priv->tx_packets;
4239
4240 /* Calculate quality based on the following:
Jeff Garzikbf794512005-07-31 13:07:26 -04004241 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004242 * Missed beacon: 100% = 0, 0% = 70% missed
4243 * Rate: 60% = 1Mbs, 100% = Max
4244 * Rx and Tx errors represent a straight % of total Rx/Tx
4245 * RSSI: 100% = > -50, 0% = < -80
4246 * Rx errors: 100% = 0, 0% = 50% missed
Jeff Garzikbf794512005-07-31 13:07:26 -04004247 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004248 * The lowest computed quality is used.
4249 *
4250 */
4251#define BEACON_THRESHOLD 5
4252 beacon_quality = 100 - missed_beacons_percent;
4253 if (beacon_quality < BEACON_THRESHOLD)
4254 beacon_quality = 0;
4255 else
Jeff Garzikbf794512005-07-31 13:07:26 -04004256 beacon_quality = (beacon_quality - BEACON_THRESHOLD) * 100 /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004257 (100 - BEACON_THRESHOLD);
Jeff Garzikbf794512005-07-31 13:07:26 -04004258 IPW_DEBUG_STATS("Missed beacon: %3d%% (%d%%)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06004259 beacon_quality, missed_beacons_percent);
Jeff Garzikbf794512005-07-31 13:07:26 -04004260
James Ketrenos43f66a62005-03-25 12:31:53 -06004261 priv->last_rate = ipw_get_current_rate(priv);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004262 max_rate = ipw_get_max_rate(priv);
4263 rate_quality = priv->last_rate * 40 / max_rate + 60;
James Ketrenos43f66a62005-03-25 12:31:53 -06004264 IPW_DEBUG_STATS("Rate quality : %3d%% (%dMbs)\n",
4265 rate_quality, priv->last_rate / 1000000);
Jeff Garzikbf794512005-07-31 13:07:26 -04004266
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004267 if (rx_packets_delta > 100 && rx_packets_delta + rx_err_delta)
Jeff Garzikbf794512005-07-31 13:07:26 -04004268 rx_quality = 100 - (rx_err_delta * 100) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004269 (rx_packets_delta + rx_err_delta);
James Ketrenos43f66a62005-03-25 12:31:53 -06004270 else
4271 rx_quality = 100;
4272 IPW_DEBUG_STATS("Rx quality : %3d%% (%u errors, %u packets)\n",
4273 rx_quality, rx_err_delta, rx_packets_delta);
Jeff Garzikbf794512005-07-31 13:07:26 -04004274
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004275 if (tx_packets_delta > 100 && tx_packets_delta + tx_failures_delta)
Jeff Garzikbf794512005-07-31 13:07:26 -04004276 tx_quality = 100 - (tx_failures_delta * 100) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004277 (tx_packets_delta + tx_failures_delta);
James Ketrenos43f66a62005-03-25 12:31:53 -06004278 else
4279 tx_quality = 100;
4280 IPW_DEBUG_STATS("Tx quality : %3d%% (%u errors, %u packets)\n",
4281 tx_quality, tx_failures_delta, tx_packets_delta);
Jeff Garzikbf794512005-07-31 13:07:26 -04004282
Zhu Yi00d21de2006-04-13 17:19:02 +08004283 rssi = priv->exp_avg_rssi;
James Ketrenosc848d0a2005-08-24 21:56:24 -05004284 signal_quality =
4285 (100 *
4286 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) *
4287 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) -
4288 (priv->ieee->perfect_rssi - rssi) *
4289 (15 * (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) +
4290 62 * (priv->ieee->perfect_rssi - rssi))) /
4291 ((priv->ieee->perfect_rssi - priv->ieee->worst_rssi) *
4292 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi));
4293 if (signal_quality > 100)
James Ketrenos43f66a62005-03-25 12:31:53 -06004294 signal_quality = 100;
James Ketrenosc848d0a2005-08-24 21:56:24 -05004295 else if (signal_quality < 1)
James Ketrenos43f66a62005-03-25 12:31:53 -06004296 signal_quality = 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05004297
Zhu Yi61fb9ed2006-04-13 17:19:55 +08004298 IPW_DEBUG_STATS("Signal level : %3d%% (%d dBm)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06004299 signal_quality, rssi);
Jeff Garzikbf794512005-07-31 13:07:26 -04004300
Reinette Chatre21f8a732009-08-18 10:25:05 -07004301 quality = min(rx_quality, signal_quality);
4302 quality = min(tx_quality, quality);
4303 quality = min(rate_quality, quality);
4304 quality = min(beacon_quality, quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004305 if (quality == beacon_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004306 IPW_DEBUG_STATS("Quality (%d%%): Clamped to missed beacons.\n",
4307 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004308 if (quality == rate_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004309 IPW_DEBUG_STATS("Quality (%d%%): Clamped to rate quality.\n",
4310 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004311 if (quality == tx_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004312 IPW_DEBUG_STATS("Quality (%d%%): Clamped to Tx quality.\n",
4313 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004314 if (quality == rx_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004315 IPW_DEBUG_STATS("Quality (%d%%): Clamped to Rx quality.\n",
4316 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004317 if (quality == signal_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004318 IPW_DEBUG_STATS("Quality (%d%%): Clamped to signal quality.\n",
4319 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004320
4321 priv->quality = quality;
Jeff Garzikbf794512005-07-31 13:07:26 -04004322
4323 queue_delayed_work(priv->workqueue, &priv->gather_stats,
James Ketrenos43f66a62005-03-25 12:31:53 -06004324 IPW_STATS_INTERVAL);
4325}
4326
David Howellsc4028952006-11-22 14:57:56 +00004327static void ipw_bg_gather_stats(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05004328{
David Howellsc4028952006-11-22 14:57:56 +00004329 struct ipw_priv *priv =
4330 container_of(work, struct ipw_priv, gather_stats.work);
Zhu Yi46441512006-01-24 16:37:59 +08004331 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00004332 ipw_gather_stats(priv);
Zhu Yi46441512006-01-24 16:37:59 +08004333 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05004334}
4335
Ben Cahille7582562005-10-06 15:34:41 -05004336/* Missed beacon behavior:
4337 * 1st missed -> roaming_threshold, just wait, don't do any scan/roam.
4338 * roaming_threshold -> disassociate_threshold, scan and roam for better signal.
4339 * Above disassociate threshold, give up and stop scanning.
4340 * Roaming is disabled if disassociate_threshold <= roaming_threshold */
Arjan van de Ven858119e2006-01-14 13:20:43 -08004341static void ipw_handle_missed_beacon(struct ipw_priv *priv,
James Ketrenosea2b26e2005-08-24 21:25:16 -05004342 int missed_count)
4343{
4344 priv->notif_missed_beacons = missed_count;
4345
James Ketrenosafbf30a2005-08-25 00:05:33 -05004346 if (missed_count > priv->disassociate_threshold &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05004347 priv->status & STATUS_ASSOCIATED) {
4348 /* If associated and we've hit the missed
4349 * beacon threshold, disassociate, turn
4350 * off roaming, and abort any active scans */
4351 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
James Ketrenosafbf30a2005-08-25 00:05:33 -05004352 IPW_DL_STATE | IPW_DL_ASSOC,
James Ketrenosea2b26e2005-08-24 21:25:16 -05004353 "Missed beacon: %d - disassociate\n", missed_count);
4354 priv->status &= ~STATUS_ROAMING;
James Ketrenosa613bff2005-08-24 21:43:11 -05004355 if (priv->status & STATUS_SCANNING) {
4356 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
4357 IPW_DL_STATE,
4358 "Aborting scan with missed beacon.\n");
James Ketrenosea2b26e2005-08-24 21:25:16 -05004359 queue_work(priv->workqueue, &priv->abort_scan);
James Ketrenosa613bff2005-08-24 21:43:11 -05004360 }
4361
James Ketrenosea2b26e2005-08-24 21:25:16 -05004362 queue_work(priv->workqueue, &priv->disassociate);
4363 return;
4364 }
4365
4366 if (priv->status & STATUS_ROAMING) {
4367 /* If we are currently roaming, then just
4368 * print a debug statement... */
4369 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
4370 "Missed beacon: %d - roam in progress\n",
4371 missed_count);
4372 return;
4373 }
4374
Zhu Yi4bfdb912006-01-24 16:37:16 +08004375 if (roaming &&
4376 (missed_count > priv->roaming_threshold &&
4377 missed_count <= priv->disassociate_threshold)) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004378 /* If we are not already roaming, set the ROAM
Ben Cahille7582562005-10-06 15:34:41 -05004379 * bit in the status and kick off a scan.
4380 * This can happen several times before we reach
4381 * disassociate_threshold. */
James Ketrenosea2b26e2005-08-24 21:25:16 -05004382 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
4383 "Missed beacon: %d - initiate "
4384 "roaming\n", missed_count);
4385 if (!(priv->status & STATUS_ROAMING)) {
4386 priv->status |= STATUS_ROAMING;
4387 if (!(priv->status & STATUS_SCANNING))
David Howellsc4028952006-11-22 14:57:56 +00004388 queue_delayed_work(priv->workqueue,
4389 &priv->request_scan, 0);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004390 }
4391 return;
4392 }
4393
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01004394 if (priv->status & STATUS_SCANNING &&
4395 missed_count > IPW_MB_SCAN_CANCEL_THRESHOLD) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004396 /* Stop scan to keep fw from getting
4397 * stuck (only if we aren't roaming --
4398 * otherwise we'll never scan more than 2 or 3
4399 * channels..) */
James Ketrenosb095c382005-08-24 22:04:42 -05004400 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF | IPW_DL_STATE,
4401 "Aborting scan with missed beacon.\n");
James Ketrenosea2b26e2005-08-24 21:25:16 -05004402 queue_work(priv->workqueue, &priv->abort_scan);
4403 }
4404
4405 IPW_DEBUG_NOTIF("Missed beacon: %d\n", missed_count);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004406}
4407
Dan Williams0b531672007-10-09 13:55:24 -04004408static void ipw_scan_event(struct work_struct *work)
4409{
4410 union iwreq_data wrqu;
4411
4412 struct ipw_priv *priv =
4413 container_of(work, struct ipw_priv, scan_event.work);
4414
4415 wrqu.data.length = 0;
4416 wrqu.data.flags = 0;
4417 wireless_send_event(priv->net_dev, SIOCGIWSCAN, &wrqu, NULL);
4418}
4419
4420static void handle_scan_event(struct ipw_priv *priv)
4421{
4422 /* Only userspace-requested scan completion events go out immediately */
4423 if (!priv->user_requested_scan) {
4424 if (!delayed_work_pending(&priv->scan_event))
4425 queue_delayed_work(priv->workqueue, &priv->scan_event,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05004426 round_jiffies_relative(msecs_to_jiffies(4000)));
Dan Williams0b531672007-10-09 13:55:24 -04004427 } else {
4428 union iwreq_data wrqu;
4429
4430 priv->user_requested_scan = 0;
4431 cancel_delayed_work(&priv->scan_event);
4432
4433 wrqu.data.length = 0;
4434 wrqu.data.flags = 0;
4435 wireless_send_event(priv->net_dev, SIOCGIWSCAN, &wrqu, NULL);
4436 }
4437}
4438
James Ketrenos43f66a62005-03-25 12:31:53 -06004439/**
4440 * Handle host notification packet.
4441 * Called from interrupt routine
4442 */
Arjan van de Ven858119e2006-01-14 13:20:43 -08004443static void ipw_rx_notification(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06004444 struct ipw_rx_notification *notif)
4445{
John W. Linville9387b7c2008-09-30 20:59:05 -04004446 DECLARE_SSID_BUF(ssid);
Al Viroe62e1ee2007-12-27 01:36:46 -05004447 u16 size = le16_to_cpu(notif->size);
James Ketrenosa613bff2005-08-24 21:43:11 -05004448
Al Viroe62e1ee2007-12-27 01:36:46 -05004449 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size);
Jeff Garzikbf794512005-07-31 13:07:26 -04004450
James Ketrenos43f66a62005-03-25 12:31:53 -06004451 switch (notif->subtype) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004452 case HOST_NOTIFICATION_STATUS_ASSOCIATED:{
4453 struct notif_association *assoc = &notif->u.assoc;
Jeff Garzikbf794512005-07-31 13:07:26 -04004454
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004455 switch (assoc->state) {
4456 case CMAS_ASSOCIATED:{
4457 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4458 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004459 "associated: '%s' %pM \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004460 print_ssid(ssid, priv->essid,
4461 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004462 priv->bssid);
Jeff Garzikbf794512005-07-31 13:07:26 -04004463
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004464 switch (priv->ieee->iw_mode) {
4465 case IW_MODE_INFRA:
4466 memcpy(priv->ieee->bssid,
4467 priv->bssid, ETH_ALEN);
4468 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004469
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004470 case IW_MODE_ADHOC:
4471 memcpy(priv->ieee->bssid,
4472 priv->bssid, ETH_ALEN);
Jeff Garzikbf794512005-07-31 13:07:26 -04004473
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004474 /* clear out the station table */
4475 priv->num_stations = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06004476
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004477 IPW_DEBUG_ASSOC
4478 ("queueing adhoc check\n");
4479 queue_delayed_work(priv->
4480 workqueue,
4481 &priv->
4482 adhoc_check,
Al Viro5b5e8072007-12-27 01:54:06 -05004483 le16_to_cpu(priv->
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004484 assoc_request.
Al Viro5b5e8072007-12-27 01:54:06 -05004485 beacon_interval));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004486 break;
4487 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004488
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004489 priv->status &= ~STATUS_ASSOCIATING;
4490 priv->status |= STATUS_ASSOCIATED;
Zhu Yid8bad6d2005-07-13 12:25:38 -05004491 queue_work(priv->workqueue,
4492 &priv->system_config);
James Ketrenos43f66a62005-03-25 12:31:53 -06004493
Zhu Yie43e3c12006-04-13 17:20:45 +08004494#ifdef CONFIG_IPW2200_QOS
James Ketrenosafbf30a2005-08-25 00:05:33 -05004495#define IPW_GET_PACKET_STYPE(x) WLAN_FC_GET_STYPE( \
John W. Linville72118012008-09-30 21:43:03 -04004496 le16_to_cpu(((struct ieee80211_hdr *)(x))->frame_control))
James Ketrenosafbf30a2005-08-25 00:05:33 -05004497 if ((priv->status & STATUS_AUTH) &&
4498 (IPW_GET_PACKET_STYPE(&notif->u.raw)
4499 == IEEE80211_STYPE_ASSOC_RESP)) {
James Ketrenosb095c382005-08-24 22:04:42 -05004500 if ((sizeof
4501 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004502 libipw_assoc_response)
Al Viroe62e1ee2007-12-27 01:36:46 -05004503 <= size)
4504 && (size <= 2314)) {
James Ketrenosb095c382005-08-24 22:04:42 -05004505 struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004506 libipw_rx_stats
James Ketrenosb095c382005-08-24 22:04:42 -05004507 stats = {
Al Viroe62e1ee2007-12-27 01:36:46 -05004508 .len = size - 1,
James Ketrenosb095c382005-08-24 22:04:42 -05004509 };
4510
4511 IPW_DEBUG_QOS
4512 ("QoS Associate "
Al Viroe62e1ee2007-12-27 01:36:46 -05004513 "size %d\n", size);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004514 libipw_rx_mgt(priv->
James Ketrenosb095c382005-08-24 22:04:42 -05004515 ieee,
4516 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004517 libipw_hdr_4addr
James Ketrenosb095c382005-08-24 22:04:42 -05004518 *)
4519 &notif->u.raw, &stats);
4520 }
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004521 }
James Ketrenosb095c382005-08-24 22:04:42 -05004522#endif
James Ketrenos43f66a62005-03-25 12:31:53 -06004523
James Ketrenosa613bff2005-08-24 21:43:11 -05004524 schedule_work(&priv->link_up);
James Ketrenos43f66a62005-03-25 12:31:53 -06004525
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004526 break;
4527 }
4528
4529 case CMAS_AUTHENTICATED:{
4530 if (priv->
4531 status & (STATUS_ASSOCIATED |
4532 STATUS_AUTH)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004533 struct notif_authenticate *auth
4534 = &notif->u.auth;
4535 IPW_DEBUG(IPW_DL_NOTIF |
4536 IPW_DL_STATE |
4537 IPW_DL_ASSOC,
4538 "deauthenticated: '%s' "
Johannes Berge1749612008-10-27 15:59:26 -07004539 "%pM"
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004540 ": (0x%04X) - %s \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004541 print_ssid(ssid,
4542 priv->
4543 essid,
4544 priv->
4545 essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004546 priv->bssid,
Al Viro83f7d572008-03-16 22:26:44 +00004547 le16_to_cpu(auth->status),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004548 ipw_get_status_code
Al Viro83f7d572008-03-16 22:26:44 +00004549 (le16_to_cpu
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004550 (auth->status)));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004551
4552 priv->status &=
4553 ~(STATUS_ASSOCIATING |
4554 STATUS_AUTH |
4555 STATUS_ASSOCIATED);
4556
James Ketrenosa613bff2005-08-24 21:43:11 -05004557 schedule_work(&priv->link_down);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004558 break;
4559 }
4560
4561 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4562 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004563 "authenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004564 print_ssid(ssid, priv->essid,
4565 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004566 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004567 break;
4568 }
4569
4570 case CMAS_INIT:{
James Ketrenosea2b26e2005-08-24 21:25:16 -05004571 if (priv->status & STATUS_AUTH) {
4572 struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004573 libipw_assoc_response
James Ketrenosea2b26e2005-08-24 21:25:16 -05004574 *resp;
4575 resp =
4576 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004577 libipw_assoc_response
James Ketrenosea2b26e2005-08-24 21:25:16 -05004578 *)&notif->u.raw;
4579 IPW_DEBUG(IPW_DL_NOTIF |
4580 IPW_DL_STATE |
4581 IPW_DL_ASSOC,
4582 "association failed (0x%04X): %s\n",
Al Viro83f7d572008-03-16 22:26:44 +00004583 le16_to_cpu(resp->status),
James Ketrenosea2b26e2005-08-24 21:25:16 -05004584 ipw_get_status_code
Al Viro83f7d572008-03-16 22:26:44 +00004585 (le16_to_cpu
James Ketrenosea2b26e2005-08-24 21:25:16 -05004586 (resp->status)));
4587 }
4588
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004589 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4590 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004591 "disassociated: '%s' %pM \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004592 print_ssid(ssid, priv->essid,
4593 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004594 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004595
4596 priv->status &=
4597 ~(STATUS_DISASSOCIATING |
4598 STATUS_ASSOCIATING |
4599 STATUS_ASSOCIATED | STATUS_AUTH);
James Ketrenosb095c382005-08-24 22:04:42 -05004600 if (priv->assoc_network
4601 && (priv->assoc_network->
4602 capability &
4603 WLAN_CAPABILITY_IBSS))
4604 ipw_remove_current_network
4605 (priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004606
James Ketrenosa613bff2005-08-24 21:43:11 -05004607 schedule_work(&priv->link_down);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004608
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004609 break;
4610 }
4611
James Ketrenosb095c382005-08-24 22:04:42 -05004612 case CMAS_RX_ASSOC_RESP:
4613 break;
4614
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004615 default:
4616 IPW_ERROR("assoc: unknown (%d)\n",
4617 assoc->state);
4618 break;
4619 }
4620
James Ketrenos43f66a62005-03-25 12:31:53 -06004621 break;
4622 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004623
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004624 case HOST_NOTIFICATION_STATUS_AUTHENTICATE:{
4625 struct notif_authenticate *auth = &notif->u.auth;
4626 switch (auth->state) {
4627 case CMAS_AUTHENTICATED:
4628 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
Johannes Berge1749612008-10-27 15:59:26 -07004629 "authenticated: '%s' %pM \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004630 print_ssid(ssid, priv->essid,
4631 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004632 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004633 priv->status |= STATUS_AUTH;
4634 break;
4635
4636 case CMAS_INIT:
4637 if (priv->status & STATUS_AUTH) {
4638 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4639 IPW_DL_ASSOC,
4640 "authentication failed (0x%04X): %s\n",
Al Viro83f7d572008-03-16 22:26:44 +00004641 le16_to_cpu(auth->status),
4642 ipw_get_status_code(le16_to_cpu
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004643 (auth->
4644 status)));
4645 }
4646 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4647 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004648 "deauthenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004649 print_ssid(ssid, priv->essid,
4650 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004651 priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06004652
4653 priv->status &= ~(STATUS_ASSOCIATING |
4654 STATUS_AUTH |
4655 STATUS_ASSOCIATED);
4656
James Ketrenosa613bff2005-08-24 21:43:11 -05004657 schedule_work(&priv->link_down);
James Ketrenos43f66a62005-03-25 12:31:53 -06004658 break;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004659
4660 case CMAS_TX_AUTH_SEQ_1:
4661 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4662 IPW_DL_ASSOC, "AUTH_SEQ_1\n");
4663 break;
4664 case CMAS_RX_AUTH_SEQ_2:
4665 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4666 IPW_DL_ASSOC, "AUTH_SEQ_2\n");
4667 break;
4668 case CMAS_AUTH_SEQ_1_PASS:
4669 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4670 IPW_DL_ASSOC, "AUTH_SEQ_1_PASS\n");
4671 break;
4672 case CMAS_AUTH_SEQ_1_FAIL:
4673 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4674 IPW_DL_ASSOC, "AUTH_SEQ_1_FAIL\n");
4675 break;
4676 case CMAS_TX_AUTH_SEQ_3:
4677 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4678 IPW_DL_ASSOC, "AUTH_SEQ_3\n");
4679 break;
4680 case CMAS_RX_AUTH_SEQ_4:
4681 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4682 IPW_DL_ASSOC, "RX_AUTH_SEQ_4\n");
4683 break;
4684 case CMAS_AUTH_SEQ_2_PASS:
4685 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4686 IPW_DL_ASSOC, "AUTH_SEQ_2_PASS\n");
4687 break;
4688 case CMAS_AUTH_SEQ_2_FAIL:
4689 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4690 IPW_DL_ASSOC, "AUT_SEQ_2_FAIL\n");
4691 break;
4692 case CMAS_TX_ASSOC:
4693 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4694 IPW_DL_ASSOC, "TX_ASSOC\n");
4695 break;
4696 case CMAS_RX_ASSOC_RESP:
4697 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4698 IPW_DL_ASSOC, "RX_ASSOC_RESP\n");
James Ketrenosb095c382005-08-24 22:04:42 -05004699
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004700 break;
4701 case CMAS_ASSOCIATED:
4702 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4703 IPW_DL_ASSOC, "ASSOCIATED\n");
4704 break;
4705 default:
4706 IPW_DEBUG_NOTIF("auth: failure - %d\n",
4707 auth->state);
4708 break;
4709 }
4710 break;
4711 }
4712
4713 case HOST_NOTIFICATION_STATUS_SCAN_CHANNEL_RESULT:{
4714 struct notif_channel_result *x =
4715 &notif->u.channel_result;
4716
Al Viroe62e1ee2007-12-27 01:36:46 -05004717 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004718 IPW_DEBUG_SCAN("Scan result for channel %d\n",
4719 x->channel_num);
4720 } else {
4721 IPW_DEBUG_SCAN("Scan result of wrong size %d "
4722 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004723 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004724 }
4725 break;
4726 }
4727
4728 case HOST_NOTIFICATION_STATUS_SCAN_COMPLETED:{
4729 struct notif_scan_complete *x = &notif->u.scan_complete;
Al Viroe62e1ee2007-12-27 01:36:46 -05004730 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004731 IPW_DEBUG_SCAN
4732 ("Scan completed: type %d, %d channels, "
4733 "%d status\n", x->scan_type,
4734 x->num_channels, x->status);
4735 } else {
4736 IPW_ERROR("Scan completed of wrong size %d "
4737 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004738 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004739 }
4740
4741 priv->status &=
4742 ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
4743
James Ketrenosa0e04ab2005-08-25 00:49:43 -05004744 wake_up_interruptible(&priv->wait_state);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004745 cancel_delayed_work(&priv->scan_check);
4746
James Ketrenosb095c382005-08-24 22:04:42 -05004747 if (priv->status & STATUS_EXIT_PENDING)
4748 break;
4749
4750 priv->ieee->scans++;
4751
4752#ifdef CONFIG_IPW2200_MONITOR
4753 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05004754 priv->status |= STATUS_SCAN_FORCED;
David Howellsc4028952006-11-22 14:57:56 +00004755 queue_delayed_work(priv->workqueue,
4756 &priv->request_scan, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05004757 break;
4758 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05004759 priv->status &= ~STATUS_SCAN_FORCED;
James Ketrenosb095c382005-08-24 22:04:42 -05004760#endif /* CONFIG_IPW2200_MONITOR */
4761
Dan Williamsea177302008-06-02 17:51:23 -04004762 /* Do queued direct scans first */
4763 if (priv->status & STATUS_DIRECT_SCAN_PENDING) {
4764 queue_delayed_work(priv->workqueue,
4765 &priv->request_direct_scan, 0);
4766 }
4767
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004768 if (!(priv->status & (STATUS_ASSOCIATED |
4769 STATUS_ASSOCIATING |
4770 STATUS_ROAMING |
4771 STATUS_DISASSOCIATING)))
4772 queue_work(priv->workqueue, &priv->associate);
4773 else if (priv->status & STATUS_ROAMING) {
Ben Cahille7582562005-10-06 15:34:41 -05004774 if (x->status == SCAN_COMPLETED_STATUS_COMPLETE)
4775 /* If a scan completed and we are in roam mode, then
4776 * the scan that completed was the one requested as a
4777 * result of entering roam... so, schedule the
4778 * roam work */
4779 queue_work(priv->workqueue,
4780 &priv->roam);
4781 else
4782 /* Don't schedule if we aborted the scan */
4783 priv->status &= ~STATUS_ROAMING;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004784 } else if (priv->status & STATUS_SCAN_PENDING)
David Howellsc4028952006-11-22 14:57:56 +00004785 queue_delayed_work(priv->workqueue,
4786 &priv->request_scan, 0);
James Ketrenosa613bff2005-08-24 21:43:11 -05004787 else if (priv->config & CFG_BACKGROUND_SCAN
4788 && priv->status & STATUS_ASSOCIATED)
4789 queue_delayed_work(priv->workqueue,
Stephen Hemminger1c9d5e42007-06-22 21:34:06 -07004790 &priv->request_scan,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05004791 round_jiffies_relative(HZ));
Zhu Yi07f02e42006-04-13 17:19:25 +08004792
4793 /* Send an empty event to user space.
4794 * We don't send the received data on the event because
4795 * it would require us to do complex transcoding, and
4796 * we want to minimise the work done in the irq handler
4797 * Use a request to extract the data.
4798 * Also, we generate this even for any scan, regardless
4799 * on how the scan was initiated. User space can just
4800 * sync on periodic scan to get fresh data...
4801 * Jean II */
Dan Williams0b531672007-10-09 13:55:24 -04004802 if (x->status == SCAN_COMPLETED_STATUS_COMPLETE)
4803 handle_scan_event(priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004804 break;
4805 }
4806
4807 case HOST_NOTIFICATION_STATUS_FRAG_LENGTH:{
4808 struct notif_frag_length *x = &notif->u.frag_len;
4809
Al Viroe62e1ee2007-12-27 01:36:46 -05004810 if (size == sizeof(*x))
James Ketrenosa613bff2005-08-24 21:43:11 -05004811 IPW_ERROR("Frag length: %d\n",
4812 le16_to_cpu(x->frag_length));
4813 else
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004814 IPW_ERROR("Frag length of wrong size %d "
4815 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004816 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004817 break;
4818 }
4819
4820 case HOST_NOTIFICATION_STATUS_LINK_DETERIORATION:{
4821 struct notif_link_deterioration *x =
4822 &notif->u.link_deterioration;
James Ketrenosafbf30a2005-08-25 00:05:33 -05004823
Al Viroe62e1ee2007-12-27 01:36:46 -05004824 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004825 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
Cahill, Ben M12977152006-03-08 02:58:02 +08004826 "link deterioration: type %d, cnt %d\n",
4827 x->silence_notification_type,
4828 x->silence_count);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004829 memcpy(&priv->last_link_deterioration, x,
4830 sizeof(*x));
4831 } else {
4832 IPW_ERROR("Link Deterioration of wrong size %d "
4833 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004834 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004835 }
4836 break;
4837 }
4838
4839 case HOST_NOTIFICATION_DINO_CONFIG_RESPONSE:{
4840 IPW_ERROR("Dino config\n");
4841 if (priv->hcmd
James Ketrenosa613bff2005-08-24 21:43:11 -05004842 && priv->hcmd->cmd != HOST_CMD_DINO_CONFIG)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004843 IPW_ERROR("Unexpected DINO_CONFIG_RESPONSE\n");
James Ketrenosa613bff2005-08-24 21:43:11 -05004844
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004845 break;
4846 }
4847
4848 case HOST_NOTIFICATION_STATUS_BEACON_STATE:{
4849 struct notif_beacon_state *x = &notif->u.beacon_state;
Al Viroe62e1ee2007-12-27 01:36:46 -05004850 if (size != sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004851 IPW_ERROR
4852 ("Beacon state of wrong size %d (should "
Al Viroe62e1ee2007-12-27 01:36:46 -05004853 "be %zd)\n", size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004854 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004855 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004856
James Ketrenosa613bff2005-08-24 21:43:11 -05004857 if (le32_to_cpu(x->state) ==
4858 HOST_NOTIFICATION_STATUS_BEACON_MISSING)
4859 ipw_handle_missed_beacon(priv,
4860 le32_to_cpu(x->
4861 number));
Jeff Garzikbf794512005-07-31 13:07:26 -04004862
James Ketrenos43f66a62005-03-25 12:31:53 -06004863 break;
4864 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004865
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004866 case HOST_NOTIFICATION_STATUS_TGI_TX_KEY:{
4867 struct notif_tgi_tx_key *x = &notif->u.tgi_tx_key;
Al Viroe62e1ee2007-12-27 01:36:46 -05004868 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004869 IPW_ERROR("TGi Tx Key: state 0x%02x sec type "
4870 "0x%02x station %d\n",
4871 x->key_state, x->security_type,
4872 x->station_index);
4873 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004874 }
4875
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004876 IPW_ERROR
4877 ("TGi Tx Key of wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004878 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004879 break;
4880 }
4881
4882 case HOST_NOTIFICATION_CALIB_KEEP_RESULTS:{
4883 struct notif_calibration *x = &notif->u.calibration;
4884
Al Viroe62e1ee2007-12-27 01:36:46 -05004885 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004886 memcpy(&priv->calib, x, sizeof(*x));
4887 IPW_DEBUG_INFO("TODO: Calibration\n");
4888 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004889 }
4890
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004891 IPW_ERROR
4892 ("Calibration of wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004893 size, sizeof(*x));
James Ketrenos43f66a62005-03-25 12:31:53 -06004894 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004895 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004896
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004897 case HOST_NOTIFICATION_NOISE_STATS:{
Al Viroe62e1ee2007-12-27 01:36:46 -05004898 if (size == sizeof(u32)) {
Zhu Yi00d21de2006-04-13 17:19:02 +08004899 priv->exp_avg_noise =
4900 exponential_average(priv->exp_avg_noise,
4901 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff),
4902 DEPTH_NOISE);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004903 break;
4904 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004905
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004906 IPW_ERROR
4907 ("Noise stat is wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004908 size, sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -06004909 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004910 }
4911
James Ketrenos43f66a62005-03-25 12:31:53 -06004912 default:
Zhu Yi1dd31b62006-02-20 18:28:09 -08004913 IPW_DEBUG_NOTIF("Unknown notification: "
4914 "subtype=%d,flags=0x%2x,size=%d\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004915 notif->subtype, notif->flags, size);
James Ketrenos43f66a62005-03-25 12:31:53 -06004916 }
4917}
4918
4919/**
4920 * Destroys all DMA structures and initialise them again
Jeff Garzikbf794512005-07-31 13:07:26 -04004921 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004922 * @param priv
4923 * @return error code
4924 */
4925static int ipw_queue_reset(struct ipw_priv *priv)
4926{
4927 int rc = 0;
4928 /** @todo customize queue sizes */
4929 int nTx = 64, nTxCmd = 8;
4930 ipw_tx_queue_free(priv);
4931 /* Tx CMD queue */
4932 rc = ipw_queue_tx_init(priv, &priv->txq_cmd, nTxCmd,
James Ketrenosb095c382005-08-24 22:04:42 -05004933 IPW_TX_CMD_QUEUE_READ_INDEX,
4934 IPW_TX_CMD_QUEUE_WRITE_INDEX,
4935 IPW_TX_CMD_QUEUE_BD_BASE,
4936 IPW_TX_CMD_QUEUE_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004937 if (rc) {
4938 IPW_ERROR("Tx Cmd queue init failed\n");
4939 goto error;
4940 }
4941 /* Tx queue(s) */
4942 rc = ipw_queue_tx_init(priv, &priv->txq[0], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004943 IPW_TX_QUEUE_0_READ_INDEX,
4944 IPW_TX_QUEUE_0_WRITE_INDEX,
4945 IPW_TX_QUEUE_0_BD_BASE, IPW_TX_QUEUE_0_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004946 if (rc) {
4947 IPW_ERROR("Tx 0 queue init failed\n");
4948 goto error;
4949 }
4950 rc = ipw_queue_tx_init(priv, &priv->txq[1], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004951 IPW_TX_QUEUE_1_READ_INDEX,
4952 IPW_TX_QUEUE_1_WRITE_INDEX,
4953 IPW_TX_QUEUE_1_BD_BASE, IPW_TX_QUEUE_1_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004954 if (rc) {
4955 IPW_ERROR("Tx 1 queue init failed\n");
4956 goto error;
4957 }
4958 rc = ipw_queue_tx_init(priv, &priv->txq[2], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004959 IPW_TX_QUEUE_2_READ_INDEX,
4960 IPW_TX_QUEUE_2_WRITE_INDEX,
4961 IPW_TX_QUEUE_2_BD_BASE, IPW_TX_QUEUE_2_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004962 if (rc) {
4963 IPW_ERROR("Tx 2 queue init failed\n");
4964 goto error;
4965 }
4966 rc = ipw_queue_tx_init(priv, &priv->txq[3], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004967 IPW_TX_QUEUE_3_READ_INDEX,
4968 IPW_TX_QUEUE_3_WRITE_INDEX,
4969 IPW_TX_QUEUE_3_BD_BASE, IPW_TX_QUEUE_3_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004970 if (rc) {
4971 IPW_ERROR("Tx 3 queue init failed\n");
4972 goto error;
4973 }
4974 /* statistics */
4975 priv->rx_bufs_min = 0;
4976 priv->rx_pend_max = 0;
4977 return rc;
4978
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004979 error:
James Ketrenos43f66a62005-03-25 12:31:53 -06004980 ipw_tx_queue_free(priv);
4981 return rc;
4982}
4983
4984/**
4985 * Reclaim Tx queue entries no more used by NIC.
Jeff Garzikbf794512005-07-31 13:07:26 -04004986 *
Stefano Brivio8ff9d212008-01-12 23:12:26 +01004987 * When FW advances 'R' index, all entries between old and
James Ketrenos43f66a62005-03-25 12:31:53 -06004988 * new 'R' index need to be reclaimed. As result, some free space
4989 * forms. If there is enough free space (> low mark), wake Tx queue.
Jeff Garzikbf794512005-07-31 13:07:26 -04004990 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004991 * @note Need to protect against garbage in 'R' index
4992 * @param priv
4993 * @param txq
4994 * @param qindex
4995 * @return Number of used entries remains in the queue
4996 */
Jeff Garzikbf794512005-07-31 13:07:26 -04004997static int ipw_queue_tx_reclaim(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06004998 struct clx2_tx_queue *txq, int qindex)
4999{
5000 u32 hw_tail;
5001 int used;
5002 struct clx2_queue *q = &txq->q;
5003
5004 hw_tail = ipw_read32(priv, q->reg_r);
5005 if (hw_tail >= q->n_bd) {
5006 IPW_ERROR
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005007 ("Read index for DMA queue (%d) is out of range [0-%d)\n",
5008 hw_tail, q->n_bd);
James Ketrenos43f66a62005-03-25 12:31:53 -06005009 goto done;
5010 }
5011 for (; q->last_used != hw_tail;
5012 q->last_used = ipw_queue_inc_wrap(q->last_used, q->n_bd)) {
5013 ipw_queue_tx_free_tfd(priv, txq);
5014 priv->tx_packets++;
5015 }
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005016 done:
Dan Williams943dbef2008-02-14 17:49:41 -05005017 if ((ipw_tx_queue_space(q) > q->low_mark) &&
David S. Miller521c4d92008-07-22 18:32:47 -07005018 (qindex >= 0))
James Ketrenos9ddf84f2005-08-16 17:07:11 -05005019 netif_wake_queue(priv->net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06005020 used = q->first_empty - q->last_used;
5021 if (used < 0)
5022 used += q->n_bd;
5023
5024 return used;
5025}
5026
5027static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf,
5028 int len, int sync)
5029{
5030 struct clx2_tx_queue *txq = &priv->txq_cmd;
5031 struct clx2_queue *q = &txq->q;
5032 struct tfd_frame *tfd;
5033
Dan Williams943dbef2008-02-14 17:49:41 -05005034 if (ipw_tx_queue_space(q) < (sync ? 1 : 2)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005035 IPW_ERROR("No space for Tx\n");
5036 return -EBUSY;
5037 }
5038
5039 tfd = &txq->bd[q->first_empty];
5040 txq->txb[q->first_empty] = NULL;
5041
5042 memset(tfd, 0, sizeof(*tfd));
5043 tfd->control_flags.message_type = TX_HOST_COMMAND_TYPE;
5044 tfd->control_flags.control_bits = TFD_NEED_IRQ_MASK;
5045 priv->hcmd_seq++;
5046 tfd->u.cmd.index = hcmd;
5047 tfd->u.cmd.length = len;
5048 memcpy(tfd->u.cmd.payload, buf, len);
5049 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd);
5050 ipw_write32(priv, q->reg_w, q->first_empty);
5051 _ipw_read32(priv, 0x90);
5052
5053 return 0;
5054}
5055
Jeff Garzikbf794512005-07-31 13:07:26 -04005056/*
James Ketrenos43f66a62005-03-25 12:31:53 -06005057 * Rx theory of operation
5058 *
5059 * The host allocates 32 DMA target addresses and passes the host address
James Ketrenosb095c382005-08-24 22:04:42 -05005060 * to the firmware at register IPW_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
James Ketrenos43f66a62005-03-25 12:31:53 -06005061 * 0 to 31
5062 *
5063 * Rx Queue Indexes
5064 * The host/firmware share two index registers for managing the Rx buffers.
5065 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005066 * The READ index maps to the first position that the firmware may be writing
5067 * to -- the driver can read up to (but not including) this position and get
5068 * good data.
James Ketrenos43f66a62005-03-25 12:31:53 -06005069 * The READ index is managed by the firmware once the card is enabled.
5070 *
5071 * The WRITE index maps to the last position the driver has read from -- the
5072 * position preceding WRITE is the last slot the firmware can place a packet.
5073 *
5074 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
Jeff Garzikbf794512005-07-31 13:07:26 -04005075 * WRITE = READ.
James Ketrenos43f66a62005-03-25 12:31:53 -06005076 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005077 * During initialization the host sets up the READ queue position to the first
James Ketrenos43f66a62005-03-25 12:31:53 -06005078 * INDEX position, and WRITE to the last (READ - 1 wrapped)
5079 *
5080 * When the firmware places a packet in a buffer it will advance the READ index
5081 * and fire the RX interrupt. The driver can then query the READ index and
5082 * process as many packets as possible, moving the WRITE index forward as it
5083 * resets the Rx queue buffers with new memory.
Jeff Garzikbf794512005-07-31 13:07:26 -04005084 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005085 * The management in the driver is as follows:
Jeff Garzikbf794512005-07-31 13:07:26 -04005086 * + A list of pre-allocated SKBs is stored in ipw->rxq->rx_free. When
James Ketrenos43f66a62005-03-25 12:31:53 -06005087 * ipw->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Jeff Garzikbf794512005-07-31 13:07:26 -04005088 * to replensish the ipw->rxq->rx_free.
James Ketrenos43f66a62005-03-25 12:31:53 -06005089 * + In ipw_rx_queue_replenish (scheduled) if 'processed' != 'read' then the
5090 * ipw->rxq is replenished and the READ INDEX is updated (updating the
5091 * 'processed' and 'read' driver indexes as well)
5092 * + A received packet is processed and handed to the kernel network stack,
5093 * detached from the ipw->rxq. The driver 'processed' index is updated.
5094 * + The Host/Firmware ipw->rxq is replenished at tasklet time from the rx_free
Jeff Garzikbf794512005-07-31 13:07:26 -04005095 * list. If there are no allocated buffers in ipw->rxq->rx_free, the READ
5096 * INDEX is not incremented and ipw->status(RX_STALLED) is set. If there
James Ketrenos43f66a62005-03-25 12:31:53 -06005097 * were enough free buffers and RX_STALLED is set it is cleared.
5098 *
5099 *
5100 * Driver sequence:
5101 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005102 * ipw_rx_queue_alloc() Allocates rx_free
James Ketrenos43f66a62005-03-25 12:31:53 -06005103 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5104 * ipw_rx_queue_restock
5105 * ipw_rx_queue_restock() Moves available buffers from rx_free into Rx
5106 * queue, updates firmware pointers, and updates
5107 * the WRITE index. If insufficient rx_free buffers
5108 * are available, schedules ipw_rx_queue_replenish
5109 *
5110 * -- enable interrupts --
5111 * ISR - ipw_rx() Detach ipw_rx_mem_buffers from pool up to the
Jeff Garzikbf794512005-07-31 13:07:26 -04005112 * READ INDEX, detaching the SKB from the pool.
James Ketrenos43f66a62005-03-25 12:31:53 -06005113 * Moves the packet buffer from queue to rx_used.
5114 * Calls ipw_rx_queue_restock to refill any empty
5115 * slots.
5116 * ...
5117 *
5118 */
5119
Jeff Garzikbf794512005-07-31 13:07:26 -04005120/*
James Ketrenos43f66a62005-03-25 12:31:53 -06005121 * If there are slots in the RX queue that need to be restocked,
5122 * and we have free pre-allocated buffers, fill the ranks as much
5123 * as we can pulling from rx_free.
5124 *
5125 * This moves the 'write' index forward to catch up with 'processed', and
5126 * also updates the memory address in the firmware to reference the new
5127 * target buffer.
5128 */
5129static void ipw_rx_queue_restock(struct ipw_priv *priv)
5130{
5131 struct ipw_rx_queue *rxq = priv->rxq;
5132 struct list_head *element;
5133 struct ipw_rx_mem_buffer *rxb;
5134 unsigned long flags;
5135 int write;
5136
5137 spin_lock_irqsave(&rxq->lock, flags);
5138 write = rxq->write;
Dan Williams943dbef2008-02-14 17:49:41 -05005139 while ((ipw_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005140 element = rxq->rx_free.next;
5141 rxb = list_entry(element, struct ipw_rx_mem_buffer, list);
5142 list_del(element);
5143
James Ketrenosb095c382005-08-24 22:04:42 -05005144 ipw_write32(priv, IPW_RFDS_TABLE_LOWER + rxq->write * RFD_SIZE,
James Ketrenos43f66a62005-03-25 12:31:53 -06005145 rxb->dma_addr);
5146 rxq->queue[rxq->write] = rxb;
5147 rxq->write = (rxq->write + 1) % RX_QUEUE_SIZE;
5148 rxq->free_count--;
5149 }
5150 spin_unlock_irqrestore(&rxq->lock, flags);
5151
Jeff Garzikbf794512005-07-31 13:07:26 -04005152 /* If the pre-allocated buffer pool is dropping low, schedule to
James Ketrenos43f66a62005-03-25 12:31:53 -06005153 * refill it */
5154 if (rxq->free_count <= RX_LOW_WATERMARK)
5155 queue_work(priv->workqueue, &priv->rx_replenish);
5156
5157 /* If we've added more space for the firmware to place data, tell it */
Jeff Garzikbf794512005-07-31 13:07:26 -04005158 if (write != rxq->write)
James Ketrenosb095c382005-08-24 22:04:42 -05005159 ipw_write32(priv, IPW_RX_WRITE_INDEX, rxq->write);
James Ketrenos43f66a62005-03-25 12:31:53 -06005160}
5161
5162/*
5163 * Move all used packet from rx_used to rx_free, allocating a new SKB for each.
Jeff Garzikbf794512005-07-31 13:07:26 -04005164 * Also restock the Rx queue via ipw_rx_queue_restock.
5165 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005166 * This is called as a scheduled work item (except for during intialization)
5167 */
5168static void ipw_rx_queue_replenish(void *data)
5169{
5170 struct ipw_priv *priv = data;
5171 struct ipw_rx_queue *rxq = priv->rxq;
5172 struct list_head *element;
5173 struct ipw_rx_mem_buffer *rxb;
5174 unsigned long flags;
5175
5176 spin_lock_irqsave(&rxq->lock, flags);
5177 while (!list_empty(&rxq->rx_used)) {
5178 element = rxq->rx_used.next;
5179 rxb = list_entry(element, struct ipw_rx_mem_buffer, list);
James Ketrenosb095c382005-08-24 22:04:42 -05005180 rxb->skb = alloc_skb(IPW_RX_BUF_SIZE, GFP_ATOMIC);
James Ketrenos43f66a62005-03-25 12:31:53 -06005181 if (!rxb->skb) {
5182 printk(KERN_CRIT "%s: Can not allocate SKB buffers.\n",
5183 priv->net_dev->name);
5184 /* We don't reschedule replenish work here -- we will
5185 * call the restock method and if it still needs
5186 * more buffers it will schedule replenish */
5187 break;
5188 }
5189 list_del(element);
Jeff Garzikbf794512005-07-31 13:07:26 -04005190
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005191 rxb->dma_addr =
5192 pci_map_single(priv->pci_dev, rxb->skb->data,
James Ketrenosb095c382005-08-24 22:04:42 -05005193 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Jeff Garzikbf794512005-07-31 13:07:26 -04005194
James Ketrenos43f66a62005-03-25 12:31:53 -06005195 list_add_tail(&rxb->list, &rxq->rx_free);
5196 rxq->free_count++;
5197 }
5198 spin_unlock_irqrestore(&rxq->lock, flags);
5199
5200 ipw_rx_queue_restock(priv);
5201}
5202
David Howellsc4028952006-11-22 14:57:56 +00005203static void ipw_bg_rx_queue_replenish(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05005204{
David Howellsc4028952006-11-22 14:57:56 +00005205 struct ipw_priv *priv =
5206 container_of(work, struct ipw_priv, rx_replenish);
Zhu Yi46441512006-01-24 16:37:59 +08005207 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00005208 ipw_rx_queue_replenish(priv);
Zhu Yi46441512006-01-24 16:37:59 +08005209 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005210}
5211
James Ketrenos43f66a62005-03-25 12:31:53 -06005212/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
Zhu Yic7b6a672006-01-24 16:37:05 +08005213 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
Jeff Garzikbf794512005-07-31 13:07:26 -04005214 * This free routine walks the list of POOL entries and if SKB is set to
James Ketrenos43f66a62005-03-25 12:31:53 -06005215 * non NULL it is unmapped and freed
5216 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005217static void ipw_rx_queue_free(struct ipw_priv *priv, struct ipw_rx_queue *rxq)
James Ketrenos43f66a62005-03-25 12:31:53 -06005218{
5219 int i;
5220
5221 if (!rxq)
5222 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04005223
James Ketrenos43f66a62005-03-25 12:31:53 -06005224 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
5225 if (rxq->pool[i].skb != NULL) {
5226 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05005227 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06005228 dev_kfree_skb(rxq->pool[i].skb);
5229 }
5230 }
5231
5232 kfree(rxq);
5233}
5234
5235static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *priv)
5236{
5237 struct ipw_rx_queue *rxq;
5238 int i;
5239
Takisc75f4742005-12-01 01:41:45 -08005240 rxq = kzalloc(sizeof(*rxq), GFP_KERNEL);
Panagiotis Issarisad18b0e2005-09-05 04:14:10 +02005241 if (unlikely(!rxq)) {
5242 IPW_ERROR("memory allocation failed\n");
5243 return NULL;
5244 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005245 spin_lock_init(&rxq->lock);
5246 INIT_LIST_HEAD(&rxq->rx_free);
5247 INIT_LIST_HEAD(&rxq->rx_used);
5248
5249 /* Fill the rx_used queue with _all_ of the Rx buffers */
Jeff Garzikbf794512005-07-31 13:07:26 -04005250 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++)
James Ketrenos43f66a62005-03-25 12:31:53 -06005251 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
5252
5253 /* Set us so that we have processed and used all buffers, but have
5254 * not restocked the Rx queue with fresh buffers */
5255 rxq->read = rxq->write = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005256 rxq->free_count = 0;
5257
5258 return rxq;
5259}
5260
5261static int ipw_is_rate_in_mask(struct ipw_priv *priv, int ieee_mode, u8 rate)
5262{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005263 rate &= ~LIBIPW_BASIC_RATE_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06005264 if (ieee_mode == IEEE_A) {
5265 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005266 case LIBIPW_OFDM_RATE_6MB:
5267 return priv->rates_mask & LIBIPW_OFDM_RATE_6MB_MASK ?
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005268 1 : 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005269 case LIBIPW_OFDM_RATE_9MB:
5270 return priv->rates_mask & LIBIPW_OFDM_RATE_9MB_MASK ?
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005271 1 : 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005272 case LIBIPW_OFDM_RATE_12MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005273 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005274 rates_mask & LIBIPW_OFDM_RATE_12MB_MASK ? 1 : 0;
5275 case LIBIPW_OFDM_RATE_18MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005276 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005277 rates_mask & LIBIPW_OFDM_RATE_18MB_MASK ? 1 : 0;
5278 case LIBIPW_OFDM_RATE_24MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005279 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005280 rates_mask & LIBIPW_OFDM_RATE_24MB_MASK ? 1 : 0;
5281 case LIBIPW_OFDM_RATE_36MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005282 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005283 rates_mask & LIBIPW_OFDM_RATE_36MB_MASK ? 1 : 0;
5284 case LIBIPW_OFDM_RATE_48MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005285 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005286 rates_mask & LIBIPW_OFDM_RATE_48MB_MASK ? 1 : 0;
5287 case LIBIPW_OFDM_RATE_54MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005288 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005289 rates_mask & LIBIPW_OFDM_RATE_54MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005290 default:
5291 return 0;
5292 }
5293 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005294
James Ketrenos43f66a62005-03-25 12:31:53 -06005295 /* B and G mixed */
5296 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005297 case LIBIPW_CCK_RATE_1MB:
5298 return priv->rates_mask & LIBIPW_CCK_RATE_1MB_MASK ? 1 : 0;
5299 case LIBIPW_CCK_RATE_2MB:
5300 return priv->rates_mask & LIBIPW_CCK_RATE_2MB_MASK ? 1 : 0;
5301 case LIBIPW_CCK_RATE_5MB:
5302 return priv->rates_mask & LIBIPW_CCK_RATE_5MB_MASK ? 1 : 0;
5303 case LIBIPW_CCK_RATE_11MB:
5304 return priv->rates_mask & LIBIPW_CCK_RATE_11MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005305 }
5306
5307 /* If we are limited to B modulations, bail at this point */
5308 if (ieee_mode == IEEE_B)
5309 return 0;
5310
5311 /* G */
5312 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005313 case LIBIPW_OFDM_RATE_6MB:
5314 return priv->rates_mask & LIBIPW_OFDM_RATE_6MB_MASK ? 1 : 0;
5315 case LIBIPW_OFDM_RATE_9MB:
5316 return priv->rates_mask & LIBIPW_OFDM_RATE_9MB_MASK ? 1 : 0;
5317 case LIBIPW_OFDM_RATE_12MB:
5318 return priv->rates_mask & LIBIPW_OFDM_RATE_12MB_MASK ? 1 : 0;
5319 case LIBIPW_OFDM_RATE_18MB:
5320 return priv->rates_mask & LIBIPW_OFDM_RATE_18MB_MASK ? 1 : 0;
5321 case LIBIPW_OFDM_RATE_24MB:
5322 return priv->rates_mask & LIBIPW_OFDM_RATE_24MB_MASK ? 1 : 0;
5323 case LIBIPW_OFDM_RATE_36MB:
5324 return priv->rates_mask & LIBIPW_OFDM_RATE_36MB_MASK ? 1 : 0;
5325 case LIBIPW_OFDM_RATE_48MB:
5326 return priv->rates_mask & LIBIPW_OFDM_RATE_48MB_MASK ? 1 : 0;
5327 case LIBIPW_OFDM_RATE_54MB:
5328 return priv->rates_mask & LIBIPW_OFDM_RATE_54MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005329 }
5330
5331 return 0;
5332}
5333
Jeff Garzikbf794512005-07-31 13:07:26 -04005334static int ipw_compatible_rates(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005335 const struct libipw_network *network,
James Ketrenos43f66a62005-03-25 12:31:53 -06005336 struct ipw_supported_rates *rates)
5337{
5338 int num_rates, i;
5339
5340 memset(rates, 0, sizeof(*rates));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005341 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES);
James Ketrenos43f66a62005-03-25 12:31:53 -06005342 rates->num_rates = 0;
5343 for (i = 0; i < num_rates; i++) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005344 if (!ipw_is_rate_in_mask(priv, network->mode,
5345 network->rates[i])) {
5346
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005347 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005348 IPW_DEBUG_SCAN("Adding masked mandatory "
5349 "rate %02X\n",
5350 network->rates[i]);
5351 rates->supported_rates[rates->num_rates++] =
5352 network->rates[i];
5353 continue;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005354 }
5355
James Ketrenos43f66a62005-03-25 12:31:53 -06005356 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n",
5357 network->rates[i], priv->rates_mask);
5358 continue;
5359 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005360
James Ketrenos43f66a62005-03-25 12:31:53 -06005361 rates->supported_rates[rates->num_rates++] = network->rates[i];
5362 }
5363
James Ketrenosa613bff2005-08-24 21:43:11 -05005364 num_rates = min(network->rates_ex_len,
5365 (u8) (IPW_MAX_RATES - num_rates));
James Ketrenos43f66a62005-03-25 12:31:53 -06005366 for (i = 0; i < num_rates; i++) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005367 if (!ipw_is_rate_in_mask(priv, network->mode,
5368 network->rates_ex[i])) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005369 if (network->rates_ex[i] & LIBIPW_BASIC_RATE_MASK) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005370 IPW_DEBUG_SCAN("Adding masked mandatory "
5371 "rate %02X\n",
5372 network->rates_ex[i]);
5373 rates->supported_rates[rates->num_rates++] =
5374 network->rates[i];
5375 continue;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005376 }
5377
James Ketrenos43f66a62005-03-25 12:31:53 -06005378 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n",
5379 network->rates_ex[i], priv->rates_mask);
5380 continue;
5381 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005382
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005383 rates->supported_rates[rates->num_rates++] =
5384 network->rates_ex[i];
James Ketrenos43f66a62005-03-25 12:31:53 -06005385 }
5386
James Ketrenosea2b26e2005-08-24 21:25:16 -05005387 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06005388}
5389
Arjan van de Ven858119e2006-01-14 13:20:43 -08005390static void ipw_copy_rates(struct ipw_supported_rates *dest,
James Ketrenos43f66a62005-03-25 12:31:53 -06005391 const struct ipw_supported_rates *src)
5392{
5393 u8 i;
5394 for (i = 0; i < src->num_rates; i++)
5395 dest->supported_rates[i] = src->supported_rates[i];
5396 dest->num_rates = src->num_rates;
5397}
5398
5399/* TODO: Look at sniffed packets in the air to determine if the basic rate
5400 * mask should ever be used -- right now all callers to add the scan rates are
5401 * set with the modulation = CCK, so BASIC_RATE_MASK is never set... */
5402static void ipw_add_cck_scan_rates(struct ipw_supported_rates *rates,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005403 u8 modulation, u32 rate_mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06005404{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005405 u8 basic_mask = (LIBIPW_OFDM_MODULATION == modulation) ?
5406 LIBIPW_BASIC_RATE_MASK : 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04005407
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005408 if (rate_mask & LIBIPW_CCK_RATE_1MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005409 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005410 LIBIPW_BASIC_RATE_MASK | LIBIPW_CCK_RATE_1MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005411
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005412 if (rate_mask & LIBIPW_CCK_RATE_2MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005413 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005414 LIBIPW_BASIC_RATE_MASK | LIBIPW_CCK_RATE_2MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005415
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005416 if (rate_mask & LIBIPW_CCK_RATE_5MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005417 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005418 LIBIPW_CCK_RATE_5MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005419
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005420 if (rate_mask & LIBIPW_CCK_RATE_11MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005421 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005422 LIBIPW_CCK_RATE_11MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005423}
5424
5425static void ipw_add_ofdm_scan_rates(struct ipw_supported_rates *rates,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005426 u8 modulation, u32 rate_mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06005427{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005428 u8 basic_mask = (LIBIPW_OFDM_MODULATION == modulation) ?
5429 LIBIPW_BASIC_RATE_MASK : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005430
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005431 if (rate_mask & LIBIPW_OFDM_RATE_6MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005432 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005433 LIBIPW_OFDM_RATE_6MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005434
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005435 if (rate_mask & LIBIPW_OFDM_RATE_9MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005436 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005437 LIBIPW_OFDM_RATE_9MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005438
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005439 if (rate_mask & LIBIPW_OFDM_RATE_12MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005440 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005441 LIBIPW_OFDM_RATE_12MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005442
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005443 if (rate_mask & LIBIPW_OFDM_RATE_18MB_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_OFDM_RATE_18MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005446
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005447 if (rate_mask & LIBIPW_OFDM_RATE_24MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005448 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005449 LIBIPW_OFDM_RATE_24MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005450
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005451 if (rate_mask & LIBIPW_OFDM_RATE_36MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005452 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005453 LIBIPW_OFDM_RATE_36MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005454
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005455 if (rate_mask & LIBIPW_OFDM_RATE_48MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005456 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005457 LIBIPW_OFDM_RATE_48MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005458
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005459 if (rate_mask & LIBIPW_OFDM_RATE_54MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005460 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005461 LIBIPW_OFDM_RATE_54MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005462}
5463
5464struct ipw_network_match {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005465 struct libipw_network *network;
James Ketrenos43f66a62005-03-25 12:31:53 -06005466 struct ipw_supported_rates rates;
5467};
5468
James Ketrenosc848d0a2005-08-24 21:56:24 -05005469static int ipw_find_adhoc_network(struct ipw_priv *priv,
5470 struct ipw_network_match *match,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005471 struct libipw_network *network,
James Ketrenosc848d0a2005-08-24 21:56:24 -05005472 int roaming)
5473{
5474 struct ipw_supported_rates rates;
John W. Linville9387b7c2008-09-30 20:59:05 -04005475 DECLARE_SSID_BUF(ssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005476
5477 /* Verify that this network's capability is compatible with the
5478 * current mode (AdHoc or Infrastructure) */
5479 if ((priv->ieee->iw_mode == IW_MODE_ADHOC &&
5480 !(network->capability & WLAN_CAPABILITY_IBSS))) {
Johannes Berge1749612008-10-27 15:59:26 -07005481 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded due to "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005482 "capability mismatch.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005483 print_ssid(ssid, network->ssid,
5484 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005485 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005486 return 0;
5487 }
5488
James Ketrenosc848d0a2005-08-24 21:56:24 -05005489 if (unlikely(roaming)) {
5490 /* If we are roaming, then ensure check if this is a valid
5491 * network to try and roam to */
5492 if ((network->ssid_len != match->network->ssid_len) ||
5493 memcmp(network->ssid, match->network->ssid,
5494 network->ssid_len)) {
Johannes Berge1749612008-10-27 15:59:26 -07005495 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005496 "because of non-network ESSID.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005497 print_ssid(ssid, network->ssid,
5498 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005499 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005500 return 0;
5501 }
5502 } else {
5503 /* If an ESSID has been configured then compare the broadcast
5504 * ESSID to ours */
5505 if ((priv->config & CFG_STATIC_ESSID) &&
5506 ((network->ssid_len != priv->essid_len) ||
5507 memcmp(network->ssid, priv->essid,
5508 min(network->ssid_len, priv->essid_len)))) {
5509 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
James Ketrenosafbf30a2005-08-25 00:05:33 -05005510
James Ketrenosc848d0a2005-08-24 21:56:24 -05005511 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005512 print_ssid(ssid, network->ssid,
5513 network->ssid_len),
James Ketrenosc848d0a2005-08-24 21:56:24 -05005514 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005515 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005516 "because of ESSID mismatch: '%s'.\n",
Johannes Berge1749612008-10-27 15:59:26 -07005517 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005518 print_ssid(ssid, priv->essid,
5519 priv->essid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005520 return 0;
5521 }
5522 }
5523
5524 /* If the old network rate is better than this one, don't bother
5525 * testing everything else. */
5526
5527 if (network->time_stamp[0] < match->network->time_stamp[0]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005528 IPW_DEBUG_MERGE("Network '%s excluded because newer than "
5529 "current network.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005530 print_ssid(ssid, match->network->ssid,
5531 match->network->ssid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005532 return 0;
5533 } else if (network->time_stamp[1] < match->network->time_stamp[1]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005534 IPW_DEBUG_MERGE("Network '%s excluded because newer than "
5535 "current network.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005536 print_ssid(ssid, match->network->ssid,
5537 match->network->ssid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005538 return 0;
5539 }
5540
5541 /* Now go through and see if the requested network is valid... */
5542 if (priv->ieee->scan_age != 0 &&
5543 time_after(jiffies, network->last_scanned + priv->ieee->scan_age)) {
Johannes Berge1749612008-10-27 15:59:26 -07005544 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005545 "because of age: %ums.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005546 print_ssid(ssid, network->ssid,
5547 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005548 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005549 jiffies_to_msecs(jiffies -
5550 network->last_scanned));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005551 return 0;
5552 }
5553
5554 if ((priv->config & CFG_STATIC_CHANNEL) &&
5555 (network->channel != priv->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005556 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005557 "because of channel mismatch: %d != %d.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005558 print_ssid(ssid, network->ssid,
5559 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005560 network->bssid,
James Ketrenosc848d0a2005-08-24 21:56:24 -05005561 network->channel, priv->channel);
5562 return 0;
5563 }
5564
5565 /* Verify privacy compatability */
5566 if (((priv->capability & CAP_PRIVACY_ON) ? 1 : 0) !=
5567 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
Johannes Berge1749612008-10-27 15:59:26 -07005568 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005569 "because of privacy mismatch: %s != %s.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005570 print_ssid(ssid, network->ssid,
5571 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005572 network->bssid,
James Ketrenosafbf30a2005-08-25 00:05:33 -05005573 priv->
5574 capability & CAP_PRIVACY_ON ? "on" : "off",
5575 network->
5576 capability & WLAN_CAPABILITY_PRIVACY ? "on" :
5577 "off");
James Ketrenosc848d0a2005-08-24 21:56:24 -05005578 return 0;
5579 }
5580
5581 if (!memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
Johannes Berge1749612008-10-27 15:59:26 -07005582 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
5583 "because of the same BSSID match: %pM"
John W. Linville9387b7c2008-09-30 20:59:05 -04005584 ".\n", print_ssid(ssid, network->ssid,
5585 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005586 network->bssid,
5587 priv->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005588 return 0;
5589 }
5590
5591 /* Filter out any incompatible freq / mode combinations */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005592 if (!libipw_is_valid_mode(priv->ieee, network->mode)) {
Johannes Berge1749612008-10-27 15:59:26 -07005593 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005594 "because of invalid frequency/mode "
5595 "combination.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005596 print_ssid(ssid, network->ssid,
5597 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005598 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005599 return 0;
5600 }
5601
5602 /* Ensure that the rates supported by the driver are compatible with
5603 * this AP, including verification of basic rates (mandatory) */
5604 if (!ipw_compatible_rates(priv, network, &rates)) {
Johannes Berge1749612008-10-27 15:59:26 -07005605 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005606 "because configured rate mask excludes "
5607 "AP mandatory rate.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005608 print_ssid(ssid, network->ssid,
5609 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005610 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005611 return 0;
5612 }
5613
5614 if (rates.num_rates == 0) {
Johannes Berge1749612008-10-27 15:59:26 -07005615 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005616 "because of no compatible rates.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005617 print_ssid(ssid, network->ssid,
5618 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005619 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005620 return 0;
5621 }
5622
5623 /* TODO: Perform any further minimal comparititive tests. We do not
5624 * want to put too much policy logic here; intelligent scan selection
5625 * should occur within a generic IEEE 802.11 user space tool. */
5626
5627 /* Set up 'new' AP to this network */
5628 ipw_copy_rates(&match->rates, &rates);
5629 match->network = network;
Johannes Berge1749612008-10-27 15:59:26 -07005630 IPW_DEBUG_MERGE("Network '%s (%pM)' is a viable match.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005631 print_ssid(ssid, network->ssid, network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005632 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005633
5634 return 1;
5635}
5636
David Howellsc4028952006-11-22 14:57:56 +00005637static void ipw_merge_adhoc_network(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05005638{
John W. Linville9387b7c2008-09-30 20:59:05 -04005639 DECLARE_SSID_BUF(ssid);
David Howellsc4028952006-11-22 14:57:56 +00005640 struct ipw_priv *priv =
5641 container_of(work, struct ipw_priv, merge_networks);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005642 struct libipw_network *network = NULL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05005643 struct ipw_network_match match = {
5644 .network = priv->assoc_network
5645 };
5646
James Ketrenosafbf30a2005-08-25 00:05:33 -05005647 if ((priv->status & STATUS_ASSOCIATED) &&
5648 (priv->ieee->iw_mode == IW_MODE_ADHOC)) {
James Ketrenosc848d0a2005-08-24 21:56:24 -05005649 /* First pass through ROAM process -- look for a better
5650 * network */
5651 unsigned long flags;
5652
5653 spin_lock_irqsave(&priv->ieee->lock, flags);
5654 list_for_each_entry(network, &priv->ieee->network_list, list) {
5655 if (network != priv->assoc_network)
5656 ipw_find_adhoc_network(priv, &match, network,
5657 1);
5658 }
5659 spin_unlock_irqrestore(&priv->ieee->lock, flags);
5660
5661 if (match.network == priv->assoc_network) {
5662 IPW_DEBUG_MERGE("No better ADHOC in this network to "
5663 "merge to.\n");
5664 return;
5665 }
5666
Zhu Yi46441512006-01-24 16:37:59 +08005667 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005668 if ((priv->ieee->iw_mode == IW_MODE_ADHOC)) {
5669 IPW_DEBUG_MERGE("remove network %s\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005670 print_ssid(ssid, priv->essid,
5671 priv->essid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005672 ipw_remove_current_network(priv);
5673 }
5674
5675 ipw_disassociate(priv);
5676 priv->assoc_network = match.network;
Zhu Yi46441512006-01-24 16:37:59 +08005677 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005678 return;
5679 }
James Ketrenosc848d0a2005-08-24 21:56:24 -05005680}
5681
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005682static int ipw_best_network(struct ipw_priv *priv,
5683 struct ipw_network_match *match,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005684 struct libipw_network *network, int roaming)
James Ketrenos43f66a62005-03-25 12:31:53 -06005685{
5686 struct ipw_supported_rates rates;
John W. Linville9387b7c2008-09-30 20:59:05 -04005687 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005688
5689 /* Verify that this network's capability is compatible with the
5690 * current mode (AdHoc or Infrastructure) */
5691 if ((priv->ieee->iw_mode == IW_MODE_INFRA &&
Jouni Malinen24743852005-08-14 20:59:59 -07005692 !(network->capability & WLAN_CAPABILITY_ESS)) ||
James Ketrenos43f66a62005-03-25 12:31:53 -06005693 (priv->ieee->iw_mode == IW_MODE_ADHOC &&
5694 !(network->capability & WLAN_CAPABILITY_IBSS))) {
Johannes Berge1749612008-10-27 15:59:26 -07005695 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded due to "
Jeff Garzikbf794512005-07-31 13:07:26 -04005696 "capability mismatch.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005697 print_ssid(ssid, network->ssid,
5698 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005699 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005700 return 0;
5701 }
5702
James Ketrenos43f66a62005-03-25 12:31:53 -06005703 if (unlikely(roaming)) {
5704 /* If we are roaming, then ensure check if this is a valid
5705 * network to try and roam to */
5706 if ((network->ssid_len != match->network->ssid_len) ||
Jeff Garzikbf794512005-07-31 13:07:26 -04005707 memcmp(network->ssid, match->network->ssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005708 network->ssid_len)) {
Johannes Berge1749612008-10-27 15:59:26 -07005709 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005710 "because of non-network ESSID.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005711 print_ssid(ssid, network->ssid,
5712 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005713 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005714 return 0;
5715 }
5716 } else {
Jeff Garzikbf794512005-07-31 13:07:26 -04005717 /* If an ESSID has been configured then compare the broadcast
5718 * ESSID to ours */
5719 if ((priv->config & CFG_STATIC_ESSID) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005720 ((network->ssid_len != priv->essid_len) ||
Jeff Garzikbf794512005-07-31 13:07:26 -04005721 memcmp(network->ssid, priv->essid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005722 min(network->ssid_len, priv->essid_len)))) {
5723 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005724 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005725 print_ssid(ssid, network->ssid,
5726 network->ssid_len),
James Ketrenos43f66a62005-03-25 12:31:53 -06005727 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005728 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Jeff Garzikbf794512005-07-31 13:07:26 -04005729 "because of ESSID mismatch: '%s'.\n",
Johannes Berge1749612008-10-27 15:59:26 -07005730 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005731 print_ssid(ssid, priv->essid,
5732 priv->essid_len));
James Ketrenos43f66a62005-03-25 12:31:53 -06005733 return 0;
5734 }
5735 }
5736
5737 /* If the old network rate is better than this one, don't bother
5738 * testing everything else. */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005739 if (match->network && match->network->stats.rssi > network->stats.rssi) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005740 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
Jeff Garzikbf794512005-07-31 13:07:26 -04005741 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005742 print_ssid(ssid, network->ssid, network->ssid_len),
James Ketrenos43f66a62005-03-25 12:31:53 -06005743 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005744 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded because "
5745 "'%s (%pM)' has a stronger signal.\n",
5746 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005747 print_ssid(ssid, match->network->ssid,
5748 match->network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005749 match->network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005750 return 0;
5751 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005752
James Ketrenos43f66a62005-03-25 12:31:53 -06005753 /* If this network has already had an association attempt within the
5754 * last 3 seconds, do not try and associate again... */
5755 if (network->last_associate &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05005756 time_after(network->last_associate + (HZ * 3UL), jiffies)) {
Johannes Berge1749612008-10-27 15:59:26 -07005757 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005758 "because of storming (%ums since last "
James Ketrenos43f66a62005-03-25 12:31:53 -06005759 "assoc attempt).\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005760 print_ssid(ssid, network->ssid,
5761 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005762 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005763 jiffies_to_msecs(jiffies -
5764 network->last_associate));
James Ketrenos43f66a62005-03-25 12:31:53 -06005765 return 0;
5766 }
5767
5768 /* Now go through and see if the requested network is valid... */
Jeff Garzikbf794512005-07-31 13:07:26 -04005769 if (priv->ieee->scan_age != 0 &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05005770 time_after(jiffies, network->last_scanned + priv->ieee->scan_age)) {
Johannes Berge1749612008-10-27 15:59:26 -07005771 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005772 "because of age: %ums.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005773 print_ssid(ssid, network->ssid,
5774 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005775 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005776 jiffies_to_msecs(jiffies -
5777 network->last_scanned));
James Ketrenos43f66a62005-03-25 12:31:53 -06005778 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04005779 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005780
Jeff Garzikbf794512005-07-31 13:07:26 -04005781 if ((priv->config & CFG_STATIC_CHANNEL) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005782 (network->channel != priv->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005783 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005784 "because of channel mismatch: %d != %d.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005785 print_ssid(ssid, network->ssid,
5786 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005787 network->bssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005788 network->channel, priv->channel);
5789 return 0;
5790 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005791
James Ketrenos43f66a62005-03-25 12:31:53 -06005792 /* Verify privacy compatability */
Jeff Garzikbf794512005-07-31 13:07:26 -04005793 if (((priv->capability & CAP_PRIVACY_ON) ? 1 : 0) !=
James Ketrenos43f66a62005-03-25 12:31:53 -06005794 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
Johannes Berge1749612008-10-27 15:59:26 -07005795 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005796 "because of privacy mismatch: %s != %s.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005797 print_ssid(ssid, network->ssid,
5798 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005799 network->bssid,
Jeff Garzikbf794512005-07-31 13:07:26 -04005800 priv->capability & CAP_PRIVACY_ON ? "on" :
James Ketrenos43f66a62005-03-25 12:31:53 -06005801 "off",
Jeff Garzikbf794512005-07-31 13:07:26 -04005802 network->capability &
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005803 WLAN_CAPABILITY_PRIVACY ? "on" : "off");
James Ketrenos43f66a62005-03-25 12:31:53 -06005804 return 0;
5805 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005806
5807 if ((priv->config & CFG_STATIC_BSSID) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005808 memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
Johannes Berge1749612008-10-27 15:59:26 -07005809 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
5810 "because of BSSID mismatch: %pM.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005811 print_ssid(ssid, network->ssid,
5812 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005813 network->bssid, priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005814 return 0;
5815 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005816
James Ketrenos43f66a62005-03-25 12:31:53 -06005817 /* Filter out any incompatible freq / mode combinations */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005818 if (!libipw_is_valid_mode(priv->ieee, network->mode)) {
Johannes Berge1749612008-10-27 15:59:26 -07005819 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005820 "because of invalid frequency/mode "
5821 "combination.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005822 print_ssid(ssid, network->ssid,
5823 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005824 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005825 return 0;
5826 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005827
Liu Hong1fe0adb2005-08-19 09:33:10 -05005828 /* Filter out invalid channel in current GEO */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005829 if (!libipw_is_valid_channel(priv->ieee, network->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005830 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Liu Hong1fe0adb2005-08-19 09:33:10 -05005831 "because of invalid channel in current GEO\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);
Liu Hong1fe0adb2005-08-19 09:33:10 -05005835 return 0;
5836 }
5837
James Ketrenosea2b26e2005-08-24 21:25:16 -05005838 /* Ensure that the rates supported by the driver are compatible with
5839 * this AP, including verification of basic rates (mandatory) */
5840 if (!ipw_compatible_rates(priv, network, &rates)) {
Johannes Berge1749612008-10-27 15:59:26 -07005841 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenosea2b26e2005-08-24 21:25:16 -05005842 "because configured rate mask excludes "
5843 "AP mandatory rate.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005844 print_ssid(ssid, network->ssid,
5845 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005846 network->bssid);
James Ketrenosea2b26e2005-08-24 21:25:16 -05005847 return 0;
5848 }
5849
James Ketrenos43f66a62005-03-25 12:31:53 -06005850 if (rates.num_rates == 0) {
Johannes Berge1749612008-10-27 15:59:26 -07005851 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005852 "because of no compatible rates.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005853 print_ssid(ssid, network->ssid,
5854 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005855 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005856 return 0;
5857 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005858
James Ketrenos43f66a62005-03-25 12:31:53 -06005859 /* TODO: Perform any further minimal comparititive tests. We do not
5860 * want to put too much policy logic here; intelligent scan selection
5861 * should occur within a generic IEEE 802.11 user space tool. */
5862
5863 /* Set up 'new' AP to this network */
5864 ipw_copy_rates(&match->rates, &rates);
5865 match->network = network;
5866
Johannes Berge1749612008-10-27 15:59:26 -07005867 IPW_DEBUG_ASSOC("Network '%s (%pM)' is a viable match.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005868 print_ssid(ssid, network->ssid, network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005869 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005870
5871 return 1;
5872}
5873
Jeff Garzikbf794512005-07-31 13:07:26 -04005874static void ipw_adhoc_create(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005875 struct libipw_network *network)
James Ketrenos43f66a62005-03-25 12:31:53 -06005876{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005877 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenosafbf30a2005-08-25 00:05:33 -05005878 int i;
5879
James Ketrenos43f66a62005-03-25 12:31:53 -06005880 /*
5881 * For the purposes of scanning, we can set our wireless mode
5882 * to trigger scans across combinations of bands, but when it
5883 * comes to creating a new ad-hoc network, we have tell the FW
5884 * exactly which band to use.
5885 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005886 * We also have the possibility of an invalid channel for the
James Ketrenos43f66a62005-03-25 12:31:53 -06005887 * chossen band. Attempting to create a new ad-hoc network
5888 * with an invalid channel for wireless mode will trigger a
5889 * FW fatal error.
James Ketrenosafbf30a2005-08-25 00:05:33 -05005890 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005891 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005892 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
5893 case LIBIPW_52GHZ_BAND:
James Ketrenosafbf30a2005-08-25 00:05:33 -05005894 network->mode = IEEE_A;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005895 i = libipw_channel_to_index(priv->ieee, priv->channel);
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02005896 BUG_ON(i == -1);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005897 if (geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005898 IPW_WARNING("Overriding invalid channel\n");
5899 priv->channel = geo->a[0].channel;
5900 }
5901 break;
5902
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005903 case LIBIPW_24GHZ_BAND:
James Ketrenosafbf30a2005-08-25 00:05:33 -05005904 if (priv->ieee->mode & IEEE_G)
5905 network->mode = IEEE_G;
5906 else
5907 network->mode = IEEE_B;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005908 i = libipw_channel_to_index(priv->ieee, priv->channel);
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02005909 BUG_ON(i == -1);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005910 if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY) {
Liu Hong1fe0adb2005-08-19 09:33:10 -05005911 IPW_WARNING("Overriding invalid channel\n");
5912 priv->channel = geo->bg[0].channel;
5913 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05005914 break;
5915
5916 default:
James Ketrenos43f66a62005-03-25 12:31:53 -06005917 IPW_WARNING("Overriding invalid channel\n");
5918 if (priv->ieee->mode & IEEE_A) {
5919 network->mode = IEEE_A;
James Ketrenosb095c382005-08-24 22:04:42 -05005920 priv->channel = geo->a[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005921 } else if (priv->ieee->mode & IEEE_G) {
5922 network->mode = IEEE_G;
James Ketrenosb095c382005-08-24 22:04:42 -05005923 priv->channel = geo->bg[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005924 } else {
5925 network->mode = IEEE_B;
James Ketrenosb095c382005-08-24 22:04:42 -05005926 priv->channel = geo->bg[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005927 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05005928 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06005929 }
5930
5931 network->channel = priv->channel;
5932 priv->config |= CFG_ADHOC_PERSIST;
5933 ipw_create_bssid(priv, network->bssid);
5934 network->ssid_len = priv->essid_len;
5935 memcpy(network->ssid, priv->essid, priv->essid_len);
5936 memset(&network->stats, 0, sizeof(network->stats));
5937 network->capability = WLAN_CAPABILITY_IBSS;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005938 if (!(priv->config & CFG_PREAMBLE_LONG))
5939 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
James Ketrenos43f66a62005-03-25 12:31:53 -06005940 if (priv->capability & CAP_PRIVACY_ON)
5941 network->capability |= WLAN_CAPABILITY_PRIVACY;
5942 network->rates_len = min(priv->rates.num_rates, MAX_RATES_LENGTH);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005943 memcpy(network->rates, priv->rates.supported_rates, network->rates_len);
James Ketrenos43f66a62005-03-25 12:31:53 -06005944 network->rates_ex_len = priv->rates.num_rates - network->rates_len;
Jeff Garzikbf794512005-07-31 13:07:26 -04005945 memcpy(network->rates_ex,
James Ketrenos43f66a62005-03-25 12:31:53 -06005946 &priv->rates.supported_rates[network->rates_len],
5947 network->rates_ex_len);
5948 network->last_scanned = 0;
5949 network->flags = 0;
5950 network->last_associate = 0;
5951 network->time_stamp[0] = 0;
5952 network->time_stamp[1] = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005953 network->beacon_interval = 100; /* Default */
5954 network->listen_interval = 10; /* Default */
5955 network->atim_window = 0; /* Default */
James Ketrenos43f66a62005-03-25 12:31:53 -06005956 network->wpa_ie_len = 0;
5957 network->rsn_ie_len = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005958}
5959
James Ketrenosb095c382005-08-24 22:04:42 -05005960static void ipw_send_tgi_tx_key(struct ipw_priv *priv, int type, int index)
5961{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005962 struct ipw_tgi_tx_key key;
James Ketrenosb095c382005-08-24 22:04:42 -05005963
5964 if (!(priv->ieee->sec.flags & (1 << index)))
5965 return;
5966
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005967 key.key_id = index;
5968 memcpy(key.key, priv->ieee->sec.keys[index], SCM_TEMPORAL_KEY_LENGTH);
5969 key.security_type = type;
5970 key.station_index = 0; /* always 0 for BSS */
5971 key.flags = 0;
James Ketrenosb095c382005-08-24 22:04:42 -05005972 /* 0 for new key; previous value of counter (after fatal error) */
Zhu Yi851ca262006-08-21 11:37:58 +08005973 key.tx_counter[0] = cpu_to_le32(0);
5974 key.tx_counter[1] = cpu_to_le32(0);
James Ketrenosb095c382005-08-24 22:04:42 -05005975
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005976 ipw_send_cmd_pdu(priv, IPW_CMD_TGI_TX_KEY, sizeof(key), &key);
James Ketrenosb095c382005-08-24 22:04:42 -05005977}
5978
5979static void ipw_send_wep_keys(struct ipw_priv *priv, int type)
James Ketrenos43f66a62005-03-25 12:31:53 -06005980{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005981 struct ipw_wep_key key;
James Ketrenos43f66a62005-03-25 12:31:53 -06005982 int i;
James Ketrenos43f66a62005-03-25 12:31:53 -06005983
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005984 key.cmd_id = DINO_CMD_WEP_KEY;
5985 key.seq_num = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005986
James Ketrenosb095c382005-08-24 22:04:42 -05005987 /* Note: AES keys cannot be set for multiple times.
5988 * Only set it at the first time. */
Jeff Garzikbf794512005-07-31 13:07:26 -04005989 for (i = 0; i < 4; i++) {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005990 key.key_index = i | type;
James Ketrenosb095c382005-08-24 22:04:42 -05005991 if (!(priv->ieee->sec.flags & (1 << i))) {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005992 key.key_size = 0;
James Ketrenosb095c382005-08-24 22:04:42 -05005993 continue;
James Ketrenos43f66a62005-03-25 12:31:53 -06005994 }
5995
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005996 key.key_size = priv->ieee->sec.key_sizes[i];
5997 memcpy(key.key, priv->ieee->sec.keys[i], key.key_size);
James Ketrenosb095c382005-08-24 22:04:42 -05005998
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005999 ipw_send_cmd_pdu(priv, IPW_CMD_WEP_KEY, sizeof(key), &key);
Jeff Garzikbf794512005-07-31 13:07:26 -04006000 }
James Ketrenos43f66a62005-03-25 12:31:53 -06006001}
6002
Zhu Yi1fbfea52005-08-05 17:22:56 +08006003static void ipw_set_hw_decrypt_unicast(struct ipw_priv *priv, int level)
6004{
6005 if (priv->ieee->host_encrypt)
6006 return;
6007
6008 switch (level) {
6009 case SEC_LEVEL_3:
6010 priv->sys_config.disable_unicast_decryption = 0;
6011 priv->ieee->host_decrypt = 0;
6012 break;
6013 case SEC_LEVEL_2:
6014 priv->sys_config.disable_unicast_decryption = 1;
6015 priv->ieee->host_decrypt = 1;
6016 break;
6017 case SEC_LEVEL_1:
6018 priv->sys_config.disable_unicast_decryption = 0;
6019 priv->ieee->host_decrypt = 0;
6020 break;
6021 case SEC_LEVEL_0:
6022 priv->sys_config.disable_unicast_decryption = 1;
6023 break;
6024 default:
6025 break;
6026 }
6027}
6028
6029static void ipw_set_hw_decrypt_multicast(struct ipw_priv *priv, int level)
6030{
6031 if (priv->ieee->host_encrypt)
6032 return;
6033
6034 switch (level) {
6035 case SEC_LEVEL_3:
6036 priv->sys_config.disable_multicast_decryption = 0;
6037 break;
6038 case SEC_LEVEL_2:
6039 priv->sys_config.disable_multicast_decryption = 1;
6040 break;
6041 case SEC_LEVEL_1:
6042 priv->sys_config.disable_multicast_decryption = 0;
6043 break;
6044 case SEC_LEVEL_0:
6045 priv->sys_config.disable_multicast_decryption = 1;
6046 break;
6047 default:
6048 break;
6049 }
6050}
6051
James Ketrenosb095c382005-08-24 22:04:42 -05006052static void ipw_set_hwcrypto_keys(struct ipw_priv *priv)
6053{
6054 switch (priv->ieee->sec.level) {
6055 case SEC_LEVEL_3:
Zhu Yid8bad6d2005-07-13 12:25:38 -05006056 if (priv->ieee->sec.flags & SEC_ACTIVE_KEY)
6057 ipw_send_tgi_tx_key(priv,
6058 DCT_FLAG_EXT_SECURITY_CCM,
6059 priv->ieee->sec.active_key);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006060
Hong Liu567deaf2005-08-31 18:07:22 +08006061 if (!priv->ieee->host_mc_decrypt)
6062 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_CCM);
James Ketrenosb095c382005-08-24 22:04:42 -05006063 break;
6064 case SEC_LEVEL_2:
Zhu Yid8bad6d2005-07-13 12:25:38 -05006065 if (priv->ieee->sec.flags & SEC_ACTIVE_KEY)
6066 ipw_send_tgi_tx_key(priv,
6067 DCT_FLAG_EXT_SECURITY_TKIP,
6068 priv->ieee->sec.active_key);
James Ketrenosb095c382005-08-24 22:04:42 -05006069 break;
6070 case SEC_LEVEL_1:
6071 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
Hong Liu29cb8432005-09-12 10:43:33 -05006072 ipw_set_hw_decrypt_unicast(priv, priv->ieee->sec.level);
6073 ipw_set_hw_decrypt_multicast(priv, priv->ieee->sec.level);
James Ketrenosb095c382005-08-24 22:04:42 -05006074 break;
6075 case SEC_LEVEL_0:
6076 default:
6077 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06006078 }
6079}
6080
6081static void ipw_adhoc_check(void *data)
6082{
6083 struct ipw_priv *priv = data;
Jeff Garzikbf794512005-07-31 13:07:26 -04006084
James Ketrenosafbf30a2005-08-25 00:05:33 -05006085 if (priv->missed_adhoc_beacons++ > priv->disassociate_threshold &&
James Ketrenos43f66a62005-03-25 12:31:53 -06006086 !(priv->config & CFG_ADHOC_PERSIST)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006087 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
6088 IPW_DL_STATE | IPW_DL_ASSOC,
6089 "Missed beacon: %d - disassociate\n",
6090 priv->missed_adhoc_beacons);
James Ketrenos43f66a62005-03-25 12:31:53 -06006091 ipw_remove_current_network(priv);
6092 ipw_disassociate(priv);
6093 return;
6094 }
6095
Jeff Garzikbf794512005-07-31 13:07:26 -04006096 queue_delayed_work(priv->workqueue, &priv->adhoc_check,
Al Viro5b5e8072007-12-27 01:54:06 -05006097 le16_to_cpu(priv->assoc_request.beacon_interval));
James Ketrenos43f66a62005-03-25 12:31:53 -06006098}
6099
David Howellsc4028952006-11-22 14:57:56 +00006100static void ipw_bg_adhoc_check(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05006101{
David Howellsc4028952006-11-22 14:57:56 +00006102 struct ipw_priv *priv =
6103 container_of(work, struct ipw_priv, adhoc_check.work);
Zhu Yi46441512006-01-24 16:37:59 +08006104 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00006105 ipw_adhoc_check(priv);
Zhu Yi46441512006-01-24 16:37:59 +08006106 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05006107}
6108
James Ketrenos43f66a62005-03-25 12:31:53 -06006109static void ipw_debug_config(struct ipw_priv *priv)
6110{
John W. Linville9387b7c2008-09-30 20:59:05 -04006111 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06006112 IPW_DEBUG_INFO("Scan completed, no valid APs matched "
6113 "[CFG 0x%08X]\n", priv->config);
6114 if (priv->config & CFG_STATIC_CHANNEL)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006115 IPW_DEBUG_INFO("Channel locked to %d\n", priv->channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06006116 else
6117 IPW_DEBUG_INFO("Channel unlocked.\n");
6118 if (priv->config & CFG_STATIC_ESSID)
Jeff Garzikbf794512005-07-31 13:07:26 -04006119 IPW_DEBUG_INFO("ESSID locked to '%s'\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04006120 print_ssid(ssid, priv->essid, priv->essid_len));
James Ketrenos43f66a62005-03-25 12:31:53 -06006121 else
6122 IPW_DEBUG_INFO("ESSID unlocked.\n");
6123 if (priv->config & CFG_STATIC_BSSID)
Johannes Berge1749612008-10-27 15:59:26 -07006124 IPW_DEBUG_INFO("BSSID locked to %pM\n", priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06006125 else
6126 IPW_DEBUG_INFO("BSSID unlocked.\n");
6127 if (priv->capability & CAP_PRIVACY_ON)
6128 IPW_DEBUG_INFO("PRIVACY on\n");
6129 else
6130 IPW_DEBUG_INFO("PRIVACY off\n");
6131 IPW_DEBUG_INFO("RATE MASK: 0x%08X\n", priv->rates_mask);
6132}
James Ketrenos43f66a62005-03-25 12:31:53 -06006133
Arjan van de Ven858119e2006-01-14 13:20:43 -08006134static void ipw_set_fixed_rate(struct ipw_priv *priv, int mode)
James Ketrenos43f66a62005-03-25 12:31:53 -06006135{
6136 /* TODO: Verify that this works... */
Reinette Chatre21f8a732009-08-18 10:25:05 -07006137 struct ipw_fixed_rate fr;
James Ketrenos43f66a62005-03-25 12:31:53 -06006138 u32 reg;
6139 u16 mask = 0;
Reinette Chatre21f8a732009-08-18 10:25:05 -07006140 u16 new_tx_rates = priv->rates_mask;
James Ketrenos43f66a62005-03-25 12:31:53 -06006141
Jeff Garzikbf794512005-07-31 13:07:26 -04006142 /* Identify 'current FW band' and match it with the fixed
James Ketrenos43f66a62005-03-25 12:31:53 -06006143 * Tx rates */
Jeff Garzikbf794512005-07-31 13:07:26 -04006144
James Ketrenos43f66a62005-03-25 12:31:53 -06006145 switch (priv->ieee->freq_band) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006146 case LIBIPW_52GHZ_BAND: /* A only */
James Ketrenos43f66a62005-03-25 12:31:53 -06006147 /* IEEE_A */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006148 if (priv->rates_mask & ~LIBIPW_OFDM_RATES_MASK) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006149 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006150 IPW_DEBUG_WX
6151 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006152 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006153 break;
6154 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006155
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006156 new_tx_rates >>= LIBIPW_OFDM_SHIFT_MASK_A;
James Ketrenos43f66a62005-03-25 12:31:53 -06006157 break;
6158
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006159 default: /* 2.4Ghz or Mixed */
James Ketrenos43f66a62005-03-25 12:31:53 -06006160 /* IEEE_B */
James Ketrenosb095c382005-08-24 22:04:42 -05006161 if (mode == IEEE_B) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006162 if (new_tx_rates & ~LIBIPW_CCK_RATES_MASK) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006163 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006164 IPW_DEBUG_WX
6165 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006166 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006167 }
6168 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04006169 }
James Ketrenos43f66a62005-03-25 12:31:53 -06006170
6171 /* IEEE_G */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006172 if (new_tx_rates & ~(LIBIPW_CCK_RATES_MASK |
6173 LIBIPW_OFDM_RATES_MASK)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006174 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006175 IPW_DEBUG_WX
6176 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006177 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006178 break;
6179 }
6180
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006181 if (LIBIPW_OFDM_RATE_6MB_MASK & new_tx_rates) {
6182 mask |= (LIBIPW_OFDM_RATE_6MB_MASK >> 1);
6183 new_tx_rates &= ~LIBIPW_OFDM_RATE_6MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006184 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006185
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006186 if (LIBIPW_OFDM_RATE_9MB_MASK & new_tx_rates) {
6187 mask |= (LIBIPW_OFDM_RATE_9MB_MASK >> 1);
6188 new_tx_rates &= ~LIBIPW_OFDM_RATE_9MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006189 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006190
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006191 if (LIBIPW_OFDM_RATE_12MB_MASK & new_tx_rates) {
6192 mask |= (LIBIPW_OFDM_RATE_12MB_MASK >> 1);
6193 new_tx_rates &= ~LIBIPW_OFDM_RATE_12MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006194 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006195
Reinette Chatre21f8a732009-08-18 10:25:05 -07006196 new_tx_rates |= mask;
James Ketrenos43f66a62005-03-25 12:31:53 -06006197 break;
6198 }
6199
Reinette Chatre21f8a732009-08-18 10:25:05 -07006200 fr.tx_rates = cpu_to_le16(new_tx_rates);
6201
James Ketrenos43f66a62005-03-25 12:31:53 -06006202 reg = ipw_read32(priv, IPW_MEM_FIXED_OVERRIDE);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006203 ipw_write_reg32(priv, reg, *(u32 *) & fr);
James Ketrenos43f66a62005-03-25 12:31:53 -06006204}
6205
James Ketrenosea2b26e2005-08-24 21:25:16 -05006206static void ipw_abort_scan(struct ipw_priv *priv)
6207{
6208 int err;
6209
6210 if (priv->status & STATUS_SCAN_ABORTING) {
6211 IPW_DEBUG_HC("Ignoring concurrent scan abort request.\n");
6212 return;
6213 }
6214 priv->status |= STATUS_SCAN_ABORTING;
6215
6216 err = ipw_send_scan_abort(priv);
6217 if (err)
6218 IPW_DEBUG_HC("Request to abort scan failed.\n");
6219}
6220
James Ketrenosafbf30a2005-08-25 00:05:33 -05006221static void ipw_add_scan_channels(struct ipw_priv *priv,
6222 struct ipw_scan_request_ext *scan,
6223 int scan_type)
6224{
6225 int channel_index = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006226 const struct libipw_geo *geo;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006227 int i;
6228
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006229 geo = libipw_get_geo(priv->ieee);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006230
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006231 if (priv->ieee->freq_band & LIBIPW_52GHZ_BAND) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006232 int start = channel_index;
6233 for (i = 0; i < geo->a_channels; i++) {
6234 if ((priv->status & STATUS_ASSOCIATED) &&
6235 geo->a[i].channel == priv->channel)
6236 continue;
6237 channel_index++;
6238 scan->channels_list[channel_index] = geo->a[i].channel;
Liu Hong1fe0adb2005-08-19 09:33:10 -05006239 ipw_set_scan_type(scan, channel_index,
6240 geo->a[i].
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006241 flags & LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006242 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN :
6243 scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006244 }
6245
6246 if (start != channel_index) {
6247 scan->channels_list[start] = (u8) (IPW_A_MODE << 6) |
6248 (channel_index - start);
6249 channel_index++;
6250 }
6251 }
6252
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006253 if (priv->ieee->freq_band & LIBIPW_24GHZ_BAND) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006254 int start = channel_index;
6255 if (priv->config & CFG_SPEED_SCAN) {
Liu Hong1fe0adb2005-08-19 09:33:10 -05006256 int index;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006257 u8 channels[LIBIPW_24GHZ_CHANNELS] = {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006258 /* nop out the list */
6259 [0] = 0
6260 };
6261
6262 u8 channel;
Zhu Yi7dd24592009-07-27 10:10:20 +08006263 while (channel_index < IPW_SCAN_CHANNELS - 1) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006264 channel =
6265 priv->speed_scan[priv->speed_scan_pos];
6266 if (channel == 0) {
6267 priv->speed_scan_pos = 0;
6268 channel = priv->speed_scan[0];
6269 }
6270 if ((priv->status & STATUS_ASSOCIATED) &&
6271 channel == priv->channel) {
6272 priv->speed_scan_pos++;
6273 continue;
6274 }
6275
6276 /* If this channel has already been
6277 * added in scan, break from loop
6278 * and this will be the first channel
6279 * in the next scan.
6280 */
6281 if (channels[channel - 1] != 0)
6282 break;
6283
6284 channels[channel - 1] = 1;
6285 priv->speed_scan_pos++;
6286 channel_index++;
6287 scan->channels_list[channel_index] = channel;
Liu Hong1fe0adb2005-08-19 09:33:10 -05006288 index =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006289 libipw_channel_to_index(priv->ieee, channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006290 ipw_set_scan_type(scan, channel_index,
Liu Hong1fe0adb2005-08-19 09:33:10 -05006291 geo->bg[index].
6292 flags &
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006293 LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006294 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN
6295 : scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006296 }
6297 } else {
6298 for (i = 0; i < geo->bg_channels; i++) {
6299 if ((priv->status & STATUS_ASSOCIATED) &&
6300 geo->bg[i].channel == priv->channel)
6301 continue;
6302 channel_index++;
6303 scan->channels_list[channel_index] =
6304 geo->bg[i].channel;
6305 ipw_set_scan_type(scan, channel_index,
Liu Hong1fe0adb2005-08-19 09:33:10 -05006306 geo->bg[i].
6307 flags &
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006308 LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006309 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN
6310 : scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006311 }
6312 }
6313
6314 if (start != channel_index) {
6315 scan->channels_list[start] = (u8) (IPW_B_MODE << 6) |
6316 (channel_index - start);
6317 }
6318 }
6319}
6320
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006321static int ipw_passive_dwell_time(struct ipw_priv *priv)
6322{
6323 /* staying on passive channels longer than the DTIM interval during a
6324 * scan, while associated, causes the firmware to cancel the scan
6325 * without notification. Hence, don't stay on passive channels longer
6326 * than the beacon interval.
6327 */
6328 if (priv->status & STATUS_ASSOCIATED
6329 && priv->assoc_network->beacon_interval > 10)
6330 return priv->assoc_network->beacon_interval - 10;
6331 else
6332 return 120;
6333}
6334
Dan Williamsea177302008-06-02 17:51:23 -04006335static int ipw_request_scan_helper(struct ipw_priv *priv, int type, int direct)
James Ketrenosea2b26e2005-08-24 21:25:16 -05006336{
6337 struct ipw_scan_request_ext scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006338 int err = 0, scan_type;
6339
6340 if (!(priv->status & STATUS_INIT) ||
6341 (priv->status & STATUS_EXIT_PENDING))
6342 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006343
Zhu Yi46441512006-01-24 16:37:59 +08006344 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05006345
Dan Williamsea177302008-06-02 17:51:23 -04006346 if (direct && (priv->direct_scan_ssid_len == 0)) {
6347 IPW_DEBUG_HC("Direct scan requested but no SSID to scan for\n");
6348 priv->status &= ~STATUS_DIRECT_SCAN_PENDING;
6349 goto done;
6350 }
6351
James Ketrenosea2b26e2005-08-24 21:25:16 -05006352 if (priv->status & STATUS_SCANNING) {
Dan Williamsea177302008-06-02 17:51:23 -04006353 IPW_DEBUG_HC("Concurrent scan requested. Queuing.\n");
6354 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6355 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006356 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006357 }
6358
James Ketrenosafbf30a2005-08-25 00:05:33 -05006359 if (!(priv->status & STATUS_SCAN_FORCED) &&
6360 priv->status & STATUS_SCAN_ABORTING) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006361 IPW_DEBUG_HC("Scan request while abort pending. Queuing.\n");
Dan Williamsea177302008-06-02 17:51:23 -04006362 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6363 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006364 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006365 }
6366
6367 if (priv->status & STATUS_RF_KILL_MASK) {
Dan Williamsea177302008-06-02 17:51:23 -04006368 IPW_DEBUG_HC("Queuing scan due to RF Kill activation\n");
6369 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6370 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006371 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006372 }
6373
6374 memset(&scan, 0, sizeof(scan));
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006375 scan.full_scan_index = cpu_to_le32(libipw_get_scans(priv->ieee));
James Ketrenosea2b26e2005-08-24 21:25:16 -05006376
Zhu Yi094c4d22006-08-21 11:39:03 +08006377 if (type == IW_SCAN_TYPE_PASSIVE) {
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006378 IPW_DEBUG_WX("use passive scanning\n");
6379 scan_type = IPW_SCAN_PASSIVE_FULL_DWELL_SCAN;
Zhu Yi094c4d22006-08-21 11:39:03 +08006380 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006381 cpu_to_le16(ipw_passive_dwell_time(priv));
Zhu Yi094c4d22006-08-21 11:39:03 +08006382 ipw_add_scan_channels(priv, &scan, scan_type);
6383 goto send_request;
6384 }
6385
6386 /* Use active scan by default. */
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006387 if (priv->config & CFG_SPEED_SCAN)
James Ketrenosb095c382005-08-24 22:04:42 -05006388 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006389 cpu_to_le16(30);
James Ketrenosb095c382005-08-24 22:04:42 -05006390 else
6391 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006392 cpu_to_le16(20);
James Ketrenosb095c382005-08-24 22:04:42 -05006393
James Ketrenosa613bff2005-08-24 21:43:11 -05006394 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006395 cpu_to_le16(20);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006396
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006397 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
6398 cpu_to_le16(ipw_passive_dwell_time(priv));
Dan Williamsea177302008-06-02 17:51:23 -04006399 scan.dwell_time[IPW_SCAN_ACTIVE_DIRECT_SCAN] = cpu_to_le16(20);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006400
James Ketrenosb095c382005-08-24 22:04:42 -05006401#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05006402 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006403 u8 channel;
James Ketrenosb095c382005-08-24 22:04:42 -05006404 u8 band = 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006405
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006406 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
6407 case LIBIPW_52GHZ_BAND:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006408 band = (u8) (IPW_A_MODE << 6) | 1;
James Ketrenosb095c382005-08-24 22:04:42 -05006409 channel = priv->channel;
6410 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006411
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006412 case LIBIPW_24GHZ_BAND:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006413 band = (u8) (IPW_B_MODE << 6) | 1;
James Ketrenosb095c382005-08-24 22:04:42 -05006414 channel = priv->channel;
6415 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006416
James Ketrenosb095c382005-08-24 22:04:42 -05006417 default:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006418 band = (u8) (IPW_B_MODE << 6) | 1;
6419 channel = 9;
James Ketrenosb095c382005-08-24 22:04:42 -05006420 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006421 }
6422
James Ketrenosb095c382005-08-24 22:04:42 -05006423 scan.channels_list[0] = band;
6424 scan.channels_list[1] = channel;
6425 ipw_set_scan_type(&scan, 1, IPW_SCAN_PASSIVE_FULL_DWELL_SCAN);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006426
James Ketrenosb095c382005-08-24 22:04:42 -05006427 /* NOTE: The card will sit on this channel for this time
6428 * period. Scan aborts are timing sensitive and frequently
6429 * result in firmware restarts. As such, it is best to
6430 * set a small dwell_time here and just keep re-issuing
6431 * scans. Otherwise fast channel hopping will not actually
6432 * hop channels.
6433 *
6434 * TODO: Move SPEED SCAN support to all modes and bands */
James Ketrenosa613bff2005-08-24 21:43:11 -05006435 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006436 cpu_to_le16(2000);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006437 } else {
James Ketrenosb095c382005-08-24 22:04:42 -05006438#endif /* CONFIG_IPW2200_MONITOR */
Dan Williamsea177302008-06-02 17:51:23 -04006439 /* Honor direct scans first, otherwise if we are roaming make
6440 * this a direct scan for the current network. Finally,
6441 * ensure that every other scan is a fast channel hop scan */
6442 if (direct) {
6443 err = ipw_send_ssid(priv, priv->direct_scan_ssid,
6444 priv->direct_scan_ssid_len);
6445 if (err) {
6446 IPW_DEBUG_HC("Attempt to send SSID command "
6447 "failed\n");
6448 goto done;
6449 }
6450
6451 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
6452 } else if ((priv->status & STATUS_ROAMING)
6453 || (!(priv->status & STATUS_ASSOCIATED)
6454 && (priv->config & CFG_STATIC_ESSID)
6455 && (le32_to_cpu(scan.full_scan_index) % 2))) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006456 err = ipw_send_ssid(priv, priv->essid, priv->essid_len);
6457 if (err) {
James Ketrenosb095c382005-08-24 22:04:42 -05006458 IPW_DEBUG_HC("Attempt to send SSID command "
6459 "failed.\n");
6460 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006461 }
6462
6463 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006464 } else
James Ketrenosea2b26e2005-08-24 21:25:16 -05006465 scan_type = IPW_SCAN_ACTIVE_BROADCAST_SCAN;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006466
James Ketrenosafbf30a2005-08-25 00:05:33 -05006467 ipw_add_scan_channels(priv, &scan, scan_type);
James Ketrenosb095c382005-08-24 22:04:42 -05006468#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05006469 }
6470#endif
6471
Zhu Yi094c4d22006-08-21 11:39:03 +08006472send_request:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006473 err = ipw_send_scan_request_ext(priv, &scan);
6474 if (err) {
6475 IPW_DEBUG_HC("Sending scan command failed: %08X\n", err);
James Ketrenosb095c382005-08-24 22:04:42 -05006476 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006477 }
6478
6479 priv->status |= STATUS_SCANNING;
Dan Williamsea177302008-06-02 17:51:23 -04006480 if (direct) {
6481 priv->status &= ~STATUS_DIRECT_SCAN_PENDING;
6482 priv->direct_scan_ssid_len = 0;
6483 } else
6484 priv->status &= ~STATUS_SCAN_PENDING;
6485
James Ketrenosafbf30a2005-08-25 00:05:33 -05006486 queue_delayed_work(priv->workqueue, &priv->scan_check,
6487 IPW_SCAN_CHECK_WATCHDOG);
Zhu Yi094c4d22006-08-21 11:39:03 +08006488done:
Zhu Yi46441512006-01-24 16:37:59 +08006489 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05006490 return err;
James Ketrenosc848d0a2005-08-24 21:56:24 -05006491}
6492
David Howellsc4028952006-11-22 14:57:56 +00006493static void ipw_request_passive_scan(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05006494{
David Howellsc4028952006-11-22 14:57:56 +00006495 struct ipw_priv *priv =
Dan Williamsea177302008-06-02 17:51:23 -04006496 container_of(work, struct ipw_priv, request_passive_scan.work);
6497 ipw_request_scan_helper(priv, IW_SCAN_TYPE_PASSIVE, 0);
David Howellsc4028952006-11-22 14:57:56 +00006498}
6499
6500static void ipw_request_scan(struct work_struct *work)
6501{
6502 struct ipw_priv *priv =
6503 container_of(work, struct ipw_priv, request_scan.work);
Dan Williamsea177302008-06-02 17:51:23 -04006504 ipw_request_scan_helper(priv, IW_SCAN_TYPE_ACTIVE, 0);
6505}
6506
6507static void ipw_request_direct_scan(struct work_struct *work)
6508{
6509 struct ipw_priv *priv =
6510 container_of(work, struct ipw_priv, request_direct_scan.work);
6511 ipw_request_scan_helper(priv, IW_SCAN_TYPE_ACTIVE, 1);
David Howellsc4028952006-11-22 14:57:56 +00006512}
6513
6514static void ipw_bg_abort_scan(struct work_struct *work)
6515{
6516 struct ipw_priv *priv =
6517 container_of(work, struct ipw_priv, abort_scan);
Zhu Yi46441512006-01-24 16:37:59 +08006518 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00006519 ipw_abort_scan(priv);
Zhu Yi46441512006-01-24 16:37:59 +08006520 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05006521}
6522
James Ketrenosea2b26e2005-08-24 21:25:16 -05006523static int ipw_wpa_enable(struct ipw_priv *priv, int value)
6524{
James Ketrenosb095c382005-08-24 22:04:42 -05006525 /* This is called when wpa_supplicant loads and closes the driver
6526 * interface. */
Hong Liucdd1fa12005-08-31 18:14:27 +08006527 priv->ieee->wpa_enabled = value;
James Ketrenosb095c382005-08-24 22:04:42 -05006528 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006529}
6530
James Ketrenosea2b26e2005-08-24 21:25:16 -05006531static int ipw_wpa_set_auth_algs(struct ipw_priv *priv, int value)
6532{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006533 struct libipw_device *ieee = priv->ieee;
6534 struct libipw_security sec = {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006535 .flags = SEC_AUTH_MODE,
6536 };
6537 int ret = 0;
6538
James Ketrenosafbf30a2005-08-25 00:05:33 -05006539 if (value & IW_AUTH_ALG_SHARED_KEY) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006540 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
6541 ieee->open_wep = 0;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006542 } else if (value & IW_AUTH_ALG_OPEN_SYSTEM) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006543 sec.auth_mode = WLAN_AUTH_OPEN;
6544 ieee->open_wep = 1;
Zhu Yi3e234b42006-01-24 16:36:52 +08006545 } else if (value & IW_AUTH_ALG_LEAP) {
6546 sec.auth_mode = WLAN_AUTH_LEAP;
6547 ieee->open_wep = 1;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006548 } else
6549 return -EINVAL;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006550
6551 if (ieee->set_security)
6552 ieee->set_security(ieee->dev, &sec);
6553 else
6554 ret = -EOPNOTSUPP;
6555
6556 return ret;
6557}
6558
Adrian Bunka73e22b2006-01-21 01:39:42 +01006559static void ipw_wpa_assoc_frame(struct ipw_priv *priv, char *wpa_ie,
6560 int wpa_ie_len)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006561{
6562 /* make sure WPA is enabled */
6563 ipw_wpa_enable(priv, 1);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006564}
6565
6566static int ipw_set_rsn_capa(struct ipw_priv *priv,
6567 char *capabilities, int length)
6568{
James Ketrenosafbf30a2005-08-25 00:05:33 -05006569 IPW_DEBUG_HC("HOST_CMD_RSN_CAPABILITIES\n");
6570
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006571 return ipw_send_cmd_pdu(priv, IPW_CMD_RSN_CAPABILITIES, length,
Zhu Yi2638bc32006-01-24 16:37:52 +08006572 capabilities);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006573}
6574
James Ketrenosafbf30a2005-08-25 00:05:33 -05006575/*
6576 * WE-18 support
6577 */
6578
6579/* SIOCSIWGENIE */
6580static int ipw_wx_set_genie(struct net_device *dev,
6581 struct iw_request_info *info,
6582 union iwreq_data *wrqu, char *extra)
6583{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006584 struct ipw_priv *priv = libipw_priv(dev);
6585 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006586 u8 *buf;
6587 int err = 0;
6588
6589 if (wrqu->data.length > MAX_WPA_IE_LEN ||
6590 (wrqu->data.length && extra == NULL))
6591 return -EINVAL;
6592
James Ketrenosafbf30a2005-08-25 00:05:33 -05006593 if (wrqu->data.length) {
6594 buf = kmalloc(wrqu->data.length, GFP_KERNEL);
6595 if (buf == NULL) {
6596 err = -ENOMEM;
6597 goto out;
6598 }
6599
6600 memcpy(buf, extra, wrqu->data.length);
6601 kfree(ieee->wpa_ie);
6602 ieee->wpa_ie = buf;
6603 ieee->wpa_ie_len = wrqu->data.length;
6604 } else {
6605 kfree(ieee->wpa_ie);
6606 ieee->wpa_ie = NULL;
6607 ieee->wpa_ie_len = 0;
6608 }
6609
6610 ipw_wpa_assoc_frame(priv, ieee->wpa_ie, ieee->wpa_ie_len);
6611 out:
James Ketrenosafbf30a2005-08-25 00:05:33 -05006612 return err;
6613}
6614
6615/* SIOCGIWGENIE */
6616static int ipw_wx_get_genie(struct net_device *dev,
6617 struct iw_request_info *info,
6618 union iwreq_data *wrqu, char *extra)
6619{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006620 struct ipw_priv *priv = libipw_priv(dev);
6621 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006622 int err = 0;
6623
James Ketrenosafbf30a2005-08-25 00:05:33 -05006624 if (ieee->wpa_ie_len == 0 || ieee->wpa_ie == NULL) {
6625 wrqu->data.length = 0;
6626 goto out;
6627 }
6628
6629 if (wrqu->data.length < ieee->wpa_ie_len) {
6630 err = -E2BIG;
6631 goto out;
6632 }
6633
6634 wrqu->data.length = ieee->wpa_ie_len;
6635 memcpy(extra, ieee->wpa_ie, ieee->wpa_ie_len);
6636
6637 out:
James Ketrenosafbf30a2005-08-25 00:05:33 -05006638 return err;
6639}
6640
Zhu Yi1fbfea52005-08-05 17:22:56 +08006641static int wext_cipher2level(int cipher)
6642{
6643 switch (cipher) {
6644 case IW_AUTH_CIPHER_NONE:
6645 return SEC_LEVEL_0;
6646 case IW_AUTH_CIPHER_WEP40:
6647 case IW_AUTH_CIPHER_WEP104:
6648 return SEC_LEVEL_1;
6649 case IW_AUTH_CIPHER_TKIP:
6650 return SEC_LEVEL_2;
6651 case IW_AUTH_CIPHER_CCMP:
6652 return SEC_LEVEL_3;
6653 default:
6654 return -1;
6655 }
6656}
6657
James Ketrenosafbf30a2005-08-25 00:05:33 -05006658/* SIOCSIWAUTH */
6659static int ipw_wx_set_auth(struct net_device *dev,
6660 struct iw_request_info *info,
6661 union iwreq_data *wrqu, char *extra)
6662{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006663 struct ipw_priv *priv = libipw_priv(dev);
6664 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006665 struct iw_param *param = &wrqu->param;
John W. Linville274bfb82008-10-29 11:35:05 -04006666 struct lib80211_crypt_data *crypt;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006667 unsigned long flags;
6668 int ret = 0;
6669
6670 switch (param->flags & IW_AUTH_INDEX) {
6671 case IW_AUTH_WPA_VERSION:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006672 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006673 case IW_AUTH_CIPHER_PAIRWISE:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006674 ipw_set_hw_decrypt_unicast(priv,
6675 wext_cipher2level(param->value));
6676 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006677 case IW_AUTH_CIPHER_GROUP:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006678 ipw_set_hw_decrypt_multicast(priv,
6679 wext_cipher2level(param->value));
6680 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006681 case IW_AUTH_KEY_MGMT:
6682 /*
6683 * ipw2200 does not use these parameters
6684 */
6685 break;
6686
6687 case IW_AUTH_TKIP_COUNTERMEASURES:
John W. Linville274bfb82008-10-29 11:35:05 -04006688 crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
James Ketrenos991d1cc2005-10-13 09:26:48 +00006689 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006690 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006691
6692 flags = crypt->ops->get_flags(crypt->priv);
6693
6694 if (param->value)
6695 flags |= IEEE80211_CRYPTO_TKIP_COUNTERMEASURES;
6696 else
6697 flags &= ~IEEE80211_CRYPTO_TKIP_COUNTERMEASURES;
6698
6699 crypt->ops->set_flags(flags, crypt->priv);
6700
6701 break;
6702
6703 case IW_AUTH_DROP_UNENCRYPTED:{
6704 /* HACK:
6705 *
6706 * wpa_supplicant calls set_wpa_enabled when the driver
6707 * is loaded and unloaded, regardless of if WPA is being
6708 * used. No other calls are made which can be used to
6709 * determine if encryption will be used or not prior to
6710 * association being expected. If encryption is not being
6711 * used, drop_unencrypted is set to false, else true -- we
6712 * can use this to determine if the CAP_PRIVACY_ON bit should
6713 * be set.
6714 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006715 struct libipw_security sec = {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006716 .flags = SEC_ENABLED,
6717 .enabled = param->value,
6718 };
6719 priv->ieee->drop_unencrypted = param->value;
6720 /* We only change SEC_LEVEL for open mode. Others
6721 * are set by ipw_wpa_set_encryption.
6722 */
6723 if (!param->value) {
6724 sec.flags |= SEC_LEVEL;
6725 sec.level = SEC_LEVEL_0;
6726 } else {
6727 sec.flags |= SEC_LEVEL;
6728 sec.level = SEC_LEVEL_1;
6729 }
6730 if (priv->ieee->set_security)
6731 priv->ieee->set_security(priv->ieee->dev, &sec);
6732 break;
6733 }
6734
6735 case IW_AUTH_80211_AUTH_ALG:
6736 ret = ipw_wpa_set_auth_algs(priv, param->value);
6737 break;
6738
6739 case IW_AUTH_WPA_ENABLED:
6740 ret = ipw_wpa_enable(priv, param->value);
Zhu Yie3c5a642006-04-13 17:21:13 +08006741 ipw_disassociate(priv);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006742 break;
6743
6744 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
6745 ieee->ieee802_1x = param->value;
6746 break;
6747
James Ketrenosafbf30a2005-08-25 00:05:33 -05006748 case IW_AUTH_PRIVACY_INVOKED:
6749 ieee->privacy_invoked = param->value;
6750 break;
6751
6752 default:
6753 return -EOPNOTSUPP;
6754 }
6755 return ret;
6756}
6757
6758/* SIOCGIWAUTH */
6759static int ipw_wx_get_auth(struct net_device *dev,
6760 struct iw_request_info *info,
6761 union iwreq_data *wrqu, char *extra)
6762{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006763 struct ipw_priv *priv = libipw_priv(dev);
6764 struct libipw_device *ieee = priv->ieee;
John W. Linville274bfb82008-10-29 11:35:05 -04006765 struct lib80211_crypt_data *crypt;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006766 struct iw_param *param = &wrqu->param;
6767 int ret = 0;
6768
6769 switch (param->flags & IW_AUTH_INDEX) {
6770 case IW_AUTH_WPA_VERSION:
6771 case IW_AUTH_CIPHER_PAIRWISE:
6772 case IW_AUTH_CIPHER_GROUP:
6773 case IW_AUTH_KEY_MGMT:
6774 /*
6775 * wpa_supplicant will control these internally
6776 */
6777 ret = -EOPNOTSUPP;
6778 break;
6779
6780 case IW_AUTH_TKIP_COUNTERMEASURES:
John W. Linville274bfb82008-10-29 11:35:05 -04006781 crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
James Ketrenos991d1cc2005-10-13 09:26:48 +00006782 if (!crypt || !crypt->ops->get_flags)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006783 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006784
6785 param->value = (crypt->ops->get_flags(crypt->priv) &
6786 IEEE80211_CRYPTO_TKIP_COUNTERMEASURES) ? 1 : 0;
6787
6788 break;
6789
6790 case IW_AUTH_DROP_UNENCRYPTED:
6791 param->value = ieee->drop_unencrypted;
6792 break;
6793
6794 case IW_AUTH_80211_AUTH_ALG:
6795 param->value = ieee->sec.auth_mode;
6796 break;
6797
6798 case IW_AUTH_WPA_ENABLED:
6799 param->value = ieee->wpa_enabled;
6800 break;
6801
6802 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
6803 param->value = ieee->ieee802_1x;
6804 break;
6805
6806 case IW_AUTH_ROAMING_CONTROL:
6807 case IW_AUTH_PRIVACY_INVOKED:
6808 param->value = ieee->privacy_invoked;
6809 break;
6810
6811 default:
6812 return -EOPNOTSUPP;
6813 }
6814 return 0;
6815}
6816
6817/* SIOCSIWENCODEEXT */
6818static int ipw_wx_set_encodeext(struct net_device *dev,
6819 struct iw_request_info *info,
6820 union iwreq_data *wrqu, char *extra)
6821{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006822 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006823 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra;
6824
6825 if (hwcrypto) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006826 if (ext->alg == IW_ENCODE_ALG_TKIP) {
Hong Liu567deaf2005-08-31 18:07:22 +08006827 /* IPW HW can't build TKIP MIC,
6828 host decryption still needed */
6829 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
6830 priv->ieee->host_mc_decrypt = 1;
6831 else {
6832 priv->ieee->host_encrypt = 0;
6833 priv->ieee->host_encrypt_msdu = 1;
6834 priv->ieee->host_decrypt = 1;
6835 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05006836 } else {
6837 priv->ieee->host_encrypt = 0;
6838 priv->ieee->host_encrypt_msdu = 0;
6839 priv->ieee->host_decrypt = 0;
Hong Liu567deaf2005-08-31 18:07:22 +08006840 priv->ieee->host_mc_decrypt = 0;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006841 }
6842 }
6843
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006844 return libipw_wx_set_encodeext(priv->ieee, info, wrqu, extra);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006845}
6846
6847/* SIOCGIWENCODEEXT */
6848static int ipw_wx_get_encodeext(struct net_device *dev,
6849 struct iw_request_info *info,
6850 union iwreq_data *wrqu, char *extra)
6851{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006852 struct ipw_priv *priv = libipw_priv(dev);
6853 return libipw_wx_get_encodeext(priv->ieee, info, wrqu, extra);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006854}
6855
6856/* SIOCSIWMLME */
6857static int ipw_wx_set_mlme(struct net_device *dev,
6858 struct iw_request_info *info,
6859 union iwreq_data *wrqu, char *extra)
6860{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006861 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006862 struct iw_mlme *mlme = (struct iw_mlme *)extra;
Al Viroe62e1ee2007-12-27 01:36:46 -05006863 __le16 reason;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006864
6865 reason = cpu_to_le16(mlme->reason_code);
6866
6867 switch (mlme->cmd) {
6868 case IW_MLME_DEAUTH:
Pavel Machek67fd6b42006-07-11 15:34:05 +02006869 /* silently ignore */
James Ketrenosafbf30a2005-08-25 00:05:33 -05006870 break;
6871
6872 case IW_MLME_DISASSOC:
6873 ipw_disassociate(priv);
6874 break;
6875
6876 default:
6877 return -EOPNOTSUPP;
6878 }
6879 return 0;
6880}
James Ketrenosea2b26e2005-08-24 21:25:16 -05006881
Zhu Yie43e3c12006-04-13 17:20:45 +08006882#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -05006883
6884/* QoS */
6885/*
6886* get the modulation type of the current network or
6887* the card current mode
6888*/
Adrian Bunk53d0bcf2006-03-04 13:14:31 +01006889static u8 ipw_qos_current_mode(struct ipw_priv * priv)
James Ketrenosb095c382005-08-24 22:04:42 -05006890{
6891 u8 mode = 0;
6892
6893 if (priv->status & STATUS_ASSOCIATED) {
6894 unsigned long flags;
6895
6896 spin_lock_irqsave(&priv->ieee->lock, flags);
6897 mode = priv->assoc_network->mode;
6898 spin_unlock_irqrestore(&priv->ieee->lock, flags);
6899 } else {
6900 mode = priv->ieee->mode;
6901 }
6902 IPW_DEBUG_QOS("QoS network/card mode %d \n", mode);
6903 return mode;
6904}
6905
6906/*
6907* Handle management frame beacon and probe response
6908*/
James Ketrenos3b9990c2005-08-19 13:18:55 -05006909static int ipw_qos_handle_probe_response(struct ipw_priv *priv,
6910 int active_network,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006911 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05006912{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006913 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05006914
James Ketrenosafbf30a2005-08-25 00:05:33 -05006915 if (network->capability & WLAN_CAPABILITY_IBSS)
James Ketrenosb095c382005-08-24 22:04:42 -05006916 network->qos_data.active = network->qos_data.supported;
6917
6918 if (network->flags & NETWORK_HAS_QOS_MASK) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006919 if (active_network &&
6920 (network->flags & NETWORK_HAS_QOS_PARAMETERS))
James Ketrenosb095c382005-08-24 22:04:42 -05006921 network->qos_data.active = network->qos_data.supported;
6922
6923 if ((network->qos_data.active == 1) && (active_network == 1) &&
6924 (network->flags & NETWORK_HAS_QOS_PARAMETERS) &&
6925 (network->qos_data.old_param_count !=
6926 network->qos_data.param_count)) {
6927 network->qos_data.old_param_count =
6928 network->qos_data.param_count;
6929 schedule_work(&priv->qos_activate);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006930 IPW_DEBUG_QOS("QoS parameters change call "
6931 "qos_activate\n");
James Ketrenosb095c382005-08-24 22:04:42 -05006932 }
6933 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006934 if ((priv->ieee->mode == IEEE_B) || (network->mode == IEEE_B))
6935 memcpy(&network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05006936 &def_parameters_CCK, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006937 else
6938 memcpy(&network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05006939 &def_parameters_OFDM, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006940
James Ketrenosb095c382005-08-24 22:04:42 -05006941 if ((network->qos_data.active == 1) && (active_network == 1)) {
6942 IPW_DEBUG_QOS("QoS was disabled call qos_activate \n");
6943 schedule_work(&priv->qos_activate);
6944 }
6945
6946 network->qos_data.active = 0;
6947 network->qos_data.supported = 0;
6948 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05006949 if ((priv->status & STATUS_ASSOCIATED) &&
6950 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) {
6951 if (memcmp(network->bssid, priv->bssid, ETH_ALEN))
John W. Linvillec5d3dce2008-09-30 17:17:26 -04006952 if (network->capability & WLAN_CAPABILITY_IBSS)
James Ketrenosb095c382005-08-24 22:04:42 -05006953 if ((network->ssid_len ==
James Ketrenosafbf30a2005-08-25 00:05:33 -05006954 priv->assoc_network->ssid_len) &&
6955 !memcmp(network->ssid,
6956 priv->assoc_network->ssid,
6957 network->ssid_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -05006958 queue_work(priv->workqueue,
6959 &priv->merge_networks);
6960 }
James Ketrenosb095c382005-08-24 22:04:42 -05006961 }
6962
6963 return 0;
6964}
6965
6966/*
6967* This function set up the firmware to support QoS. It sends
6968* IPW_CMD_QOS_PARAMETERS and IPW_CMD_WME_INFO
6969*/
6970static int ipw_qos_activate(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006971 struct libipw_qos_data *qos_network_data)
James Ketrenosb095c382005-08-24 22:04:42 -05006972{
6973 int err;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006974 struct libipw_qos_parameters qos_parameters[QOS_QOS_SETS];
6975 struct libipw_qos_parameters *active_one = NULL;
6976 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05006977 u32 burst_duration;
6978 int i;
6979 u8 type;
6980
6981 type = ipw_qos_current_mode(priv);
6982
6983 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_CCK]);
6984 memcpy(active_one, priv->qos_data.def_qos_parm_CCK, size);
6985 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_OFDM]);
6986 memcpy(active_one, priv->qos_data.def_qos_parm_OFDM, size);
6987
6988 if (qos_network_data == NULL) {
6989 if (type == IEEE_B) {
6990 IPW_DEBUG_QOS("QoS activate network mode %d\n", type);
6991 active_one = &def_parameters_CCK;
6992 } else
6993 active_one = &def_parameters_OFDM;
6994
James Ketrenosafbf30a2005-08-25 00:05:33 -05006995 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05006996 burst_duration = ipw_qos_get_burst_duration(priv);
6997 for (i = 0; i < QOS_QUEUE_NUM; i++)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006998 qos_parameters[QOS_PARAM_SET_ACTIVE].tx_op_limit[i] =
Al Viro8fffc152007-12-27 01:25:40 -05006999 cpu_to_le16(burst_duration);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007000 } else if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
James Ketrenosb095c382005-08-24 22:04:42 -05007001 if (type == IEEE_B) {
7002 IPW_DEBUG_QOS("QoS activate IBSS nework mode %d\n",
7003 type);
7004 if (priv->qos_data.qos_enable == 0)
7005 active_one = &def_parameters_CCK;
7006 else
7007 active_one = priv->qos_data.def_qos_parm_CCK;
7008 } else {
7009 if (priv->qos_data.qos_enable == 0)
7010 active_one = &def_parameters_OFDM;
7011 else
7012 active_one = priv->qos_data.def_qos_parm_OFDM;
7013 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05007014 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007015 } else {
7016 unsigned long flags;
7017 int active;
7018
7019 spin_lock_irqsave(&priv->ieee->lock, flags);
7020 active_one = &(qos_network_data->parameters);
7021 qos_network_data->old_param_count =
7022 qos_network_data->param_count;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007023 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007024 active = qos_network_data->supported;
7025 spin_unlock_irqrestore(&priv->ieee->lock, flags);
7026
7027 if (active == 0) {
7028 burst_duration = ipw_qos_get_burst_duration(priv);
7029 for (i = 0; i < QOS_QUEUE_NUM; i++)
7030 qos_parameters[QOS_PARAM_SET_ACTIVE].
Al Viro8fffc152007-12-27 01:25:40 -05007031 tx_op_limit[i] = cpu_to_le16(burst_duration);
James Ketrenosb095c382005-08-24 22:04:42 -05007032 }
7033 }
7034
7035 IPW_DEBUG_QOS("QoS sending IPW_CMD_QOS_PARAMETERS\n");
James Ketrenosafbf30a2005-08-25 00:05:33 -05007036 err = ipw_send_qos_params_command(priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007037 (struct libipw_qos_parameters *)
James Ketrenosafbf30a2005-08-25 00:05:33 -05007038 &(qos_parameters[0]));
James Ketrenosb095c382005-08-24 22:04:42 -05007039 if (err)
7040 IPW_DEBUG_QOS("QoS IPW_CMD_QOS_PARAMETERS failed\n");
7041
7042 return err;
7043}
7044
7045/*
7046* send IPW_CMD_WME_INFO to the firmware
7047*/
7048static int ipw_qos_set_info_element(struct ipw_priv *priv)
7049{
7050 int ret = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007051 struct libipw_qos_information_element qos_info;
James Ketrenosb095c382005-08-24 22:04:42 -05007052
7053 if (priv == NULL)
7054 return -1;
7055
7056 qos_info.elementID = QOS_ELEMENT_ID;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007057 qos_info.length = sizeof(struct libipw_qos_information_element) - 2;
James Ketrenosb095c382005-08-24 22:04:42 -05007058
7059 qos_info.version = QOS_VERSION_1;
7060 qos_info.ac_info = 0;
7061
7062 memcpy(qos_info.qui, qos_oui, QOS_OUI_LEN);
7063 qos_info.qui_type = QOS_OUI_TYPE;
7064 qos_info.qui_subtype = QOS_OUI_INFO_SUB_TYPE;
7065
7066 ret = ipw_send_qos_info_command(priv, &qos_info);
7067 if (ret != 0) {
7068 IPW_DEBUG_QOS("QoS error calling ipw_send_qos_info_command\n");
7069 }
7070 return ret;
7071}
7072
7073/*
7074* Set the QoS parameter with the association request structure
7075*/
7076static int ipw_qos_association(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007077 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007078{
7079 int err = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007080 struct libipw_qos_data *qos_data = NULL;
7081 struct libipw_qos_data ibss_data = {
James Ketrenosb095c382005-08-24 22:04:42 -05007082 .supported = 1,
7083 .active = 1,
7084 };
7085
7086 switch (priv->ieee->iw_mode) {
7087 case IW_MODE_ADHOC:
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02007088 BUG_ON(!(network->capability & WLAN_CAPABILITY_IBSS));
James Ketrenosb095c382005-08-24 22:04:42 -05007089
7090 qos_data = &ibss_data;
7091 break;
7092
7093 case IW_MODE_INFRA:
7094 qos_data = &network->qos_data;
7095 break;
7096
7097 default:
7098 BUG();
7099 break;
7100 }
7101
7102 err = ipw_qos_activate(priv, qos_data);
7103 if (err) {
7104 priv->assoc_request.policy_support &= ~HC_QOS_SUPPORT_ASSOC;
7105 return err;
7106 }
7107
7108 if (priv->qos_data.qos_enable && qos_data->supported) {
7109 IPW_DEBUG_QOS("QoS will be enabled for this association\n");
7110 priv->assoc_request.policy_support |= HC_QOS_SUPPORT_ASSOC;
7111 return ipw_qos_set_info_element(priv);
7112 }
7113
7114 return 0;
7115}
7116
7117/*
Matt LaPlante0779bf22006-11-30 05:24:39 +01007118* handling the beaconing responses. if we get different QoS setting
7119* off the network from the associated setting, adjust the QoS
James Ketrenosb095c382005-08-24 22:04:42 -05007120* setting
7121*/
7122static int ipw_qos_association_resp(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007123 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007124{
7125 int ret = 0;
7126 unsigned long flags;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007127 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05007128 int set_qos_param = 0;
7129
James Ketrenosafbf30a2005-08-25 00:05:33 -05007130 if ((priv == NULL) || (network == NULL) ||
7131 (priv->assoc_network == NULL))
James Ketrenosb095c382005-08-24 22:04:42 -05007132 return ret;
7133
7134 if (!(priv->status & STATUS_ASSOCIATED))
7135 return ret;
7136
James Ketrenosafbf30a2005-08-25 00:05:33 -05007137 if ((priv->ieee->iw_mode != IW_MODE_INFRA))
James Ketrenosb095c382005-08-24 22:04:42 -05007138 return ret;
James Ketrenosb095c382005-08-24 22:04:42 -05007139
7140 spin_lock_irqsave(&priv->ieee->lock, flags);
7141 if (network->flags & NETWORK_HAS_QOS_PARAMETERS) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007142 memcpy(&priv->assoc_network->qos_data, &network->qos_data,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007143 sizeof(struct libipw_qos_data));
James Ketrenosb095c382005-08-24 22:04:42 -05007144 priv->assoc_network->qos_data.active = 1;
7145 if ((network->qos_data.old_param_count !=
7146 network->qos_data.param_count)) {
7147 set_qos_param = 1;
7148 network->qos_data.old_param_count =
7149 network->qos_data.param_count;
7150 }
7151
7152 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007153 if ((network->mode == IEEE_B) || (priv->ieee->mode == IEEE_B))
7154 memcpy(&priv->assoc_network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05007155 &def_parameters_CCK, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007156 else
7157 memcpy(&priv->assoc_network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05007158 &def_parameters_OFDM, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007159 priv->assoc_network->qos_data.active = 0;
7160 priv->assoc_network->qos_data.supported = 0;
7161 set_qos_param = 1;
7162 }
7163
7164 spin_unlock_irqrestore(&priv->ieee->lock, flags);
7165
7166 if (set_qos_param == 1)
7167 schedule_work(&priv->qos_activate);
7168
7169 return ret;
7170}
7171
7172static u32 ipw_qos_get_burst_duration(struct ipw_priv *priv)
7173{
7174 u32 ret = 0;
7175
7176 if ((priv == NULL))
7177 return 0;
7178
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007179 if (!(priv->ieee->modulation & LIBIPW_OFDM_MODULATION))
James Ketrenosb095c382005-08-24 22:04:42 -05007180 ret = priv->qos_data.burst_duration_CCK;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007181 else
James Ketrenosb095c382005-08-24 22:04:42 -05007182 ret = priv->qos_data.burst_duration_OFDM;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007183
James Ketrenosb095c382005-08-24 22:04:42 -05007184 return ret;
7185}
7186
7187/*
7188* Initialize the setting of QoS global
7189*/
7190static void ipw_qos_init(struct ipw_priv *priv, int enable,
7191 int burst_enable, u32 burst_duration_CCK,
7192 u32 burst_duration_OFDM)
7193{
7194 priv->qos_data.qos_enable = enable;
7195
7196 if (priv->qos_data.qos_enable) {
7197 priv->qos_data.def_qos_parm_CCK = &def_qos_parameters_CCK;
7198 priv->qos_data.def_qos_parm_OFDM = &def_qos_parameters_OFDM;
7199 IPW_DEBUG_QOS("QoS is enabled\n");
7200 } else {
7201 priv->qos_data.def_qos_parm_CCK = &def_parameters_CCK;
7202 priv->qos_data.def_qos_parm_OFDM = &def_parameters_OFDM;
7203 IPW_DEBUG_QOS("QoS is not enabled\n");
7204 }
7205
7206 priv->qos_data.burst_enable = burst_enable;
7207
7208 if (burst_enable) {
7209 priv->qos_data.burst_duration_CCK = burst_duration_CCK;
7210 priv->qos_data.burst_duration_OFDM = burst_duration_OFDM;
7211 } else {
7212 priv->qos_data.burst_duration_CCK = 0;
7213 priv->qos_data.burst_duration_OFDM = 0;
7214 }
7215}
7216
7217/*
7218* map the packet priority to the right TX Queue
7219*/
7220static int ipw_get_tx_queue_number(struct ipw_priv *priv, u16 priority)
7221{
7222 if (priority > 7 || !priv->qos_data.qos_enable)
7223 priority = 0;
7224
7225 return from_priority_to_tx_queue[priority] - 1;
7226}
7227
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007228static int ipw_is_qos_active(struct net_device *dev,
7229 struct sk_buff *skb)
James Ketrenosb095c382005-08-24 22:04:42 -05007230{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007231 struct ipw_priv *priv = libipw_priv(dev);
7232 struct libipw_qos_data *qos_data = NULL;
James Ketrenosb095c382005-08-24 22:04:42 -05007233 int active, supported;
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007234 u8 *daddr = skb->data + ETH_ALEN;
7235 int unicast = !is_multicast_ether_addr(daddr);
James Ketrenosb095c382005-08-24 22:04:42 -05007236
7237 if (!(priv->status & STATUS_ASSOCIATED))
7238 return 0;
7239
7240 qos_data = &priv->assoc_network->qos_data;
7241
James Ketrenosb095c382005-08-24 22:04:42 -05007242 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
7243 if (unicast == 0)
7244 qos_data->active = 0;
7245 else
7246 qos_data->active = qos_data->supported;
7247 }
James Ketrenosb095c382005-08-24 22:04:42 -05007248 active = qos_data->active;
7249 supported = qos_data->supported;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007250 IPW_DEBUG_QOS("QoS %d network is QoS active %d supported %d "
7251 "unicast %d\n",
7252 priv->qos_data.qos_enable, active, supported, unicast);
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007253 if (active && priv->qos_data.qos_enable)
7254 return 1;
James Ketrenosb095c382005-08-24 22:04:42 -05007255
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007256 return 0;
7257
7258}
7259/*
7260* add QoS parameter to the TX command
7261*/
7262static int ipw_qos_set_tx_queue_command(struct ipw_priv *priv,
7263 u16 priority,
7264 struct tfd_data *tfd)
7265{
7266 int tx_queue_id = 0;
7267
7268
7269 tx_queue_id = from_priority_to_tx_queue[priority] - 1;
7270 tfd->tx_flags_ext |= DCT_FLAG_EXT_QOS_ENABLED;
7271
7272 if (priv->qos_data.qos_no_ack_mask & (1UL << tx_queue_id)) {
7273 tfd->tx_flags &= ~DCT_FLAG_ACK_REQD;
Zhu Yi851ca262006-08-21 11:37:58 +08007274 tfd->tfd.tfd_26.mchdr.qos_ctrl |= cpu_to_le16(CTRL_QOS_NO_ACK);
James Ketrenosb095c382005-08-24 22:04:42 -05007275 }
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007276 return 0;
James Ketrenosb095c382005-08-24 22:04:42 -05007277}
7278
7279/*
7280* background support to run QoS activate functionality
7281*/
David Howellsc4028952006-11-22 14:57:56 +00007282static void ipw_bg_qos_activate(struct work_struct *work)
James Ketrenosb095c382005-08-24 22:04:42 -05007283{
David Howellsc4028952006-11-22 14:57:56 +00007284 struct ipw_priv *priv =
7285 container_of(work, struct ipw_priv, qos_activate);
James Ketrenosb095c382005-08-24 22:04:42 -05007286
Zhu Yi46441512006-01-24 16:37:59 +08007287 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05007288
7289 if (priv->status & STATUS_ASSOCIATED)
7290 ipw_qos_activate(priv, &(priv->assoc_network->qos_data));
7291
Zhu Yi46441512006-01-24 16:37:59 +08007292 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05007293}
7294
James Ketrenos3b9990c2005-08-19 13:18:55 -05007295static int ipw_handle_probe_response(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007296 struct libipw_probe_response *resp,
7297 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007298{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007299 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007300 int active_network = ((priv->status & STATUS_ASSOCIATED) &&
7301 (network == priv->assoc_network));
James Ketrenosb095c382005-08-24 22:04:42 -05007302
James Ketrenos3b9990c2005-08-19 13:18:55 -05007303 ipw_qos_handle_probe_response(priv, active_network, network);
James Ketrenosb095c382005-08-24 22:04:42 -05007304
James Ketrenos3b9990c2005-08-19 13:18:55 -05007305 return 0;
7306}
James Ketrenosb095c382005-08-24 22:04:42 -05007307
James Ketrenos3b9990c2005-08-19 13:18:55 -05007308static int ipw_handle_beacon(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007309 struct libipw_beacon *resp,
7310 struct libipw_network *network)
James Ketrenos3b9990c2005-08-19 13:18:55 -05007311{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007312 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007313 int active_network = ((priv->status & STATUS_ASSOCIATED) &&
7314 (network == priv->assoc_network));
7315
7316 ipw_qos_handle_probe_response(priv, active_network, network);
7317
7318 return 0;
7319}
7320
7321static int ipw_handle_assoc_response(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007322 struct libipw_assoc_response *resp,
7323 struct libipw_network *network)
James Ketrenos3b9990c2005-08-19 13:18:55 -05007324{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007325 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007326 ipw_qos_association_resp(priv, network);
James Ketrenosb095c382005-08-24 22:04:42 -05007327 return 0;
7328}
7329
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007330static int ipw_send_qos_params_command(struct ipw_priv *priv, struct libipw_qos_parameters
James Ketrenosb095c382005-08-24 22:04:42 -05007331 *qos_param)
7332{
Zhu Yi4e226992006-01-24 16:37:36 +08007333 return ipw_send_cmd_pdu(priv, IPW_CMD_QOS_PARAMETERS,
7334 sizeof(*qos_param) * 3, qos_param);
James Ketrenosb095c382005-08-24 22:04:42 -05007335}
7336
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007337static int ipw_send_qos_info_command(struct ipw_priv *priv, struct libipw_qos_information_element
James Ketrenosb095c382005-08-24 22:04:42 -05007338 *qos_param)
7339{
Zhu Yi4e226992006-01-24 16:37:36 +08007340 return ipw_send_cmd_pdu(priv, IPW_CMD_WME_INFO, sizeof(*qos_param),
7341 qos_param);
James Ketrenosb095c382005-08-24 22:04:42 -05007342}
7343
Zhu Yie43e3c12006-04-13 17:20:45 +08007344#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -05007345
James Ketrenos43f66a62005-03-25 12:31:53 -06007346static int ipw_associate_network(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007347 struct libipw_network *network,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007348 struct ipw_supported_rates *rates, int roaming)
James Ketrenos43f66a62005-03-25 12:31:53 -06007349{
7350 int err;
John W. Linville9387b7c2008-09-30 20:59:05 -04007351 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007352
7353 if (priv->config & CFG_FIXED_RATE)
James Ketrenosb095c382005-08-24 22:04:42 -05007354 ipw_set_fixed_rate(priv, network->mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06007355
7356 if (!(priv->config & CFG_STATIC_ESSID)) {
Jeff Garzikbf794512005-07-31 13:07:26 -04007357 priv->essid_len = min(network->ssid_len,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007358 (u8) IW_ESSID_MAX_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06007359 memcpy(priv->essid, network->ssid, priv->essid_len);
7360 }
7361
7362 network->last_associate = jiffies;
7363
7364 memset(&priv->assoc_request, 0, sizeof(priv->assoc_request));
7365 priv->assoc_request.channel = network->channel;
Zhu Yi3e234b42006-01-24 16:36:52 +08007366 priv->assoc_request.auth_key = 0;
7367
James Ketrenos43f66a62005-03-25 12:31:53 -06007368 if ((priv->capability & CAP_PRIVACY_ON) &&
Zhu Yi3e234b42006-01-24 16:36:52 +08007369 (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007370 priv->assoc_request.auth_type = AUTH_SHARED_KEY;
James Ketrenosb095c382005-08-24 22:04:42 -05007371 priv->assoc_request.auth_key = priv->ieee->sec.active_key;
7372
Zhu Yi1ba61e02006-02-15 13:00:55 +08007373 if (priv->ieee->sec.level == SEC_LEVEL_1)
James Ketrenosb095c382005-08-24 22:04:42 -05007374 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
Zhu Yi3e234b42006-01-24 16:36:52 +08007375
7376 } else if ((priv->capability & CAP_PRIVACY_ON) &&
7377 (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP))
7378 priv->assoc_request.auth_type = AUTH_LEAP;
7379 else
James Ketrenos43f66a62005-03-25 12:31:53 -06007380 priv->assoc_request.auth_type = AUTH_OPEN;
James Ketrenos43f66a62005-03-25 12:31:53 -06007381
James Ketrenosa613bff2005-08-24 21:43:11 -05007382 if (priv->ieee->wpa_ie_len) {
Al Viro5b5e8072007-12-27 01:54:06 -05007383 priv->assoc_request.policy_support = cpu_to_le16(0x02); /* RSN active */
James Ketrenosea2b26e2005-08-24 21:25:16 -05007384 ipw_set_rsn_capa(priv, priv->ieee->wpa_ie,
7385 priv->ieee->wpa_ie_len);
7386 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007387
Jeff Garzikbf794512005-07-31 13:07:26 -04007388 /*
7389 * It is valid for our ieee device to support multiple modes, but
7390 * when it comes to associating to a given network we have to choose
James Ketrenos43f66a62005-03-25 12:31:53 -06007391 * just one mode.
7392 */
7393 if (network->mode & priv->ieee->mode & IEEE_A)
7394 priv->assoc_request.ieee_mode = IPW_A_MODE;
7395 else if (network->mode & priv->ieee->mode & IEEE_G)
7396 priv->assoc_request.ieee_mode = IPW_G_MODE;
7397 else if (network->mode & priv->ieee->mode & IEEE_B)
7398 priv->assoc_request.ieee_mode = IPW_B_MODE;
7399
Al Viro5b5e8072007-12-27 01:54:06 -05007400 priv->assoc_request.capability = cpu_to_le16(network->capability);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007401 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
7402 && !(priv->config & CFG_PREAMBLE_LONG)) {
7403 priv->assoc_request.preamble_length = DCT_FLAG_SHORT_PREAMBLE;
7404 } else {
7405 priv->assoc_request.preamble_length = DCT_FLAG_LONG_PREAMBLE;
7406
7407 /* Clear the short preamble if we won't be supporting it */
7408 priv->assoc_request.capability &=
Al Viro5b5e8072007-12-27 01:54:06 -05007409 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007410 }
7411
James Ketrenosafbf30a2005-08-25 00:05:33 -05007412 /* Clear capability bits that aren't used in Ad Hoc */
7413 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
7414 priv->assoc_request.capability &=
Al Viro5b5e8072007-12-27 01:54:06 -05007415 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007416
James Ketrenos43f66a62005-03-25 12:31:53 -06007417 IPW_DEBUG_ASSOC("%sssocation attempt: '%s', channel %d, "
James Ketrenosea2b26e2005-08-24 21:25:16 -05007418 "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06007419 roaming ? "Rea" : "A",
John W. Linville9387b7c2008-09-30 20:59:05 -04007420 print_ssid(ssid, priv->essid, priv->essid_len),
Jeff Garzikbf794512005-07-31 13:07:26 -04007421 network->channel,
7422 ipw_modes[priv->assoc_request.ieee_mode],
7423 rates->num_rates,
James Ketrenosea2b26e2005-08-24 21:25:16 -05007424 (priv->assoc_request.preamble_length ==
7425 DCT_FLAG_LONG_PREAMBLE) ? "long" : "short",
7426 network->capability &
7427 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long",
James Ketrenos43f66a62005-03-25 12:31:53 -06007428 priv->capability & CAP_PRIVACY_ON ? "on " : "off",
Jeff Garzikbf794512005-07-31 13:07:26 -04007429 priv->capability & CAP_PRIVACY_ON ?
7430 (priv->capability & CAP_SHARED_KEY ? "(shared)" :
James Ketrenos43f66a62005-03-25 12:31:53 -06007431 "(open)") : "",
7432 priv->capability & CAP_PRIVACY_ON ? " key=" : "",
Jeff Garzikbf794512005-07-31 13:07:26 -04007433 priv->capability & CAP_PRIVACY_ON ?
James Ketrenosb095c382005-08-24 22:04:42 -05007434 '1' + priv->ieee->sec.active_key : '.',
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007435 priv->capability & CAP_PRIVACY_ON ? '.' : ' ');
James Ketrenos43f66a62005-03-25 12:31:53 -06007436
Al Viro5b5e8072007-12-27 01:54:06 -05007437 priv->assoc_request.beacon_interval = cpu_to_le16(network->beacon_interval);
James Ketrenos43f66a62005-03-25 12:31:53 -06007438 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007439 (network->time_stamp[0] == 0) && (network->time_stamp[1] == 0)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007440 priv->assoc_request.assoc_type = HC_IBSS_START;
7441 priv->assoc_request.assoc_tsf_msw = 0;
7442 priv->assoc_request.assoc_tsf_lsw = 0;
7443 } else {
7444 if (unlikely(roaming))
7445 priv->assoc_request.assoc_type = HC_REASSOCIATE;
7446 else
7447 priv->assoc_request.assoc_type = HC_ASSOCIATE;
Al Viro5b5e8072007-12-27 01:54:06 -05007448 priv->assoc_request.assoc_tsf_msw = cpu_to_le32(network->time_stamp[1]);
7449 priv->assoc_request.assoc_tsf_lsw = cpu_to_le32(network->time_stamp[0]);
James Ketrenos43f66a62005-03-25 12:31:53 -06007450 }
7451
James Ketrenosafbf30a2005-08-25 00:05:33 -05007452 memcpy(priv->assoc_request.bssid, network->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06007453
7454 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
7455 memset(&priv->assoc_request.dest, 0xFF, ETH_ALEN);
Al Viro5b5e8072007-12-27 01:54:06 -05007456 priv->assoc_request.atim_window = cpu_to_le16(network->atim_window);
James Ketrenos43f66a62005-03-25 12:31:53 -06007457 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007458 memcpy(priv->assoc_request.dest, network->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06007459 priv->assoc_request.atim_window = 0;
7460 }
7461
Al Viro5b5e8072007-12-27 01:54:06 -05007462 priv->assoc_request.listen_interval = cpu_to_le16(network->listen_interval);
Jeff Garzikbf794512005-07-31 13:07:26 -04007463
James Ketrenos43f66a62005-03-25 12:31:53 -06007464 err = ipw_send_ssid(priv, priv->essid, priv->essid_len);
7465 if (err) {
7466 IPW_DEBUG_HC("Attempt to send SSID command failed.\n");
7467 return err;
7468 }
7469
7470 rates->ieee_mode = priv->assoc_request.ieee_mode;
7471 rates->purpose = IPW_RATE_CONNECT;
7472 ipw_send_supported_rates(priv, rates);
Jeff Garzikbf794512005-07-31 13:07:26 -04007473
James Ketrenos43f66a62005-03-25 12:31:53 -06007474 if (priv->assoc_request.ieee_mode == IPW_G_MODE)
7475 priv->sys_config.dot11g_auto_detection = 1;
7476 else
7477 priv->sys_config.dot11g_auto_detection = 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -05007478
7479 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
7480 priv->sys_config.answer_broadcast_ssid_probe = 1;
7481 else
7482 priv->sys_config.answer_broadcast_ssid_probe = 0;
7483
Zhu Yid685b8c2006-04-13 17:20:27 +08007484 err = ipw_send_system_config(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06007485 if (err) {
7486 IPW_DEBUG_HC("Attempt to send sys config command failed.\n");
7487 return err;
7488 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007489
James Ketrenos43f66a62005-03-25 12:31:53 -06007490 IPW_DEBUG_ASSOC("Association sensitivity: %d\n", network->stats.rssi);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007491 err = ipw_set_sensitivity(priv, network->stats.rssi + IPW_RSSI_TO_DBM);
James Ketrenos43f66a62005-03-25 12:31:53 -06007492 if (err) {
7493 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7494 return err;
7495 }
7496
7497 /*
7498 * If preemption is enabled, it is possible for the association
7499 * to complete before we return from ipw_send_associate. Therefore
7500 * we have to be sure and update our priviate data first.
7501 */
7502 priv->channel = network->channel;
7503 memcpy(priv->bssid, network->bssid, ETH_ALEN);
Jeff Garzikbf794512005-07-31 13:07:26 -04007504 priv->status |= STATUS_ASSOCIATING;
James Ketrenos43f66a62005-03-25 12:31:53 -06007505 priv->status &= ~STATUS_SECURITY_UPDATED;
7506
7507 priv->assoc_network = network;
7508
Zhu Yie43e3c12006-04-13 17:20:45 +08007509#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -05007510 ipw_qos_association(priv, network);
7511#endif
7512
James Ketrenos43f66a62005-03-25 12:31:53 -06007513 err = ipw_send_associate(priv, &priv->assoc_request);
7514 if (err) {
7515 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7516 return err;
7517 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007518
Johannes Berge1749612008-10-27 15:59:26 -07007519 IPW_DEBUG(IPW_DL_STATE, "associating: '%s' %pM \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04007520 print_ssid(ssid, priv->essid, priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07007521 priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007522
7523 return 0;
7524}
7525
7526static void ipw_roam(void *data)
7527{
7528 struct ipw_priv *priv = data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007529 struct libipw_network *network = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06007530 struct ipw_network_match match = {
7531 .network = priv->assoc_network
7532 };
7533
7534 /* The roaming process is as follows:
Jeff Garzikbf794512005-07-31 13:07:26 -04007535 *
7536 * 1. Missed beacon threshold triggers the roaming process by
James Ketrenos43f66a62005-03-25 12:31:53 -06007537 * setting the status ROAM bit and requesting a scan.
7538 * 2. When the scan completes, it schedules the ROAM work
7539 * 3. The ROAM work looks at all of the known networks for one that
7540 * is a better network than the currently associated. If none
7541 * found, the ROAM process is over (ROAM bit cleared)
7542 * 4. If a better network is found, a disassociation request is
7543 * sent.
7544 * 5. When the disassociation completes, the roam work is again
7545 * scheduled. The second time through, the driver is no longer
7546 * associated, and the newly selected network is sent an
Jeff Garzikbf794512005-07-31 13:07:26 -04007547 * association request.
James Ketrenos43f66a62005-03-25 12:31:53 -06007548 * 6. At this point ,the roaming process is complete and the ROAM
7549 * status bit is cleared.
7550 */
7551
7552 /* If we are no longer associated, and the roaming bit is no longer
7553 * set, then we are not actively roaming, so just return */
7554 if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ROAMING)))
7555 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04007556
James Ketrenos43f66a62005-03-25 12:31:53 -06007557 if (priv->status & STATUS_ASSOCIATED) {
Jeff Garzikbf794512005-07-31 13:07:26 -04007558 /* First pass through ROAM process -- look for a better
James Ketrenos43f66a62005-03-25 12:31:53 -06007559 * network */
James Ketrenosa613bff2005-08-24 21:43:11 -05007560 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06007561 u8 rssi = priv->assoc_network->stats.rssi;
7562 priv->assoc_network->stats.rssi = -128;
James Ketrenosa613bff2005-08-24 21:43:11 -05007563 spin_lock_irqsave(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06007564 list_for_each_entry(network, &priv->ieee->network_list, list) {
7565 if (network != priv->assoc_network)
7566 ipw_best_network(priv, &match, network, 1);
7567 }
James Ketrenosa613bff2005-08-24 21:43:11 -05007568 spin_unlock_irqrestore(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06007569 priv->assoc_network->stats.rssi = rssi;
Jeff Garzikbf794512005-07-31 13:07:26 -04007570
James Ketrenos43f66a62005-03-25 12:31:53 -06007571 if (match.network == priv->assoc_network) {
7572 IPW_DEBUG_ASSOC("No better APs in this network to "
7573 "roam to.\n");
7574 priv->status &= ~STATUS_ROAMING;
7575 ipw_debug_config(priv);
7576 return;
7577 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007578
James Ketrenos43f66a62005-03-25 12:31:53 -06007579 ipw_send_disassociate(priv, 1);
7580 priv->assoc_network = match.network;
7581
7582 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04007583 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007584
7585 /* Second pass through ROAM process -- request association */
7586 ipw_compatible_rates(priv, priv->assoc_network, &match.rates);
7587 ipw_associate_network(priv, priv->assoc_network, &match.rates, 1);
7588 priv->status &= ~STATUS_ROAMING;
7589}
7590
David Howellsc4028952006-11-22 14:57:56 +00007591static void ipw_bg_roam(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05007592{
David Howellsc4028952006-11-22 14:57:56 +00007593 struct ipw_priv *priv =
7594 container_of(work, struct ipw_priv, roam);
Zhu Yi46441512006-01-24 16:37:59 +08007595 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00007596 ipw_roam(priv);
Zhu Yi46441512006-01-24 16:37:59 +08007597 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05007598}
7599
7600static int ipw_associate(void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -06007601{
7602 struct ipw_priv *priv = data;
7603
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007604 struct libipw_network *network = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06007605 struct ipw_network_match match = {
7606 .network = NULL
7607 };
7608 struct ipw_supported_rates *rates;
7609 struct list_head *element;
James Ketrenosa613bff2005-08-24 21:43:11 -05007610 unsigned long flags;
John W. Linville9387b7c2008-09-30 20:59:05 -04007611 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007612
James Ketrenosb095c382005-08-24 22:04:42 -05007613 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
7614 IPW_DEBUG_ASSOC("Not attempting association (monitor mode)\n");
7615 return 0;
7616 }
7617
James Ketrenosc848d0a2005-08-24 21:56:24 -05007618 if (priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007619 IPW_DEBUG_ASSOC("Not attempting association (already in "
7620 "progress)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007621 return 0;
7622 }
7623
Hong Liue6324722005-09-14 21:04:15 -05007624 if (priv->status & STATUS_DISASSOCIATING) {
7625 IPW_DEBUG_ASSOC("Not attempting association (in "
7626 "disassociating)\n ");
7627 queue_work(priv->workqueue, &priv->associate);
7628 return 0;
7629 }
7630
James Ketrenosc848d0a2005-08-24 21:56:24 -05007631 if (!ipw_is_init(priv) || (priv->status & STATUS_SCANNING)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007632 IPW_DEBUG_ASSOC("Not attempting association (scanning or not "
7633 "initialized)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007634 return 0;
7635 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007636
7637 if (!(priv->config & CFG_ASSOCIATE) &&
Alexey Fisher3e4127f2008-11-06 09:51:16 +01007638 !(priv->config & (CFG_STATIC_ESSID | CFG_STATIC_BSSID))) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007639 IPW_DEBUG_ASSOC("Not attempting association (associate=0)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007640 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06007641 }
7642
James Ketrenosa613bff2005-08-24 21:43:11 -05007643 /* Protect our use of the network_list */
7644 spin_lock_irqsave(&priv->ieee->lock, flags);
Jeff Garzikbf794512005-07-31 13:07:26 -04007645 list_for_each_entry(network, &priv->ieee->network_list, list)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007646 ipw_best_network(priv, &match, network, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06007647
7648 network = match.network;
7649 rates = &match.rates;
7650
7651 if (network == NULL &&
7652 priv->ieee->iw_mode == IW_MODE_ADHOC &&
7653 priv->config & CFG_ADHOC_CREATE &&
7654 priv->config & CFG_STATIC_ESSID &&
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007655 priv->config & CFG_STATIC_CHANNEL) {
7656 /* Use oldest network if the free list is empty */
7657 if (list_empty(&priv->ieee->network_free_list)) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007658 struct libipw_network *oldest = NULL;
7659 struct libipw_network *target;
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007660
7661 list_for_each_entry(target, &priv->ieee->network_list, list) {
7662 if ((oldest == NULL) ||
7663 (target->last_scanned < oldest->last_scanned))
7664 oldest = target;
7665 }
7666
7667 /* If there are no more slots, expire the oldest */
7668 list_del(&oldest->list);
7669 target = oldest;
Johannes Berge1749612008-10-27 15:59:26 -07007670 IPW_DEBUG_ASSOC("Expired '%s' (%pM) from "
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007671 "network list.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04007672 print_ssid(ssid, target->ssid,
7673 target->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07007674 target->bssid);
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007675 list_add_tail(&target->list,
7676 &priv->ieee->network_free_list);
7677 }
7678
James Ketrenos43f66a62005-03-25 12:31:53 -06007679 element = priv->ieee->network_free_list.next;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007680 network = list_entry(element, struct libipw_network, list);
James Ketrenos43f66a62005-03-25 12:31:53 -06007681 ipw_adhoc_create(priv, network);
7682 rates = &priv->rates;
7683 list_del(element);
7684 list_add_tail(&network->list, &priv->ieee->network_list);
7685 }
James Ketrenosa613bff2005-08-24 21:43:11 -05007686 spin_unlock_irqrestore(&priv->ieee->lock, flags);
Jeff Garzikbf794512005-07-31 13:07:26 -04007687
James Ketrenos43f66a62005-03-25 12:31:53 -06007688 /* If we reached the end of the list, then we don't have any valid
7689 * matching APs */
7690 if (!network) {
7691 ipw_debug_config(priv);
7692
James Ketrenosb095c382005-08-24 22:04:42 -05007693 if (!(priv->status & STATUS_SCANNING)) {
7694 if (!(priv->config & CFG_SPEED_SCAN))
7695 queue_delayed_work(priv->workqueue,
7696 &priv->request_scan,
7697 SCAN_INTERVAL);
7698 else
David Howellsc4028952006-11-22 14:57:56 +00007699 queue_delayed_work(priv->workqueue,
7700 &priv->request_scan, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05007701 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007702
James Ketrenosc848d0a2005-08-24 21:56:24 -05007703 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06007704 }
7705
7706 ipw_associate_network(priv, network, rates, 0);
James Ketrenosc848d0a2005-08-24 21:56:24 -05007707
7708 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06007709}
Jeff Garzikbf794512005-07-31 13:07:26 -04007710
David Howellsc4028952006-11-22 14:57:56 +00007711static void ipw_bg_associate(struct work_struct *work)
James Ketrenos43f66a62005-03-25 12:31:53 -06007712{
David Howellsc4028952006-11-22 14:57:56 +00007713 struct ipw_priv *priv =
7714 container_of(work, struct ipw_priv, associate);
Zhu Yi46441512006-01-24 16:37:59 +08007715 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00007716 ipw_associate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08007717 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06007718}
7719
James Ketrenosb095c382005-08-24 22:04:42 -05007720static void ipw_rebuild_decrypted_skb(struct ipw_priv *priv,
7721 struct sk_buff *skb)
7722{
7723 struct ieee80211_hdr *hdr;
7724 u16 fc;
7725
7726 hdr = (struct ieee80211_hdr *)skb->data;
John W. Linville72118012008-09-30 21:43:03 -04007727 fc = le16_to_cpu(hdr->frame_control);
James Ketrenosb095c382005-08-24 22:04:42 -05007728 if (!(fc & IEEE80211_FCTL_PROTECTED))
7729 return;
7730
7731 fc &= ~IEEE80211_FCTL_PROTECTED;
John W. Linville72118012008-09-30 21:43:03 -04007732 hdr->frame_control = cpu_to_le16(fc);
James Ketrenosb095c382005-08-24 22:04:42 -05007733 switch (priv->ieee->sec.level) {
7734 case SEC_LEVEL_3:
7735 /* Remove CCMP HDR */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007736 memmove(skb->data + LIBIPW_3ADDR_LEN,
7737 skb->data + LIBIPW_3ADDR_LEN + 8,
7738 skb->len - LIBIPW_3ADDR_LEN - 8);
Zhu Yif4ff4972005-09-12 10:48:48 -05007739 skb_trim(skb, skb->len - 16); /* CCMP_HDR_LEN + CCMP_MIC_LEN */
James Ketrenosb095c382005-08-24 22:04:42 -05007740 break;
7741 case SEC_LEVEL_2:
7742 break;
7743 case SEC_LEVEL_1:
7744 /* Remove IV */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007745 memmove(skb->data + LIBIPW_3ADDR_LEN,
7746 skb->data + LIBIPW_3ADDR_LEN + 4,
7747 skb->len - LIBIPW_3ADDR_LEN - 4);
Zhu Yif4ff4972005-09-12 10:48:48 -05007748 skb_trim(skb, skb->len - 8); /* IV + ICV */
James Ketrenosb095c382005-08-24 22:04:42 -05007749 break;
7750 case SEC_LEVEL_0:
7751 break;
7752 default:
7753 printk(KERN_ERR "Unknow security level %d\n",
7754 priv->ieee->sec.level);
7755 break;
7756 }
7757}
7758
7759static void ipw_handle_data_packet(struct ipw_priv *priv,
7760 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007761 struct libipw_rx_stats *stats)
James Ketrenos43f66a62005-03-25 12:31:53 -06007762{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007763 struct net_device *dev = priv->net_dev;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007764 struct libipw_hdr_4addr *hdr;
James Ketrenos43f66a62005-03-25 12:31:53 -06007765 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7766
7767 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007768 dev->trans_start = jiffies;
James Ketrenos43f66a62005-03-25 12:31:53 -06007769
Jeff Garzikbf794512005-07-31 13:07:26 -04007770 /* We only process data packets if the
James Ketrenos43f66a62005-03-25 12:31:53 -06007771 * interface is open */
James Ketrenosa613bff2005-08-24 21:43:11 -05007772 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
James Ketrenos43f66a62005-03-25 12:31:53 -06007773 skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007774 dev->stats.rx_errors++;
James Ketrenos43f66a62005-03-25 12:31:53 -06007775 priv->wstats.discard.misc++;
7776 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7777 return;
7778 } else if (unlikely(!netif_running(priv->net_dev))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007779 dev->stats.rx_dropped++;
James Ketrenos43f66a62005-03-25 12:31:53 -06007780 priv->wstats.discard.misc++;
7781 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
7782 return;
7783 }
7784
7785 /* Advance skb->data to the start of the actual payload */
Jiri Bencaaa4d302005-06-07 14:58:41 +02007786 skb_reserve(rxb->skb, offsetof(struct ipw_rx_packet, u.frame.data));
James Ketrenos43f66a62005-03-25 12:31:53 -06007787
7788 /* Set the size of the skb to the size of the frame */
James Ketrenosa613bff2005-08-24 21:43:11 -05007789 skb_put(rxb->skb, le16_to_cpu(pkt->u.frame.length));
James Ketrenos43f66a62005-03-25 12:31:53 -06007790
7791 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7792
James Ketrenosb095c382005-08-24 22:04:42 -05007793 /* HW decrypt will not clear the WEP bit, MIC, PN, etc. */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007794 hdr = (struct libipw_hdr_4addr *)rxb->skb->data;
Hong Liu567deaf2005-08-31 18:07:22 +08007795 if (priv->ieee->iw_mode != IW_MODE_MONITOR &&
Stephen Hemminger3c190652006-01-03 15:27:38 -08007796 (is_multicast_ether_addr(hdr->addr1) ?
Hong Liu567deaf2005-08-31 18:07:22 +08007797 !priv->ieee->host_mc_decrypt : !priv->ieee->host_decrypt))
James Ketrenosb095c382005-08-24 22:04:42 -05007798 ipw_rebuild_decrypted_skb(priv, rxb->skb);
7799
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007800 if (!libipw_rx(priv->ieee, rxb->skb, stats))
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007801 dev->stats.rx_errors++;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007802 else { /* libipw_rx succeeded, so it now owns the SKB */
James Ketrenos43f66a62005-03-25 12:31:53 -06007803 rxb->skb = NULL;
James Ketrenosb095c382005-08-24 22:04:42 -05007804 __ipw_led_activity_on(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -05007805 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007806}
7807
Zhu Yi459d4082006-04-13 17:21:00 +08007808#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05007809static void ipw_handle_data_packet_monitor(struct ipw_priv *priv,
7810 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007811 struct libipw_rx_stats *stats)
Mike Kershaw24a47db2005-08-26 00:41:54 -05007812{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007813 struct net_device *dev = priv->net_dev;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007814 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7815 struct ipw_rx_frame *frame = &pkt->u.frame;
7816
7817 /* initial pull of some data */
7818 u16 received_channel = frame->received_channel;
7819 u8 antennaAndPhy = frame->antennaAndPhy;
7820 s8 antsignal = frame->rssi_dbm - IPW_RSSI_TO_DBM; /* call it signed anyhow */
7821 u16 pktrate = frame->rate;
7822
7823 /* Magic struct that slots into the radiotap header -- no reason
7824 * to build this manually element by element, we can write it much
7825 * more efficiently than we can parse it. ORDER MATTERS HERE */
Zhu Yid685b8c2006-04-13 17:20:27 +08007826 struct ipw_rt_hdr *ipw_rt;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007827
7828 short len = le16_to_cpu(pkt->u.frame.length);
7829
7830 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007831 dev->trans_start = jiffies;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007832
7833 /* We only process data packets if the
7834 * interface is open */
7835 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
7836 skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007837 dev->stats.rx_errors++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007838 priv->wstats.discard.misc++;
7839 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7840 return;
7841 } else if (unlikely(!netif_running(priv->net_dev))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007842 dev->stats.rx_dropped++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007843 priv->wstats.discard.misc++;
7844 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
7845 return;
7846 }
7847
7848 /* Libpcap 0.9.3+ can handle variable length radiotap, so we'll use
7849 * that now */
7850 if (len > IPW_RX_BUF_SIZE - sizeof(struct ipw_rt_hdr)) {
7851 /* FIXME: Should alloc bigger skb instead */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007852 dev->stats.rx_dropped++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007853 priv->wstats.discard.misc++;
7854 IPW_DEBUG_DROP("Dropping too large packet in monitor\n");
7855 return;
7856 }
7857
7858 /* copy the frame itself */
7859 memmove(rxb->skb->data + sizeof(struct ipw_rt_hdr),
7860 rxb->skb->data + IPW_RX_FRAME_SIZE, len);
7861
Mike Kershaw24a47db2005-08-26 00:41:54 -05007862 ipw_rt = (struct ipw_rt_hdr *)rxb->skb->data;
7863
7864 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION;
7865 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */
Al Viro743b84d2007-12-27 01:43:16 -05007866 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total header+data */
Mike Kershaw24a47db2005-08-26 00:41:54 -05007867
7868 /* Big bitfield of all the fields we provide in radiotap */
Al Viro743b84d2007-12-27 01:43:16 -05007869 ipw_rt->rt_hdr.it_present = cpu_to_le32(
7870 (1 << IEEE80211_RADIOTAP_TSFT) |
Zhu Yi4b1f8a92006-12-05 14:42:14 +08007871 (1 << IEEE80211_RADIOTAP_FLAGS) |
Mike Kershaw24a47db2005-08-26 00:41:54 -05007872 (1 << IEEE80211_RADIOTAP_RATE) |
7873 (1 << IEEE80211_RADIOTAP_CHANNEL) |
7874 (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) |
Zhu Yid685b8c2006-04-13 17:20:27 +08007875 (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) |
Mike Kershaw24a47db2005-08-26 00:41:54 -05007876 (1 << IEEE80211_RADIOTAP_ANTENNA));
7877
7878 /* Zero the flags, we'll add to them as we go */
7879 ipw_rt->rt_flags = 0;
Zhu Yi4b1f8a92006-12-05 14:42:14 +08007880 ipw_rt->rt_tsf = (u64)(frame->parent_tsf[3] << 24 |
7881 frame->parent_tsf[2] << 16 |
7882 frame->parent_tsf[1] << 8 |
7883 frame->parent_tsf[0]);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007884
7885 /* Convert signal to DBM */
7886 ipw_rt->rt_dbmsignal = antsignal;
Reinette Chatre21f8a732009-08-18 10:25:05 -07007887 ipw_rt->rt_dbmnoise = (s8) le16_to_cpu(frame->noise);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007888
7889 /* Convert the channel data and set the flags */
7890 ipw_rt->rt_channel = cpu_to_le16(ieee80211chan2mhz(received_channel));
7891 if (received_channel > 14) { /* 802.11a */
7892 ipw_rt->rt_chbitmask =
7893 cpu_to_le16((IEEE80211_CHAN_OFDM | IEEE80211_CHAN_5GHZ));
7894 } else if (antennaAndPhy & 32) { /* 802.11b */
7895 ipw_rt->rt_chbitmask =
7896 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ));
7897 } else { /* 802.11g */
7898 ipw_rt->rt_chbitmask =
Al Viro472caf82007-12-27 01:50:54 -05007899 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007900 }
7901
7902 /* set the rate in multiples of 500k/s */
7903 switch (pktrate) {
7904 case IPW_TX_RATE_1MB:
7905 ipw_rt->rt_rate = 2;
7906 break;
7907 case IPW_TX_RATE_2MB:
7908 ipw_rt->rt_rate = 4;
7909 break;
7910 case IPW_TX_RATE_5MB:
7911 ipw_rt->rt_rate = 10;
7912 break;
7913 case IPW_TX_RATE_6MB:
7914 ipw_rt->rt_rate = 12;
7915 break;
7916 case IPW_TX_RATE_9MB:
7917 ipw_rt->rt_rate = 18;
7918 break;
7919 case IPW_TX_RATE_11MB:
7920 ipw_rt->rt_rate = 22;
7921 break;
7922 case IPW_TX_RATE_12MB:
7923 ipw_rt->rt_rate = 24;
7924 break;
7925 case IPW_TX_RATE_18MB:
7926 ipw_rt->rt_rate = 36;
7927 break;
7928 case IPW_TX_RATE_24MB:
7929 ipw_rt->rt_rate = 48;
7930 break;
7931 case IPW_TX_RATE_36MB:
7932 ipw_rt->rt_rate = 72;
7933 break;
7934 case IPW_TX_RATE_48MB:
7935 ipw_rt->rt_rate = 96;
7936 break;
7937 case IPW_TX_RATE_54MB:
7938 ipw_rt->rt_rate = 108;
7939 break;
7940 default:
7941 ipw_rt->rt_rate = 0;
7942 break;
7943 }
7944
7945 /* antenna number */
7946 ipw_rt->rt_antenna = (antennaAndPhy & 3); /* Is this right? */
7947
7948 /* set the preamble flag if we have it */
7949 if ((antennaAndPhy & 64))
7950 ipw_rt->rt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
7951
7952 /* Set the size of the skb to the size of the frame */
7953 skb_put(rxb->skb, len + sizeof(struct ipw_rt_hdr));
James Ketrenos43f66a62005-03-25 12:31:53 -06007954
7955 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7956
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007957 if (!libipw_rx(priv->ieee, rxb->skb, stats))
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007958 dev->stats.rx_errors++;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007959 else { /* libipw_rx succeeded, so it now owns the SKB */
James Ketrenos43f66a62005-03-25 12:31:53 -06007960 rxb->skb = NULL;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007961 /* no LED during capture */
7962 }
7963}
7964#endif
7965
Zhu Yid685b8c2006-04-13 17:20:27 +08007966#ifdef CONFIG_IPW2200_PROMISCUOUS
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007967#define libipw_is_probe_response(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007968 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT && \
7969 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )
7970
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007971#define libipw_is_management(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007972 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)
7973
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007974#define libipw_is_control(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007975 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL)
7976
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007977#define libipw_is_data(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007978 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA)
7979
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007980#define libipw_is_assoc_request(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007981 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_ASSOC_REQ)
7982
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007983#define libipw_is_reassoc_request(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007984 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_REASSOC_REQ)
7985
7986static void ipw_handle_promiscuous_rx(struct ipw_priv *priv,
7987 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007988 struct libipw_rx_stats *stats)
Zhu Yid685b8c2006-04-13 17:20:27 +08007989{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007990 struct net_device *dev = priv->prom_net_dev;
Zhu Yid685b8c2006-04-13 17:20:27 +08007991 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7992 struct ipw_rx_frame *frame = &pkt->u.frame;
7993 struct ipw_rt_hdr *ipw_rt;
7994
7995 /* First cache any information we need before we overwrite
7996 * the information provided in the skb from the hardware */
7997 struct ieee80211_hdr *hdr;
7998 u16 channel = frame->received_channel;
7999 u8 phy_flags = frame->antennaAndPhy;
8000 s8 signal = frame->rssi_dbm - IPW_RSSI_TO_DBM;
Reinette Chatre21f8a732009-08-18 10:25:05 -07008001 s8 noise = (s8) le16_to_cpu(frame->noise);
Zhu Yid685b8c2006-04-13 17:20:27 +08008002 u8 rate = frame->rate;
8003 short len = le16_to_cpu(pkt->u.frame.length);
Zhu Yid685b8c2006-04-13 17:20:27 +08008004 struct sk_buff *skb;
8005 int hdr_only = 0;
8006 u16 filter = priv->prom_priv->filter;
8007
8008 /* If the filter is set to not include Rx frames then return */
8009 if (filter & IPW_PROM_NO_RX)
8010 return;
8011
Zhu Yid685b8c2006-04-13 17:20:27 +08008012 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008013 dev->trans_start = jiffies;
Zhu Yid685b8c2006-04-13 17:20:27 +08008014
8015 if (unlikely((len + IPW_RX_FRAME_SIZE) > skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008016 dev->stats.rx_errors++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008017 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
8018 return;
8019 }
8020
8021 /* We only process data packets if the interface is open */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008022 if (unlikely(!netif_running(dev))) {
8023 dev->stats.rx_dropped++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008024 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
8025 return;
8026 }
8027
8028 /* Libpcap 0.9.3+ can handle variable length radiotap, so we'll use
8029 * that now */
8030 if (len > IPW_RX_BUF_SIZE - sizeof(struct ipw_rt_hdr)) {
8031 /* FIXME: Should alloc bigger skb instead */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008032 dev->stats.rx_dropped++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008033 IPW_DEBUG_DROP("Dropping too large packet in monitor\n");
8034 return;
8035 }
8036
8037 hdr = (void *)rxb->skb->data + IPW_RX_FRAME_SIZE;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008038 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008039 if (filter & IPW_PROM_NO_MGMT)
8040 return;
8041 if (filter & IPW_PROM_MGMT_HEADER_ONLY)
8042 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008043 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008044 if (filter & IPW_PROM_NO_CTL)
8045 return;
8046 if (filter & IPW_PROM_CTL_HEADER_ONLY)
8047 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008048 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008049 if (filter & IPW_PROM_NO_DATA)
8050 return;
8051 if (filter & IPW_PROM_DATA_HEADER_ONLY)
8052 hdr_only = 1;
8053 }
8054
8055 /* Copy the SKB since this is for the promiscuous side */
8056 skb = skb_copy(rxb->skb, GFP_ATOMIC);
8057 if (skb == NULL) {
8058 IPW_ERROR("skb_clone failed for promiscuous copy.\n");
8059 return;
8060 }
8061
8062 /* copy the frame data to write after where the radiotap header goes */
8063 ipw_rt = (void *)skb->data;
8064
8065 if (hdr_only)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008066 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control));
Zhu Yid685b8c2006-04-13 17:20:27 +08008067
8068 memcpy(ipw_rt->payload, hdr, len);
8069
Zhu Yid685b8c2006-04-13 17:20:27 +08008070 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION;
8071 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */
Al Viro743b84d2007-12-27 01:43:16 -05008072 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(*ipw_rt)); /* total header+data */
Zhu Yid685b8c2006-04-13 17:20:27 +08008073
8074 /* Set the size of the skb to the size of the frame */
Al Viro743b84d2007-12-27 01:43:16 -05008075 skb_put(skb, sizeof(*ipw_rt) + len);
Zhu Yid685b8c2006-04-13 17:20:27 +08008076
8077 /* Big bitfield of all the fields we provide in radiotap */
Al Viro743b84d2007-12-27 01:43:16 -05008078 ipw_rt->rt_hdr.it_present = cpu_to_le32(
8079 (1 << IEEE80211_RADIOTAP_TSFT) |
Zhu Yi4b1f8a92006-12-05 14:42:14 +08008080 (1 << IEEE80211_RADIOTAP_FLAGS) |
Zhu Yid685b8c2006-04-13 17:20:27 +08008081 (1 << IEEE80211_RADIOTAP_RATE) |
8082 (1 << IEEE80211_RADIOTAP_CHANNEL) |
8083 (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) |
8084 (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) |
8085 (1 << IEEE80211_RADIOTAP_ANTENNA));
8086
8087 /* Zero the flags, we'll add to them as we go */
8088 ipw_rt->rt_flags = 0;
Zhu Yi4b1f8a92006-12-05 14:42:14 +08008089 ipw_rt->rt_tsf = (u64)(frame->parent_tsf[3] << 24 |
8090 frame->parent_tsf[2] << 16 |
8091 frame->parent_tsf[1] << 8 |
8092 frame->parent_tsf[0]);
Zhu Yid685b8c2006-04-13 17:20:27 +08008093
8094 /* Convert to DBM */
8095 ipw_rt->rt_dbmsignal = signal;
8096 ipw_rt->rt_dbmnoise = noise;
8097
8098 /* Convert the channel data and set the flags */
8099 ipw_rt->rt_channel = cpu_to_le16(ieee80211chan2mhz(channel));
8100 if (channel > 14) { /* 802.11a */
8101 ipw_rt->rt_chbitmask =
8102 cpu_to_le16((IEEE80211_CHAN_OFDM | IEEE80211_CHAN_5GHZ));
8103 } else if (phy_flags & (1 << 5)) { /* 802.11b */
8104 ipw_rt->rt_chbitmask =
8105 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ));
8106 } else { /* 802.11g */
8107 ipw_rt->rt_chbitmask =
Al Viro472caf82007-12-27 01:50:54 -05008108 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ);
Zhu Yid685b8c2006-04-13 17:20:27 +08008109 }
8110
8111 /* set the rate in multiples of 500k/s */
8112 switch (rate) {
8113 case IPW_TX_RATE_1MB:
8114 ipw_rt->rt_rate = 2;
8115 break;
8116 case IPW_TX_RATE_2MB:
8117 ipw_rt->rt_rate = 4;
8118 break;
8119 case IPW_TX_RATE_5MB:
8120 ipw_rt->rt_rate = 10;
8121 break;
8122 case IPW_TX_RATE_6MB:
8123 ipw_rt->rt_rate = 12;
8124 break;
8125 case IPW_TX_RATE_9MB:
8126 ipw_rt->rt_rate = 18;
8127 break;
8128 case IPW_TX_RATE_11MB:
8129 ipw_rt->rt_rate = 22;
8130 break;
8131 case IPW_TX_RATE_12MB:
8132 ipw_rt->rt_rate = 24;
8133 break;
8134 case IPW_TX_RATE_18MB:
8135 ipw_rt->rt_rate = 36;
8136 break;
8137 case IPW_TX_RATE_24MB:
8138 ipw_rt->rt_rate = 48;
8139 break;
8140 case IPW_TX_RATE_36MB:
8141 ipw_rt->rt_rate = 72;
8142 break;
8143 case IPW_TX_RATE_48MB:
8144 ipw_rt->rt_rate = 96;
8145 break;
8146 case IPW_TX_RATE_54MB:
8147 ipw_rt->rt_rate = 108;
8148 break;
8149 default:
8150 ipw_rt->rt_rate = 0;
8151 break;
8152 }
8153
8154 /* antenna number */
8155 ipw_rt->rt_antenna = (phy_flags & 3);
8156
8157 /* set the preamble flag if we have it */
8158 if (phy_flags & (1 << 6))
8159 ipw_rt->rt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
8160
8161 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len);
8162
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008163 if (!libipw_rx(priv->prom_priv->ieee, skb, stats)) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008164 dev->stats.rx_errors++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008165 dev_kfree_skb_any(skb);
8166 }
8167}
8168#endif
8169
Arjan van de Ven858119e2006-01-14 13:20:43 -08008170static int is_network_packet(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008171 struct libipw_hdr_4addr *header)
James Ketrenosea2b26e2005-08-24 21:25:16 -05008172{
8173 /* Filter incoming packets to determine if they are targetted toward
8174 * this network, discarding packets coming from ourselves */
8175 switch (priv->ieee->iw_mode) {
James Ketrenosa613bff2005-08-24 21:43:11 -05008176 case IW_MODE_ADHOC: /* Header: Dest. | Source | BSSID */
James Ketrenosc848d0a2005-08-24 21:56:24 -05008177 /* packets from our adapter are dropped (echo) */
8178 if (!memcmp(header->addr2, priv->net_dev->dev_addr, ETH_ALEN))
8179 return 0;
8180
Peter Jones90700fd2005-08-26 16:51:06 -05008181 /* {broad,multi}cast packets to our BSSID go through */
Stephen Hemminger3c190652006-01-03 15:27:38 -08008182 if (is_multicast_ether_addr(header->addr1))
James Ketrenosea2b26e2005-08-24 21:25:16 -05008183 return !memcmp(header->addr3, priv->bssid, ETH_ALEN);
James Ketrenosa613bff2005-08-24 21:43:11 -05008184
8185 /* packets to our adapter go through */
8186 return !memcmp(header->addr1, priv->net_dev->dev_addr,
8187 ETH_ALEN);
James Ketrenosa613bff2005-08-24 21:43:11 -05008188
Peter Jones90700fd2005-08-26 16:51:06 -05008189 case IW_MODE_INFRA: /* Header: Dest. | BSSID | Source */
James Ketrenosc848d0a2005-08-24 21:56:24 -05008190 /* packets from our adapter are dropped (echo) */
8191 if (!memcmp(header->addr3, priv->net_dev->dev_addr, ETH_ALEN))
8192 return 0;
8193
Peter Jones90700fd2005-08-26 16:51:06 -05008194 /* {broad,multi}cast packets to our BSS go through */
Stephen Hemminger3c190652006-01-03 15:27:38 -08008195 if (is_multicast_ether_addr(header->addr1))
James Ketrenosa613bff2005-08-24 21:43:11 -05008196 return !memcmp(header->addr2, priv->bssid, ETH_ALEN);
8197
8198 /* packets to our adapter go through */
8199 return !memcmp(header->addr1, priv->net_dev->dev_addr,
8200 ETH_ALEN);
James Ketrenosea2b26e2005-08-24 21:25:16 -05008201 }
James Ketrenosa613bff2005-08-24 21:43:11 -05008202
James Ketrenosea2b26e2005-08-24 21:25:16 -05008203 return 1;
8204}
8205
James Ketrenosafbf30a2005-08-25 00:05:33 -05008206#define IPW_PACKET_RETRY_TIME HZ
8207
Arjan van de Ven858119e2006-01-14 13:20:43 -08008208static int is_duplicate_packet(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008209 struct libipw_hdr_4addr *header)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008210{
James Ketrenosafbf30a2005-08-25 00:05:33 -05008211 u16 sc = le16_to_cpu(header->seq_ctl);
8212 u16 seq = WLAN_GET_SEQ_SEQ(sc);
8213 u16 frag = WLAN_GET_SEQ_FRAG(sc);
8214 u16 *last_seq, *last_frag;
8215 unsigned long *last_time;
8216
8217 switch (priv->ieee->iw_mode) {
8218 case IW_MODE_ADHOC:
8219 {
8220 struct list_head *p;
8221 struct ipw_ibss_seq *entry = NULL;
8222 u8 *mac = header->addr2;
8223 int index = mac[5] % IPW_IBSS_MAC_HASH_SIZE;
8224
8225 __list_for_each(p, &priv->ibss_mac_hash[index]) {
8226 entry =
8227 list_entry(p, struct ipw_ibss_seq, list);
8228 if (!memcmp(entry->mac, mac, ETH_ALEN))
8229 break;
8230 }
8231 if (p == &priv->ibss_mac_hash[index]) {
8232 entry = kmalloc(sizeof(*entry), GFP_ATOMIC);
8233 if (!entry) {
8234 IPW_ERROR
8235 ("Cannot malloc new mac entry\n");
8236 return 0;
8237 }
8238 memcpy(entry->mac, mac, ETH_ALEN);
8239 entry->seq_num = seq;
8240 entry->frag_num = frag;
8241 entry->packet_time = jiffies;
8242 list_add(&entry->list,
8243 &priv->ibss_mac_hash[index]);
8244 return 0;
8245 }
8246 last_seq = &entry->seq_num;
8247 last_frag = &entry->frag_num;
8248 last_time = &entry->packet_time;
8249 break;
8250 }
8251 case IW_MODE_INFRA:
8252 last_seq = &priv->last_seq_num;
8253 last_frag = &priv->last_frag_num;
8254 last_time = &priv->last_packet_time;
8255 break;
8256 default:
8257 return 0;
8258 }
8259 if ((*last_seq == seq) &&
8260 time_after(*last_time + IPW_PACKET_RETRY_TIME, jiffies)) {
8261 if (*last_frag == frag)
8262 goto drop;
8263 if (*last_frag + 1 != frag)
8264 /* out-of-order fragment */
8265 goto drop;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008266 } else
8267 *last_seq = seq;
8268
Zhu Yif57ce7c2005-07-13 12:22:15 -05008269 *last_frag = frag;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008270 *last_time = jiffies;
8271 return 0;
8272
8273 drop:
Zhu Yi87b016c2005-08-05 17:17:35 +08008274 /* Comment this line now since we observed the card receives
8275 * duplicate packets but the FCTL_RETRY bit is not set in the
8276 * IBSS mode with fragmentation enabled.
John W. Linville72118012008-09-30 21:43:03 -04008277 BUG_ON(!(le16_to_cpu(header->frame_control) & IEEE80211_FCTL_RETRY)); */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008278 return 1;
8279}
8280
James Ketrenosb095c382005-08-24 22:04:42 -05008281static void ipw_handle_mgmt_packet(struct ipw_priv *priv,
8282 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008283 struct libipw_rx_stats *stats)
James Ketrenosb095c382005-08-24 22:04:42 -05008284{
8285 struct sk_buff *skb = rxb->skb;
8286 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)skb->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008287 struct libipw_hdr_4addr *header = (struct libipw_hdr_4addr *)
James Ketrenosb095c382005-08-24 22:04:42 -05008288 (skb->data + IPW_RX_FRAME_SIZE);
8289
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008290 libipw_rx_mgt(priv->ieee, header, stats);
James Ketrenosb095c382005-08-24 22:04:42 -05008291
8292 if (priv->ieee->iw_mode == IW_MODE_ADHOC &&
8293 ((WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) ==
8294 IEEE80211_STYPE_PROBE_RESP) ||
8295 (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) ==
8296 IEEE80211_STYPE_BEACON))) {
8297 if (!memcmp(header->addr3, priv->bssid, ETH_ALEN))
8298 ipw_add_station(priv, header->addr2);
8299 }
8300
8301 if (priv->config & CFG_NET_STATS) {
8302 IPW_DEBUG_HC("sending stat packet\n");
8303
8304 /* Set the size of the skb to the size of the full
8305 * ipw header and 802.11 frame */
8306 skb_put(skb, le16_to_cpu(pkt->u.frame.length) +
8307 IPW_RX_FRAME_SIZE);
8308
8309 /* Advance past the ipw packet header to the 802.11 frame */
8310 skb_pull(skb, IPW_RX_FRAME_SIZE);
8311
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008312 /* Push the libipw_rx_stats before the 802.11 frame */
James Ketrenosb095c382005-08-24 22:04:42 -05008313 memcpy(skb_push(skb, sizeof(*stats)), stats, sizeof(*stats));
8314
8315 skb->dev = priv->ieee->dev;
8316
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008317 /* Point raw at the libipw_stats */
Arnaldo Carvalho de Melo459a98e2007-03-19 15:30:44 -07008318 skb_reset_mac_header(skb);
James Ketrenosb095c382005-08-24 22:04:42 -05008319
8320 skb->pkt_type = PACKET_OTHERHOST;
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -08008321 skb->protocol = cpu_to_be16(ETH_P_80211_STATS);
James Ketrenosb095c382005-08-24 22:04:42 -05008322 memset(skb->cb, 0, sizeof(rxb->skb->cb));
8323 netif_rx(skb);
8324 rxb->skb = NULL;
8325 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008326}
8327
James Ketrenos43f66a62005-03-25 12:31:53 -06008328/*
8329 * Main entry function for recieving a packet with 80211 headers. This
8330 * should be called when ever the FW has notified us that there is a new
8331 * skb in the recieve queue.
8332 */
8333static void ipw_rx(struct ipw_priv *priv)
8334{
8335 struct ipw_rx_mem_buffer *rxb;
8336 struct ipw_rx_packet *pkt;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008337 struct libipw_hdr_4addr *header;
James Ketrenos43f66a62005-03-25 12:31:53 -06008338 u32 r, w, i;
8339 u8 network_packet;
Dan Williams943dbef2008-02-14 17:49:41 -05008340 u8 fill_rx = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008341
James Ketrenosb095c382005-08-24 22:04:42 -05008342 r = ipw_read32(priv, IPW_RX_READ_INDEX);
8343 w = ipw_read32(priv, IPW_RX_WRITE_INDEX);
Dan Williams943dbef2008-02-14 17:49:41 -05008344 i = priv->rxq->read;
8345
8346 if (ipw_rx_queue_space (priv->rxq) > (RX_QUEUE_SIZE / 2))
8347 fill_rx = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06008348
8349 while (i != r) {
8350 rxb = priv->rxq->queue[i];
James Ketrenos43f66a62005-03-25 12:31:53 -06008351 if (unlikely(rxb == NULL)) {
8352 printk(KERN_CRIT "Queue not allocated!\n");
8353 break;
8354 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008355 priv->rxq->queue[i] = NULL;
8356
8357 pci_dma_sync_single_for_cpu(priv->pci_dev, rxb->dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05008358 IPW_RX_BUF_SIZE,
James Ketrenos43f66a62005-03-25 12:31:53 -06008359 PCI_DMA_FROMDEVICE);
8360
8361 pkt = (struct ipw_rx_packet *)rxb->skb->data;
8362 IPW_DEBUG_RX("Packet: type=%02X seq=%02X bits=%02X\n",
8363 pkt->header.message_type,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008364 pkt->header.rx_seq_num, pkt->header.control_bits);
James Ketrenos43f66a62005-03-25 12:31:53 -06008365
8366 switch (pkt->header.message_type) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008367 case RX_FRAME_TYPE: /* 802.11 frame */ {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008368 struct libipw_rx_stats stats = {
Zhu Yi851ca262006-08-21 11:37:58 +08008369 .rssi = pkt->u.frame.rssi_dbm -
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008370 IPW_RSSI_TO_DBM,
James Ketrenosc848d0a2005-08-24 21:56:24 -05008371 .signal =
Reinette Chatre21f8a732009-08-18 10:25:05 -07008372 pkt->u.frame.rssi_dbm -
Bill Mossb1916082006-02-15 08:50:18 +08008373 IPW_RSSI_TO_DBM + 0x100,
James Ketrenosc848d0a2005-08-24 21:56:24 -05008374 .noise =
8375 le16_to_cpu(pkt->u.frame.noise),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008376 .rate = pkt->u.frame.rate,
8377 .mac_time = jiffies,
8378 .received_channel =
8379 pkt->u.frame.received_channel,
8380 .freq =
8381 (pkt->u.frame.
8382 control & (1 << 0)) ?
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008383 LIBIPW_24GHZ_BAND :
8384 LIBIPW_52GHZ_BAND,
James Ketrenosa613bff2005-08-24 21:43:11 -05008385 .len = le16_to_cpu(pkt->u.frame.length),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008386 };
James Ketrenos43f66a62005-03-25 12:31:53 -06008387
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008388 if (stats.rssi != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008389 stats.mask |= LIBIPW_STATMASK_RSSI;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008390 if (stats.signal != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008391 stats.mask |= LIBIPW_STATMASK_SIGNAL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05008392 if (stats.noise != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008393 stats.mask |= LIBIPW_STATMASK_NOISE;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008394 if (stats.rate != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008395 stats.mask |= LIBIPW_STATMASK_RATE;
James Ketrenos43f66a62005-03-25 12:31:53 -06008396
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008397 priv->rx_packets++;
James Ketrenos43f66a62005-03-25 12:31:53 -06008398
Zhu Yid685b8c2006-04-13 17:20:27 +08008399#ifdef CONFIG_IPW2200_PROMISCUOUS
8400 if (priv->prom_net_dev && netif_running(priv->prom_net_dev))
8401 ipw_handle_promiscuous_rx(priv, rxb, &stats);
8402#endif
8403
James Ketrenosb095c382005-08-24 22:04:42 -05008404#ifdef CONFIG_IPW2200_MONITOR
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008405 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
Zhu Yi459d4082006-04-13 17:21:00 +08008406#ifdef CONFIG_IPW2200_RADIOTAP
Zhu Yid685b8c2006-04-13 17:20:27 +08008407
8408 ipw_handle_data_packet_monitor(priv,
8409 rxb,
8410 &stats);
Mike Kershaw24a47db2005-08-26 00:41:54 -05008411#else
Zhu Yid685b8c2006-04-13 17:20:27 +08008412 ipw_handle_data_packet(priv, rxb,
8413 &stats);
Mike Kershaw24a47db2005-08-26 00:41:54 -05008414#endif
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008415 break;
8416 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008417#endif
Jeff Garzikbf794512005-07-31 13:07:26 -04008418
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008419 header =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008420 (struct libipw_hdr_4addr *)(rxb->skb->
James Ketrenos0dacca12005-09-21 12:23:41 -05008421 data +
8422 IPW_RX_FRAME_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06008423 /* TODO: Check Ad-Hoc dest/source and make sure
8424 * that we are actually parsing these packets
Jeff Garzikbf794512005-07-31 13:07:26 -04008425 * correctly -- we should probably use the
James Ketrenos43f66a62005-03-25 12:31:53 -06008426 * frame control of the packet and disregard
8427 * the current iw_mode */
James Ketrenos43f66a62005-03-25 12:31:53 -06008428
James Ketrenosea2b26e2005-08-24 21:25:16 -05008429 network_packet =
8430 is_network_packet(priv, header);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008431 if (network_packet && priv->assoc_network) {
8432 priv->assoc_network->stats.rssi =
8433 stats.rssi;
Zhu Yi00d21de2006-04-13 17:19:02 +08008434 priv->exp_avg_rssi =
8435 exponential_average(priv->exp_avg_rssi,
8436 stats.rssi, DEPTH_RSSI);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008437 }
8438
8439 IPW_DEBUG_RX("Frame: len=%u\n",
James Ketrenosa613bff2005-08-24 21:43:11 -05008440 le16_to_cpu(pkt->u.frame.length));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008441
James Ketrenosa613bff2005-08-24 21:43:11 -05008442 if (le16_to_cpu(pkt->u.frame.length) <
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008443 libipw_get_hdrlen(le16_to_cpu(
Zhu Yi9d0be032006-02-15 06:18:19 +08008444 header->frame_ctl))) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008445 IPW_DEBUG_DROP
8446 ("Received packet is too small. "
8447 "Dropping.\n");
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008448 priv->net_dev->stats.rx_errors++;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008449 priv->wstats.discard.misc++;
8450 break;
8451 }
8452
James Ketrenosa613bff2005-08-24 21:43:11 -05008453 switch (WLAN_FC_GET_TYPE
8454 (le16_to_cpu(header->frame_ctl))) {
James Ketrenosb095c382005-08-24 22:04:42 -05008455
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008456 case IEEE80211_FTYPE_MGMT:
James Ketrenosb095c382005-08-24 22:04:42 -05008457 ipw_handle_mgmt_packet(priv, rxb,
8458 &stats);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008459 break;
8460
8461 case IEEE80211_FTYPE_CTL:
8462 break;
8463
8464 case IEEE80211_FTYPE_DATA:
James Ketrenosafbf30a2005-08-25 00:05:33 -05008465 if (unlikely(!network_packet ||
8466 is_duplicate_packet(priv,
8467 header)))
8468 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008469 IPW_DEBUG_DROP("Dropping: "
Johannes Berge1749612008-10-27 15:59:26 -07008470 "%pM, "
8471 "%pM, "
8472 "%pM\n",
8473 header->addr1,
8474 header->addr2,
8475 header->addr3);
James Ketrenosb095c382005-08-24 22:04:42 -05008476 break;
8477 }
8478
8479 ipw_handle_data_packet(priv, rxb,
8480 &stats);
8481
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008482 break;
8483 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008484 break;
8485 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008486
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008487 case RX_HOST_NOTIFICATION_TYPE:{
8488 IPW_DEBUG_RX
8489 ("Notification: subtype=%02X flags=%02X size=%d\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06008490 pkt->u.notification.subtype,
8491 pkt->u.notification.flags,
Zhu Yi720eeb42006-12-05 14:41:40 +08008492 le16_to_cpu(pkt->u.notification.size));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008493 ipw_rx_notification(priv, &pkt->u.notification);
8494 break;
8495 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008496
8497 default:
8498 IPW_DEBUG_RX("Bad Rx packet of type %d\n",
8499 pkt->header.message_type);
8500 break;
8501 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008502
8503 /* For now we just don't re-use anything. We can tweak this
8504 * later to try and re-use notification packets and SKBs that
James Ketrenos43f66a62005-03-25 12:31:53 -06008505 * fail to Rx correctly */
8506 if (rxb->skb != NULL) {
8507 dev_kfree_skb_any(rxb->skb);
8508 rxb->skb = NULL;
8509 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008510
James Ketrenos43f66a62005-03-25 12:31:53 -06008511 pci_unmap_single(priv->pci_dev, rxb->dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05008512 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06008513 list_add_tail(&rxb->list, &priv->rxq->rx_used);
Jeff Garzikbf794512005-07-31 13:07:26 -04008514
James Ketrenos43f66a62005-03-25 12:31:53 -06008515 i = (i + 1) % RX_QUEUE_SIZE;
Dan Williams943dbef2008-02-14 17:49:41 -05008516
8517 /* If there are a lot of unsued frames, restock the Rx queue
8518 * so the ucode won't assert */
8519 if (fill_rx) {
8520 priv->rxq->read = i;
8521 ipw_rx_queue_replenish(priv);
8522 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008523 }
8524
8525 /* Backtrack one entry */
Dan Williams943dbef2008-02-14 17:49:41 -05008526 priv->rxq->read = i;
James Ketrenos43f66a62005-03-25 12:31:53 -06008527 ipw_rx_queue_restock(priv);
8528}
8529
James Ketrenosafbf30a2005-08-25 00:05:33 -05008530#define DEFAULT_RTS_THRESHOLD 2304U
8531#define MIN_RTS_THRESHOLD 1U
8532#define MAX_RTS_THRESHOLD 2304U
8533#define DEFAULT_BEACON_INTERVAL 100U
8534#define DEFAULT_SHORT_RETRY_LIMIT 7U
8535#define DEFAULT_LONG_RETRY_LIMIT 4U
8536
Zhu Yid6d5b5c2006-02-16 16:21:09 +08008537/**
8538 * ipw_sw_reset
8539 * @option: options to control different reset behaviour
8540 * 0 = reset everything except the 'disable' module_param
8541 * 1 = reset everything and print out driver info (for probe only)
8542 * 2 = reset everything
8543 */
8544static int ipw_sw_reset(struct ipw_priv *priv, int option)
James Ketrenos43f66a62005-03-25 12:31:53 -06008545{
James Ketrenosafbf30a2005-08-25 00:05:33 -05008546 int band, modulation;
8547 int old_mode = priv->ieee->iw_mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06008548
James Ketrenosafbf30a2005-08-25 00:05:33 -05008549 /* Initialize module parameter values here */
8550 priv->config = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008551
James Ketrenosafbf30a2005-08-25 00:05:33 -05008552 /* We default to disabling the LED code as right now it causes
8553 * too many systems to lock up... */
Reinette Chatre21f8a732009-08-18 10:25:05 -07008554 if (!led_support)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008555 priv->config |= CFG_NO_LED;
James Ketrenos43f66a62005-03-25 12:31:53 -06008556
James Ketrenosafbf30a2005-08-25 00:05:33 -05008557 if (associate)
8558 priv->config |= CFG_ASSOCIATE;
8559 else
8560 IPW_DEBUG_INFO("Auto associate disabled.\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04008561
James Ketrenosafbf30a2005-08-25 00:05:33 -05008562 if (auto_create)
8563 priv->config |= CFG_ADHOC_CREATE;
8564 else
8565 IPW_DEBUG_INFO("Auto adhoc creation disabled.\n");
8566
Zhu Yi17ed0812006-01-24 16:36:31 +08008567 priv->config &= ~CFG_STATIC_ESSID;
8568 priv->essid_len = 0;
8569 memset(priv->essid, 0, IW_ESSID_MAX_SIZE);
8570
Zhu Yid6d5b5c2006-02-16 16:21:09 +08008571 if (disable && option) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008572 priv->status |= STATUS_RF_KILL_SW;
8573 IPW_DEBUG_INFO("Radio disabled.\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06008574 }
8575
Reinette Chatre21f8a732009-08-18 10:25:05 -07008576 if (default_channel != 0) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008577 priv->config |= CFG_STATIC_CHANNEL;
Reinette Chatre21f8a732009-08-18 10:25:05 -07008578 priv->channel = default_channel;
8579 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008580 /* TODO: Validate that provided channel is in range */
8581 }
Zhu Yie43e3c12006-04-13 17:20:45 +08008582#ifdef CONFIG_IPW2200_QOS
James Ketrenosafbf30a2005-08-25 00:05:33 -05008583 ipw_qos_init(priv, qos_enable, qos_burst_enable,
8584 burst_duration_CCK, burst_duration_OFDM);
Zhu Yie43e3c12006-04-13 17:20:45 +08008585#endif /* CONFIG_IPW2200_QOS */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008586
Reinette Chatre21f8a732009-08-18 10:25:05 -07008587 switch (network_mode) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008588 case 1:
8589 priv->ieee->iw_mode = IW_MODE_ADHOC;
8590 priv->net_dev->type = ARPHRD_ETHER;
8591
8592 break;
8593#ifdef CONFIG_IPW2200_MONITOR
8594 case 2:
8595 priv->ieee->iw_mode = IW_MODE_MONITOR;
Zhu Yi459d4082006-04-13 17:21:00 +08008596#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05008597 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
8598#else
James Ketrenosafbf30a2005-08-25 00:05:33 -05008599 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05008600#endif
James Ketrenosafbf30a2005-08-25 00:05:33 -05008601 break;
8602#endif
8603 default:
8604 case 0:
8605 priv->net_dev->type = ARPHRD_ETHER;
8606 priv->ieee->iw_mode = IW_MODE_INFRA;
8607 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06008608 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008609
James Ketrenosafbf30a2005-08-25 00:05:33 -05008610 if (hwcrypto) {
8611 priv->ieee->host_encrypt = 0;
8612 priv->ieee->host_encrypt_msdu = 0;
8613 priv->ieee->host_decrypt = 0;
Hong Liu567deaf2005-08-31 18:07:22 +08008614 priv->ieee->host_mc_decrypt = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008615 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05008616 IPW_DEBUG_INFO("Hardware crypto [%s]\n", hwcrypto ? "on" : "off");
James Ketrenos43f66a62005-03-25 12:31:53 -06008617
Zhu Yie402c932005-08-05 17:20:40 +08008618 /* IPW2200/2915 is abled to do hardware fragmentation. */
8619 priv->ieee->host_open_frag = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008620
James Ketrenosafbf30a2005-08-25 00:05:33 -05008621 if ((priv->pci_dev->device == 0x4223) ||
8622 (priv->pci_dev->device == 0x4224)) {
Zhu Yie8c69e22006-02-17 08:25:12 +08008623 if (option == 1)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008624 printk(KERN_INFO DRV_NAME
8625 ": Detected Intel PRO/Wireless 2915ABG Network "
8626 "Connection\n");
8627 priv->ieee->abg_true = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008628 band = LIBIPW_52GHZ_BAND | LIBIPW_24GHZ_BAND;
8629 modulation = LIBIPW_OFDM_MODULATION |
8630 LIBIPW_CCK_MODULATION;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008631 priv->adapter = IPW_2915ABG;
8632 priv->ieee->mode = IEEE_A | IEEE_G | IEEE_B;
James Ketrenos43f66a62005-03-25 12:31:53 -06008633 } else {
Zhu Yie8c69e22006-02-17 08:25:12 +08008634 if (option == 1)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008635 printk(KERN_INFO DRV_NAME
8636 ": Detected Intel PRO/Wireless 2200BG Network "
8637 "Connection\n");
8638
8639 priv->ieee->abg_true = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008640 band = LIBIPW_24GHZ_BAND;
8641 modulation = LIBIPW_OFDM_MODULATION |
8642 LIBIPW_CCK_MODULATION;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008643 priv->adapter = IPW_2200BG;
8644 priv->ieee->mode = IEEE_G | IEEE_B;
James Ketrenos43f66a62005-03-25 12:31:53 -06008645 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008646
James Ketrenosafbf30a2005-08-25 00:05:33 -05008647 priv->ieee->freq_band = band;
8648 priv->ieee->modulation = modulation;
Jeff Garzikbf794512005-07-31 13:07:26 -04008649
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008650 priv->rates_mask = LIBIPW_DEFAULT_RATES_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06008651
James Ketrenosafbf30a2005-08-25 00:05:33 -05008652 priv->disassociate_threshold = IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT;
8653 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06008654
James Ketrenosafbf30a2005-08-25 00:05:33 -05008655 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
8656 priv->short_retry_limit = DEFAULT_SHORT_RETRY_LIMIT;
8657 priv->long_retry_limit = DEFAULT_LONG_RETRY_LIMIT;
Jeff Garzikbf794512005-07-31 13:07:26 -04008658
James Ketrenosafbf30a2005-08-25 00:05:33 -05008659 /* If power management is turned on, default to AC mode */
8660 priv->power_mode = IPW_POWER_AC;
8661 priv->tx_power = IPW_TX_POWER_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06008662
Zhu Yi0ece35b2005-08-05 17:26:51 +08008663 return old_mode == priv->ieee->iw_mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06008664}
8665
8666/*
8667 * This file defines the Wireless Extension handlers. It does not
8668 * define any methods of hardware manipulation and relies on the
8669 * functions defined in ipw_main to provide the HW interaction.
Jeff Garzikbf794512005-07-31 13:07:26 -04008670 *
8671 * The exception to this is the use of the ipw_get_ordinal()
James Ketrenos43f66a62005-03-25 12:31:53 -06008672 * function used to poll the hardware vs. making unecessary calls.
8673 *
8674 */
8675
James Ketrenos43f66a62005-03-25 12:31:53 -06008676static int ipw_set_channel(struct ipw_priv *priv, u8 channel)
8677{
8678 if (channel == 0) {
8679 IPW_DEBUG_INFO("Setting channel to ANY (0)\n");
8680 priv->config &= ~CFG_STATIC_CHANNEL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05008681 IPW_DEBUG_ASSOC("Attempting to associate with new "
8682 "parameters.\n");
8683 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06008684 return 0;
8685 }
8686
8687 priv->config |= CFG_STATIC_CHANNEL;
8688
8689 if (priv->channel == channel) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008690 IPW_DEBUG_INFO("Request to set channel to current value (%d)\n",
8691 channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06008692 return 0;
8693 }
8694
8695 IPW_DEBUG_INFO("Setting channel to %i\n", (int)channel);
8696 priv->channel = channel;
8697
James Ketrenosb095c382005-08-24 22:04:42 -05008698#ifdef CONFIG_IPW2200_MONITOR
8699 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008700 int i;
James Ketrenosb095c382005-08-24 22:04:42 -05008701 if (priv->status & STATUS_SCANNING) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008702 IPW_DEBUG_SCAN("Scan abort triggered due to "
James Ketrenosb095c382005-08-24 22:04:42 -05008703 "channel change.\n");
James Ketrenosafbf30a2005-08-25 00:05:33 -05008704 ipw_abort_scan(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05008705 }
8706
8707 for (i = 1000; i && (priv->status & STATUS_SCANNING); i--)
8708 udelay(10);
8709
8710 if (priv->status & STATUS_SCANNING)
8711 IPW_DEBUG_SCAN("Still scanning...\n");
8712 else
8713 IPW_DEBUG_SCAN("Took %dms to abort current scan\n",
8714 1000 - i);
8715
8716 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008717 }
James Ketrenosb095c382005-08-24 22:04:42 -05008718#endif /* CONFIG_IPW2200_MONITOR */
8719
James Ketrenosc848d0a2005-08-24 21:56:24 -05008720 /* Network configuration changed -- force [re]association */
8721 IPW_DEBUG_ASSOC("[re]association triggered due to channel change.\n");
8722 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06008723 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06008724
8725 return 0;
8726}
8727
Jeff Garzikbf794512005-07-31 13:07:26 -04008728static int ipw_wx_set_freq(struct net_device *dev,
8729 struct iw_request_info *info,
8730 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06008731{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008732 struct ipw_priv *priv = libipw_priv(dev);
8733 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenos43f66a62005-03-25 12:31:53 -06008734 struct iw_freq *fwrq = &wrqu->freq;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008735 int ret = 0, i;
Liu Hong1fe0adb2005-08-19 09:33:10 -05008736 u8 channel, flags;
8737 int band;
Jeff Garzikbf794512005-07-31 13:07:26 -04008738
James Ketrenosb095c382005-08-24 22:04:42 -05008739 if (fwrq->m == 0) {
8740 IPW_DEBUG_WX("SET Freq/Channel -> any\n");
Zhu Yi46441512006-01-24 16:37:59 +08008741 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008742 ret = ipw_set_channel(priv, 0);
Zhu Yi46441512006-01-24 16:37:59 +08008743 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008744 return ret;
8745 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008746 /* if setting by freq convert to channel */
8747 if (fwrq->e == 1) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008748 channel = libipw_freq_to_channel(priv->ieee, fwrq->m);
James Ketrenosb095c382005-08-24 22:04:42 -05008749 if (channel == 0)
8750 return -EINVAL;
8751 } else
8752 channel = fwrq->m;
Jeff Garzikbf794512005-07-31 13:07:26 -04008753
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008754 if (!(band = libipw_is_valid_channel(priv->ieee, channel)))
James Ketrenosb095c382005-08-24 22:04:42 -05008755 return -EINVAL;
Jeff Garzikbf794512005-07-31 13:07:26 -04008756
Liu Hong1fe0adb2005-08-19 09:33:10 -05008757 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008758 i = libipw_channel_to_index(priv->ieee, channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008759 if (i == -1)
8760 return -EINVAL;
Liu Hong1fe0adb2005-08-19 09:33:10 -05008761
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008762 flags = (band == LIBIPW_24GHZ_BAND) ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05008763 geo->bg[i].flags : geo->a[i].flags;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008764 if (flags & LIBIPW_CH_PASSIVE_ONLY) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008765 IPW_DEBUG_WX("Invalid Ad-Hoc channel for 802.11a\n");
8766 return -EINVAL;
James Ketrenos43f66a62005-03-25 12:31:53 -06008767 }
8768 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008769
James Ketrenos43f66a62005-03-25 12:31:53 -06008770 IPW_DEBUG_WX("SET Freq/Channel -> %d \n", fwrq->m);
Zhu Yi46441512006-01-24 16:37:59 +08008771 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008772 ret = ipw_set_channel(priv, channel);
Zhu Yi46441512006-01-24 16:37:59 +08008773 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05008774 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06008775}
8776
Jeff Garzikbf794512005-07-31 13:07:26 -04008777static int ipw_wx_get_freq(struct net_device *dev,
8778 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008779 union iwreq_data *wrqu, char *extra)
8780{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008781 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008782
8783 wrqu->freq.e = 0;
8784
8785 /* If we are associated, trying to associate, or have a statically
8786 * configured CHANNEL then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08008787 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008788 if (priv->config & CFG_STATIC_CHANNEL ||
Zhu Yic580f672006-08-21 11:37:01 +08008789 priv->status & (STATUS_ASSOCIATING | STATUS_ASSOCIATED)) {
8790 int i;
8791
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008792 i = libipw_channel_to_index(priv->ieee, priv->channel);
Zhu Yic580f672006-08-21 11:37:01 +08008793 BUG_ON(i == -1);
8794 wrqu->freq.e = 1;
8795
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008796 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
8797 case LIBIPW_52GHZ_BAND:
Zhu Yic580f672006-08-21 11:37:01 +08008798 wrqu->freq.m = priv->ieee->geo.a[i].freq * 100000;
8799 break;
8800
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008801 case LIBIPW_24GHZ_BAND:
Zhu Yic580f672006-08-21 11:37:01 +08008802 wrqu->freq.m = priv->ieee->geo.bg[i].freq * 100000;
8803 break;
8804
8805 default:
8806 BUG();
8807 }
8808 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06008809 wrqu->freq.m = 0;
8810
Zhu Yi46441512006-01-24 16:37:59 +08008811 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008812 IPW_DEBUG_WX("GET Freq/Channel -> %d \n", priv->channel);
8813 return 0;
8814}
8815
Jeff Garzikbf794512005-07-31 13:07:26 -04008816static int ipw_wx_set_mode(struct net_device *dev,
8817 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008818 union iwreq_data *wrqu, char *extra)
8819{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008820 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008821 int err = 0;
8822
8823 IPW_DEBUG_WX("Set MODE: %d\n", wrqu->mode);
8824
James Ketrenos43f66a62005-03-25 12:31:53 -06008825 switch (wrqu->mode) {
James Ketrenosb095c382005-08-24 22:04:42 -05008826#ifdef CONFIG_IPW2200_MONITOR
James Ketrenos43f66a62005-03-25 12:31:53 -06008827 case IW_MODE_MONITOR:
8828#endif
8829 case IW_MODE_ADHOC:
8830 case IW_MODE_INFRA:
8831 break;
8832 case IW_MODE_AUTO:
8833 wrqu->mode = IW_MODE_INFRA;
8834 break;
8835 default:
8836 return -EINVAL;
8837 }
James Ketrenosb095c382005-08-24 22:04:42 -05008838 if (wrqu->mode == priv->ieee->iw_mode)
8839 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008840
Zhu Yi46441512006-01-24 16:37:59 +08008841 mutex_lock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008842
8843 ipw_sw_reset(priv, 0);
8844
James Ketrenosb095c382005-08-24 22:04:42 -05008845#ifdef CONFIG_IPW2200_MONITOR
Jeff Garzikbf794512005-07-31 13:07:26 -04008846 if (priv->ieee->iw_mode == IW_MODE_MONITOR)
James Ketrenos43f66a62005-03-25 12:31:53 -06008847 priv->net_dev->type = ARPHRD_ETHER;
Jeff Garzikbf794512005-07-31 13:07:26 -04008848
8849 if (wrqu->mode == IW_MODE_MONITOR)
Zhu Yi459d4082006-04-13 17:21:00 +08008850#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05008851 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
8852#else
James Ketrenos43f66a62005-03-25 12:31:53 -06008853 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05008854#endif
James Ketrenosb095c382005-08-24 22:04:42 -05008855#endif /* CONFIG_IPW2200_MONITOR */
Jeff Garzikbf794512005-07-31 13:07:26 -04008856
Jeff Garzikbf794512005-07-31 13:07:26 -04008857 /* Free the existing firmware and reset the fw_loaded
Nick Andrew877d0312009-01-26 11:06:57 +01008858 * flag so ipw_load() will bring in the new firmware */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008859 free_firmware();
James Ketrenos43f66a62005-03-25 12:31:53 -06008860
8861 priv->ieee->iw_mode = wrqu->mode;
Jeff Garzikbf794512005-07-31 13:07:26 -04008862
James Ketrenosc848d0a2005-08-24 21:56:24 -05008863 queue_work(priv->workqueue, &priv->adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +08008864 mutex_unlock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008865 return err;
James Ketrenos43f66a62005-03-25 12:31:53 -06008866}
8867
Jeff Garzikbf794512005-07-31 13:07:26 -04008868static int ipw_wx_get_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008869 struct iw_request_info *info,
8870 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06008871{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008872 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08008873 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008874 wrqu->mode = priv->ieee->iw_mode;
8875 IPW_DEBUG_WX("Get MODE -> %d\n", wrqu->mode);
Zhu Yi46441512006-01-24 16:37:59 +08008876 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008877 return 0;
8878}
8879
James Ketrenos43f66a62005-03-25 12:31:53 -06008880/* Values are in microsecond */
8881static const s32 timeout_duration[] = {
8882 350000,
8883 250000,
8884 75000,
8885 37000,
8886 25000,
8887};
8888
8889static const s32 period_duration[] = {
8890 400000,
8891 700000,
8892 1000000,
8893 1000000,
8894 1000000
8895};
8896
Jeff Garzikbf794512005-07-31 13:07:26 -04008897static int ipw_wx_get_range(struct net_device *dev,
8898 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008899 union iwreq_data *wrqu, char *extra)
8900{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008901 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008902 struct iw_range *range = (struct iw_range *)extra;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008903 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenosb095c382005-08-24 22:04:42 -05008904 int i = 0, j;
James Ketrenos43f66a62005-03-25 12:31:53 -06008905
8906 wrqu->data.length = sizeof(*range);
8907 memset(range, 0, sizeof(*range));
8908
8909 /* 54Mbs == ~27 Mb/s real (802.11g) */
Jeff Garzikbf794512005-07-31 13:07:26 -04008910 range->throughput = 27 * 1000 * 1000;
James Ketrenos43f66a62005-03-25 12:31:53 -06008911
8912 range->max_qual.qual = 100;
8913 /* TODO: Find real max RSSI and stick here */
8914 range->max_qual.level = 0;
Bill Mossb1916082006-02-15 08:50:18 +08008915 range->max_qual.noise = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008916 range->max_qual.updated = 7; /* Updated all three */
James Ketrenos43f66a62005-03-25 12:31:53 -06008917
8918 range->avg_qual.qual = 70;
8919 /* TODO: Find real 'good' to 'bad' threshol value for RSSI */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008920 range->avg_qual.level = 0; /* FIXME to real average level */
James Ketrenos43f66a62005-03-25 12:31:53 -06008921 range->avg_qual.noise = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008922 range->avg_qual.updated = 7; /* Updated all three */
Zhu Yi46441512006-01-24 16:37:59 +08008923 mutex_lock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008924 range->num_bitrates = min(priv->rates.num_rates, (u8) IW_MAX_BITRATES);
James Ketrenos43f66a62005-03-25 12:31:53 -06008925
Jeff Garzikbf794512005-07-31 13:07:26 -04008926 for (i = 0; i < range->num_bitrates; i++)
8927 range->bitrate[i] = (priv->rates.supported_rates[i] & 0x7F) *
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008928 500000;
Jeff Garzikbf794512005-07-31 13:07:26 -04008929
James Ketrenos43f66a62005-03-25 12:31:53 -06008930 range->max_rts = DEFAULT_RTS_THRESHOLD;
8931 range->min_frag = MIN_FRAG_THRESHOLD;
8932 range->max_frag = MAX_FRAG_THRESHOLD;
8933
8934 range->encoding_size[0] = 5;
Jeff Garzikbf794512005-07-31 13:07:26 -04008935 range->encoding_size[1] = 13;
James Ketrenos43f66a62005-03-25 12:31:53 -06008936 range->num_encoding_sizes = 2;
8937 range->max_encoding_tokens = WEP_KEYS;
8938
8939 /* Set the Wireless Extension versions */
8940 range->we_version_compiled = WIRELESS_EXT;
Dan Williamsf1b50862006-01-30 13:58:56 -05008941 range->we_version_source = 18;
James Ketrenos43f66a62005-03-25 12:31:53 -06008942
James Ketrenosb095c382005-08-24 22:04:42 -05008943 i = 0;
8944 if (priv->ieee->mode & (IEEE_B | IEEE_G)) {
Zhu Yie815de42006-03-02 05:55:51 +08008945 for (j = 0; j < geo->bg_channels && i < IW_MAX_FREQUENCIES; j++) {
8946 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008947 (geo->bg[j].flags & LIBIPW_CH_PASSIVE_ONLY))
Zhu Yie815de42006-03-02 05:55:51 +08008948 continue;
8949
James Ketrenosb095c382005-08-24 22:04:42 -05008950 range->freq[i].i = geo->bg[j].channel;
8951 range->freq[i].m = geo->bg[j].freq * 100000;
8952 range->freq[i].e = 1;
Zhu Yie815de42006-03-02 05:55:51 +08008953 i++;
James Ketrenosb095c382005-08-24 22:04:42 -05008954 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008955 }
James Ketrenosb095c382005-08-24 22:04:42 -05008956
8957 if (priv->ieee->mode & IEEE_A) {
Zhu Yie815de42006-03-02 05:55:51 +08008958 for (j = 0; j < geo->a_channels && i < IW_MAX_FREQUENCIES; j++) {
8959 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008960 (geo->a[j].flags & LIBIPW_CH_PASSIVE_ONLY))
Zhu Yie815de42006-03-02 05:55:51 +08008961 continue;
8962
James Ketrenosb095c382005-08-24 22:04:42 -05008963 range->freq[i].i = geo->a[j].channel;
8964 range->freq[i].m = geo->a[j].freq * 100000;
8965 range->freq[i].e = 1;
Zhu Yie815de42006-03-02 05:55:51 +08008966 i++;
James Ketrenosb095c382005-08-24 22:04:42 -05008967 }
8968 }
8969
8970 range->num_channels = i;
8971 range->num_frequency = i;
8972
Zhu Yi46441512006-01-24 16:37:59 +08008973 mutex_unlock(&priv->mutex);
Benoit Boissinot97a78ca2005-09-15 17:30:28 +00008974
8975 /* Event capability (kernel + driver) */
8976 range->event_capa[0] = (IW_EVENT_CAPA_K_0 |
8977 IW_EVENT_CAPA_MASK(SIOCGIWTHRSPY) |
Zhu Yi07f02e42006-04-13 17:19:25 +08008978 IW_EVENT_CAPA_MASK(SIOCGIWAP) |
8979 IW_EVENT_CAPA_MASK(SIOCGIWSCAN));
Benoit Boissinot97a78ca2005-09-15 17:30:28 +00008980 range->event_capa[1] = IW_EVENT_CAPA_K_1;
James Ketrenos43f66a62005-03-25 12:31:53 -06008981
Dan Williamsf1b50862006-01-30 13:58:56 -05008982 range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
8983 IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
8984
Dan Williams374fdfb2007-12-12 10:25:07 -05008985 range->scan_capa = IW_SCAN_CAPA_ESSID | IW_SCAN_CAPA_TYPE;
8986
James Ketrenos43f66a62005-03-25 12:31:53 -06008987 IPW_DEBUG_WX("GET Range\n");
8988 return 0;
8989}
8990
Jeff Garzikbf794512005-07-31 13:07:26 -04008991static int ipw_wx_set_wap(struct net_device *dev,
8992 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008993 union iwreq_data *wrqu, char *extra)
8994{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008995 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008996
8997 static const unsigned char any[] = {
8998 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
8999 };
9000 static const unsigned char off[] = {
9001 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
9002 };
9003
Jeff Garzikbf794512005-07-31 13:07:26 -04009004 if (wrqu->ap_addr.sa_family != ARPHRD_ETHER)
James Ketrenos43f66a62005-03-25 12:31:53 -06009005 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +08009006 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009007 if (!memcmp(any, wrqu->ap_addr.sa_data, ETH_ALEN) ||
9008 !memcmp(off, wrqu->ap_addr.sa_data, ETH_ALEN)) {
9009 /* we disable mandatory BSSID association */
9010 IPW_DEBUG_WX("Setting AP BSSID to ANY\n");
9011 priv->config &= ~CFG_STATIC_BSSID;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009012 IPW_DEBUG_ASSOC("Attempting to associate with new "
9013 "parameters.\n");
9014 ipw_associate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08009015 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009016 return 0;
9017 }
9018
9019 priv->config |= CFG_STATIC_BSSID;
9020 if (!memcmp(priv->bssid, wrqu->ap_addr.sa_data, ETH_ALEN)) {
9021 IPW_DEBUG_WX("BSSID set to current BSSID.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009022 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009023 return 0;
9024 }
9025
Johannes Berge1749612008-10-27 15:59:26 -07009026 IPW_DEBUG_WX("Setting mandatory BSSID to %pM\n",
9027 wrqu->ap_addr.sa_data);
James Ketrenos43f66a62005-03-25 12:31:53 -06009028
9029 memcpy(priv->bssid, wrqu->ap_addr.sa_data, ETH_ALEN);
9030
James Ketrenosc848d0a2005-08-24 21:56:24 -05009031 /* Network configuration changed -- force [re]association */
9032 IPW_DEBUG_ASSOC("[re]association triggered due to BSSID change.\n");
9033 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06009034 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009035
Zhu Yi46441512006-01-24 16:37:59 +08009036 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009037 return 0;
9038}
9039
Jeff Garzikbf794512005-07-31 13:07:26 -04009040static int ipw_wx_get_wap(struct net_device *dev,
9041 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009042 union iwreq_data *wrqu, char *extra)
9043{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009044 struct ipw_priv *priv = libipw_priv(dev);
Joe Perches0795af52007-10-03 17:59:30 -07009045
James Ketrenos43f66a62005-03-25 12:31:53 -06009046 /* If we are associated, trying to associate, or have a statically
9047 * configured BSSID then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08009048 mutex_lock(&priv->mutex);
Jeff Garzikbf794512005-07-31 13:07:26 -04009049 if (priv->config & CFG_STATIC_BSSID ||
James Ketrenos43f66a62005-03-25 12:31:53 -06009050 priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
9051 wrqu->ap_addr.sa_family = ARPHRD_ETHER;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009052 memcpy(wrqu->ap_addr.sa_data, priv->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06009053 } else
9054 memset(wrqu->ap_addr.sa_data, 0, ETH_ALEN);
9055
Johannes Berge1749612008-10-27 15:59:26 -07009056 IPW_DEBUG_WX("Getting WAP BSSID: %pM\n",
9057 wrqu->ap_addr.sa_data);
Zhu Yi46441512006-01-24 16:37:59 +08009058 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009059 return 0;
9060}
9061
Jeff Garzikbf794512005-07-31 13:07:26 -04009062static int ipw_wx_set_essid(struct net_device *dev,
9063 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009064 union iwreq_data *wrqu, char *extra)
9065{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009066 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yiab644b02006-08-21 11:37:13 +08009067 int length;
John W. Linville9387b7c2008-09-30 20:59:05 -04009068 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06009069
Zhu Yiab644b02006-08-21 11:37:13 +08009070 mutex_lock(&priv->mutex);
9071
9072 if (!wrqu->essid.flags)
9073 {
9074 IPW_DEBUG_WX("Setting ESSID to ANY\n");
9075 ipw_disassociate(priv);
9076 priv->config &= ~CFG_STATIC_ESSID;
9077 ipw_associate(priv);
9078 mutex_unlock(&priv->mutex);
9079 return 0;
9080 }
9081
Zhu Yia9f0d422006-08-21 11:37:26 +08009082 length = min((int)wrqu->essid.length, IW_ESSID_MAX_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06009083
9084 priv->config |= CFG_STATIC_ESSID;
9085
Zhu Yia9f0d422006-08-21 11:37:26 +08009086 if (priv->essid_len == length && !memcmp(priv->essid, extra, length)
9087 && (priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING))) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009088 IPW_DEBUG_WX("ESSID set to current ESSID.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009089 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009090 return 0;
9091 }
9092
John W. Linville9387b7c2008-09-30 20:59:05 -04009093 IPW_DEBUG_WX("Setting ESSID: '%s' (%d)\n",
9094 print_ssid(ssid, extra, length), length);
James Ketrenos43f66a62005-03-25 12:31:53 -06009095
9096 priv->essid_len = length;
Zhu Yia9f0d422006-08-21 11:37:26 +08009097 memcpy(priv->essid, extra, priv->essid_len);
Jeff Garzikbf794512005-07-31 13:07:26 -04009098
James Ketrenosc848d0a2005-08-24 21:56:24 -05009099 /* Network configuration changed -- force [re]association */
9100 IPW_DEBUG_ASSOC("[re]association triggered due to ESSID change.\n");
9101 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06009102 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009103
Zhu Yi46441512006-01-24 16:37:59 +08009104 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009105 return 0;
9106}
9107
Jeff Garzikbf794512005-07-31 13:07:26 -04009108static int ipw_wx_get_essid(struct net_device *dev,
9109 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009110 union iwreq_data *wrqu, char *extra)
9111{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009112 struct ipw_priv *priv = libipw_priv(dev);
John W. Linville9387b7c2008-09-30 20:59:05 -04009113 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06009114
9115 /* If we are associated, trying to associate, or have a statically
9116 * configured ESSID then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08009117 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009118 if (priv->config & CFG_STATIC_ESSID ||
Jeff Garzikbf794512005-07-31 13:07:26 -04009119 priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
9120 IPW_DEBUG_WX("Getting essid: '%s'\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04009121 print_ssid(ssid, priv->essid, priv->essid_len));
Jeff Garzikbf794512005-07-31 13:07:26 -04009122 memcpy(extra, priv->essid, priv->essid_len);
James Ketrenos43f66a62005-03-25 12:31:53 -06009123 wrqu->essid.length = priv->essid_len;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009124 wrqu->essid.flags = 1; /* active */
James Ketrenos43f66a62005-03-25 12:31:53 -06009125 } else {
9126 IPW_DEBUG_WX("Getting essid: ANY\n");
9127 wrqu->essid.length = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009128 wrqu->essid.flags = 0; /* active */
James Ketrenos43f66a62005-03-25 12:31:53 -06009129 }
Zhu Yi46441512006-01-24 16:37:59 +08009130 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009131 return 0;
9132}
9133
Jeff Garzikbf794512005-07-31 13:07:26 -04009134static int ipw_wx_set_nick(struct net_device *dev,
9135 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009136 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009137{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009138 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009139
9140 IPW_DEBUG_WX("Setting nick to '%s'\n", extra);
9141 if (wrqu->data.length > IW_ESSID_MAX_SIZE)
9142 return -E2BIG;
Zhu Yi46441512006-01-24 16:37:59 +08009143 mutex_lock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009144 wrqu->data.length = min((size_t) wrqu->data.length, sizeof(priv->nick));
James Ketrenos43f66a62005-03-25 12:31:53 -06009145 memset(priv->nick, 0, sizeof(priv->nick));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009146 memcpy(priv->nick, extra, wrqu->data.length);
James Ketrenos43f66a62005-03-25 12:31:53 -06009147 IPW_DEBUG_TRACE("<<\n");
Zhu Yi46441512006-01-24 16:37:59 +08009148 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009149 return 0;
9150
9151}
9152
Jeff Garzikbf794512005-07-31 13:07:26 -04009153static int ipw_wx_get_nick(struct net_device *dev,
9154 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009155 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009156{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009157 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009158 IPW_DEBUG_WX("Getting nick\n");
Zhu Yi46441512006-01-24 16:37:59 +08009159 mutex_lock(&priv->mutex);
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009160 wrqu->data.length = strlen(priv->nick);
James Ketrenos43f66a62005-03-25 12:31:53 -06009161 memcpy(extra, priv->nick, wrqu->data.length);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009162 wrqu->data.flags = 1; /* active */
Zhu Yi46441512006-01-24 16:37:59 +08009163 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009164 return 0;
9165}
9166
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009167static int ipw_wx_set_sens(struct net_device *dev,
9168 struct iw_request_info *info,
9169 union iwreq_data *wrqu, char *extra)
9170{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009171 struct ipw_priv *priv = libipw_priv(dev);
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009172 int err = 0;
9173
9174 IPW_DEBUG_WX("Setting roaming threshold to %d\n", wrqu->sens.value);
9175 IPW_DEBUG_WX("Setting disassociate threshold to %d\n", 3*wrqu->sens.value);
9176 mutex_lock(&priv->mutex);
9177
9178 if (wrqu->sens.fixed == 0)
9179 {
9180 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
9181 priv->disassociate_threshold = IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT;
9182 goto out;
9183 }
9184 if ((wrqu->sens.value > IPW_MB_ROAMING_THRESHOLD_MAX) ||
9185 (wrqu->sens.value < IPW_MB_ROAMING_THRESHOLD_MIN)) {
9186 err = -EINVAL;
9187 goto out;
9188 }
9189
9190 priv->roaming_threshold = wrqu->sens.value;
9191 priv->disassociate_threshold = 3*wrqu->sens.value;
9192 out:
9193 mutex_unlock(&priv->mutex);
9194 return err;
9195}
9196
9197static int ipw_wx_get_sens(struct net_device *dev,
9198 struct iw_request_info *info,
9199 union iwreq_data *wrqu, char *extra)
9200{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009201 struct ipw_priv *priv = libipw_priv(dev);
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009202 mutex_lock(&priv->mutex);
9203 wrqu->sens.fixed = 1;
9204 wrqu->sens.value = priv->roaming_threshold;
9205 mutex_unlock(&priv->mutex);
9206
9207 IPW_DEBUG_WX("GET roaming threshold -> %s %d \n",
9208 wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
9209
9210 return 0;
9211}
9212
James Ketrenos43f66a62005-03-25 12:31:53 -06009213static int ipw_wx_set_rate(struct net_device *dev,
9214 struct iw_request_info *info,
9215 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009216{
James Ketrenosea2b26e2005-08-24 21:25:16 -05009217 /* TODO: We should use semaphores or locks for access to priv */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009218 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009219 u32 target_rate = wrqu->bitrate.value;
9220 u32 fixed, mask;
9221
9222 /* value = -1, fixed = 0 means auto only, so we should use all rates offered by AP */
9223 /* value = X, fixed = 1 means only rate X */
9224 /* value = X, fixed = 0 means all rates lower equal X */
9225
9226 if (target_rate == -1) {
9227 fixed = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009228 mask = LIBIPW_DEFAULT_RATES_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009229 /* Now we should reassociate */
9230 goto apply;
9231 }
9232
9233 mask = 0;
9234 fixed = wrqu->bitrate.fixed;
9235
9236 if (target_rate == 1000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009237 mask |= LIBIPW_CCK_RATE_1MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009238 if (target_rate == 1000000)
9239 goto apply;
9240
9241 if (target_rate == 2000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009242 mask |= LIBIPW_CCK_RATE_2MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009243 if (target_rate == 2000000)
9244 goto apply;
9245
9246 if (target_rate == 5500000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009247 mask |= LIBIPW_CCK_RATE_5MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009248 if (target_rate == 5500000)
9249 goto apply;
9250
9251 if (target_rate == 6000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009252 mask |= LIBIPW_OFDM_RATE_6MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009253 if (target_rate == 6000000)
9254 goto apply;
9255
9256 if (target_rate == 9000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009257 mask |= LIBIPW_OFDM_RATE_9MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009258 if (target_rate == 9000000)
9259 goto apply;
9260
9261 if (target_rate == 11000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009262 mask |= LIBIPW_CCK_RATE_11MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009263 if (target_rate == 11000000)
9264 goto apply;
9265
9266 if (target_rate == 12000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009267 mask |= LIBIPW_OFDM_RATE_12MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009268 if (target_rate == 12000000)
9269 goto apply;
9270
9271 if (target_rate == 18000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009272 mask |= LIBIPW_OFDM_RATE_18MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009273 if (target_rate == 18000000)
9274 goto apply;
9275
9276 if (target_rate == 24000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009277 mask |= LIBIPW_OFDM_RATE_24MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009278 if (target_rate == 24000000)
9279 goto apply;
9280
9281 if (target_rate == 36000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009282 mask |= LIBIPW_OFDM_RATE_36MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009283 if (target_rate == 36000000)
9284 goto apply;
9285
9286 if (target_rate == 48000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009287 mask |= LIBIPW_OFDM_RATE_48MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009288 if (target_rate == 48000000)
9289 goto apply;
9290
9291 if (target_rate == 54000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009292 mask |= LIBIPW_OFDM_RATE_54MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009293 if (target_rate == 54000000)
9294 goto apply;
9295
9296 IPW_DEBUG_WX("invalid rate specified, returning error\n");
9297 return -EINVAL;
9298
9299 apply:
9300 IPW_DEBUG_WX("Setting rate mask to 0x%08X [%s]\n",
9301 mask, fixed ? "fixed" : "sub-rates");
Zhu Yi46441512006-01-24 16:37:59 +08009302 mutex_lock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009303 if (mask == LIBIPW_DEFAULT_RATES_MASK) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05009304 priv->config &= ~CFG_FIXED_RATE;
James Ketrenosb095c382005-08-24 22:04:42 -05009305 ipw_set_fixed_rate(priv, priv->ieee->mode);
9306 } else
James Ketrenosea2b26e2005-08-24 21:25:16 -05009307 priv->config |= CFG_FIXED_RATE;
9308
James Ketrenosc848d0a2005-08-24 21:56:24 -05009309 if (priv->rates_mask == mask) {
9310 IPW_DEBUG_WX("Mask set to current mask.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009311 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009312 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009313 }
9314
James Ketrenosc848d0a2005-08-24 21:56:24 -05009315 priv->rates_mask = mask;
9316
9317 /* Network configuration changed -- force [re]association */
9318 IPW_DEBUG_ASSOC("[re]association triggered due to rates change.\n");
9319 if (!ipw_disassociate(priv))
9320 ipw_associate(priv);
9321
Zhu Yi46441512006-01-24 16:37:59 +08009322 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009323 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009324}
9325
Jeff Garzikbf794512005-07-31 13:07:26 -04009326static int ipw_wx_get_rate(struct net_device *dev,
9327 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009328 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009329{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009330 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009331 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009332 wrqu->bitrate.value = priv->last_rate;
Zhu Yi455936c2006-04-13 17:20:05 +08009333 wrqu->bitrate.fixed = (priv->config & CFG_FIXED_RATE) ? 1 : 0;
Zhu Yi46441512006-01-24 16:37:59 +08009334 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009335 IPW_DEBUG_WX("GET Rate -> %d \n", wrqu->bitrate.value);
9336 return 0;
9337}
9338
Jeff Garzikbf794512005-07-31 13:07:26 -04009339static int ipw_wx_set_rts(struct net_device *dev,
9340 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009341 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009342{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009343 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009344 mutex_lock(&priv->mutex);
Zhu Yiea8862d2007-01-11 17:32:54 +08009345 if (wrqu->rts.disabled || !wrqu->rts.fixed)
James Ketrenos43f66a62005-03-25 12:31:53 -06009346 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9347 else {
9348 if (wrqu->rts.value < MIN_RTS_THRESHOLD ||
James Ketrenosc848d0a2005-08-24 21:56:24 -05009349 wrqu->rts.value > MAX_RTS_THRESHOLD) {
Zhu Yi46441512006-01-24 16:37:59 +08009350 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009351 return -EINVAL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009352 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009353 priv->rts_threshold = wrqu->rts.value;
9354 }
9355
9356 ipw_send_rts_threshold(priv, priv->rts_threshold);
Zhu Yi46441512006-01-24 16:37:59 +08009357 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009358 IPW_DEBUG_WX("SET RTS Threshold -> %d \n", priv->rts_threshold);
9359 return 0;
9360}
9361
Jeff Garzikbf794512005-07-31 13:07:26 -04009362static int ipw_wx_get_rts(struct net_device *dev,
9363 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009364 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009365{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009366 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009367 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009368 wrqu->rts.value = priv->rts_threshold;
9369 wrqu->rts.fixed = 0; /* no auto select */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009370 wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD);
Zhu Yi46441512006-01-24 16:37:59 +08009371 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009372 IPW_DEBUG_WX("GET RTS Threshold -> %d \n", wrqu->rts.value);
9373 return 0;
9374}
9375
Jeff Garzikbf794512005-07-31 13:07:26 -04009376static int ipw_wx_set_txpow(struct net_device *dev,
9377 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009378 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009379{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009380 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009381 int err = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009382
Zhu Yi46441512006-01-24 16:37:59 +08009383 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009384 if (ipw_radio_kill_sw(priv, wrqu->power.disabled)) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009385 err = -EINPROGRESS;
9386 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009387 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009388
James Ketrenosb095c382005-08-24 22:04:42 -05009389 if (!wrqu->power.fixed)
9390 wrqu->power.value = IPW_TX_POWER_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06009391
James Ketrenosc848d0a2005-08-24 21:56:24 -05009392 if (wrqu->power.flags != IW_TXPOW_DBM) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009393 err = -EINVAL;
9394 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009395 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009396
James Ketrenosb095c382005-08-24 22:04:42 -05009397 if ((wrqu->power.value > IPW_TX_POWER_MAX) ||
James Ketrenosafbf30a2005-08-25 00:05:33 -05009398 (wrqu->power.value < IPW_TX_POWER_MIN)) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009399 err = -EINVAL;
9400 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009401 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009402
9403 priv->tx_power = wrqu->power.value;
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009404 err = ipw_set_tx_power(priv);
9405 out:
Zhu Yi46441512006-01-24 16:37:59 +08009406 mutex_unlock(&priv->mutex);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009407 return err;
James Ketrenos43f66a62005-03-25 12:31:53 -06009408}
9409
Jeff Garzikbf794512005-07-31 13:07:26 -04009410static int ipw_wx_get_txpow(struct net_device *dev,
9411 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009412 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009413{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009414 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009415 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009416 wrqu->power.value = priv->tx_power;
9417 wrqu->power.fixed = 1;
9418 wrqu->power.flags = IW_TXPOW_DBM;
9419 wrqu->power.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0;
Zhu Yi46441512006-01-24 16:37:59 +08009420 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009421
Jeff Garzikbf794512005-07-31 13:07:26 -04009422 IPW_DEBUG_WX("GET TX Power -> %s %d \n",
Zhu Yi22501c82005-08-11 10:49:17 +08009423 wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009424
9425 return 0;
9426}
9427
Jeff Garzikbf794512005-07-31 13:07:26 -04009428static int ipw_wx_set_frag(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009429 struct iw_request_info *info,
9430 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009431{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009432 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009433 mutex_lock(&priv->mutex);
Zhu Yiea8862d2007-01-11 17:32:54 +08009434 if (wrqu->frag.disabled || !wrqu->frag.fixed)
James Ketrenos43f66a62005-03-25 12:31:53 -06009435 priv->ieee->fts = DEFAULT_FTS;
9436 else {
9437 if (wrqu->frag.value < MIN_FRAG_THRESHOLD ||
James Ketrenosb095c382005-08-24 22:04:42 -05009438 wrqu->frag.value > MAX_FRAG_THRESHOLD) {
Zhu Yi46441512006-01-24 16:37:59 +08009439 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009440 return -EINVAL;
James Ketrenosb095c382005-08-24 22:04:42 -05009441 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009442
James Ketrenos43f66a62005-03-25 12:31:53 -06009443 priv->ieee->fts = wrqu->frag.value & ~0x1;
9444 }
9445
9446 ipw_send_frag_threshold(priv, wrqu->frag.value);
Zhu Yi46441512006-01-24 16:37:59 +08009447 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009448 IPW_DEBUG_WX("SET Frag Threshold -> %d \n", wrqu->frag.value);
9449 return 0;
9450}
9451
Jeff Garzikbf794512005-07-31 13:07:26 -04009452static int ipw_wx_get_frag(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009453 struct iw_request_info *info,
9454 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009455{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009456 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009457 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009458 wrqu->frag.value = priv->ieee->fts;
9459 wrqu->frag.fixed = 0; /* no auto select */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009460 wrqu->frag.disabled = (wrqu->frag.value == DEFAULT_FTS);
Zhu Yi46441512006-01-24 16:37:59 +08009461 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009462 IPW_DEBUG_WX("GET Frag Threshold -> %d \n", wrqu->frag.value);
9463
9464 return 0;
9465}
9466
Jeff Garzikbf794512005-07-31 13:07:26 -04009467static int ipw_wx_set_retry(struct net_device *dev,
9468 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009469 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009470{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009471 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009472
9473 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled)
9474 return -EINVAL;
9475
9476 if (!(wrqu->retry.flags & IW_RETRY_LIMIT))
9477 return 0;
9478
Zhu Yid5f7ac22006-08-21 11:38:17 +08009479 if (wrqu->retry.value < 0 || wrqu->retry.value >= 255)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009480 return -EINVAL;
9481
Zhu Yi46441512006-01-24 16:37:59 +08009482 mutex_lock(&priv->mutex);
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009483 if (wrqu->retry.flags & IW_RETRY_SHORT)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009484 priv->short_retry_limit = (u8) wrqu->retry.value;
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009485 else if (wrqu->retry.flags & IW_RETRY_LONG)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009486 priv->long_retry_limit = (u8) wrqu->retry.value;
9487 else {
9488 priv->short_retry_limit = (u8) wrqu->retry.value;
9489 priv->long_retry_limit = (u8) wrqu->retry.value;
9490 }
9491
9492 ipw_send_retry_limit(priv, priv->short_retry_limit,
9493 priv->long_retry_limit);
Zhu Yi46441512006-01-24 16:37:59 +08009494 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009495 IPW_DEBUG_WX("SET retry limit -> short:%d long:%d\n",
9496 priv->short_retry_limit, priv->long_retry_limit);
9497 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009498}
9499
Jeff Garzikbf794512005-07-31 13:07:26 -04009500static int ipw_wx_get_retry(struct net_device *dev,
9501 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009502 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009503{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009504 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009505
Zhu Yi46441512006-01-24 16:37:59 +08009506 mutex_lock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009507 wrqu->retry.disabled = 0;
9508
9509 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) {
Zhu Yi46441512006-01-24 16:37:59 +08009510 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009511 return -EINVAL;
9512 }
9513
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009514 if (wrqu->retry.flags & IW_RETRY_LONG) {
9515 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009516 wrqu->retry.value = priv->long_retry_limit;
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009517 } else if (wrqu->retry.flags & IW_RETRY_SHORT) {
9518 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009519 wrqu->retry.value = priv->short_retry_limit;
9520 } else {
9521 wrqu->retry.flags = IW_RETRY_LIMIT;
9522 wrqu->retry.value = priv->short_retry_limit;
9523 }
Zhu Yi46441512006-01-24 16:37:59 +08009524 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009525
9526 IPW_DEBUG_WX("GET retry -> %d \n", wrqu->retry.value);
9527
9528 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009529}
9530
Jeff Garzikbf794512005-07-31 13:07:26 -04009531static int ipw_wx_set_scan(struct net_device *dev,
9532 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009533 union iwreq_data *wrqu, char *extra)
9534{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009535 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi094c4d22006-08-21 11:39:03 +08009536 struct iw_scan_req *req = (struct iw_scan_req *)extra;
Dan Williamsea177302008-06-02 17:51:23 -04009537 struct delayed_work *work = NULL;
Zhu Yi094c4d22006-08-21 11:39:03 +08009538
Dan Williams0b531672007-10-09 13:55:24 -04009539 mutex_lock(&priv->mutex);
Dan Williamsea177302008-06-02 17:51:23 -04009540
Dan Williams0b531672007-10-09 13:55:24 -04009541 priv->user_requested_scan = 1;
Dan Williams0b531672007-10-09 13:55:24 -04009542
Zhu Yi094c4d22006-08-21 11:39:03 +08009543 if (wrqu->data.length == sizeof(struct iw_scan_req)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05009544 if (wrqu->data.flags & IW_SCAN_THIS_ESSID) {
Dan Williamsea177302008-06-02 17:51:23 -04009545 int len = min((int)req->essid_len,
9546 (int)sizeof(priv->direct_scan_ssid));
9547 memcpy(priv->direct_scan_ssid, req->essid, len);
9548 priv->direct_scan_ssid_len = len;
9549 work = &priv->request_direct_scan;
9550 } else if (req->scan_type == IW_SCAN_TYPE_PASSIVE) {
9551 work = &priv->request_passive_scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009552 }
Dan Williamsea177302008-06-02 17:51:23 -04009553 } else {
9554 /* Normal active broadcast scan */
9555 work = &priv->request_scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009556 }
James Ketrenos8935f392005-10-05 15:59:08 -05009557
Dan Williamsea177302008-06-02 17:51:23 -04009558 mutex_unlock(&priv->mutex);
9559
James Ketrenos43f66a62005-03-25 12:31:53 -06009560 IPW_DEBUG_WX("Start scan\n");
James Ketrenosb095c382005-08-24 22:04:42 -05009561
Dan Williamsea177302008-06-02 17:51:23 -04009562 queue_delayed_work(priv->workqueue, work, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05009563
James Ketrenos43f66a62005-03-25 12:31:53 -06009564 return 0;
9565}
9566
Jeff Garzikbf794512005-07-31 13:07:26 -04009567static int ipw_wx_get_scan(struct net_device *dev,
9568 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009569 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009570{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009571 struct ipw_priv *priv = libipw_priv(dev);
9572 return libipw_wx_get_scan(priv->ieee, info, wrqu, extra);
James Ketrenos43f66a62005-03-25 12:31:53 -06009573}
9574
Jeff Garzikbf794512005-07-31 13:07:26 -04009575static int ipw_wx_set_encode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009576 struct iw_request_info *info,
9577 union iwreq_data *wrqu, char *key)
James Ketrenos43f66a62005-03-25 12:31:53 -06009578{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009579 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009580 int ret;
Hong Liucaeff812005-08-05 17:25:50 +08009581 u32 cap = priv->capability;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009582
Zhu Yi46441512006-01-24 16:37:59 +08009583 mutex_lock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009584 ret = libipw_wx_set_encode(priv->ieee, info, wrqu, key);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009585
Hong Liucaeff812005-08-05 17:25:50 +08009586 /* In IBSS mode, we need to notify the firmware to update
9587 * the beacon info after we changed the capability. */
9588 if (cap != priv->capability &&
9589 priv->ieee->iw_mode == IW_MODE_ADHOC &&
9590 priv->status & STATUS_ASSOCIATED)
9591 ipw_disassociate(priv);
9592
Zhu Yi46441512006-01-24 16:37:59 +08009593 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009594 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06009595}
9596
Jeff Garzikbf794512005-07-31 13:07:26 -04009597static int ipw_wx_get_encode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009598 struct iw_request_info *info,
9599 union iwreq_data *wrqu, char *key)
James Ketrenos43f66a62005-03-25 12:31:53 -06009600{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009601 struct ipw_priv *priv = libipw_priv(dev);
9602 return libipw_wx_get_encode(priv->ieee, info, wrqu, key);
James Ketrenos43f66a62005-03-25 12:31:53 -06009603}
9604
Jeff Garzikbf794512005-07-31 13:07:26 -04009605static int ipw_wx_set_power(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009606 struct iw_request_info *info,
9607 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009608{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009609 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009610 int err;
Zhu Yi46441512006-01-24 16:37:59 +08009611 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009612 if (wrqu->power.disabled) {
9613 priv->power_mode = IPW_POWER_LEVEL(priv->power_mode);
9614 err = ipw_send_power_mode(priv, IPW_POWER_MODE_CAM);
9615 if (err) {
9616 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009617 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009618 return err;
9619 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009620 IPW_DEBUG_WX("SET Power Management Mode -> off\n");
Zhu Yi46441512006-01-24 16:37:59 +08009621 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009622 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04009623 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009624
9625 switch (wrqu->power.flags & IW_POWER_MODE) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009626 case IW_POWER_ON: /* If not specified */
9627 case IW_POWER_MODE: /* If set all mask */
Jean Delvarec03983a2007-10-19 23:22:55 +02009628 case IW_POWER_ALL_R: /* If explicitly state all */
James Ketrenos43f66a62005-03-25 12:31:53 -06009629 break;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009630 default: /* Otherwise we don't support it */
James Ketrenos43f66a62005-03-25 12:31:53 -06009631 IPW_DEBUG_WX("SET PM Mode: %X not supported.\n",
9632 wrqu->power.flags);
Zhu Yi46441512006-01-24 16:37:59 +08009633 mutex_unlock(&priv->mutex);
Jeff Garzikbf794512005-07-31 13:07:26 -04009634 return -EOPNOTSUPP;
James Ketrenos43f66a62005-03-25 12:31:53 -06009635 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009636
James Ketrenos43f66a62005-03-25 12:31:53 -06009637 /* If the user hasn't specified a power management mode yet, default
9638 * to BATTERY */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009639 if (IPW_POWER_LEVEL(priv->power_mode) == IPW_POWER_AC)
James Ketrenos43f66a62005-03-25 12:31:53 -06009640 priv->power_mode = IPW_POWER_ENABLED | IPW_POWER_BATTERY;
Jeff Garzikbf794512005-07-31 13:07:26 -04009641 else
James Ketrenos43f66a62005-03-25 12:31:53 -06009642 priv->power_mode = IPW_POWER_ENABLED | priv->power_mode;
Zhu Yi4e157f02007-07-12 16:09:32 +08009643
James Ketrenos43f66a62005-03-25 12:31:53 -06009644 err = ipw_send_power_mode(priv, IPW_POWER_LEVEL(priv->power_mode));
9645 if (err) {
9646 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009647 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009648 return err;
9649 }
9650
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009651 IPW_DEBUG_WX("SET Power Management Mode -> 0x%02X\n", priv->power_mode);
Zhu Yi46441512006-01-24 16:37:59 +08009652 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009653 return 0;
9654}
9655
Jeff Garzikbf794512005-07-31 13:07:26 -04009656static int ipw_wx_get_power(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009657 struct iw_request_info *info,
9658 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009659{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009660 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009661 mutex_lock(&priv->mutex);
James Ketrenosa613bff2005-08-24 21:43:11 -05009662 if (!(priv->power_mode & IPW_POWER_ENABLED))
James Ketrenos43f66a62005-03-25 12:31:53 -06009663 wrqu->power.disabled = 1;
James Ketrenosa613bff2005-08-24 21:43:11 -05009664 else
James Ketrenos43f66a62005-03-25 12:31:53 -06009665 wrqu->power.disabled = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009666
Zhu Yi46441512006-01-24 16:37:59 +08009667 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009668 IPW_DEBUG_WX("GET Power Management Mode -> %02X\n", priv->power_mode);
Jeff Garzikbf794512005-07-31 13:07:26 -04009669
James Ketrenos43f66a62005-03-25 12:31:53 -06009670 return 0;
9671}
9672
Jeff Garzikbf794512005-07-31 13:07:26 -04009673static int ipw_wx_set_powermode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009674 struct iw_request_info *info,
9675 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009676{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009677 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009678 int mode = *(int *)extra;
9679 int err;
Zhu Yi4e157f02007-07-12 16:09:32 +08009680
Zhu Yi46441512006-01-24 16:37:59 +08009681 mutex_lock(&priv->mutex);
Zhu Yi4e157f02007-07-12 16:09:32 +08009682 if ((mode < 1) || (mode > IPW_POWER_LIMIT))
James Ketrenos43f66a62005-03-25 12:31:53 -06009683 mode = IPW_POWER_AC;
Jeff Garzikbf794512005-07-31 13:07:26 -04009684
Zhu Yi4e157f02007-07-12 16:09:32 +08009685 if (IPW_POWER_LEVEL(priv->power_mode) != mode) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009686 err = ipw_send_power_mode(priv, mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06009687 if (err) {
9688 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009689 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009690 return err;
9691 }
Zhu Yi4e157f02007-07-12 16:09:32 +08009692 priv->power_mode = IPW_POWER_ENABLED | mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06009693 }
Zhu Yi46441512006-01-24 16:37:59 +08009694 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009695 return 0;
9696}
9697
9698#define MAX_WX_STRING 80
Jeff Garzikbf794512005-07-31 13:07:26 -04009699static int ipw_wx_get_powermode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009700 struct iw_request_info *info,
9701 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009702{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009703 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009704 int level = IPW_POWER_LEVEL(priv->power_mode);
9705 char *p = extra;
9706
9707 p += snprintf(p, MAX_WX_STRING, "Power save level: %d ", level);
9708
9709 switch (level) {
9710 case IPW_POWER_AC:
9711 p += snprintf(p, MAX_WX_STRING - (p - extra), "(AC)");
9712 break;
9713 case IPW_POWER_BATTERY:
9714 p += snprintf(p, MAX_WX_STRING - (p - extra), "(BATTERY)");
9715 break;
9716 default:
9717 p += snprintf(p, MAX_WX_STRING - (p - extra),
Jeff Garzikbf794512005-07-31 13:07:26 -04009718 "(Timeout %dms, Period %dms)",
James Ketrenos43f66a62005-03-25 12:31:53 -06009719 timeout_duration[level - 1] / 1000,
9720 period_duration[level - 1] / 1000);
9721 }
9722
9723 if (!(priv->power_mode & IPW_POWER_ENABLED))
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009724 p += snprintf(p, MAX_WX_STRING - (p - extra), " OFF");
James Ketrenos43f66a62005-03-25 12:31:53 -06009725
9726 wrqu->data.length = p - extra + 1;
9727
9728 return 0;
9729}
9730
9731static int ipw_wx_set_wireless_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009732 struct iw_request_info *info,
9733 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009734{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009735 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009736 int mode = *(int *)extra;
9737 u8 band = 0, modulation = 0;
9738
9739 if (mode == 0 || mode & ~IEEE_MODE_MASK) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009740 IPW_WARNING("Attempt to set invalid wireless mode: %d\n", mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06009741 return -EINVAL;
9742 }
Zhu Yi46441512006-01-24 16:37:59 +08009743 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009744 if (priv->adapter == IPW_2915ABG) {
James Ketrenosa33a1982005-09-14 14:28:59 -05009745 priv->ieee->abg_true = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06009746 if (mode & IEEE_A) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009747 band |= LIBIPW_52GHZ_BAND;
9748 modulation |= LIBIPW_OFDM_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009749 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009750 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009751 } else {
9752 if (mode & IEEE_A) {
9753 IPW_WARNING("Attempt to set 2200BG into "
9754 "802.11a mode\n");
Zhu Yi46441512006-01-24 16:37:59 +08009755 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009756 return -EINVAL;
9757 }
9758
James Ketrenosa33a1982005-09-14 14:28:59 -05009759 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009760 }
9761
9762 if (mode & IEEE_B) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009763 band |= LIBIPW_24GHZ_BAND;
9764 modulation |= LIBIPW_CCK_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009765 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009766 priv->ieee->abg_true = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04009767
James Ketrenos43f66a62005-03-25 12:31:53 -06009768 if (mode & IEEE_G) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009769 band |= LIBIPW_24GHZ_BAND;
9770 modulation |= LIBIPW_OFDM_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009771 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009772 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009773
9774 priv->ieee->mode = mode;
9775 priv->ieee->freq_band = band;
9776 priv->ieee->modulation = modulation;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009777 init_supported_rates(priv, &priv->rates);
James Ketrenos43f66a62005-03-25 12:31:53 -06009778
James Ketrenosc848d0a2005-08-24 21:56:24 -05009779 /* Network configuration changed -- force [re]association */
9780 IPW_DEBUG_ASSOC("[re]association triggered due to mode change.\n");
9781 if (!ipw_disassociate(priv)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009782 ipw_send_supported_rates(priv, &priv->rates);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009783 ipw_associate(priv);
9784 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009785
James Ketrenosa613bff2005-08-24 21:43:11 -05009786 /* Update the band LEDs */
9787 ipw_led_band_on(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009788
Jeff Garzikbf794512005-07-31 13:07:26 -04009789 IPW_DEBUG_WX("PRIV SET MODE: %c%c%c\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06009790 mode & IEEE_A ? 'a' : '.',
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009791 mode & IEEE_B ? 'b' : '.', mode & IEEE_G ? 'g' : '.');
Zhu Yi46441512006-01-24 16:37:59 +08009792 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009793 return 0;
9794}
9795
9796static int ipw_wx_get_wireless_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009797 struct iw_request_info *info,
9798 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009799{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009800 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009801 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009802 switch (priv->ieee->mode) {
9803 case IEEE_A:
James Ketrenos43f66a62005-03-25 12:31:53 -06009804 strncpy(extra, "802.11a (1)", MAX_WX_STRING);
9805 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009806 case IEEE_B:
9807 strncpy(extra, "802.11b (2)", MAX_WX_STRING);
9808 break;
9809 case IEEE_A | IEEE_B:
9810 strncpy(extra, "802.11ab (3)", MAX_WX_STRING);
9811 break;
9812 case IEEE_G:
9813 strncpy(extra, "802.11g (4)", MAX_WX_STRING);
9814 break;
9815 case IEEE_A | IEEE_G:
9816 strncpy(extra, "802.11ag (5)", MAX_WX_STRING);
9817 break;
9818 case IEEE_B | IEEE_G:
9819 strncpy(extra, "802.11bg (6)", MAX_WX_STRING);
9820 break;
9821 case IEEE_A | IEEE_B | IEEE_G:
9822 strncpy(extra, "802.11abg (7)", MAX_WX_STRING);
9823 break;
9824 default:
9825 strncpy(extra, "unknown", MAX_WX_STRING);
James Ketrenos43f66a62005-03-25 12:31:53 -06009826 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04009827 }
9828
James Ketrenos43f66a62005-03-25 12:31:53 -06009829 IPW_DEBUG_WX("PRIV GET MODE: %s\n", extra);
9830
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009831 wrqu->data.length = strlen(extra) + 1;
Zhu Yi46441512006-01-24 16:37:59 +08009832 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009833
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009834 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009835}
9836
James Ketrenosea2b26e2005-08-24 21:25:16 -05009837static int ipw_wx_set_preamble(struct net_device *dev,
9838 struct iw_request_info *info,
9839 union iwreq_data *wrqu, char *extra)
9840{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009841 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009842 int mode = *(int *)extra;
Zhu Yi46441512006-01-24 16:37:59 +08009843 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009844 /* Switching from SHORT -> LONG requires a disassociation */
9845 if (mode == 1) {
9846 if (!(priv->config & CFG_PREAMBLE_LONG)) {
9847 priv->config |= CFG_PREAMBLE_LONG;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009848
9849 /* Network configuration changed -- force [re]association */
9850 IPW_DEBUG_ASSOC
9851 ("[re]association triggered due to preamble change.\n");
9852 if (!ipw_disassociate(priv))
9853 ipw_associate(priv);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009854 }
9855 goto done;
9856 }
9857
9858 if (mode == 0) {
9859 priv->config &= ~CFG_PREAMBLE_LONG;
9860 goto done;
9861 }
Zhu Yi46441512006-01-24 16:37:59 +08009862 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009863 return -EINVAL;
9864
9865 done:
Zhu Yi46441512006-01-24 16:37:59 +08009866 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009867 return 0;
9868}
9869
9870static int ipw_wx_get_preamble(struct net_device *dev,
9871 struct iw_request_info *info,
9872 union iwreq_data *wrqu, char *extra)
9873{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009874 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009875 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009876 if (priv->config & CFG_PREAMBLE_LONG)
9877 snprintf(wrqu->name, IFNAMSIZ, "long (1)");
9878 else
9879 snprintf(wrqu->name, IFNAMSIZ, "auto (0)");
Zhu Yi46441512006-01-24 16:37:59 +08009880 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009881 return 0;
9882}
9883
James Ketrenosb095c382005-08-24 22:04:42 -05009884#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05009885static int ipw_wx_set_monitor(struct net_device *dev,
Jeff Garzikbf794512005-07-31 13:07:26 -04009886 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009887 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009888{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009889 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009890 int *parms = (int *)extra;
9891 int enable = (parms[0] > 0);
Zhu Yi46441512006-01-24 16:37:59 +08009892 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009893 IPW_DEBUG_WX("SET MONITOR: %d %d\n", enable, parms[1]);
James Ketrenos43f66a62005-03-25 12:31:53 -06009894 if (enable) {
9895 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
Zhu Yi459d4082006-04-13 17:21:00 +08009896#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05009897 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
9898#else
James Ketrenos43f66a62005-03-25 12:31:53 -06009899 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05009900#endif
James Ketrenosa613bff2005-08-24 21:43:11 -05009901 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009902 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009903
James Ketrenos43f66a62005-03-25 12:31:53 -06009904 ipw_set_channel(priv, parms[1]);
9905 } else {
James Ketrenosc848d0a2005-08-24 21:56:24 -05009906 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
Zhu Yi46441512006-01-24 16:37:59 +08009907 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009908 return 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009909 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009910 priv->net_dev->type = ARPHRD_ETHER;
James Ketrenosa613bff2005-08-24 21:43:11 -05009911 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009912 }
Zhu Yi46441512006-01-24 16:37:59 +08009913 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009914 return 0;
9915}
9916
Pavel Machek67fd6b42006-07-11 15:34:05 +02009917#endif /* CONFIG_IPW2200_MONITOR */
James Ketrenosb095c382005-08-24 22:04:42 -05009918
Jeff Garzikbf794512005-07-31 13:07:26 -04009919static int ipw_wx_reset(struct net_device *dev,
9920 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009921 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009922{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009923 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009924 IPW_DEBUG_WX("RESET\n");
James Ketrenosa613bff2005-08-24 21:43:11 -05009925 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009926 return 0;
9927}
James Ketrenosb095c382005-08-24 22:04:42 -05009928
James Ketrenosb095c382005-08-24 22:04:42 -05009929static int ipw_wx_sw_reset(struct net_device *dev,
9930 struct iw_request_info *info,
9931 union iwreq_data *wrqu, char *extra)
9932{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009933 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosb095c382005-08-24 22:04:42 -05009934 union iwreq_data wrqu_sec = {
9935 .encoding = {
9936 .flags = IW_ENCODE_DISABLED,
9937 },
9938 };
James Ketrenosafbf30a2005-08-25 00:05:33 -05009939 int ret;
James Ketrenosb095c382005-08-24 22:04:42 -05009940
9941 IPW_DEBUG_WX("SW_RESET\n");
9942
Zhu Yi46441512006-01-24 16:37:59 +08009943 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009944
Zhu Yid6d5b5c2006-02-16 16:21:09 +08009945 ret = ipw_sw_reset(priv, 2);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009946 if (!ret) {
9947 free_firmware();
9948 ipw_adapter_restart(priv);
9949 }
James Ketrenosb095c382005-08-24 22:04:42 -05009950
9951 /* The SW reset bit might have been toggled on by the 'disable'
9952 * module parameter, so take appropriate action */
9953 ipw_radio_kill_sw(priv, priv->status & STATUS_RF_KILL_SW);
9954
Zhu Yi46441512006-01-24 16:37:59 +08009955 mutex_unlock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009956 libipw_wx_set_encode(priv->ieee, info, &wrqu_sec, NULL);
Zhu Yi46441512006-01-24 16:37:59 +08009957 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009958
9959 if (!(priv->status & STATUS_RF_KILL_MASK)) {
9960 /* Configuration likely changed -- force [re]association */
9961 IPW_DEBUG_ASSOC("[re]association triggered due to sw "
9962 "reset.\n");
9963 if (!ipw_disassociate(priv))
9964 ipw_associate(priv);
9965 }
9966
Zhu Yi46441512006-01-24 16:37:59 +08009967 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009968
9969 return 0;
9970}
James Ketrenos43f66a62005-03-25 12:31:53 -06009971
9972/* Rebase the WE IOCTLs to zero for the handler array */
9973#define IW_IOCTL(x) [(x)-SIOCSIWCOMMIT]
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009974static iw_handler ipw_wx_handlers[] = {
John W. Linvilleb8ecd982009-08-25 14:12:25 -04009975 IW_IOCTL(SIOCGIWNAME) = (iw_handler) cfg80211_wext_giwname,
James Ketrenosea2b26e2005-08-24 21:25:16 -05009976 IW_IOCTL(SIOCSIWFREQ) = ipw_wx_set_freq,
9977 IW_IOCTL(SIOCGIWFREQ) = ipw_wx_get_freq,
9978 IW_IOCTL(SIOCSIWMODE) = ipw_wx_set_mode,
9979 IW_IOCTL(SIOCGIWMODE) = ipw_wx_get_mode,
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009980 IW_IOCTL(SIOCSIWSENS) = ipw_wx_set_sens,
9981 IW_IOCTL(SIOCGIWSENS) = ipw_wx_get_sens,
James Ketrenosea2b26e2005-08-24 21:25:16 -05009982 IW_IOCTL(SIOCGIWRANGE) = ipw_wx_get_range,
9983 IW_IOCTL(SIOCSIWAP) = ipw_wx_set_wap,
9984 IW_IOCTL(SIOCGIWAP) = ipw_wx_get_wap,
9985 IW_IOCTL(SIOCSIWSCAN) = ipw_wx_set_scan,
9986 IW_IOCTL(SIOCGIWSCAN) = ipw_wx_get_scan,
9987 IW_IOCTL(SIOCSIWESSID) = ipw_wx_set_essid,
9988 IW_IOCTL(SIOCGIWESSID) = ipw_wx_get_essid,
9989 IW_IOCTL(SIOCSIWNICKN) = ipw_wx_set_nick,
9990 IW_IOCTL(SIOCGIWNICKN) = ipw_wx_get_nick,
9991 IW_IOCTL(SIOCSIWRATE) = ipw_wx_set_rate,
9992 IW_IOCTL(SIOCGIWRATE) = ipw_wx_get_rate,
9993 IW_IOCTL(SIOCSIWRTS) = ipw_wx_set_rts,
9994 IW_IOCTL(SIOCGIWRTS) = ipw_wx_get_rts,
9995 IW_IOCTL(SIOCSIWFRAG) = ipw_wx_set_frag,
9996 IW_IOCTL(SIOCGIWFRAG) = ipw_wx_get_frag,
9997 IW_IOCTL(SIOCSIWTXPOW) = ipw_wx_set_txpow,
9998 IW_IOCTL(SIOCGIWTXPOW) = ipw_wx_get_txpow,
9999 IW_IOCTL(SIOCSIWRETRY) = ipw_wx_set_retry,
10000 IW_IOCTL(SIOCGIWRETRY) = ipw_wx_get_retry,
10001 IW_IOCTL(SIOCSIWENCODE) = ipw_wx_set_encode,
10002 IW_IOCTL(SIOCGIWENCODE) = ipw_wx_get_encode,
10003 IW_IOCTL(SIOCSIWPOWER) = ipw_wx_set_power,
10004 IW_IOCTL(SIOCGIWPOWER) = ipw_wx_get_power,
James Ketrenosa613bff2005-08-24 21:43:11 -050010005 IW_IOCTL(SIOCSIWSPY) = iw_handler_set_spy,
10006 IW_IOCTL(SIOCGIWSPY) = iw_handler_get_spy,
10007 IW_IOCTL(SIOCSIWTHRSPY) = iw_handler_set_thrspy,
10008 IW_IOCTL(SIOCGIWTHRSPY) = iw_handler_get_thrspy,
James Ketrenosafbf30a2005-08-25 00:05:33 -050010009 IW_IOCTL(SIOCSIWGENIE) = ipw_wx_set_genie,
10010 IW_IOCTL(SIOCGIWGENIE) = ipw_wx_get_genie,
10011 IW_IOCTL(SIOCSIWMLME) = ipw_wx_set_mlme,
10012 IW_IOCTL(SIOCSIWAUTH) = ipw_wx_set_auth,
10013 IW_IOCTL(SIOCGIWAUTH) = ipw_wx_get_auth,
10014 IW_IOCTL(SIOCSIWENCODEEXT) = ipw_wx_set_encodeext,
10015 IW_IOCTL(SIOCGIWENCODEEXT) = ipw_wx_get_encodeext,
James Ketrenos43f66a62005-03-25 12:31:53 -060010016};
10017
James Ketrenosb095c382005-08-24 22:04:42 -050010018enum {
10019 IPW_PRIV_SET_POWER = SIOCIWFIRSTPRIV,
10020 IPW_PRIV_GET_POWER,
10021 IPW_PRIV_SET_MODE,
10022 IPW_PRIV_GET_MODE,
10023 IPW_PRIV_SET_PREAMBLE,
10024 IPW_PRIV_GET_PREAMBLE,
10025 IPW_PRIV_RESET,
10026 IPW_PRIV_SW_RESET,
10027#ifdef CONFIG_IPW2200_MONITOR
10028 IPW_PRIV_SET_MONITOR,
10029#endif
10030};
James Ketrenos43f66a62005-03-25 12:31:53 -060010031
Jeff Garzikbf794512005-07-31 13:07:26 -040010032static struct iw_priv_args ipw_priv_args[] = {
James Ketrenos43f66a62005-03-25 12:31:53 -060010033 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010034 .cmd = IPW_PRIV_SET_POWER,
10035 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10036 .name = "set_power"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010037 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010038 .cmd = IPW_PRIV_GET_POWER,
10039 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING,
10040 .name = "get_power"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010041 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010042 .cmd = IPW_PRIV_SET_MODE,
10043 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10044 .name = "set_mode"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010045 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010046 .cmd = IPW_PRIV_GET_MODE,
10047 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING,
10048 .name = "get_mode"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010049 {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010050 .cmd = IPW_PRIV_SET_PREAMBLE,
10051 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10052 .name = "set_preamble"},
10053 {
10054 .cmd = IPW_PRIV_GET_PREAMBLE,
10055 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ,
10056 .name = "get_preamble"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010057 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010058 IPW_PRIV_RESET,
10059 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 0, 0, "reset"},
James Ketrenosb095c382005-08-24 22:04:42 -050010060 {
10061 IPW_PRIV_SW_RESET,
10062 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 0, 0, "sw_reset"},
10063#ifdef CONFIG_IPW2200_MONITOR
10064 {
10065 IPW_PRIV_SET_MONITOR,
10066 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, 0, "monitor"},
10067#endif /* CONFIG_IPW2200_MONITOR */
James Ketrenos43f66a62005-03-25 12:31:53 -060010068};
10069
10070static iw_handler ipw_priv_handler[] = {
10071 ipw_wx_set_powermode,
10072 ipw_wx_get_powermode,
10073 ipw_wx_set_wireless_mode,
10074 ipw_wx_get_wireless_mode,
James Ketrenosea2b26e2005-08-24 21:25:16 -050010075 ipw_wx_set_preamble,
10076 ipw_wx_get_preamble,
Jeff Garzikbf794512005-07-31 13:07:26 -040010077 ipw_wx_reset,
James Ketrenosb095c382005-08-24 22:04:42 -050010078 ipw_wx_sw_reset,
10079#ifdef CONFIG_IPW2200_MONITOR
10080 ipw_wx_set_monitor,
James Ketrenos43f66a62005-03-25 12:31:53 -060010081#endif
10082};
10083
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010084static struct iw_handler_def ipw_wx_handler_def = {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010085 .standard = ipw_wx_handlers,
10086 .num_standard = ARRAY_SIZE(ipw_wx_handlers),
10087 .num_private = ARRAY_SIZE(ipw_priv_handler),
10088 .num_private_args = ARRAY_SIZE(ipw_priv_args),
10089 .private = ipw_priv_handler,
10090 .private_args = ipw_priv_args,
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000010091 .get_wireless_stats = ipw_get_wireless_stats,
James Ketrenos43f66a62005-03-25 12:31:53 -060010092};
10093
James Ketrenos43f66a62005-03-25 12:31:53 -060010094/*
10095 * Get wireless statistics.
10096 * Called by /proc/net/wireless
10097 * Also called by SIOCGIWSTATS
10098 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010099static struct iw_statistics *ipw_get_wireless_stats(struct net_device *dev)
James Ketrenos43f66a62005-03-25 12:31:53 -060010100{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010101 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010102 struct iw_statistics *wstats;
Jeff Garzikbf794512005-07-31 13:07:26 -040010103
James Ketrenos43f66a62005-03-25 12:31:53 -060010104 wstats = &priv->wstats;
10105
James Ketrenosea2b26e2005-08-24 21:25:16 -050010106 /* if hw is disabled, then ipw_get_ordinal() can't be called.
James Ketrenosafbf30a2005-08-25 00:05:33 -050010107 * netdev->get_wireless_stats seems to be called before fw is
James Ketrenos43f66a62005-03-25 12:31:53 -060010108 * initialized. STATUS_ASSOCIATED will only be set if the hw is up
10109 * and associated; if not associcated, the values are all meaningless
10110 * anyway, so set them all to NULL and INVALID */
10111 if (!(priv->status & STATUS_ASSOCIATED)) {
10112 wstats->miss.beacon = 0;
10113 wstats->discard.retries = 0;
10114 wstats->qual.qual = 0;
10115 wstats->qual.level = 0;
10116 wstats->qual.noise = 0;
10117 wstats->qual.updated = 7;
10118 wstats->qual.updated |= IW_QUAL_NOISE_INVALID |
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010119 IW_QUAL_QUAL_INVALID | IW_QUAL_LEVEL_INVALID;
James Ketrenos43f66a62005-03-25 12:31:53 -060010120 return wstats;
Jeff Garzikbf794512005-07-31 13:07:26 -040010121 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010122
10123 wstats->qual.qual = priv->quality;
Zhu Yi00d21de2006-04-13 17:19:02 +080010124 wstats->qual.level = priv->exp_avg_rssi;
10125 wstats->qual.noise = priv->exp_avg_noise;
James Ketrenos43f66a62005-03-25 12:31:53 -060010126 wstats->qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED |
Bill Mossb1916082006-02-15 08:50:18 +080010127 IW_QUAL_NOISE_UPDATED | IW_QUAL_DBM;
James Ketrenos43f66a62005-03-25 12:31:53 -060010128
10129 wstats->miss.beacon = average_value(&priv->average_missed_beacons);
10130 wstats->discard.retries = priv->last_tx_failures;
10131 wstats->discard.code = priv->ieee->ieee_stats.rx_discards_undecryptable;
Jeff Garzikbf794512005-07-31 13:07:26 -040010132
James Ketrenos43f66a62005-03-25 12:31:53 -060010133/* if (ipw_get_ordinal(priv, IPW_ORD_STAT_TX_RETRY, &tx_retry, &len))
10134 goto fail_get_ordinal;
10135 wstats->discard.retries += tx_retry; */
Jeff Garzikbf794512005-07-31 13:07:26 -040010136
James Ketrenos43f66a62005-03-25 12:31:53 -060010137 return wstats;
10138}
10139
James Ketrenos43f66a62005-03-25 12:31:53 -060010140/* net device stuff */
10141
Arjan van de Ven858119e2006-01-14 13:20:43 -080010142static void init_sys_config(struct ipw_sys_config *sys_config)
James Ketrenos43f66a62005-03-25 12:31:53 -060010143{
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010144 memset(sys_config, 0, sizeof(struct ipw_sys_config));
Zhu Yi810dabd2006-01-24 16:36:59 +080010145 sys_config->bt_coexistence = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010146 sys_config->answer_broadcast_ssid_probe = 0;
10147 sys_config->accept_all_data_frames = 0;
10148 sys_config->accept_non_directed_frames = 1;
10149 sys_config->exclude_unicast_unencrypted = 0;
10150 sys_config->disable_unicast_decryption = 1;
10151 sys_config->exclude_multicast_unencrypted = 0;
10152 sys_config->disable_multicast_decryption = 1;
Zhu Yid2b83e12006-04-13 17:19:36 +080010153 if (antenna < CFG_SYS_ANTENNA_BOTH || antenna > CFG_SYS_ANTENNA_B)
10154 antenna = CFG_SYS_ANTENNA_BOTH;
10155 sys_config->antenna_diversity = antenna;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010156 sys_config->pass_crc_to_host = 0; /* TODO: See if 1 gives us FCS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010157 sys_config->dot11g_auto_detection = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -040010158 sys_config->enable_cts_to_self = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010159 sys_config->bt_coexist_collision_thr = 0;
Pavel Machek67fd6b42006-07-11 15:34:05 +020010160 sys_config->pass_noise_stats_to_host = 1; /* 1 -- fix for 256 */
Cahill, Ben M12977152006-03-08 02:58:02 +080010161 sys_config->silence_threshold = 0x1e;
James Ketrenos43f66a62005-03-25 12:31:53 -060010162}
10163
10164static int ipw_net_open(struct net_device *dev)
10165{
James Ketrenos43f66a62005-03-25 12:31:53 -060010166 IPW_DEBUG_INFO("dev->open\n");
David S. Miller521c4d92008-07-22 18:32:47 -070010167 netif_start_queue(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010168 return 0;
10169}
10170
10171static int ipw_net_stop(struct net_device *dev)
10172{
10173 IPW_DEBUG_INFO("dev->close\n");
10174 netif_stop_queue(dev);
10175 return 0;
10176}
10177
10178/*
10179todo:
10180
10181modify to send one tfd per fragment instead of using chunking. otherwise
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010182we need to heavily modify the libipw_skb_to_txb.
James Ketrenos43f66a62005-03-25 12:31:53 -060010183*/
10184
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010185static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb,
James Ketrenos227d2dc2005-07-28 16:25:55 -050010186 int pri)
James Ketrenos43f66a62005-03-25 12:31:53 -060010187{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010188 struct libipw_hdr_3addrqos *hdr = (struct libipw_hdr_3addrqos *)
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010189 txb->fragments[0]->data;
James Ketrenos43f66a62005-03-25 12:31:53 -060010190 int i = 0;
10191 struct tfd_frame *tfd;
Zhu Yie43e3c12006-04-13 17:20:45 +080010192#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050010193 int tx_id = ipw_get_tx_queue_number(priv, pri);
10194 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10195#else
James Ketrenos43f66a62005-03-25 12:31:53 -060010196 struct clx2_tx_queue *txq = &priv->txq[0];
James Ketrenosb095c382005-08-24 22:04:42 -050010197#endif
James Ketrenos43f66a62005-03-25 12:31:53 -060010198 struct clx2_queue *q = &txq->q;
10199 u8 id, hdr_len, unicast;
James Ketrenosc848d0a2005-08-24 21:56:24 -050010200 int fc;
James Ketrenos43f66a62005-03-25 12:31:53 -060010201
Zhu Yib8ddafd2008-11-27 13:42:20 +080010202 if (!(priv->status & STATUS_ASSOCIATED))
10203 goto drop;
10204
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010205 hdr_len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl));
James Ketrenos43f66a62005-03-25 12:31:53 -060010206 switch (priv->ieee->iw_mode) {
10207 case IW_MODE_ADHOC:
Stephen Hemminger3c190652006-01-03 15:27:38 -080010208 unicast = !is_multicast_ether_addr(hdr->addr1);
James Ketrenos43f66a62005-03-25 12:31:53 -060010209 id = ipw_find_station(priv, hdr->addr1);
10210 if (id == IPW_INVALID_STATION) {
10211 id = ipw_add_station(priv, hdr->addr1);
10212 if (id == IPW_INVALID_STATION) {
10213 IPW_WARNING("Attempt to send data to "
Johannes Berge1749612008-10-27 15:59:26 -070010214 "invalid cell: %pM\n",
10215 hdr->addr1);
James Ketrenos43f66a62005-03-25 12:31:53 -060010216 goto drop;
10217 }
10218 }
10219 break;
10220
10221 case IW_MODE_INFRA:
10222 default:
Stephen Hemminger3c190652006-01-03 15:27:38 -080010223 unicast = !is_multicast_ether_addr(hdr->addr3);
James Ketrenos43f66a62005-03-25 12:31:53 -060010224 id = 0;
10225 break;
10226 }
10227
10228 tfd = &txq->bd[q->first_empty];
10229 txq->txb[q->first_empty] = txb;
10230 memset(tfd, 0, sizeof(*tfd));
10231 tfd->u.data.station_number = id;
10232
10233 tfd->control_flags.message_type = TX_FRAME_TYPE;
10234 tfd->control_flags.control_bits = TFD_NEED_IRQ_MASK;
10235
10236 tfd->u.data.cmd_id = DINO_CMD_TX;
James Ketrenosa613bff2005-08-24 21:43:11 -050010237 tfd->u.data.len = cpu_to_le16(txb->payload_size);
Jeff Garzikbf794512005-07-31 13:07:26 -040010238
James Ketrenos43f66a62005-03-25 12:31:53 -060010239 if (priv->assoc_request.ieee_mode == IPW_B_MODE)
James Ketrenosb095c382005-08-24 22:04:42 -050010240 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_MODE_CCK;
James Ketrenos43f66a62005-03-25 12:31:53 -060010241 else
James Ketrenosb095c382005-08-24 22:04:42 -050010242 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_MODE_OFDM;
James Ketrenos43f66a62005-03-25 12:31:53 -060010243
James Ketrenosea2b26e2005-08-24 21:25:16 -050010244 if (priv->assoc_request.preamble_length == DCT_FLAG_SHORT_PREAMBLE)
10245 tfd->u.data.tx_flags |= DCT_FLAG_SHORT_PREAMBLE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010246
James Ketrenosc848d0a2005-08-24 21:56:24 -050010247 fc = le16_to_cpu(hdr->frame_ctl);
10248 hdr->frame_ctl = cpu_to_le16(fc & ~IEEE80211_FCTL_MOREFRAGS);
James Ketrenos43f66a62005-03-25 12:31:53 -060010249
10250 memcpy(&tfd->u.data.tfd.tfd_24.mchdr, hdr, hdr_len);
10251
James Ketrenosb095c382005-08-24 22:04:42 -050010252 if (likely(unicast))
10253 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD;
10254
10255 if (txb->encrypted && !priv->ieee->host_encrypt) {
10256 switch (priv->ieee->sec.level) {
10257 case SEC_LEVEL_3:
10258 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010259 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
James Ketrenosb095c382005-08-24 22:04:42 -050010260 /* XXX: ACK flag must be set for CCMP even if it
10261 * is a multicast/broadcast packet, because CCMP
10262 * group communication encrypted by GTK is
10263 * actually done by the AP. */
10264 if (!unicast)
10265 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD;
10266
10267 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP;
10268 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_SECURITY_CCM;
10269 tfd->u.data.key_index = 0;
10270 tfd->u.data.key_index |= DCT_WEP_INDEX_USE_IMMEDIATE;
10271 break;
10272 case SEC_LEVEL_2:
10273 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010274 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
James Ketrenosb095c382005-08-24 22:04:42 -050010275 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP;
10276 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_SECURITY_TKIP;
10277 tfd->u.data.key_index = DCT_WEP_INDEX_USE_IMMEDIATE;
10278 break;
10279 case SEC_LEVEL_1:
10280 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010281 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
John W. Linville274bfb82008-10-29 11:35:05 -040010282 tfd->u.data.key_index = priv->ieee->crypt_info.tx_keyidx;
10283 if (priv->ieee->sec.key_sizes[priv->ieee->crypt_info.tx_keyidx] <=
James Ketrenosb095c382005-08-24 22:04:42 -050010284 40)
10285 tfd->u.data.key_index |= DCT_WEP_KEY_64Bit;
10286 else
10287 tfd->u.data.key_index |= DCT_WEP_KEY_128Bit;
10288 break;
10289 case SEC_LEVEL_0:
10290 break;
10291 default:
10292 printk(KERN_ERR "Unknow security level %d\n",
10293 priv->ieee->sec.level);
10294 break;
10295 }
10296 } else
10297 /* No hardware encryption */
10298 tfd->u.data.tx_flags |= DCT_FLAG_NO_WEP;
10299
Zhu Yie43e3c12006-04-13 17:20:45 +080010300#ifdef CONFIG_IPW2200_QOS
Zhu Yia5cf4fe2006-04-13 17:19:11 +080010301 if (fc & IEEE80211_STYPE_QOS_DATA)
10302 ipw_qos_set_tx_queue_command(priv, pri, &(tfd->u.data));
Zhu Yie43e3c12006-04-13 17:20:45 +080010303#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050010304
James Ketrenos43f66a62005-03-25 12:31:53 -060010305 /* payload */
James Ketrenosa613bff2005-08-24 21:43:11 -050010306 tfd->u.data.num_chunks = cpu_to_le32(min((u8) (NUM_TFD_CHUNKS - 2),
10307 txb->nr_frags));
10308 IPW_DEBUG_FRAG("%i fragments being sent as %i chunks.\n",
10309 txb->nr_frags, le32_to_cpu(tfd->u.data.num_chunks));
10310 for (i = 0; i < le32_to_cpu(tfd->u.data.num_chunks); i++) {
10311 IPW_DEBUG_FRAG("Adding fragment %i of %i (%d bytes).\n",
10312 i, le32_to_cpu(tfd->u.data.num_chunks),
10313 txb->fragments[i]->len - hdr_len);
Jeff Garzikbf794512005-07-31 13:07:26 -040010314 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n",
James Ketrenos43f66a62005-03-25 12:31:53 -060010315 i, tfd->u.data.num_chunks,
10316 txb->fragments[i]->len - hdr_len);
Jeff Garzikbf794512005-07-31 13:07:26 -040010317 printk_buf(IPW_DL_TX, txb->fragments[i]->data + hdr_len,
James Ketrenos43f66a62005-03-25 12:31:53 -060010318 txb->fragments[i]->len - hdr_len);
10319
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010320 tfd->u.data.chunk_ptr[i] =
James Ketrenosa613bff2005-08-24 21:43:11 -050010321 cpu_to_le32(pci_map_single
10322 (priv->pci_dev,
10323 txb->fragments[i]->data + hdr_len,
10324 txb->fragments[i]->len - hdr_len,
10325 PCI_DMA_TODEVICE));
10326 tfd->u.data.chunk_len[i] =
10327 cpu_to_le16(txb->fragments[i]->len - hdr_len);
James Ketrenos43f66a62005-03-25 12:31:53 -060010328 }
10329
10330 if (i != txb->nr_frags) {
10331 struct sk_buff *skb;
10332 u16 remaining_bytes = 0;
10333 int j;
10334
10335 for (j = i; j < txb->nr_frags; j++)
10336 remaining_bytes += txb->fragments[j]->len - hdr_len;
10337
10338 printk(KERN_INFO "Trying to reallocate for %d bytes\n",
10339 remaining_bytes);
10340 skb = alloc_skb(remaining_bytes, GFP_ATOMIC);
10341 if (skb != NULL) {
James Ketrenosa613bff2005-08-24 21:43:11 -050010342 tfd->u.data.chunk_len[i] = cpu_to_le16(remaining_bytes);
James Ketrenos43f66a62005-03-25 12:31:53 -060010343 for (j = i; j < txb->nr_frags; j++) {
10344 int size = txb->fragments[j]->len - hdr_len;
James Ketrenosafbf30a2005-08-25 00:05:33 -050010345
James Ketrenos43f66a62005-03-25 12:31:53 -060010346 printk(KERN_INFO "Adding frag %d %d...\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010347 j, size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010348 memcpy(skb_put(skb, size),
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010349 txb->fragments[j]->data + hdr_len, size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010350 }
10351 dev_kfree_skb_any(txb->fragments[i]);
10352 txb->fragments[i] = skb;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010353 tfd->u.data.chunk_ptr[i] =
James Ketrenosa613bff2005-08-24 21:43:11 -050010354 cpu_to_le32(pci_map_single
10355 (priv->pci_dev, skb->data,
Al Viro49587302007-12-27 01:57:47 -050010356 remaining_bytes,
James Ketrenosa613bff2005-08-24 21:43:11 -050010357 PCI_DMA_TODEVICE));
10358
Marcin Slusarz5c058632008-02-13 00:06:12 +010010359 le32_add_cpu(&tfd->u.data.num_chunks, 1);
Jeff Garzikbf794512005-07-31 13:07:26 -040010360 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010361 }
10362
10363 /* kick DMA */
10364 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd);
10365 ipw_write32(priv, q->reg_w, q->first_empty);
10366
Dan Williams943dbef2008-02-14 17:49:41 -050010367 if (ipw_tx_queue_space(q) < q->high_mark)
James Ketrenosf6970142006-02-14 09:10:51 +080010368 netif_stop_queue(priv->net_dev);
10369
James Ketrenos227d2dc2005-07-28 16:25:55 -050010370 return NETDEV_TX_OK;
James Ketrenos43f66a62005-03-25 12:31:53 -060010371
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010372 drop:
James Ketrenos43f66a62005-03-25 12:31:53 -060010373 IPW_DEBUG_DROP("Silently dropping Tx packet.\n");
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010374 libipw_txb_free(txb);
James Ketrenos227d2dc2005-07-28 16:25:55 -050010375 return NETDEV_TX_OK;
10376}
10377
10378static int ipw_net_is_queue_full(struct net_device *dev, int pri)
10379{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010380 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yie43e3c12006-04-13 17:20:45 +080010381#ifdef CONFIG_IPW2200_QOS
James Ketrenos227d2dc2005-07-28 16:25:55 -050010382 int tx_id = ipw_get_tx_queue_number(priv, pri);
10383 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10384#else
10385 struct clx2_tx_queue *txq = &priv->txq[0];
Zhu Yie43e3c12006-04-13 17:20:45 +080010386#endif /* CONFIG_IPW2200_QOS */
James Ketrenos227d2dc2005-07-28 16:25:55 -050010387
Dan Williams943dbef2008-02-14 17:49:41 -050010388 if (ipw_tx_queue_space(&txq->q) < txq->q.high_mark)
James Ketrenos227d2dc2005-07-28 16:25:55 -050010389 return 1;
10390
10391 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010392}
10393
Zhu Yid685b8c2006-04-13 17:20:27 +080010394#ifdef CONFIG_IPW2200_PROMISCUOUS
10395static void ipw_handle_promiscuous_tx(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010396 struct libipw_txb *txb)
Zhu Yid685b8c2006-04-13 17:20:27 +080010397{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010398 struct libipw_rx_stats dummystats;
Zhu Yid685b8c2006-04-13 17:20:27 +080010399 struct ieee80211_hdr *hdr;
10400 u8 n;
10401 u16 filter = priv->prom_priv->filter;
10402 int hdr_only = 0;
10403
10404 if (filter & IPW_PROM_NO_TX)
10405 return;
10406
10407 memset(&dummystats, 0, sizeof(dummystats));
10408
10409 /* Filtering of fragment chains is done agains the first fragment */
10410 hdr = (void *)txb->fragments[0]->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010411 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010412 if (filter & IPW_PROM_NO_MGMT)
10413 return;
10414 if (filter & IPW_PROM_MGMT_HEADER_ONLY)
10415 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010416 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010417 if (filter & IPW_PROM_NO_CTL)
10418 return;
10419 if (filter & IPW_PROM_CTL_HEADER_ONLY)
10420 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010421 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010422 if (filter & IPW_PROM_NO_DATA)
10423 return;
10424 if (filter & IPW_PROM_DATA_HEADER_ONLY)
10425 hdr_only = 1;
10426 }
10427
10428 for(n=0; n<txb->nr_frags; ++n) {
10429 struct sk_buff *src = txb->fragments[n];
10430 struct sk_buff *dst;
10431 struct ieee80211_radiotap_header *rt_hdr;
10432 int len;
10433
10434 if (hdr_only) {
10435 hdr = (void *)src->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010436 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control));
Zhu Yid685b8c2006-04-13 17:20:27 +080010437 } else
10438 len = src->len;
10439
Johannes Berg007e5dd2008-11-27 23:13:38 +010010440 dst = alloc_skb(len + sizeof(*rt_hdr), GFP_ATOMIC);
10441 if (!dst)
10442 continue;
Zhu Yid685b8c2006-04-13 17:20:27 +080010443
10444 rt_hdr = (void *)skb_put(dst, sizeof(*rt_hdr));
10445
10446 rt_hdr->it_version = PKTHDR_RADIOTAP_VERSION;
10447 rt_hdr->it_pad = 0;
10448 rt_hdr->it_present = 0; /* after all, it's just an idea */
Al Viro743b84d2007-12-27 01:43:16 -050010449 rt_hdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_CHANNEL);
Zhu Yid685b8c2006-04-13 17:20:27 +080010450
Al Viroe62e1ee2007-12-27 01:36:46 -050010451 *(__le16*)skb_put(dst, sizeof(u16)) = cpu_to_le16(
Zhu Yid685b8c2006-04-13 17:20:27 +080010452 ieee80211chan2mhz(priv->channel));
10453 if (priv->channel > 14) /* 802.11a */
Al Viroe62e1ee2007-12-27 01:36:46 -050010454 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010455 cpu_to_le16(IEEE80211_CHAN_OFDM |
10456 IEEE80211_CHAN_5GHZ);
10457 else if (priv->ieee->mode == IEEE_B) /* 802.11b */
Al Viroe62e1ee2007-12-27 01:36:46 -050010458 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010459 cpu_to_le16(IEEE80211_CHAN_CCK |
10460 IEEE80211_CHAN_2GHZ);
10461 else /* 802.11g */
Al Viroe62e1ee2007-12-27 01:36:46 -050010462 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010463 cpu_to_le16(IEEE80211_CHAN_OFDM |
10464 IEEE80211_CHAN_2GHZ);
10465
Al Viro743b84d2007-12-27 01:43:16 -050010466 rt_hdr->it_len = cpu_to_le16(dst->len);
Zhu Yid685b8c2006-04-13 17:20:27 +080010467
Arnaldo Carvalho de Melod626f622007-03-27 18:55:52 -030010468 skb_copy_from_linear_data(src, skb_put(dst, len), len);
Zhu Yid685b8c2006-04-13 17:20:27 +080010469
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010470 if (!libipw_rx(priv->prom_priv->ieee, dst, &dummystats))
Zhu Yid685b8c2006-04-13 17:20:27 +080010471 dev_kfree_skb_any(dst);
10472 }
10473}
10474#endif
10475
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000010476static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb,
10477 struct net_device *dev, int pri)
James Ketrenos43f66a62005-03-25 12:31:53 -060010478{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010479 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010480 unsigned long flags;
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000010481 netdev_tx_t ret;
James Ketrenos43f66a62005-03-25 12:31:53 -060010482
10483 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010484 spin_lock_irqsave(&priv->lock, flags);
10485
Zhu Yid685b8c2006-04-13 17:20:27 +080010486#ifdef CONFIG_IPW2200_PROMISCUOUS
10487 if (rtap_iface && netif_running(priv->prom_net_dev))
10488 ipw_handle_promiscuous_tx(priv, txb);
10489#endif
10490
James Ketrenos227d2dc2005-07-28 16:25:55 -050010491 ret = ipw_tx_skb(priv, txb, pri);
10492 if (ret == NETDEV_TX_OK)
10493 __ipw_led_activity_on(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060010494 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -060010495
James Ketrenos227d2dc2005-07-28 16:25:55 -050010496 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -060010497}
10498
James Ketrenos43f66a62005-03-25 12:31:53 -060010499static void ipw_net_set_multicast_list(struct net_device *dev)
10500{
10501
10502}
10503
10504static int ipw_net_set_mac_address(struct net_device *dev, void *p)
10505{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010506 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010507 struct sockaddr *addr = p;
Joe Perches0795af52007-10-03 17:59:30 -070010508
James Ketrenos43f66a62005-03-25 12:31:53 -060010509 if (!is_valid_ether_addr(addr->sa_data))
10510 return -EADDRNOTAVAIL;
Zhu Yi46441512006-01-24 16:37:59 +080010511 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010512 priv->config |= CFG_CUSTOM_MAC;
10513 memcpy(priv->mac_addr, addr->sa_data, ETH_ALEN);
Johannes Berge1749612008-10-27 15:59:26 -070010514 printk(KERN_INFO "%s: Setting MAC to %pM\n",
10515 priv->net_dev->name, priv->mac_addr);
James Ketrenosa613bff2005-08-24 21:43:11 -050010516 queue_work(priv->workqueue, &priv->adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +080010517 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010518 return 0;
10519}
10520
Jeff Garzikbf794512005-07-31 13:07:26 -040010521static void ipw_ethtool_get_drvinfo(struct net_device *dev,
James Ketrenos43f66a62005-03-25 12:31:53 -060010522 struct ethtool_drvinfo *info)
10523{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010524 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010525 char vers[64];
10526 char date[32];
10527 u32 len;
10528
10529 strcpy(info->driver, DRV_NAME);
10530 strcpy(info->version, DRV_VERSION);
10531
10532 len = sizeof(vers);
10533 ipw_get_ordinal(p, IPW_ORD_STAT_FW_VERSION, vers, &len);
10534 len = sizeof(date);
10535 ipw_get_ordinal(p, IPW_ORD_STAT_FW_DATE, date, &len);
10536
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010537 snprintf(info->fw_version, sizeof(info->fw_version), "%s (%s)",
James Ketrenos43f66a62005-03-25 12:31:53 -060010538 vers, date);
10539 strcpy(info->bus_info, pci_name(p->pci_dev));
James Ketrenosb095c382005-08-24 22:04:42 -050010540 info->eedump_len = IPW_EEPROM_IMAGE_SIZE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010541}
10542
10543static u32 ipw_ethtool_get_link(struct net_device *dev)
10544{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010545 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010546 return (priv->status & STATUS_ASSOCIATED) != 0;
10547}
10548
10549static int ipw_ethtool_get_eeprom_len(struct net_device *dev)
10550{
James Ketrenosb095c382005-08-24 22:04:42 -050010551 return IPW_EEPROM_IMAGE_SIZE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010552}
10553
10554static int ipw_ethtool_get_eeprom(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010555 struct ethtool_eeprom *eeprom, u8 * bytes)
James Ketrenos43f66a62005-03-25 12:31:53 -060010556{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010557 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010558
James Ketrenosb095c382005-08-24 22:04:42 -050010559 if (eeprom->offset + eeprom->len > IPW_EEPROM_IMAGE_SIZE)
James Ketrenos43f66a62005-03-25 12:31:53 -060010560 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +080010561 mutex_lock(&p->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010562 memcpy(bytes, &p->eeprom[eeprom->offset], eeprom->len);
Zhu Yi46441512006-01-24 16:37:59 +080010563 mutex_unlock(&p->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010564 return 0;
10565}
10566
10567static int ipw_ethtool_set_eeprom(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010568 struct ethtool_eeprom *eeprom, u8 * bytes)
James Ketrenos43f66a62005-03-25 12:31:53 -060010569{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010570 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010571 int i;
10572
James Ketrenosb095c382005-08-24 22:04:42 -050010573 if (eeprom->offset + eeprom->len > IPW_EEPROM_IMAGE_SIZE)
James Ketrenos43f66a62005-03-25 12:31:53 -060010574 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +080010575 mutex_lock(&p->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010576 memcpy(&p->eeprom[eeprom->offset], bytes, eeprom->len);
Adrian Bunk71e585f2006-03-11 04:42:58 +010010577 for (i = 0; i < IPW_EEPROM_IMAGE_SIZE; i++)
10578 ipw_write8(p, i + IPW_EEPROM_DATA, p->eeprom[i]);
Zhu Yi46441512006-01-24 16:37:59 +080010579 mutex_unlock(&p->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010580 return 0;
10581}
10582
Jeff Garzik7282d492006-09-13 14:30:00 -040010583static const struct ethtool_ops ipw_ethtool_ops = {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010584 .get_link = ipw_ethtool_get_link,
10585 .get_drvinfo = ipw_ethtool_get_drvinfo,
10586 .get_eeprom_len = ipw_ethtool_get_eeprom_len,
10587 .get_eeprom = ipw_ethtool_get_eeprom,
10588 .set_eeprom = ipw_ethtool_set_eeprom,
James Ketrenos43f66a62005-03-25 12:31:53 -060010589};
10590
David Howells7d12e782006-10-05 14:55:46 +010010591static irqreturn_t ipw_isr(int irq, void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -060010592{
10593 struct ipw_priv *priv = data;
10594 u32 inta, inta_mask;
Jeff Garzikbf794512005-07-31 13:07:26 -040010595
James Ketrenos43f66a62005-03-25 12:31:53 -060010596 if (!priv)
10597 return IRQ_NONE;
10598
Zhu Yi89c318e2006-06-08 22:19:49 -070010599 spin_lock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010600
10601 if (!(priv->status & STATUS_INT_ENABLED)) {
Zhu Yid00d0122007-07-12 16:09:40 +080010602 /* IRQ is disabled */
James Ketrenos43f66a62005-03-25 12:31:53 -060010603 goto none;
10604 }
10605
James Ketrenosb095c382005-08-24 22:04:42 -050010606 inta = ipw_read32(priv, IPW_INTA_RW);
10607 inta_mask = ipw_read32(priv, IPW_INTA_MASK_R);
Jeff Garzikbf794512005-07-31 13:07:26 -040010608
James Ketrenos43f66a62005-03-25 12:31:53 -060010609 if (inta == 0xFFFFFFFF) {
10610 /* Hardware disappeared */
10611 IPW_WARNING("IRQ INTA == 0xFFFFFFFF\n");
10612 goto none;
10613 }
10614
James Ketrenosb095c382005-08-24 22:04:42 -050010615 if (!(inta & (IPW_INTA_MASK_ALL & inta_mask))) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010616 /* Shared interrupt */
10617 goto none;
10618 }
10619
10620 /* tell the device to stop sending interrupts */
Zhu Yi89c318e2006-06-08 22:19:49 -070010621 __ipw_disable_interrupts(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -040010622
James Ketrenos43f66a62005-03-25 12:31:53 -060010623 /* ack current interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -050010624 inta &= (IPW_INTA_MASK_ALL & inta_mask);
10625 ipw_write32(priv, IPW_INTA_RW, inta);
Jeff Garzikbf794512005-07-31 13:07:26 -040010626
James Ketrenos43f66a62005-03-25 12:31:53 -060010627 /* Cache INTA value for our tasklet */
10628 priv->isr_inta = inta;
10629
10630 tasklet_schedule(&priv->irq_tasklet);
10631
Zhu Yi89c318e2006-06-08 22:19:49 -070010632 spin_unlock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010633
10634 return IRQ_HANDLED;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010635 none:
Zhu Yi89c318e2006-06-08 22:19:49 -070010636 spin_unlock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010637 return IRQ_NONE;
10638}
10639
10640static void ipw_rf_kill(void *adapter)
10641{
10642 struct ipw_priv *priv = adapter;
10643 unsigned long flags;
Jeff Garzikbf794512005-07-31 13:07:26 -040010644
James Ketrenos43f66a62005-03-25 12:31:53 -060010645 spin_lock_irqsave(&priv->lock, flags);
10646
10647 if (rf_kill_active(priv)) {
10648 IPW_DEBUG_RF_KILL("RF Kill active, rescheduling GPIO check\n");
10649 if (priv->workqueue)
10650 queue_delayed_work(priv->workqueue,
10651 &priv->rf_kill, 2 * HZ);
10652 goto exit_unlock;
10653 }
10654
10655 /* RF Kill is now disabled, so bring the device back up */
10656
10657 if (!(priv->status & STATUS_RF_KILL_MASK)) {
10658 IPW_DEBUG_RF_KILL("HW RF Kill no longer active, restarting "
10659 "device\n");
10660
10661 /* we can not do an adapter restart while inside an irq lock */
10662 queue_work(priv->workqueue, &priv->adapter_restart);
Jeff Garzikbf794512005-07-31 13:07:26 -040010663 } else
James Ketrenos43f66a62005-03-25 12:31:53 -060010664 IPW_DEBUG_RF_KILL("HW RF Kill deactivated. SW RF Kill still "
10665 "enabled\n");
10666
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010667 exit_unlock:
James Ketrenos43f66a62005-03-25 12:31:53 -060010668 spin_unlock_irqrestore(&priv->lock, flags);
10669}
10670
David Howellsc4028952006-11-22 14:57:56 +000010671static void ipw_bg_rf_kill(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010672{
David Howellsc4028952006-11-22 14:57:56 +000010673 struct ipw_priv *priv =
10674 container_of(work, struct ipw_priv, rf_kill.work);
Zhu Yi46441512006-01-24 16:37:59 +080010675 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010676 ipw_rf_kill(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010677 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010678}
10679
Adrian Bunka73e22b2006-01-21 01:39:42 +010010680static void ipw_link_up(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -050010681{
James Ketrenosafbf30a2005-08-25 00:05:33 -050010682 priv->last_seq_num = -1;
10683 priv->last_frag_num = -1;
10684 priv->last_packet_time = 0;
10685
James Ketrenosa613bff2005-08-24 21:43:11 -050010686 netif_carrier_on(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050010687
James Ketrenosc848d0a2005-08-24 21:56:24 -050010688 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010689 cancel_delayed_work(&priv->request_direct_scan);
10690 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040010691 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050010692 ipw_reset_stats(priv);
10693 /* Ensure the rate is updated immediately */
10694 priv->last_rate = ipw_get_current_rate(priv);
10695 ipw_gather_stats(priv);
10696 ipw_led_link_up(priv);
10697 notify_wx_assoc_event(priv);
10698
10699 if (priv->config & CFG_BACKGROUND_SCAN)
10700 queue_delayed_work(priv->workqueue, &priv->request_scan, HZ);
10701}
10702
David Howellsc4028952006-11-22 14:57:56 +000010703static void ipw_bg_link_up(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010704{
David Howellsc4028952006-11-22 14:57:56 +000010705 struct ipw_priv *priv =
10706 container_of(work, struct ipw_priv, link_up);
Zhu Yi46441512006-01-24 16:37:59 +080010707 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010708 ipw_link_up(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010709 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010710}
10711
Adrian Bunka73e22b2006-01-21 01:39:42 +010010712static void ipw_link_down(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -050010713{
10714 ipw_led_link_down(priv);
10715 netif_carrier_off(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050010716 notify_wx_assoc_event(priv);
10717
10718 /* Cancel any queued work ... */
10719 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010720 cancel_delayed_work(&priv->request_direct_scan);
10721 cancel_delayed_work(&priv->request_passive_scan);
James Ketrenosa613bff2005-08-24 21:43:11 -050010722 cancel_delayed_work(&priv->adhoc_check);
10723 cancel_delayed_work(&priv->gather_stats);
10724
10725 ipw_reset_stats(priv);
10726
James Ketrenosafbf30a2005-08-25 00:05:33 -050010727 if (!(priv->status & STATUS_EXIT_PENDING)) {
10728 /* Queue up another scan... */
David Howellsc4028952006-11-22 14:57:56 +000010729 queue_delayed_work(priv->workqueue, &priv->request_scan, 0);
Dan Williams0b531672007-10-09 13:55:24 -040010730 } else
10731 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050010732}
10733
David Howellsc4028952006-11-22 14:57:56 +000010734static void ipw_bg_link_down(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010735{
David Howellsc4028952006-11-22 14:57:56 +000010736 struct ipw_priv *priv =
10737 container_of(work, struct ipw_priv, link_down);
Zhu Yi46441512006-01-24 16:37:59 +080010738 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010739 ipw_link_down(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010740 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010741}
10742
Adrian Bunk2ef19e62007-12-11 23:20:22 +010010743static int __devinit ipw_setup_deferred_work(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060010744{
10745 int ret = 0;
10746
James Ketrenos43f66a62005-03-25 12:31:53 -060010747 priv->workqueue = create_workqueue(DRV_NAME);
James Ketrenos43f66a62005-03-25 12:31:53 -060010748 init_waitqueue_head(&priv->wait_command_queue);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010749 init_waitqueue_head(&priv->wait_state);
James Ketrenos43f66a62005-03-25 12:31:53 -060010750
David Howellsc4028952006-11-22 14:57:56 +000010751 INIT_DELAYED_WORK(&priv->adhoc_check, ipw_bg_adhoc_check);
10752 INIT_WORK(&priv->associate, ipw_bg_associate);
10753 INIT_WORK(&priv->disassociate, ipw_bg_disassociate);
10754 INIT_WORK(&priv->system_config, ipw_system_config);
10755 INIT_WORK(&priv->rx_replenish, ipw_bg_rx_queue_replenish);
10756 INIT_WORK(&priv->adapter_restart, ipw_bg_adapter_restart);
10757 INIT_DELAYED_WORK(&priv->rf_kill, ipw_bg_rf_kill);
10758 INIT_WORK(&priv->up, ipw_bg_up);
10759 INIT_WORK(&priv->down, ipw_bg_down);
10760 INIT_DELAYED_WORK(&priv->request_scan, ipw_request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010761 INIT_DELAYED_WORK(&priv->request_direct_scan, ipw_request_direct_scan);
10762 INIT_DELAYED_WORK(&priv->request_passive_scan, ipw_request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040010763 INIT_DELAYED_WORK(&priv->scan_event, ipw_scan_event);
David Howellsc4028952006-11-22 14:57:56 +000010764 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats);
10765 INIT_WORK(&priv->abort_scan, ipw_bg_abort_scan);
10766 INIT_WORK(&priv->roam, ipw_bg_roam);
10767 INIT_DELAYED_WORK(&priv->scan_check, ipw_bg_scan_check);
10768 INIT_WORK(&priv->link_up, ipw_bg_link_up);
10769 INIT_WORK(&priv->link_down, ipw_bg_link_down);
10770 INIT_DELAYED_WORK(&priv->led_link_on, ipw_bg_led_link_on);
10771 INIT_DELAYED_WORK(&priv->led_link_off, ipw_bg_led_link_off);
10772 INIT_DELAYED_WORK(&priv->led_act_off, ipw_bg_led_activity_off);
10773 INIT_WORK(&priv->merge_networks, ipw_merge_adhoc_network);
James Ketrenos43f66a62005-03-25 12:31:53 -060010774
Zhu Yie43e3c12006-04-13 17:20:45 +080010775#ifdef CONFIG_IPW2200_QOS
David Howellsc4028952006-11-22 14:57:56 +000010776 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate);
Zhu Yie43e3c12006-04-13 17:20:45 +080010777#endif /* CONFIG_IPW2200_QOS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010778
10779 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
10780 ipw_irq_tasklet, (unsigned long)priv);
10781
10782 return ret;
10783}
10784
James Ketrenos43f66a62005-03-25 12:31:53 -060010785static void shim__set_security(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010786 struct libipw_security *sec)
James Ketrenos43f66a62005-03-25 12:31:53 -060010787{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010788 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010789 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -040010790 for (i = 0; i < 4; i++) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010791 if (sec->flags & (1 << i)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -050010792 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i];
James Ketrenosb095c382005-08-24 22:04:42 -050010793 priv->ieee->sec.key_sizes[i] = sec->key_sizes[i];
James Ketrenos43f66a62005-03-25 12:31:53 -060010794 if (sec->key_sizes[i] == 0)
James Ketrenosb095c382005-08-24 22:04:42 -050010795 priv->ieee->sec.flags &= ~(1 << i);
10796 else {
10797 memcpy(priv->ieee->sec.keys[i], sec->keys[i],
James Ketrenos43f66a62005-03-25 12:31:53 -060010798 sec->key_sizes[i]);
James Ketrenosb095c382005-08-24 22:04:42 -050010799 priv->ieee->sec.flags |= (1 << i);
10800 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010801 priv->status |= STATUS_SECURITY_UPDATED;
James Ketrenosb095c382005-08-24 22:04:42 -050010802 } else if (sec->level != SEC_LEVEL_1)
10803 priv->ieee->sec.flags &= ~(1 << i);
James Ketrenos43f66a62005-03-25 12:31:53 -060010804 }
10805
James Ketrenosb095c382005-08-24 22:04:42 -050010806 if (sec->flags & SEC_ACTIVE_KEY) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010807 if (sec->active_key <= 3) {
James Ketrenosb095c382005-08-24 22:04:42 -050010808 priv->ieee->sec.active_key = sec->active_key;
10809 priv->ieee->sec.flags |= SEC_ACTIVE_KEY;
Jeff Garzikbf794512005-07-31 13:07:26 -040010810 } else
James Ketrenosb095c382005-08-24 22:04:42 -050010811 priv->ieee->sec.flags &= ~SEC_ACTIVE_KEY;
James Ketrenos43f66a62005-03-25 12:31:53 -060010812 priv->status |= STATUS_SECURITY_UPDATED;
James Ketrenosb095c382005-08-24 22:04:42 -050010813 } else
10814 priv->ieee->sec.flags &= ~SEC_ACTIVE_KEY;
James Ketrenos43f66a62005-03-25 12:31:53 -060010815
10816 if ((sec->flags & SEC_AUTH_MODE) &&
James Ketrenosb095c382005-08-24 22:04:42 -050010817 (priv->ieee->sec.auth_mode != sec->auth_mode)) {
10818 priv->ieee->sec.auth_mode = sec->auth_mode;
10819 priv->ieee->sec.flags |= SEC_AUTH_MODE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010820 if (sec->auth_mode == WLAN_AUTH_SHARED_KEY)
10821 priv->capability |= CAP_SHARED_KEY;
10822 else
10823 priv->capability &= ~CAP_SHARED_KEY;
10824 priv->status |= STATUS_SECURITY_UPDATED;
10825 }
Jeff Garzikbf794512005-07-31 13:07:26 -040010826
James Ketrenosb095c382005-08-24 22:04:42 -050010827 if (sec->flags & SEC_ENABLED && priv->ieee->sec.enabled != sec->enabled) {
10828 priv->ieee->sec.flags |= SEC_ENABLED;
10829 priv->ieee->sec.enabled = sec->enabled;
James Ketrenos43f66a62005-03-25 12:31:53 -060010830 priv->status |= STATUS_SECURITY_UPDATED;
Jeff Garzikbf794512005-07-31 13:07:26 -040010831 if (sec->enabled)
James Ketrenos43f66a62005-03-25 12:31:53 -060010832 priv->capability |= CAP_PRIVACY_ON;
10833 else
10834 priv->capability &= ~CAP_PRIVACY_ON;
10835 }
Jeff Garzikbf794512005-07-31 13:07:26 -040010836
James Ketrenosafbf30a2005-08-25 00:05:33 -050010837 if (sec->flags & SEC_ENCRYPT)
10838 priv->ieee->sec.encrypt = sec->encrypt;
James Ketrenos43f66a62005-03-25 12:31:53 -060010839
James Ketrenosb095c382005-08-24 22:04:42 -050010840 if (sec->flags & SEC_LEVEL && priv->ieee->sec.level != sec->level) {
10841 priv->ieee->sec.level = sec->level;
10842 priv->ieee->sec.flags |= SEC_LEVEL;
James Ketrenos43f66a62005-03-25 12:31:53 -060010843 priv->status |= STATUS_SECURITY_UPDATED;
10844 }
10845
Zhu Yi1fbfea52005-08-05 17:22:56 +080010846 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT))
10847 ipw_set_hwcrypto_keys(priv);
10848
Jeff Garzikbf794512005-07-31 13:07:26 -040010849 /* To match current functionality of ipw2100 (which works well w/
10850 * various supplicants, we don't force a disassociate if the
James Ketrenos43f66a62005-03-25 12:31:53 -060010851 * privacy capability changes ... */
10852#if 0
10853 if ((priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) &&
Jeff Garzikbf794512005-07-31 13:07:26 -040010854 (((priv->assoc_request.capability &
Al Viro5b5e8072007-12-27 01:54:06 -050010855 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && !sec->enabled) ||
Jeff Garzikbf794512005-07-31 13:07:26 -040010856 (!(priv->assoc_request.capability &
Al Viro5b5e8072007-12-27 01:54:06 -050010857 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && sec->enabled))) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010858 IPW_DEBUG_ASSOC("Disassociating due to capability "
10859 "change.\n");
10860 ipw_disassociate(priv);
10861 }
10862#endif
10863}
10864
Jeff Garzikbf794512005-07-31 13:07:26 -040010865static int init_supported_rates(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -060010866 struct ipw_supported_rates *rates)
10867{
10868 /* TODO: Mask out rates based on priv->rates_mask */
10869
10870 memset(rates, 0, sizeof(*rates));
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010871 /* configure supported rates */
James Ketrenos43f66a62005-03-25 12:31:53 -060010872 switch (priv->ieee->freq_band) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010873 case LIBIPW_52GHZ_BAND:
James Ketrenos43f66a62005-03-25 12:31:53 -060010874 rates->ieee_mode = IPW_A_MODE;
10875 rates->purpose = IPW_RATE_CAPABILITIES;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010876 ipw_add_ofdm_scan_rates(rates, LIBIPW_CCK_MODULATION,
10877 LIBIPW_OFDM_DEFAULT_RATES_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -060010878 break;
10879
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010880 default: /* Mixed or 2.4Ghz */
James Ketrenos43f66a62005-03-25 12:31:53 -060010881 rates->ieee_mode = IPW_G_MODE;
10882 rates->purpose = IPW_RATE_CAPABILITIES;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010883 ipw_add_cck_scan_rates(rates, LIBIPW_CCK_MODULATION,
10884 LIBIPW_CCK_DEFAULT_RATES_MASK);
10885 if (priv->ieee->modulation & LIBIPW_OFDM_MODULATION) {
10886 ipw_add_ofdm_scan_rates(rates, LIBIPW_CCK_MODULATION,
10887 LIBIPW_OFDM_DEFAULT_RATES_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -060010888 }
10889 break;
10890 }
10891
10892 return 0;
10893}
10894
Jeff Garzikbf794512005-07-31 13:07:26 -040010895static int ipw_config(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060010896{
James Ketrenos43f66a62005-03-25 12:31:53 -060010897 /* This is only called from ipw_up, which resets/reloads the firmware
10898 so, we don't need to first disable the card before we configure
10899 it */
Zhu Yi6de9f7f2005-08-11 14:39:33 +080010900 if (ipw_set_tx_power(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -060010901 goto error;
10902
10903 /* initialize adapter address */
10904 if (ipw_send_adapter_address(priv, priv->net_dev->dev_addr))
10905 goto error;
10906
10907 /* set basic system config settings */
10908 init_sys_config(&priv->sys_config);
Zhu Yi810dabd2006-01-24 16:36:59 +080010909
10910 /* Support Bluetooth if we have BT h/w on board, and user wants to.
10911 * Does not support BT priority yet (don't abort or defer our Tx) */
10912 if (bt_coexist) {
Zhu Yi2638bc32006-01-24 16:37:52 +080010913 unsigned char bt_caps = priv->eeprom[EEPROM_SKU_CAPABILITY];
Zhu Yi810dabd2006-01-24 16:36:59 +080010914
10915 if (bt_caps & EEPROM_SKU_CAP_BT_CHANNEL_SIG)
10916 priv->sys_config.bt_coexistence
Zhu Yi2638bc32006-01-24 16:37:52 +080010917 |= CFG_BT_COEXISTENCE_SIGNAL_CHNL;
Zhu Yi810dabd2006-01-24 16:36:59 +080010918 if (bt_caps & EEPROM_SKU_CAP_BT_OOB)
10919 priv->sys_config.bt_coexistence
Zhu Yi2638bc32006-01-24 16:37:52 +080010920 |= CFG_BT_COEXISTENCE_OOB;
Zhu Yi810dabd2006-01-24 16:36:59 +080010921 }
10922
Zhu Yid685b8c2006-04-13 17:20:27 +080010923#ifdef CONFIG_IPW2200_PROMISCUOUS
10924 if (priv->prom_net_dev && netif_running(priv->prom_net_dev)) {
10925 priv->sys_config.accept_all_data_frames = 1;
10926 priv->sys_config.accept_non_directed_frames = 1;
10927 priv->sys_config.accept_all_mgmt_bcpr = 1;
10928 priv->sys_config.accept_all_mgmt_frames = 1;
10929 }
10930#endif
10931
James Ketrenosc848d0a2005-08-24 21:56:24 -050010932 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
10933 priv->sys_config.answer_broadcast_ssid_probe = 1;
10934 else
10935 priv->sys_config.answer_broadcast_ssid_probe = 0;
10936
Zhu Yid685b8c2006-04-13 17:20:27 +080010937 if (ipw_send_system_config(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -060010938 goto error;
10939
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010940 init_supported_rates(priv, &priv->rates);
10941 if (ipw_send_supported_rates(priv, &priv->rates))
James Ketrenos43f66a62005-03-25 12:31:53 -060010942 goto error;
10943
10944 /* Set request-to-send threshold */
10945 if (priv->rts_threshold) {
10946 if (ipw_send_rts_threshold(priv, priv->rts_threshold))
10947 goto error;
10948 }
Zhu Yie43e3c12006-04-13 17:20:45 +080010949#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050010950 IPW_DEBUG_QOS("QoS: call ipw_qos_activate\n");
10951 ipw_qos_activate(priv, NULL);
Zhu Yie43e3c12006-04-13 17:20:45 +080010952#endif /* CONFIG_IPW2200_QOS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010953
10954 if (ipw_set_random_seed(priv))
10955 goto error;
Jeff Garzikbf794512005-07-31 13:07:26 -040010956
James Ketrenos43f66a62005-03-25 12:31:53 -060010957 /* final state transition to the RUN state */
10958 if (ipw_send_host_complete(priv))
10959 goto error;
10960
James Ketrenose6666192005-08-12 09:17:04 -050010961 priv->status |= STATUS_INIT;
10962
10963 ipw_led_init(priv);
10964 ipw_led_radio_on(priv);
10965 priv->notif_missed_beacons = 0;
10966
10967 /* Set hardware WEP key if it is configured. */
10968 if ((priv->capability & CAP_PRIVACY_ON) &&
10969 (priv->ieee->sec.level == SEC_LEVEL_1) &&
10970 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt))
10971 ipw_set_hwcrypto_keys(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060010972
10973 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -040010974
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010975 error:
James Ketrenos43f66a62005-03-25 12:31:53 -060010976 return -EIO;
10977}
10978
James Ketrenos4f36f802005-08-03 20:36:56 -050010979/*
10980 * NOTE:
10981 *
10982 * These tables have been tested in conjunction with the
10983 * Intel PRO/Wireless 2200BG and 2915ABG Network Connection Adapters.
10984 *
10985 * Altering this values, using it on other hardware, or in geographies
10986 * not intended for resale of the above mentioned Intel adapters has
10987 * not been tested.
10988 *
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080010989 * Remember to update the table in README.ipw2200 when changing this
10990 * table.
10991 *
James Ketrenos4f36f802005-08-03 20:36:56 -050010992 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010993static const struct libipw_geo ipw_geos[] = {
James Ketrenos4f36f802005-08-03 20:36:56 -050010994 { /* Restricted */
10995 "---",
10996 .bg_channels = 11,
10997 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
10998 {2427, 4}, {2432, 5}, {2437, 6},
10999 {2442, 7}, {2447, 8}, {2452, 9},
11000 {2457, 10}, {2462, 11}},
11001 },
11002
11003 { /* Custom US/Canada */
11004 "ZZF",
11005 .bg_channels = 11,
11006 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11007 {2427, 4}, {2432, 5}, {2437, 6},
11008 {2442, 7}, {2447, 8}, {2452, 9},
11009 {2457, 10}, {2462, 11}},
11010 .a_channels = 8,
11011 .a = {{5180, 36},
11012 {5200, 40},
11013 {5220, 44},
11014 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011015 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11016 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11017 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11018 {5320, 64, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011019 },
11020
11021 { /* Rest of World */
11022 "ZZD",
11023 .bg_channels = 13,
11024 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11025 {2427, 4}, {2432, 5}, {2437, 6},
11026 {2442, 7}, {2447, 8}, {2452, 9},
11027 {2457, 10}, {2462, 11}, {2467, 12},
11028 {2472, 13}},
11029 },
11030
11031 { /* Custom USA & Europe & High */
11032 "ZZA",
11033 .bg_channels = 11,
11034 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11035 {2427, 4}, {2432, 5}, {2437, 6},
11036 {2442, 7}, {2447, 8}, {2452, 9},
11037 {2457, 10}, {2462, 11}},
11038 .a_channels = 13,
11039 .a = {{5180, 36},
11040 {5200, 40},
11041 {5220, 44},
11042 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011043 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11044 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11045 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11046 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
James Ketrenos4f36f802005-08-03 20:36:56 -050011047 {5745, 149},
11048 {5765, 153},
11049 {5785, 157},
11050 {5805, 161},
11051 {5825, 165}},
11052 },
11053
11054 { /* Custom NA & Europe */
11055 "ZZB",
11056 .bg_channels = 11,
11057 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11058 {2427, 4}, {2432, 5}, {2437, 6},
11059 {2442, 7}, {2447, 8}, {2452, 9},
11060 {2457, 10}, {2462, 11}},
11061 .a_channels = 13,
11062 .a = {{5180, 36},
11063 {5200, 40},
11064 {5220, 44},
11065 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011066 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11067 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11068 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11069 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11070 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11071 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11072 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11073 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11074 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011075 },
11076
11077 { /* Custom Japan */
11078 "ZZC",
11079 .bg_channels = 11,
11080 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11081 {2427, 4}, {2432, 5}, {2437, 6},
11082 {2442, 7}, {2447, 8}, {2452, 9},
11083 {2457, 10}, {2462, 11}},
11084 .a_channels = 4,
11085 .a = {{5170, 34}, {5190, 38},
11086 {5210, 42}, {5230, 46}},
11087 },
11088
11089 { /* Custom */
11090 "ZZM",
11091 .bg_channels = 11,
11092 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11093 {2427, 4}, {2432, 5}, {2437, 6},
11094 {2442, 7}, {2447, 8}, {2452, 9},
11095 {2457, 10}, {2462, 11}},
11096 },
11097
11098 { /* Europe */
11099 "ZZE",
11100 .bg_channels = 13,
11101 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11102 {2427, 4}, {2432, 5}, {2437, 6},
11103 {2442, 7}, {2447, 8}, {2452, 9},
11104 {2457, 10}, {2462, 11}, {2467, 12},
11105 {2472, 13}},
11106 .a_channels = 19,
11107 .a = {{5180, 36},
11108 {5200, 40},
11109 {5220, 44},
11110 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011111 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11112 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11113 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11114 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11115 {5500, 100, LIBIPW_CH_PASSIVE_ONLY},
11116 {5520, 104, LIBIPW_CH_PASSIVE_ONLY},
11117 {5540, 108, LIBIPW_CH_PASSIVE_ONLY},
11118 {5560, 112, LIBIPW_CH_PASSIVE_ONLY},
11119 {5580, 116, LIBIPW_CH_PASSIVE_ONLY},
11120 {5600, 120, LIBIPW_CH_PASSIVE_ONLY},
11121 {5620, 124, LIBIPW_CH_PASSIVE_ONLY},
11122 {5640, 128, LIBIPW_CH_PASSIVE_ONLY},
11123 {5660, 132, LIBIPW_CH_PASSIVE_ONLY},
11124 {5680, 136, LIBIPW_CH_PASSIVE_ONLY},
11125 {5700, 140, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011126 },
11127
11128 { /* Custom Japan */
11129 "ZZJ",
11130 .bg_channels = 14,
11131 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11132 {2427, 4}, {2432, 5}, {2437, 6},
11133 {2442, 7}, {2447, 8}, {2452, 9},
11134 {2457, 10}, {2462, 11}, {2467, 12},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011135 {2472, 13}, {2484, 14, LIBIPW_CH_B_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011136 .a_channels = 4,
11137 .a = {{5170, 34}, {5190, 38},
11138 {5210, 42}, {5230, 46}},
11139 },
11140
James Ketrenos03520572005-10-19 16:12:31 -050011141 { /* Rest of World */
11142 "ZZR",
11143 .bg_channels = 14,
11144 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11145 {2427, 4}, {2432, 5}, {2437, 6},
11146 {2442, 7}, {2447, 8}, {2452, 9},
11147 {2457, 10}, {2462, 11}, {2467, 12},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011148 {2472, 13}, {2484, 14, LIBIPW_CH_B_ONLY |
11149 LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos03520572005-10-19 16:12:31 -050011150 },
11151
James Ketrenos4f36f802005-08-03 20:36:56 -050011152 { /* High Band */
11153 "ZZH",
11154 .bg_channels = 13,
11155 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11156 {2427, 4}, {2432, 5}, {2437, 6},
11157 {2442, 7}, {2447, 8}, {2452, 9},
11158 {2457, 10}, {2462, 11},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011159 {2467, 12, LIBIPW_CH_PASSIVE_ONLY},
11160 {2472, 13, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011161 .a_channels = 4,
11162 .a = {{5745, 149}, {5765, 153},
11163 {5785, 157}, {5805, 161}},
11164 },
11165
11166 { /* Custom Europe */
11167 "ZZG",
11168 .bg_channels = 13,
11169 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11170 {2427, 4}, {2432, 5}, {2437, 6},
11171 {2442, 7}, {2447, 8}, {2452, 9},
11172 {2457, 10}, {2462, 11},
11173 {2467, 12}, {2472, 13}},
11174 .a_channels = 4,
11175 .a = {{5180, 36}, {5200, 40},
11176 {5220, 44}, {5240, 48}},
11177 },
11178
11179 { /* Europe */
11180 "ZZK",
11181 .bg_channels = 13,
11182 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11183 {2427, 4}, {2432, 5}, {2437, 6},
11184 {2442, 7}, {2447, 8}, {2452, 9},
11185 {2457, 10}, {2462, 11},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011186 {2467, 12, LIBIPW_CH_PASSIVE_ONLY},
11187 {2472, 13, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011188 .a_channels = 24,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011189 .a = {{5180, 36, LIBIPW_CH_PASSIVE_ONLY},
11190 {5200, 40, LIBIPW_CH_PASSIVE_ONLY},
11191 {5220, 44, LIBIPW_CH_PASSIVE_ONLY},
11192 {5240, 48, LIBIPW_CH_PASSIVE_ONLY},
11193 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11194 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11195 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11196 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11197 {5500, 100, LIBIPW_CH_PASSIVE_ONLY},
11198 {5520, 104, LIBIPW_CH_PASSIVE_ONLY},
11199 {5540, 108, LIBIPW_CH_PASSIVE_ONLY},
11200 {5560, 112, LIBIPW_CH_PASSIVE_ONLY},
11201 {5580, 116, LIBIPW_CH_PASSIVE_ONLY},
11202 {5600, 120, LIBIPW_CH_PASSIVE_ONLY},
11203 {5620, 124, LIBIPW_CH_PASSIVE_ONLY},
11204 {5640, 128, LIBIPW_CH_PASSIVE_ONLY},
11205 {5660, 132, LIBIPW_CH_PASSIVE_ONLY},
11206 {5680, 136, LIBIPW_CH_PASSIVE_ONLY},
11207 {5700, 140, LIBIPW_CH_PASSIVE_ONLY},
11208 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11209 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11210 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11211 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11212 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011213 },
11214
11215 { /* Europe */
11216 "ZZL",
11217 .bg_channels = 11,
11218 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11219 {2427, 4}, {2432, 5}, {2437, 6},
11220 {2442, 7}, {2447, 8}, {2452, 9},
11221 {2457, 10}, {2462, 11}},
11222 .a_channels = 13,
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 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11232 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11233 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11234 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11235 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011236 }
James Ketrenosafbf30a2005-08-25 00:05:33 -050011237};
11238
James Ketrenos43f66a62005-03-25 12:31:53 -060011239#define MAX_HW_RESTARTS 5
11240static int ipw_up(struct ipw_priv *priv)
11241{
James Ketrenos4f36f802005-08-03 20:36:56 -050011242 int rc, i, j;
James Ketrenos43f66a62005-03-25 12:31:53 -060011243
Dan Williamsc3d72b92009-02-11 13:26:06 -050011244 /* Age scan list entries found before suspend */
11245 if (priv->suspend_time) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011246 libipw_networks_age(priv->ieee, priv->suspend_time);
Dan Williamsc3d72b92009-02-11 13:26:06 -050011247 priv->suspend_time = 0;
11248 }
11249
James Ketrenos43f66a62005-03-25 12:31:53 -060011250 if (priv->status & STATUS_EXIT_PENDING)
11251 return -EIO;
11252
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011253 if (cmdlog && !priv->cmdlog) {
Yan Burmane6e3f122006-12-02 13:38:14 +020011254 priv->cmdlog = kcalloc(cmdlog, sizeof(*priv->cmdlog),
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011255 GFP_KERNEL);
11256 if (priv->cmdlog == NULL) {
11257 IPW_ERROR("Error allocating %d command log entries.\n",
11258 cmdlog);
Zhu Yid0b526b2006-04-13 17:19:50 +080011259 return -ENOMEM;
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011260 } else {
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011261 priv->cmdlog_len = cmdlog;
11262 }
11263 }
11264
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011265 for (i = 0; i < MAX_HW_RESTARTS; i++) {
Jeff Garzikbf794512005-07-31 13:07:26 -040011266 /* Load the microcode, firmware, and eeprom.
James Ketrenos43f66a62005-03-25 12:31:53 -060011267 * Also start the clocks. */
11268 rc = ipw_load(priv);
11269 if (rc) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -050011270 IPW_ERROR("Unable to load firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -060011271 return rc;
11272 }
11273
11274 ipw_init_ordinals(priv);
11275 if (!(priv->config & CFG_CUSTOM_MAC))
11276 eeprom_parse_mac(priv, priv->mac_addr);
11277 memcpy(priv->net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
John W. Linville5e5eab52009-10-06 16:45:14 -040011278 memcpy(priv->net_dev->perm_addr, priv->mac_addr, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -060011279
James Ketrenos4f36f802005-08-03 20:36:56 -050011280 for (j = 0; j < ARRAY_SIZE(ipw_geos); j++) {
11281 if (!memcmp(&priv->eeprom[EEPROM_COUNTRY_CODE],
11282 ipw_geos[j].name, 3))
11283 break;
11284 }
James Ketrenos03520572005-10-19 16:12:31 -050011285 if (j == ARRAY_SIZE(ipw_geos)) {
11286 IPW_WARNING("SKU [%c%c%c] not recognized.\n",
11287 priv->eeprom[EEPROM_COUNTRY_CODE + 0],
11288 priv->eeprom[EEPROM_COUNTRY_CODE + 1],
11289 priv->eeprom[EEPROM_COUNTRY_CODE + 2]);
James Ketrenos4f36f802005-08-03 20:36:56 -050011290 j = 0;
James Ketrenos03520572005-10-19 16:12:31 -050011291 }
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011292 if (libipw_set_geo(priv->ieee, &ipw_geos[j])) {
James Ketrenos4f36f802005-08-03 20:36:56 -050011293 IPW_WARNING("Could not set geography.");
James Ketrenos43f66a62005-03-25 12:31:53 -060011294 return 0;
James Ketrenos4f36f802005-08-03 20:36:56 -050011295 }
11296
James Ketrenosb095c382005-08-24 22:04:42 -050011297 if (priv->status & STATUS_RF_KILL_SW) {
11298 IPW_WARNING("Radio disabled by module parameter.\n");
11299 return 0;
11300 } else if (rf_kill_active(priv)) {
11301 IPW_WARNING("Radio Frequency Kill Switch is On:\n"
11302 "Kill switch must be turned off for "
11303 "wireless networking to work.\n");
11304 queue_delayed_work(priv->workqueue, &priv->rf_kill,
11305 2 * HZ);
James Ketrenos43f66a62005-03-25 12:31:53 -060011306 return 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -050011307 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011308
11309 rc = ipw_config(priv);
11310 if (!rc) {
11311 IPW_DEBUG_INFO("Configured device on count %i\n", i);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011312
James Ketrenose6666192005-08-12 09:17:04 -050011313 /* If configure to try and auto-associate, kick
11314 * off a scan. */
David Howellsc4028952006-11-22 14:57:56 +000011315 queue_delayed_work(priv->workqueue,
11316 &priv->request_scan, 0);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011317
James Ketrenos43f66a62005-03-25 12:31:53 -060011318 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060011319 }
Jeff Garzikbf794512005-07-31 13:07:26 -040011320
James Ketrenosc848d0a2005-08-24 21:56:24 -050011321 IPW_DEBUG_INFO("Device configuration failed: 0x%08X\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -060011322 IPW_DEBUG_INFO("Failed to config device on retry %d of %d\n",
11323 i, MAX_HW_RESTARTS);
11324
11325 /* We had an error bringing up the hardware, so take it
11326 * all the way back down so we can try again */
11327 ipw_down(priv);
11328 }
11329
Jeff Garzikbf794512005-07-31 13:07:26 -040011330 /* tried to restart and config the device for as long as our
James Ketrenos43f66a62005-03-25 12:31:53 -060011331 * patience could withstand */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011332 IPW_ERROR("Unable to initialize device after %d attempts.\n", i);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011333
James Ketrenos43f66a62005-03-25 12:31:53 -060011334 return -EIO;
11335}
11336
David Howellsc4028952006-11-22 14:57:56 +000011337static void ipw_bg_up(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050011338{
David Howellsc4028952006-11-22 14:57:56 +000011339 struct ipw_priv *priv =
11340 container_of(work, struct ipw_priv, up);
Zhu Yi46441512006-01-24 16:37:59 +080011341 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000011342 ipw_up(priv);
Zhu Yi46441512006-01-24 16:37:59 +080011343 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011344}
11345
James Ketrenosb095c382005-08-24 22:04:42 -050011346static void ipw_deinit(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060011347{
James Ketrenosb095c382005-08-24 22:04:42 -050011348 int i;
11349
11350 if (priv->status & STATUS_SCANNING) {
11351 IPW_DEBUG_INFO("Aborting scan during shutdown.\n");
11352 ipw_abort_scan(priv);
11353 }
11354
11355 if (priv->status & STATUS_ASSOCIATED) {
11356 IPW_DEBUG_INFO("Disassociating during shutdown.\n");
11357 ipw_disassociate(priv);
11358 }
11359
11360 ipw_led_shutdown(priv);
11361
11362 /* Wait up to 1s for status to change to not scanning and not
11363 * associated (disassociation can take a while for a ful 802.11
11364 * exchange */
11365 for (i = 1000; i && (priv->status &
11366 (STATUS_DISASSOCIATING |
11367 STATUS_ASSOCIATED | STATUS_SCANNING)); i--)
11368 udelay(10);
11369
11370 if (priv->status & (STATUS_DISASSOCIATING |
11371 STATUS_ASSOCIATED | STATUS_SCANNING))
11372 IPW_DEBUG_INFO("Still associated or scanning...\n");
11373 else
11374 IPW_DEBUG_INFO("Took %dms to de-init\n", 1000 - i);
11375
James Ketrenosc848d0a2005-08-24 21:56:24 -050011376 /* Attempt to disable the card */
James Ketrenos43f66a62005-03-25 12:31:53 -060011377 ipw_send_card_disable(priv, 0);
James Ketrenosb095c382005-08-24 22:04:42 -050011378
11379 priv->status &= ~STATUS_INIT;
11380}
11381
James Ketrenos43f66a62005-03-25 12:31:53 -060011382static void ipw_down(struct ipw_priv *priv)
11383{
James Ketrenosb095c382005-08-24 22:04:42 -050011384 int exit_pending = priv->status & STATUS_EXIT_PENDING;
11385
11386 priv->status |= STATUS_EXIT_PENDING;
11387
11388 if (ipw_is_init(priv))
11389 ipw_deinit(priv);
11390
11391 /* Wipe out the EXIT_PENDING status bit if we are not actually
11392 * exiting the module */
11393 if (!exit_pending)
11394 priv->status &= ~STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011395
11396 /* tell the device to stop sending interrupts */
11397 ipw_disable_interrupts(priv);
11398
11399 /* Clear all bits but the RF Kill */
James Ketrenosb095c382005-08-24 22:04:42 -050011400 priv->status &= STATUS_RF_KILL_MASK | STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011401 netif_carrier_off(priv->net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011402
11403 ipw_stop_nic(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -050011404
11405 ipw_led_radio_off(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011406}
11407
David Howellsc4028952006-11-22 14:57:56 +000011408static void ipw_bg_down(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050011409{
David Howellsc4028952006-11-22 14:57:56 +000011410 struct ipw_priv *priv =
11411 container_of(work, struct ipw_priv, down);
Zhu Yi46441512006-01-24 16:37:59 +080011412 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000011413 ipw_down(priv);
Zhu Yi46441512006-01-24 16:37:59 +080011414 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011415}
11416
11417/* Called by register_netdev() */
11418static int ipw_net_init(struct net_device *dev)
11419{
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011420 int i, rc = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011421 struct ipw_priv *priv = libipw_priv(dev);
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011422 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
11423 struct wireless_dev *wdev = &priv->ieee->wdev;
Zhu Yi46441512006-01-24 16:37:59 +080011424 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011425
James Ketrenosc848d0a2005-08-24 21:56:24 -050011426 if (ipw_up(priv)) {
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011427 rc = -EIO;
11428 goto out;
James Ketrenos43f66a62005-03-25 12:31:53 -060011429 }
11430
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011431 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN);
11432
11433 /* fill-out priv->ieee->bg_band */
11434 if (geo->bg_channels) {
11435 struct ieee80211_supported_band *bg_band = &priv->ieee->bg_band;
11436
11437 bg_band->band = IEEE80211_BAND_2GHZ;
11438 bg_band->n_channels = geo->bg_channels;
11439 bg_band->channels =
11440 kzalloc(geo->bg_channels *
11441 sizeof(struct ieee80211_channel), GFP_KERNEL);
11442 /* translate geo->bg to bg_band.channels */
11443 for (i = 0; i < geo->bg_channels; i++) {
11444 bg_band->channels[i].band = IEEE80211_BAND_2GHZ;
11445 bg_band->channels[i].center_freq = geo->bg[i].freq;
11446 bg_band->channels[i].hw_value = geo->bg[i].channel;
11447 bg_band->channels[i].max_power = geo->bg[i].max_power;
11448 if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY)
11449 bg_band->channels[i].flags |=
11450 IEEE80211_CHAN_PASSIVE_SCAN;
11451 if (geo->bg[i].flags & LIBIPW_CH_NO_IBSS)
11452 bg_band->channels[i].flags |=
11453 IEEE80211_CHAN_NO_IBSS;
11454 if (geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT)
11455 bg_band->channels[i].flags |=
11456 IEEE80211_CHAN_RADAR;
11457 /* No equivalent for LIBIPW_CH_80211H_RULES,
11458 LIBIPW_CH_UNIFORM_SPREADING, or
11459 LIBIPW_CH_B_ONLY... */
11460 }
11461 /* point at bitrate info */
11462 bg_band->bitrates = ipw2200_bg_rates;
11463 bg_band->n_bitrates = ipw2200_num_bg_rates;
11464
11465 wdev->wiphy->bands[IEEE80211_BAND_2GHZ] = bg_band;
11466 }
11467
11468 /* fill-out priv->ieee->a_band */
11469 if (geo->a_channels) {
11470 struct ieee80211_supported_band *a_band = &priv->ieee->a_band;
11471
11472 a_band->band = IEEE80211_BAND_5GHZ;
11473 a_band->n_channels = geo->a_channels;
11474 a_band->channels =
11475 kzalloc(geo->a_channels *
11476 sizeof(struct ieee80211_channel), GFP_KERNEL);
11477 /* translate geo->bg to a_band.channels */
11478 for (i = 0; i < geo->a_channels; i++) {
11479 a_band->channels[i].band = IEEE80211_BAND_2GHZ;
11480 a_band->channels[i].center_freq = geo->a[i].freq;
11481 a_band->channels[i].hw_value = geo->a[i].channel;
11482 a_band->channels[i].max_power = geo->a[i].max_power;
11483 if (geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY)
11484 a_band->channels[i].flags |=
11485 IEEE80211_CHAN_PASSIVE_SCAN;
11486 if (geo->a[i].flags & LIBIPW_CH_NO_IBSS)
11487 a_band->channels[i].flags |=
11488 IEEE80211_CHAN_NO_IBSS;
11489 if (geo->a[i].flags & LIBIPW_CH_RADAR_DETECT)
11490 a_band->channels[i].flags |=
11491 IEEE80211_CHAN_RADAR;
11492 /* No equivalent for LIBIPW_CH_80211H_RULES,
11493 LIBIPW_CH_UNIFORM_SPREADING, or
11494 LIBIPW_CH_B_ONLY... */
11495 }
11496 /* point at bitrate info */
11497 a_band->bitrates = ipw2200_a_rates;
11498 a_band->n_bitrates = ipw2200_num_a_rates;
11499
11500 wdev->wiphy->bands[IEEE80211_BAND_5GHZ] = a_band;
11501 }
11502
11503 set_wiphy_dev(wdev->wiphy, &priv->pci_dev->dev);
11504
11505 /* With that information in place, we can now register the wiphy... */
11506 if (wiphy_register(wdev->wiphy)) {
11507 rc = -EIO;
11508 goto out;
11509 }
11510
11511out:
Zhu Yi46441512006-01-24 16:37:59 +080011512 mutex_unlock(&priv->mutex);
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011513 return rc;
James Ketrenos43f66a62005-03-25 12:31:53 -060011514}
11515
11516/* PCI driver stuff */
11517static struct pci_device_id card_ids[] = {
11518 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2701, 0, 0, 0},
11519 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2702, 0, 0, 0},
11520 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2711, 0, 0, 0},
11521 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2712, 0, 0, 0},
11522 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2721, 0, 0, 0},
11523 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2722, 0, 0, 0},
11524 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2731, 0, 0, 0},
11525 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2732, 0, 0, 0},
11526 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2741, 0, 0, 0},
11527 {PCI_VENDOR_ID_INTEL, 0x1043, 0x103c, 0x2741, 0, 0, 0},
11528 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2742, 0, 0, 0},
11529 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2751, 0, 0, 0},
11530 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2752, 0, 0, 0},
11531 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2753, 0, 0, 0},
11532 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2754, 0, 0, 0},
11533 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2761, 0, 0, 0},
11534 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2762, 0, 0, 0},
Joe Perches8ab0ea72009-06-24 22:13:27 -070011535 {PCI_VDEVICE(INTEL, 0x104f), 0},
11536 {PCI_VDEVICE(INTEL, 0x4220), 0}, /* BG */
11537 {PCI_VDEVICE(INTEL, 0x4221), 0}, /* BG */
11538 {PCI_VDEVICE(INTEL, 0x4223), 0}, /* ABG */
11539 {PCI_VDEVICE(INTEL, 0x4224), 0}, /* ABG */
Jeff Garzikbf794512005-07-31 13:07:26 -040011540
James Ketrenos43f66a62005-03-25 12:31:53 -060011541 /* required last entry */
11542 {0,}
11543};
11544
11545MODULE_DEVICE_TABLE(pci, card_ids);
11546
11547static struct attribute *ipw_sysfs_entries[] = {
11548 &dev_attr_rf_kill.attr,
11549 &dev_attr_direct_dword.attr,
11550 &dev_attr_indirect_byte.attr,
11551 &dev_attr_indirect_dword.attr,
11552 &dev_attr_mem_gpio_reg.attr,
11553 &dev_attr_command_event_reg.attr,
11554 &dev_attr_nic_type.attr,
11555 &dev_attr_status.attr,
11556 &dev_attr_cfg.attr,
James Ketrenosb39860c2005-08-12 09:36:32 -050011557 &dev_attr_error.attr,
11558 &dev_attr_event_log.attr,
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011559 &dev_attr_cmd_log.attr,
James Ketrenos43f66a62005-03-25 12:31:53 -060011560 &dev_attr_eeprom_delay.attr,
11561 &dev_attr_ucode_version.attr,
11562 &dev_attr_rtc.attr,
James Ketrenosa613bff2005-08-24 21:43:11 -050011563 &dev_attr_scan_age.attr,
11564 &dev_attr_led.attr,
James Ketrenosb095c382005-08-24 22:04:42 -050011565 &dev_attr_speed_scan.attr,
11566 &dev_attr_net_stats.attr,
Zhu Yi375dd242007-02-14 16:04:24 +080011567 &dev_attr_channels.attr,
Zhu Yid685b8c2006-04-13 17:20:27 +080011568#ifdef CONFIG_IPW2200_PROMISCUOUS
11569 &dev_attr_rtap_iface.attr,
11570 &dev_attr_rtap_filter.attr,
11571#endif
James Ketrenos43f66a62005-03-25 12:31:53 -060011572 NULL
11573};
11574
11575static struct attribute_group ipw_attribute_group = {
11576 .name = NULL, /* put in device directory */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011577 .attrs = ipw_sysfs_entries,
James Ketrenos43f66a62005-03-25 12:31:53 -060011578};
11579
Zhu Yid685b8c2006-04-13 17:20:27 +080011580#ifdef CONFIG_IPW2200_PROMISCUOUS
11581static int ipw_prom_open(struct net_device *dev)
11582{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011583 struct ipw_prom_priv *prom_priv = libipw_priv(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011584 struct ipw_priv *priv = prom_priv->priv;
11585
11586 IPW_DEBUG_INFO("prom dev->open\n");
11587 netif_carrier_off(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011588
11589 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
11590 priv->sys_config.accept_all_data_frames = 1;
11591 priv->sys_config.accept_non_directed_frames = 1;
11592 priv->sys_config.accept_all_mgmt_bcpr = 1;
11593 priv->sys_config.accept_all_mgmt_frames = 1;
11594
11595 ipw_send_system_config(priv);
11596 }
11597
11598 return 0;
11599}
11600
11601static int ipw_prom_stop(struct net_device *dev)
11602{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011603 struct ipw_prom_priv *prom_priv = libipw_priv(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011604 struct ipw_priv *priv = prom_priv->priv;
11605
11606 IPW_DEBUG_INFO("prom dev->stop\n");
11607
11608 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
11609 priv->sys_config.accept_all_data_frames = 0;
11610 priv->sys_config.accept_non_directed_frames = 0;
11611 priv->sys_config.accept_all_mgmt_bcpr = 0;
11612 priv->sys_config.accept_all_mgmt_frames = 0;
11613
11614 ipw_send_system_config(priv);
11615 }
11616
11617 return 0;
11618}
11619
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000011620static netdev_tx_t ipw_prom_hard_start_xmit(struct sk_buff *skb,
11621 struct net_device *dev)
Zhu Yid685b8c2006-04-13 17:20:27 +080011622{
11623 IPW_DEBUG_INFO("prom dev->xmit\n");
Patrick McHardy4153e772009-06-12 04:08:02 +000011624 dev_kfree_skb(skb);
11625 return NETDEV_TX_OK;
Zhu Yid685b8c2006-04-13 17:20:27 +080011626}
11627
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011628static const struct net_device_ops ipw_prom_netdev_ops = {
11629 .ndo_open = ipw_prom_open,
11630 .ndo_stop = ipw_prom_stop,
11631 .ndo_start_xmit = ipw_prom_hard_start_xmit,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011632 .ndo_change_mtu = libipw_change_mtu,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011633 .ndo_set_mac_address = eth_mac_addr,
11634 .ndo_validate_addr = eth_validate_addr,
11635};
11636
Zhu Yid685b8c2006-04-13 17:20:27 +080011637static int ipw_prom_alloc(struct ipw_priv *priv)
11638{
11639 int rc = 0;
11640
11641 if (priv->prom_net_dev)
11642 return -EPERM;
11643
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011644 priv->prom_net_dev = alloc_ieee80211(sizeof(struct ipw_prom_priv), 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011645 if (priv->prom_net_dev == NULL)
11646 return -ENOMEM;
11647
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011648 priv->prom_priv = libipw_priv(priv->prom_net_dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011649 priv->prom_priv->ieee = netdev_priv(priv->prom_net_dev);
11650 priv->prom_priv->priv = priv;
11651
11652 strcpy(priv->prom_net_dev->name, "rtap%d");
Daniel Drake3f2eeac2008-04-02 20:33:54 +010011653 memcpy(priv->prom_net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
Zhu Yid685b8c2006-04-13 17:20:27 +080011654
11655 priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011656 priv->prom_net_dev->netdev_ops = &ipw_prom_netdev_ops;
Zhu Yid685b8c2006-04-13 17:20:27 +080011657
11658 priv->prom_priv->ieee->iw_mode = IW_MODE_MONITOR;
Masakazu Mokuno229ce3a2008-05-14 14:16:50 +090011659 SET_NETDEV_DEV(priv->prom_net_dev, &priv->pci_dev->dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011660
11661 rc = register_netdev(priv->prom_net_dev);
11662 if (rc) {
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011663 free_ieee80211(priv->prom_net_dev, 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011664 priv->prom_net_dev = NULL;
11665 return rc;
11666 }
11667
11668 return 0;
11669}
11670
11671static void ipw_prom_free(struct ipw_priv *priv)
11672{
11673 if (!priv->prom_net_dev)
11674 return;
11675
11676 unregister_netdev(priv->prom_net_dev);
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011677 free_ieee80211(priv->prom_net_dev, 1);
Zhu Yid685b8c2006-04-13 17:20:27 +080011678
11679 priv->prom_net_dev = NULL;
11680}
11681
11682#endif
11683
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011684static const struct net_device_ops ipw_netdev_ops = {
11685 .ndo_init = ipw_net_init,
11686 .ndo_open = ipw_net_open,
11687 .ndo_stop = ipw_net_stop,
11688 .ndo_set_multicast_list = ipw_net_set_multicast_list,
11689 .ndo_set_mac_address = ipw_net_set_mac_address,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011690 .ndo_start_xmit = libipw_xmit,
11691 .ndo_change_mtu = libipw_change_mtu,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011692 .ndo_validate_addr = eth_validate_addr,
11693};
Zhu Yid685b8c2006-04-13 17:20:27 +080011694
Adrian Bunk2ef19e62007-12-11 23:20:22 +010011695static int __devinit ipw_pci_probe(struct pci_dev *pdev,
11696 const struct pci_device_id *ent)
James Ketrenos43f66a62005-03-25 12:31:53 -060011697{
11698 int err = 0;
11699 struct net_device *net_dev;
11700 void __iomem *base;
11701 u32 length, val;
11702 struct ipw_priv *priv;
James Ketrenosafbf30a2005-08-25 00:05:33 -050011703 int i;
James Ketrenos43f66a62005-03-25 12:31:53 -060011704
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011705 net_dev = alloc_ieee80211(sizeof(struct ipw_priv), 0);
James Ketrenos43f66a62005-03-25 12:31:53 -060011706 if (net_dev == NULL) {
11707 err = -ENOMEM;
11708 goto out;
11709 }
11710
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011711 priv = libipw_priv(net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011712 priv->ieee = netdev_priv(net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050011713
James Ketrenos43f66a62005-03-25 12:31:53 -060011714 priv->net_dev = net_dev;
11715 priv->pci_dev = pdev;
James Ketrenos43f66a62005-03-25 12:31:53 -060011716 ipw_debug_level = debug;
Zhu Yi89c318e2006-06-08 22:19:49 -070011717 spin_lock_init(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060011718 spin_lock_init(&priv->lock);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011719 for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++)
11720 INIT_LIST_HEAD(&priv->ibss_mac_hash[i]);
James Ketrenos43f66a62005-03-25 12:31:53 -060011721
Zhu Yi46441512006-01-24 16:37:59 +080011722 mutex_init(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011723 if (pci_enable_device(pdev)) {
11724 err = -ENODEV;
11725 goto out_free_ieee80211;
11726 }
11727
11728 pci_set_master(pdev);
11729
Yang Hongyang284901a2009-04-06 19:01:15 -070011730 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Jeff Garzikbf794512005-07-31 13:07:26 -040011731 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -070011732 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
James Ketrenos43f66a62005-03-25 12:31:53 -060011733 if (err) {
11734 printk(KERN_WARNING DRV_NAME ": No suitable DMA available.\n");
11735 goto out_pci_disable_device;
11736 }
11737
11738 pci_set_drvdata(pdev, priv);
11739
11740 err = pci_request_regions(pdev, DRV_NAME);
Jeff Garzikbf794512005-07-31 13:07:26 -040011741 if (err)
James Ketrenos43f66a62005-03-25 12:31:53 -060011742 goto out_pci_disable_device;
11743
Jeff Garzikbf794512005-07-31 13:07:26 -040011744 /* We disable the RETRY_TIMEOUT register (0x41) to keep
James Ketrenos43f66a62005-03-25 12:31:53 -060011745 * PCI Tx retries from interfering with C3 CPU state */
Jeff Garzikbf794512005-07-31 13:07:26 -040011746 pci_read_config_dword(pdev, 0x40, &val);
11747 if ((val & 0x0000ff00) != 0)
James Ketrenos43f66a62005-03-25 12:31:53 -060011748 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
Jeff Garzikbf794512005-07-31 13:07:26 -040011749
James Ketrenos43f66a62005-03-25 12:31:53 -060011750 length = pci_resource_len(pdev, 0);
11751 priv->hw_len = length;
Jeff Garzikbf794512005-07-31 13:07:26 -040011752
Arjan van de Ven275f1652008-10-20 21:42:39 -070011753 base = pci_ioremap_bar(pdev, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -060011754 if (!base) {
11755 err = -ENODEV;
11756 goto out_pci_release_regions;
11757 }
11758
11759 priv->hw_base = base;
11760 IPW_DEBUG_INFO("pci_resource_len = 0x%08x\n", length);
11761 IPW_DEBUG_INFO("pci_resource_base = %p\n", base);
11762
11763 err = ipw_setup_deferred_work(priv);
11764 if (err) {
11765 IPW_ERROR("Unable to setup deferred work\n");
11766 goto out_iounmap;
11767 }
11768
James Ketrenosb095c382005-08-24 22:04:42 -050011769 ipw_sw_reset(priv, 1);
James Ketrenos43f66a62005-03-25 12:31:53 -060011770
Thomas Gleixner1fb9df52006-07-01 19:29:39 -070011771 err = request_irq(pdev->irq, ipw_isr, IRQF_SHARED, DRV_NAME, priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011772 if (err) {
11773 IPW_ERROR("Error allocating IRQ %d\n", pdev->irq);
11774 goto out_destroy_workqueue;
11775 }
11776
James Ketrenos43f66a62005-03-25 12:31:53 -060011777 SET_NETDEV_DEV(net_dev, &pdev->dev);
11778
Zhu Yi46441512006-01-24 16:37:59 +080011779 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011780
James Ketrenos43f66a62005-03-25 12:31:53 -060011781 priv->ieee->hard_start_xmit = ipw_net_hard_start_xmit;
11782 priv->ieee->set_security = shim__set_security;
James Ketrenos227d2dc2005-07-28 16:25:55 -050011783 priv->ieee->is_queue_full = ipw_net_is_queue_full;
James Ketrenos43f66a62005-03-25 12:31:53 -060011784
Zhu Yie43e3c12006-04-13 17:20:45 +080011785#ifdef CONFIG_IPW2200_QOS
Zhu Yia5cf4fe2006-04-13 17:19:11 +080011786 priv->ieee->is_qos_active = ipw_is_qos_active;
James Ketrenos3b9990c2005-08-19 13:18:55 -050011787 priv->ieee->handle_probe_response = ipw_handle_beacon;
11788 priv->ieee->handle_beacon = ipw_handle_probe_response;
11789 priv->ieee->handle_assoc_response = ipw_handle_assoc_response;
Zhu Yie43e3c12006-04-13 17:20:45 +080011790#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050011791
James Ketrenosc848d0a2005-08-24 21:56:24 -050011792 priv->ieee->perfect_rssi = -20;
11793 priv->ieee->worst_rssi = -85;
James Ketrenos43f66a62005-03-25 12:31:53 -060011794
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011795 net_dev->netdev_ops = &ipw_netdev_ops;
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000011796 priv->wireless_data.spy_data = &priv->ieee->spy_data;
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000011797 net_dev->wireless_data = &priv->wireless_data;
James Ketrenos43f66a62005-03-25 12:31:53 -060011798 net_dev->wireless_handlers = &ipw_wx_handler_def;
11799 net_dev->ethtool_ops = &ipw_ethtool_ops;
11800 net_dev->irq = pdev->irq;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011801 net_dev->base_addr = (unsigned long)priv->hw_base;
James Ketrenos43f66a62005-03-25 12:31:53 -060011802 net_dev->mem_start = pci_resource_start(pdev, 0);
11803 net_dev->mem_end = net_dev->mem_start + pci_resource_len(pdev, 0) - 1;
11804
11805 err = sysfs_create_group(&pdev->dev.kobj, &ipw_attribute_group);
11806 if (err) {
11807 IPW_ERROR("failed to create sysfs device attributes\n");
Zhu Yi46441512006-01-24 16:37:59 +080011808 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011809 goto out_release_irq;
11810 }
11811
Zhu Yi46441512006-01-24 16:37:59 +080011812 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011813 err = register_netdev(net_dev);
11814 if (err) {
11815 IPW_ERROR("failed to register network device\n");
James Ketrenosa613bff2005-08-24 21:43:11 -050011816 goto out_remove_sysfs;
James Ketrenos43f66a62005-03-25 12:31:53 -060011817 }
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011818
Zhu Yid685b8c2006-04-13 17:20:27 +080011819#ifdef CONFIG_IPW2200_PROMISCUOUS
11820 if (rtap_iface) {
11821 err = ipw_prom_alloc(priv);
11822 if (err) {
11823 IPW_ERROR("Failed to register promiscuous network "
11824 "device (error %d).\n", err);
11825 unregister_netdev(priv->net_dev);
11826 goto out_remove_sysfs;
11827 }
11828 }
11829#endif
11830
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011831 printk(KERN_INFO DRV_NAME ": Detected geography %s (%d 802.11bg "
11832 "channels, %d 802.11a channels)\n",
11833 priv->ieee->geo.name, priv->ieee->geo.bg_channels,
11834 priv->ieee->geo.a_channels);
11835
James Ketrenos43f66a62005-03-25 12:31:53 -060011836 return 0;
11837
James Ketrenosa613bff2005-08-24 21:43:11 -050011838 out_remove_sysfs:
James Ketrenos43f66a62005-03-25 12:31:53 -060011839 sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011840 out_release_irq:
James Ketrenos43f66a62005-03-25 12:31:53 -060011841 free_irq(pdev->irq, priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011842 out_destroy_workqueue:
James Ketrenos43f66a62005-03-25 12:31:53 -060011843 destroy_workqueue(priv->workqueue);
11844 priv->workqueue = NULL;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011845 out_iounmap:
James Ketrenos43f66a62005-03-25 12:31:53 -060011846 iounmap(priv->hw_base);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011847 out_pci_release_regions:
James Ketrenos43f66a62005-03-25 12:31:53 -060011848 pci_release_regions(pdev);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011849 out_pci_disable_device:
James Ketrenos43f66a62005-03-25 12:31:53 -060011850 pci_disable_device(pdev);
11851 pci_set_drvdata(pdev, NULL);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011852 out_free_ieee80211:
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011853 free_ieee80211(priv->net_dev, 0);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011854 out:
James Ketrenos43f66a62005-03-25 12:31:53 -060011855 return err;
11856}
11857
Adrian Bunk2ef19e62007-12-11 23:20:22 +010011858static void __devexit ipw_pci_remove(struct pci_dev *pdev)
James Ketrenos43f66a62005-03-25 12:31:53 -060011859{
11860 struct ipw_priv *priv = pci_get_drvdata(pdev);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011861 struct list_head *p, *q;
11862 int i;
James Ketrenosb095c382005-08-24 22:04:42 -050011863
James Ketrenos43f66a62005-03-25 12:31:53 -060011864 if (!priv)
11865 return;
11866
Zhu Yi46441512006-01-24 16:37:59 +080011867 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011868
James Ketrenosafbf30a2005-08-25 00:05:33 -050011869 priv->status |= STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011870 ipw_down(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011871 sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group);
11872
Zhu Yi46441512006-01-24 16:37:59 +080011873 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011874
11875 unregister_netdev(priv->net_dev);
11876
11877 if (priv->rxq) {
11878 ipw_rx_queue_free(priv, priv->rxq);
11879 priv->rxq = NULL;
11880 }
11881 ipw_tx_queue_free(priv);
11882
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011883 if (priv->cmdlog) {
11884 kfree(priv->cmdlog);
11885 priv->cmdlog = NULL;
11886 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011887 /* ipw_down will ensure that there is no more pending work
11888 * in the workqueue's, so we can safely remove them now. */
James Ketrenosa613bff2005-08-24 21:43:11 -050011889 cancel_delayed_work(&priv->adhoc_check);
11890 cancel_delayed_work(&priv->gather_stats);
11891 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040011892 cancel_delayed_work(&priv->request_direct_scan);
11893 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040011894 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050011895 cancel_delayed_work(&priv->rf_kill);
11896 cancel_delayed_work(&priv->scan_check);
11897 destroy_workqueue(priv->workqueue);
11898 priv->workqueue = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -060011899
James Ketrenosafbf30a2005-08-25 00:05:33 -050011900 /* Free MAC hash list for ADHOC */
11901 for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++) {
11902 list_for_each_safe(p, q, &priv->ibss_mac_hash[i]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -050011903 list_del(p);
Zhu Yi489f4452006-01-24 16:37:41 +080011904 kfree(list_entry(p, struct ipw_ibss_seq, list));
James Ketrenosafbf30a2005-08-25 00:05:33 -050011905 }
11906 }
11907
Jesper Juhl8f760782006-06-27 02:55:06 -070011908 kfree(priv->error);
11909 priv->error = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -060011910
Zhu Yid685b8c2006-04-13 17:20:27 +080011911#ifdef CONFIG_IPW2200_PROMISCUOUS
11912 ipw_prom_free(priv);
11913#endif
11914
James Ketrenos43f66a62005-03-25 12:31:53 -060011915 free_irq(pdev->irq, priv);
11916 iounmap(priv->hw_base);
11917 pci_release_regions(pdev);
11918 pci_disable_device(pdev);
11919 pci_set_drvdata(pdev, NULL);
John W. Linvilleb8ecd982009-08-25 14:12:25 -040011920 free_ieee80211(priv->net_dev, 0);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011921 free_firmware();
James Ketrenos43f66a62005-03-25 12:31:53 -060011922}
11923
James Ketrenos43f66a62005-03-25 12:31:53 -060011924#ifdef CONFIG_PM
Pavel Machek583a4e82005-09-03 15:56:58 -070011925static int ipw_pci_suspend(struct pci_dev *pdev, pm_message_t state)
James Ketrenos43f66a62005-03-25 12:31:53 -060011926{
11927 struct ipw_priv *priv = pci_get_drvdata(pdev);
11928 struct net_device *dev = priv->net_dev;
11929
11930 printk(KERN_INFO "%s: Going into suspend...\n", dev->name);
11931
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011932 /* Take down the device; powers it off, etc. */
James Ketrenos43f66a62005-03-25 12:31:53 -060011933 ipw_down(priv);
11934
11935 /* Remove the PRESENT state of the device */
11936 netif_device_detach(dev);
11937
James Ketrenos43f66a62005-03-25 12:31:53 -060011938 pci_save_state(pdev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011939 pci_disable_device(pdev);
Pavel Machek583a4e82005-09-03 15:56:58 -070011940 pci_set_power_state(pdev, pci_choose_state(pdev, state));
Jeff Garzikbf794512005-07-31 13:07:26 -040011941
Dan Williamsc3d72b92009-02-11 13:26:06 -050011942 priv->suspend_at = get_seconds();
11943
James Ketrenos43f66a62005-03-25 12:31:53 -060011944 return 0;
11945}
11946
11947static int ipw_pci_resume(struct pci_dev *pdev)
11948{
11949 struct ipw_priv *priv = pci_get_drvdata(pdev);
11950 struct net_device *dev = priv->net_dev;
John W. Linville02e0e5e2006-11-07 20:53:48 -050011951 int err;
James Ketrenos43f66a62005-03-25 12:31:53 -060011952 u32 val;
Jeff Garzikbf794512005-07-31 13:07:26 -040011953
James Ketrenos43f66a62005-03-25 12:31:53 -060011954 printk(KERN_INFO "%s: Coming out of suspend...\n", dev->name);
11955
James Ketrenosea2b26e2005-08-24 21:25:16 -050011956 pci_set_power_state(pdev, PCI_D0);
John W. Linville02e0e5e2006-11-07 20:53:48 -050011957 err = pci_enable_device(pdev);
11958 if (err) {
11959 printk(KERN_ERR "%s: pci_enable_device failed on resume\n",
11960 dev->name);
11961 return err;
11962 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011963 pci_restore_state(pdev);
James Ketrenosea2b26e2005-08-24 21:25:16 -050011964
James Ketrenos43f66a62005-03-25 12:31:53 -060011965 /*
11966 * Suspend/Resume resets the PCI configuration space, so we have to
11967 * re-disable the RETRY_TIMEOUT register (0x41) to keep PCI Tx retries
11968 * from interfering with C3 CPU state. pci_restore_state won't help
11969 * here since it only restores the first 64 bytes pci config header.
11970 */
Jeff Garzikbf794512005-07-31 13:07:26 -040011971 pci_read_config_dword(pdev, 0x40, &val);
11972 if ((val & 0x0000ff00) != 0)
James Ketrenos43f66a62005-03-25 12:31:53 -060011973 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
11974
11975 /* Set the device back into the PRESENT state; this will also wake
11976 * the queue of needed */
11977 netif_device_attach(dev);
11978
Dan Williamsc3d72b92009-02-11 13:26:06 -050011979 priv->suspend_time = get_seconds() - priv->suspend_at;
11980
James Ketrenos43f66a62005-03-25 12:31:53 -060011981 /* Bring the device back up */
11982 queue_work(priv->workqueue, &priv->up);
Jeff Garzikbf794512005-07-31 13:07:26 -040011983
James Ketrenos43f66a62005-03-25 12:31:53 -060011984 return 0;
11985}
11986#endif
11987
Zhu Yic8c22c92006-08-21 11:38:39 +080011988static void ipw_pci_shutdown(struct pci_dev *pdev)
11989{
11990 struct ipw_priv *priv = pci_get_drvdata(pdev);
11991
11992 /* Take down the device; powers it off, etc. */
11993 ipw_down(priv);
11994
11995 pci_disable_device(pdev);
11996}
11997
James Ketrenos43f66a62005-03-25 12:31:53 -060011998/* driver initialization stuff */
11999static struct pci_driver ipw_driver = {
12000 .name = DRV_NAME,
12001 .id_table = card_ids,
12002 .probe = ipw_pci_probe,
12003 .remove = __devexit_p(ipw_pci_remove),
12004#ifdef CONFIG_PM
12005 .suspend = ipw_pci_suspend,
12006 .resume = ipw_pci_resume,
12007#endif
Zhu Yic8c22c92006-08-21 11:38:39 +080012008 .shutdown = ipw_pci_shutdown,
James Ketrenos43f66a62005-03-25 12:31:53 -060012009};
12010
12011static int __init ipw_init(void)
12012{
12013 int ret;
12014
12015 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
12016 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
12017
Jeff Garzik29917622006-08-19 17:48:59 -040012018 ret = pci_register_driver(&ipw_driver);
James Ketrenos43f66a62005-03-25 12:31:53 -060012019 if (ret) {
12020 IPW_ERROR("Unable to initialize PCI module\n");
12021 return ret;
12022 }
12023
Jeff Garzik0edd5b42005-09-07 00:48:31 -040012024 ret = driver_create_file(&ipw_driver.driver, &driver_attr_debug_level);
James Ketrenos43f66a62005-03-25 12:31:53 -060012025 if (ret) {
12026 IPW_ERROR("Unable to create driver sysfs file\n");
12027 pci_unregister_driver(&ipw_driver);
12028 return ret;
12029 }
12030
12031 return ret;
12032}
12033
12034static void __exit ipw_exit(void)
12035{
12036 driver_remove_file(&ipw_driver.driver, &driver_attr_debug_level);
12037 pci_unregister_driver(&ipw_driver);
12038}
12039
12040module_param(disable, int, 0444);
12041MODULE_PARM_DESC(disable, "manually disable the radio (default 0 [radio on])");
12042
12043module_param(associate, int, 0444);
Tim Gardner5c7f9b72008-10-14 10:38:03 -060012044MODULE_PARM_DESC(associate, "auto associate when scanning (default off)");
James Ketrenos43f66a62005-03-25 12:31:53 -060012045
12046module_param(auto_create, int, 0444);
12047MODULE_PARM_DESC(auto_create, "auto create adhoc network (default on)");
12048
Reinette Chatre21f8a732009-08-18 10:25:05 -070012049module_param_named(led, led_support, int, 0444);
Niels de Vos61a2d072008-07-31 00:07:23 -070012050MODULE_PARM_DESC(led, "enable led control on some systems (default 0 off)");
James Ketrenosa613bff2005-08-24 21:43:11 -050012051
James Ketrenos43f66a62005-03-25 12:31:53 -060012052module_param(debug, int, 0444);
12053MODULE_PARM_DESC(debug, "debug output mask");
12054
Reinette Chatre21f8a732009-08-18 10:25:05 -070012055module_param_named(channel, default_channel, int, 0444);
Jeff Garzikbf794512005-07-31 13:07:26 -040012056MODULE_PARM_DESC(channel, "channel to limit associate to (default 0 [ANY])");
James Ketrenos43f66a62005-03-25 12:31:53 -060012057
Zhu Yid685b8c2006-04-13 17:20:27 +080012058#ifdef CONFIG_IPW2200_PROMISCUOUS
12059module_param(rtap_iface, int, 0444);
12060MODULE_PARM_DESC(rtap_iface, "create the rtap interface (1 - create, default 0)");
12061#endif
12062
Zhu Yie43e3c12006-04-13 17:20:45 +080012063#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050012064module_param(qos_enable, int, 0444);
12065MODULE_PARM_DESC(qos_enable, "enable all QoS functionalitis");
James Ketrenos43f66a62005-03-25 12:31:53 -060012066
James Ketrenosb095c382005-08-24 22:04:42 -050012067module_param(qos_burst_enable, int, 0444);
12068MODULE_PARM_DESC(qos_burst_enable, "enable QoS burst mode");
12069
12070module_param(qos_no_ack_mask, int, 0444);
12071MODULE_PARM_DESC(qos_no_ack_mask, "mask Tx_Queue to no ack");
12072
12073module_param(burst_duration_CCK, int, 0444);
12074MODULE_PARM_DESC(burst_duration_CCK, "set CCK burst value");
12075
12076module_param(burst_duration_OFDM, int, 0444);
12077MODULE_PARM_DESC(burst_duration_OFDM, "set OFDM burst value");
Zhu Yie43e3c12006-04-13 17:20:45 +080012078#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050012079
12080#ifdef CONFIG_IPW2200_MONITOR
Reinette Chatre21f8a732009-08-18 10:25:05 -070012081module_param_named(mode, network_mode, int, 0444);
James Ketrenos43f66a62005-03-25 12:31:53 -060012082MODULE_PARM_DESC(mode, "network mode (0=BSS,1=IBSS,2=Monitor)");
12083#else
Reinette Chatre21f8a732009-08-18 10:25:05 -070012084module_param_named(mode, network_mode, int, 0444);
James Ketrenos43f66a62005-03-25 12:31:53 -060012085MODULE_PARM_DESC(mode, "network mode (0=BSS,1=IBSS)");
12086#endif
12087
Zhu Yi810dabd2006-01-24 16:36:59 +080012088module_param(bt_coexist, int, 0444);
12089MODULE_PARM_DESC(bt_coexist, "enable bluetooth coexistence (default off)");
12090
James Ketrenosb095c382005-08-24 22:04:42 -050012091module_param(hwcrypto, int, 0444);
Zhu Yibde37d02006-01-24 16:38:08 +080012092MODULE_PARM_DESC(hwcrypto, "enable hardware crypto (default off)");
James Ketrenosb095c382005-08-24 22:04:42 -050012093
James Ketrenosf6c5cb72005-08-25 00:39:09 -050012094module_param(cmdlog, int, 0444);
12095MODULE_PARM_DESC(cmdlog,
12096 "allocate a ring buffer for logging firmware commands");
12097
Zhu Yi4bfdb912006-01-24 16:37:16 +080012098module_param(roaming, int, 0444);
12099MODULE_PARM_DESC(roaming, "enable roaming support (default on)");
12100
Zhu Yid2b83e12006-04-13 17:19:36 +080012101module_param(antenna, int, 0444);
12102MODULE_PARM_DESC(antenna, "select antenna 1=Main, 3=Aux, default 0 [both], 2=slow_diversity (choose the one with lower background noise)");
12103
James Ketrenos43f66a62005-03-25 12:31:53 -060012104module_exit(ipw_exit);
12105module_init(ipw_init);