blob: 0d30a9e2d3dfec15eba104b1cda942c2d654f775 [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
106
Zhu Yie43e3c12006-04-13 17:20:45 +0800107#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -0500108static int qos_enable = 0;
109static int qos_burst_enable = 0;
110static int qos_no_ack_mask = 0;
111static int burst_duration_CCK = 0;
112static int burst_duration_OFDM = 0;
113
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400114static struct libipw_qos_parameters def_qos_parameters_OFDM = {
James Ketrenosb095c382005-08-24 22:04:42 -0500115 {QOS_TX0_CW_MIN_OFDM, QOS_TX1_CW_MIN_OFDM, QOS_TX2_CW_MIN_OFDM,
116 QOS_TX3_CW_MIN_OFDM},
117 {QOS_TX0_CW_MAX_OFDM, QOS_TX1_CW_MAX_OFDM, QOS_TX2_CW_MAX_OFDM,
118 QOS_TX3_CW_MAX_OFDM},
119 {QOS_TX0_AIFS, QOS_TX1_AIFS, QOS_TX2_AIFS, QOS_TX3_AIFS},
120 {QOS_TX0_ACM, QOS_TX1_ACM, QOS_TX2_ACM, QOS_TX3_ACM},
121 {QOS_TX0_TXOP_LIMIT_OFDM, QOS_TX1_TXOP_LIMIT_OFDM,
122 QOS_TX2_TXOP_LIMIT_OFDM, QOS_TX3_TXOP_LIMIT_OFDM}
123};
124
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400125static struct libipw_qos_parameters def_qos_parameters_CCK = {
James Ketrenosb095c382005-08-24 22:04:42 -0500126 {QOS_TX0_CW_MIN_CCK, QOS_TX1_CW_MIN_CCK, QOS_TX2_CW_MIN_CCK,
127 QOS_TX3_CW_MIN_CCK},
128 {QOS_TX0_CW_MAX_CCK, QOS_TX1_CW_MAX_CCK, QOS_TX2_CW_MAX_CCK,
129 QOS_TX3_CW_MAX_CCK},
130 {QOS_TX0_AIFS, QOS_TX1_AIFS, QOS_TX2_AIFS, QOS_TX3_AIFS},
131 {QOS_TX0_ACM, QOS_TX1_ACM, QOS_TX2_ACM, QOS_TX3_ACM},
132 {QOS_TX0_TXOP_LIMIT_CCK, QOS_TX1_TXOP_LIMIT_CCK, QOS_TX2_TXOP_LIMIT_CCK,
133 QOS_TX3_TXOP_LIMIT_CCK}
134};
135
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400136static struct libipw_qos_parameters def_parameters_OFDM = {
James Ketrenosb095c382005-08-24 22:04:42 -0500137 {DEF_TX0_CW_MIN_OFDM, DEF_TX1_CW_MIN_OFDM, DEF_TX2_CW_MIN_OFDM,
138 DEF_TX3_CW_MIN_OFDM},
139 {DEF_TX0_CW_MAX_OFDM, DEF_TX1_CW_MAX_OFDM, DEF_TX2_CW_MAX_OFDM,
140 DEF_TX3_CW_MAX_OFDM},
141 {DEF_TX0_AIFS, DEF_TX1_AIFS, DEF_TX2_AIFS, DEF_TX3_AIFS},
142 {DEF_TX0_ACM, DEF_TX1_ACM, DEF_TX2_ACM, DEF_TX3_ACM},
143 {DEF_TX0_TXOP_LIMIT_OFDM, DEF_TX1_TXOP_LIMIT_OFDM,
144 DEF_TX2_TXOP_LIMIT_OFDM, DEF_TX3_TXOP_LIMIT_OFDM}
145};
146
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400147static struct libipw_qos_parameters def_parameters_CCK = {
James Ketrenosb095c382005-08-24 22:04:42 -0500148 {DEF_TX0_CW_MIN_CCK, DEF_TX1_CW_MIN_CCK, DEF_TX2_CW_MIN_CCK,
149 DEF_TX3_CW_MIN_CCK},
150 {DEF_TX0_CW_MAX_CCK, DEF_TX1_CW_MAX_CCK, DEF_TX2_CW_MAX_CCK,
151 DEF_TX3_CW_MAX_CCK},
152 {DEF_TX0_AIFS, DEF_TX1_AIFS, DEF_TX2_AIFS, DEF_TX3_AIFS},
153 {DEF_TX0_ACM, DEF_TX1_ACM, DEF_TX2_ACM, DEF_TX3_ACM},
154 {DEF_TX0_TXOP_LIMIT_CCK, DEF_TX1_TXOP_LIMIT_CCK, DEF_TX2_TXOP_LIMIT_CCK,
155 DEF_TX3_TXOP_LIMIT_CCK}
156};
157
158static u8 qos_oui[QOS_OUI_LEN] = { 0x00, 0x50, 0xF2 };
159
160static int from_priority_to_tx_queue[] = {
161 IPW_TX_QUEUE_1, IPW_TX_QUEUE_2, IPW_TX_QUEUE_2, IPW_TX_QUEUE_1,
162 IPW_TX_QUEUE_3, IPW_TX_QUEUE_3, IPW_TX_QUEUE_4, IPW_TX_QUEUE_4
163};
164
165static u32 ipw_qos_get_burst_duration(struct ipw_priv *priv);
166
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400167static int ipw_send_qos_params_command(struct ipw_priv *priv, struct libipw_qos_parameters
James Ketrenosb095c382005-08-24 22:04:42 -0500168 *qos_param);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -0400169static int ipw_send_qos_info_command(struct ipw_priv *priv, struct libipw_qos_information_element
James Ketrenosb095c382005-08-24 22:04:42 -0500170 *qos_param);
Zhu Yie43e3c12006-04-13 17:20:45 +0800171#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -0500172
Benoit Boissinot97a78ca2005-09-15 17:30:28 +0000173static struct iw_statistics *ipw_get_wireless_stats(struct net_device *dev);
James Ketrenosb095c382005-08-24 22:04:42 -0500174static void ipw_remove_current_network(struct ipw_priv *priv);
James Ketrenos43f66a62005-03-25 12:31:53 -0600175static void ipw_rx(struct ipw_priv *priv);
Jeff Garzikbf794512005-07-31 13:07:26 -0400176static int ipw_queue_tx_reclaim(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -0600177 struct clx2_tx_queue *txq, int qindex);
178static int ipw_queue_reset(struct ipw_priv *priv);
179
180static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf,
181 int len, int sync);
182
183static void ipw_tx_queue_free(struct ipw_priv *);
184
185static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *);
186static void ipw_rx_queue_free(struct ipw_priv *, struct ipw_rx_queue *);
187static void ipw_rx_queue_replenish(void *);
James Ketrenos43f66a62005-03-25 12:31:53 -0600188static int ipw_up(struct ipw_priv *);
David Howellsc4028952006-11-22 14:57:56 +0000189static void ipw_bg_up(struct work_struct *work);
James Ketrenos43f66a62005-03-25 12:31:53 -0600190static void ipw_down(struct ipw_priv *);
David Howellsc4028952006-11-22 14:57:56 +0000191static void ipw_bg_down(struct work_struct *work);
James Ketrenos43f66a62005-03-25 12:31:53 -0600192static int ipw_config(struct ipw_priv *);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400193static int init_supported_rates(struct ipw_priv *priv,
194 struct ipw_supported_rates *prates);
James Ketrenosb095c382005-08-24 22:04:42 -0500195static void ipw_set_hwcrypto_keys(struct ipw_priv *);
196static void ipw_send_wep_keys(struct ipw_priv *, int);
James Ketrenos43f66a62005-03-25 12:31:53 -0600197
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500198static int snprint_line(char *buf, size_t count,
199 const u8 * data, u32 len, u32 ofs)
James Ketrenos43f66a62005-03-25 12:31:53 -0600200{
201 int out, i, j, l;
202 char c;
Jeff Garzikbf794512005-07-31 13:07:26 -0400203
James Ketrenos43f66a62005-03-25 12:31:53 -0600204 out = snprintf(buf, count, "%08X", ofs);
205
206 for (l = 0, i = 0; i < 2; i++) {
207 out += snprintf(buf + out, count - out, " ");
Jeff Garzikbf794512005-07-31 13:07:26 -0400208 for (j = 0; j < 8 && l < len; j++, l++)
209 out += snprintf(buf + out, count - out, "%02X ",
James Ketrenos43f66a62005-03-25 12:31:53 -0600210 data[(i * 8 + j)]);
211 for (; j < 8; j++)
212 out += snprintf(buf + out, count - out, " ");
213 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400214
James Ketrenos43f66a62005-03-25 12:31:53 -0600215 out += snprintf(buf + out, count - out, " ");
216 for (l = 0, i = 0; i < 2; i++) {
217 out += snprintf(buf + out, count - out, " ");
218 for (j = 0; j < 8 && l < len; j++, l++) {
219 c = data[(i * 8 + j)];
220 if (!isascii(c) || !isprint(c))
221 c = '.';
Jeff Garzikbf794512005-07-31 13:07:26 -0400222
James Ketrenos43f66a62005-03-25 12:31:53 -0600223 out += snprintf(buf + out, count - out, "%c", c);
224 }
225
226 for (; j < 8; j++)
227 out += snprintf(buf + out, count - out, " ");
228 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400229
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500230 return out;
James Ketrenos43f66a62005-03-25 12:31:53 -0600231}
232
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400233static void printk_buf(int level, const u8 * data, u32 len)
James Ketrenos43f66a62005-03-25 12:31:53 -0600234{
235 char line[81];
236 u32 ofs = 0;
237 if (!(ipw_debug_level & level))
238 return;
239
240 while (len) {
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500241 snprint_line(line, sizeof(line), &data[ofs],
242 min(len, 16U), ofs);
243 printk(KERN_DEBUG "%s\n", line);
James Ketrenos43f66a62005-03-25 12:31:53 -0600244 ofs += 16;
245 len -= min(len, 16U);
246 }
247}
248
James Ketrenosf6c5cb72005-08-25 00:39:09 -0500249static int snprintk_buf(u8 * output, size_t size, const u8 * data, size_t len)
250{
251 size_t out = size;
252 u32 ofs = 0;
253 int total = 0;
254
255 while (size && len) {
256 out = snprint_line(output, size, &data[ofs],
257 min_t(size_t, len, 16U), ofs);
258
259 ofs += 16;
260 output += out;
261 size -= out;
262 len -= min_t(size_t, len, 16U);
263 total += out;
264 }
265 return total;
266}
267
Zhu Yic8fe6672006-01-24 16:36:36 +0800268/* alias for 32-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600269static u32 _ipw_read_reg32(struct ipw_priv *priv, u32 reg);
270#define ipw_read_reg32(a, b) _ipw_read_reg32(a, b)
271
Zhu Yic8fe6672006-01-24 16:36:36 +0800272/* alias for 8-bit indirect read (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600273static u8 _ipw_read_reg8(struct ipw_priv *ipw, u32 reg);
274#define ipw_read_reg8(a, b) _ipw_read_reg8(a, b)
275
Zhu Yic8fe6672006-01-24 16:36:36 +0800276/* 8-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600277static void _ipw_write_reg8(struct ipw_priv *priv, u32 reg, u8 value);
278static inline void ipw_write_reg8(struct ipw_priv *a, u32 b, u8 c)
279{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400280 IPW_DEBUG_IO("%s %d: write_indirect8(0x%08X, 0x%08X)\n", __FILE__,
281 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600282 _ipw_write_reg8(a, b, c);
283}
284
Zhu Yic8fe6672006-01-24 16:36:36 +0800285/* 16-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600286static void _ipw_write_reg16(struct ipw_priv *priv, u32 reg, u16 value);
287static inline void ipw_write_reg16(struct ipw_priv *a, u32 b, u16 c)
288{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400289 IPW_DEBUG_IO("%s %d: write_indirect16(0x%08X, 0x%08X)\n", __FILE__,
290 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600291 _ipw_write_reg16(a, b, c);
292}
293
Zhu Yic8fe6672006-01-24 16:36:36 +0800294/* 32-bit indirect write (for SRAM/reg above 4K), with debug wrapper */
James Ketrenos43f66a62005-03-25 12:31:53 -0600295static void _ipw_write_reg32(struct ipw_priv *priv, u32 reg, u32 value);
296static inline void ipw_write_reg32(struct ipw_priv *a, u32 b, u32 c)
297{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400298 IPW_DEBUG_IO("%s %d: write_indirect32(0x%08X, 0x%08X)\n", __FILE__,
299 __LINE__, (u32) (b), (u32) (c));
James Ketrenos43f66a62005-03-25 12:31:53 -0600300 _ipw_write_reg32(a, b, c);
301}
302
Zhu Yic8fe6672006-01-24 16:36:36 +0800303/* 8-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100304static inline void _ipw_write8(struct ipw_priv *ipw, unsigned long ofs,
305 u8 val)
306{
307 writeb(val, ipw->hw_base + ofs);
308}
Zhu Yic8fe6672006-01-24 16:36:36 +0800309
310/* 8-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Takashi Iwaifb55d882008-07-31 19:02:06 +0200311#define ipw_write8(ipw, ofs, val) do { \
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100312 IPW_DEBUG_IO("%s %d: write_direct8(0x%08X, 0x%08X)\n", __FILE__, \
313 __LINE__, (u32)(ofs), (u32)(val)); \
314 _ipw_write8(ipw, ofs, val); \
315} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600316
Zhu Yic8fe6672006-01-24 16:36:36 +0800317/* 16-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100318static inline void _ipw_write16(struct ipw_priv *ipw, unsigned long ofs,
319 u16 val)
320{
321 writew(val, ipw->hw_base + ofs);
322}
Zhu Yic8fe6672006-01-24 16:36:36 +0800323
324/* 16-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100325#define ipw_write16(ipw, ofs, val) do { \
326 IPW_DEBUG_IO("%s %d: write_direct16(0x%08X, 0x%08X)\n", __FILE__, \
327 __LINE__, (u32)(ofs), (u32)(val)); \
328 _ipw_write16(ipw, ofs, val); \
329} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600330
Zhu Yic8fe6672006-01-24 16:36:36 +0800331/* 32-bit direct write (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100332static inline void _ipw_write32(struct ipw_priv *ipw, unsigned long ofs,
333 u32 val)
334{
335 writel(val, ipw->hw_base + ofs);
336}
Zhu Yic8fe6672006-01-24 16:36:36 +0800337
338/* 32-bit direct write (for low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100339#define ipw_write32(ipw, ofs, val) do { \
340 IPW_DEBUG_IO("%s %d: write_direct32(0x%08X, 0x%08X)\n", __FILE__, \
341 __LINE__, (u32)(ofs), (u32)(val)); \
342 _ipw_write32(ipw, ofs, val); \
343} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600344
Zhu Yic8fe6672006-01-24 16:36:36 +0800345/* 8-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100346static inline u8 _ipw_read8(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400347{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100348 return readb(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600349}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400350
Zhu Yic8fe6672006-01-24 16:36:36 +0800351/* alias to 8-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100352#define ipw_read8(ipw, ofs) ({ \
353 IPW_DEBUG_IO("%s %d: read_direct8(0x%08X)\n", __FILE__, __LINE__, \
354 (u32)(ofs)); \
355 _ipw_read8(ipw, ofs); \
356})
James Ketrenos43f66a62005-03-25 12:31:53 -0600357
Zhu Yic8fe6672006-01-24 16:36:36 +0800358/* 16-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100359static inline u16 _ipw_read16(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400360{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100361 return readw(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600362}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400363
Zhu Yic8fe6672006-01-24 16:36:36 +0800364/* alias to 16-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100365#define ipw_read16(ipw, ofs) ({ \
366 IPW_DEBUG_IO("%s %d: read_direct16(0x%08X)\n", __FILE__, __LINE__, \
367 (u32)(ofs)); \
368 _ipw_read16(ipw, ofs); \
369})
James Ketrenos43f66a62005-03-25 12:31:53 -0600370
Zhu Yic8fe6672006-01-24 16:36:36 +0800371/* 32-bit direct read (low 4K) */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100372static inline u32 _ipw_read32(struct ipw_priv *ipw, unsigned long ofs)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400373{
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100374 return readl(ipw->hw_base + ofs);
James Ketrenos43f66a62005-03-25 12:31:53 -0600375}
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400376
Zhu Yic8fe6672006-01-24 16:36:36 +0800377/* alias to 32-bit direct read (low 4K of SRAM/regs), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100378#define ipw_read32(ipw, ofs) ({ \
379 IPW_DEBUG_IO("%s %d: read_direct32(0x%08X)\n", __FILE__, __LINE__, \
380 (u32)(ofs)); \
381 _ipw_read32(ipw, ofs); \
382})
James Ketrenos43f66a62005-03-25 12:31:53 -0600383
384static void _ipw_read_indirect(struct ipw_priv *, u32, u8 *, int);
Zhu Yic8fe6672006-01-24 16:36:36 +0800385/* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100386#define ipw_read_indirect(a, b, c, d) ({ \
387 IPW_DEBUG_IO("%s %d: read_indirect(0x%08X) %u bytes\n", __FILE__, \
388 __LINE__, (u32)(b), (u32)(d)); \
389 _ipw_read_indirect(a, b, c, d); \
390})
James Ketrenos43f66a62005-03-25 12:31:53 -0600391
Zhu Yic8fe6672006-01-24 16:36:36 +0800392/* alias to multi-byte read (SRAM/regs above 4K), with debug wrapper */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400393static void _ipw_write_indirect(struct ipw_priv *priv, u32 addr, u8 * data,
394 int num);
Jiri Slaby1788bcd2009-02-12 22:29:40 +0100395#define ipw_write_indirect(a, b, c, d) do { \
396 IPW_DEBUG_IO("%s %d: write_indirect(0x%08X) %u bytes\n", __FILE__, \
397 __LINE__, (u32)(b), (u32)(d)); \
398 _ipw_write_indirect(a, b, c, d); \
399} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -0600400
Zhu Yic8fe6672006-01-24 16:36:36 +0800401/* 32-bit indirect write (above 4K) */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400402static void _ipw_write_reg32(struct ipw_priv *priv, u32 reg, u32 value)
James Ketrenos43f66a62005-03-25 12:31:53 -0600403{
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400404 IPW_DEBUG_IO(" %p : reg = 0x%8X : value = 0x%8X\n", priv, reg, value);
James Ketrenosb095c382005-08-24 22:04:42 -0500405 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg);
406 _ipw_write32(priv, IPW_INDIRECT_DATA, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600407}
408
Zhu Yic8fe6672006-01-24 16:36:36 +0800409/* 8-bit indirect write (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600410static void _ipw_write_reg8(struct ipw_priv *priv, u32 reg, u8 value)
411{
Zhu Yi2638bc32006-01-24 16:37:52 +0800412 u32 aligned_addr = reg & IPW_INDIRECT_ADDR_MASK; /* dword align */
Zhu Yic8fe6672006-01-24 16:36:36 +0800413 u32 dif_len = reg - aligned_addr;
414
James Ketrenos43f66a62005-03-25 12:31:53 -0600415 IPW_DEBUG_IO(" reg = 0x%8X : value = 0x%8X\n", reg, value);
Zhu Yic8fe6672006-01-24 16:36:36 +0800416 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
417 _ipw_write8(priv, IPW_INDIRECT_DATA + dif_len, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600418}
419
Zhu Yic8fe6672006-01-24 16:36:36 +0800420/* 16-bit indirect write (above 4K) */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400421static void _ipw_write_reg16(struct ipw_priv *priv, u32 reg, u16 value)
James Ketrenos43f66a62005-03-25 12:31:53 -0600422{
Zhu Yi2638bc32006-01-24 16:37:52 +0800423 u32 aligned_addr = reg & IPW_INDIRECT_ADDR_MASK; /* dword align */
Zhu Yic8fe6672006-01-24 16:36:36 +0800424 u32 dif_len = (reg - aligned_addr) & (~0x1ul);
425
James Ketrenos43f66a62005-03-25 12:31:53 -0600426 IPW_DEBUG_IO(" reg = 0x%8X : value = 0x%8X\n", reg, value);
Zhu Yic8fe6672006-01-24 16:36:36 +0800427 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
428 _ipw_write16(priv, IPW_INDIRECT_DATA + dif_len, value);
James Ketrenos43f66a62005-03-25 12:31:53 -0600429}
430
Zhu Yic8fe6672006-01-24 16:36:36 +0800431/* 8-bit indirect read (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600432static u8 _ipw_read_reg8(struct ipw_priv *priv, u32 reg)
433{
434 u32 word;
James Ketrenosb095c382005-08-24 22:04:42 -0500435 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg & IPW_INDIRECT_ADDR_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -0600436 IPW_DEBUG_IO(" reg = 0x%8X : \n", reg);
James Ketrenosb095c382005-08-24 22:04:42 -0500437 word = _ipw_read32(priv, IPW_INDIRECT_DATA);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400438 return (word >> ((reg & 0x3) * 8)) & 0xff;
James Ketrenos43f66a62005-03-25 12:31:53 -0600439}
440
Zhu Yic8fe6672006-01-24 16:36:36 +0800441/* 32-bit indirect read (above 4K) */
James Ketrenos43f66a62005-03-25 12:31:53 -0600442static u32 _ipw_read_reg32(struct ipw_priv *priv, u32 reg)
443{
444 u32 value;
445
446 IPW_DEBUG_IO("%p : reg = 0x%08x\n", priv, reg);
447
James Ketrenosb095c382005-08-24 22:04:42 -0500448 _ipw_write32(priv, IPW_INDIRECT_ADDR, reg);
449 value = _ipw_read32(priv, IPW_INDIRECT_DATA);
James Ketrenos43f66a62005-03-25 12:31:53 -0600450 IPW_DEBUG_IO(" reg = 0x%4X : value = 0x%4x \n", reg, value);
451 return value;
452}
453
Zhu Yic8fe6672006-01-24 16:36:36 +0800454/* General purpose, no alignment requirement, iterative (multi-byte) read, */
455/* for area above 1st 4K of SRAM/reg space */
James Ketrenos43f66a62005-03-25 12:31:53 -0600456static void _ipw_read_indirect(struct ipw_priv *priv, u32 addr, u8 * buf,
457 int num)
458{
Zhu Yi2638bc32006-01-24 16:37:52 +0800459 u32 aligned_addr = addr & IPW_INDIRECT_ADDR_MASK; /* dword align */
James Ketrenos43f66a62005-03-25 12:31:53 -0600460 u32 dif_len = addr - aligned_addr;
James Ketrenos43f66a62005-03-25 12:31:53 -0600461 u32 i;
Jeff Garzikbf794512005-07-31 13:07:26 -0400462
James Ketrenos43f66a62005-03-25 12:31:53 -0600463 IPW_DEBUG_IO("addr = %i, buf = %p, num = %i\n", addr, buf, num);
464
James Ketrenosea2b26e2005-08-24 21:25:16 -0500465 if (num <= 0) {
466 return;
467 }
468
Zhu Yic8fe6672006-01-24 16:36:36 +0800469 /* Read the first dword (or portion) byte by byte */
James Ketrenos43f66a62005-03-25 12:31:53 -0600470 if (unlikely(dif_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500471 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -0600472 /* Start reading at aligned_addr + dif_len */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500473 for (i = dif_len; ((i < 4) && (num > 0)); i++, num--)
James Ketrenosb095c382005-08-24 22:04:42 -0500474 *buf++ = _ipw_read8(priv, IPW_INDIRECT_DATA + i);
James Ketrenos43f66a62005-03-25 12:31:53 -0600475 aligned_addr += 4;
476 }
477
Zhu Yic8fe6672006-01-24 16:36:36 +0800478 /* Read all of the middle dwords as dwords, with auto-increment */
James Ketrenosb095c382005-08-24 22:04:42 -0500479 _ipw_write32(priv, IPW_AUTOINC_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500480 for (; num >= 4; buf += 4, aligned_addr += 4, num -= 4)
James Ketrenosb095c382005-08-24 22:04:42 -0500481 *(u32 *) buf = _ipw_read32(priv, IPW_AUTOINC_DATA);
Jeff Garzikbf794512005-07-31 13:07:26 -0400482
Zhu Yic8fe6672006-01-24 16:36:36 +0800483 /* Read the last dword (or portion) byte by byte */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500484 if (unlikely(num)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500485 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500486 for (i = 0; num > 0; i++, num--)
James Ketrenosb095c382005-08-24 22:04:42 -0500487 *buf++ = ipw_read8(priv, IPW_INDIRECT_DATA + i);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500488 }
James Ketrenos43f66a62005-03-25 12:31:53 -0600489}
490
Zhu Yic8fe6672006-01-24 16:36:36 +0800491/* General purpose, no alignment requirement, iterative (multi-byte) write, */
492/* for area above 1st 4K of SRAM/reg space */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400493static void _ipw_write_indirect(struct ipw_priv *priv, u32 addr, u8 * buf,
James Ketrenos43f66a62005-03-25 12:31:53 -0600494 int num)
495{
Zhu Yi2638bc32006-01-24 16:37:52 +0800496 u32 aligned_addr = addr & IPW_INDIRECT_ADDR_MASK; /* dword align */
James Ketrenos43f66a62005-03-25 12:31:53 -0600497 u32 dif_len = addr - aligned_addr;
James Ketrenos43f66a62005-03-25 12:31:53 -0600498 u32 i;
Jeff Garzikbf794512005-07-31 13:07:26 -0400499
James Ketrenos43f66a62005-03-25 12:31:53 -0600500 IPW_DEBUG_IO("addr = %i, buf = %p, num = %i\n", addr, buf, num);
Jeff Garzikbf794512005-07-31 13:07:26 -0400501
James Ketrenosea2b26e2005-08-24 21:25:16 -0500502 if (num <= 0) {
503 return;
504 }
505
Zhu Yic8fe6672006-01-24 16:36:36 +0800506 /* Write the first dword (or portion) byte by byte */
James Ketrenos43f66a62005-03-25 12:31:53 -0600507 if (unlikely(dif_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500508 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
Zhu Yic8fe6672006-01-24 16:36:36 +0800509 /* Start writing at aligned_addr + dif_len */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500510 for (i = dif_len; ((i < 4) && (num > 0)); i++, num--, buf++)
James Ketrenosb095c382005-08-24 22:04:42 -0500511 _ipw_write8(priv, IPW_INDIRECT_DATA + i, *buf);
James Ketrenos43f66a62005-03-25 12:31:53 -0600512 aligned_addr += 4;
513 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400514
Zhu Yic8fe6672006-01-24 16:36:36 +0800515 /* Write all of the middle dwords as dwords, with auto-increment */
James Ketrenosb095c382005-08-24 22:04:42 -0500516 _ipw_write32(priv, IPW_AUTOINC_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500517 for (; num >= 4; buf += 4, aligned_addr += 4, num -= 4)
James Ketrenosb095c382005-08-24 22:04:42 -0500518 _ipw_write32(priv, IPW_AUTOINC_DATA, *(u32 *) buf);
Jeff Garzikbf794512005-07-31 13:07:26 -0400519
Zhu Yic8fe6672006-01-24 16:36:36 +0800520 /* Write the last dword (or portion) byte by byte */
James Ketrenosea2b26e2005-08-24 21:25:16 -0500521 if (unlikely(num)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500522 _ipw_write32(priv, IPW_INDIRECT_ADDR, aligned_addr);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500523 for (i = 0; num > 0; i++, num--, buf++)
James Ketrenosb095c382005-08-24 22:04:42 -0500524 _ipw_write8(priv, IPW_INDIRECT_DATA + i, *buf);
James Ketrenosea2b26e2005-08-24 21:25:16 -0500525 }
James Ketrenos43f66a62005-03-25 12:31:53 -0600526}
527
Zhu Yic8fe6672006-01-24 16:36:36 +0800528/* General purpose, no alignment requirement, iterative (multi-byte) write, */
529/* for 1st 4K of SRAM/regs space */
Jeff Garzikbf794512005-07-31 13:07:26 -0400530static void ipw_write_direct(struct ipw_priv *priv, u32 addr, void *buf,
James Ketrenos43f66a62005-03-25 12:31:53 -0600531 int num)
532{
533 memcpy_toio((priv->hw_base + addr), buf, num);
534}
535
Zhu Yic8fe6672006-01-24 16:36:36 +0800536/* Set bit(s) in low 4K of SRAM/regs */
James Ketrenos43f66a62005-03-25 12:31:53 -0600537static inline void ipw_set_bit(struct ipw_priv *priv, u32 reg, u32 mask)
538{
539 ipw_write32(priv, reg, ipw_read32(priv, reg) | mask);
540}
541
Zhu Yic8fe6672006-01-24 16:36:36 +0800542/* Clear bit(s) in low 4K of SRAM/regs */
James Ketrenos43f66a62005-03-25 12:31:53 -0600543static inline void ipw_clear_bit(struct ipw_priv *priv, u32 reg, u32 mask)
544{
545 ipw_write32(priv, reg, ipw_read32(priv, reg) & ~mask);
546}
547
Zhu Yi89c318e2006-06-08 22:19:49 -0700548static inline void __ipw_enable_interrupts(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -0600549{
550 if (priv->status & STATUS_INT_ENABLED)
551 return;
552 priv->status |= STATUS_INT_ENABLED;
James Ketrenosb095c382005-08-24 22:04:42 -0500553 ipw_write32(priv, IPW_INTA_MASK_R, IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -0600554}
555
Zhu Yi89c318e2006-06-08 22:19:49 -0700556static inline void __ipw_disable_interrupts(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -0600557{
558 if (!(priv->status & STATUS_INT_ENABLED))
559 return;
560 priv->status &= ~STATUS_INT_ENABLED;
James Ketrenosb095c382005-08-24 22:04:42 -0500561 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -0600562}
563
Zhu Yi89c318e2006-06-08 22:19:49 -0700564static inline void ipw_enable_interrupts(struct ipw_priv *priv)
565{
566 unsigned long flags;
567
568 spin_lock_irqsave(&priv->irq_lock, flags);
569 __ipw_enable_interrupts(priv);
570 spin_unlock_irqrestore(&priv->irq_lock, flags);
571}
572
573static inline void ipw_disable_interrupts(struct ipw_priv *priv)
574{
575 unsigned long flags;
576
577 spin_lock_irqsave(&priv->irq_lock, flags);
578 __ipw_disable_interrupts(priv);
579 spin_unlock_irqrestore(&priv->irq_lock, flags);
580}
581
James Ketrenos43f66a62005-03-25 12:31:53 -0600582static char *ipw_error_desc(u32 val)
583{
584 switch (val) {
Jeff Garzikbf794512005-07-31 13:07:26 -0400585 case IPW_FW_ERROR_OK:
James Ketrenos43f66a62005-03-25 12:31:53 -0600586 return "ERROR_OK";
Jeff Garzikbf794512005-07-31 13:07:26 -0400587 case IPW_FW_ERROR_FAIL:
James Ketrenos43f66a62005-03-25 12:31:53 -0600588 return "ERROR_FAIL";
Jeff Garzikbf794512005-07-31 13:07:26 -0400589 case IPW_FW_ERROR_MEMORY_UNDERFLOW:
James Ketrenos43f66a62005-03-25 12:31:53 -0600590 return "MEMORY_UNDERFLOW";
Jeff Garzikbf794512005-07-31 13:07:26 -0400591 case IPW_FW_ERROR_MEMORY_OVERFLOW:
James Ketrenos43f66a62005-03-25 12:31:53 -0600592 return "MEMORY_OVERFLOW";
Jeff Garzikbf794512005-07-31 13:07:26 -0400593 case IPW_FW_ERROR_BAD_PARAM:
James Ketrenosb095c382005-08-24 22:04:42 -0500594 return "BAD_PARAM";
Jeff Garzikbf794512005-07-31 13:07:26 -0400595 case IPW_FW_ERROR_BAD_CHECKSUM:
James Ketrenosb095c382005-08-24 22:04:42 -0500596 return "BAD_CHECKSUM";
Jeff Garzikbf794512005-07-31 13:07:26 -0400597 case IPW_FW_ERROR_NMI_INTERRUPT:
James Ketrenosb095c382005-08-24 22:04:42 -0500598 return "NMI_INTERRUPT";
Jeff Garzikbf794512005-07-31 13:07:26 -0400599 case IPW_FW_ERROR_BAD_DATABASE:
James Ketrenosb095c382005-08-24 22:04:42 -0500600 return "BAD_DATABASE";
Jeff Garzikbf794512005-07-31 13:07:26 -0400601 case IPW_FW_ERROR_ALLOC_FAIL:
James Ketrenosb095c382005-08-24 22:04:42 -0500602 return "ALLOC_FAIL";
Jeff Garzikbf794512005-07-31 13:07:26 -0400603 case IPW_FW_ERROR_DMA_UNDERRUN:
James Ketrenosb095c382005-08-24 22:04:42 -0500604 return "DMA_UNDERRUN";
Jeff Garzikbf794512005-07-31 13:07:26 -0400605 case IPW_FW_ERROR_DMA_STATUS:
James Ketrenosb095c382005-08-24 22:04:42 -0500606 return "DMA_STATUS";
607 case IPW_FW_ERROR_DINO_ERROR:
608 return "DINO_ERROR";
609 case IPW_FW_ERROR_EEPROM_ERROR:
610 return "EEPROM_ERROR";
Jeff Garzikbf794512005-07-31 13:07:26 -0400611 case IPW_FW_ERROR_SYSASSERT:
James Ketrenosb095c382005-08-24 22:04:42 -0500612 return "SYSASSERT";
Jeff Garzikbf794512005-07-31 13:07:26 -0400613 case IPW_FW_ERROR_FATAL_ERROR:
James Ketrenosb095c382005-08-24 22:04:42 -0500614 return "FATAL_ERROR";
Jeff Garzikbf794512005-07-31 13:07:26 -0400615 default:
James Ketrenosb095c382005-08-24 22:04:42 -0500616 return "UNKNOWN_ERROR";
James Ketrenos43f66a62005-03-25 12:31:53 -0600617 }
618}
619
James Ketrenosb39860c2005-08-12 09:36:32 -0500620static void ipw_dump_error_log(struct ipw_priv *priv,
621 struct ipw_fw_error *error)
James Ketrenos43f66a62005-03-25 12:31:53 -0600622{
James Ketrenosb39860c2005-08-12 09:36:32 -0500623 u32 i;
James Ketrenos43f66a62005-03-25 12:31:53 -0600624
James Ketrenosb39860c2005-08-12 09:36:32 -0500625 if (!error) {
626 IPW_ERROR("Error allocating and capturing error log. "
627 "Nothing to dump.\n");
628 return;
James Ketrenos43f66a62005-03-25 12:31:53 -0600629 }
630
James Ketrenosb39860c2005-08-12 09:36:32 -0500631 IPW_ERROR("Start IPW Error Log Dump:\n");
632 IPW_ERROR("Status: 0x%08X, Config: %08X\n",
633 error->status, error->config);
James Ketrenos43f66a62005-03-25 12:31:53 -0600634
James Ketrenosb39860c2005-08-12 09:36:32 -0500635 for (i = 0; i < error->elem_len; i++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400636 IPW_ERROR("%s %i 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x\n",
James Ketrenosb39860c2005-08-12 09:36:32 -0500637 ipw_error_desc(error->elem[i].desc),
638 error->elem[i].time,
639 error->elem[i].blink1,
640 error->elem[i].blink2,
641 error->elem[i].link1,
642 error->elem[i].link2, error->elem[i].data);
643 for (i = 0; i < error->log_len; i++)
644 IPW_ERROR("%i\t0x%08x\t%i\n",
645 error->log[i].time,
James Ketrenos286568a2005-08-30 10:34:25 -0500646 error->log[i].data, error->log[i].event);
James Ketrenos43f66a62005-03-25 12:31:53 -0600647}
James Ketrenos43f66a62005-03-25 12:31:53 -0600648
James Ketrenosc848d0a2005-08-24 21:56:24 -0500649static inline int ipw_is_init(struct ipw_priv *priv)
650{
651 return (priv->status & STATUS_INIT) ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -0600652}
653
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400654static int ipw_get_ordinal(struct ipw_priv *priv, u32 ord, void *val, u32 * len)
James Ketrenos43f66a62005-03-25 12:31:53 -0600655{
656 u32 addr, field_info, field_len, field_count, total_len;
657
658 IPW_DEBUG_ORD("ordinal = %i\n", ord);
659
660 if (!priv || !val || !len) {
661 IPW_DEBUG_ORD("Invalid argument\n");
662 return -EINVAL;
663 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400664
James Ketrenos43f66a62005-03-25 12:31:53 -0600665 /* verify device ordinal tables have been initialized */
666 if (!priv->table0_addr || !priv->table1_addr || !priv->table2_addr) {
667 IPW_DEBUG_ORD("Access ordinals before initialization\n");
668 return -EINVAL;
669 }
670
671 switch (IPW_ORD_TABLE_ID_MASK & ord) {
672 case IPW_ORD_TABLE_0_MASK:
673 /*
674 * TABLE 0: Direct access to a table of 32 bit values
675 *
Jeff Garzikbf794512005-07-31 13:07:26 -0400676 * This is a very simple table with the data directly
James Ketrenos43f66a62005-03-25 12:31:53 -0600677 * read from the table
678 */
679
680 /* remove the table id from the ordinal */
681 ord &= IPW_ORD_TABLE_VALUE_MASK;
682
683 /* boundary check */
684 if (ord > priv->table0_len) {
685 IPW_DEBUG_ORD("ordinal value (%i) longer then "
686 "max (%i)\n", ord, priv->table0_len);
687 return -EINVAL;
688 }
689
690 /* verify we have enough room to store the value */
691 if (*len < sizeof(u32)) {
692 IPW_DEBUG_ORD("ordinal buffer length too small, "
Jiri Bencaaa4d302005-06-07 14:58:41 +0200693 "need %zd\n", sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -0600694 return -EINVAL;
695 }
696
697 IPW_DEBUG_ORD("Reading TABLE0[%i] from offset 0x%08x\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400698 ord, priv->table0_addr + (ord << 2));
James Ketrenos43f66a62005-03-25 12:31:53 -0600699
700 *len = sizeof(u32);
701 ord <<= 2;
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400702 *((u32 *) val) = ipw_read32(priv, priv->table0_addr + ord);
James Ketrenos43f66a62005-03-25 12:31:53 -0600703 break;
704
705 case IPW_ORD_TABLE_1_MASK:
706 /*
707 * TABLE 1: Indirect access to a table of 32 bit values
Jeff Garzikbf794512005-07-31 13:07:26 -0400708 *
709 * This is a fairly large table of u32 values each
James Ketrenos43f66a62005-03-25 12:31:53 -0600710 * representing starting addr for the data (which is
711 * also a u32)
712 */
713
714 /* remove the table id from the ordinal */
715 ord &= IPW_ORD_TABLE_VALUE_MASK;
Jeff Garzikbf794512005-07-31 13:07:26 -0400716
James Ketrenos43f66a62005-03-25 12:31:53 -0600717 /* boundary check */
718 if (ord > priv->table1_len) {
719 IPW_DEBUG_ORD("ordinal value too long\n");
720 return -EINVAL;
721 }
722
723 /* verify we have enough room to store the value */
724 if (*len < sizeof(u32)) {
725 IPW_DEBUG_ORD("ordinal buffer length too small, "
Jiri Bencaaa4d302005-06-07 14:58:41 +0200726 "need %zd\n", sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -0600727 return -EINVAL;
728 }
729
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400730 *((u32 *) val) =
731 ipw_read_reg32(priv, (priv->table1_addr + (ord << 2)));
James Ketrenos43f66a62005-03-25 12:31:53 -0600732 *len = sizeof(u32);
733 break;
734
735 case IPW_ORD_TABLE_2_MASK:
736 /*
737 * TABLE 2: Indirect access to a table of variable sized values
738 *
739 * This table consist of six values, each containing
740 * - dword containing the starting offset of the data
741 * - dword containing the lengh in the first 16bits
742 * and the count in the second 16bits
743 */
744
745 /* remove the table id from the ordinal */
746 ord &= IPW_ORD_TABLE_VALUE_MASK;
747
748 /* boundary check */
749 if (ord > priv->table2_len) {
750 IPW_DEBUG_ORD("ordinal value too long\n");
751 return -EINVAL;
752 }
753
754 /* get the address of statistic */
755 addr = ipw_read_reg32(priv, priv->table2_addr + (ord << 3));
Jeff Garzikbf794512005-07-31 13:07:26 -0400756
757 /* get the second DW of statistics ;
James Ketrenos43f66a62005-03-25 12:31:53 -0600758 * two 16-bit words - first is length, second is count */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400759 field_info =
760 ipw_read_reg32(priv,
761 priv->table2_addr + (ord << 3) +
762 sizeof(u32));
Jeff Garzikbf794512005-07-31 13:07:26 -0400763
James Ketrenos43f66a62005-03-25 12:31:53 -0600764 /* get each entry length */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400765 field_len = *((u16 *) & field_info);
Jeff Garzikbf794512005-07-31 13:07:26 -0400766
James Ketrenos43f66a62005-03-25 12:31:53 -0600767 /* get number of entries */
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400768 field_count = *(((u16 *) & field_info) + 1);
Jeff Garzikbf794512005-07-31 13:07:26 -0400769
James Ketrenos43f66a62005-03-25 12:31:53 -0600770 /* abort if not enought memory */
771 total_len = field_len * field_count;
772 if (total_len > *len) {
773 *len = total_len;
774 return -EINVAL;
775 }
Jeff Garzikbf794512005-07-31 13:07:26 -0400776
James Ketrenos43f66a62005-03-25 12:31:53 -0600777 *len = total_len;
778 if (!total_len)
779 return 0;
780
781 IPW_DEBUG_ORD("addr = 0x%08x, total_len = %i, "
Jeff Garzikbf794512005-07-31 13:07:26 -0400782 "field_info = 0x%08x\n",
James Ketrenos43f66a62005-03-25 12:31:53 -0600783 addr, total_len, field_info);
784 ipw_read_indirect(priv, addr, val, total_len);
785 break;
786
787 default:
788 IPW_DEBUG_ORD("Invalid ordinal!\n");
789 return -EINVAL;
790
791 }
792
James Ketrenos43f66a62005-03-25 12:31:53 -0600793 return 0;
794}
795
796static void ipw_init_ordinals(struct ipw_priv *priv)
797{
798 priv->table0_addr = IPW_ORDINALS_TABLE_LOWER;
Jeff Garzikbf794512005-07-31 13:07:26 -0400799 priv->table0_len = ipw_read32(priv, priv->table0_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -0600800
801 IPW_DEBUG_ORD("table 0 offset at 0x%08x, len = %i\n",
802 priv->table0_addr, priv->table0_len);
803
804 priv->table1_addr = ipw_read32(priv, IPW_ORDINALS_TABLE_1);
805 priv->table1_len = ipw_read_reg32(priv, priv->table1_addr);
806
807 IPW_DEBUG_ORD("table 1 offset at 0x%08x, len = %i\n",
808 priv->table1_addr, priv->table1_len);
809
810 priv->table2_addr = ipw_read32(priv, IPW_ORDINALS_TABLE_2);
811 priv->table2_len = ipw_read_reg32(priv, priv->table2_addr);
Jeff Garzik0edd5b42005-09-07 00:48:31 -0400812 priv->table2_len &= 0x0000ffff; /* use first two bytes */
James Ketrenos43f66a62005-03-25 12:31:53 -0600813
814 IPW_DEBUG_ORD("table 2 offset at 0x%08x, len = %i\n",
815 priv->table2_addr, priv->table2_len);
816
817}
818
Adrian Bunka73e22b2006-01-21 01:39:42 +0100819static u32 ipw_register_toggle(u32 reg)
James Ketrenosa613bff2005-08-24 21:43:11 -0500820{
James Ketrenosb095c382005-08-24 22:04:42 -0500821 reg &= ~IPW_START_STANDBY;
822 if (reg & IPW_GATE_ODMA)
823 reg &= ~IPW_GATE_ODMA;
824 if (reg & IPW_GATE_IDMA)
825 reg &= ~IPW_GATE_IDMA;
826 if (reg & IPW_GATE_ADMA)
827 reg &= ~IPW_GATE_ADMA;
James Ketrenosa613bff2005-08-24 21:43:11 -0500828 return reg;
829}
830
831/*
832 * LED behavior:
833 * - On radio ON, turn on any LEDs that require to be on during start
834 * - On initialization, start unassociated blink
835 * - On association, disable unassociated blink
836 * - On disassociation, start unassociated blink
837 * - On radio OFF, turn off any LEDs started during radio on
838 *
839 */
Zhu Yiede61112006-01-24 16:37:10 +0800840#define LD_TIME_LINK_ON msecs_to_jiffies(300)
841#define LD_TIME_LINK_OFF msecs_to_jiffies(2700)
842#define LD_TIME_ACT_ON msecs_to_jiffies(250)
James Ketrenosa613bff2005-08-24 21:43:11 -0500843
Adrian Bunka73e22b2006-01-21 01:39:42 +0100844static void ipw_led_link_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500845{
846 unsigned long flags;
847 u32 led;
848
849 /* If configured to not use LEDs, or nic_type is 1,
850 * then we don't toggle a LINK led */
851 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
852 return;
853
854 spin_lock_irqsave(&priv->lock, flags);
855
856 if (!(priv->status & STATUS_RF_KILL_MASK) &&
857 !(priv->status & STATUS_LED_LINK_ON)) {
858 IPW_DEBUG_LED("Link LED On\n");
James Ketrenosb095c382005-08-24 22:04:42 -0500859 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500860 led |= priv->led_association_on;
861
862 led = ipw_register_toggle(led);
863
864 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500865 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500866
867 priv->status |= STATUS_LED_LINK_ON;
868
869 /* If we aren't associated, schedule turning the LED off */
870 if (!(priv->status & STATUS_ASSOCIATED))
871 queue_delayed_work(priv->workqueue,
872 &priv->led_link_off,
873 LD_TIME_LINK_ON);
874 }
875
876 spin_unlock_irqrestore(&priv->lock, flags);
877}
878
David Howellsc4028952006-11-22 14:57:56 +0000879static void ipw_bg_led_link_on(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -0500880{
David Howellsc4028952006-11-22 14:57:56 +0000881 struct ipw_priv *priv =
882 container_of(work, struct ipw_priv, led_link_on.work);
Zhu Yi46441512006-01-24 16:37:59 +0800883 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +0000884 ipw_led_link_on(priv);
Zhu Yi46441512006-01-24 16:37:59 +0800885 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -0500886}
887
Adrian Bunka73e22b2006-01-21 01:39:42 +0100888static void ipw_led_link_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500889{
890 unsigned long flags;
891 u32 led;
892
893 /* If configured not to use LEDs, or nic type is 1,
894 * then we don't goggle the LINK led. */
895 if (priv->config & CFG_NO_LED || priv->nic_type == EEPROM_NIC_TYPE_1)
896 return;
897
898 spin_lock_irqsave(&priv->lock, flags);
899
900 if (priv->status & STATUS_LED_LINK_ON) {
James Ketrenosb095c382005-08-24 22:04:42 -0500901 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500902 led &= priv->led_association_off;
903 led = ipw_register_toggle(led);
904
905 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500906 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500907
908 IPW_DEBUG_LED("Link LED Off\n");
909
910 priv->status &= ~STATUS_LED_LINK_ON;
911
912 /* If we aren't associated and the radio is on, schedule
913 * turning the LED on (blink while unassociated) */
914 if (!(priv->status & STATUS_RF_KILL_MASK) &&
915 !(priv->status & STATUS_ASSOCIATED))
916 queue_delayed_work(priv->workqueue, &priv->led_link_on,
917 LD_TIME_LINK_OFF);
918
919 }
920
921 spin_unlock_irqrestore(&priv->lock, flags);
922}
923
David Howellsc4028952006-11-22 14:57:56 +0000924static void ipw_bg_led_link_off(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -0500925{
David Howellsc4028952006-11-22 14:57:56 +0000926 struct ipw_priv *priv =
927 container_of(work, struct ipw_priv, led_link_off.work);
Zhu Yi46441512006-01-24 16:37:59 +0800928 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +0000929 ipw_led_link_off(priv);
Zhu Yi46441512006-01-24 16:37:59 +0800930 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -0500931}
932
Arjan van de Ven858119e2006-01-14 13:20:43 -0800933static void __ipw_led_activity_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500934{
James Ketrenosa613bff2005-08-24 21:43:11 -0500935 u32 led;
936
937 if (priv->config & CFG_NO_LED)
938 return;
939
James Ketrenosb095c382005-08-24 22:04:42 -0500940 if (priv->status & STATUS_RF_KILL_MASK)
James Ketrenosa613bff2005-08-24 21:43:11 -0500941 return;
James Ketrenosa613bff2005-08-24 21:43:11 -0500942
943 if (!(priv->status & STATUS_LED_ACT_ON)) {
James Ketrenosb095c382005-08-24 22:04:42 -0500944 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500945 led |= priv->led_activity_on;
946
947 led = ipw_register_toggle(led);
948
949 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500950 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500951
952 IPW_DEBUG_LED("Activity LED On\n");
953
954 priv->status |= STATUS_LED_ACT_ON;
955
James Ketrenosc848d0a2005-08-24 21:56:24 -0500956 cancel_delayed_work(&priv->led_act_off);
James Ketrenosa613bff2005-08-24 21:43:11 -0500957 queue_delayed_work(priv->workqueue, &priv->led_act_off,
958 LD_TIME_ACT_ON);
959 } else {
960 /* Reschedule LED off for full time period */
961 cancel_delayed_work(&priv->led_act_off);
962 queue_delayed_work(priv->workqueue, &priv->led_act_off,
963 LD_TIME_ACT_ON);
964 }
James Ketrenosb095c382005-08-24 22:04:42 -0500965}
James Ketrenosa613bff2005-08-24 21:43:11 -0500966
Adrian Bunka73e22b2006-01-21 01:39:42 +0100967#if 0
James Ketrenosb095c382005-08-24 22:04:42 -0500968void ipw_led_activity_on(struct ipw_priv *priv)
969{
970 unsigned long flags;
971 spin_lock_irqsave(&priv->lock, flags);
972 __ipw_led_activity_on(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -0500973 spin_unlock_irqrestore(&priv->lock, flags);
974}
Adrian Bunka73e22b2006-01-21 01:39:42 +0100975#endif /* 0 */
James Ketrenosa613bff2005-08-24 21:43:11 -0500976
Adrian Bunka73e22b2006-01-21 01:39:42 +0100977static void ipw_led_activity_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -0500978{
979 unsigned long flags;
980 u32 led;
981
982 if (priv->config & CFG_NO_LED)
983 return;
984
985 spin_lock_irqsave(&priv->lock, flags);
986
987 if (priv->status & STATUS_LED_ACT_ON) {
James Ketrenosb095c382005-08-24 22:04:42 -0500988 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -0500989 led &= priv->led_activity_off;
990
991 led = ipw_register_toggle(led);
992
993 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -0500994 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -0500995
996 IPW_DEBUG_LED("Activity LED Off\n");
997
998 priv->status &= ~STATUS_LED_ACT_ON;
999 }
1000
1001 spin_unlock_irqrestore(&priv->lock, flags);
1002}
1003
David Howellsc4028952006-11-22 14:57:56 +00001004static void ipw_bg_led_activity_off(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05001005{
David Howellsc4028952006-11-22 14:57:56 +00001006 struct ipw_priv *priv =
1007 container_of(work, struct ipw_priv, led_act_off.work);
Zhu Yi46441512006-01-24 16:37:59 +08001008 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00001009 ipw_led_activity_off(priv);
Zhu Yi46441512006-01-24 16:37:59 +08001010 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05001011}
1012
Adrian Bunka73e22b2006-01-21 01:39:42 +01001013static void ipw_led_band_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001014{
1015 unsigned long flags;
1016 u32 led;
1017
1018 /* Only nic type 1 supports mode LEDs */
James Ketrenosc848d0a2005-08-24 21:56:24 -05001019 if (priv->config & CFG_NO_LED ||
1020 priv->nic_type != EEPROM_NIC_TYPE_1 || !priv->assoc_network)
James Ketrenosa613bff2005-08-24 21:43:11 -05001021 return;
1022
1023 spin_lock_irqsave(&priv->lock, flags);
1024
James Ketrenosb095c382005-08-24 22:04:42 -05001025 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001026 if (priv->assoc_network->mode == IEEE_A) {
1027 led |= priv->led_ofdm_on;
1028 led &= priv->led_association_off;
1029 IPW_DEBUG_LED("Mode LED On: 802.11a\n");
1030 } else if (priv->assoc_network->mode == IEEE_G) {
1031 led |= priv->led_ofdm_on;
1032 led |= priv->led_association_on;
1033 IPW_DEBUG_LED("Mode LED On: 802.11g\n");
1034 } else {
1035 led &= priv->led_ofdm_off;
1036 led |= priv->led_association_on;
1037 IPW_DEBUG_LED("Mode LED On: 802.11b\n");
1038 }
1039
1040 led = ipw_register_toggle(led);
1041
1042 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001043 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001044
1045 spin_unlock_irqrestore(&priv->lock, flags);
1046}
1047
Adrian Bunka73e22b2006-01-21 01:39:42 +01001048static void ipw_led_band_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001049{
1050 unsigned long flags;
1051 u32 led;
1052
1053 /* Only nic type 1 supports mode LEDs */
1054 if (priv->config & CFG_NO_LED || priv->nic_type != EEPROM_NIC_TYPE_1)
1055 return;
1056
1057 spin_lock_irqsave(&priv->lock, flags);
1058
James Ketrenosb095c382005-08-24 22:04:42 -05001059 led = ipw_read_reg32(priv, IPW_EVENT_REG);
James Ketrenosa613bff2005-08-24 21:43:11 -05001060 led &= priv->led_ofdm_off;
1061 led &= priv->led_association_off;
1062
1063 led = ipw_register_toggle(led);
1064
1065 IPW_DEBUG_LED("Reg: 0x%08X\n", led);
James Ketrenosb095c382005-08-24 22:04:42 -05001066 ipw_write_reg32(priv, IPW_EVENT_REG, led);
James Ketrenosa613bff2005-08-24 21:43:11 -05001067
1068 spin_unlock_irqrestore(&priv->lock, flags);
1069}
1070
Adrian Bunka73e22b2006-01-21 01:39:42 +01001071static void ipw_led_radio_on(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001072{
1073 ipw_led_link_on(priv);
1074}
1075
Adrian Bunka73e22b2006-01-21 01:39:42 +01001076static void ipw_led_radio_off(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001077{
1078 ipw_led_activity_off(priv);
1079 ipw_led_link_off(priv);
1080}
1081
Adrian Bunka73e22b2006-01-21 01:39:42 +01001082static void ipw_led_link_up(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001083{
1084 /* Set the Link Led on for all nic types */
1085 ipw_led_link_on(priv);
1086}
1087
Adrian Bunka73e22b2006-01-21 01:39:42 +01001088static void ipw_led_link_down(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001089{
1090 ipw_led_activity_off(priv);
1091 ipw_led_link_off(priv);
1092
1093 if (priv->status & STATUS_RF_KILL_MASK)
1094 ipw_led_radio_off(priv);
1095}
1096
Adrian Bunka73e22b2006-01-21 01:39:42 +01001097static void ipw_led_init(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001098{
1099 priv->nic_type = priv->eeprom[EEPROM_NIC_TYPE];
1100
1101 /* Set the default PINs for the link and activity leds */
James Ketrenosb095c382005-08-24 22:04:42 -05001102 priv->led_activity_on = IPW_ACTIVITY_LED;
1103 priv->led_activity_off = ~(IPW_ACTIVITY_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001104
James Ketrenosb095c382005-08-24 22:04:42 -05001105 priv->led_association_on = IPW_ASSOCIATED_LED;
1106 priv->led_association_off = ~(IPW_ASSOCIATED_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001107
1108 /* Set the default PINs for the OFDM leds */
James Ketrenosb095c382005-08-24 22:04:42 -05001109 priv->led_ofdm_on = IPW_OFDM_LED;
1110 priv->led_ofdm_off = ~(IPW_OFDM_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001111
1112 switch (priv->nic_type) {
1113 case EEPROM_NIC_TYPE_1:
1114 /* In this NIC type, the LEDs are reversed.... */
James Ketrenosb095c382005-08-24 22:04:42 -05001115 priv->led_activity_on = IPW_ASSOCIATED_LED;
1116 priv->led_activity_off = ~(IPW_ASSOCIATED_LED);
1117 priv->led_association_on = IPW_ACTIVITY_LED;
1118 priv->led_association_off = ~(IPW_ACTIVITY_LED);
James Ketrenosa613bff2005-08-24 21:43:11 -05001119
1120 if (!(priv->config & CFG_NO_LED))
1121 ipw_led_band_on(priv);
1122
1123 /* And we don't blink link LEDs for this nic, so
1124 * just return here */
1125 return;
1126
1127 case EEPROM_NIC_TYPE_3:
1128 case EEPROM_NIC_TYPE_2:
1129 case EEPROM_NIC_TYPE_4:
1130 case EEPROM_NIC_TYPE_0:
1131 break;
1132
1133 default:
1134 IPW_DEBUG_INFO("Unknown NIC type from EEPROM: %d\n",
1135 priv->nic_type);
1136 priv->nic_type = EEPROM_NIC_TYPE_0;
1137 break;
1138 }
1139
1140 if (!(priv->config & CFG_NO_LED)) {
1141 if (priv->status & STATUS_ASSOCIATED)
1142 ipw_led_link_on(priv);
1143 else
1144 ipw_led_link_off(priv);
1145 }
1146}
1147
Adrian Bunka73e22b2006-01-21 01:39:42 +01001148static void ipw_led_shutdown(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -05001149{
James Ketrenosa613bff2005-08-24 21:43:11 -05001150 ipw_led_activity_off(priv);
1151 ipw_led_link_off(priv);
1152 ipw_led_band_off(priv);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001153 cancel_delayed_work(&priv->led_link_on);
1154 cancel_delayed_work(&priv->led_link_off);
1155 cancel_delayed_work(&priv->led_act_off);
James Ketrenosa613bff2005-08-24 21:43:11 -05001156}
1157
James Ketrenos43f66a62005-03-25 12:31:53 -06001158/*
1159 * The following adds a new attribute to the sysfs representation
1160 * of this device driver (i.e. a new file in /sys/bus/pci/drivers/ipw/)
1161 * used for controling the debug level.
Jeff Garzikbf794512005-07-31 13:07:26 -04001162 *
James Ketrenos43f66a62005-03-25 12:31:53 -06001163 * See the level definitions in ipw for details.
1164 */
1165static ssize_t show_debug_level(struct device_driver *d, char *buf)
1166{
1167 return sprintf(buf, "0x%08X\n", ipw_debug_level);
1168}
James Ketrenosa613bff2005-08-24 21:43:11 -05001169
1170static ssize_t store_debug_level(struct device_driver *d, const char *buf,
1171 size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001172{
1173 char *p = (char *)buf;
1174 u32 val;
1175
1176 if (p[1] == 'x' || p[1] == 'X' || p[0] == 'x' || p[0] == 'X') {
1177 p++;
1178 if (p[0] == 'x' || p[0] == 'X')
1179 p++;
1180 val = simple_strtoul(p, &p, 16);
1181 } else
1182 val = simple_strtoul(p, &p, 10);
Jeff Garzikbf794512005-07-31 13:07:26 -04001183 if (p == buf)
1184 printk(KERN_INFO DRV_NAME
James Ketrenos43f66a62005-03-25 12:31:53 -06001185 ": %s is not in hex or decimal form.\n", buf);
1186 else
1187 ipw_debug_level = val;
1188
1189 return strnlen(buf, count);
1190}
1191
Jeff Garzikbf794512005-07-31 13:07:26 -04001192static DRIVER_ATTR(debug_level, S_IWUSR | S_IRUGO,
James Ketrenos43f66a62005-03-25 12:31:53 -06001193 show_debug_level, store_debug_level);
1194
James Ketrenosb39860c2005-08-12 09:36:32 -05001195static inline u32 ipw_get_event_log_len(struct ipw_priv *priv)
1196{
Zhu Yic8fe6672006-01-24 16:36:36 +08001197 /* length = 1st dword in log */
James Ketrenosb39860c2005-08-12 09:36:32 -05001198 return ipw_read_reg32(priv, ipw_read32(priv, IPW_EVENT_LOG));
1199}
1200
1201static void ipw_capture_event_log(struct ipw_priv *priv,
1202 u32 log_len, struct ipw_event *log)
1203{
1204 u32 base;
1205
1206 if (log_len) {
1207 base = ipw_read32(priv, IPW_EVENT_LOG);
1208 ipw_read_indirect(priv, base + sizeof(base) + sizeof(u32),
1209 (u8 *) log, sizeof(*log) * log_len);
1210 }
1211}
1212
1213static struct ipw_fw_error *ipw_alloc_error_log(struct ipw_priv *priv)
1214{
1215 struct ipw_fw_error *error;
1216 u32 log_len = ipw_get_event_log_len(priv);
1217 u32 base = ipw_read32(priv, IPW_ERROR_LOG);
1218 u32 elem_len = ipw_read_reg32(priv, base);
1219
1220 error = kmalloc(sizeof(*error) +
1221 sizeof(*error->elem) * elem_len +
1222 sizeof(*error->log) * log_len, GFP_ATOMIC);
1223 if (!error) {
1224 IPW_ERROR("Memory allocation for firmware error log "
1225 "failed.\n");
1226 return NULL;
1227 }
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001228 error->jiffies = jiffies;
James Ketrenosb39860c2005-08-12 09:36:32 -05001229 error->status = priv->status;
1230 error->config = priv->config;
1231 error->elem_len = elem_len;
1232 error->log_len = log_len;
1233 error->elem = (struct ipw_error_elem *)error->payload;
Zhu Yi3b26b112005-11-17 13:58:30 +08001234 error->log = (struct ipw_event *)(error->elem + elem_len);
James Ketrenosb39860c2005-08-12 09:36:32 -05001235
1236 ipw_capture_event_log(priv, log_len, error->log);
1237
1238 if (elem_len)
1239 ipw_read_indirect(priv, base + sizeof(base), (u8 *) error->elem,
1240 sizeof(*error->elem) * elem_len);
1241
1242 return error;
1243}
1244
James Ketrenosb39860c2005-08-12 09:36:32 -05001245static ssize_t show_event_log(struct device *d,
1246 struct device_attribute *attr, char *buf)
1247{
1248 struct ipw_priv *priv = dev_get_drvdata(d);
1249 u32 log_len = ipw_get_event_log_len(priv);
Reinette Chatre412e9e72007-12-18 22:01:02 -08001250 u32 log_size;
1251 struct ipw_event *log;
James Ketrenosb39860c2005-08-12 09:36:32 -05001252 u32 len = 0, i;
1253
Reinette Chatre412e9e72007-12-18 22:01:02 -08001254 /* not using min() because of its strict type checking */
1255 log_size = PAGE_SIZE / sizeof(*log) > log_len ?
1256 sizeof(*log) * log_len : PAGE_SIZE;
1257 log = kzalloc(log_size, GFP_KERNEL);
1258 if (!log) {
1259 IPW_ERROR("Unable to allocate memory for log\n");
1260 return 0;
1261 }
1262 log_len = log_size / sizeof(*log);
James Ketrenosb39860c2005-08-12 09:36:32 -05001263 ipw_capture_event_log(priv, log_len, log);
1264
1265 len += snprintf(buf + len, PAGE_SIZE - len, "%08X", log_len);
1266 for (i = 0; i < log_len; i++)
1267 len += snprintf(buf + len, PAGE_SIZE - len,
1268 "\n%08X%08X%08X",
1269 log[i].time, log[i].event, log[i].data);
1270 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
Reinette Chatre412e9e72007-12-18 22:01:02 -08001271 kfree(log);
James Ketrenosb39860c2005-08-12 09:36:32 -05001272 return len;
1273}
1274
1275static DEVICE_ATTR(event_log, S_IRUGO, show_event_log, NULL);
1276
1277static ssize_t show_error(struct device *d,
1278 struct device_attribute *attr, char *buf)
1279{
1280 struct ipw_priv *priv = dev_get_drvdata(d);
1281 u32 len = 0, i;
1282 if (!priv->error)
1283 return 0;
1284 len += snprintf(buf + len, PAGE_SIZE - len,
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001285 "%08lX%08X%08X%08X",
1286 priv->error->jiffies,
James Ketrenosb39860c2005-08-12 09:36:32 -05001287 priv->error->status,
1288 priv->error->config, priv->error->elem_len);
1289 for (i = 0; i < priv->error->elem_len; i++)
1290 len += snprintf(buf + len, PAGE_SIZE - len,
1291 "\n%08X%08X%08X%08X%08X%08X%08X",
1292 priv->error->elem[i].time,
1293 priv->error->elem[i].desc,
1294 priv->error->elem[i].blink1,
1295 priv->error->elem[i].blink2,
1296 priv->error->elem[i].link1,
1297 priv->error->elem[i].link2,
1298 priv->error->elem[i].data);
1299
1300 len += snprintf(buf + len, PAGE_SIZE - len,
1301 "\n%08X", priv->error->log_len);
1302 for (i = 0; i < priv->error->log_len; i++)
1303 len += snprintf(buf + len, PAGE_SIZE - len,
1304 "\n%08X%08X%08X",
1305 priv->error->log[i].time,
1306 priv->error->log[i].event,
1307 priv->error->log[i].data);
1308 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1309 return len;
1310}
1311
1312static ssize_t clear_error(struct device *d,
1313 struct device_attribute *attr,
1314 const char *buf, size_t count)
1315{
1316 struct ipw_priv *priv = dev_get_drvdata(d);
Jesper Juhl8f760782006-06-27 02:55:06 -07001317
1318 kfree(priv->error);
1319 priv->error = NULL;
James Ketrenosb39860c2005-08-12 09:36:32 -05001320 return count;
1321}
1322
1323static DEVICE_ATTR(error, S_IRUGO | S_IWUSR, show_error, clear_error);
1324
James Ketrenosf6c5cb72005-08-25 00:39:09 -05001325static ssize_t show_cmd_log(struct device *d,
1326 struct device_attribute *attr, char *buf)
1327{
1328 struct ipw_priv *priv = dev_get_drvdata(d);
1329 u32 len = 0, i;
1330 if (!priv->cmdlog)
1331 return 0;
1332 for (i = (priv->cmdlog_pos + 1) % priv->cmdlog_len;
1333 (i != priv->cmdlog_pos) && (PAGE_SIZE - len);
1334 i = (i + 1) % priv->cmdlog_len) {
1335 len +=
1336 snprintf(buf + len, PAGE_SIZE - len,
1337 "\n%08lX%08X%08X%08X\n", priv->cmdlog[i].jiffies,
1338 priv->cmdlog[i].retcode, priv->cmdlog[i].cmd.cmd,
1339 priv->cmdlog[i].cmd.len);
1340 len +=
1341 snprintk_buf(buf + len, PAGE_SIZE - len,
1342 (u8 *) priv->cmdlog[i].cmd.param,
1343 priv->cmdlog[i].cmd.len);
1344 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1345 }
1346 len += snprintf(buf + len, PAGE_SIZE - len, "\n");
1347 return len;
1348}
1349
1350static DEVICE_ATTR(cmd_log, S_IRUGO, show_cmd_log, NULL);
1351
Zhu Yid685b8c2006-04-13 17:20:27 +08001352#ifdef CONFIG_IPW2200_PROMISCUOUS
1353static void ipw_prom_free(struct ipw_priv *priv);
1354static int ipw_prom_alloc(struct ipw_priv *priv);
1355static ssize_t store_rtap_iface(struct device *d,
1356 struct device_attribute *attr,
1357 const char *buf, size_t count)
1358{
1359 struct ipw_priv *priv = dev_get_drvdata(d);
1360 int rc = 0;
1361
1362 if (count < 1)
1363 return -EINVAL;
1364
1365 switch (buf[0]) {
1366 case '0':
1367 if (!rtap_iface)
1368 return count;
1369
1370 if (netif_running(priv->prom_net_dev)) {
1371 IPW_WARNING("Interface is up. Cannot unregister.\n");
1372 return count;
1373 }
1374
1375 ipw_prom_free(priv);
1376 rtap_iface = 0;
1377 break;
1378
1379 case '1':
1380 if (rtap_iface)
1381 return count;
1382
1383 rc = ipw_prom_alloc(priv);
1384 if (!rc)
1385 rtap_iface = 1;
1386 break;
1387
1388 default:
1389 return -EINVAL;
1390 }
1391
1392 if (rc) {
1393 IPW_ERROR("Failed to register promiscuous network "
1394 "device (error %d).\n", rc);
1395 }
1396
1397 return count;
1398}
1399
1400static ssize_t show_rtap_iface(struct device *d,
1401 struct device_attribute *attr,
1402 char *buf)
1403{
1404 struct ipw_priv *priv = dev_get_drvdata(d);
1405 if (rtap_iface)
1406 return sprintf(buf, "%s", priv->prom_net_dev->name);
1407 else {
1408 buf[0] = '-';
1409 buf[1] = '1';
1410 buf[2] = '\0';
1411 return 3;
1412 }
1413}
1414
1415static DEVICE_ATTR(rtap_iface, S_IWUSR | S_IRUSR, show_rtap_iface,
1416 store_rtap_iface);
1417
1418static ssize_t store_rtap_filter(struct device *d,
1419 struct device_attribute *attr,
1420 const char *buf, size_t count)
1421{
1422 struct ipw_priv *priv = dev_get_drvdata(d);
1423
1424 if (!priv->prom_priv) {
1425 IPW_ERROR("Attempting to set filter without "
1426 "rtap_iface enabled.\n");
1427 return -EPERM;
1428 }
1429
1430 priv->prom_priv->filter = simple_strtol(buf, NULL, 0);
1431
1432 IPW_DEBUG_INFO("Setting rtap filter to " BIT_FMT16 "\n",
1433 BIT_ARG16(priv->prom_priv->filter));
1434
1435 return count;
1436}
1437
1438static ssize_t show_rtap_filter(struct device *d,
1439 struct device_attribute *attr,
1440 char *buf)
1441{
1442 struct ipw_priv *priv = dev_get_drvdata(d);
1443 return sprintf(buf, "0x%04X",
1444 priv->prom_priv ? priv->prom_priv->filter : 0);
1445}
1446
1447static DEVICE_ATTR(rtap_filter, S_IWUSR | S_IRUSR, show_rtap_filter,
1448 store_rtap_filter);
1449#endif
1450
James Ketrenosa613bff2005-08-24 21:43:11 -05001451static ssize_t show_scan_age(struct device *d, struct device_attribute *attr,
1452 char *buf)
1453{
1454 struct ipw_priv *priv = dev_get_drvdata(d);
1455 return sprintf(buf, "%d\n", priv->ieee->scan_age);
1456}
1457
1458static ssize_t store_scan_age(struct device *d, struct device_attribute *attr,
1459 const char *buf, size_t count)
1460{
1461 struct ipw_priv *priv = dev_get_drvdata(d);
1462 struct net_device *dev = priv->net_dev;
1463 char buffer[] = "00000000";
1464 unsigned long len =
1465 (sizeof(buffer) - 1) > count ? count : sizeof(buffer) - 1;
1466 unsigned long val;
1467 char *p = buffer;
1468
1469 IPW_DEBUG_INFO("enter\n");
1470
1471 strncpy(buffer, buf, len);
1472 buffer[len] = 0;
1473
1474 if (p[1] == 'x' || p[1] == 'X' || p[0] == 'x' || p[0] == 'X') {
1475 p++;
1476 if (p[0] == 'x' || p[0] == 'X')
1477 p++;
1478 val = simple_strtoul(p, &p, 16);
1479 } else
1480 val = simple_strtoul(p, &p, 10);
1481 if (p == buffer) {
1482 IPW_DEBUG_INFO("%s: user supplied invalid value.\n", dev->name);
1483 } else {
1484 priv->ieee->scan_age = val;
1485 IPW_DEBUG_INFO("set scan_age = %u\n", priv->ieee->scan_age);
1486 }
1487
1488 IPW_DEBUG_INFO("exit\n");
1489 return len;
1490}
1491
1492static DEVICE_ATTR(scan_age, S_IWUSR | S_IRUGO, show_scan_age, store_scan_age);
1493
1494static ssize_t show_led(struct device *d, struct device_attribute *attr,
1495 char *buf)
1496{
1497 struct ipw_priv *priv = dev_get_drvdata(d);
1498 return sprintf(buf, "%d\n", (priv->config & CFG_NO_LED) ? 0 : 1);
1499}
1500
1501static ssize_t store_led(struct device *d, struct device_attribute *attr,
1502 const char *buf, size_t count)
1503{
1504 struct ipw_priv *priv = dev_get_drvdata(d);
1505
1506 IPW_DEBUG_INFO("enter\n");
1507
1508 if (count == 0)
1509 return 0;
1510
1511 if (*buf == 0) {
1512 IPW_DEBUG_LED("Disabling LED control.\n");
1513 priv->config |= CFG_NO_LED;
1514 ipw_led_shutdown(priv);
1515 } else {
1516 IPW_DEBUG_LED("Enabling LED control.\n");
1517 priv->config &= ~CFG_NO_LED;
1518 ipw_led_init(priv);
1519 }
1520
1521 IPW_DEBUG_INFO("exit\n");
1522 return count;
1523}
1524
1525static DEVICE_ATTR(led, S_IWUSR | S_IRUGO, show_led, store_led);
1526
Andrew Mortonad3fee52005-06-20 14:30:36 -07001527static ssize_t show_status(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001528 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001529{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001530 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001531 return sprintf(buf, "0x%08x\n", (int)p->status);
1532}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001533
James Ketrenos43f66a62005-03-25 12:31:53 -06001534static DEVICE_ATTR(status, S_IRUGO, show_status, NULL);
1535
Andrew Mortonad3fee52005-06-20 14:30:36 -07001536static ssize_t show_cfg(struct device *d, struct device_attribute *attr,
1537 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001538{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001539 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001540 return sprintf(buf, "0x%08x\n", (int)p->config);
1541}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001542
James Ketrenos43f66a62005-03-25 12:31:53 -06001543static DEVICE_ATTR(cfg, S_IRUGO, show_cfg, NULL);
1544
Andrew Mortonad3fee52005-06-20 14:30:36 -07001545static ssize_t show_nic_type(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001546 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001547{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001548 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosa613bff2005-08-24 21:43:11 -05001549 return sprintf(buf, "TYPE: %d\n", priv->nic_type);
James Ketrenos43f66a62005-03-25 12:31:53 -06001550}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001551
James Ketrenos43f66a62005-03-25 12:31:53 -06001552static DEVICE_ATTR(nic_type, S_IRUGO, show_nic_type, NULL);
1553
Andrew Mortonad3fee52005-06-20 14:30:36 -07001554static ssize_t show_ucode_version(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001555 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001556{
1557 u32 len = sizeof(u32), tmp = 0;
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
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001560 if (ipw_get_ordinal(p, IPW_ORD_STAT_UCODE_VERSION, &tmp, &len))
James Ketrenos43f66a62005-03-25 12:31:53 -06001561 return 0;
1562
1563 return sprintf(buf, "0x%08x\n", tmp);
1564}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001565
1566static DEVICE_ATTR(ucode_version, S_IWUSR | S_IRUGO, show_ucode_version, NULL);
James Ketrenos43f66a62005-03-25 12:31:53 -06001567
Andrew Mortonad3fee52005-06-20 14:30:36 -07001568static ssize_t show_rtc(struct device *d, struct device_attribute *attr,
1569 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001570{
1571 u32 len = sizeof(u32), tmp = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001572 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001573
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001574 if (ipw_get_ordinal(p, IPW_ORD_STAT_RTC, &tmp, &len))
James Ketrenos43f66a62005-03-25 12:31:53 -06001575 return 0;
1576
1577 return sprintf(buf, "0x%08x\n", tmp);
1578}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001579
1580static DEVICE_ATTR(rtc, S_IWUSR | S_IRUGO, show_rtc, NULL);
James Ketrenos43f66a62005-03-25 12:31:53 -06001581
1582/*
1583 * Add a device attribute to view/control the delay between eeprom
1584 * operations.
1585 */
Andrew Mortonad3fee52005-06-20 14:30:36 -07001586static ssize_t show_eeprom_delay(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001587 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001588{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001589 struct ipw_priv *p = dev_get_drvdata(d);
1590 int n = p->eeprom_delay;
James Ketrenos43f66a62005-03-25 12:31:53 -06001591 return sprintf(buf, "%i\n", n);
1592}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001593static ssize_t store_eeprom_delay(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001594 struct device_attribute *attr,
1595 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001596{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001597 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001598 sscanf(buf, "%i", &p->eeprom_delay);
1599 return strnlen(buf, count);
1600}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001601
1602static DEVICE_ATTR(eeprom_delay, S_IWUSR | S_IRUGO,
1603 show_eeprom_delay, store_eeprom_delay);
James Ketrenos43f66a62005-03-25 12:31:53 -06001604
Andrew Mortonad3fee52005-06-20 14:30:36 -07001605static ssize_t show_command_event_reg(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{
1608 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001609 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001610
James Ketrenosb095c382005-08-24 22:04:42 -05001611 reg = ipw_read_reg32(p, IPW_INTERNAL_CMD_EVENT);
James Ketrenos43f66a62005-03-25 12:31:53 -06001612 return sprintf(buf, "0x%08x\n", reg);
1613}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001614static ssize_t store_command_event_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001615 struct device_attribute *attr,
1616 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001617{
1618 u32 reg;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001619 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001620
1621 sscanf(buf, "%x", &reg);
James Ketrenosb095c382005-08-24 22:04:42 -05001622 ipw_write_reg32(p, IPW_INTERNAL_CMD_EVENT, reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001623 return strnlen(buf, count);
1624}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001625
1626static DEVICE_ATTR(command_event_reg, S_IWUSR | S_IRUGO,
1627 show_command_event_reg, store_command_event_reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001628
Andrew Mortonad3fee52005-06-20 14:30:36 -07001629static ssize_t show_mem_gpio_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001630 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001631{
1632 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001633 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001634
1635 reg = ipw_read_reg32(p, 0x301100);
1636 return sprintf(buf, "0x%08x\n", reg);
1637}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001638static ssize_t store_mem_gpio_reg(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001639 struct device_attribute *attr,
1640 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001641{
1642 u32 reg;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001643 struct ipw_priv *p = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001644
1645 sscanf(buf, "%x", &reg);
1646 ipw_write_reg32(p, 0x301100, reg);
1647 return strnlen(buf, count);
1648}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001649
1650static DEVICE_ATTR(mem_gpio_reg, S_IWUSR | S_IRUGO,
1651 show_mem_gpio_reg, store_mem_gpio_reg);
James Ketrenos43f66a62005-03-25 12:31:53 -06001652
Andrew Mortonad3fee52005-06-20 14:30:36 -07001653static ssize_t show_indirect_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001654 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001655{
1656 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001657 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001658
Jeff Garzikbf794512005-07-31 13:07:26 -04001659 if (priv->status & STATUS_INDIRECT_DWORD)
James Ketrenos43f66a62005-03-25 12:31:53 -06001660 reg = ipw_read_reg32(priv, priv->indirect_dword);
Jeff Garzikbf794512005-07-31 13:07:26 -04001661 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001662 reg = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04001663
James Ketrenos43f66a62005-03-25 12:31:53 -06001664 return sprintf(buf, "0x%08x\n", reg);
1665}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001666static ssize_t store_indirect_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001667 struct device_attribute *attr,
1668 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001669{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001670 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001671
1672 sscanf(buf, "%x", &priv->indirect_dword);
1673 priv->status |= STATUS_INDIRECT_DWORD;
1674 return strnlen(buf, count);
1675}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001676
1677static DEVICE_ATTR(indirect_dword, S_IWUSR | S_IRUGO,
1678 show_indirect_dword, store_indirect_dword);
James Ketrenos43f66a62005-03-25 12:31:53 -06001679
Andrew Mortonad3fee52005-06-20 14:30:36 -07001680static ssize_t show_indirect_byte(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001681 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001682{
1683 u8 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001684 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosafbf30a2005-08-25 00:05:33 -05001685
Jeff Garzikbf794512005-07-31 13:07:26 -04001686 if (priv->status & STATUS_INDIRECT_BYTE)
James Ketrenos43f66a62005-03-25 12:31:53 -06001687 reg = ipw_read_reg8(priv, priv->indirect_byte);
Jeff Garzikbf794512005-07-31 13:07:26 -04001688 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001689 reg = 0;
1690
1691 return sprintf(buf, "0x%02x\n", reg);
1692}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001693static ssize_t store_indirect_byte(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001694 struct device_attribute *attr,
1695 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001696{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001697 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001698
1699 sscanf(buf, "%x", &priv->indirect_byte);
1700 priv->status |= STATUS_INDIRECT_BYTE;
1701 return strnlen(buf, count);
1702}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001703
1704static DEVICE_ATTR(indirect_byte, S_IWUSR | S_IRUGO,
James Ketrenos43f66a62005-03-25 12:31:53 -06001705 show_indirect_byte, store_indirect_byte);
1706
Andrew Mortonad3fee52005-06-20 14:30:36 -07001707static ssize_t show_direct_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001708 struct device_attribute *attr, char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001709{
1710 u32 reg = 0;
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001711 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001712
Jeff Garzikbf794512005-07-31 13:07:26 -04001713 if (priv->status & STATUS_DIRECT_DWORD)
James Ketrenos43f66a62005-03-25 12:31:53 -06001714 reg = ipw_read32(priv, priv->direct_dword);
Jeff Garzikbf794512005-07-31 13:07:26 -04001715 else
James Ketrenos43f66a62005-03-25 12:31:53 -06001716 reg = 0;
1717
1718 return sprintf(buf, "0x%08x\n", reg);
1719}
Andrew Mortonad3fee52005-06-20 14:30:36 -07001720static ssize_t store_direct_dword(struct device *d,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001721 struct device_attribute *attr,
1722 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001723{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001724 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001725
1726 sscanf(buf, "%x", &priv->direct_dword);
1727 priv->status |= STATUS_DIRECT_DWORD;
1728 return strnlen(buf, count);
1729}
James Ketrenos43f66a62005-03-25 12:31:53 -06001730
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001731static DEVICE_ATTR(direct_dword, S_IWUSR | S_IRUGO,
1732 show_direct_dword, store_direct_dword);
James Ketrenos43f66a62005-03-25 12:31:53 -06001733
Arjan van de Ven858119e2006-01-14 13:20:43 -08001734static int rf_kill_active(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06001735{
1736 if (0 == (ipw_read32(priv, 0x30) & 0x10000))
1737 priv->status |= STATUS_RF_KILL_HW;
1738 else
1739 priv->status &= ~STATUS_RF_KILL_HW;
1740
1741 return (priv->status & STATUS_RF_KILL_HW) ? 1 : 0;
1742}
1743
Andrew Mortonad3fee52005-06-20 14:30:36 -07001744static ssize_t show_rf_kill(struct device *d, struct device_attribute *attr,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001745 char *buf)
James Ketrenos43f66a62005-03-25 12:31:53 -06001746{
1747 /* 0 - RF kill not enabled
Jeff Garzikbf794512005-07-31 13:07:26 -04001748 1 - SW based RF kill active (sysfs)
James Ketrenos43f66a62005-03-25 12:31:53 -06001749 2 - HW based RF kill active
1750 3 - Both HW and SW baed RF kill active */
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001751 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenos43f66a62005-03-25 12:31:53 -06001752 int val = ((priv->status & STATUS_RF_KILL_SW) ? 0x1 : 0x0) |
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001753 (rf_kill_active(priv) ? 0x2 : 0x0);
James Ketrenos43f66a62005-03-25 12:31:53 -06001754 return sprintf(buf, "%i\n", val);
1755}
1756
1757static int ipw_radio_kill_sw(struct ipw_priv *priv, int disable_radio)
1758{
Jeff Garzikbf794512005-07-31 13:07:26 -04001759 if ((disable_radio ? 1 : 0) ==
James Ketrenosea2b26e2005-08-24 21:25:16 -05001760 ((priv->status & STATUS_RF_KILL_SW) ? 1 : 0))
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001761 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06001762
1763 IPW_DEBUG_RF_KILL("Manual SW RF Kill set to: RADIO %s\n",
1764 disable_radio ? "OFF" : "ON");
1765
1766 if (disable_radio) {
1767 priv->status |= STATUS_RF_KILL_SW;
1768
Dan Williams0b531672007-10-09 13:55:24 -04001769 if (priv->workqueue) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001770 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -04001771 cancel_delayed_work(&priv->request_direct_scan);
1772 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -04001773 cancel_delayed_work(&priv->scan_event);
1774 }
James Ketrenos43f66a62005-03-25 12:31:53 -06001775 queue_work(priv->workqueue, &priv->down);
1776 } else {
1777 priv->status &= ~STATUS_RF_KILL_SW;
1778 if (rf_kill_active(priv)) {
1779 IPW_DEBUG_RF_KILL("Can not turn radio back on - "
1780 "disabled by HW switch\n");
1781 /* Make sure the RF_KILL check timer is running */
1782 cancel_delayed_work(&priv->rf_kill);
Jeff Garzikbf794512005-07-31 13:07:26 -04001783 queue_delayed_work(priv->workqueue, &priv->rf_kill,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05001784 round_jiffies_relative(2 * HZ));
Jeff Garzikbf794512005-07-31 13:07:26 -04001785 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06001786 queue_work(priv->workqueue, &priv->up);
1787 }
1788
1789 return 1;
1790}
1791
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001792static ssize_t store_rf_kill(struct device *d, struct device_attribute *attr,
1793 const char *buf, size_t count)
James Ketrenos43f66a62005-03-25 12:31:53 -06001794{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001795 struct ipw_priv *priv = dev_get_drvdata(d);
Jeff Garzikbf794512005-07-31 13:07:26 -04001796
James Ketrenos43f66a62005-03-25 12:31:53 -06001797 ipw_radio_kill_sw(priv, buf[0] == '1');
1798
1799 return count;
1800}
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001801
1802static DEVICE_ATTR(rf_kill, S_IWUSR | S_IRUGO, show_rf_kill, store_rf_kill);
James Ketrenos43f66a62005-03-25 12:31:53 -06001803
James Ketrenosb095c382005-08-24 22:04:42 -05001804static ssize_t show_speed_scan(struct device *d, struct device_attribute *attr,
1805 char *buf)
1806{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001807 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001808 int pos = 0, len = 0;
1809 if (priv->config & CFG_SPEED_SCAN) {
1810 while (priv->speed_scan[pos] != 0)
1811 len += sprintf(&buf[len], "%d ",
1812 priv->speed_scan[pos++]);
1813 return len + sprintf(&buf[len], "\n");
1814 }
1815
1816 return sprintf(buf, "0\n");
1817}
1818
1819static ssize_t store_speed_scan(struct device *d, struct device_attribute *attr,
1820 const char *buf, size_t count)
1821{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001822 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001823 int channel, pos = 0;
1824 const char *p = buf;
1825
1826 /* list of space separated channels to scan, optionally ending with 0 */
1827 while ((channel = simple_strtol(p, NULL, 0))) {
1828 if (pos == MAX_SPEED_SCAN - 1) {
1829 priv->speed_scan[pos] = 0;
1830 break;
1831 }
1832
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001833 if (libipw_is_valid_channel(priv->ieee, channel))
James Ketrenosb095c382005-08-24 22:04:42 -05001834 priv->speed_scan[pos++] = channel;
1835 else
1836 IPW_WARNING("Skipping invalid channel request: %d\n",
1837 channel);
1838 p = strchr(p, ' ');
1839 if (!p)
1840 break;
1841 while (*p == ' ' || *p == '\t')
1842 p++;
1843 }
1844
1845 if (pos == 0)
1846 priv->config &= ~CFG_SPEED_SCAN;
1847 else {
1848 priv->speed_scan_pos = 0;
1849 priv->config |= CFG_SPEED_SCAN;
1850 }
1851
1852 return count;
1853}
1854
1855static DEVICE_ATTR(speed_scan, S_IWUSR | S_IRUGO, show_speed_scan,
1856 store_speed_scan);
1857
1858static ssize_t show_net_stats(struct device *d, struct device_attribute *attr,
1859 char *buf)
1860{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001861 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001862 return sprintf(buf, "%c\n", (priv->config & CFG_NET_STATS) ? '1' : '0');
1863}
1864
1865static ssize_t store_net_stats(struct device *d, struct device_attribute *attr,
1866 const char *buf, size_t count)
1867{
Greg Kroah-Hartman928841b2009-04-30 23:02:47 -07001868 struct ipw_priv *priv = dev_get_drvdata(d);
James Ketrenosb095c382005-08-24 22:04:42 -05001869 if (buf[0] == '1')
1870 priv->config |= CFG_NET_STATS;
1871 else
1872 priv->config &= ~CFG_NET_STATS;
1873
1874 return count;
1875}
1876
James Ketrenosafbf30a2005-08-25 00:05:33 -05001877static DEVICE_ATTR(net_stats, S_IWUSR | S_IRUGO,
1878 show_net_stats, store_net_stats);
James Ketrenosb095c382005-08-24 22:04:42 -05001879
Zhu Yi375dd242007-02-14 16:04:24 +08001880static ssize_t show_channels(struct device *d,
1881 struct device_attribute *attr,
1882 char *buf)
1883{
1884 struct ipw_priv *priv = dev_get_drvdata(d);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001885 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
Zhu Yi375dd242007-02-14 16:04:24 +08001886 int len = 0, i;
1887
1888 len = sprintf(&buf[len],
1889 "Displaying %d channels in 2.4Ghz band "
1890 "(802.11bg):\n", geo->bg_channels);
1891
1892 for (i = 0; i < geo->bg_channels; i++) {
1893 len += sprintf(&buf[len], "%d: BSS%s%s, %s, Band %s.\n",
1894 geo->bg[i].channel,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001895 geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT ?
Zhu Yi375dd242007-02-14 16:04:24 +08001896 " (radar spectrum)" : "",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001897 ((geo->bg[i].flags & LIBIPW_CH_NO_IBSS) ||
1898 (geo->bg[i].flags & LIBIPW_CH_RADAR_DETECT))
Zhu Yi375dd242007-02-14 16:04:24 +08001899 ? "" : ", IBSS",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001900 geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001901 "passive only" : "active/passive",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001902 geo->bg[i].flags & LIBIPW_CH_B_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001903 "B" : "B/G");
1904 }
1905
1906 len += sprintf(&buf[len],
1907 "Displaying %d channels in 5.2Ghz band "
1908 "(802.11a):\n", geo->a_channels);
1909 for (i = 0; i < geo->a_channels; i++) {
1910 len += sprintf(&buf[len], "%d: BSS%s%s, %s.\n",
1911 geo->a[i].channel,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001912 geo->a[i].flags & LIBIPW_CH_RADAR_DETECT ?
Zhu Yi375dd242007-02-14 16:04:24 +08001913 " (radar spectrum)" : "",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001914 ((geo->a[i].flags & LIBIPW_CH_NO_IBSS) ||
1915 (geo->a[i].flags & LIBIPW_CH_RADAR_DETECT))
Zhu Yi375dd242007-02-14 16:04:24 +08001916 ? "" : ", IBSS",
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04001917 geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY ?
Zhu Yi375dd242007-02-14 16:04:24 +08001918 "passive only" : "active/passive");
1919 }
1920
1921 return len;
1922}
1923
1924static DEVICE_ATTR(channels, S_IRUSR, show_channels, NULL);
1925
James Ketrenosea2b26e2005-08-24 21:25:16 -05001926static void notify_wx_assoc_event(struct ipw_priv *priv)
1927{
1928 union iwreq_data wrqu;
1929 wrqu.ap_addr.sa_family = ARPHRD_ETHER;
1930 if (priv->status & STATUS_ASSOCIATED)
1931 memcpy(wrqu.ap_addr.sa_data, priv->bssid, ETH_ALEN);
1932 else
1933 memset(wrqu.ap_addr.sa_data, 0, ETH_ALEN);
1934 wireless_send_event(priv->net_dev, SIOCGIWAP, &wrqu, NULL);
1935}
1936
James Ketrenos43f66a62005-03-25 12:31:53 -06001937static void ipw_irq_tasklet(struct ipw_priv *priv)
1938{
1939 u32 inta, inta_mask, handled = 0;
1940 unsigned long flags;
1941 int rc = 0;
1942
Zhu Yi89c318e2006-06-08 22:19:49 -07001943 spin_lock_irqsave(&priv->irq_lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06001944
James Ketrenosb095c382005-08-24 22:04:42 -05001945 inta = ipw_read32(priv, IPW_INTA_RW);
1946 inta_mask = ipw_read32(priv, IPW_INTA_MASK_R);
1947 inta &= (IPW_INTA_MASK_ALL & inta_mask);
James Ketrenos43f66a62005-03-25 12:31:53 -06001948
1949 /* Add any cached INTA values that need to be handled */
1950 inta |= priv->isr_inta;
1951
Zhu Yi89c318e2006-06-08 22:19:49 -07001952 spin_unlock_irqrestore(&priv->irq_lock, flags);
1953
1954 spin_lock_irqsave(&priv->lock, flags);
1955
James Ketrenos43f66a62005-03-25 12:31:53 -06001956 /* handle all the justifications for the interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05001957 if (inta & IPW_INTA_BIT_RX_TRANSFER) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001958 ipw_rx(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05001959 handled |= IPW_INTA_BIT_RX_TRANSFER;
James Ketrenos43f66a62005-03-25 12:31:53 -06001960 }
1961
James Ketrenosb095c382005-08-24 22:04:42 -05001962 if (inta & IPW_INTA_BIT_TX_CMD_QUEUE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001963 IPW_DEBUG_HC("Command completed.\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001964 rc = ipw_queue_tx_reclaim(priv, &priv->txq_cmd, -1);
James Ketrenos43f66a62005-03-25 12:31:53 -06001965 priv->status &= ~STATUS_HCMD_ACTIVE;
1966 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosb095c382005-08-24 22:04:42 -05001967 handled |= IPW_INTA_BIT_TX_CMD_QUEUE;
James Ketrenos43f66a62005-03-25 12:31:53 -06001968 }
1969
James Ketrenosb095c382005-08-24 22:04:42 -05001970 if (inta & IPW_INTA_BIT_TX_QUEUE_1) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001971 IPW_DEBUG_TX("TX_QUEUE_1\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001972 rc = ipw_queue_tx_reclaim(priv, &priv->txq[0], 0);
James Ketrenosb095c382005-08-24 22:04:42 -05001973 handled |= IPW_INTA_BIT_TX_QUEUE_1;
James Ketrenos43f66a62005-03-25 12:31:53 -06001974 }
1975
James Ketrenosb095c382005-08-24 22:04:42 -05001976 if (inta & IPW_INTA_BIT_TX_QUEUE_2) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001977 IPW_DEBUG_TX("TX_QUEUE_2\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001978 rc = ipw_queue_tx_reclaim(priv, &priv->txq[1], 1);
James Ketrenosb095c382005-08-24 22:04:42 -05001979 handled |= IPW_INTA_BIT_TX_QUEUE_2;
James Ketrenos43f66a62005-03-25 12:31:53 -06001980 }
1981
James Ketrenosb095c382005-08-24 22:04:42 -05001982 if (inta & IPW_INTA_BIT_TX_QUEUE_3) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001983 IPW_DEBUG_TX("TX_QUEUE_3\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001984 rc = ipw_queue_tx_reclaim(priv, &priv->txq[2], 2);
James Ketrenosb095c382005-08-24 22:04:42 -05001985 handled |= IPW_INTA_BIT_TX_QUEUE_3;
James Ketrenos43f66a62005-03-25 12:31:53 -06001986 }
1987
James Ketrenosb095c382005-08-24 22:04:42 -05001988 if (inta & IPW_INTA_BIT_TX_QUEUE_4) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001989 IPW_DEBUG_TX("TX_QUEUE_4\n");
Jeff Garzik0edd5b42005-09-07 00:48:31 -04001990 rc = ipw_queue_tx_reclaim(priv, &priv->txq[3], 3);
James Ketrenosb095c382005-08-24 22:04:42 -05001991 handled |= IPW_INTA_BIT_TX_QUEUE_4;
James Ketrenos43f66a62005-03-25 12:31:53 -06001992 }
1993
James Ketrenosb095c382005-08-24 22:04:42 -05001994 if (inta & IPW_INTA_BIT_STATUS_CHANGE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06001995 IPW_WARNING("STATUS_CHANGE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05001996 handled |= IPW_INTA_BIT_STATUS_CHANGE;
James Ketrenos43f66a62005-03-25 12:31:53 -06001997 }
1998
James Ketrenosb095c382005-08-24 22:04:42 -05001999 if (inta & IPW_INTA_BIT_BEACON_PERIOD_EXPIRED) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002000 IPW_WARNING("TX_PERIOD_EXPIRED\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002001 handled |= IPW_INTA_BIT_BEACON_PERIOD_EXPIRED;
James Ketrenos43f66a62005-03-25 12:31:53 -06002002 }
2003
James Ketrenosb095c382005-08-24 22:04:42 -05002004 if (inta & IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002005 IPW_WARNING("HOST_CMD_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002006 handled |= IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002007 }
2008
James Ketrenosb095c382005-08-24 22:04:42 -05002009 if (inta & IPW_INTA_BIT_FW_INITIALIZATION_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002010 IPW_WARNING("FW_INITIALIZATION_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002011 handled |= IPW_INTA_BIT_FW_INITIALIZATION_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002012 }
2013
James Ketrenosb095c382005-08-24 22:04:42 -05002014 if (inta & IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002015 IPW_WARNING("PHY_OFF_DONE\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002016 handled |= IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002017 }
2018
James Ketrenosb095c382005-08-24 22:04:42 -05002019 if (inta & IPW_INTA_BIT_RF_KILL_DONE) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002020 IPW_DEBUG_RF_KILL("RF_KILL_DONE\n");
2021 priv->status |= STATUS_RF_KILL_HW;
2022 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosea2b26e2005-08-24 21:25:16 -05002023 priv->status &= ~(STATUS_ASSOCIATED | STATUS_ASSOCIATING);
James Ketrenos43f66a62005-03-25 12:31:53 -06002024 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -04002025 cancel_delayed_work(&priv->request_direct_scan);
2026 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -04002027 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -05002028 schedule_work(&priv->link_down);
James Ketrenos43f66a62005-03-25 12:31:53 -06002029 queue_delayed_work(priv->workqueue, &priv->rf_kill, 2 * HZ);
James Ketrenosb095c382005-08-24 22:04:42 -05002030 handled |= IPW_INTA_BIT_RF_KILL_DONE;
James Ketrenos43f66a62005-03-25 12:31:53 -06002031 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002032
James Ketrenosb095c382005-08-24 22:04:42 -05002033 if (inta & IPW_INTA_BIT_FATAL_ERROR) {
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002034 IPW_WARNING("Firmware error detected. Restarting.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002035 if (priv->error) {
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002036 IPW_DEBUG_FW("Sysfs 'error' log already exists.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002037 if (ipw_debug_level & IPW_DL_FW_ERRORS) {
2038 struct ipw_fw_error *error =
2039 ipw_alloc_error_log(priv);
2040 ipw_dump_error_log(priv, error);
Jesper Juhl8f760782006-06-27 02:55:06 -07002041 kfree(error);
James Ketrenosb39860c2005-08-12 09:36:32 -05002042 }
James Ketrenosb39860c2005-08-12 09:36:32 -05002043 } else {
2044 priv->error = ipw_alloc_error_log(priv);
2045 if (priv->error)
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002046 IPW_DEBUG_FW("Sysfs 'error' log captured.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002047 else
Zhu Yi1d1b09e2006-03-02 06:40:59 +08002048 IPW_DEBUG_FW("Error allocating sysfs 'error' "
2049 "log.\n");
James Ketrenosb39860c2005-08-12 09:36:32 -05002050 if (ipw_debug_level & IPW_DL_FW_ERRORS)
2051 ipw_dump_error_log(priv, priv->error);
James Ketrenosb39860c2005-08-12 09:36:32 -05002052 }
2053
James Ketrenosb095c382005-08-24 22:04:42 -05002054 /* XXX: If hardware encryption is for WPA/WPA2,
2055 * we have to notify the supplicant. */
2056 if (priv->ieee->sec.encrypt) {
2057 priv->status &= ~STATUS_ASSOCIATED;
2058 notify_wx_assoc_event(priv);
2059 }
2060
2061 /* Keep the restart process from trying to send host
2062 * commands by clearing the INIT status bit */
2063 priv->status &= ~STATUS_INIT;
James Ketrenosafbf30a2005-08-25 00:05:33 -05002064
2065 /* Cancel currently queued command. */
2066 priv->status &= ~STATUS_HCMD_ACTIVE;
2067 wake_up_interruptible(&priv->wait_command_queue);
2068
James Ketrenos43f66a62005-03-25 12:31:53 -06002069 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenosb095c382005-08-24 22:04:42 -05002070 handled |= IPW_INTA_BIT_FATAL_ERROR;
James Ketrenos43f66a62005-03-25 12:31:53 -06002071 }
2072
James Ketrenosb095c382005-08-24 22:04:42 -05002073 if (inta & IPW_INTA_BIT_PARITY_ERROR) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002074 IPW_ERROR("Parity error\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002075 handled |= IPW_INTA_BIT_PARITY_ERROR;
James Ketrenos43f66a62005-03-25 12:31:53 -06002076 }
2077
2078 if (handled != inta) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002079 IPW_ERROR("Unhandled INTA bits 0x%08x\n", inta & ~handled);
James Ketrenos43f66a62005-03-25 12:31:53 -06002080 }
2081
Zhu Yi89c318e2006-06-08 22:19:49 -07002082 spin_unlock_irqrestore(&priv->lock, flags);
2083
James Ketrenos43f66a62005-03-25 12:31:53 -06002084 /* enable all interrupts */
2085 ipw_enable_interrupts(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06002086}
Jeff Garzikbf794512005-07-31 13:07:26 -04002087
James Ketrenos43f66a62005-03-25 12:31:53 -06002088#define IPW_CMD(x) case IPW_CMD_ ## x : return #x
2089static char *get_cmd_string(u8 cmd)
2090{
2091 switch (cmd) {
2092 IPW_CMD(HOST_COMPLETE);
Jeff Garzikbf794512005-07-31 13:07:26 -04002093 IPW_CMD(POWER_DOWN);
2094 IPW_CMD(SYSTEM_CONFIG);
2095 IPW_CMD(MULTICAST_ADDRESS);
2096 IPW_CMD(SSID);
2097 IPW_CMD(ADAPTER_ADDRESS);
2098 IPW_CMD(PORT_TYPE);
2099 IPW_CMD(RTS_THRESHOLD);
2100 IPW_CMD(FRAG_THRESHOLD);
2101 IPW_CMD(POWER_MODE);
2102 IPW_CMD(WEP_KEY);
2103 IPW_CMD(TGI_TX_KEY);
2104 IPW_CMD(SCAN_REQUEST);
2105 IPW_CMD(SCAN_REQUEST_EXT);
2106 IPW_CMD(ASSOCIATE);
2107 IPW_CMD(SUPPORTED_RATES);
2108 IPW_CMD(SCAN_ABORT);
2109 IPW_CMD(TX_FLUSH);
2110 IPW_CMD(QOS_PARAMETERS);
2111 IPW_CMD(DINO_CONFIG);
2112 IPW_CMD(RSN_CAPABILITIES);
2113 IPW_CMD(RX_KEY);
2114 IPW_CMD(CARD_DISABLE);
2115 IPW_CMD(SEED_NUMBER);
2116 IPW_CMD(TX_POWER);
2117 IPW_CMD(COUNTRY_INFO);
2118 IPW_CMD(AIRONET_INFO);
2119 IPW_CMD(AP_TX_POWER);
2120 IPW_CMD(CCKM_INFO);
2121 IPW_CMD(CCX_VER_INFO);
2122 IPW_CMD(SET_CALIBRATION);
2123 IPW_CMD(SENSITIVITY_CALIB);
2124 IPW_CMD(RETRY_LIMIT);
2125 IPW_CMD(IPW_PRE_POWER_DOWN);
2126 IPW_CMD(VAP_BEACON_TEMPLATE);
2127 IPW_CMD(VAP_DTIM_PERIOD);
2128 IPW_CMD(EXT_SUPPORTED_RATES);
2129 IPW_CMD(VAP_LOCAL_TX_PWR_CONSTRAINT);
2130 IPW_CMD(VAP_QUIET_INTERVALS);
2131 IPW_CMD(VAP_CHANNEL_SWITCH);
2132 IPW_CMD(VAP_MANDATORY_CHANNELS);
2133 IPW_CMD(VAP_CELL_PWR_LIMIT);
2134 IPW_CMD(VAP_CF_PARAM_SET);
2135 IPW_CMD(VAP_SET_BEACONING_STATE);
2136 IPW_CMD(MEASUREMENT);
2137 IPW_CMD(POWER_CAPABILITY);
2138 IPW_CMD(SUPPORTED_CHANNELS);
2139 IPW_CMD(TPC_REPORT);
2140 IPW_CMD(WME_INFO);
2141 IPW_CMD(PRODUCTION_COMMAND);
2142 default:
James Ketrenos43f66a62005-03-25 12:31:53 -06002143 return "UNKNOWN";
2144 }
2145}
James Ketrenos43f66a62005-03-25 12:31:53 -06002146
2147#define HOST_COMPLETE_TIMEOUT HZ
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002148
2149static int __ipw_send_cmd(struct ipw_priv *priv, struct host_cmd *cmd)
James Ketrenos43f66a62005-03-25 12:31:53 -06002150{
2151 int rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05002152 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06002153
James Ketrenosa613bff2005-08-24 21:43:11 -05002154 spin_lock_irqsave(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002155 if (priv->status & STATUS_HCMD_ACTIVE) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002156 IPW_ERROR("Failed to send %s: Already sending a command.\n",
2157 get_cmd_string(cmd->cmd));
James Ketrenosa613bff2005-08-24 21:43:11 -05002158 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002159 return -EAGAIN;
James Ketrenos43f66a62005-03-25 12:31:53 -06002160 }
2161
2162 priv->status |= STATUS_HCMD_ACTIVE;
Jeff Garzikbf794512005-07-31 13:07:26 -04002163
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002164 if (priv->cmdlog) {
2165 priv->cmdlog[priv->cmdlog_pos].jiffies = jiffies;
2166 priv->cmdlog[priv->cmdlog_pos].cmd.cmd = cmd->cmd;
2167 priv->cmdlog[priv->cmdlog_pos].cmd.len = cmd->len;
2168 memcpy(priv->cmdlog[priv->cmdlog_pos].cmd.param, cmd->param,
2169 cmd->len);
2170 priv->cmdlog[priv->cmdlog_pos].retcode = -1;
2171 }
2172
James Ketrenosb095c382005-08-24 22:04:42 -05002173 IPW_DEBUG_HC("%s command (#%d) %d bytes: 0x%08X\n",
2174 get_cmd_string(cmd->cmd), cmd->cmd, cmd->len,
2175 priv->status);
Zhu Yif516dbc2006-01-24 16:36:44 +08002176
2177#ifndef DEBUG_CMD_WEP_KEY
2178 if (cmd->cmd == IPW_CMD_WEP_KEY)
2179 IPW_DEBUG_HC("WEP_KEY command masked out for secure.\n");
2180 else
2181#endif
2182 printk_buf(IPW_DL_HOST_COMMAND, (u8 *) cmd->param, cmd->len);
2183
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002184 rc = ipw_queue_tx_hcmd(priv, cmd->cmd, cmd->param, cmd->len, 0);
James Ketrenosa613bff2005-08-24 21:43:11 -05002185 if (rc) {
2186 priv->status &= ~STATUS_HCMD_ACTIVE;
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002187 IPW_ERROR("Failed to send %s: Reason %d\n",
2188 get_cmd_string(cmd->cmd), rc);
James Ketrenosa613bff2005-08-24 21:43:11 -05002189 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002190 goto exit;
James Ketrenosa613bff2005-08-24 21:43:11 -05002191 }
2192 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002193
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002194 rc = wait_event_interruptible_timeout(priv->wait_command_queue,
2195 !(priv->
2196 status & STATUS_HCMD_ACTIVE),
2197 HOST_COMPLETE_TIMEOUT);
James Ketrenos43f66a62005-03-25 12:31:53 -06002198 if (rc == 0) {
James Ketrenosa613bff2005-08-24 21:43:11 -05002199 spin_lock_irqsave(&priv->lock, flags);
2200 if (priv->status & STATUS_HCMD_ACTIVE) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002201 IPW_ERROR("Failed to send %s: Command timed out.\n",
2202 get_cmd_string(cmd->cmd));
James Ketrenosa613bff2005-08-24 21:43:11 -05002203 priv->status &= ~STATUS_HCMD_ACTIVE;
2204 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002205 rc = -EIO;
2206 goto exit;
James Ketrenosa613bff2005-08-24 21:43:11 -05002207 }
2208 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos3b9990c2005-08-19 13:18:55 -05002209 } else
2210 rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05002211
James Ketrenosb095c382005-08-24 22:04:42 -05002212 if (priv->status & STATUS_RF_KILL_HW) {
James Ketrenos9ddf84f2005-08-16 17:07:11 -05002213 IPW_ERROR("Failed to send %s: Aborted due to RF kill switch.\n",
2214 get_cmd_string(cmd->cmd));
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002215 rc = -EIO;
2216 goto exit;
James Ketrenos43f66a62005-03-25 12:31:53 -06002217 }
2218
Zhu Yi2638bc32006-01-24 16:37:52 +08002219 exit:
James Ketrenosf6c5cb72005-08-25 00:39:09 -05002220 if (priv->cmdlog) {
2221 priv->cmdlog[priv->cmdlog_pos++].retcode = rc;
2222 priv->cmdlog_pos %= priv->cmdlog_len;
2223 }
2224 return rc;
James Ketrenos43f66a62005-03-25 12:31:53 -06002225}
2226
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002227static int ipw_send_cmd_simple(struct ipw_priv *priv, u8 command)
James Ketrenos43f66a62005-03-25 12:31:53 -06002228{
2229 struct host_cmd cmd = {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002230 .cmd = command,
James Ketrenos43f66a62005-03-25 12:31:53 -06002231 };
2232
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002233 return __ipw_send_cmd(priv, &cmd);
2234}
2235
2236static int ipw_send_cmd_pdu(struct ipw_priv *priv, u8 command, u8 len,
2237 void *data)
2238{
2239 struct host_cmd cmd = {
2240 .cmd = command,
2241 .len = len,
2242 .param = data,
2243 };
2244
2245 return __ipw_send_cmd(priv, &cmd);
2246}
2247
2248static int ipw_send_host_complete(struct ipw_priv *priv)
2249{
James Ketrenos43f66a62005-03-25 12:31:53 -06002250 if (!priv) {
2251 IPW_ERROR("Invalid args\n");
2252 return -1;
2253 }
2254
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002255 return ipw_send_cmd_simple(priv, IPW_CMD_HOST_COMPLETE);
James Ketrenos43f66a62005-03-25 12:31:53 -06002256}
2257
Zhu Yid685b8c2006-04-13 17:20:27 +08002258static int ipw_send_system_config(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002259{
Zhu Yid685b8c2006-04-13 17:20:27 +08002260 return ipw_send_cmd_pdu(priv, IPW_CMD_SYSTEM_CONFIG,
2261 sizeof(priv->sys_config),
2262 &priv->sys_config);
James Ketrenos43f66a62005-03-25 12:31:53 -06002263}
2264
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002265static int ipw_send_ssid(struct ipw_priv *priv, u8 * ssid, int len)
James Ketrenos43f66a62005-03-25 12:31:53 -06002266{
James Ketrenos43f66a62005-03-25 12:31:53 -06002267 if (!priv || !ssid) {
2268 IPW_ERROR("Invalid args\n");
2269 return -1;
2270 }
2271
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002272 return ipw_send_cmd_pdu(priv, IPW_CMD_SSID, min(len, IW_ESSID_MAX_SIZE),
Zhu Yi2638bc32006-01-24 16:37:52 +08002273 ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06002274}
2275
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002276static int ipw_send_adapter_address(struct ipw_priv *priv, u8 * mac)
James Ketrenos43f66a62005-03-25 12:31:53 -06002277{
James Ketrenos43f66a62005-03-25 12:31:53 -06002278 if (!priv || !mac) {
2279 IPW_ERROR("Invalid args\n");
2280 return -1;
2281 }
2282
Johannes Berge1749612008-10-27 15:59:26 -07002283 IPW_DEBUG_INFO("%s: Setting MAC to %pM\n",
2284 priv->net_dev->name, mac);
James Ketrenos43f66a62005-03-25 12:31:53 -06002285
Zhu Yi2638bc32006-01-24 16:37:52 +08002286 return ipw_send_cmd_pdu(priv, IPW_CMD_ADAPTER_ADDRESS, ETH_ALEN, mac);
James Ketrenos43f66a62005-03-25 12:31:53 -06002287}
2288
James Ketrenosa613bff2005-08-24 21:43:11 -05002289/*
2290 * NOTE: This must be executed from our workqueue as it results in udelay
2291 * being called which may corrupt the keyboard if executed on default
2292 * workqueue
2293 */
James Ketrenos43f66a62005-03-25 12:31:53 -06002294static void ipw_adapter_restart(void *adapter)
2295{
2296 struct ipw_priv *priv = adapter;
2297
2298 if (priv->status & STATUS_RF_KILL_MASK)
2299 return;
2300
2301 ipw_down(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05002302
2303 if (priv->assoc_network &&
2304 (priv->assoc_network->capability & WLAN_CAPABILITY_IBSS))
2305 ipw_remove_current_network(priv);
2306
James Ketrenos43f66a62005-03-25 12:31:53 -06002307 if (ipw_up(priv)) {
2308 IPW_ERROR("Failed to up device\n");
2309 return;
2310 }
2311}
2312
David Howellsc4028952006-11-22 14:57:56 +00002313static void ipw_bg_adapter_restart(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05002314{
David Howellsc4028952006-11-22 14:57:56 +00002315 struct ipw_priv *priv =
2316 container_of(work, struct ipw_priv, adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +08002317 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00002318 ipw_adapter_restart(priv);
Zhu Yi46441512006-01-24 16:37:59 +08002319 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05002320}
2321
James Ketrenos43f66a62005-03-25 12:31:53 -06002322#define IPW_SCAN_CHECK_WATCHDOG (5 * HZ)
2323
2324static void ipw_scan_check(void *data)
2325{
2326 struct ipw_priv *priv = data;
2327 if (priv->status & (STATUS_SCANNING | STATUS_SCAN_ABORTING)) {
2328 IPW_DEBUG_SCAN("Scan completion watchdog resetting "
Zhu Yic7b6a672006-01-24 16:37:05 +08002329 "adapter after (%dms).\n",
2330 jiffies_to_msecs(IPW_SCAN_CHECK_WATCHDOG));
James Ketrenosa613bff2005-08-24 21:43:11 -05002331 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06002332 }
2333}
2334
David Howellsc4028952006-11-22 14:57:56 +00002335static void ipw_bg_scan_check(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05002336{
David Howellsc4028952006-11-22 14:57:56 +00002337 struct ipw_priv *priv =
2338 container_of(work, struct ipw_priv, scan_check.work);
Zhu Yi46441512006-01-24 16:37:59 +08002339 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00002340 ipw_scan_check(priv);
Zhu Yi46441512006-01-24 16:37:59 +08002341 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05002342}
2343
James Ketrenos43f66a62005-03-25 12:31:53 -06002344static int ipw_send_scan_request_ext(struct ipw_priv *priv,
2345 struct ipw_scan_request_ext *request)
2346{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002347 return ipw_send_cmd_pdu(priv, IPW_CMD_SCAN_REQUEST_EXT,
Zhu Yi2638bc32006-01-24 16:37:52 +08002348 sizeof(*request), request);
James Ketrenos43f66a62005-03-25 12:31:53 -06002349}
2350
2351static int ipw_send_scan_abort(struct ipw_priv *priv)
2352{
James Ketrenos43f66a62005-03-25 12:31:53 -06002353 if (!priv) {
2354 IPW_ERROR("Invalid args\n");
2355 return -1;
2356 }
2357
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002358 return ipw_send_cmd_simple(priv, IPW_CMD_SCAN_ABORT);
James Ketrenos43f66a62005-03-25 12:31:53 -06002359}
2360
2361static int ipw_set_sensitivity(struct ipw_priv *priv, u16 sens)
2362{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002363 struct ipw_sensitivity_calib calib = {
Zhu Yi851ca262006-08-21 11:37:58 +08002364 .beacon_rssi_raw = cpu_to_le16(sens),
James Ketrenos43f66a62005-03-25 12:31:53 -06002365 };
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002366
2367 return ipw_send_cmd_pdu(priv, IPW_CMD_SENSITIVITY_CALIB, sizeof(calib),
Zhu Yi2638bc32006-01-24 16:37:52 +08002368 &calib);
James Ketrenos43f66a62005-03-25 12:31:53 -06002369}
2370
2371static int ipw_send_associate(struct ipw_priv *priv,
2372 struct ipw_associate *associate)
2373{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002374 if (!priv || !associate) {
2375 IPW_ERROR("Invalid args\n");
2376 return -1;
2377 }
2378
Al Viro5b5e8072007-12-27 01:54:06 -05002379 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate),
2380 associate);
James Ketrenos43f66a62005-03-25 12:31:53 -06002381}
2382
2383static int ipw_send_supported_rates(struct ipw_priv *priv,
2384 struct ipw_supported_rates *rates)
2385{
James Ketrenos43f66a62005-03-25 12:31:53 -06002386 if (!priv || !rates) {
2387 IPW_ERROR("Invalid args\n");
2388 return -1;
2389 }
2390
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002391 return ipw_send_cmd_pdu(priv, IPW_CMD_SUPPORTED_RATES, sizeof(*rates),
Zhu Yi2638bc32006-01-24 16:37:52 +08002392 rates);
James Ketrenos43f66a62005-03-25 12:31:53 -06002393}
2394
2395static int ipw_set_random_seed(struct ipw_priv *priv)
2396{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002397 u32 val;
James Ketrenos43f66a62005-03-25 12:31:53 -06002398
2399 if (!priv) {
2400 IPW_ERROR("Invalid args\n");
2401 return -1;
2402 }
2403
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002404 get_random_bytes(&val, sizeof(val));
James Ketrenos43f66a62005-03-25 12:31:53 -06002405
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002406 return ipw_send_cmd_pdu(priv, IPW_CMD_SEED_NUMBER, sizeof(val), &val);
James Ketrenos43f66a62005-03-25 12:31:53 -06002407}
2408
James Ketrenos43f66a62005-03-25 12:31:53 -06002409static int ipw_send_card_disable(struct ipw_priv *priv, u32 phy_off)
2410{
Al Viroe62e1ee2007-12-27 01:36:46 -05002411 __le32 v = cpu_to_le32(phy_off);
James Ketrenos43f66a62005-03-25 12:31:53 -06002412 if (!priv) {
2413 IPW_ERROR("Invalid args\n");
2414 return -1;
2415 }
2416
Al Viroe62e1ee2007-12-27 01:36:46 -05002417 return ipw_send_cmd_pdu(priv, IPW_CMD_CARD_DISABLE, sizeof(v), &v);
James Ketrenos43f66a62005-03-25 12:31:53 -06002418}
James Ketrenos43f66a62005-03-25 12:31:53 -06002419
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002420static int ipw_send_tx_power(struct ipw_priv *priv, struct ipw_tx_power *power)
James Ketrenos43f66a62005-03-25 12:31:53 -06002421{
James Ketrenos43f66a62005-03-25 12:31:53 -06002422 if (!priv || !power) {
2423 IPW_ERROR("Invalid args\n");
2424 return -1;
2425 }
2426
Zhu Yi2638bc32006-01-24 16:37:52 +08002427 return ipw_send_cmd_pdu(priv, IPW_CMD_TX_POWER, sizeof(*power), power);
James Ketrenos43f66a62005-03-25 12:31:53 -06002428}
James Ketrenos43f66a62005-03-25 12:31:53 -06002429
Zhu Yi6de9f7f2005-08-11 14:39:33 +08002430static int ipw_set_tx_power(struct ipw_priv *priv)
2431{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002432 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08002433 struct ipw_tx_power tx_power;
2434 s8 max_power;
2435 int i;
2436
2437 memset(&tx_power, 0, sizeof(tx_power));
2438
2439 /* configure device for 'G' band */
2440 tx_power.ieee_mode = IPW_G_MODE;
2441 tx_power.num_channels = geo->bg_channels;
2442 for (i = 0; i < geo->bg_channels; i++) {
2443 max_power = geo->bg[i].max_power;
2444 tx_power.channels_tx_power[i].channel_number =
2445 geo->bg[i].channel;
2446 tx_power.channels_tx_power[i].tx_power = max_power ?
2447 min(max_power, priv->tx_power) : priv->tx_power;
2448 }
2449 if (ipw_send_tx_power(priv, &tx_power))
2450 return -EIO;
2451
2452 /* configure device to also handle 'B' band */
2453 tx_power.ieee_mode = IPW_B_MODE;
2454 if (ipw_send_tx_power(priv, &tx_power))
2455 return -EIO;
2456
2457 /* configure device to also handle 'A' band */
2458 if (priv->ieee->abg_true) {
2459 tx_power.ieee_mode = IPW_A_MODE;
2460 tx_power.num_channels = geo->a_channels;
2461 for (i = 0; i < tx_power.num_channels; i++) {
2462 max_power = geo->a[i].max_power;
2463 tx_power.channels_tx_power[i].channel_number =
2464 geo->a[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 }
James Ketrenos43f66a62005-03-25 12:31:53 -06002471 return 0;
2472}
2473
2474static int ipw_send_rts_threshold(struct ipw_priv *priv, u16 rts)
2475{
2476 struct ipw_rts_threshold rts_threshold = {
Zhu Yi851ca262006-08-21 11:37:58 +08002477 .rts_threshold = cpu_to_le16(rts),
James Ketrenos43f66a62005-03-25 12:31:53 -06002478 };
James Ketrenos43f66a62005-03-25 12:31:53 -06002479
2480 if (!priv) {
2481 IPW_ERROR("Invalid args\n");
2482 return -1;
2483 }
2484
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002485 return ipw_send_cmd_pdu(priv, IPW_CMD_RTS_THRESHOLD,
2486 sizeof(rts_threshold), &rts_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06002487}
2488
2489static int ipw_send_frag_threshold(struct ipw_priv *priv, u16 frag)
2490{
2491 struct ipw_frag_threshold frag_threshold = {
Zhu Yi851ca262006-08-21 11:37:58 +08002492 .frag_threshold = cpu_to_le16(frag),
James Ketrenos43f66a62005-03-25 12:31:53 -06002493 };
James Ketrenos43f66a62005-03-25 12:31:53 -06002494
2495 if (!priv) {
2496 IPW_ERROR("Invalid args\n");
2497 return -1;
2498 }
2499
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002500 return ipw_send_cmd_pdu(priv, IPW_CMD_FRAG_THRESHOLD,
2501 sizeof(frag_threshold), &frag_threshold);
James Ketrenos43f66a62005-03-25 12:31:53 -06002502}
2503
2504static int ipw_send_power_mode(struct ipw_priv *priv, u32 mode)
2505{
Al Viroe62e1ee2007-12-27 01:36:46 -05002506 __le32 param;
James Ketrenos43f66a62005-03-25 12:31:53 -06002507
2508 if (!priv) {
2509 IPW_ERROR("Invalid args\n");
2510 return -1;
2511 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002512
James Ketrenos43f66a62005-03-25 12:31:53 -06002513 /* If on battery, set to 3, if AC set to CAM, else user
2514 * level */
2515 switch (mode) {
2516 case IPW_POWER_BATTERY:
Al Viroe62e1ee2007-12-27 01:36:46 -05002517 param = cpu_to_le32(IPW_POWER_INDEX_3);
James Ketrenos43f66a62005-03-25 12:31:53 -06002518 break;
2519 case IPW_POWER_AC:
Al Viroe62e1ee2007-12-27 01:36:46 -05002520 param = cpu_to_le32(IPW_POWER_MODE_CAM);
James Ketrenos43f66a62005-03-25 12:31:53 -06002521 break;
2522 default:
Al Viroe62e1ee2007-12-27 01:36:46 -05002523 param = cpu_to_le32(mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06002524 break;
2525 }
2526
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002527 return ipw_send_cmd_pdu(priv, IPW_CMD_POWER_MODE, sizeof(param),
Zhu Yi2638bc32006-01-24 16:37:52 +08002528 &param);
James Ketrenos43f66a62005-03-25 12:31:53 -06002529}
2530
James Ketrenosafbf30a2005-08-25 00:05:33 -05002531static int ipw_send_retry_limit(struct ipw_priv *priv, u8 slimit, u8 llimit)
2532{
2533 struct ipw_retry_limit retry_limit = {
2534 .short_retry_limit = slimit,
2535 .long_retry_limit = llimit
2536 };
James Ketrenosafbf30a2005-08-25 00:05:33 -05002537
2538 if (!priv) {
2539 IPW_ERROR("Invalid args\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002540 return -1;
2541 }
2542
Zhu Yi0a7bcf22006-01-24 16:37:28 +08002543 return ipw_send_cmd_pdu(priv, IPW_CMD_RETRY_LIMIT, sizeof(retry_limit),
Zhu Yi2638bc32006-01-24 16:37:52 +08002544 &retry_limit);
James Ketrenos43f66a62005-03-25 12:31:53 -06002545}
2546
2547/*
2548 * The IPW device contains a Microwire compatible EEPROM that stores
2549 * various data like the MAC address. Usually the firmware has exclusive
2550 * access to the eeprom, but during device initialization (before the
2551 * device driver has sent the HostComplete command to the firmware) the
2552 * device driver has read access to the EEPROM by way of indirect addressing
2553 * through a couple of memory mapped registers.
2554 *
2555 * The following is a simplified implementation for pulling data out of the
2556 * the eeprom, along with some helper functions to find information in
2557 * the per device private data's copy of the eeprom.
2558 *
2559 * NOTE: To better understand how these functions work (i.e what is a chip
2560 * select and why do have to keep driving the eeprom clock?), read
2561 * just about any data sheet for a Microwire compatible EEPROM.
2562 */
2563
2564/* write a 32 bit value into the indirect accessor register */
2565static inline void eeprom_write_reg(struct ipw_priv *p, u32 data)
2566{
2567 ipw_write_reg32(p, FW_MEM_REG_EEPROM_ACCESS, data);
Jeff Garzikbf794512005-07-31 13:07:26 -04002568
James Ketrenos43f66a62005-03-25 12:31:53 -06002569 /* the eeprom requires some time to complete the operation */
2570 udelay(p->eeprom_delay);
2571
2572 return;
2573}
2574
2575/* perform a chip select operation */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002576static void eeprom_cs(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002577{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002578 eeprom_write_reg(priv, 0);
2579 eeprom_write_reg(priv, EEPROM_BIT_CS);
2580 eeprom_write_reg(priv, EEPROM_BIT_CS | EEPROM_BIT_SK);
2581 eeprom_write_reg(priv, EEPROM_BIT_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06002582}
2583
2584/* perform a chip select operation */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002585static void eeprom_disable_cs(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002586{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002587 eeprom_write_reg(priv, EEPROM_BIT_CS);
2588 eeprom_write_reg(priv, 0);
2589 eeprom_write_reg(priv, EEPROM_BIT_SK);
James Ketrenos43f66a62005-03-25 12:31:53 -06002590}
2591
2592/* push a single bit down to the eeprom */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002593static inline void eeprom_write_bit(struct ipw_priv *p, u8 bit)
James Ketrenos43f66a62005-03-25 12:31:53 -06002594{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002595 int d = (bit ? EEPROM_BIT_DI : 0);
2596 eeprom_write_reg(p, EEPROM_BIT_CS | d);
2597 eeprom_write_reg(p, EEPROM_BIT_CS | d | EEPROM_BIT_SK);
James Ketrenos43f66a62005-03-25 12:31:53 -06002598}
2599
2600/* push an opcode followed by an address down to the eeprom */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002601static void eeprom_op(struct ipw_priv *priv, u8 op, u8 addr)
James Ketrenos43f66a62005-03-25 12:31:53 -06002602{
2603 int i;
2604
2605 eeprom_cs(priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002606 eeprom_write_bit(priv, 1);
2607 eeprom_write_bit(priv, op & 2);
2608 eeprom_write_bit(priv, op & 1);
2609 for (i = 7; i >= 0; i--) {
2610 eeprom_write_bit(priv, addr & (1 << i));
James Ketrenos43f66a62005-03-25 12:31:53 -06002611 }
2612}
2613
2614/* pull 16 bits off the eeprom, one bit at a time */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002615static u16 eeprom_read_u16(struct ipw_priv *priv, u8 addr)
James Ketrenos43f66a62005-03-25 12:31:53 -06002616{
2617 int i;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002618 u16 r = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04002619
James Ketrenos43f66a62005-03-25 12:31:53 -06002620 /* Send READ Opcode */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002621 eeprom_op(priv, EEPROM_CMD_READ, addr);
James Ketrenos43f66a62005-03-25 12:31:53 -06002622
2623 /* Send dummy bit */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002624 eeprom_write_reg(priv, EEPROM_BIT_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06002625
2626 /* Read the byte off the eeprom one bit at a time */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002627 for (i = 0; i < 16; i++) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002628 u32 data = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002629 eeprom_write_reg(priv, EEPROM_BIT_CS | EEPROM_BIT_SK);
2630 eeprom_write_reg(priv, EEPROM_BIT_CS);
2631 data = ipw_read_reg32(priv, FW_MEM_REG_EEPROM_ACCESS);
2632 r = (r << 1) | ((data & EEPROM_BIT_DO) ? 1 : 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002633 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002634
James Ketrenos43f66a62005-03-25 12:31:53 -06002635 /* Send another dummy bit */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002636 eeprom_write_reg(priv, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002637 eeprom_disable_cs(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04002638
James Ketrenos43f66a62005-03-25 12:31:53 -06002639 return r;
2640}
2641
2642/* helper function for pulling the mac address out of the private */
2643/* data's copy of the eeprom data */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002644static void eeprom_parse_mac(struct ipw_priv *priv, u8 * mac)
James Ketrenos43f66a62005-03-25 12:31:53 -06002645{
James Ketrenosafbf30a2005-08-25 00:05:33 -05002646 memcpy(mac, &priv->eeprom[EEPROM_MAC_ADDRESS], 6);
James Ketrenos43f66a62005-03-25 12:31:53 -06002647}
2648
2649/*
2650 * Either the device driver (i.e. the host) or the firmware can
2651 * load eeprom data into the designated region in SRAM. If neither
2652 * happens then the FW will shutdown with a fatal error.
2653 *
2654 * In order to signal the FW to load the EEPROM, the EEPROM_LOAD_DISABLE
2655 * bit needs region of shared SRAM needs to be non-zero.
2656 */
2657static void ipw_eeprom_init_sram(struct ipw_priv *priv)
2658{
2659 int i;
Al Viroe62e1ee2007-12-27 01:36:46 -05002660 __le16 *eeprom = (__le16 *) priv->eeprom;
Jeff Garzikbf794512005-07-31 13:07:26 -04002661
James Ketrenos43f66a62005-03-25 12:31:53 -06002662 IPW_DEBUG_TRACE(">>\n");
2663
2664 /* read entire contents of eeprom into private buffer */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002665 for (i = 0; i < 128; i++)
Al Viroe62e1ee2007-12-27 01:36:46 -05002666 eeprom[i] = cpu_to_le16(eeprom_read_u16(priv, (u8) i));
James Ketrenos43f66a62005-03-25 12:31:53 -06002667
Jeff Garzikbf794512005-07-31 13:07:26 -04002668 /*
2669 If the data looks correct, then copy it to our private
James Ketrenos43f66a62005-03-25 12:31:53 -06002670 copy. Otherwise let the firmware know to perform the operation
Zhu Yic7b6a672006-01-24 16:37:05 +08002671 on its own.
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002672 */
Alexey Dobriyan386093e2006-02-01 03:04:57 -08002673 if (priv->eeprom[EEPROM_VERSION] != 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002674 IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n");
2675
2676 /* write the eeprom data to sram */
James Ketrenosb095c382005-08-24 22:04:42 -05002677 for (i = 0; i < IPW_EEPROM_IMAGE_SIZE; i++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002678 ipw_write8(priv, IPW_EEPROM_DATA + i, priv->eeprom[i]);
James Ketrenos43f66a62005-03-25 12:31:53 -06002679
2680 /* Do not load eeprom data on fatal error or suspend */
2681 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
2682 } else {
2683 IPW_DEBUG_INFO("Enabling FW initializationg of SRAM\n");
2684
2685 /* Load eeprom data on fatal error or suspend */
2686 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 1);
2687 }
2688
2689 IPW_DEBUG_TRACE("<<\n");
2690}
2691
Arjan van de Ven858119e2006-01-14 13:20:43 -08002692static void ipw_zero_memory(struct ipw_priv *priv, u32 start, u32 count)
James Ketrenos43f66a62005-03-25 12:31:53 -06002693{
2694 count >>= 2;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002695 if (!count)
2696 return;
James Ketrenosb095c382005-08-24 22:04:42 -05002697 _ipw_write32(priv, IPW_AUTOINC_ADDR, start);
Jeff Garzikbf794512005-07-31 13:07:26 -04002698 while (count--)
James Ketrenosb095c382005-08-24 22:04:42 -05002699 _ipw_write32(priv, IPW_AUTOINC_DATA, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06002700}
2701
2702static inline void ipw_fw_dma_reset_command_blocks(struct ipw_priv *priv)
2703{
James Ketrenosb095c382005-08-24 22:04:42 -05002704 ipw_zero_memory(priv, IPW_SHARED_SRAM_DMA_CONTROL,
Jeff Garzikbf794512005-07-31 13:07:26 -04002705 CB_NUMBER_OF_ELEMENTS_SMALL *
James Ketrenos43f66a62005-03-25 12:31:53 -06002706 sizeof(struct command_block));
2707}
2708
2709static int ipw_fw_dma_enable(struct ipw_priv *priv)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002710{ /* start dma engine but no transfers yet */
James Ketrenos43f66a62005-03-25 12:31:53 -06002711
2712 IPW_DEBUG_FW(">> : \n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002713
James Ketrenos43f66a62005-03-25 12:31:53 -06002714 /* Start the dma */
2715 ipw_fw_dma_reset_command_blocks(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04002716
James Ketrenos43f66a62005-03-25 12:31:53 -06002717 /* Write CB base address */
James Ketrenosb095c382005-08-24 22:04:42 -05002718 ipw_write_reg32(priv, IPW_DMA_I_CB_BASE, IPW_SHARED_SRAM_DMA_CONTROL);
James Ketrenos43f66a62005-03-25 12:31:53 -06002719
2720 IPW_DEBUG_FW("<< : \n");
2721 return 0;
2722}
2723
2724static void ipw_fw_dma_abort(struct ipw_priv *priv)
2725{
2726 u32 control = 0;
2727
2728 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002729
Pavel Machek67fd6b42006-07-11 15:34:05 +02002730 /* set the Stop and Abort bit */
James Ketrenos43f66a62005-03-25 12:31:53 -06002731 control = DMA_CONTROL_SMALL_CB_CONST_VALUE | DMA_CB_STOP_AND_ABORT;
James Ketrenosb095c382005-08-24 22:04:42 -05002732 ipw_write_reg32(priv, IPW_DMA_I_DMA_CONTROL, control);
James Ketrenos43f66a62005-03-25 12:31:53 -06002733 priv->sram_desc.last_cb_index = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04002734
James Ketrenos43f66a62005-03-25 12:31:53 -06002735 IPW_DEBUG_FW("<< \n");
2736}
2737
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002738static int ipw_fw_dma_write_command_block(struct ipw_priv *priv, int index,
2739 struct command_block *cb)
James Ketrenos43f66a62005-03-25 12:31:53 -06002740{
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002741 u32 address =
James Ketrenosb095c382005-08-24 22:04:42 -05002742 IPW_SHARED_SRAM_DMA_CONTROL +
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002743 (sizeof(struct command_block) * index);
James Ketrenos43f66a62005-03-25 12:31:53 -06002744 IPW_DEBUG_FW(">> :\n");
2745
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002746 ipw_write_indirect(priv, address, (u8 *) cb,
2747 (int)sizeof(struct command_block));
James Ketrenos43f66a62005-03-25 12:31:53 -06002748
2749 IPW_DEBUG_FW("<< :\n");
2750 return 0;
2751
2752}
2753
2754static int ipw_fw_dma_kick(struct ipw_priv *priv)
2755{
2756 u32 control = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002757 u32 index = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002758
2759 IPW_DEBUG_FW(">> :\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04002760
James Ketrenos43f66a62005-03-25 12:31:53 -06002761 for (index = 0; index < priv->sram_desc.last_cb_index; index++)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002762 ipw_fw_dma_write_command_block(priv, index,
2763 &priv->sram_desc.cb_list[index]);
James Ketrenos43f66a62005-03-25 12:31:53 -06002764
2765 /* Enable the DMA in the CSR register */
James Ketrenosb095c382005-08-24 22:04:42 -05002766 ipw_clear_bit(priv, IPW_RESET_REG,
2767 IPW_RESET_REG_MASTER_DISABLED |
2768 IPW_RESET_REG_STOP_MASTER);
Jeff Garzikbf794512005-07-31 13:07:26 -04002769
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002770 /* Set the Start bit. */
James Ketrenos43f66a62005-03-25 12:31:53 -06002771 control = DMA_CONTROL_SMALL_CB_CONST_VALUE | DMA_CB_START;
James Ketrenosb095c382005-08-24 22:04:42 -05002772 ipw_write_reg32(priv, IPW_DMA_I_DMA_CONTROL, control);
James Ketrenos43f66a62005-03-25 12:31:53 -06002773
2774 IPW_DEBUG_FW("<< :\n");
2775 return 0;
2776}
2777
2778static void ipw_fw_dma_dump_command_block(struct ipw_priv *priv)
2779{
2780 u32 address;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002781 u32 register_value = 0;
2782 u32 cb_fields_address = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002783
2784 IPW_DEBUG_FW(">> :\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002785 address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002786 IPW_DEBUG_FW_INFO("Current CB is 0x%x \n", address);
James Ketrenos43f66a62005-03-25 12:31:53 -06002787
2788 /* Read the DMA Controlor register */
James Ketrenosb095c382005-08-24 22:04:42 -05002789 register_value = ipw_read_reg32(priv, IPW_DMA_I_DMA_CONTROL);
2790 IPW_DEBUG_FW_INFO("IPW_DMA_I_DMA_CONTROL is 0x%x \n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002791
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002792 /* Print the CB values */
James Ketrenos43f66a62005-03-25 12:31:53 -06002793 cb_fields_address = address;
2794 register_value = ipw_read_reg32(priv, cb_fields_address);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002795 IPW_DEBUG_FW_INFO("Current CB ControlField is 0x%x \n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002796
2797 cb_fields_address += sizeof(u32);
2798 register_value = ipw_read_reg32(priv, cb_fields_address);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002799 IPW_DEBUG_FW_INFO("Current CB Source Field is 0x%x \n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002800
2801 cb_fields_address += sizeof(u32);
2802 register_value = ipw_read_reg32(priv, cb_fields_address);
2803 IPW_DEBUG_FW_INFO("Current CB Destination Field is 0x%x \n",
2804 register_value);
2805
2806 cb_fields_address += sizeof(u32);
2807 register_value = ipw_read_reg32(priv, cb_fields_address);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002808 IPW_DEBUG_FW_INFO("Current CB Status Field is 0x%x \n", register_value);
James Ketrenos43f66a62005-03-25 12:31:53 -06002809
2810 IPW_DEBUG_FW(">> :\n");
2811}
2812
2813static int ipw_fw_dma_command_block_index(struct ipw_priv *priv)
2814{
2815 u32 current_cb_address = 0;
2816 u32 current_cb_index = 0;
2817
2818 IPW_DEBUG_FW("<< :\n");
James Ketrenosb095c382005-08-24 22:04:42 -05002819 current_cb_address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB);
Jeff Garzikbf794512005-07-31 13:07:26 -04002820
James Ketrenosb095c382005-08-24 22:04:42 -05002821 current_cb_index = (current_cb_address - IPW_SHARED_SRAM_DMA_CONTROL) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002822 sizeof(struct command_block);
Jeff Garzikbf794512005-07-31 13:07:26 -04002823
James Ketrenos43f66a62005-03-25 12:31:53 -06002824 IPW_DEBUG_FW_INFO("Current CB index 0x%x address = 0x%X \n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002825 current_cb_index, current_cb_address);
James Ketrenos43f66a62005-03-25 12:31:53 -06002826
2827 IPW_DEBUG_FW(">> :\n");
2828 return current_cb_index;
2829
2830}
2831
2832static int ipw_fw_dma_add_command_block(struct ipw_priv *priv,
2833 u32 src_address,
2834 u32 dest_address,
2835 u32 length,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002836 int interrupt_enabled, int is_last)
James Ketrenos43f66a62005-03-25 12:31:53 -06002837{
2838
Jeff Garzikbf794512005-07-31 13:07:26 -04002839 u32 control = CB_VALID | CB_SRC_LE | CB_DEST_LE | CB_SRC_AUTOINC |
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002840 CB_SRC_IO_GATED | CB_DEST_AUTOINC | CB_SRC_SIZE_LONG |
2841 CB_DEST_SIZE_LONG;
James Ketrenos43f66a62005-03-25 12:31:53 -06002842 struct command_block *cb;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002843 u32 last_cb_element = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06002844
2845 IPW_DEBUG_FW_INFO("src_address=0x%x dest_address=0x%x length=0x%x\n",
2846 src_address, dest_address, length);
2847
2848 if (priv->sram_desc.last_cb_index >= CB_NUMBER_OF_ELEMENTS_SMALL)
2849 return -1;
2850
2851 last_cb_element = priv->sram_desc.last_cb_index;
2852 cb = &priv->sram_desc.cb_list[last_cb_element];
2853 priv->sram_desc.last_cb_index++;
2854
2855 /* Calculate the new CB control word */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002856 if (interrupt_enabled)
James Ketrenos43f66a62005-03-25 12:31:53 -06002857 control |= CB_INT_ENABLED;
2858
2859 if (is_last)
2860 control |= CB_LAST_VALID;
Jeff Garzikbf794512005-07-31 13:07:26 -04002861
James Ketrenos43f66a62005-03-25 12:31:53 -06002862 control |= length;
2863
2864 /* Calculate the CB Element's checksum value */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002865 cb->status = control ^ src_address ^ dest_address;
James Ketrenos43f66a62005-03-25 12:31:53 -06002866
2867 /* Copy the Source and Destination addresses */
2868 cb->dest_addr = dest_address;
2869 cb->source_addr = src_address;
2870
2871 /* Copy the Control Word last */
2872 cb->control = control;
2873
2874 return 0;
2875}
2876
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002877static int ipw_fw_dma_add_buffer(struct ipw_priv *priv, dma_addr_t *src_address,
2878 int nr, u32 dest_address, u32 len)
James Ketrenos43f66a62005-03-25 12:31:53 -06002879{
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002880 int ret, i;
2881 u32 size;
2882
James Ketrenos43f66a62005-03-25 12:31:53 -06002883 IPW_DEBUG_FW(">> \n");
Zhu Yi11ebd1b2009-08-28 11:42:31 +08002884 IPW_DEBUG_FW_INFO("nr=%d dest_address=0x%x len=0x%x\n",
2885 nr, dest_address, len);
2886
2887 for (i = 0; i < nr; i++) {
2888 size = min_t(u32, len - i * CB_MAX_LENGTH, CB_MAX_LENGTH);
2889 ret = ipw_fw_dma_add_command_block(priv, src_address[i],
2890 dest_address +
2891 i * CB_MAX_LENGTH, size,
2892 0, 0);
2893 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002894 IPW_DEBUG_FW_INFO(": Failed\n");
2895 return -1;
Jeff Garzikbf794512005-07-31 13:07:26 -04002896 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06002897 IPW_DEBUG_FW_INFO(": Added new cb\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06002898 }
Jeff Garzikbf794512005-07-31 13:07:26 -04002899
James Ketrenos43f66a62005-03-25 12:31:53 -06002900 IPW_DEBUG_FW("<< \n");
2901 return 0;
2902}
2903
2904static int ipw_fw_dma_wait(struct ipw_priv *priv)
2905{
Zhu Yi397ae122006-01-24 16:37:22 +08002906 u32 current_index = 0, previous_index;
James Ketrenos43f66a62005-03-25 12:31:53 -06002907 u32 watchdog = 0;
2908
2909 IPW_DEBUG_FW(">> : \n");
2910
2911 current_index = ipw_fw_dma_command_block_index(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08002912 IPW_DEBUG_FW_INFO("sram_desc.last_cb_index:0x%08X\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002913 (int)priv->sram_desc.last_cb_index);
James Ketrenos43f66a62005-03-25 12:31:53 -06002914
2915 while (current_index < priv->sram_desc.last_cb_index) {
2916 udelay(50);
Zhu Yi397ae122006-01-24 16:37:22 +08002917 previous_index = current_index;
James Ketrenos43f66a62005-03-25 12:31:53 -06002918 current_index = ipw_fw_dma_command_block_index(priv);
2919
Zhu Yi397ae122006-01-24 16:37:22 +08002920 if (previous_index < current_index) {
2921 watchdog = 0;
2922 continue;
2923 }
2924 if (++watchdog > 400) {
James Ketrenos43f66a62005-03-25 12:31:53 -06002925 IPW_DEBUG_FW_INFO("Timeout\n");
2926 ipw_fw_dma_dump_command_block(priv);
2927 ipw_fw_dma_abort(priv);
2928 return -1;
2929 }
2930 }
2931
2932 ipw_fw_dma_abort(priv);
2933
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002934 /*Disable the DMA in the CSR register */
James Ketrenosb095c382005-08-24 22:04:42 -05002935 ipw_set_bit(priv, IPW_RESET_REG,
2936 IPW_RESET_REG_MASTER_DISABLED | IPW_RESET_REG_STOP_MASTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06002937
2938 IPW_DEBUG_FW("<< dmaWaitSync \n");
2939 return 0;
2940}
2941
Jeff Garzikbf794512005-07-31 13:07:26 -04002942static void ipw_remove_current_network(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002943{
2944 struct list_head *element, *safe;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002945 struct libipw_network *network = NULL;
James Ketrenosa613bff2005-08-24 21:43:11 -05002946 unsigned long flags;
2947
2948 spin_lock_irqsave(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002949 list_for_each_safe(element, safe, &priv->ieee->network_list) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04002950 network = list_entry(element, struct libipw_network, list);
James Ketrenos43f66a62005-03-25 12:31:53 -06002951 if (!memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
2952 list_del(element);
Jeff Garzikbf794512005-07-31 13:07:26 -04002953 list_add_tail(&network->list,
James Ketrenos43f66a62005-03-25 12:31:53 -06002954 &priv->ieee->network_free_list);
2955 }
2956 }
James Ketrenosa613bff2005-08-24 21:43:11 -05002957 spin_unlock_irqrestore(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06002958}
2959
2960/**
Jeff Garzikbf794512005-07-31 13:07:26 -04002961 * Check that card is still alive.
James Ketrenos43f66a62005-03-25 12:31:53 -06002962 * Reads debug register from domain0.
2963 * If card is present, pre-defined value should
2964 * be found there.
Jeff Garzikbf794512005-07-31 13:07:26 -04002965 *
James Ketrenos43f66a62005-03-25 12:31:53 -06002966 * @param priv
2967 * @return 1 if card is present, 0 otherwise
2968 */
2969static inline int ipw_alive(struct ipw_priv *priv)
2970{
2971 return ipw_read32(priv, 0x90) == 0xd55555d5;
2972}
2973
Zhu Yic7b6a672006-01-24 16:37:05 +08002974/* timeout in msec, attempted in 10-msec quanta */
Arjan van de Ven858119e2006-01-14 13:20:43 -08002975static int ipw_poll_bit(struct ipw_priv *priv, u32 addr, u32 mask,
James Ketrenos43f66a62005-03-25 12:31:53 -06002976 int timeout)
2977{
2978 int i = 0;
2979
2980 do {
Jeff Garzikbf794512005-07-31 13:07:26 -04002981 if ((ipw_read32(priv, addr) & mask) == mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06002982 return i;
2983 mdelay(10);
2984 i += 10;
2985 } while (i < timeout);
Jeff Garzikbf794512005-07-31 13:07:26 -04002986
James Ketrenos43f66a62005-03-25 12:31:53 -06002987 return -ETIME;
2988}
2989
Jeff Garzikbf794512005-07-31 13:07:26 -04002990/* These functions load the firmware and micro code for the operation of
James Ketrenos43f66a62005-03-25 12:31:53 -06002991 * the ipw hardware. It assumes the buffer has all the bits for the
2992 * image and the caller is handling the memory allocation and clean up.
2993 */
2994
Jeff Garzik0edd5b42005-09-07 00:48:31 -04002995static int ipw_stop_master(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06002996{
2997 int rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04002998
James Ketrenos43f66a62005-03-25 12:31:53 -06002999 IPW_DEBUG_TRACE(">> \n");
3000 /* stop master. typical delay - 0 */
James Ketrenosb095c382005-08-24 22:04:42 -05003001 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06003002
Zhu Yic7b6a672006-01-24 16:37:05 +08003003 /* timeout is in msec, polled in 10-msec quanta */
James Ketrenosb095c382005-08-24 22:04:42 -05003004 rc = ipw_poll_bit(priv, IPW_RESET_REG,
3005 IPW_RESET_REG_MASTER_DISABLED, 100);
James Ketrenos43f66a62005-03-25 12:31:53 -06003006 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003007 IPW_ERROR("wait for stop master failed after 100ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003008 return -1;
3009 }
3010
3011 IPW_DEBUG_INFO("stop master %dms\n", rc);
3012
3013 return rc;
3014}
3015
3016static void ipw_arc_release(struct ipw_priv *priv)
3017{
3018 IPW_DEBUG_TRACE(">> \n");
3019 mdelay(5);
3020
James Ketrenosb095c382005-08-24 22:04:42 -05003021 ipw_clear_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET);
James Ketrenos43f66a62005-03-25 12:31:53 -06003022
3023 /* no one knows timing, for safety add some delay */
3024 mdelay(5);
3025}
3026
James Ketrenos43f66a62005-03-25 12:31:53 -06003027struct fw_chunk {
Al Viroe62e1ee2007-12-27 01:36:46 -05003028 __le32 address;
3029 __le32 length;
James Ketrenos43f66a62005-03-25 12:31:53 -06003030};
3031
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003032static int ipw_load_ucode(struct ipw_priv *priv, u8 * data, size_t len)
James Ketrenos43f66a62005-03-25 12:31:53 -06003033{
3034 int rc = 0, i, addr;
3035 u8 cr = 0;
Al Viroe62e1ee2007-12-27 01:36:46 -05003036 __le16 *image;
James Ketrenos43f66a62005-03-25 12:31:53 -06003037
Al Viroe62e1ee2007-12-27 01:36:46 -05003038 image = (__le16 *) data;
Jeff Garzikbf794512005-07-31 13:07:26 -04003039
James Ketrenos43f66a62005-03-25 12:31:53 -06003040 IPW_DEBUG_TRACE(">> \n");
3041
3042 rc = ipw_stop_master(priv);
3043
3044 if (rc < 0)
3045 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003046
James Ketrenosb095c382005-08-24 22:04:42 -05003047 for (addr = IPW_SHARED_LOWER_BOUND;
3048 addr < IPW_REGISTER_DOMAIN1_END; addr += 4) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003049 ipw_write32(priv, addr, 0);
3050 }
3051
3052 /* no ucode (yet) */
3053 memset(&priv->dino_alive, 0, sizeof(priv->dino_alive));
3054 /* destroy DMA queues */
3055 /* reset sequence */
3056
James Ketrenosb095c382005-08-24 22:04:42 -05003057 ipw_write_reg32(priv, IPW_MEM_HALT_AND_RESET, IPW_BIT_HALT_RESET_ON);
James Ketrenos43f66a62005-03-25 12:31:53 -06003058 ipw_arc_release(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05003059 ipw_write_reg32(priv, IPW_MEM_HALT_AND_RESET, IPW_BIT_HALT_RESET_OFF);
James Ketrenos43f66a62005-03-25 12:31:53 -06003060 mdelay(1);
3061
3062 /* reset PHY */
James Ketrenosb095c382005-08-24 22:04:42 -05003063 ipw_write_reg32(priv, IPW_INTERNAL_CMD_EVENT, IPW_BASEBAND_POWER_DOWN);
James Ketrenos43f66a62005-03-25 12:31:53 -06003064 mdelay(1);
Jeff Garzikbf794512005-07-31 13:07:26 -04003065
James Ketrenosb095c382005-08-24 22:04:42 -05003066 ipw_write_reg32(priv, IPW_INTERNAL_CMD_EVENT, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003067 mdelay(1);
Jeff Garzikbf794512005-07-31 13:07:26 -04003068
James Ketrenos43f66a62005-03-25 12:31:53 -06003069 /* enable ucode store */
Zhu Yic8fe6672006-01-24 16:36:36 +08003070 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0x0);
3071 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, DINO_ENABLE_CS);
James Ketrenos43f66a62005-03-25 12:31:53 -06003072 mdelay(1);
3073
3074 /* write ucode */
3075 /**
3076 * @bug
3077 * Do NOT set indirect address register once and then
3078 * store data to indirect data register in the loop.
3079 * It seems very reasonable, but in this case DINO do not
3080 * accept ucode. It is essential to set address each time.
3081 */
3082 /* load new ipw uCode */
3083 for (i = 0; i < len / 2; i++)
James Ketrenosb095c382005-08-24 22:04:42 -05003084 ipw_write_reg16(priv, IPW_BASEBAND_CONTROL_STORE,
Al Viroe62e1ee2007-12-27 01:36:46 -05003085 le16_to_cpu(image[i]));
James Ketrenos43f66a62005-03-25 12:31:53 -06003086
James Ketrenos43f66a62005-03-25 12:31:53 -06003087 /* enable DINO */
James Ketrenosb095c382005-08-24 22:04:42 -05003088 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0);
3089 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, DINO_ENABLE_SYSTEM);
James Ketrenos43f66a62005-03-25 12:31:53 -06003090
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003091 /* this is where the igx / win driver deveates from the VAP driver. */
James Ketrenos43f66a62005-03-25 12:31:53 -06003092
3093 /* wait for alive response */
3094 for (i = 0; i < 100; i++) {
3095 /* poll for incoming data */
James Ketrenosb095c382005-08-24 22:04:42 -05003096 cr = ipw_read_reg8(priv, IPW_BASEBAND_CONTROL_STATUS);
James Ketrenos43f66a62005-03-25 12:31:53 -06003097 if (cr & DINO_RXFIFO_DATA)
3098 break;
3099 mdelay(1);
3100 }
3101
3102 if (cr & DINO_RXFIFO_DATA) {
3103 /* alive_command_responce size is NOT multiple of 4 */
Al Viroe62e1ee2007-12-27 01:36:46 -05003104 __le32 response_buffer[(sizeof(priv->dino_alive) + 3) / 4];
Jeff Garzikbf794512005-07-31 13:07:26 -04003105
3106 for (i = 0; i < ARRAY_SIZE(response_buffer); i++)
James Ketrenos43f66a62005-03-25 12:31:53 -06003107 response_buffer[i] =
Al Viroe62e1ee2007-12-27 01:36:46 -05003108 cpu_to_le32(ipw_read_reg32(priv,
James Ketrenosb095c382005-08-24 22:04:42 -05003109 IPW_BASEBAND_RX_FIFO_READ));
James Ketrenos43f66a62005-03-25 12:31:53 -06003110 memcpy(&priv->dino_alive, response_buffer,
3111 sizeof(priv->dino_alive));
3112 if (priv->dino_alive.alive_command == 1
3113 && priv->dino_alive.ucode_valid == 1) {
3114 rc = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003115 IPW_DEBUG_INFO
3116 ("Microcode OK, rev. %d (0x%x) dev. %d (0x%x) "
3117 "of %02d/%02d/%02d %02d:%02d\n",
3118 priv->dino_alive.software_revision,
3119 priv->dino_alive.software_revision,
3120 priv->dino_alive.device_identifier,
3121 priv->dino_alive.device_identifier,
3122 priv->dino_alive.time_stamp[0],
3123 priv->dino_alive.time_stamp[1],
3124 priv->dino_alive.time_stamp[2],
3125 priv->dino_alive.time_stamp[3],
3126 priv->dino_alive.time_stamp[4]);
James Ketrenos43f66a62005-03-25 12:31:53 -06003127 } else {
3128 IPW_DEBUG_INFO("Microcode is not alive\n");
3129 rc = -EINVAL;
3130 }
3131 } else {
3132 IPW_DEBUG_INFO("No alive response from DINO\n");
3133 rc = -ETIME;
3134 }
3135
3136 /* disable DINO, otherwise for some reason
3137 firmware have problem getting alive resp. */
James Ketrenosb095c382005-08-24 22:04:42 -05003138 ipw_write_reg8(priv, IPW_BASEBAND_CONTROL_STATUS, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003139
James Ketrenos43f66a62005-03-25 12:31:53 -06003140 return rc;
3141}
3142
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003143static int ipw_load_firmware(struct ipw_priv *priv, u8 * data, size_t len)
James Ketrenos43f66a62005-03-25 12:31:53 -06003144{
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003145 int ret = -1;
James Ketrenos43f66a62005-03-25 12:31:53 -06003146 int offset = 0;
3147 struct fw_chunk *chunk;
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003148 int total_nr = 0;
3149 int i;
3150 struct pci_pool *pool;
3151 u32 *virts[CB_NUMBER_OF_ELEMENTS_SMALL];
3152 dma_addr_t phys[CB_NUMBER_OF_ELEMENTS_SMALL];
James Ketrenos43f66a62005-03-25 12:31:53 -06003153
3154 IPW_DEBUG_TRACE("<< : \n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003155
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003156 pool = pci_pool_create("ipw2200", priv->pci_dev, CB_MAX_LENGTH, 0, 0);
3157 if (!pool) {
3158 IPW_ERROR("pci_pool_create failed\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003159 return -ENOMEM;
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003160 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003161
3162 /* Start the Dma */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003163 ret = ipw_fw_dma_enable(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003164
Alexander Beregalov0ee904c2009-04-11 14:50:23 +00003165 /* the DMA is already ready this would be a bug. */
3166 BUG_ON(priv->sram_desc.last_cb_index > 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06003167
3168 do {
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003169 u32 chunk_len;
3170 u8 *start;
3171 int size;
3172 int nr = 0;
3173
James Ketrenos43f66a62005-03-25 12:31:53 -06003174 chunk = (struct fw_chunk *)(data + offset);
3175 offset += sizeof(struct fw_chunk);
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003176 chunk_len = le32_to_cpu(chunk->length);
3177 start = data + offset;
3178
3179 nr = (chunk_len + CB_MAX_LENGTH - 1) / CB_MAX_LENGTH;
3180 for (i = 0; i < nr; i++) {
3181 virts[total_nr] = pci_pool_alloc(pool, GFP_KERNEL,
3182 &phys[total_nr]);
3183 if (!virts[total_nr]) {
3184 ret = -ENOMEM;
3185 goto out;
3186 }
3187 size = min_t(u32, chunk_len - i * CB_MAX_LENGTH,
3188 CB_MAX_LENGTH);
3189 memcpy(virts[total_nr], start, size);
3190 start += size;
3191 total_nr++;
3192 /* We don't support fw chunk larger than 64*8K */
3193 BUG_ON(total_nr > CB_NUMBER_OF_ELEMENTS_SMALL);
3194 }
3195
James Ketrenos43f66a62005-03-25 12:31:53 -06003196 /* build DMA packet and queue up for sending */
Jeff Garzikbf794512005-07-31 13:07:26 -04003197 /* dma to chunk->address, the chunk->length bytes from data +
James Ketrenos43f66a62005-03-25 12:31:53 -06003198 * offeset*/
3199 /* Dma loading */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003200 ret = ipw_fw_dma_add_buffer(priv, &phys[total_nr - nr],
3201 nr, le32_to_cpu(chunk->address),
3202 chunk_len);
3203 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003204 IPW_DEBUG_INFO("dmaAddBuffer Failed\n");
3205 goto out;
3206 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003207
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003208 offset += chunk_len;
James Ketrenos43f66a62005-03-25 12:31:53 -06003209 } while (offset < len);
3210
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003211 /* Run the DMA and wait for the answer */
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003212 ret = ipw_fw_dma_kick(priv);
3213 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003214 IPW_ERROR("dmaKick Failed\n");
3215 goto out;
3216 }
3217
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003218 ret = ipw_fw_dma_wait(priv);
3219 if (ret) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003220 IPW_ERROR("dmaWaitSync Failed\n");
3221 goto out;
3222 }
Zhu Yi11ebd1b2009-08-28 11:42:31 +08003223 out:
3224 for (i = 0; i < total_nr; i++)
3225 pci_pool_free(pool, virts[i], phys[i]);
3226
3227 pci_pool_destroy(pool);
3228
3229 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06003230}
3231
3232/* stop nic */
3233static int ipw_stop_nic(struct ipw_priv *priv)
3234{
3235 int rc = 0;
3236
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003237 /* stop */
James Ketrenosb095c382005-08-24 22:04:42 -05003238 ipw_write32(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER);
Jeff Garzikbf794512005-07-31 13:07:26 -04003239
James Ketrenosb095c382005-08-24 22:04:42 -05003240 rc = ipw_poll_bit(priv, IPW_RESET_REG,
3241 IPW_RESET_REG_MASTER_DISABLED, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003242 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003243 IPW_ERROR("wait for reg master disabled failed after 500ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003244 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003245 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003246
James Ketrenosb095c382005-08-24 22:04:42 -05003247 ipw_set_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET);
Jeff Garzikbf794512005-07-31 13:07:26 -04003248
James Ketrenos43f66a62005-03-25 12:31:53 -06003249 return rc;
3250}
3251
3252static void ipw_start_nic(struct ipw_priv *priv)
3253{
3254 IPW_DEBUG_TRACE(">>\n");
3255
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003256 /* prvHwStartNic release ARC */
James Ketrenosb095c382005-08-24 22:04:42 -05003257 ipw_clear_bit(priv, IPW_RESET_REG,
3258 IPW_RESET_REG_MASTER_DISABLED |
3259 IPW_RESET_REG_STOP_MASTER |
James Ketrenos43f66a62005-03-25 12:31:53 -06003260 CBD_RESET_REG_PRINCETON_RESET);
Jeff Garzikbf794512005-07-31 13:07:26 -04003261
James Ketrenos43f66a62005-03-25 12:31:53 -06003262 /* enable power management */
James Ketrenosb095c382005-08-24 22:04:42 -05003263 ipw_set_bit(priv, IPW_GP_CNTRL_RW,
3264 IPW_GP_CNTRL_BIT_HOST_ALLOWS_STANDBY);
James Ketrenos43f66a62005-03-25 12:31:53 -06003265
3266 IPW_DEBUG_TRACE("<<\n");
3267}
Jeff Garzikbf794512005-07-31 13:07:26 -04003268
James Ketrenos43f66a62005-03-25 12:31:53 -06003269static int ipw_init_nic(struct ipw_priv *priv)
3270{
3271 int rc;
3272
3273 IPW_DEBUG_TRACE(">>\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04003274 /* reset */
James Ketrenos43f66a62005-03-25 12:31:53 -06003275 /*prvHwInitNic */
3276 /* set "initialization complete" bit to move adapter to D0 state */
James Ketrenosb095c382005-08-24 22:04:42 -05003277 ipw_set_bit(priv, IPW_GP_CNTRL_RW, IPW_GP_CNTRL_BIT_INIT_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003278
3279 /* low-level PLL activation */
James Ketrenosb095c382005-08-24 22:04:42 -05003280 ipw_write32(priv, IPW_READ_INT_REGISTER,
3281 IPW_BIT_INT_HOST_SRAM_READ_INT_REGISTER);
James Ketrenos43f66a62005-03-25 12:31:53 -06003282
3283 /* wait for clock stabilization */
James Ketrenosb095c382005-08-24 22:04:42 -05003284 rc = ipw_poll_bit(priv, IPW_GP_CNTRL_RW,
3285 IPW_GP_CNTRL_BIT_CLOCK_READY, 250);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003286 if (rc < 0)
James Ketrenos43f66a62005-03-25 12:31:53 -06003287 IPW_DEBUG_INFO("FAILED wait for clock stablization\n");
3288
3289 /* assert SW reset */
James Ketrenosb095c382005-08-24 22:04:42 -05003290 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_SW_RESET);
James Ketrenos43f66a62005-03-25 12:31:53 -06003291
3292 udelay(10);
3293
3294 /* set "initialization complete" bit to move adapter to D0 state */
James Ketrenosb095c382005-08-24 22:04:42 -05003295 ipw_set_bit(priv, IPW_GP_CNTRL_RW, IPW_GP_CNTRL_BIT_INIT_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003296
3297 IPW_DEBUG_TRACE(">>\n");
3298 return 0;
3299}
3300
Jeff Garzikbf794512005-07-31 13:07:26 -04003301/* Call this function from process context, it will sleep in request_firmware.
James Ketrenos43f66a62005-03-25 12:31:53 -06003302 * Probe is an ok place to call this from.
3303 */
3304static int ipw_reset_nic(struct ipw_priv *priv)
3305{
3306 int rc = 0;
James Ketrenosa613bff2005-08-24 21:43:11 -05003307 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06003308
3309 IPW_DEBUG_TRACE(">>\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04003310
James Ketrenos43f66a62005-03-25 12:31:53 -06003311 rc = ipw_init_nic(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -04003312
James Ketrenosa613bff2005-08-24 21:43:11 -05003313 spin_lock_irqsave(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003314 /* Clear the 'host command active' bit... */
3315 priv->status &= ~STATUS_HCMD_ACTIVE;
3316 wake_up_interruptible(&priv->wait_command_queue);
James Ketrenosafbf30a2005-08-25 00:05:33 -05003317 priv->status &= ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
3318 wake_up_interruptible(&priv->wait_state);
James Ketrenosa613bff2005-08-24 21:43:11 -05003319 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06003320
3321 IPW_DEBUG_TRACE("<<\n");
3322 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003323}
James Ketrenos43f66a62005-03-25 12:31:53 -06003324
James Ketrenos9006ea72006-03-08 03:22:28 +08003325
3326struct ipw_fw {
Zhu Yi0070f8c2006-04-13 17:20:12 +08003327 __le32 ver;
3328 __le32 boot_size;
3329 __le32 ucode_size;
3330 __le32 fw_size;
James Ketrenos9006ea72006-03-08 03:22:28 +08003331 u8 data[0];
3332};
3333
Jeff Garzikbf794512005-07-31 13:07:26 -04003334static int ipw_get_fw(struct ipw_priv *priv,
James Ketrenos9006ea72006-03-08 03:22:28 +08003335 const struct firmware **raw, const char *name)
James Ketrenos43f66a62005-03-25 12:31:53 -06003336{
James Ketrenos9006ea72006-03-08 03:22:28 +08003337 struct ipw_fw *fw;
James Ketrenos43f66a62005-03-25 12:31:53 -06003338 int rc;
3339
3340 /* ask firmware_class module to get the boot firmware off disk */
James Ketrenos9006ea72006-03-08 03:22:28 +08003341 rc = request_firmware(raw, name, &priv->pci_dev->dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06003342 if (rc < 0) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003343 IPW_ERROR("%s request_firmware failed: Reason %d\n", name, rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003344 return rc;
Jeff Garzikbf794512005-07-31 13:07:26 -04003345 }
James Ketrenos43f66a62005-03-25 12:31:53 -06003346
James Ketrenos9006ea72006-03-08 03:22:28 +08003347 if ((*raw)->size < sizeof(*fw)) {
3348 IPW_ERROR("%s is too small (%zd)\n", name, (*raw)->size);
James Ketrenos43f66a62005-03-25 12:31:53 -06003349 return -EINVAL;
3350 }
3351
James Ketrenos9006ea72006-03-08 03:22:28 +08003352 fw = (void *)(*raw)->data;
3353
Zhu Yi0070f8c2006-04-13 17:20:12 +08003354 if ((*raw)->size < sizeof(*fw) + le32_to_cpu(fw->boot_size) +
3355 le32_to_cpu(fw->ucode_size) + le32_to_cpu(fw->fw_size)) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003356 IPW_ERROR("%s is too small or corrupt (%zd)\n",
3357 name, (*raw)->size);
3358 return -EINVAL;
3359 }
3360
3361 IPW_DEBUG_INFO("Read firmware '%s' image v%d.%d (%zd bytes)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06003362 name,
James Ketrenos9006ea72006-03-08 03:22:28 +08003363 le32_to_cpu(fw->ver) >> 16,
3364 le32_to_cpu(fw->ver) & 0xff,
3365 (*raw)->size - sizeof(*fw));
James Ketrenos43f66a62005-03-25 12:31:53 -06003366 return 0;
3367}
3368
James Ketrenosb095c382005-08-24 22:04:42 -05003369#define IPW_RX_BUF_SIZE (3000)
James Ketrenos43f66a62005-03-25 12:31:53 -06003370
Arjan van de Ven858119e2006-01-14 13:20:43 -08003371static void ipw_rx_queue_reset(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06003372 struct ipw_rx_queue *rxq)
3373{
3374 unsigned long flags;
3375 int i;
3376
3377 spin_lock_irqsave(&rxq->lock, flags);
3378
3379 INIT_LIST_HEAD(&rxq->rx_free);
3380 INIT_LIST_HEAD(&rxq->rx_used);
3381
3382 /* Fill the rx_used queue with _all_ of the Rx buffers */
3383 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) {
3384 /* In the reset function, these buffers may have been allocated
3385 * to an SKB, so we need to unmap and free potential storage */
3386 if (rxq->pool[i].skb != NULL) {
3387 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05003388 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003389 dev_kfree_skb(rxq->pool[i].skb);
James Ketrenosa613bff2005-08-24 21:43:11 -05003390 rxq->pool[i].skb = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003391 }
3392 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
3393 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003394
James Ketrenos43f66a62005-03-25 12:31:53 -06003395 /* Set us so that we have processed and used all buffers, but have
3396 * not restocked the Rx queue with fresh buffers */
3397 rxq->read = rxq->write = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06003398 rxq->free_count = 0;
3399 spin_unlock_irqrestore(&rxq->lock, flags);
3400}
3401
3402#ifdef CONFIG_PM
3403static int fw_loaded = 0;
James Ketrenos9006ea72006-03-08 03:22:28 +08003404static const struct firmware *raw = NULL;
James Ketrenosafbf30a2005-08-25 00:05:33 -05003405
3406static void free_firmware(void)
3407{
3408 if (fw_loaded) {
James Ketrenos9006ea72006-03-08 03:22:28 +08003409 release_firmware(raw);
3410 raw = NULL;
James Ketrenosafbf30a2005-08-25 00:05:33 -05003411 fw_loaded = 0;
3412 }
3413}
3414#else
3415#define free_firmware() do {} while (0)
James Ketrenos43f66a62005-03-25 12:31:53 -06003416#endif
3417
3418static int ipw_load(struct ipw_priv *priv)
3419{
3420#ifndef CONFIG_PM
James Ketrenos9006ea72006-03-08 03:22:28 +08003421 const struct firmware *raw = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003422#endif
James Ketrenos9006ea72006-03-08 03:22:28 +08003423 struct ipw_fw *fw;
3424 u8 *boot_img, *ucode_img, *fw_img;
3425 u8 *name = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003426 int rc = 0, retries = 3;
3427
Zhu Yi397ae122006-01-24 16:37:22 +08003428 switch (priv->ieee->iw_mode) {
3429 case IW_MODE_ADHOC:
James Ketrenos9006ea72006-03-08 03:22:28 +08003430 name = "ipw2200-ibss.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003431 break;
James Ketrenosb095c382005-08-24 22:04:42 -05003432#ifdef CONFIG_IPW2200_MONITOR
Zhu Yi397ae122006-01-24 16:37:22 +08003433 case IW_MODE_MONITOR:
James Ketrenos9006ea72006-03-08 03:22:28 +08003434 name = "ipw2200-sniffer.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003435 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06003436#endif
Zhu Yi397ae122006-01-24 16:37:22 +08003437 case IW_MODE_INFRA:
James Ketrenos9006ea72006-03-08 03:22:28 +08003438 name = "ipw2200-bss.fw";
Zhu Yi397ae122006-01-24 16:37:22 +08003439 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06003440 }
Zhu Yi397ae122006-01-24 16:37:22 +08003441
James Ketrenos9006ea72006-03-08 03:22:28 +08003442 if (!name) {
3443 rc = -EINVAL;
3444 goto error;
3445 }
3446
3447#ifdef CONFIG_PM
3448 if (!fw_loaded) {
3449#endif
3450 rc = ipw_get_fw(priv, &raw, name);
3451 if (rc < 0)
3452 goto error;
3453#ifdef CONFIG_PM
3454 }
3455#endif
3456
3457 fw = (void *)raw->data;
3458 boot_img = &fw->data[0];
Zhu Yi0070f8c2006-04-13 17:20:12 +08003459 ucode_img = &fw->data[le32_to_cpu(fw->boot_size)];
3460 fw_img = &fw->data[le32_to_cpu(fw->boot_size) +
3461 le32_to_cpu(fw->ucode_size)];
James Ketrenos9006ea72006-03-08 03:22:28 +08003462
Zhu Yi397ae122006-01-24 16:37:22 +08003463 if (rc < 0)
3464 goto error;
James Ketrenos43f66a62005-03-25 12:31:53 -06003465
3466 if (!priv->rxq)
3467 priv->rxq = ipw_rx_queue_alloc(priv);
3468 else
3469 ipw_rx_queue_reset(priv, priv->rxq);
3470 if (!priv->rxq) {
3471 IPW_ERROR("Unable to initialize Rx queue\n");
3472 goto error;
3473 }
3474
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003475 retry:
James Ketrenos43f66a62005-03-25 12:31:53 -06003476 /* Ensure interrupts are disabled */
James Ketrenosb095c382005-08-24 22:04:42 -05003477 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -06003478 priv->status &= ~STATUS_INT_ENABLED;
3479
3480 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003481 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
Jeff Garzikbf794512005-07-31 13:07:26 -04003482
James Ketrenos43f66a62005-03-25 12:31:53 -06003483 ipw_stop_nic(priv);
3484
3485 rc = ipw_reset_nic(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08003486 if (rc < 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003487 IPW_ERROR("Unable to reset NIC\n");
3488 goto error;
3489 }
3490
James Ketrenosb095c382005-08-24 22:04:42 -05003491 ipw_zero_memory(priv, IPW_NIC_SRAM_LOWER_BOUND,
3492 IPW_NIC_SRAM_UPPER_BOUND - IPW_NIC_SRAM_LOWER_BOUND);
James Ketrenos43f66a62005-03-25 12:31:53 -06003493
3494 /* DMA the initial boot firmware into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003495 rc = ipw_load_firmware(priv, boot_img, le32_to_cpu(fw->boot_size));
James Ketrenos43f66a62005-03-25 12:31:53 -06003496 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003497 IPW_ERROR("Unable to load boot firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003498 goto error;
3499 }
3500
3501 /* kick start the device */
3502 ipw_start_nic(priv);
3503
Zhu Yic7b6a672006-01-24 16:37:05 +08003504 /* wait for the device to finish its initial startup sequence */
James Ketrenosb095c382005-08-24 22:04:42 -05003505 rc = ipw_poll_bit(priv, IPW_INTA_RW,
3506 IPW_INTA_BIT_FW_INITIALIZATION_DONE, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003507 if (rc < 0) {
3508 IPW_ERROR("device failed to boot initial fw image\n");
3509 goto error;
3510 }
3511 IPW_DEBUG_INFO("initial device response after %dms\n", rc);
3512
Jeff Garzikbf794512005-07-31 13:07:26 -04003513 /* ack fw init done interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05003514 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_BIT_FW_INITIALIZATION_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003515
3516 /* DMA the ucode into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003517 rc = ipw_load_ucode(priv, ucode_img, le32_to_cpu(fw->ucode_size));
James Ketrenos43f66a62005-03-25 12:31:53 -06003518 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003519 IPW_ERROR("Unable to load ucode: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003520 goto error;
3521 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003522
James Ketrenos43f66a62005-03-25 12:31:53 -06003523 /* stop nic */
3524 ipw_stop_nic(priv);
3525
3526 /* DMA bss firmware into the device */
Zhu Yi0070f8c2006-04-13 17:20:12 +08003527 rc = ipw_load_firmware(priv, fw_img, le32_to_cpu(fw->fw_size));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003528 if (rc < 0) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -05003529 IPW_ERROR("Unable to load firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -06003530 goto error;
3531 }
Zhu Yi397ae122006-01-24 16:37:22 +08003532#ifdef CONFIG_PM
3533 fw_loaded = 1;
3534#endif
3535
James Ketrenos43f66a62005-03-25 12:31:53 -06003536 ipw_write32(priv, IPW_EEPROM_LOAD_DISABLE, 0);
3537
3538 rc = ipw_queue_reset(priv);
Zhu Yi397ae122006-01-24 16:37:22 +08003539 if (rc < 0) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003540 IPW_ERROR("Unable to initialize queues\n");
3541 goto error;
3542 }
3543
3544 /* Ensure interrupts are disabled */
James Ketrenosb095c382005-08-24 22:04:42 -05003545 ipw_write32(priv, IPW_INTA_MASK_R, ~IPW_INTA_MASK_ALL);
James Ketrenosc848d0a2005-08-24 21:56:24 -05003546 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003547 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
Jeff Garzikbf794512005-07-31 13:07:26 -04003548
James Ketrenos43f66a62005-03-25 12:31:53 -06003549 /* kick start the device */
3550 ipw_start_nic(priv);
3551
James Ketrenosb095c382005-08-24 22:04:42 -05003552 if (ipw_read32(priv, IPW_INTA_RW) & IPW_INTA_BIT_PARITY_ERROR) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003553 if (retries > 0) {
3554 IPW_WARNING("Parity error. Retrying init.\n");
3555 retries--;
3556 goto retry;
3557 }
3558
3559 IPW_ERROR("TODO: Handle parity error -- schedule restart?\n");
3560 rc = -EIO;
3561 goto error;
3562 }
3563
3564 /* wait for the device */
James Ketrenosb095c382005-08-24 22:04:42 -05003565 rc = ipw_poll_bit(priv, IPW_INTA_RW,
3566 IPW_INTA_BIT_FW_INITIALIZATION_DONE, 500);
James Ketrenos43f66a62005-03-25 12:31:53 -06003567 if (rc < 0) {
Zhu Yic7b6a672006-01-24 16:37:05 +08003568 IPW_ERROR("device failed to start within 500ms\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06003569 goto error;
3570 }
3571 IPW_DEBUG_INFO("device response after %dms\n", rc);
3572
3573 /* ack fw init done interrupt */
James Ketrenosb095c382005-08-24 22:04:42 -05003574 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_BIT_FW_INITIALIZATION_DONE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003575
3576 /* read eeprom data and initialize the eeprom region of sram */
3577 priv->eeprom_delay = 1;
Jeff Garzikbf794512005-07-31 13:07:26 -04003578 ipw_eeprom_init_sram(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003579
3580 /* enable interrupts */
3581 ipw_enable_interrupts(priv);
3582
3583 /* Ensure our queue has valid packets */
3584 ipw_rx_queue_replenish(priv);
3585
James Ketrenosb095c382005-08-24 22:04:42 -05003586 ipw_write32(priv, IPW_RX_READ_INDEX, priv->rxq->read);
James Ketrenos43f66a62005-03-25 12:31:53 -06003587
3588 /* ack pending interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -05003589 ipw_write32(priv, IPW_INTA_RW, IPW_INTA_MASK_ALL);
James Ketrenos43f66a62005-03-25 12:31:53 -06003590
3591#ifndef CONFIG_PM
James Ketrenos9006ea72006-03-08 03:22:28 +08003592 release_firmware(raw);
James Ketrenos43f66a62005-03-25 12:31:53 -06003593#endif
3594 return 0;
3595
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003596 error:
James Ketrenos43f66a62005-03-25 12:31:53 -06003597 if (priv->rxq) {
3598 ipw_rx_queue_free(priv, priv->rxq);
3599 priv->rxq = NULL;
3600 }
3601 ipw_tx_queue_free(priv);
James Ketrenos9006ea72006-03-08 03:22:28 +08003602 if (raw)
3603 release_firmware(raw);
James Ketrenos43f66a62005-03-25 12:31:53 -06003604#ifdef CONFIG_PM
3605 fw_loaded = 0;
James Ketrenos9006ea72006-03-08 03:22:28 +08003606 raw = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06003607#endif
3608
3609 return rc;
3610}
3611
Jeff Garzikbf794512005-07-31 13:07:26 -04003612/**
James Ketrenos43f66a62005-03-25 12:31:53 -06003613 * DMA services
3614 *
3615 * Theory of operation
3616 *
3617 * A queue is a circular buffers with 'Read' and 'Write' pointers.
3618 * 2 empty entries always kept in the buffer to protect from overflow.
3619 *
3620 * For Tx queue, there are low mark and high mark limits. If, after queuing
Jeff Garzikbf794512005-07-31 13:07:26 -04003621 * the packet for Tx, free space become < low mark, Tx queue stopped. When
3622 * reclaiming packets (on 'tx done IRQ), if free space become > high mark,
James Ketrenos43f66a62005-03-25 12:31:53 -06003623 * Tx queue resumed.
3624 *
3625 * The IPW operates with six queues, one receive queue in the device's
3626 * sram, one transmit queue for sending commands to the device firmware,
Jeff Garzikbf794512005-07-31 13:07:26 -04003627 * and four transmit queues for data.
James Ketrenos43f66a62005-03-25 12:31:53 -06003628 *
Jeff Garzikbf794512005-07-31 13:07:26 -04003629 * The four transmit queues allow for performing quality of service (qos)
James Ketrenos43f66a62005-03-25 12:31:53 -06003630 * transmissions as per the 802.11 protocol. Currently Linux does not
Jeff Garzikbf794512005-07-31 13:07:26 -04003631 * provide a mechanism to the user for utilizing prioritized queues, so
James Ketrenos43f66a62005-03-25 12:31:53 -06003632 * we only utilize the first data transmit queue (queue1).
3633 */
3634
3635/**
3636 * Driver allocates buffers of this size for Rx
3637 */
3638
Dan Williams943dbef2008-02-14 17:49:41 -05003639/**
3640 * ipw_rx_queue_space - Return number of free slots available in queue.
3641 */
3642static int ipw_rx_queue_space(const struct ipw_rx_queue *q)
3643{
3644 int s = q->read - q->write;
3645 if (s <= 0)
3646 s += RX_QUEUE_SIZE;
3647 /* keep some buffer to not confuse full and empty queue */
3648 s -= 2;
3649 if (s < 0)
3650 s = 0;
3651 return s;
3652}
3653
3654static inline int ipw_tx_queue_space(const struct clx2_queue *q)
James Ketrenos43f66a62005-03-25 12:31:53 -06003655{
3656 int s = q->last_used - q->first_empty;
3657 if (s <= 0)
3658 s += q->n_bd;
3659 s -= 2; /* keep some reserve to not confuse empty and full situations */
3660 if (s < 0)
3661 s = 0;
3662 return s;
3663}
3664
3665static inline int ipw_queue_inc_wrap(int index, int n_bd)
3666{
3667 return (++index == n_bd) ? 0 : index;
3668}
3669
3670/**
3671 * Initialize common DMA queue structure
Jeff Garzikbf794512005-07-31 13:07:26 -04003672 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003673 * @param q queue to init
3674 * @param count Number of BD's to allocate. Should be power of 2
3675 * @param read_register Address for 'read' register
3676 * (not offset within BAR, full address)
3677 * @param write_register Address for 'write' register
3678 * (not offset within BAR, full address)
3679 * @param base_register Address for 'base' register
3680 * (not offset within BAR, full address)
3681 * @param size Address for 'size' register
3682 * (not offset within BAR, full address)
3683 */
Jeff Garzikbf794512005-07-31 13:07:26 -04003684static void ipw_queue_init(struct ipw_priv *priv, struct clx2_queue *q,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003685 int count, u32 read, u32 write, u32 base, u32 size)
James Ketrenos43f66a62005-03-25 12:31:53 -06003686{
3687 q->n_bd = count;
3688
3689 q->low_mark = q->n_bd / 4;
3690 if (q->low_mark < 4)
3691 q->low_mark = 4;
3692
3693 q->high_mark = q->n_bd / 8;
3694 if (q->high_mark < 2)
3695 q->high_mark = 2;
3696
3697 q->first_empty = q->last_used = 0;
3698 q->reg_r = read;
3699 q->reg_w = write;
3700
3701 ipw_write32(priv, base, q->dma_addr);
3702 ipw_write32(priv, size, count);
3703 ipw_write32(priv, read, 0);
3704 ipw_write32(priv, write, 0);
3705
3706 _ipw_read32(priv, 0x90);
3707}
3708
Jeff Garzikbf794512005-07-31 13:07:26 -04003709static int ipw_queue_tx_init(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06003710 struct clx2_tx_queue *q,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003711 int count, u32 read, u32 write, u32 base, u32 size)
James Ketrenos43f66a62005-03-25 12:31:53 -06003712{
3713 struct pci_dev *dev = priv->pci_dev;
3714
3715 q->txb = kmalloc(sizeof(q->txb[0]) * count, GFP_KERNEL);
3716 if (!q->txb) {
3717 IPW_ERROR("vmalloc for auxilary BD structures failed\n");
3718 return -ENOMEM;
3719 }
3720
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003721 q->bd =
3722 pci_alloc_consistent(dev, sizeof(q->bd[0]) * count, &q->q.dma_addr);
James Ketrenos43f66a62005-03-25 12:31:53 -06003723 if (!q->bd) {
Jiri Bencaaa4d302005-06-07 14:58:41 +02003724 IPW_ERROR("pci_alloc_consistent(%zd) failed\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003725 sizeof(q->bd[0]) * count);
James Ketrenos43f66a62005-03-25 12:31:53 -06003726 kfree(q->txb);
3727 q->txb = NULL;
3728 return -ENOMEM;
3729 }
3730
3731 ipw_queue_init(priv, &q->q, count, read, write, base, size);
3732 return 0;
3733}
3734
3735/**
3736 * Free one TFD, those at index [txq->q.last_used].
3737 * Do NOT advance any indexes
Jeff Garzikbf794512005-07-31 13:07:26 -04003738 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003739 * @param dev
3740 * @param txq
3741 */
3742static void ipw_queue_tx_free_tfd(struct ipw_priv *priv,
3743 struct clx2_tx_queue *txq)
3744{
3745 struct tfd_frame *bd = &txq->bd[txq->q.last_used];
3746 struct pci_dev *dev = priv->pci_dev;
3747 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -04003748
James Ketrenos43f66a62005-03-25 12:31:53 -06003749 /* classify bd */
3750 if (bd->control_flags.message_type == TX_HOST_COMMAND_TYPE)
3751 /* nothing to cleanup after for host commands */
3752 return;
3753
3754 /* sanity check */
James Ketrenosa613bff2005-08-24 21:43:11 -05003755 if (le32_to_cpu(bd->u.data.num_chunks) > NUM_TFD_CHUNKS) {
3756 IPW_ERROR("Too many chunks: %i\n",
3757 le32_to_cpu(bd->u.data.num_chunks));
James Ketrenos43f66a62005-03-25 12:31:53 -06003758 /** @todo issue fatal error, it is quite serious situation */
3759 return;
3760 }
3761
3762 /* unmap chunks if any */
James Ketrenosa613bff2005-08-24 21:43:11 -05003763 for (i = 0; i < le32_to_cpu(bd->u.data.num_chunks); i++) {
3764 pci_unmap_single(dev, le32_to_cpu(bd->u.data.chunk_ptr[i]),
3765 le16_to_cpu(bd->u.data.chunk_len[i]),
3766 PCI_DMA_TODEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06003767 if (txq->txb[txq->q.last_used]) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04003768 libipw_txb_free(txq->txb[txq->q.last_used]);
James Ketrenos43f66a62005-03-25 12:31:53 -06003769 txq->txb[txq->q.last_used] = NULL;
3770 }
3771 }
3772}
3773
3774/**
3775 * Deallocate DMA queue.
Jeff Garzikbf794512005-07-31 13:07:26 -04003776 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003777 * Empty queue by removing and destroying all BD's.
3778 * Free all buffers.
Jeff Garzikbf794512005-07-31 13:07:26 -04003779 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003780 * @param dev
3781 * @param q
3782 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003783static void ipw_queue_tx_free(struct ipw_priv *priv, struct clx2_tx_queue *txq)
James Ketrenos43f66a62005-03-25 12:31:53 -06003784{
3785 struct clx2_queue *q = &txq->q;
3786 struct pci_dev *dev = priv->pci_dev;
3787
Jeff Garzikbf794512005-07-31 13:07:26 -04003788 if (q->n_bd == 0)
3789 return;
James Ketrenos43f66a62005-03-25 12:31:53 -06003790
3791 /* first, empty all BD's */
3792 for (; q->first_empty != q->last_used;
3793 q->last_used = ipw_queue_inc_wrap(q->last_used, q->n_bd)) {
3794 ipw_queue_tx_free_tfd(priv, txq);
3795 }
Jeff Garzikbf794512005-07-31 13:07:26 -04003796
James Ketrenos43f66a62005-03-25 12:31:53 -06003797 /* free buffers belonging to queue itself */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003798 pci_free_consistent(dev, sizeof(txq->bd[0]) * q->n_bd, txq->bd,
James Ketrenos43f66a62005-03-25 12:31:53 -06003799 q->dma_addr);
3800 kfree(txq->txb);
3801
3802 /* 0 fill whole structure */
3803 memset(txq, 0, sizeof(*txq));
3804}
3805
James Ketrenos43f66a62005-03-25 12:31:53 -06003806/**
3807 * Destroy all DMA queues and structures
Jeff Garzikbf794512005-07-31 13:07:26 -04003808 *
James Ketrenos43f66a62005-03-25 12:31:53 -06003809 * @param priv
3810 */
3811static void ipw_tx_queue_free(struct ipw_priv *priv)
3812{
3813 /* Tx CMD queue */
3814 ipw_queue_tx_free(priv, &priv->txq_cmd);
3815
3816 /* Tx queues */
3817 ipw_queue_tx_free(priv, &priv->txq[0]);
3818 ipw_queue_tx_free(priv, &priv->txq[1]);
3819 ipw_queue_tx_free(priv, &priv->txq[2]);
3820 ipw_queue_tx_free(priv, &priv->txq[3]);
3821}
3822
Arjan van de Ven858119e2006-01-14 13:20:43 -08003823static void ipw_create_bssid(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003824{
3825 /* First 3 bytes are manufacturer */
3826 bssid[0] = priv->mac_addr[0];
3827 bssid[1] = priv->mac_addr[1];
3828 bssid[2] = priv->mac_addr[2];
3829
3830 /* Last bytes are random */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003831 get_random_bytes(&bssid[3], ETH_ALEN - 3);
James Ketrenos43f66a62005-03-25 12:31:53 -06003832
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003833 bssid[0] &= 0xfe; /* clear multicast bit */
3834 bssid[0] |= 0x02; /* set local assignment bit (IEEE802) */
James Ketrenos43f66a62005-03-25 12:31:53 -06003835}
3836
Arjan van de Ven858119e2006-01-14 13:20:43 -08003837static u8 ipw_add_station(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003838{
3839 struct ipw_station_entry entry;
3840 int i;
3841
3842 for (i = 0; i < priv->num_stations; i++) {
3843 if (!memcmp(priv->stations[i], bssid, ETH_ALEN)) {
3844 /* Another node is active in network */
3845 priv->missed_adhoc_beacons = 0;
3846 if (!(priv->config & CFG_STATIC_CHANNEL))
3847 /* when other nodes drop out, we drop out */
3848 priv->config &= ~CFG_ADHOC_PERSIST;
3849
3850 return i;
3851 }
3852 }
3853
3854 if (i == MAX_STATIONS)
3855 return IPW_INVALID_STATION;
3856
Johannes Berge1749612008-10-27 15:59:26 -07003857 IPW_DEBUG_SCAN("Adding AdHoc station: %pM\n", bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06003858
3859 entry.reserved = 0;
3860 entry.support_mode = 0;
3861 memcpy(entry.mac_addr, bssid, ETH_ALEN);
3862 memcpy(priv->stations[i], bssid, ETH_ALEN);
3863 ipw_write_direct(priv, IPW_STATION_TABLE_LOWER + i * sizeof(entry),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003864 &entry, sizeof(entry));
James Ketrenos43f66a62005-03-25 12:31:53 -06003865 priv->num_stations++;
3866
3867 return i;
3868}
3869
Arjan van de Ven858119e2006-01-14 13:20:43 -08003870static u8 ipw_find_station(struct ipw_priv *priv, u8 * bssid)
James Ketrenos43f66a62005-03-25 12:31:53 -06003871{
3872 int i;
3873
Jeff Garzikbf794512005-07-31 13:07:26 -04003874 for (i = 0; i < priv->num_stations; i++)
3875 if (!memcmp(priv->stations[i], bssid, ETH_ALEN))
James Ketrenos43f66a62005-03-25 12:31:53 -06003876 return i;
3877
3878 return IPW_INVALID_STATION;
3879}
3880
3881static void ipw_send_disassociate(struct ipw_priv *priv, int quiet)
3882{
3883 int err;
3884
Hong Liu7b996592005-08-25 17:36:13 +08003885 if (priv->status & STATUS_ASSOCIATING) {
3886 IPW_DEBUG_ASSOC("Disassociating while associating.\n");
3887 queue_work(priv->workqueue, &priv->disassociate);
3888 return;
3889 }
3890
3891 if (!(priv->status & STATUS_ASSOCIATED)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06003892 IPW_DEBUG_ASSOC("Disassociating while not associated.\n");
3893 return;
3894 }
3895
Johannes Berge1749612008-10-27 15:59:26 -07003896 IPW_DEBUG_ASSOC("Disassocation attempt from %pM "
James Ketrenos43f66a62005-03-25 12:31:53 -06003897 "on channel %d.\n",
Johannes Berge1749612008-10-27 15:59:26 -07003898 priv->assoc_request.bssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06003899 priv->assoc_request.channel);
3900
3901 priv->status &= ~(STATUS_ASSOCIATING | STATUS_ASSOCIATED);
3902 priv->status |= STATUS_DISASSOCIATING;
3903
3904 if (quiet)
3905 priv->assoc_request.assoc_type = HC_DISASSOC_QUIET;
3906 else
3907 priv->assoc_request.assoc_type = HC_DISASSOCIATE;
Hong Liue6324722005-09-14 21:04:15 -05003908
James Ketrenos43f66a62005-03-25 12:31:53 -06003909 err = ipw_send_associate(priv, &priv->assoc_request);
3910 if (err) {
3911 IPW_DEBUG_HC("Attempt to send [dis]associate command "
3912 "failed.\n");
3913 return;
3914 }
3915
3916}
3917
James Ketrenosc848d0a2005-08-24 21:56:24 -05003918static int ipw_disassociate(void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -06003919{
James Ketrenosc848d0a2005-08-24 21:56:24 -05003920 struct ipw_priv *priv = data;
3921 if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)))
3922 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06003923 ipw_send_disassociate(data, 0);
Zhu Yib8ddafd2008-11-27 13:42:20 +08003924 netif_carrier_off(priv->net_dev);
James Ketrenosc848d0a2005-08-24 21:56:24 -05003925 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06003926}
3927
David Howellsc4028952006-11-22 14:57:56 +00003928static void ipw_bg_disassociate(struct work_struct *work)
James Ketrenos43f66a62005-03-25 12:31:53 -06003929{
David Howellsc4028952006-11-22 14:57:56 +00003930 struct ipw_priv *priv =
3931 container_of(work, struct ipw_priv, disassociate);
Zhu Yi46441512006-01-24 16:37:59 +08003932 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00003933 ipw_disassociate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08003934 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06003935}
3936
David Howellsc4028952006-11-22 14:57:56 +00003937static void ipw_system_config(struct work_struct *work)
Zhu Yid8bad6d2005-07-13 12:25:38 -05003938{
David Howellsc4028952006-11-22 14:57:56 +00003939 struct ipw_priv *priv =
3940 container_of(work, struct ipw_priv, system_config);
Zhu Yid685b8c2006-04-13 17:20:27 +08003941
3942#ifdef CONFIG_IPW2200_PROMISCUOUS
3943 if (priv->prom_net_dev && netif_running(priv->prom_net_dev)) {
3944 priv->sys_config.accept_all_data_frames = 1;
3945 priv->sys_config.accept_non_directed_frames = 1;
3946 priv->sys_config.accept_all_mgmt_bcpr = 1;
3947 priv->sys_config.accept_all_mgmt_frames = 1;
3948 }
3949#endif
3950
3951 ipw_send_system_config(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06003952}
3953
3954struct ipw_status_code {
3955 u16 status;
3956 const char *reason;
3957};
3958
3959static const struct ipw_status_code ipw_status_codes[] = {
3960 {0x00, "Successful"},
3961 {0x01, "Unspecified failure"},
3962 {0x0A, "Cannot support all requested capabilities in the "
3963 "Capability information field"},
3964 {0x0B, "Reassociation denied due to inability to confirm that "
3965 "association exists"},
3966 {0x0C, "Association denied due to reason outside the scope of this "
3967 "standard"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003968 {0x0D,
3969 "Responding station does not support the specified authentication "
James Ketrenos43f66a62005-03-25 12:31:53 -06003970 "algorithm"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003971 {0x0E,
3972 "Received an Authentication frame with authentication sequence "
James Ketrenos43f66a62005-03-25 12:31:53 -06003973 "transaction sequence number out of expected sequence"},
3974 {0x0F, "Authentication rejected because of challenge failure"},
3975 {0x10, "Authentication rejected due to timeout waiting for next "
3976 "frame in sequence"},
3977 {0x11, "Association denied because AP is unable to handle additional "
3978 "associated stations"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003979 {0x12,
3980 "Association denied due to requesting station not supporting all "
James Ketrenos43f66a62005-03-25 12:31:53 -06003981 "of the datarates in the BSSBasicServiceSet Parameter"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003982 {0x13,
3983 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06003984 "short preamble operation"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003985 {0x14,
3986 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06003987 "PBCC encoding"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003988 {0x15,
3989 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06003990 "channel agility"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003991 {0x19,
3992 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06003993 "short slot operation"},
Jeff Garzik0edd5b42005-09-07 00:48:31 -04003994 {0x1A,
3995 "Association denied due to requesting station not supporting "
James Ketrenos43f66a62005-03-25 12:31:53 -06003996 "DSSS-OFDM operation"},
3997 {0x28, "Invalid Information Element"},
3998 {0x29, "Group Cipher is not valid"},
3999 {0x2A, "Pairwise Cipher is not valid"},
4000 {0x2B, "AKMP is not valid"},
4001 {0x2C, "Unsupported RSN IE version"},
4002 {0x2D, "Invalid RSN IE Capabilities"},
4003 {0x2E, "Cipher suite is rejected per security policy"},
4004};
4005
Jeff Garzikbf794512005-07-31 13:07:26 -04004006static const char *ipw_get_status_code(u16 status)
James Ketrenos43f66a62005-03-25 12:31:53 -06004007{
4008 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -04004009 for (i = 0; i < ARRAY_SIZE(ipw_status_codes); i++)
James Ketrenosea2b26e2005-08-24 21:25:16 -05004010 if (ipw_status_codes[i].status == (status & 0xff))
James Ketrenos43f66a62005-03-25 12:31:53 -06004011 return ipw_status_codes[i].reason;
4012 return "Unknown status value.";
4013}
James Ketrenos43f66a62005-03-25 12:31:53 -06004014
4015static void inline average_init(struct average *avg)
4016{
4017 memset(avg, 0, sizeof(*avg));
4018}
4019
Zhu Yi00d21de2006-04-13 17:19:02 +08004020#define DEPTH_RSSI 8
4021#define DEPTH_NOISE 16
4022static s16 exponential_average(s16 prev_avg, s16 val, u8 depth)
4023{
4024 return ((depth-1)*prev_avg + val)/depth;
4025}
4026
Arjan van de Ven858119e2006-01-14 13:20:43 -08004027static void average_add(struct average *avg, s16 val)
James Ketrenos43f66a62005-03-25 12:31:53 -06004028{
4029 avg->sum -= avg->entries[avg->pos];
4030 avg->sum += val;
4031 avg->entries[avg->pos++] = val;
4032 if (unlikely(avg->pos == AVG_ENTRIES)) {
4033 avg->init = 1;
4034 avg->pos = 0;
4035 }
4036}
4037
Arjan van de Ven858119e2006-01-14 13:20:43 -08004038static s16 average_value(struct average *avg)
James Ketrenos43f66a62005-03-25 12:31:53 -06004039{
4040 if (!unlikely(avg->init)) {
4041 if (avg->pos)
4042 return avg->sum / avg->pos;
4043 return 0;
4044 }
4045
4046 return avg->sum / AVG_ENTRIES;
4047}
4048
4049static void ipw_reset_stats(struct ipw_priv *priv)
4050{
4051 u32 len = sizeof(u32);
4052
4053 priv->quality = 0;
4054
4055 average_init(&priv->average_missed_beacons);
Zhu Yi00d21de2006-04-13 17:19:02 +08004056 priv->exp_avg_rssi = -60;
4057 priv->exp_avg_noise = -85 + 0x100;
James Ketrenos43f66a62005-03-25 12:31:53 -06004058
4059 priv->last_rate = 0;
4060 priv->last_missed_beacons = 0;
4061 priv->last_rx_packets = 0;
4062 priv->last_tx_packets = 0;
4063 priv->last_tx_failures = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04004064
James Ketrenos43f66a62005-03-25 12:31:53 -06004065 /* Firmware managed, reset only when NIC is restarted, so we have to
4066 * normalize on the current value */
Jeff Garzikbf794512005-07-31 13:07:26 -04004067 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC,
James Ketrenos43f66a62005-03-25 12:31:53 -06004068 &priv->last_rx_err, &len);
Jeff Garzikbf794512005-07-31 13:07:26 -04004069 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE,
James Ketrenos43f66a62005-03-25 12:31:53 -06004070 &priv->last_tx_failures, &len);
4071
4072 /* Driver managed, reset with each association */
4073 priv->missed_adhoc_beacons = 0;
4074 priv->missed_beacons = 0;
4075 priv->tx_packets = 0;
4076 priv->rx_packets = 0;
4077
4078}
4079
Arjan van de Ven858119e2006-01-14 13:20:43 -08004080static u32 ipw_get_max_rate(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -06004081{
4082 u32 i = 0x80000000;
4083 u32 mask = priv->rates_mask;
4084 /* If currently associated in B mode, restrict the maximum
4085 * rate match to B rates */
4086 if (priv->assoc_request.ieee_mode == IPW_B_MODE)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004087 mask &= LIBIPW_CCK_RATES_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06004088
4089 /* TODO: Verify that the rate is supported by the current rates
4090 * list. */
4091
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004092 while (i && !(mask & i))
4093 i >>= 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06004094 switch (i) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004095 case LIBIPW_CCK_RATE_1MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004096 return 1000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004097 case LIBIPW_CCK_RATE_2MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004098 return 2000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004099 case LIBIPW_CCK_RATE_5MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004100 return 5500000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004101 case LIBIPW_OFDM_RATE_6MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004102 return 6000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004103 case LIBIPW_OFDM_RATE_9MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004104 return 9000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004105 case LIBIPW_CCK_RATE_11MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004106 return 11000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004107 case LIBIPW_OFDM_RATE_12MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004108 return 12000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004109 case LIBIPW_OFDM_RATE_18MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004110 return 18000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004111 case LIBIPW_OFDM_RATE_24MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004112 return 24000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004113 case LIBIPW_OFDM_RATE_36MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004114 return 36000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004115 case LIBIPW_OFDM_RATE_48MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004116 return 48000000;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004117 case LIBIPW_OFDM_RATE_54MB_MASK:
James Ketrenosea2b26e2005-08-24 21:25:16 -05004118 return 54000000;
James Ketrenos43f66a62005-03-25 12:31:53 -06004119 }
4120
Jeff Garzikbf794512005-07-31 13:07:26 -04004121 if (priv->ieee->mode == IEEE_B)
James Ketrenos43f66a62005-03-25 12:31:53 -06004122 return 11000000;
4123 else
4124 return 54000000;
4125}
4126
4127static u32 ipw_get_current_rate(struct ipw_priv *priv)
4128{
4129 u32 rate, len = sizeof(rate);
4130 int err;
4131
Jeff Garzikbf794512005-07-31 13:07:26 -04004132 if (!(priv->status & STATUS_ASSOCIATED))
James Ketrenos43f66a62005-03-25 12:31:53 -06004133 return 0;
4134
4135 if (priv->tx_packets > IPW_REAL_RATE_RX_PACKET_THRESHOLD) {
Jeff Garzikbf794512005-07-31 13:07:26 -04004136 err = ipw_get_ordinal(priv, IPW_ORD_STAT_TX_CURR_RATE, &rate,
James Ketrenos43f66a62005-03-25 12:31:53 -06004137 &len);
4138 if (err) {
4139 IPW_DEBUG_INFO("failed querying ordinals.\n");
4140 return 0;
4141 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004142 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06004143 return ipw_get_max_rate(priv);
4144
4145 switch (rate) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004146 case IPW_TX_RATE_1MB:
4147 return 1000000;
4148 case IPW_TX_RATE_2MB:
4149 return 2000000;
4150 case IPW_TX_RATE_5MB:
4151 return 5500000;
4152 case IPW_TX_RATE_6MB:
4153 return 6000000;
4154 case IPW_TX_RATE_9MB:
4155 return 9000000;
4156 case IPW_TX_RATE_11MB:
4157 return 11000000;
4158 case IPW_TX_RATE_12MB:
4159 return 12000000;
4160 case IPW_TX_RATE_18MB:
4161 return 18000000;
4162 case IPW_TX_RATE_24MB:
4163 return 24000000;
4164 case IPW_TX_RATE_36MB:
4165 return 36000000;
4166 case IPW_TX_RATE_48MB:
4167 return 48000000;
4168 case IPW_TX_RATE_54MB:
4169 return 54000000;
James Ketrenos43f66a62005-03-25 12:31:53 -06004170 }
4171
4172 return 0;
4173}
4174
James Ketrenos43f66a62005-03-25 12:31:53 -06004175#define IPW_STATS_INTERVAL (2 * HZ)
4176static void ipw_gather_stats(struct ipw_priv *priv)
4177{
4178 u32 rx_err, rx_err_delta, rx_packets_delta;
4179 u32 tx_failures, tx_failures_delta, tx_packets_delta;
4180 u32 missed_beacons_percent, missed_beacons_delta;
4181 u32 quality = 0;
4182 u32 len = sizeof(u32);
4183 s16 rssi;
Jeff Garzikbf794512005-07-31 13:07:26 -04004184 u32 beacon_quality, signal_quality, tx_quality, rx_quality,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004185 rate_quality;
James Ketrenosea2b26e2005-08-24 21:25:16 -05004186 u32 max_rate;
James Ketrenos43f66a62005-03-25 12:31:53 -06004187
4188 if (!(priv->status & STATUS_ASSOCIATED)) {
4189 priv->quality = 0;
4190 return;
4191 }
4192
4193 /* Update the statistics */
Jeff Garzikbf794512005-07-31 13:07:26 -04004194 ipw_get_ordinal(priv, IPW_ORD_STAT_MISSED_BEACONS,
James Ketrenos43f66a62005-03-25 12:31:53 -06004195 &priv->missed_beacons, &len);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004196 missed_beacons_delta = priv->missed_beacons - priv->last_missed_beacons;
James Ketrenos43f66a62005-03-25 12:31:53 -06004197 priv->last_missed_beacons = priv->missed_beacons;
4198 if (priv->assoc_request.beacon_interval) {
4199 missed_beacons_percent = missed_beacons_delta *
Al Viro5b5e8072007-12-27 01:54:06 -05004200 (HZ * le16_to_cpu(priv->assoc_request.beacon_interval)) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004201 (IPW_STATS_INTERVAL * 10);
James Ketrenos43f66a62005-03-25 12:31:53 -06004202 } else {
4203 missed_beacons_percent = 0;
4204 }
4205 average_add(&priv->average_missed_beacons, missed_beacons_percent);
4206
4207 ipw_get_ordinal(priv, IPW_ORD_STAT_RX_ERR_CRC, &rx_err, &len);
4208 rx_err_delta = rx_err - priv->last_rx_err;
4209 priv->last_rx_err = rx_err;
4210
4211 ipw_get_ordinal(priv, IPW_ORD_STAT_TX_FAILURE, &tx_failures, &len);
4212 tx_failures_delta = tx_failures - priv->last_tx_failures;
4213 priv->last_tx_failures = tx_failures;
4214
4215 rx_packets_delta = priv->rx_packets - priv->last_rx_packets;
4216 priv->last_rx_packets = priv->rx_packets;
4217
4218 tx_packets_delta = priv->tx_packets - priv->last_tx_packets;
4219 priv->last_tx_packets = priv->tx_packets;
4220
4221 /* Calculate quality based on the following:
Jeff Garzikbf794512005-07-31 13:07:26 -04004222 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004223 * Missed beacon: 100% = 0, 0% = 70% missed
4224 * Rate: 60% = 1Mbs, 100% = Max
4225 * Rx and Tx errors represent a straight % of total Rx/Tx
4226 * RSSI: 100% = > -50, 0% = < -80
4227 * Rx errors: 100% = 0, 0% = 50% missed
Jeff Garzikbf794512005-07-31 13:07:26 -04004228 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004229 * The lowest computed quality is used.
4230 *
4231 */
4232#define BEACON_THRESHOLD 5
4233 beacon_quality = 100 - missed_beacons_percent;
4234 if (beacon_quality < BEACON_THRESHOLD)
4235 beacon_quality = 0;
4236 else
Jeff Garzikbf794512005-07-31 13:07:26 -04004237 beacon_quality = (beacon_quality - BEACON_THRESHOLD) * 100 /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004238 (100 - BEACON_THRESHOLD);
Jeff Garzikbf794512005-07-31 13:07:26 -04004239 IPW_DEBUG_STATS("Missed beacon: %3d%% (%d%%)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06004240 beacon_quality, missed_beacons_percent);
Jeff Garzikbf794512005-07-31 13:07:26 -04004241
James Ketrenos43f66a62005-03-25 12:31:53 -06004242 priv->last_rate = ipw_get_current_rate(priv);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004243 max_rate = ipw_get_max_rate(priv);
4244 rate_quality = priv->last_rate * 40 / max_rate + 60;
James Ketrenos43f66a62005-03-25 12:31:53 -06004245 IPW_DEBUG_STATS("Rate quality : %3d%% (%dMbs)\n",
4246 rate_quality, priv->last_rate / 1000000);
Jeff Garzikbf794512005-07-31 13:07:26 -04004247
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004248 if (rx_packets_delta > 100 && rx_packets_delta + rx_err_delta)
Jeff Garzikbf794512005-07-31 13:07:26 -04004249 rx_quality = 100 - (rx_err_delta * 100) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004250 (rx_packets_delta + rx_err_delta);
James Ketrenos43f66a62005-03-25 12:31:53 -06004251 else
4252 rx_quality = 100;
4253 IPW_DEBUG_STATS("Rx quality : %3d%% (%u errors, %u packets)\n",
4254 rx_quality, rx_err_delta, rx_packets_delta);
Jeff Garzikbf794512005-07-31 13:07:26 -04004255
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004256 if (tx_packets_delta > 100 && tx_packets_delta + tx_failures_delta)
Jeff Garzikbf794512005-07-31 13:07:26 -04004257 tx_quality = 100 - (tx_failures_delta * 100) /
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004258 (tx_packets_delta + tx_failures_delta);
James Ketrenos43f66a62005-03-25 12:31:53 -06004259 else
4260 tx_quality = 100;
4261 IPW_DEBUG_STATS("Tx quality : %3d%% (%u errors, %u packets)\n",
4262 tx_quality, tx_failures_delta, tx_packets_delta);
Jeff Garzikbf794512005-07-31 13:07:26 -04004263
Zhu Yi00d21de2006-04-13 17:19:02 +08004264 rssi = priv->exp_avg_rssi;
James Ketrenosc848d0a2005-08-24 21:56:24 -05004265 signal_quality =
4266 (100 *
4267 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) *
4268 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) -
4269 (priv->ieee->perfect_rssi - rssi) *
4270 (15 * (priv->ieee->perfect_rssi - priv->ieee->worst_rssi) +
4271 62 * (priv->ieee->perfect_rssi - rssi))) /
4272 ((priv->ieee->perfect_rssi - priv->ieee->worst_rssi) *
4273 (priv->ieee->perfect_rssi - priv->ieee->worst_rssi));
4274 if (signal_quality > 100)
James Ketrenos43f66a62005-03-25 12:31:53 -06004275 signal_quality = 100;
James Ketrenosc848d0a2005-08-24 21:56:24 -05004276 else if (signal_quality < 1)
James Ketrenos43f66a62005-03-25 12:31:53 -06004277 signal_quality = 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05004278
Zhu Yi61fb9ed2006-04-13 17:19:55 +08004279 IPW_DEBUG_STATS("Signal level : %3d%% (%d dBm)\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06004280 signal_quality, rssi);
Jeff Garzikbf794512005-07-31 13:07:26 -04004281
Reinette Chatre21f8a732009-08-18 10:25:05 -07004282 quality = min(rx_quality, signal_quality);
4283 quality = min(tx_quality, quality);
4284 quality = min(rate_quality, quality);
4285 quality = min(beacon_quality, quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004286 if (quality == beacon_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004287 IPW_DEBUG_STATS("Quality (%d%%): Clamped to missed beacons.\n",
4288 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004289 if (quality == rate_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004290 IPW_DEBUG_STATS("Quality (%d%%): Clamped to rate quality.\n",
4291 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004292 if (quality == tx_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004293 IPW_DEBUG_STATS("Quality (%d%%): Clamped to Tx quality.\n",
4294 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004295 if (quality == rx_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004296 IPW_DEBUG_STATS("Quality (%d%%): Clamped to Rx quality.\n",
4297 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004298 if (quality == signal_quality)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004299 IPW_DEBUG_STATS("Quality (%d%%): Clamped to signal quality.\n",
4300 quality);
James Ketrenos43f66a62005-03-25 12:31:53 -06004301
4302 priv->quality = quality;
Jeff Garzikbf794512005-07-31 13:07:26 -04004303
4304 queue_delayed_work(priv->workqueue, &priv->gather_stats,
James Ketrenos43f66a62005-03-25 12:31:53 -06004305 IPW_STATS_INTERVAL);
4306}
4307
David Howellsc4028952006-11-22 14:57:56 +00004308static void ipw_bg_gather_stats(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05004309{
David Howellsc4028952006-11-22 14:57:56 +00004310 struct ipw_priv *priv =
4311 container_of(work, struct ipw_priv, gather_stats.work);
Zhu Yi46441512006-01-24 16:37:59 +08004312 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00004313 ipw_gather_stats(priv);
Zhu Yi46441512006-01-24 16:37:59 +08004314 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05004315}
4316
Ben Cahille7582562005-10-06 15:34:41 -05004317/* Missed beacon behavior:
4318 * 1st missed -> roaming_threshold, just wait, don't do any scan/roam.
4319 * roaming_threshold -> disassociate_threshold, scan and roam for better signal.
4320 * Above disassociate threshold, give up and stop scanning.
4321 * Roaming is disabled if disassociate_threshold <= roaming_threshold */
Arjan van de Ven858119e2006-01-14 13:20:43 -08004322static void ipw_handle_missed_beacon(struct ipw_priv *priv,
James Ketrenosea2b26e2005-08-24 21:25:16 -05004323 int missed_count)
4324{
4325 priv->notif_missed_beacons = missed_count;
4326
James Ketrenosafbf30a2005-08-25 00:05:33 -05004327 if (missed_count > priv->disassociate_threshold &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05004328 priv->status & STATUS_ASSOCIATED) {
4329 /* If associated and we've hit the missed
4330 * beacon threshold, disassociate, turn
4331 * off roaming, and abort any active scans */
4332 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
James Ketrenosafbf30a2005-08-25 00:05:33 -05004333 IPW_DL_STATE | IPW_DL_ASSOC,
James Ketrenosea2b26e2005-08-24 21:25:16 -05004334 "Missed beacon: %d - disassociate\n", missed_count);
4335 priv->status &= ~STATUS_ROAMING;
James Ketrenosa613bff2005-08-24 21:43:11 -05004336 if (priv->status & STATUS_SCANNING) {
4337 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
4338 IPW_DL_STATE,
4339 "Aborting scan with missed beacon.\n");
James Ketrenosea2b26e2005-08-24 21:25:16 -05004340 queue_work(priv->workqueue, &priv->abort_scan);
James Ketrenosa613bff2005-08-24 21:43:11 -05004341 }
4342
James Ketrenosea2b26e2005-08-24 21:25:16 -05004343 queue_work(priv->workqueue, &priv->disassociate);
4344 return;
4345 }
4346
4347 if (priv->status & STATUS_ROAMING) {
4348 /* If we are currently roaming, then just
4349 * print a debug statement... */
4350 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
4351 "Missed beacon: %d - roam in progress\n",
4352 missed_count);
4353 return;
4354 }
4355
Zhu Yi4bfdb912006-01-24 16:37:16 +08004356 if (roaming &&
4357 (missed_count > priv->roaming_threshold &&
4358 missed_count <= priv->disassociate_threshold)) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004359 /* If we are not already roaming, set the ROAM
Ben Cahille7582562005-10-06 15:34:41 -05004360 * bit in the status and kick off a scan.
4361 * This can happen several times before we reach
4362 * disassociate_threshold. */
James Ketrenosea2b26e2005-08-24 21:25:16 -05004363 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
4364 "Missed beacon: %d - initiate "
4365 "roaming\n", missed_count);
4366 if (!(priv->status & STATUS_ROAMING)) {
4367 priv->status |= STATUS_ROAMING;
4368 if (!(priv->status & STATUS_SCANNING))
David Howellsc4028952006-11-22 14:57:56 +00004369 queue_delayed_work(priv->workqueue,
4370 &priv->request_scan, 0);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004371 }
4372 return;
4373 }
4374
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01004375 if (priv->status & STATUS_SCANNING &&
4376 missed_count > IPW_MB_SCAN_CANCEL_THRESHOLD) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05004377 /* Stop scan to keep fw from getting
4378 * stuck (only if we aren't roaming --
4379 * otherwise we'll never scan more than 2 or 3
4380 * channels..) */
James Ketrenosb095c382005-08-24 22:04:42 -05004381 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF | IPW_DL_STATE,
4382 "Aborting scan with missed beacon.\n");
James Ketrenosea2b26e2005-08-24 21:25:16 -05004383 queue_work(priv->workqueue, &priv->abort_scan);
4384 }
4385
4386 IPW_DEBUG_NOTIF("Missed beacon: %d\n", missed_count);
James Ketrenosea2b26e2005-08-24 21:25:16 -05004387}
4388
Dan Williams0b531672007-10-09 13:55:24 -04004389static void ipw_scan_event(struct work_struct *work)
4390{
4391 union iwreq_data wrqu;
4392
4393 struct ipw_priv *priv =
4394 container_of(work, struct ipw_priv, scan_event.work);
4395
4396 wrqu.data.length = 0;
4397 wrqu.data.flags = 0;
4398 wireless_send_event(priv->net_dev, SIOCGIWSCAN, &wrqu, NULL);
4399}
4400
4401static void handle_scan_event(struct ipw_priv *priv)
4402{
4403 /* Only userspace-requested scan completion events go out immediately */
4404 if (!priv->user_requested_scan) {
4405 if (!delayed_work_pending(&priv->scan_event))
4406 queue_delayed_work(priv->workqueue, &priv->scan_event,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05004407 round_jiffies_relative(msecs_to_jiffies(4000)));
Dan Williams0b531672007-10-09 13:55:24 -04004408 } else {
4409 union iwreq_data wrqu;
4410
4411 priv->user_requested_scan = 0;
4412 cancel_delayed_work(&priv->scan_event);
4413
4414 wrqu.data.length = 0;
4415 wrqu.data.flags = 0;
4416 wireless_send_event(priv->net_dev, SIOCGIWSCAN, &wrqu, NULL);
4417 }
4418}
4419
James Ketrenos43f66a62005-03-25 12:31:53 -06004420/**
4421 * Handle host notification packet.
4422 * Called from interrupt routine
4423 */
Arjan van de Ven858119e2006-01-14 13:20:43 -08004424static void ipw_rx_notification(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06004425 struct ipw_rx_notification *notif)
4426{
John W. Linville9387b7c2008-09-30 20:59:05 -04004427 DECLARE_SSID_BUF(ssid);
Al Viroe62e1ee2007-12-27 01:36:46 -05004428 u16 size = le16_to_cpu(notif->size);
James Ketrenosa613bff2005-08-24 21:43:11 -05004429
Al Viroe62e1ee2007-12-27 01:36:46 -05004430 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size);
Jeff Garzikbf794512005-07-31 13:07:26 -04004431
James Ketrenos43f66a62005-03-25 12:31:53 -06004432 switch (notif->subtype) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004433 case HOST_NOTIFICATION_STATUS_ASSOCIATED:{
4434 struct notif_association *assoc = &notif->u.assoc;
Jeff Garzikbf794512005-07-31 13:07:26 -04004435
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004436 switch (assoc->state) {
4437 case CMAS_ASSOCIATED:{
4438 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4439 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004440 "associated: '%s' %pM \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004441 print_ssid(ssid, priv->essid,
4442 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004443 priv->bssid);
Jeff Garzikbf794512005-07-31 13:07:26 -04004444
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004445 switch (priv->ieee->iw_mode) {
4446 case IW_MODE_INFRA:
4447 memcpy(priv->ieee->bssid,
4448 priv->bssid, ETH_ALEN);
4449 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004450
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004451 case IW_MODE_ADHOC:
4452 memcpy(priv->ieee->bssid,
4453 priv->bssid, ETH_ALEN);
Jeff Garzikbf794512005-07-31 13:07:26 -04004454
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004455 /* clear out the station table */
4456 priv->num_stations = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06004457
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004458 IPW_DEBUG_ASSOC
4459 ("queueing adhoc check\n");
4460 queue_delayed_work(priv->
4461 workqueue,
4462 &priv->
4463 adhoc_check,
Al Viro5b5e8072007-12-27 01:54:06 -05004464 le16_to_cpu(priv->
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004465 assoc_request.
Al Viro5b5e8072007-12-27 01:54:06 -05004466 beacon_interval));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004467 break;
4468 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004469
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004470 priv->status &= ~STATUS_ASSOCIATING;
4471 priv->status |= STATUS_ASSOCIATED;
Zhu Yid8bad6d2005-07-13 12:25:38 -05004472 queue_work(priv->workqueue,
4473 &priv->system_config);
James Ketrenos43f66a62005-03-25 12:31:53 -06004474
Zhu Yie43e3c12006-04-13 17:20:45 +08004475#ifdef CONFIG_IPW2200_QOS
James Ketrenosafbf30a2005-08-25 00:05:33 -05004476#define IPW_GET_PACKET_STYPE(x) WLAN_FC_GET_STYPE( \
John W. Linville72118012008-09-30 21:43:03 -04004477 le16_to_cpu(((struct ieee80211_hdr *)(x))->frame_control))
James Ketrenosafbf30a2005-08-25 00:05:33 -05004478 if ((priv->status & STATUS_AUTH) &&
4479 (IPW_GET_PACKET_STYPE(&notif->u.raw)
4480 == IEEE80211_STYPE_ASSOC_RESP)) {
James Ketrenosb095c382005-08-24 22:04:42 -05004481 if ((sizeof
4482 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004483 libipw_assoc_response)
Al Viroe62e1ee2007-12-27 01:36:46 -05004484 <= size)
4485 && (size <= 2314)) {
James Ketrenosb095c382005-08-24 22:04:42 -05004486 struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004487 libipw_rx_stats
James Ketrenosb095c382005-08-24 22:04:42 -05004488 stats = {
Al Viroe62e1ee2007-12-27 01:36:46 -05004489 .len = size - 1,
James Ketrenosb095c382005-08-24 22:04:42 -05004490 };
4491
4492 IPW_DEBUG_QOS
4493 ("QoS Associate "
Al Viroe62e1ee2007-12-27 01:36:46 -05004494 "size %d\n", size);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004495 libipw_rx_mgt(priv->
James Ketrenosb095c382005-08-24 22:04:42 -05004496 ieee,
4497 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004498 libipw_hdr_4addr
James Ketrenosb095c382005-08-24 22:04:42 -05004499 *)
4500 &notif->u.raw, &stats);
4501 }
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004502 }
James Ketrenosb095c382005-08-24 22:04:42 -05004503#endif
James Ketrenos43f66a62005-03-25 12:31:53 -06004504
James Ketrenosa613bff2005-08-24 21:43:11 -05004505 schedule_work(&priv->link_up);
James Ketrenos43f66a62005-03-25 12:31:53 -06004506
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004507 break;
4508 }
4509
4510 case CMAS_AUTHENTICATED:{
4511 if (priv->
4512 status & (STATUS_ASSOCIATED |
4513 STATUS_AUTH)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004514 struct notif_authenticate *auth
4515 = &notif->u.auth;
4516 IPW_DEBUG(IPW_DL_NOTIF |
4517 IPW_DL_STATE |
4518 IPW_DL_ASSOC,
4519 "deauthenticated: '%s' "
Johannes Berge1749612008-10-27 15:59:26 -07004520 "%pM"
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004521 ": (0x%04X) - %s \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004522 print_ssid(ssid,
4523 priv->
4524 essid,
4525 priv->
4526 essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004527 priv->bssid,
Al Viro83f7d572008-03-16 22:26:44 +00004528 le16_to_cpu(auth->status),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004529 ipw_get_status_code
Al Viro83f7d572008-03-16 22:26:44 +00004530 (le16_to_cpu
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004531 (auth->status)));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004532
4533 priv->status &=
4534 ~(STATUS_ASSOCIATING |
4535 STATUS_AUTH |
4536 STATUS_ASSOCIATED);
4537
James Ketrenosa613bff2005-08-24 21:43:11 -05004538 schedule_work(&priv->link_down);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004539 break;
4540 }
4541
4542 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4543 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004544 "authenticated: '%s' %pM\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004545 print_ssid(ssid, priv->essid,
4546 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004547 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004548 break;
4549 }
4550
4551 case CMAS_INIT:{
James Ketrenosea2b26e2005-08-24 21:25:16 -05004552 if (priv->status & STATUS_AUTH) {
4553 struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004554 libipw_assoc_response
James Ketrenosea2b26e2005-08-24 21:25:16 -05004555 *resp;
4556 resp =
4557 (struct
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04004558 libipw_assoc_response
James Ketrenosea2b26e2005-08-24 21:25:16 -05004559 *)&notif->u.raw;
4560 IPW_DEBUG(IPW_DL_NOTIF |
4561 IPW_DL_STATE |
4562 IPW_DL_ASSOC,
4563 "association failed (0x%04X): %s\n",
Al Viro83f7d572008-03-16 22:26:44 +00004564 le16_to_cpu(resp->status),
James Ketrenosea2b26e2005-08-24 21:25:16 -05004565 ipw_get_status_code
Al Viro83f7d572008-03-16 22:26:44 +00004566 (le16_to_cpu
James Ketrenosea2b26e2005-08-24 21:25:16 -05004567 (resp->status)));
4568 }
4569
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004570 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4571 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004572 "disassociated: '%s' %pM \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004573 print_ssid(ssid, priv->essid,
4574 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004575 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004576
4577 priv->status &=
4578 ~(STATUS_DISASSOCIATING |
4579 STATUS_ASSOCIATING |
4580 STATUS_ASSOCIATED | STATUS_AUTH);
James Ketrenosb095c382005-08-24 22:04:42 -05004581 if (priv->assoc_network
4582 && (priv->assoc_network->
4583 capability &
4584 WLAN_CAPABILITY_IBSS))
4585 ipw_remove_current_network
4586 (priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004587
James Ketrenosa613bff2005-08-24 21:43:11 -05004588 schedule_work(&priv->link_down);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004589
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004590 break;
4591 }
4592
James Ketrenosb095c382005-08-24 22:04:42 -05004593 case CMAS_RX_ASSOC_RESP:
4594 break;
4595
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004596 default:
4597 IPW_ERROR("assoc: unknown (%d)\n",
4598 assoc->state);
4599 break;
4600 }
4601
James Ketrenos43f66a62005-03-25 12:31:53 -06004602 break;
4603 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004604
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004605 case HOST_NOTIFICATION_STATUS_AUTHENTICATE:{
4606 struct notif_authenticate *auth = &notif->u.auth;
4607 switch (auth->state) {
4608 case CMAS_AUTHENTICATED:
4609 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
Johannes Berge1749612008-10-27 15:59:26 -07004610 "authenticated: '%s' %pM \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04004611 print_ssid(ssid, priv->essid,
4612 priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07004613 priv->bssid);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004614 priv->status |= STATUS_AUTH;
4615 break;
4616
4617 case CMAS_INIT:
4618 if (priv->status & STATUS_AUTH) {
4619 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4620 IPW_DL_ASSOC,
4621 "authentication failed (0x%04X): %s\n",
Al Viro83f7d572008-03-16 22:26:44 +00004622 le16_to_cpu(auth->status),
4623 ipw_get_status_code(le16_to_cpu
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004624 (auth->
4625 status)));
4626 }
4627 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4628 IPW_DL_ASSOC,
Johannes Berge1749612008-10-27 15:59:26 -07004629 "deauthenticated: '%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);
James Ketrenos43f66a62005-03-25 12:31:53 -06004633
4634 priv->status &= ~(STATUS_ASSOCIATING |
4635 STATUS_AUTH |
4636 STATUS_ASSOCIATED);
4637
James Ketrenosa613bff2005-08-24 21:43:11 -05004638 schedule_work(&priv->link_down);
James Ketrenos43f66a62005-03-25 12:31:53 -06004639 break;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004640
4641 case CMAS_TX_AUTH_SEQ_1:
4642 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4643 IPW_DL_ASSOC, "AUTH_SEQ_1\n");
4644 break;
4645 case CMAS_RX_AUTH_SEQ_2:
4646 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4647 IPW_DL_ASSOC, "AUTH_SEQ_2\n");
4648 break;
4649 case CMAS_AUTH_SEQ_1_PASS:
4650 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4651 IPW_DL_ASSOC, "AUTH_SEQ_1_PASS\n");
4652 break;
4653 case CMAS_AUTH_SEQ_1_FAIL:
4654 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4655 IPW_DL_ASSOC, "AUTH_SEQ_1_FAIL\n");
4656 break;
4657 case CMAS_TX_AUTH_SEQ_3:
4658 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4659 IPW_DL_ASSOC, "AUTH_SEQ_3\n");
4660 break;
4661 case CMAS_RX_AUTH_SEQ_4:
4662 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4663 IPW_DL_ASSOC, "RX_AUTH_SEQ_4\n");
4664 break;
4665 case CMAS_AUTH_SEQ_2_PASS:
4666 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4667 IPW_DL_ASSOC, "AUTH_SEQ_2_PASS\n");
4668 break;
4669 case CMAS_AUTH_SEQ_2_FAIL:
4670 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4671 IPW_DL_ASSOC, "AUT_SEQ_2_FAIL\n");
4672 break;
4673 case CMAS_TX_ASSOC:
4674 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4675 IPW_DL_ASSOC, "TX_ASSOC\n");
4676 break;
4677 case CMAS_RX_ASSOC_RESP:
4678 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4679 IPW_DL_ASSOC, "RX_ASSOC_RESP\n");
James Ketrenosb095c382005-08-24 22:04:42 -05004680
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004681 break;
4682 case CMAS_ASSOCIATED:
4683 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE |
4684 IPW_DL_ASSOC, "ASSOCIATED\n");
4685 break;
4686 default:
4687 IPW_DEBUG_NOTIF("auth: failure - %d\n",
4688 auth->state);
4689 break;
4690 }
4691 break;
4692 }
4693
4694 case HOST_NOTIFICATION_STATUS_SCAN_CHANNEL_RESULT:{
4695 struct notif_channel_result *x =
4696 &notif->u.channel_result;
4697
Al Viroe62e1ee2007-12-27 01:36:46 -05004698 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004699 IPW_DEBUG_SCAN("Scan result for channel %d\n",
4700 x->channel_num);
4701 } else {
4702 IPW_DEBUG_SCAN("Scan result of wrong size %d "
4703 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004704 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004705 }
4706 break;
4707 }
4708
4709 case HOST_NOTIFICATION_STATUS_SCAN_COMPLETED:{
4710 struct notif_scan_complete *x = &notif->u.scan_complete;
Al Viroe62e1ee2007-12-27 01:36:46 -05004711 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004712 IPW_DEBUG_SCAN
4713 ("Scan completed: type %d, %d channels, "
4714 "%d status\n", x->scan_type,
4715 x->num_channels, x->status);
4716 } else {
4717 IPW_ERROR("Scan completed of wrong size %d "
4718 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004719 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004720 }
4721
4722 priv->status &=
4723 ~(STATUS_SCANNING | STATUS_SCAN_ABORTING);
4724
James Ketrenosa0e04ab2005-08-25 00:49:43 -05004725 wake_up_interruptible(&priv->wait_state);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004726 cancel_delayed_work(&priv->scan_check);
4727
James Ketrenosb095c382005-08-24 22:04:42 -05004728 if (priv->status & STATUS_EXIT_PENDING)
4729 break;
4730
4731 priv->ieee->scans++;
4732
4733#ifdef CONFIG_IPW2200_MONITOR
4734 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05004735 priv->status |= STATUS_SCAN_FORCED;
David Howellsc4028952006-11-22 14:57:56 +00004736 queue_delayed_work(priv->workqueue,
4737 &priv->request_scan, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05004738 break;
4739 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05004740 priv->status &= ~STATUS_SCAN_FORCED;
James Ketrenosb095c382005-08-24 22:04:42 -05004741#endif /* CONFIG_IPW2200_MONITOR */
4742
Dan Williamsea177302008-06-02 17:51:23 -04004743 /* Do queued direct scans first */
4744 if (priv->status & STATUS_DIRECT_SCAN_PENDING) {
4745 queue_delayed_work(priv->workqueue,
4746 &priv->request_direct_scan, 0);
4747 }
4748
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004749 if (!(priv->status & (STATUS_ASSOCIATED |
4750 STATUS_ASSOCIATING |
4751 STATUS_ROAMING |
4752 STATUS_DISASSOCIATING)))
4753 queue_work(priv->workqueue, &priv->associate);
4754 else if (priv->status & STATUS_ROAMING) {
Ben Cahille7582562005-10-06 15:34:41 -05004755 if (x->status == SCAN_COMPLETED_STATUS_COMPLETE)
4756 /* If a scan completed and we are in roam mode, then
4757 * the scan that completed was the one requested as a
4758 * result of entering roam... so, schedule the
4759 * roam work */
4760 queue_work(priv->workqueue,
4761 &priv->roam);
4762 else
4763 /* Don't schedule if we aborted the scan */
4764 priv->status &= ~STATUS_ROAMING;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004765 } else if (priv->status & STATUS_SCAN_PENDING)
David Howellsc4028952006-11-22 14:57:56 +00004766 queue_delayed_work(priv->workqueue,
4767 &priv->request_scan, 0);
James Ketrenosa613bff2005-08-24 21:43:11 -05004768 else if (priv->config & CFG_BACKGROUND_SCAN
4769 && priv->status & STATUS_ASSOCIATED)
4770 queue_delayed_work(priv->workqueue,
Stephen Hemminger1c9d5e42007-06-22 21:34:06 -07004771 &priv->request_scan,
Anton Blanchardbe84e3d2007-10-15 00:38:01 -05004772 round_jiffies_relative(HZ));
Zhu Yi07f02e42006-04-13 17:19:25 +08004773
4774 /* Send an empty event to user space.
4775 * We don't send the received data on the event because
4776 * it would require us to do complex transcoding, and
4777 * we want to minimise the work done in the irq handler
4778 * Use a request to extract the data.
4779 * Also, we generate this even for any scan, regardless
4780 * on how the scan was initiated. User space can just
4781 * sync on periodic scan to get fresh data...
4782 * Jean II */
Dan Williams0b531672007-10-09 13:55:24 -04004783 if (x->status == SCAN_COMPLETED_STATUS_COMPLETE)
4784 handle_scan_event(priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004785 break;
4786 }
4787
4788 case HOST_NOTIFICATION_STATUS_FRAG_LENGTH:{
4789 struct notif_frag_length *x = &notif->u.frag_len;
4790
Al Viroe62e1ee2007-12-27 01:36:46 -05004791 if (size == sizeof(*x))
James Ketrenosa613bff2005-08-24 21:43:11 -05004792 IPW_ERROR("Frag length: %d\n",
4793 le16_to_cpu(x->frag_length));
4794 else
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004795 IPW_ERROR("Frag length of wrong size %d "
4796 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004797 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004798 break;
4799 }
4800
4801 case HOST_NOTIFICATION_STATUS_LINK_DETERIORATION:{
4802 struct notif_link_deterioration *x =
4803 &notif->u.link_deterioration;
James Ketrenosafbf30a2005-08-25 00:05:33 -05004804
Al Viroe62e1ee2007-12-27 01:36:46 -05004805 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004806 IPW_DEBUG(IPW_DL_NOTIF | IPW_DL_STATE,
Cahill, Ben M12977152006-03-08 02:58:02 +08004807 "link deterioration: type %d, cnt %d\n",
4808 x->silence_notification_type,
4809 x->silence_count);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004810 memcpy(&priv->last_link_deterioration, x,
4811 sizeof(*x));
4812 } else {
4813 IPW_ERROR("Link Deterioration of wrong size %d "
4814 "(should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004815 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004816 }
4817 break;
4818 }
4819
4820 case HOST_NOTIFICATION_DINO_CONFIG_RESPONSE:{
4821 IPW_ERROR("Dino config\n");
4822 if (priv->hcmd
James Ketrenosa613bff2005-08-24 21:43:11 -05004823 && priv->hcmd->cmd != HOST_CMD_DINO_CONFIG)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004824 IPW_ERROR("Unexpected DINO_CONFIG_RESPONSE\n");
James Ketrenosa613bff2005-08-24 21:43:11 -05004825
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004826 break;
4827 }
4828
4829 case HOST_NOTIFICATION_STATUS_BEACON_STATE:{
4830 struct notif_beacon_state *x = &notif->u.beacon_state;
Al Viroe62e1ee2007-12-27 01:36:46 -05004831 if (size != sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004832 IPW_ERROR
4833 ("Beacon state of wrong size %d (should "
Al Viroe62e1ee2007-12-27 01:36:46 -05004834 "be %zd)\n", size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004835 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004836 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004837
James Ketrenosa613bff2005-08-24 21:43:11 -05004838 if (le32_to_cpu(x->state) ==
4839 HOST_NOTIFICATION_STATUS_BEACON_MISSING)
4840 ipw_handle_missed_beacon(priv,
4841 le32_to_cpu(x->
4842 number));
Jeff Garzikbf794512005-07-31 13:07:26 -04004843
James Ketrenos43f66a62005-03-25 12:31:53 -06004844 break;
4845 }
Jeff Garzikbf794512005-07-31 13:07:26 -04004846
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004847 case HOST_NOTIFICATION_STATUS_TGI_TX_KEY:{
4848 struct notif_tgi_tx_key *x = &notif->u.tgi_tx_key;
Al Viroe62e1ee2007-12-27 01:36:46 -05004849 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004850 IPW_ERROR("TGi Tx Key: state 0x%02x sec type "
4851 "0x%02x station %d\n",
4852 x->key_state, x->security_type,
4853 x->station_index);
4854 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004855 }
4856
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004857 IPW_ERROR
4858 ("TGi Tx Key of wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004859 size, sizeof(*x));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004860 break;
4861 }
4862
4863 case HOST_NOTIFICATION_CALIB_KEEP_RESULTS:{
4864 struct notif_calibration *x = &notif->u.calibration;
4865
Al Viroe62e1ee2007-12-27 01:36:46 -05004866 if (size == sizeof(*x)) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004867 memcpy(&priv->calib, x, sizeof(*x));
4868 IPW_DEBUG_INFO("TODO: Calibration\n");
4869 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06004870 }
4871
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004872 IPW_ERROR
4873 ("Calibration of wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004874 size, sizeof(*x));
James Ketrenos43f66a62005-03-25 12:31:53 -06004875 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004876 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004877
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004878 case HOST_NOTIFICATION_NOISE_STATS:{
Al Viroe62e1ee2007-12-27 01:36:46 -05004879 if (size == sizeof(u32)) {
Zhu Yi00d21de2006-04-13 17:19:02 +08004880 priv->exp_avg_noise =
4881 exponential_average(priv->exp_avg_noise,
4882 (u8) (le32_to_cpu(notif->u.noise.value) & 0xff),
4883 DEPTH_NOISE);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004884 break;
4885 }
James Ketrenos43f66a62005-03-25 12:31:53 -06004886
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004887 IPW_ERROR
4888 ("Noise stat is wrong size %d (should be %zd)\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004889 size, sizeof(u32));
James Ketrenos43f66a62005-03-25 12:31:53 -06004890 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04004891 }
4892
James Ketrenos43f66a62005-03-25 12:31:53 -06004893 default:
Zhu Yi1dd31b62006-02-20 18:28:09 -08004894 IPW_DEBUG_NOTIF("Unknown notification: "
4895 "subtype=%d,flags=0x%2x,size=%d\n",
Al Viroe62e1ee2007-12-27 01:36:46 -05004896 notif->subtype, notif->flags, size);
James Ketrenos43f66a62005-03-25 12:31:53 -06004897 }
4898}
4899
4900/**
4901 * Destroys all DMA structures and initialise them again
Jeff Garzikbf794512005-07-31 13:07:26 -04004902 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004903 * @param priv
4904 * @return error code
4905 */
4906static int ipw_queue_reset(struct ipw_priv *priv)
4907{
4908 int rc = 0;
4909 /** @todo customize queue sizes */
4910 int nTx = 64, nTxCmd = 8;
4911 ipw_tx_queue_free(priv);
4912 /* Tx CMD queue */
4913 rc = ipw_queue_tx_init(priv, &priv->txq_cmd, nTxCmd,
James Ketrenosb095c382005-08-24 22:04:42 -05004914 IPW_TX_CMD_QUEUE_READ_INDEX,
4915 IPW_TX_CMD_QUEUE_WRITE_INDEX,
4916 IPW_TX_CMD_QUEUE_BD_BASE,
4917 IPW_TX_CMD_QUEUE_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004918 if (rc) {
4919 IPW_ERROR("Tx Cmd queue init failed\n");
4920 goto error;
4921 }
4922 /* Tx queue(s) */
4923 rc = ipw_queue_tx_init(priv, &priv->txq[0], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004924 IPW_TX_QUEUE_0_READ_INDEX,
4925 IPW_TX_QUEUE_0_WRITE_INDEX,
4926 IPW_TX_QUEUE_0_BD_BASE, IPW_TX_QUEUE_0_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004927 if (rc) {
4928 IPW_ERROR("Tx 0 queue init failed\n");
4929 goto error;
4930 }
4931 rc = ipw_queue_tx_init(priv, &priv->txq[1], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004932 IPW_TX_QUEUE_1_READ_INDEX,
4933 IPW_TX_QUEUE_1_WRITE_INDEX,
4934 IPW_TX_QUEUE_1_BD_BASE, IPW_TX_QUEUE_1_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004935 if (rc) {
4936 IPW_ERROR("Tx 1 queue init failed\n");
4937 goto error;
4938 }
4939 rc = ipw_queue_tx_init(priv, &priv->txq[2], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004940 IPW_TX_QUEUE_2_READ_INDEX,
4941 IPW_TX_QUEUE_2_WRITE_INDEX,
4942 IPW_TX_QUEUE_2_BD_BASE, IPW_TX_QUEUE_2_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004943 if (rc) {
4944 IPW_ERROR("Tx 2 queue init failed\n");
4945 goto error;
4946 }
4947 rc = ipw_queue_tx_init(priv, &priv->txq[3], nTx,
James Ketrenosb095c382005-08-24 22:04:42 -05004948 IPW_TX_QUEUE_3_READ_INDEX,
4949 IPW_TX_QUEUE_3_WRITE_INDEX,
4950 IPW_TX_QUEUE_3_BD_BASE, IPW_TX_QUEUE_3_BD_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06004951 if (rc) {
4952 IPW_ERROR("Tx 3 queue init failed\n");
4953 goto error;
4954 }
4955 /* statistics */
4956 priv->rx_bufs_min = 0;
4957 priv->rx_pend_max = 0;
4958 return rc;
4959
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004960 error:
James Ketrenos43f66a62005-03-25 12:31:53 -06004961 ipw_tx_queue_free(priv);
4962 return rc;
4963}
4964
4965/**
4966 * Reclaim Tx queue entries no more used by NIC.
Jeff Garzikbf794512005-07-31 13:07:26 -04004967 *
Stefano Brivio8ff9d212008-01-12 23:12:26 +01004968 * When FW advances 'R' index, all entries between old and
James Ketrenos43f66a62005-03-25 12:31:53 -06004969 * new 'R' index need to be reclaimed. As result, some free space
4970 * forms. If there is enough free space (> low mark), wake Tx queue.
Jeff Garzikbf794512005-07-31 13:07:26 -04004971 *
James Ketrenos43f66a62005-03-25 12:31:53 -06004972 * @note Need to protect against garbage in 'R' index
4973 * @param priv
4974 * @param txq
4975 * @param qindex
4976 * @return Number of used entries remains in the queue
4977 */
Jeff Garzikbf794512005-07-31 13:07:26 -04004978static int ipw_queue_tx_reclaim(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -06004979 struct clx2_tx_queue *txq, int qindex)
4980{
4981 u32 hw_tail;
4982 int used;
4983 struct clx2_queue *q = &txq->q;
4984
4985 hw_tail = ipw_read32(priv, q->reg_r);
4986 if (hw_tail >= q->n_bd) {
4987 IPW_ERROR
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004988 ("Read index for DMA queue (%d) is out of range [0-%d)\n",
4989 hw_tail, q->n_bd);
James Ketrenos43f66a62005-03-25 12:31:53 -06004990 goto done;
4991 }
4992 for (; q->last_used != hw_tail;
4993 q->last_used = ipw_queue_inc_wrap(q->last_used, q->n_bd)) {
4994 ipw_queue_tx_free_tfd(priv, txq);
4995 priv->tx_packets++;
4996 }
Jeff Garzik0edd5b42005-09-07 00:48:31 -04004997 done:
Dan Williams943dbef2008-02-14 17:49:41 -05004998 if ((ipw_tx_queue_space(q) > q->low_mark) &&
David S. Miller521c4d92008-07-22 18:32:47 -07004999 (qindex >= 0))
James Ketrenos9ddf84f2005-08-16 17:07:11 -05005000 netif_wake_queue(priv->net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06005001 used = q->first_empty - q->last_used;
5002 if (used < 0)
5003 used += q->n_bd;
5004
5005 return used;
5006}
5007
5008static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf,
5009 int len, int sync)
5010{
5011 struct clx2_tx_queue *txq = &priv->txq_cmd;
5012 struct clx2_queue *q = &txq->q;
5013 struct tfd_frame *tfd;
5014
Dan Williams943dbef2008-02-14 17:49:41 -05005015 if (ipw_tx_queue_space(q) < (sync ? 1 : 2)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005016 IPW_ERROR("No space for Tx\n");
5017 return -EBUSY;
5018 }
5019
5020 tfd = &txq->bd[q->first_empty];
5021 txq->txb[q->first_empty] = NULL;
5022
5023 memset(tfd, 0, sizeof(*tfd));
5024 tfd->control_flags.message_type = TX_HOST_COMMAND_TYPE;
5025 tfd->control_flags.control_bits = TFD_NEED_IRQ_MASK;
5026 priv->hcmd_seq++;
5027 tfd->u.cmd.index = hcmd;
5028 tfd->u.cmd.length = len;
5029 memcpy(tfd->u.cmd.payload, buf, len);
5030 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd);
5031 ipw_write32(priv, q->reg_w, q->first_empty);
5032 _ipw_read32(priv, 0x90);
5033
5034 return 0;
5035}
5036
Jeff Garzikbf794512005-07-31 13:07:26 -04005037/*
James Ketrenos43f66a62005-03-25 12:31:53 -06005038 * Rx theory of operation
5039 *
5040 * The host allocates 32 DMA target addresses and passes the host address
James Ketrenosb095c382005-08-24 22:04:42 -05005041 * to the firmware at register IPW_RFDS_TABLE_LOWER + N * RFD_SIZE where N is
James Ketrenos43f66a62005-03-25 12:31:53 -06005042 * 0 to 31
5043 *
5044 * Rx Queue Indexes
5045 * The host/firmware share two index registers for managing the Rx buffers.
5046 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005047 * The READ index maps to the first position that the firmware may be writing
5048 * to -- the driver can read up to (but not including) this position and get
5049 * good data.
James Ketrenos43f66a62005-03-25 12:31:53 -06005050 * The READ index is managed by the firmware once the card is enabled.
5051 *
5052 * The WRITE index maps to the last position the driver has read from -- the
5053 * position preceding WRITE is the last slot the firmware can place a packet.
5054 *
5055 * The queue is empty (no good data) if WRITE = READ - 1, and is full if
Jeff Garzikbf794512005-07-31 13:07:26 -04005056 * WRITE = READ.
James Ketrenos43f66a62005-03-25 12:31:53 -06005057 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005058 * During initialization the host sets up the READ queue position to the first
James Ketrenos43f66a62005-03-25 12:31:53 -06005059 * INDEX position, and WRITE to the last (READ - 1 wrapped)
5060 *
5061 * When the firmware places a packet in a buffer it will advance the READ index
5062 * and fire the RX interrupt. The driver can then query the READ index and
5063 * process as many packets as possible, moving the WRITE index forward as it
5064 * resets the Rx queue buffers with new memory.
Jeff Garzikbf794512005-07-31 13:07:26 -04005065 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005066 * The management in the driver is as follows:
Jeff Garzikbf794512005-07-31 13:07:26 -04005067 * + A list of pre-allocated SKBs is stored in ipw->rxq->rx_free. When
James Ketrenos43f66a62005-03-25 12:31:53 -06005068 * ipw->rxq->free_count drops to or below RX_LOW_WATERMARK, work is scheduled
Jeff Garzikbf794512005-07-31 13:07:26 -04005069 * to replensish the ipw->rxq->rx_free.
James Ketrenos43f66a62005-03-25 12:31:53 -06005070 * + In ipw_rx_queue_replenish (scheduled) if 'processed' != 'read' then the
5071 * ipw->rxq is replenished and the READ INDEX is updated (updating the
5072 * 'processed' and 'read' driver indexes as well)
5073 * + A received packet is processed and handed to the kernel network stack,
5074 * detached from the ipw->rxq. The driver 'processed' index is updated.
5075 * + The Host/Firmware ipw->rxq is replenished at tasklet time from the rx_free
Jeff Garzikbf794512005-07-31 13:07:26 -04005076 * list. If there are no allocated buffers in ipw->rxq->rx_free, the READ
5077 * INDEX is not incremented and ipw->status(RX_STALLED) is set. If there
James Ketrenos43f66a62005-03-25 12:31:53 -06005078 * were enough free buffers and RX_STALLED is set it is cleared.
5079 *
5080 *
5081 * Driver sequence:
5082 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005083 * ipw_rx_queue_alloc() Allocates rx_free
James Ketrenos43f66a62005-03-25 12:31:53 -06005084 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5085 * ipw_rx_queue_restock
5086 * ipw_rx_queue_restock() Moves available buffers from rx_free into Rx
5087 * queue, updates firmware pointers, and updates
5088 * the WRITE index. If insufficient rx_free buffers
5089 * are available, schedules ipw_rx_queue_replenish
5090 *
5091 * -- enable interrupts --
5092 * ISR - ipw_rx() Detach ipw_rx_mem_buffers from pool up to the
Jeff Garzikbf794512005-07-31 13:07:26 -04005093 * READ INDEX, detaching the SKB from the pool.
James Ketrenos43f66a62005-03-25 12:31:53 -06005094 * Moves the packet buffer from queue to rx_used.
5095 * Calls ipw_rx_queue_restock to refill any empty
5096 * slots.
5097 * ...
5098 *
5099 */
5100
Jeff Garzikbf794512005-07-31 13:07:26 -04005101/*
James Ketrenos43f66a62005-03-25 12:31:53 -06005102 * If there are slots in the RX queue that need to be restocked,
5103 * and we have free pre-allocated buffers, fill the ranks as much
5104 * as we can pulling from rx_free.
5105 *
5106 * This moves the 'write' index forward to catch up with 'processed', and
5107 * also updates the memory address in the firmware to reference the new
5108 * target buffer.
5109 */
5110static void ipw_rx_queue_restock(struct ipw_priv *priv)
5111{
5112 struct ipw_rx_queue *rxq = priv->rxq;
5113 struct list_head *element;
5114 struct ipw_rx_mem_buffer *rxb;
5115 unsigned long flags;
5116 int write;
5117
5118 spin_lock_irqsave(&rxq->lock, flags);
5119 write = rxq->write;
Dan Williams943dbef2008-02-14 17:49:41 -05005120 while ((ipw_rx_queue_space(rxq) > 0) && (rxq->free_count)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005121 element = rxq->rx_free.next;
5122 rxb = list_entry(element, struct ipw_rx_mem_buffer, list);
5123 list_del(element);
5124
James Ketrenosb095c382005-08-24 22:04:42 -05005125 ipw_write32(priv, IPW_RFDS_TABLE_LOWER + rxq->write * RFD_SIZE,
James Ketrenos43f66a62005-03-25 12:31:53 -06005126 rxb->dma_addr);
5127 rxq->queue[rxq->write] = rxb;
5128 rxq->write = (rxq->write + 1) % RX_QUEUE_SIZE;
5129 rxq->free_count--;
5130 }
5131 spin_unlock_irqrestore(&rxq->lock, flags);
5132
Jeff Garzikbf794512005-07-31 13:07:26 -04005133 /* If the pre-allocated buffer pool is dropping low, schedule to
James Ketrenos43f66a62005-03-25 12:31:53 -06005134 * refill it */
5135 if (rxq->free_count <= RX_LOW_WATERMARK)
5136 queue_work(priv->workqueue, &priv->rx_replenish);
5137
5138 /* If we've added more space for the firmware to place data, tell it */
Jeff Garzikbf794512005-07-31 13:07:26 -04005139 if (write != rxq->write)
James Ketrenosb095c382005-08-24 22:04:42 -05005140 ipw_write32(priv, IPW_RX_WRITE_INDEX, rxq->write);
James Ketrenos43f66a62005-03-25 12:31:53 -06005141}
5142
5143/*
5144 * Move all used packet from rx_used to rx_free, allocating a new SKB for each.
Jeff Garzikbf794512005-07-31 13:07:26 -04005145 * Also restock the Rx queue via ipw_rx_queue_restock.
5146 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005147 * This is called as a scheduled work item (except for during intialization)
5148 */
5149static void ipw_rx_queue_replenish(void *data)
5150{
5151 struct ipw_priv *priv = data;
5152 struct ipw_rx_queue *rxq = priv->rxq;
5153 struct list_head *element;
5154 struct ipw_rx_mem_buffer *rxb;
5155 unsigned long flags;
5156
5157 spin_lock_irqsave(&rxq->lock, flags);
5158 while (!list_empty(&rxq->rx_used)) {
5159 element = rxq->rx_used.next;
5160 rxb = list_entry(element, struct ipw_rx_mem_buffer, list);
James Ketrenosb095c382005-08-24 22:04:42 -05005161 rxb->skb = alloc_skb(IPW_RX_BUF_SIZE, GFP_ATOMIC);
James Ketrenos43f66a62005-03-25 12:31:53 -06005162 if (!rxb->skb) {
5163 printk(KERN_CRIT "%s: Can not allocate SKB buffers.\n",
5164 priv->net_dev->name);
5165 /* We don't reschedule replenish work here -- we will
5166 * call the restock method and if it still needs
5167 * more buffers it will schedule replenish */
5168 break;
5169 }
5170 list_del(element);
Jeff Garzikbf794512005-07-31 13:07:26 -04005171
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005172 rxb->dma_addr =
5173 pci_map_single(priv->pci_dev, rxb->skb->data,
James Ketrenosb095c382005-08-24 22:04:42 -05005174 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
Jeff Garzikbf794512005-07-31 13:07:26 -04005175
James Ketrenos43f66a62005-03-25 12:31:53 -06005176 list_add_tail(&rxb->list, &rxq->rx_free);
5177 rxq->free_count++;
5178 }
5179 spin_unlock_irqrestore(&rxq->lock, flags);
5180
5181 ipw_rx_queue_restock(priv);
5182}
5183
David Howellsc4028952006-11-22 14:57:56 +00005184static void ipw_bg_rx_queue_replenish(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05005185{
David Howellsc4028952006-11-22 14:57:56 +00005186 struct ipw_priv *priv =
5187 container_of(work, struct ipw_priv, rx_replenish);
Zhu Yi46441512006-01-24 16:37:59 +08005188 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00005189 ipw_rx_queue_replenish(priv);
Zhu Yi46441512006-01-24 16:37:59 +08005190 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005191}
5192
James Ketrenos43f66a62005-03-25 12:31:53 -06005193/* Assumes that the skb field of the buffers in 'pool' is kept accurate.
Zhu Yic7b6a672006-01-24 16:37:05 +08005194 * If an SKB has been detached, the POOL needs to have its SKB set to NULL
Jeff Garzikbf794512005-07-31 13:07:26 -04005195 * This free routine walks the list of POOL entries and if SKB is set to
James Ketrenos43f66a62005-03-25 12:31:53 -06005196 * non NULL it is unmapped and freed
5197 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005198static void ipw_rx_queue_free(struct ipw_priv *priv, struct ipw_rx_queue *rxq)
James Ketrenos43f66a62005-03-25 12:31:53 -06005199{
5200 int i;
5201
5202 if (!rxq)
5203 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04005204
James Ketrenos43f66a62005-03-25 12:31:53 -06005205 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) {
5206 if (rxq->pool[i].skb != NULL) {
5207 pci_unmap_single(priv->pci_dev, rxq->pool[i].dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05005208 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06005209 dev_kfree_skb(rxq->pool[i].skb);
5210 }
5211 }
5212
5213 kfree(rxq);
5214}
5215
5216static struct ipw_rx_queue *ipw_rx_queue_alloc(struct ipw_priv *priv)
5217{
5218 struct ipw_rx_queue *rxq;
5219 int i;
5220
Takisc75f4742005-12-01 01:41:45 -08005221 rxq = kzalloc(sizeof(*rxq), GFP_KERNEL);
Panagiotis Issarisad18b0e2005-09-05 04:14:10 +02005222 if (unlikely(!rxq)) {
5223 IPW_ERROR("memory allocation failed\n");
5224 return NULL;
5225 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005226 spin_lock_init(&rxq->lock);
5227 INIT_LIST_HEAD(&rxq->rx_free);
5228 INIT_LIST_HEAD(&rxq->rx_used);
5229
5230 /* Fill the rx_used queue with _all_ of the Rx buffers */
Jeff Garzikbf794512005-07-31 13:07:26 -04005231 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++)
James Ketrenos43f66a62005-03-25 12:31:53 -06005232 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
5233
5234 /* Set us so that we have processed and used all buffers, but have
5235 * not restocked the Rx queue with fresh buffers */
5236 rxq->read = rxq->write = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005237 rxq->free_count = 0;
5238
5239 return rxq;
5240}
5241
5242static int ipw_is_rate_in_mask(struct ipw_priv *priv, int ieee_mode, u8 rate)
5243{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005244 rate &= ~LIBIPW_BASIC_RATE_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06005245 if (ieee_mode == IEEE_A) {
5246 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005247 case LIBIPW_OFDM_RATE_6MB:
5248 return priv->rates_mask & LIBIPW_OFDM_RATE_6MB_MASK ?
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005249 1 : 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005250 case LIBIPW_OFDM_RATE_9MB:
5251 return priv->rates_mask & LIBIPW_OFDM_RATE_9MB_MASK ?
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005252 1 : 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005253 case LIBIPW_OFDM_RATE_12MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005254 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005255 rates_mask & LIBIPW_OFDM_RATE_12MB_MASK ? 1 : 0;
5256 case LIBIPW_OFDM_RATE_18MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005257 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005258 rates_mask & LIBIPW_OFDM_RATE_18MB_MASK ? 1 : 0;
5259 case LIBIPW_OFDM_RATE_24MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005260 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005261 rates_mask & LIBIPW_OFDM_RATE_24MB_MASK ? 1 : 0;
5262 case LIBIPW_OFDM_RATE_36MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005263 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005264 rates_mask & LIBIPW_OFDM_RATE_36MB_MASK ? 1 : 0;
5265 case LIBIPW_OFDM_RATE_48MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005266 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005267 rates_mask & LIBIPW_OFDM_RATE_48MB_MASK ? 1 : 0;
5268 case LIBIPW_OFDM_RATE_54MB:
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005269 return priv->
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005270 rates_mask & LIBIPW_OFDM_RATE_54MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005271 default:
5272 return 0;
5273 }
5274 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005275
James Ketrenos43f66a62005-03-25 12:31:53 -06005276 /* B and G mixed */
5277 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005278 case LIBIPW_CCK_RATE_1MB:
5279 return priv->rates_mask & LIBIPW_CCK_RATE_1MB_MASK ? 1 : 0;
5280 case LIBIPW_CCK_RATE_2MB:
5281 return priv->rates_mask & LIBIPW_CCK_RATE_2MB_MASK ? 1 : 0;
5282 case LIBIPW_CCK_RATE_5MB:
5283 return priv->rates_mask & LIBIPW_CCK_RATE_5MB_MASK ? 1 : 0;
5284 case LIBIPW_CCK_RATE_11MB:
5285 return priv->rates_mask & LIBIPW_CCK_RATE_11MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005286 }
5287
5288 /* If we are limited to B modulations, bail at this point */
5289 if (ieee_mode == IEEE_B)
5290 return 0;
5291
5292 /* G */
5293 switch (rate) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005294 case LIBIPW_OFDM_RATE_6MB:
5295 return priv->rates_mask & LIBIPW_OFDM_RATE_6MB_MASK ? 1 : 0;
5296 case LIBIPW_OFDM_RATE_9MB:
5297 return priv->rates_mask & LIBIPW_OFDM_RATE_9MB_MASK ? 1 : 0;
5298 case LIBIPW_OFDM_RATE_12MB:
5299 return priv->rates_mask & LIBIPW_OFDM_RATE_12MB_MASK ? 1 : 0;
5300 case LIBIPW_OFDM_RATE_18MB:
5301 return priv->rates_mask & LIBIPW_OFDM_RATE_18MB_MASK ? 1 : 0;
5302 case LIBIPW_OFDM_RATE_24MB:
5303 return priv->rates_mask & LIBIPW_OFDM_RATE_24MB_MASK ? 1 : 0;
5304 case LIBIPW_OFDM_RATE_36MB:
5305 return priv->rates_mask & LIBIPW_OFDM_RATE_36MB_MASK ? 1 : 0;
5306 case LIBIPW_OFDM_RATE_48MB:
5307 return priv->rates_mask & LIBIPW_OFDM_RATE_48MB_MASK ? 1 : 0;
5308 case LIBIPW_OFDM_RATE_54MB:
5309 return priv->rates_mask & LIBIPW_OFDM_RATE_54MB_MASK ? 1 : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005310 }
5311
5312 return 0;
5313}
5314
Jeff Garzikbf794512005-07-31 13:07:26 -04005315static int ipw_compatible_rates(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005316 const struct libipw_network *network,
James Ketrenos43f66a62005-03-25 12:31:53 -06005317 struct ipw_supported_rates *rates)
5318{
5319 int num_rates, i;
5320
5321 memset(rates, 0, sizeof(*rates));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005322 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES);
James Ketrenos43f66a62005-03-25 12:31:53 -06005323 rates->num_rates = 0;
5324 for (i = 0; i < num_rates; i++) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005325 if (!ipw_is_rate_in_mask(priv, network->mode,
5326 network->rates[i])) {
5327
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005328 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005329 IPW_DEBUG_SCAN("Adding masked mandatory "
5330 "rate %02X\n",
5331 network->rates[i]);
5332 rates->supported_rates[rates->num_rates++] =
5333 network->rates[i];
5334 continue;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005335 }
5336
James Ketrenos43f66a62005-03-25 12:31:53 -06005337 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n",
5338 network->rates[i], priv->rates_mask);
5339 continue;
5340 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005341
James Ketrenos43f66a62005-03-25 12:31:53 -06005342 rates->supported_rates[rates->num_rates++] = network->rates[i];
5343 }
5344
James Ketrenosa613bff2005-08-24 21:43:11 -05005345 num_rates = min(network->rates_ex_len,
5346 (u8) (IPW_MAX_RATES - num_rates));
James Ketrenos43f66a62005-03-25 12:31:53 -06005347 for (i = 0; i < num_rates; i++) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005348 if (!ipw_is_rate_in_mask(priv, network->mode,
5349 network->rates_ex[i])) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005350 if (network->rates_ex[i] & LIBIPW_BASIC_RATE_MASK) {
James Ketrenosa613bff2005-08-24 21:43:11 -05005351 IPW_DEBUG_SCAN("Adding masked mandatory "
5352 "rate %02X\n",
5353 network->rates_ex[i]);
5354 rates->supported_rates[rates->num_rates++] =
5355 network->rates[i];
5356 continue;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005357 }
5358
James Ketrenos43f66a62005-03-25 12:31:53 -06005359 IPW_DEBUG_SCAN("Rate %02X masked : 0x%08X\n",
5360 network->rates_ex[i], priv->rates_mask);
5361 continue;
5362 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005363
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005364 rates->supported_rates[rates->num_rates++] =
5365 network->rates_ex[i];
James Ketrenos43f66a62005-03-25 12:31:53 -06005366 }
5367
James Ketrenosea2b26e2005-08-24 21:25:16 -05005368 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06005369}
5370
Arjan van de Ven858119e2006-01-14 13:20:43 -08005371static void ipw_copy_rates(struct ipw_supported_rates *dest,
James Ketrenos43f66a62005-03-25 12:31:53 -06005372 const struct ipw_supported_rates *src)
5373{
5374 u8 i;
5375 for (i = 0; i < src->num_rates; i++)
5376 dest->supported_rates[i] = src->supported_rates[i];
5377 dest->num_rates = src->num_rates;
5378}
5379
5380/* TODO: Look at sniffed packets in the air to determine if the basic rate
5381 * mask should ever be used -- right now all callers to add the scan rates are
5382 * set with the modulation = CCK, so BASIC_RATE_MASK is never set... */
5383static void ipw_add_cck_scan_rates(struct ipw_supported_rates *rates,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005384 u8 modulation, u32 rate_mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06005385{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005386 u8 basic_mask = (LIBIPW_OFDM_MODULATION == modulation) ?
5387 LIBIPW_BASIC_RATE_MASK : 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04005388
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005389 if (rate_mask & LIBIPW_CCK_RATE_1MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005390 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005391 LIBIPW_BASIC_RATE_MASK | LIBIPW_CCK_RATE_1MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005392
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005393 if (rate_mask & LIBIPW_CCK_RATE_2MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005394 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005395 LIBIPW_BASIC_RATE_MASK | LIBIPW_CCK_RATE_2MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005396
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005397 if (rate_mask & LIBIPW_CCK_RATE_5MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005398 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005399 LIBIPW_CCK_RATE_5MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005400
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005401 if (rate_mask & LIBIPW_CCK_RATE_11MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005402 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005403 LIBIPW_CCK_RATE_11MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005404}
5405
5406static void ipw_add_ofdm_scan_rates(struct ipw_supported_rates *rates,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005407 u8 modulation, u32 rate_mask)
James Ketrenos43f66a62005-03-25 12:31:53 -06005408{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005409 u8 basic_mask = (LIBIPW_OFDM_MODULATION == modulation) ?
5410 LIBIPW_BASIC_RATE_MASK : 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005411
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005412 if (rate_mask & LIBIPW_OFDM_RATE_6MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005413 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005414 LIBIPW_OFDM_RATE_6MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005415
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005416 if (rate_mask & LIBIPW_OFDM_RATE_9MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005417 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005418 LIBIPW_OFDM_RATE_9MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005419
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005420 if (rate_mask & LIBIPW_OFDM_RATE_12MB_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_OFDM_RATE_12MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005423
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005424 if (rate_mask & LIBIPW_OFDM_RATE_18MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005425 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005426 LIBIPW_OFDM_RATE_18MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005427
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005428 if (rate_mask & LIBIPW_OFDM_RATE_24MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005429 rates->supported_rates[rates->num_rates++] = basic_mask |
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005430 LIBIPW_OFDM_RATE_24MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005431
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005432 if (rate_mask & LIBIPW_OFDM_RATE_36MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005433 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005434 LIBIPW_OFDM_RATE_36MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005435
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005436 if (rate_mask & LIBIPW_OFDM_RATE_48MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005437 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005438 LIBIPW_OFDM_RATE_48MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005439
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005440 if (rate_mask & LIBIPW_OFDM_RATE_54MB_MASK)
Jeff Garzikbf794512005-07-31 13:07:26 -04005441 rates->supported_rates[rates->num_rates++] =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005442 LIBIPW_OFDM_RATE_54MB;
James Ketrenos43f66a62005-03-25 12:31:53 -06005443}
5444
5445struct ipw_network_match {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005446 struct libipw_network *network;
James Ketrenos43f66a62005-03-25 12:31:53 -06005447 struct ipw_supported_rates rates;
5448};
5449
James Ketrenosc848d0a2005-08-24 21:56:24 -05005450static int ipw_find_adhoc_network(struct ipw_priv *priv,
5451 struct ipw_network_match *match,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005452 struct libipw_network *network,
James Ketrenosc848d0a2005-08-24 21:56:24 -05005453 int roaming)
5454{
5455 struct ipw_supported_rates rates;
John W. Linville9387b7c2008-09-30 20:59:05 -04005456 DECLARE_SSID_BUF(ssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005457
5458 /* Verify that this network's capability is compatible with the
5459 * current mode (AdHoc or Infrastructure) */
5460 if ((priv->ieee->iw_mode == IW_MODE_ADHOC &&
5461 !(network->capability & WLAN_CAPABILITY_IBSS))) {
Johannes Berge1749612008-10-27 15:59:26 -07005462 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded due to "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005463 "capability mismatch.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005464 print_ssid(ssid, network->ssid,
5465 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005466 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005467 return 0;
5468 }
5469
James Ketrenosc848d0a2005-08-24 21:56:24 -05005470 if (unlikely(roaming)) {
5471 /* If we are roaming, then ensure check if this is a valid
5472 * network to try and roam to */
5473 if ((network->ssid_len != match->network->ssid_len) ||
5474 memcmp(network->ssid, match->network->ssid,
5475 network->ssid_len)) {
Johannes Berge1749612008-10-27 15:59:26 -07005476 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005477 "because of non-network ESSID.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005478 print_ssid(ssid, network->ssid,
5479 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005480 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005481 return 0;
5482 }
5483 } else {
5484 /* If an ESSID has been configured then compare the broadcast
5485 * ESSID to ours */
5486 if ((priv->config & CFG_STATIC_ESSID) &&
5487 ((network->ssid_len != priv->essid_len) ||
5488 memcmp(network->ssid, priv->essid,
5489 min(network->ssid_len, priv->essid_len)))) {
5490 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
James Ketrenosafbf30a2005-08-25 00:05:33 -05005491
James Ketrenosc848d0a2005-08-24 21:56:24 -05005492 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005493 print_ssid(ssid, network->ssid,
5494 network->ssid_len),
James Ketrenosc848d0a2005-08-24 21:56:24 -05005495 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005496 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005497 "because of ESSID mismatch: '%s'.\n",
Johannes Berge1749612008-10-27 15:59:26 -07005498 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005499 print_ssid(ssid, priv->essid,
5500 priv->essid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005501 return 0;
5502 }
5503 }
5504
5505 /* If the old network rate is better than this one, don't bother
5506 * testing everything else. */
5507
5508 if (network->time_stamp[0] < match->network->time_stamp[0]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005509 IPW_DEBUG_MERGE("Network '%s excluded because newer than "
5510 "current network.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005511 print_ssid(ssid, match->network->ssid,
5512 match->network->ssid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005513 return 0;
5514 } else if (network->time_stamp[1] < match->network->time_stamp[1]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005515 IPW_DEBUG_MERGE("Network '%s excluded because newer than "
5516 "current network.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005517 print_ssid(ssid, match->network->ssid,
5518 match->network->ssid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005519 return 0;
5520 }
5521
5522 /* Now go through and see if the requested network is valid... */
5523 if (priv->ieee->scan_age != 0 &&
5524 time_after(jiffies, network->last_scanned + priv->ieee->scan_age)) {
Johannes Berge1749612008-10-27 15:59:26 -07005525 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005526 "because of age: %ums.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005527 print_ssid(ssid, network->ssid,
5528 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005529 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005530 jiffies_to_msecs(jiffies -
5531 network->last_scanned));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005532 return 0;
5533 }
5534
5535 if ((priv->config & CFG_STATIC_CHANNEL) &&
5536 (network->channel != priv->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005537 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005538 "because of channel mismatch: %d != %d.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005539 print_ssid(ssid, network->ssid,
5540 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005541 network->bssid,
James Ketrenosc848d0a2005-08-24 21:56:24 -05005542 network->channel, priv->channel);
5543 return 0;
5544 }
5545
5546 /* Verify privacy compatability */
5547 if (((priv->capability & CAP_PRIVACY_ON) ? 1 : 0) !=
5548 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
Johannes Berge1749612008-10-27 15:59:26 -07005549 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005550 "because of privacy mismatch: %s != %s.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005551 print_ssid(ssid, network->ssid,
5552 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005553 network->bssid,
James Ketrenosafbf30a2005-08-25 00:05:33 -05005554 priv->
5555 capability & CAP_PRIVACY_ON ? "on" : "off",
5556 network->
5557 capability & WLAN_CAPABILITY_PRIVACY ? "on" :
5558 "off");
James Ketrenosc848d0a2005-08-24 21:56:24 -05005559 return 0;
5560 }
5561
5562 if (!memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
Johannes Berge1749612008-10-27 15:59:26 -07005563 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
5564 "because of the same BSSID match: %pM"
John W. Linville9387b7c2008-09-30 20:59:05 -04005565 ".\n", print_ssid(ssid, network->ssid,
5566 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005567 network->bssid,
5568 priv->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005569 return 0;
5570 }
5571
5572 /* Filter out any incompatible freq / mode combinations */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005573 if (!libipw_is_valid_mode(priv->ieee, network->mode)) {
Johannes Berge1749612008-10-27 15:59:26 -07005574 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005575 "because of invalid frequency/mode "
5576 "combination.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005577 print_ssid(ssid, network->ssid,
5578 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005579 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005580 return 0;
5581 }
5582
5583 /* Ensure that the rates supported by the driver are compatible with
5584 * this AP, including verification of basic rates (mandatory) */
5585 if (!ipw_compatible_rates(priv, network, &rates)) {
Johannes Berge1749612008-10-27 15:59:26 -07005586 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005587 "because configured rate mask excludes "
5588 "AP mandatory rate.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005589 print_ssid(ssid, network->ssid,
5590 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005591 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005592 return 0;
5593 }
5594
5595 if (rates.num_rates == 0) {
Johannes Berge1749612008-10-27 15:59:26 -07005596 IPW_DEBUG_MERGE("Network '%s (%pM)' excluded "
James Ketrenosc848d0a2005-08-24 21:56:24 -05005597 "because of no compatible rates.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005598 print_ssid(ssid, network->ssid,
5599 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005600 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005601 return 0;
5602 }
5603
5604 /* TODO: Perform any further minimal comparititive tests. We do not
5605 * want to put too much policy logic here; intelligent scan selection
5606 * should occur within a generic IEEE 802.11 user space tool. */
5607
5608 /* Set up 'new' AP to this network */
5609 ipw_copy_rates(&match->rates, &rates);
5610 match->network = network;
Johannes Berge1749612008-10-27 15:59:26 -07005611 IPW_DEBUG_MERGE("Network '%s (%pM)' is a viable match.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005612 print_ssid(ssid, network->ssid, network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005613 network->bssid);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005614
5615 return 1;
5616}
5617
David Howellsc4028952006-11-22 14:57:56 +00005618static void ipw_merge_adhoc_network(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05005619{
John W. Linville9387b7c2008-09-30 20:59:05 -04005620 DECLARE_SSID_BUF(ssid);
David Howellsc4028952006-11-22 14:57:56 +00005621 struct ipw_priv *priv =
5622 container_of(work, struct ipw_priv, merge_networks);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005623 struct libipw_network *network = NULL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05005624 struct ipw_network_match match = {
5625 .network = priv->assoc_network
5626 };
5627
James Ketrenosafbf30a2005-08-25 00:05:33 -05005628 if ((priv->status & STATUS_ASSOCIATED) &&
5629 (priv->ieee->iw_mode == IW_MODE_ADHOC)) {
James Ketrenosc848d0a2005-08-24 21:56:24 -05005630 /* First pass through ROAM process -- look for a better
5631 * network */
5632 unsigned long flags;
5633
5634 spin_lock_irqsave(&priv->ieee->lock, flags);
5635 list_for_each_entry(network, &priv->ieee->network_list, list) {
5636 if (network != priv->assoc_network)
5637 ipw_find_adhoc_network(priv, &match, network,
5638 1);
5639 }
5640 spin_unlock_irqrestore(&priv->ieee->lock, flags);
5641
5642 if (match.network == priv->assoc_network) {
5643 IPW_DEBUG_MERGE("No better ADHOC in this network to "
5644 "merge to.\n");
5645 return;
5646 }
5647
Zhu Yi46441512006-01-24 16:37:59 +08005648 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005649 if ((priv->ieee->iw_mode == IW_MODE_ADHOC)) {
5650 IPW_DEBUG_MERGE("remove network %s\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005651 print_ssid(ssid, priv->essid,
5652 priv->essid_len));
James Ketrenosc848d0a2005-08-24 21:56:24 -05005653 ipw_remove_current_network(priv);
5654 }
5655
5656 ipw_disassociate(priv);
5657 priv->assoc_network = match.network;
Zhu Yi46441512006-01-24 16:37:59 +08005658 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05005659 return;
5660 }
James Ketrenosc848d0a2005-08-24 21:56:24 -05005661}
5662
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005663static int ipw_best_network(struct ipw_priv *priv,
5664 struct ipw_network_match *match,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005665 struct libipw_network *network, int roaming)
James Ketrenos43f66a62005-03-25 12:31:53 -06005666{
5667 struct ipw_supported_rates rates;
John W. Linville9387b7c2008-09-30 20:59:05 -04005668 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005669
5670 /* Verify that this network's capability is compatible with the
5671 * current mode (AdHoc or Infrastructure) */
5672 if ((priv->ieee->iw_mode == IW_MODE_INFRA &&
Jouni Malinen24743852005-08-14 20:59:59 -07005673 !(network->capability & WLAN_CAPABILITY_ESS)) ||
James Ketrenos43f66a62005-03-25 12:31:53 -06005674 (priv->ieee->iw_mode == IW_MODE_ADHOC &&
5675 !(network->capability & WLAN_CAPABILITY_IBSS))) {
Johannes Berge1749612008-10-27 15:59:26 -07005676 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded due to "
Jeff Garzikbf794512005-07-31 13:07:26 -04005677 "capability mismatch.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005678 print_ssid(ssid, network->ssid,
5679 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005680 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005681 return 0;
5682 }
5683
James Ketrenos43f66a62005-03-25 12:31:53 -06005684 if (unlikely(roaming)) {
5685 /* If we are roaming, then ensure check if this is a valid
5686 * network to try and roam to */
5687 if ((network->ssid_len != match->network->ssid_len) ||
Jeff Garzikbf794512005-07-31 13:07:26 -04005688 memcmp(network->ssid, match->network->ssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005689 network->ssid_len)) {
Johannes Berge1749612008-10-27 15:59:26 -07005690 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005691 "because of non-network ESSID.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005692 print_ssid(ssid, network->ssid,
5693 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005694 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005695 return 0;
5696 }
5697 } else {
Jeff Garzikbf794512005-07-31 13:07:26 -04005698 /* If an ESSID has been configured then compare the broadcast
5699 * ESSID to ours */
5700 if ((priv->config & CFG_STATIC_ESSID) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005701 ((network->ssid_len != priv->essid_len) ||
Jeff Garzikbf794512005-07-31 13:07:26 -04005702 memcmp(network->ssid, priv->essid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005703 min(network->ssid_len, priv->essid_len)))) {
5704 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005705 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005706 print_ssid(ssid, network->ssid,
5707 network->ssid_len),
James Ketrenos43f66a62005-03-25 12:31:53 -06005708 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005709 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Jeff Garzikbf794512005-07-31 13:07:26 -04005710 "because of ESSID mismatch: '%s'.\n",
Johannes Berge1749612008-10-27 15:59:26 -07005711 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005712 print_ssid(ssid, priv->essid,
5713 priv->essid_len));
James Ketrenos43f66a62005-03-25 12:31:53 -06005714 return 0;
5715 }
5716 }
5717
5718 /* If the old network rate is better than this one, don't bother
5719 * testing everything else. */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005720 if (match->network && match->network->stats.rssi > network->stats.rssi) {
James Ketrenos43f66a62005-03-25 12:31:53 -06005721 char escaped[IW_ESSID_MAX_SIZE * 2 + 1];
Jeff Garzikbf794512005-07-31 13:07:26 -04005722 strncpy(escaped,
John W. Linville9387b7c2008-09-30 20:59:05 -04005723 print_ssid(ssid, network->ssid, network->ssid_len),
James Ketrenos43f66a62005-03-25 12:31:53 -06005724 sizeof(escaped));
Johannes Berge1749612008-10-27 15:59:26 -07005725 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded because "
5726 "'%s (%pM)' has a stronger signal.\n",
5727 escaped, network->bssid,
John W. Linville9387b7c2008-09-30 20:59:05 -04005728 print_ssid(ssid, match->network->ssid,
5729 match->network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005730 match->network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005731 return 0;
5732 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005733
James Ketrenos43f66a62005-03-25 12:31:53 -06005734 /* If this network has already had an association attempt within the
5735 * last 3 seconds, do not try and associate again... */
5736 if (network->last_associate &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05005737 time_after(network->last_associate + (HZ * 3UL), jiffies)) {
Johannes Berge1749612008-10-27 15:59:26 -07005738 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005739 "because of storming (%ums since last "
James Ketrenos43f66a62005-03-25 12:31:53 -06005740 "assoc attempt).\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005741 print_ssid(ssid, network->ssid,
5742 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005743 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005744 jiffies_to_msecs(jiffies -
5745 network->last_associate));
James Ketrenos43f66a62005-03-25 12:31:53 -06005746 return 0;
5747 }
5748
5749 /* Now go through and see if the requested network is valid... */
Jeff Garzikbf794512005-07-31 13:07:26 -04005750 if (priv->ieee->scan_age != 0 &&
James Ketrenosea2b26e2005-08-24 21:25:16 -05005751 time_after(jiffies, network->last_scanned + priv->ieee->scan_age)) {
Johannes Berge1749612008-10-27 15:59:26 -07005752 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Zhu Yic7b6a672006-01-24 16:37:05 +08005753 "because of age: %ums.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005754 print_ssid(ssid, network->ssid,
5755 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005756 network->bssid,
Zhu Yi2638bc32006-01-24 16:37:52 +08005757 jiffies_to_msecs(jiffies -
5758 network->last_scanned));
James Ketrenos43f66a62005-03-25 12:31:53 -06005759 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04005760 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005761
Jeff Garzikbf794512005-07-31 13:07:26 -04005762 if ((priv->config & CFG_STATIC_CHANNEL) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005763 (network->channel != priv->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005764 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005765 "because of channel mismatch: %d != %d.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005766 print_ssid(ssid, network->ssid,
5767 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005768 network->bssid,
James Ketrenos43f66a62005-03-25 12:31:53 -06005769 network->channel, priv->channel);
5770 return 0;
5771 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005772
James Ketrenos43f66a62005-03-25 12:31:53 -06005773 /* Verify privacy compatability */
Jeff Garzikbf794512005-07-31 13:07:26 -04005774 if (((priv->capability & CAP_PRIVACY_ON) ? 1 : 0) !=
James Ketrenos43f66a62005-03-25 12:31:53 -06005775 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
Johannes Berge1749612008-10-27 15:59:26 -07005776 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005777 "because of privacy mismatch: %s != %s.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005778 print_ssid(ssid, network->ssid,
5779 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005780 network->bssid,
Jeff Garzikbf794512005-07-31 13:07:26 -04005781 priv->capability & CAP_PRIVACY_ON ? "on" :
James Ketrenos43f66a62005-03-25 12:31:53 -06005782 "off",
Jeff Garzikbf794512005-07-31 13:07:26 -04005783 network->capability &
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005784 WLAN_CAPABILITY_PRIVACY ? "on" : "off");
James Ketrenos43f66a62005-03-25 12:31:53 -06005785 return 0;
5786 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005787
5788 if ((priv->config & CFG_STATIC_BSSID) &&
James Ketrenos43f66a62005-03-25 12:31:53 -06005789 memcmp(network->bssid, priv->bssid, ETH_ALEN)) {
Johannes Berge1749612008-10-27 15:59:26 -07005790 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
5791 "because of BSSID mismatch: %pM.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005792 print_ssid(ssid, network->ssid,
5793 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005794 network->bssid, priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005795 return 0;
5796 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005797
James Ketrenos43f66a62005-03-25 12:31:53 -06005798 /* Filter out any incompatible freq / mode combinations */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005799 if (!libipw_is_valid_mode(priv->ieee, network->mode)) {
Johannes Berge1749612008-10-27 15:59:26 -07005800 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005801 "because of invalid frequency/mode "
5802 "combination.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005803 print_ssid(ssid, network->ssid,
5804 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005805 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005806 return 0;
5807 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005808
Liu Hong1fe0adb2005-08-19 09:33:10 -05005809 /* Filter out invalid channel in current GEO */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005810 if (!libipw_is_valid_channel(priv->ieee, network->channel)) {
Johannes Berge1749612008-10-27 15:59:26 -07005811 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
Liu Hong1fe0adb2005-08-19 09:33:10 -05005812 "because of invalid channel in current GEO\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005813 print_ssid(ssid, network->ssid,
5814 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005815 network->bssid);
Liu Hong1fe0adb2005-08-19 09:33:10 -05005816 return 0;
5817 }
5818
James Ketrenosea2b26e2005-08-24 21:25:16 -05005819 /* Ensure that the rates supported by the driver are compatible with
5820 * this AP, including verification of basic rates (mandatory) */
5821 if (!ipw_compatible_rates(priv, network, &rates)) {
Johannes Berge1749612008-10-27 15:59:26 -07005822 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenosea2b26e2005-08-24 21:25:16 -05005823 "because configured rate mask excludes "
5824 "AP mandatory rate.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005825 print_ssid(ssid, network->ssid,
5826 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005827 network->bssid);
James Ketrenosea2b26e2005-08-24 21:25:16 -05005828 return 0;
5829 }
5830
James Ketrenos43f66a62005-03-25 12:31:53 -06005831 if (rates.num_rates == 0) {
Johannes Berge1749612008-10-27 15:59:26 -07005832 IPW_DEBUG_ASSOC("Network '%s (%pM)' excluded "
James Ketrenos43f66a62005-03-25 12:31:53 -06005833 "because of no compatible rates.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005834 print_ssid(ssid, network->ssid,
5835 network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005836 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005837 return 0;
5838 }
Jeff Garzikbf794512005-07-31 13:07:26 -04005839
James Ketrenos43f66a62005-03-25 12:31:53 -06005840 /* TODO: Perform any further minimal comparititive tests. We do not
5841 * want to put too much policy logic here; intelligent scan selection
5842 * should occur within a generic IEEE 802.11 user space tool. */
5843
5844 /* Set up 'new' AP to this network */
5845 ipw_copy_rates(&match->rates, &rates);
5846 match->network = network;
5847
Johannes Berge1749612008-10-27 15:59:26 -07005848 IPW_DEBUG_ASSOC("Network '%s (%pM)' is a viable match.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04005849 print_ssid(ssid, network->ssid, network->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07005850 network->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06005851
5852 return 1;
5853}
5854
Jeff Garzikbf794512005-07-31 13:07:26 -04005855static void ipw_adhoc_create(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005856 struct libipw_network *network)
James Ketrenos43f66a62005-03-25 12:31:53 -06005857{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005858 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenosafbf30a2005-08-25 00:05:33 -05005859 int i;
5860
James Ketrenos43f66a62005-03-25 12:31:53 -06005861 /*
5862 * For the purposes of scanning, we can set our wireless mode
5863 * to trigger scans across combinations of bands, but when it
5864 * comes to creating a new ad-hoc network, we have tell the FW
5865 * exactly which band to use.
5866 *
Jeff Garzikbf794512005-07-31 13:07:26 -04005867 * We also have the possibility of an invalid channel for the
James Ketrenos43f66a62005-03-25 12:31:53 -06005868 * chossen band. Attempting to create a new ad-hoc network
5869 * with an invalid channel for wireless mode will trigger a
5870 * FW fatal error.
James Ketrenosafbf30a2005-08-25 00:05:33 -05005871 *
James Ketrenos43f66a62005-03-25 12:31:53 -06005872 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005873 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
5874 case LIBIPW_52GHZ_BAND:
James Ketrenosafbf30a2005-08-25 00:05:33 -05005875 network->mode = IEEE_A;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005876 i = libipw_channel_to_index(priv->ieee, priv->channel);
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02005877 BUG_ON(i == -1);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005878 if (geo->a[i].flags & LIBIPW_CH_PASSIVE_ONLY) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05005879 IPW_WARNING("Overriding invalid channel\n");
5880 priv->channel = geo->a[0].channel;
5881 }
5882 break;
5883
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005884 case LIBIPW_24GHZ_BAND:
James Ketrenosafbf30a2005-08-25 00:05:33 -05005885 if (priv->ieee->mode & IEEE_G)
5886 network->mode = IEEE_G;
5887 else
5888 network->mode = IEEE_B;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005889 i = libipw_channel_to_index(priv->ieee, priv->channel);
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02005890 BUG_ON(i == -1);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04005891 if (geo->bg[i].flags & LIBIPW_CH_PASSIVE_ONLY) {
Liu Hong1fe0adb2005-08-19 09:33:10 -05005892 IPW_WARNING("Overriding invalid channel\n");
5893 priv->channel = geo->bg[0].channel;
5894 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05005895 break;
5896
5897 default:
James Ketrenos43f66a62005-03-25 12:31:53 -06005898 IPW_WARNING("Overriding invalid channel\n");
5899 if (priv->ieee->mode & IEEE_A) {
5900 network->mode = IEEE_A;
James Ketrenosb095c382005-08-24 22:04:42 -05005901 priv->channel = geo->a[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005902 } else if (priv->ieee->mode & IEEE_G) {
5903 network->mode = IEEE_G;
James Ketrenosb095c382005-08-24 22:04:42 -05005904 priv->channel = geo->bg[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005905 } else {
5906 network->mode = IEEE_B;
James Ketrenosb095c382005-08-24 22:04:42 -05005907 priv->channel = geo->bg[0].channel;
James Ketrenos43f66a62005-03-25 12:31:53 -06005908 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05005909 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06005910 }
5911
5912 network->channel = priv->channel;
5913 priv->config |= CFG_ADHOC_PERSIST;
5914 ipw_create_bssid(priv, network->bssid);
5915 network->ssid_len = priv->essid_len;
5916 memcpy(network->ssid, priv->essid, priv->essid_len);
5917 memset(&network->stats, 0, sizeof(network->stats));
5918 network->capability = WLAN_CAPABILITY_IBSS;
James Ketrenosea2b26e2005-08-24 21:25:16 -05005919 if (!(priv->config & CFG_PREAMBLE_LONG))
5920 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE;
James Ketrenos43f66a62005-03-25 12:31:53 -06005921 if (priv->capability & CAP_PRIVACY_ON)
5922 network->capability |= WLAN_CAPABILITY_PRIVACY;
5923 network->rates_len = min(priv->rates.num_rates, MAX_RATES_LENGTH);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005924 memcpy(network->rates, priv->rates.supported_rates, network->rates_len);
James Ketrenos43f66a62005-03-25 12:31:53 -06005925 network->rates_ex_len = priv->rates.num_rates - network->rates_len;
Jeff Garzikbf794512005-07-31 13:07:26 -04005926 memcpy(network->rates_ex,
James Ketrenos43f66a62005-03-25 12:31:53 -06005927 &priv->rates.supported_rates[network->rates_len],
5928 network->rates_ex_len);
5929 network->last_scanned = 0;
5930 network->flags = 0;
5931 network->last_associate = 0;
5932 network->time_stamp[0] = 0;
5933 network->time_stamp[1] = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04005934 network->beacon_interval = 100; /* Default */
5935 network->listen_interval = 10; /* Default */
5936 network->atim_window = 0; /* Default */
James Ketrenos43f66a62005-03-25 12:31:53 -06005937 network->wpa_ie_len = 0;
5938 network->rsn_ie_len = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005939}
5940
James Ketrenosb095c382005-08-24 22:04:42 -05005941static void ipw_send_tgi_tx_key(struct ipw_priv *priv, int type, int index)
5942{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005943 struct ipw_tgi_tx_key key;
James Ketrenosb095c382005-08-24 22:04:42 -05005944
5945 if (!(priv->ieee->sec.flags & (1 << index)))
5946 return;
5947
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005948 key.key_id = index;
5949 memcpy(key.key, priv->ieee->sec.keys[index], SCM_TEMPORAL_KEY_LENGTH);
5950 key.security_type = type;
5951 key.station_index = 0; /* always 0 for BSS */
5952 key.flags = 0;
James Ketrenosb095c382005-08-24 22:04:42 -05005953 /* 0 for new key; previous value of counter (after fatal error) */
Zhu Yi851ca262006-08-21 11:37:58 +08005954 key.tx_counter[0] = cpu_to_le32(0);
5955 key.tx_counter[1] = cpu_to_le32(0);
James Ketrenosb095c382005-08-24 22:04:42 -05005956
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005957 ipw_send_cmd_pdu(priv, IPW_CMD_TGI_TX_KEY, sizeof(key), &key);
James Ketrenosb095c382005-08-24 22:04:42 -05005958}
5959
5960static void ipw_send_wep_keys(struct ipw_priv *priv, int type)
James Ketrenos43f66a62005-03-25 12:31:53 -06005961{
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005962 struct ipw_wep_key key;
James Ketrenos43f66a62005-03-25 12:31:53 -06005963 int i;
James Ketrenos43f66a62005-03-25 12:31:53 -06005964
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005965 key.cmd_id = DINO_CMD_WEP_KEY;
5966 key.seq_num = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06005967
James Ketrenosb095c382005-08-24 22:04:42 -05005968 /* Note: AES keys cannot be set for multiple times.
5969 * Only set it at the first time. */
Jeff Garzikbf794512005-07-31 13:07:26 -04005970 for (i = 0; i < 4; i++) {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005971 key.key_index = i | type;
James Ketrenosb095c382005-08-24 22:04:42 -05005972 if (!(priv->ieee->sec.flags & (1 << i))) {
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005973 key.key_size = 0;
James Ketrenosb095c382005-08-24 22:04:42 -05005974 continue;
James Ketrenos43f66a62005-03-25 12:31:53 -06005975 }
5976
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005977 key.key_size = priv->ieee->sec.key_sizes[i];
5978 memcpy(key.key, priv->ieee->sec.keys[i], key.key_size);
James Ketrenosb095c382005-08-24 22:04:42 -05005979
Zhu Yi0a7bcf22006-01-24 16:37:28 +08005980 ipw_send_cmd_pdu(priv, IPW_CMD_WEP_KEY, sizeof(key), &key);
Jeff Garzikbf794512005-07-31 13:07:26 -04005981 }
James Ketrenos43f66a62005-03-25 12:31:53 -06005982}
5983
Zhu Yi1fbfea52005-08-05 17:22:56 +08005984static void ipw_set_hw_decrypt_unicast(struct ipw_priv *priv, int level)
5985{
5986 if (priv->ieee->host_encrypt)
5987 return;
5988
5989 switch (level) {
5990 case SEC_LEVEL_3:
5991 priv->sys_config.disable_unicast_decryption = 0;
5992 priv->ieee->host_decrypt = 0;
5993 break;
5994 case SEC_LEVEL_2:
5995 priv->sys_config.disable_unicast_decryption = 1;
5996 priv->ieee->host_decrypt = 1;
5997 break;
5998 case SEC_LEVEL_1:
5999 priv->sys_config.disable_unicast_decryption = 0;
6000 priv->ieee->host_decrypt = 0;
6001 break;
6002 case SEC_LEVEL_0:
6003 priv->sys_config.disable_unicast_decryption = 1;
6004 break;
6005 default:
6006 break;
6007 }
6008}
6009
6010static void ipw_set_hw_decrypt_multicast(struct ipw_priv *priv, int level)
6011{
6012 if (priv->ieee->host_encrypt)
6013 return;
6014
6015 switch (level) {
6016 case SEC_LEVEL_3:
6017 priv->sys_config.disable_multicast_decryption = 0;
6018 break;
6019 case SEC_LEVEL_2:
6020 priv->sys_config.disable_multicast_decryption = 1;
6021 break;
6022 case SEC_LEVEL_1:
6023 priv->sys_config.disable_multicast_decryption = 0;
6024 break;
6025 case SEC_LEVEL_0:
6026 priv->sys_config.disable_multicast_decryption = 1;
6027 break;
6028 default:
6029 break;
6030 }
6031}
6032
James Ketrenosb095c382005-08-24 22:04:42 -05006033static void ipw_set_hwcrypto_keys(struct ipw_priv *priv)
6034{
6035 switch (priv->ieee->sec.level) {
6036 case SEC_LEVEL_3:
Zhu Yid8bad6d2005-07-13 12:25:38 -05006037 if (priv->ieee->sec.flags & SEC_ACTIVE_KEY)
6038 ipw_send_tgi_tx_key(priv,
6039 DCT_FLAG_EXT_SECURITY_CCM,
6040 priv->ieee->sec.active_key);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006041
Hong Liu567deaf2005-08-31 18:07:22 +08006042 if (!priv->ieee->host_mc_decrypt)
6043 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_CCM);
James Ketrenosb095c382005-08-24 22:04:42 -05006044 break;
6045 case SEC_LEVEL_2:
Zhu Yid8bad6d2005-07-13 12:25:38 -05006046 if (priv->ieee->sec.flags & SEC_ACTIVE_KEY)
6047 ipw_send_tgi_tx_key(priv,
6048 DCT_FLAG_EXT_SECURITY_TKIP,
6049 priv->ieee->sec.active_key);
James Ketrenosb095c382005-08-24 22:04:42 -05006050 break;
6051 case SEC_LEVEL_1:
6052 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
Hong Liu29cb8432005-09-12 10:43:33 -05006053 ipw_set_hw_decrypt_unicast(priv, priv->ieee->sec.level);
6054 ipw_set_hw_decrypt_multicast(priv, priv->ieee->sec.level);
James Ketrenosb095c382005-08-24 22:04:42 -05006055 break;
6056 case SEC_LEVEL_0:
6057 default:
6058 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06006059 }
6060}
6061
6062static void ipw_adhoc_check(void *data)
6063{
6064 struct ipw_priv *priv = data;
Jeff Garzikbf794512005-07-31 13:07:26 -04006065
James Ketrenosafbf30a2005-08-25 00:05:33 -05006066 if (priv->missed_adhoc_beacons++ > priv->disassociate_threshold &&
James Ketrenos43f66a62005-03-25 12:31:53 -06006067 !(priv->config & CFG_ADHOC_PERSIST)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006068 IPW_DEBUG(IPW_DL_INFO | IPW_DL_NOTIF |
6069 IPW_DL_STATE | IPW_DL_ASSOC,
6070 "Missed beacon: %d - disassociate\n",
6071 priv->missed_adhoc_beacons);
James Ketrenos43f66a62005-03-25 12:31:53 -06006072 ipw_remove_current_network(priv);
6073 ipw_disassociate(priv);
6074 return;
6075 }
6076
Jeff Garzikbf794512005-07-31 13:07:26 -04006077 queue_delayed_work(priv->workqueue, &priv->adhoc_check,
Al Viro5b5e8072007-12-27 01:54:06 -05006078 le16_to_cpu(priv->assoc_request.beacon_interval));
James Ketrenos43f66a62005-03-25 12:31:53 -06006079}
6080
David Howellsc4028952006-11-22 14:57:56 +00006081static void ipw_bg_adhoc_check(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05006082{
David Howellsc4028952006-11-22 14:57:56 +00006083 struct ipw_priv *priv =
6084 container_of(work, struct ipw_priv, adhoc_check.work);
Zhu Yi46441512006-01-24 16:37:59 +08006085 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00006086 ipw_adhoc_check(priv);
Zhu Yi46441512006-01-24 16:37:59 +08006087 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05006088}
6089
James Ketrenos43f66a62005-03-25 12:31:53 -06006090static void ipw_debug_config(struct ipw_priv *priv)
6091{
John W. Linville9387b7c2008-09-30 20:59:05 -04006092 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06006093 IPW_DEBUG_INFO("Scan completed, no valid APs matched "
6094 "[CFG 0x%08X]\n", priv->config);
6095 if (priv->config & CFG_STATIC_CHANNEL)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006096 IPW_DEBUG_INFO("Channel locked to %d\n", priv->channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06006097 else
6098 IPW_DEBUG_INFO("Channel unlocked.\n");
6099 if (priv->config & CFG_STATIC_ESSID)
Jeff Garzikbf794512005-07-31 13:07:26 -04006100 IPW_DEBUG_INFO("ESSID locked to '%s'\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04006101 print_ssid(ssid, priv->essid, priv->essid_len));
James Ketrenos43f66a62005-03-25 12:31:53 -06006102 else
6103 IPW_DEBUG_INFO("ESSID unlocked.\n");
6104 if (priv->config & CFG_STATIC_BSSID)
Johannes Berge1749612008-10-27 15:59:26 -07006105 IPW_DEBUG_INFO("BSSID locked to %pM\n", priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06006106 else
6107 IPW_DEBUG_INFO("BSSID unlocked.\n");
6108 if (priv->capability & CAP_PRIVACY_ON)
6109 IPW_DEBUG_INFO("PRIVACY on\n");
6110 else
6111 IPW_DEBUG_INFO("PRIVACY off\n");
6112 IPW_DEBUG_INFO("RATE MASK: 0x%08X\n", priv->rates_mask);
6113}
James Ketrenos43f66a62005-03-25 12:31:53 -06006114
Arjan van de Ven858119e2006-01-14 13:20:43 -08006115static void ipw_set_fixed_rate(struct ipw_priv *priv, int mode)
James Ketrenos43f66a62005-03-25 12:31:53 -06006116{
6117 /* TODO: Verify that this works... */
Reinette Chatre21f8a732009-08-18 10:25:05 -07006118 struct ipw_fixed_rate fr;
James Ketrenos43f66a62005-03-25 12:31:53 -06006119 u32 reg;
6120 u16 mask = 0;
Reinette Chatre21f8a732009-08-18 10:25:05 -07006121 u16 new_tx_rates = priv->rates_mask;
James Ketrenos43f66a62005-03-25 12:31:53 -06006122
Jeff Garzikbf794512005-07-31 13:07:26 -04006123 /* Identify 'current FW band' and match it with the fixed
James Ketrenos43f66a62005-03-25 12:31:53 -06006124 * Tx rates */
Jeff Garzikbf794512005-07-31 13:07:26 -04006125
James Ketrenos43f66a62005-03-25 12:31:53 -06006126 switch (priv->ieee->freq_band) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006127 case LIBIPW_52GHZ_BAND: /* A only */
James Ketrenos43f66a62005-03-25 12:31:53 -06006128 /* IEEE_A */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006129 if (priv->rates_mask & ~LIBIPW_OFDM_RATES_MASK) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006130 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006131 IPW_DEBUG_WX
6132 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006133 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006134 break;
6135 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006136
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006137 new_tx_rates >>= LIBIPW_OFDM_SHIFT_MASK_A;
James Ketrenos43f66a62005-03-25 12:31:53 -06006138 break;
6139
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006140 default: /* 2.4Ghz or Mixed */
James Ketrenos43f66a62005-03-25 12:31:53 -06006141 /* IEEE_B */
James Ketrenosb095c382005-08-24 22:04:42 -05006142 if (mode == IEEE_B) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006143 if (new_tx_rates & ~LIBIPW_CCK_RATES_MASK) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006144 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006145 IPW_DEBUG_WX
6146 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006147 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006148 }
6149 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04006150 }
James Ketrenos43f66a62005-03-25 12:31:53 -06006151
6152 /* IEEE_G */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006153 if (new_tx_rates & ~(LIBIPW_CCK_RATES_MASK |
6154 LIBIPW_OFDM_RATES_MASK)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06006155 /* Invalid fixed rate mask */
James Ketrenosea2b26e2005-08-24 21:25:16 -05006156 IPW_DEBUG_WX
6157 ("invalid fixed rate mask in ipw_set_fixed_rate\n");
Reinette Chatre21f8a732009-08-18 10:25:05 -07006158 new_tx_rates = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06006159 break;
6160 }
6161
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006162 if (LIBIPW_OFDM_RATE_6MB_MASK & new_tx_rates) {
6163 mask |= (LIBIPW_OFDM_RATE_6MB_MASK >> 1);
6164 new_tx_rates &= ~LIBIPW_OFDM_RATE_6MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006165 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006166
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006167 if (LIBIPW_OFDM_RATE_9MB_MASK & new_tx_rates) {
6168 mask |= (LIBIPW_OFDM_RATE_9MB_MASK >> 1);
6169 new_tx_rates &= ~LIBIPW_OFDM_RATE_9MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006170 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006171
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006172 if (LIBIPW_OFDM_RATE_12MB_MASK & new_tx_rates) {
6173 mask |= (LIBIPW_OFDM_RATE_12MB_MASK >> 1);
6174 new_tx_rates &= ~LIBIPW_OFDM_RATE_12MB_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06006175 }
Jeff Garzikbf794512005-07-31 13:07:26 -04006176
Reinette Chatre21f8a732009-08-18 10:25:05 -07006177 new_tx_rates |= mask;
James Ketrenos43f66a62005-03-25 12:31:53 -06006178 break;
6179 }
6180
Reinette Chatre21f8a732009-08-18 10:25:05 -07006181 fr.tx_rates = cpu_to_le16(new_tx_rates);
6182
James Ketrenos43f66a62005-03-25 12:31:53 -06006183 reg = ipw_read32(priv, IPW_MEM_FIXED_OVERRIDE);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04006184 ipw_write_reg32(priv, reg, *(u32 *) & fr);
James Ketrenos43f66a62005-03-25 12:31:53 -06006185}
6186
James Ketrenosea2b26e2005-08-24 21:25:16 -05006187static void ipw_abort_scan(struct ipw_priv *priv)
6188{
6189 int err;
6190
6191 if (priv->status & STATUS_SCAN_ABORTING) {
6192 IPW_DEBUG_HC("Ignoring concurrent scan abort request.\n");
6193 return;
6194 }
6195 priv->status |= STATUS_SCAN_ABORTING;
6196
6197 err = ipw_send_scan_abort(priv);
6198 if (err)
6199 IPW_DEBUG_HC("Request to abort scan failed.\n");
6200}
6201
James Ketrenosafbf30a2005-08-25 00:05:33 -05006202static void ipw_add_scan_channels(struct ipw_priv *priv,
6203 struct ipw_scan_request_ext *scan,
6204 int scan_type)
6205{
6206 int channel_index = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006207 const struct libipw_geo *geo;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006208 int i;
6209
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006210 geo = libipw_get_geo(priv->ieee);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006211
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006212 if (priv->ieee->freq_band & LIBIPW_52GHZ_BAND) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006213 int start = channel_index;
6214 for (i = 0; i < geo->a_channels; i++) {
6215 if ((priv->status & STATUS_ASSOCIATED) &&
6216 geo->a[i].channel == priv->channel)
6217 continue;
6218 channel_index++;
6219 scan->channels_list[channel_index] = geo->a[i].channel;
Liu Hong1fe0adb2005-08-19 09:33:10 -05006220 ipw_set_scan_type(scan, channel_index,
6221 geo->a[i].
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006222 flags & LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006223 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN :
6224 scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006225 }
6226
6227 if (start != channel_index) {
6228 scan->channels_list[start] = (u8) (IPW_A_MODE << 6) |
6229 (channel_index - start);
6230 channel_index++;
6231 }
6232 }
6233
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006234 if (priv->ieee->freq_band & LIBIPW_24GHZ_BAND) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006235 int start = channel_index;
6236 if (priv->config & CFG_SPEED_SCAN) {
Liu Hong1fe0adb2005-08-19 09:33:10 -05006237 int index;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006238 u8 channels[LIBIPW_24GHZ_CHANNELS] = {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006239 /* nop out the list */
6240 [0] = 0
6241 };
6242
6243 u8 channel;
Zhu Yi7dd24592009-07-27 10:10:20 +08006244 while (channel_index < IPW_SCAN_CHANNELS - 1) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006245 channel =
6246 priv->speed_scan[priv->speed_scan_pos];
6247 if (channel == 0) {
6248 priv->speed_scan_pos = 0;
6249 channel = priv->speed_scan[0];
6250 }
6251 if ((priv->status & STATUS_ASSOCIATED) &&
6252 channel == priv->channel) {
6253 priv->speed_scan_pos++;
6254 continue;
6255 }
6256
6257 /* If this channel has already been
6258 * added in scan, break from loop
6259 * and this will be the first channel
6260 * in the next scan.
6261 */
6262 if (channels[channel - 1] != 0)
6263 break;
6264
6265 channels[channel - 1] = 1;
6266 priv->speed_scan_pos++;
6267 channel_index++;
6268 scan->channels_list[channel_index] = channel;
Liu Hong1fe0adb2005-08-19 09:33:10 -05006269 index =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006270 libipw_channel_to_index(priv->ieee, channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006271 ipw_set_scan_type(scan, channel_index,
Liu Hong1fe0adb2005-08-19 09:33:10 -05006272 geo->bg[index].
6273 flags &
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006274 LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006275 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN
6276 : scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006277 }
6278 } else {
6279 for (i = 0; i < geo->bg_channels; i++) {
6280 if ((priv->status & STATUS_ASSOCIATED) &&
6281 geo->bg[i].channel == priv->channel)
6282 continue;
6283 channel_index++;
6284 scan->channels_list[channel_index] =
6285 geo->bg[i].channel;
6286 ipw_set_scan_type(scan, channel_index,
Liu Hong1fe0adb2005-08-19 09:33:10 -05006287 geo->bg[i].
6288 flags &
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006289 LIBIPW_CH_PASSIVE_ONLY ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05006290 IPW_SCAN_PASSIVE_FULL_DWELL_SCAN
6291 : scan_type);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006292 }
6293 }
6294
6295 if (start != channel_index) {
6296 scan->channels_list[start] = (u8) (IPW_B_MODE << 6) |
6297 (channel_index - start);
6298 }
6299 }
6300}
6301
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006302static int ipw_passive_dwell_time(struct ipw_priv *priv)
6303{
6304 /* staying on passive channels longer than the DTIM interval during a
6305 * scan, while associated, causes the firmware to cancel the scan
6306 * without notification. Hence, don't stay on passive channels longer
6307 * than the beacon interval.
6308 */
6309 if (priv->status & STATUS_ASSOCIATED
6310 && priv->assoc_network->beacon_interval > 10)
6311 return priv->assoc_network->beacon_interval - 10;
6312 else
6313 return 120;
6314}
6315
Dan Williamsea177302008-06-02 17:51:23 -04006316static int ipw_request_scan_helper(struct ipw_priv *priv, int type, int direct)
James Ketrenosea2b26e2005-08-24 21:25:16 -05006317{
6318 struct ipw_scan_request_ext scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006319 int err = 0, scan_type;
6320
6321 if (!(priv->status & STATUS_INIT) ||
6322 (priv->status & STATUS_EXIT_PENDING))
6323 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006324
Zhu Yi46441512006-01-24 16:37:59 +08006325 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05006326
Dan Williamsea177302008-06-02 17:51:23 -04006327 if (direct && (priv->direct_scan_ssid_len == 0)) {
6328 IPW_DEBUG_HC("Direct scan requested but no SSID to scan for\n");
6329 priv->status &= ~STATUS_DIRECT_SCAN_PENDING;
6330 goto done;
6331 }
6332
James Ketrenosea2b26e2005-08-24 21:25:16 -05006333 if (priv->status & STATUS_SCANNING) {
Dan Williamsea177302008-06-02 17:51:23 -04006334 IPW_DEBUG_HC("Concurrent scan requested. Queuing.\n");
6335 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6336 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006337 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006338 }
6339
James Ketrenosafbf30a2005-08-25 00:05:33 -05006340 if (!(priv->status & STATUS_SCAN_FORCED) &&
6341 priv->status & STATUS_SCAN_ABORTING) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006342 IPW_DEBUG_HC("Scan request while abort pending. Queuing.\n");
Dan Williamsea177302008-06-02 17:51:23 -04006343 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6344 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006345 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006346 }
6347
6348 if (priv->status & STATUS_RF_KILL_MASK) {
Dan Williamsea177302008-06-02 17:51:23 -04006349 IPW_DEBUG_HC("Queuing scan due to RF Kill activation\n");
6350 priv->status |= direct ? STATUS_DIRECT_SCAN_PENDING :
6351 STATUS_SCAN_PENDING;
James Ketrenosb095c382005-08-24 22:04:42 -05006352 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006353 }
6354
6355 memset(&scan, 0, sizeof(scan));
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006356 scan.full_scan_index = cpu_to_le32(libipw_get_scans(priv->ieee));
James Ketrenosea2b26e2005-08-24 21:25:16 -05006357
Zhu Yi094c4d22006-08-21 11:39:03 +08006358 if (type == IW_SCAN_TYPE_PASSIVE) {
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006359 IPW_DEBUG_WX("use passive scanning\n");
6360 scan_type = IPW_SCAN_PASSIVE_FULL_DWELL_SCAN;
Zhu Yi094c4d22006-08-21 11:39:03 +08006361 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006362 cpu_to_le16(ipw_passive_dwell_time(priv));
Zhu Yi094c4d22006-08-21 11:39:03 +08006363 ipw_add_scan_channels(priv, &scan, scan_type);
6364 goto send_request;
6365 }
6366
6367 /* Use active scan by default. */
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006368 if (priv->config & CFG_SPEED_SCAN)
James Ketrenosb095c382005-08-24 22:04:42 -05006369 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006370 cpu_to_le16(30);
James Ketrenosb095c382005-08-24 22:04:42 -05006371 else
6372 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006373 cpu_to_le16(20);
James Ketrenosb095c382005-08-24 22:04:42 -05006374
James Ketrenosa613bff2005-08-24 21:43:11 -05006375 scan.dwell_time[IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006376 cpu_to_le16(20);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006377
Helmut Schaa14a4dfe2008-12-10 13:17:26 +01006378 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
6379 cpu_to_le16(ipw_passive_dwell_time(priv));
Dan Williamsea177302008-06-02 17:51:23 -04006380 scan.dwell_time[IPW_SCAN_ACTIVE_DIRECT_SCAN] = cpu_to_le16(20);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006381
James Ketrenosb095c382005-08-24 22:04:42 -05006382#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05006383 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006384 u8 channel;
James Ketrenosb095c382005-08-24 22:04:42 -05006385 u8 band = 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006386
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006387 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
6388 case LIBIPW_52GHZ_BAND:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006389 band = (u8) (IPW_A_MODE << 6) | 1;
James Ketrenosb095c382005-08-24 22:04:42 -05006390 channel = priv->channel;
6391 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006392
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006393 case LIBIPW_24GHZ_BAND:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006394 band = (u8) (IPW_B_MODE << 6) | 1;
James Ketrenosb095c382005-08-24 22:04:42 -05006395 channel = priv->channel;
6396 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006397
James Ketrenosb095c382005-08-24 22:04:42 -05006398 default:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006399 band = (u8) (IPW_B_MODE << 6) | 1;
6400 channel = 9;
James Ketrenosb095c382005-08-24 22:04:42 -05006401 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006402 }
6403
James Ketrenosb095c382005-08-24 22:04:42 -05006404 scan.channels_list[0] = band;
6405 scan.channels_list[1] = channel;
6406 ipw_set_scan_type(&scan, 1, IPW_SCAN_PASSIVE_FULL_DWELL_SCAN);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006407
James Ketrenosb095c382005-08-24 22:04:42 -05006408 /* NOTE: The card will sit on this channel for this time
6409 * period. Scan aborts are timing sensitive and frequently
6410 * result in firmware restarts. As such, it is best to
6411 * set a small dwell_time here and just keep re-issuing
6412 * scans. Otherwise fast channel hopping will not actually
6413 * hop channels.
6414 *
6415 * TODO: Move SPEED SCAN support to all modes and bands */
James Ketrenosa613bff2005-08-24 21:43:11 -05006416 scan.dwell_time[IPW_SCAN_PASSIVE_FULL_DWELL_SCAN] =
Zhu Yi094c4d22006-08-21 11:39:03 +08006417 cpu_to_le16(2000);
James Ketrenosea2b26e2005-08-24 21:25:16 -05006418 } else {
James Ketrenosb095c382005-08-24 22:04:42 -05006419#endif /* CONFIG_IPW2200_MONITOR */
Dan Williamsea177302008-06-02 17:51:23 -04006420 /* Honor direct scans first, otherwise if we are roaming make
6421 * this a direct scan for the current network. Finally,
6422 * ensure that every other scan is a fast channel hop scan */
6423 if (direct) {
6424 err = ipw_send_ssid(priv, priv->direct_scan_ssid,
6425 priv->direct_scan_ssid_len);
6426 if (err) {
6427 IPW_DEBUG_HC("Attempt to send SSID command "
6428 "failed\n");
6429 goto done;
6430 }
6431
6432 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
6433 } else if ((priv->status & STATUS_ROAMING)
6434 || (!(priv->status & STATUS_ASSOCIATED)
6435 && (priv->config & CFG_STATIC_ESSID)
6436 && (le32_to_cpu(scan.full_scan_index) % 2))) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006437 err = ipw_send_ssid(priv, priv->essid, priv->essid_len);
6438 if (err) {
James Ketrenosb095c382005-08-24 22:04:42 -05006439 IPW_DEBUG_HC("Attempt to send SSID command "
6440 "failed.\n");
6441 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006442 }
6443
6444 scan_type = IPW_SCAN_ACTIVE_BROADCAST_AND_DIRECT_SCAN;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006445 } else
James Ketrenosea2b26e2005-08-24 21:25:16 -05006446 scan_type = IPW_SCAN_ACTIVE_BROADCAST_SCAN;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006447
James Ketrenosafbf30a2005-08-25 00:05:33 -05006448 ipw_add_scan_channels(priv, &scan, scan_type);
James Ketrenosb095c382005-08-24 22:04:42 -05006449#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05006450 }
6451#endif
6452
Zhu Yi094c4d22006-08-21 11:39:03 +08006453send_request:
James Ketrenosea2b26e2005-08-24 21:25:16 -05006454 err = ipw_send_scan_request_ext(priv, &scan);
6455 if (err) {
6456 IPW_DEBUG_HC("Sending scan command failed: %08X\n", err);
James Ketrenosb095c382005-08-24 22:04:42 -05006457 goto done;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006458 }
6459
6460 priv->status |= STATUS_SCANNING;
Dan Williamsea177302008-06-02 17:51:23 -04006461 if (direct) {
6462 priv->status &= ~STATUS_DIRECT_SCAN_PENDING;
6463 priv->direct_scan_ssid_len = 0;
6464 } else
6465 priv->status &= ~STATUS_SCAN_PENDING;
6466
James Ketrenosafbf30a2005-08-25 00:05:33 -05006467 queue_delayed_work(priv->workqueue, &priv->scan_check,
6468 IPW_SCAN_CHECK_WATCHDOG);
Zhu Yi094c4d22006-08-21 11:39:03 +08006469done:
Zhu Yi46441512006-01-24 16:37:59 +08006470 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05006471 return err;
James Ketrenosc848d0a2005-08-24 21:56:24 -05006472}
6473
David Howellsc4028952006-11-22 14:57:56 +00006474static void ipw_request_passive_scan(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05006475{
David Howellsc4028952006-11-22 14:57:56 +00006476 struct ipw_priv *priv =
Dan Williamsea177302008-06-02 17:51:23 -04006477 container_of(work, struct ipw_priv, request_passive_scan.work);
6478 ipw_request_scan_helper(priv, IW_SCAN_TYPE_PASSIVE, 0);
David Howellsc4028952006-11-22 14:57:56 +00006479}
6480
6481static void ipw_request_scan(struct work_struct *work)
6482{
6483 struct ipw_priv *priv =
6484 container_of(work, struct ipw_priv, request_scan.work);
Dan Williamsea177302008-06-02 17:51:23 -04006485 ipw_request_scan_helper(priv, IW_SCAN_TYPE_ACTIVE, 0);
6486}
6487
6488static void ipw_request_direct_scan(struct work_struct *work)
6489{
6490 struct ipw_priv *priv =
6491 container_of(work, struct ipw_priv, request_direct_scan.work);
6492 ipw_request_scan_helper(priv, IW_SCAN_TYPE_ACTIVE, 1);
David Howellsc4028952006-11-22 14:57:56 +00006493}
6494
6495static void ipw_bg_abort_scan(struct work_struct *work)
6496{
6497 struct ipw_priv *priv =
6498 container_of(work, struct ipw_priv, abort_scan);
Zhu Yi46441512006-01-24 16:37:59 +08006499 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00006500 ipw_abort_scan(priv);
Zhu Yi46441512006-01-24 16:37:59 +08006501 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05006502}
6503
James Ketrenosea2b26e2005-08-24 21:25:16 -05006504static int ipw_wpa_enable(struct ipw_priv *priv, int value)
6505{
James Ketrenosb095c382005-08-24 22:04:42 -05006506 /* This is called when wpa_supplicant loads and closes the driver
6507 * interface. */
Hong Liucdd1fa12005-08-31 18:14:27 +08006508 priv->ieee->wpa_enabled = value;
James Ketrenosb095c382005-08-24 22:04:42 -05006509 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006510}
6511
James Ketrenosea2b26e2005-08-24 21:25:16 -05006512static int ipw_wpa_set_auth_algs(struct ipw_priv *priv, int value)
6513{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006514 struct libipw_device *ieee = priv->ieee;
6515 struct libipw_security sec = {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006516 .flags = SEC_AUTH_MODE,
6517 };
6518 int ret = 0;
6519
James Ketrenosafbf30a2005-08-25 00:05:33 -05006520 if (value & IW_AUTH_ALG_SHARED_KEY) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006521 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
6522 ieee->open_wep = 0;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006523 } else if (value & IW_AUTH_ALG_OPEN_SYSTEM) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05006524 sec.auth_mode = WLAN_AUTH_OPEN;
6525 ieee->open_wep = 1;
Zhu Yi3e234b42006-01-24 16:36:52 +08006526 } else if (value & IW_AUTH_ALG_LEAP) {
6527 sec.auth_mode = WLAN_AUTH_LEAP;
6528 ieee->open_wep = 1;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006529 } else
6530 return -EINVAL;
James Ketrenosea2b26e2005-08-24 21:25:16 -05006531
6532 if (ieee->set_security)
6533 ieee->set_security(ieee->dev, &sec);
6534 else
6535 ret = -EOPNOTSUPP;
6536
6537 return ret;
6538}
6539
Adrian Bunka73e22b2006-01-21 01:39:42 +01006540static void ipw_wpa_assoc_frame(struct ipw_priv *priv, char *wpa_ie,
6541 int wpa_ie_len)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006542{
6543 /* make sure WPA is enabled */
6544 ipw_wpa_enable(priv, 1);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006545}
6546
6547static int ipw_set_rsn_capa(struct ipw_priv *priv,
6548 char *capabilities, int length)
6549{
James Ketrenosafbf30a2005-08-25 00:05:33 -05006550 IPW_DEBUG_HC("HOST_CMD_RSN_CAPABILITIES\n");
6551
Zhu Yi0a7bcf22006-01-24 16:37:28 +08006552 return ipw_send_cmd_pdu(priv, IPW_CMD_RSN_CAPABILITIES, length,
Zhu Yi2638bc32006-01-24 16:37:52 +08006553 capabilities);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006554}
6555
James Ketrenosafbf30a2005-08-25 00:05:33 -05006556/*
6557 * WE-18 support
6558 */
6559
6560/* SIOCSIWGENIE */
6561static int ipw_wx_set_genie(struct net_device *dev,
6562 struct iw_request_info *info,
6563 union iwreq_data *wrqu, char *extra)
6564{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006565 struct ipw_priv *priv = libipw_priv(dev);
6566 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006567 u8 *buf;
6568 int err = 0;
6569
6570 if (wrqu->data.length > MAX_WPA_IE_LEN ||
6571 (wrqu->data.length && extra == NULL))
6572 return -EINVAL;
6573
James Ketrenosafbf30a2005-08-25 00:05:33 -05006574 if (wrqu->data.length) {
6575 buf = kmalloc(wrqu->data.length, GFP_KERNEL);
6576 if (buf == NULL) {
6577 err = -ENOMEM;
6578 goto out;
6579 }
6580
6581 memcpy(buf, extra, wrqu->data.length);
6582 kfree(ieee->wpa_ie);
6583 ieee->wpa_ie = buf;
6584 ieee->wpa_ie_len = wrqu->data.length;
6585 } else {
6586 kfree(ieee->wpa_ie);
6587 ieee->wpa_ie = NULL;
6588 ieee->wpa_ie_len = 0;
6589 }
6590
6591 ipw_wpa_assoc_frame(priv, ieee->wpa_ie, ieee->wpa_ie_len);
6592 out:
James Ketrenosafbf30a2005-08-25 00:05:33 -05006593 return err;
6594}
6595
6596/* SIOCGIWGENIE */
6597static int ipw_wx_get_genie(struct net_device *dev,
6598 struct iw_request_info *info,
6599 union iwreq_data *wrqu, char *extra)
6600{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006601 struct ipw_priv *priv = libipw_priv(dev);
6602 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006603 int err = 0;
6604
James Ketrenosafbf30a2005-08-25 00:05:33 -05006605 if (ieee->wpa_ie_len == 0 || ieee->wpa_ie == NULL) {
6606 wrqu->data.length = 0;
6607 goto out;
6608 }
6609
6610 if (wrqu->data.length < ieee->wpa_ie_len) {
6611 err = -E2BIG;
6612 goto out;
6613 }
6614
6615 wrqu->data.length = ieee->wpa_ie_len;
6616 memcpy(extra, ieee->wpa_ie, ieee->wpa_ie_len);
6617
6618 out:
James Ketrenosafbf30a2005-08-25 00:05:33 -05006619 return err;
6620}
6621
Zhu Yi1fbfea52005-08-05 17:22:56 +08006622static int wext_cipher2level(int cipher)
6623{
6624 switch (cipher) {
6625 case IW_AUTH_CIPHER_NONE:
6626 return SEC_LEVEL_0;
6627 case IW_AUTH_CIPHER_WEP40:
6628 case IW_AUTH_CIPHER_WEP104:
6629 return SEC_LEVEL_1;
6630 case IW_AUTH_CIPHER_TKIP:
6631 return SEC_LEVEL_2;
6632 case IW_AUTH_CIPHER_CCMP:
6633 return SEC_LEVEL_3;
6634 default:
6635 return -1;
6636 }
6637}
6638
James Ketrenosafbf30a2005-08-25 00:05:33 -05006639/* SIOCSIWAUTH */
6640static int ipw_wx_set_auth(struct net_device *dev,
6641 struct iw_request_info *info,
6642 union iwreq_data *wrqu, char *extra)
6643{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006644 struct ipw_priv *priv = libipw_priv(dev);
6645 struct libipw_device *ieee = priv->ieee;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006646 struct iw_param *param = &wrqu->param;
John W. Linville274bfb82008-10-29 11:35:05 -04006647 struct lib80211_crypt_data *crypt;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006648 unsigned long flags;
6649 int ret = 0;
6650
6651 switch (param->flags & IW_AUTH_INDEX) {
6652 case IW_AUTH_WPA_VERSION:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006653 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006654 case IW_AUTH_CIPHER_PAIRWISE:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006655 ipw_set_hw_decrypt_unicast(priv,
6656 wext_cipher2level(param->value));
6657 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006658 case IW_AUTH_CIPHER_GROUP:
Zhu Yi1fbfea52005-08-05 17:22:56 +08006659 ipw_set_hw_decrypt_multicast(priv,
6660 wext_cipher2level(param->value));
6661 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006662 case IW_AUTH_KEY_MGMT:
6663 /*
6664 * ipw2200 does not use these parameters
6665 */
6666 break;
6667
6668 case IW_AUTH_TKIP_COUNTERMEASURES:
John W. Linville274bfb82008-10-29 11:35:05 -04006669 crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
James Ketrenos991d1cc2005-10-13 09:26:48 +00006670 if (!crypt || !crypt->ops->set_flags || !crypt->ops->get_flags)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006671 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006672
6673 flags = crypt->ops->get_flags(crypt->priv);
6674
6675 if (param->value)
6676 flags |= IEEE80211_CRYPTO_TKIP_COUNTERMEASURES;
6677 else
6678 flags &= ~IEEE80211_CRYPTO_TKIP_COUNTERMEASURES;
6679
6680 crypt->ops->set_flags(flags, crypt->priv);
6681
6682 break;
6683
6684 case IW_AUTH_DROP_UNENCRYPTED:{
6685 /* HACK:
6686 *
6687 * wpa_supplicant calls set_wpa_enabled when the driver
6688 * is loaded and unloaded, regardless of if WPA is being
6689 * used. No other calls are made which can be used to
6690 * determine if encryption will be used or not prior to
6691 * association being expected. If encryption is not being
6692 * used, drop_unencrypted is set to false, else true -- we
6693 * can use this to determine if the CAP_PRIVACY_ON bit should
6694 * be set.
6695 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006696 struct libipw_security sec = {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006697 .flags = SEC_ENABLED,
6698 .enabled = param->value,
6699 };
6700 priv->ieee->drop_unencrypted = param->value;
6701 /* We only change SEC_LEVEL for open mode. Others
6702 * are set by ipw_wpa_set_encryption.
6703 */
6704 if (!param->value) {
6705 sec.flags |= SEC_LEVEL;
6706 sec.level = SEC_LEVEL_0;
6707 } else {
6708 sec.flags |= SEC_LEVEL;
6709 sec.level = SEC_LEVEL_1;
6710 }
6711 if (priv->ieee->set_security)
6712 priv->ieee->set_security(priv->ieee->dev, &sec);
6713 break;
6714 }
6715
6716 case IW_AUTH_80211_AUTH_ALG:
6717 ret = ipw_wpa_set_auth_algs(priv, param->value);
6718 break;
6719
6720 case IW_AUTH_WPA_ENABLED:
6721 ret = ipw_wpa_enable(priv, param->value);
Zhu Yie3c5a642006-04-13 17:21:13 +08006722 ipw_disassociate(priv);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006723 break;
6724
6725 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
6726 ieee->ieee802_1x = param->value;
6727 break;
6728
James Ketrenosafbf30a2005-08-25 00:05:33 -05006729 case IW_AUTH_PRIVACY_INVOKED:
6730 ieee->privacy_invoked = param->value;
6731 break;
6732
6733 default:
6734 return -EOPNOTSUPP;
6735 }
6736 return ret;
6737}
6738
6739/* SIOCGIWAUTH */
6740static int ipw_wx_get_auth(struct net_device *dev,
6741 struct iw_request_info *info,
6742 union iwreq_data *wrqu, char *extra)
6743{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006744 struct ipw_priv *priv = libipw_priv(dev);
6745 struct libipw_device *ieee = priv->ieee;
John W. Linville274bfb82008-10-29 11:35:05 -04006746 struct lib80211_crypt_data *crypt;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006747 struct iw_param *param = &wrqu->param;
6748 int ret = 0;
6749
6750 switch (param->flags & IW_AUTH_INDEX) {
6751 case IW_AUTH_WPA_VERSION:
6752 case IW_AUTH_CIPHER_PAIRWISE:
6753 case IW_AUTH_CIPHER_GROUP:
6754 case IW_AUTH_KEY_MGMT:
6755 /*
6756 * wpa_supplicant will control these internally
6757 */
6758 ret = -EOPNOTSUPP;
6759 break;
6760
6761 case IW_AUTH_TKIP_COUNTERMEASURES:
John W. Linville274bfb82008-10-29 11:35:05 -04006762 crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
James Ketrenos991d1cc2005-10-13 09:26:48 +00006763 if (!crypt || !crypt->ops->get_flags)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006764 break;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006765
6766 param->value = (crypt->ops->get_flags(crypt->priv) &
6767 IEEE80211_CRYPTO_TKIP_COUNTERMEASURES) ? 1 : 0;
6768
6769 break;
6770
6771 case IW_AUTH_DROP_UNENCRYPTED:
6772 param->value = ieee->drop_unencrypted;
6773 break;
6774
6775 case IW_AUTH_80211_AUTH_ALG:
6776 param->value = ieee->sec.auth_mode;
6777 break;
6778
6779 case IW_AUTH_WPA_ENABLED:
6780 param->value = ieee->wpa_enabled;
6781 break;
6782
6783 case IW_AUTH_RX_UNENCRYPTED_EAPOL:
6784 param->value = ieee->ieee802_1x;
6785 break;
6786
6787 case IW_AUTH_ROAMING_CONTROL:
6788 case IW_AUTH_PRIVACY_INVOKED:
6789 param->value = ieee->privacy_invoked;
6790 break;
6791
6792 default:
6793 return -EOPNOTSUPP;
6794 }
6795 return 0;
6796}
6797
6798/* SIOCSIWENCODEEXT */
6799static int ipw_wx_set_encodeext(struct net_device *dev,
6800 struct iw_request_info *info,
6801 union iwreq_data *wrqu, char *extra)
6802{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006803 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006804 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra;
6805
6806 if (hwcrypto) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006807 if (ext->alg == IW_ENCODE_ALG_TKIP) {
Hong Liu567deaf2005-08-31 18:07:22 +08006808 /* IPW HW can't build TKIP MIC,
6809 host decryption still needed */
6810 if (ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY)
6811 priv->ieee->host_mc_decrypt = 1;
6812 else {
6813 priv->ieee->host_encrypt = 0;
6814 priv->ieee->host_encrypt_msdu = 1;
6815 priv->ieee->host_decrypt = 1;
6816 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05006817 } else {
6818 priv->ieee->host_encrypt = 0;
6819 priv->ieee->host_encrypt_msdu = 0;
6820 priv->ieee->host_decrypt = 0;
Hong Liu567deaf2005-08-31 18:07:22 +08006821 priv->ieee->host_mc_decrypt = 0;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006822 }
6823 }
6824
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006825 return libipw_wx_set_encodeext(priv->ieee, info, wrqu, extra);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006826}
6827
6828/* SIOCGIWENCODEEXT */
6829static int ipw_wx_get_encodeext(struct net_device *dev,
6830 struct iw_request_info *info,
6831 union iwreq_data *wrqu, char *extra)
6832{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006833 struct ipw_priv *priv = libipw_priv(dev);
6834 return libipw_wx_get_encodeext(priv->ieee, info, wrqu, extra);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006835}
6836
6837/* SIOCSIWMLME */
6838static int ipw_wx_set_mlme(struct net_device *dev,
6839 struct iw_request_info *info,
6840 union iwreq_data *wrqu, char *extra)
6841{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006842 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006843 struct iw_mlme *mlme = (struct iw_mlme *)extra;
Al Viroe62e1ee2007-12-27 01:36:46 -05006844 __le16 reason;
James Ketrenosafbf30a2005-08-25 00:05:33 -05006845
6846 reason = cpu_to_le16(mlme->reason_code);
6847
6848 switch (mlme->cmd) {
6849 case IW_MLME_DEAUTH:
Pavel Machek67fd6b42006-07-11 15:34:05 +02006850 /* silently ignore */
James Ketrenosafbf30a2005-08-25 00:05:33 -05006851 break;
6852
6853 case IW_MLME_DISASSOC:
6854 ipw_disassociate(priv);
6855 break;
6856
6857 default:
6858 return -EOPNOTSUPP;
6859 }
6860 return 0;
6861}
James Ketrenosea2b26e2005-08-24 21:25:16 -05006862
Zhu Yie43e3c12006-04-13 17:20:45 +08006863#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -05006864
6865/* QoS */
6866/*
6867* get the modulation type of the current network or
6868* the card current mode
6869*/
Adrian Bunk53d0bcf2006-03-04 13:14:31 +01006870static u8 ipw_qos_current_mode(struct ipw_priv * priv)
James Ketrenosb095c382005-08-24 22:04:42 -05006871{
6872 u8 mode = 0;
6873
6874 if (priv->status & STATUS_ASSOCIATED) {
6875 unsigned long flags;
6876
6877 spin_lock_irqsave(&priv->ieee->lock, flags);
6878 mode = priv->assoc_network->mode;
6879 spin_unlock_irqrestore(&priv->ieee->lock, flags);
6880 } else {
6881 mode = priv->ieee->mode;
6882 }
6883 IPW_DEBUG_QOS("QoS network/card mode %d \n", mode);
6884 return mode;
6885}
6886
6887/*
6888* Handle management frame beacon and probe response
6889*/
James Ketrenos3b9990c2005-08-19 13:18:55 -05006890static int ipw_qos_handle_probe_response(struct ipw_priv *priv,
6891 int active_network,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006892 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05006893{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006894 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05006895
James Ketrenosafbf30a2005-08-25 00:05:33 -05006896 if (network->capability & WLAN_CAPABILITY_IBSS)
James Ketrenosb095c382005-08-24 22:04:42 -05006897 network->qos_data.active = network->qos_data.supported;
6898
6899 if (network->flags & NETWORK_HAS_QOS_MASK) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006900 if (active_network &&
6901 (network->flags & NETWORK_HAS_QOS_PARAMETERS))
James Ketrenosb095c382005-08-24 22:04:42 -05006902 network->qos_data.active = network->qos_data.supported;
6903
6904 if ((network->qos_data.active == 1) && (active_network == 1) &&
6905 (network->flags & NETWORK_HAS_QOS_PARAMETERS) &&
6906 (network->qos_data.old_param_count !=
6907 network->qos_data.param_count)) {
6908 network->qos_data.old_param_count =
6909 network->qos_data.param_count;
6910 schedule_work(&priv->qos_activate);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006911 IPW_DEBUG_QOS("QoS parameters change call "
6912 "qos_activate\n");
James Ketrenosb095c382005-08-24 22:04:42 -05006913 }
6914 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05006915 if ((priv->ieee->mode == IEEE_B) || (network->mode == IEEE_B))
6916 memcpy(&network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05006917 &def_parameters_CCK, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006918 else
6919 memcpy(&network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05006920 &def_parameters_OFDM, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006921
James Ketrenosb095c382005-08-24 22:04:42 -05006922 if ((network->qos_data.active == 1) && (active_network == 1)) {
6923 IPW_DEBUG_QOS("QoS was disabled call qos_activate \n");
6924 schedule_work(&priv->qos_activate);
6925 }
6926
6927 network->qos_data.active = 0;
6928 network->qos_data.supported = 0;
6929 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05006930 if ((priv->status & STATUS_ASSOCIATED) &&
6931 (priv->ieee->iw_mode == IW_MODE_ADHOC) && (active_network == 0)) {
6932 if (memcmp(network->bssid, priv->bssid, ETH_ALEN))
John W. Linvillec5d3dce2008-09-30 17:17:26 -04006933 if (network->capability & WLAN_CAPABILITY_IBSS)
James Ketrenosb095c382005-08-24 22:04:42 -05006934 if ((network->ssid_len ==
James Ketrenosafbf30a2005-08-25 00:05:33 -05006935 priv->assoc_network->ssid_len) &&
6936 !memcmp(network->ssid,
6937 priv->assoc_network->ssid,
6938 network->ssid_len)) {
James Ketrenosb095c382005-08-24 22:04:42 -05006939 queue_work(priv->workqueue,
6940 &priv->merge_networks);
6941 }
James Ketrenosb095c382005-08-24 22:04:42 -05006942 }
6943
6944 return 0;
6945}
6946
6947/*
6948* This function set up the firmware to support QoS. It sends
6949* IPW_CMD_QOS_PARAMETERS and IPW_CMD_WME_INFO
6950*/
6951static int ipw_qos_activate(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006952 struct libipw_qos_data *qos_network_data)
James Ketrenosb095c382005-08-24 22:04:42 -05006953{
6954 int err;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04006955 struct libipw_qos_parameters qos_parameters[QOS_QOS_SETS];
6956 struct libipw_qos_parameters *active_one = NULL;
6957 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05006958 u32 burst_duration;
6959 int i;
6960 u8 type;
6961
6962 type = ipw_qos_current_mode(priv);
6963
6964 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_CCK]);
6965 memcpy(active_one, priv->qos_data.def_qos_parm_CCK, size);
6966 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_OFDM]);
6967 memcpy(active_one, priv->qos_data.def_qos_parm_OFDM, size);
6968
6969 if (qos_network_data == NULL) {
6970 if (type == IEEE_B) {
6971 IPW_DEBUG_QOS("QoS activate network mode %d\n", type);
6972 active_one = &def_parameters_CCK;
6973 } else
6974 active_one = &def_parameters_OFDM;
6975
James Ketrenosafbf30a2005-08-25 00:05:33 -05006976 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05006977 burst_duration = ipw_qos_get_burst_duration(priv);
6978 for (i = 0; i < QOS_QUEUE_NUM; i++)
James Ketrenosafbf30a2005-08-25 00:05:33 -05006979 qos_parameters[QOS_PARAM_SET_ACTIVE].tx_op_limit[i] =
Al Viro8fffc152007-12-27 01:25:40 -05006980 cpu_to_le16(burst_duration);
James Ketrenosafbf30a2005-08-25 00:05:33 -05006981 } else if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
James Ketrenosb095c382005-08-24 22:04:42 -05006982 if (type == IEEE_B) {
6983 IPW_DEBUG_QOS("QoS activate IBSS nework mode %d\n",
6984 type);
6985 if (priv->qos_data.qos_enable == 0)
6986 active_one = &def_parameters_CCK;
6987 else
6988 active_one = priv->qos_data.def_qos_parm_CCK;
6989 } else {
6990 if (priv->qos_data.qos_enable == 0)
6991 active_one = &def_parameters_OFDM;
6992 else
6993 active_one = priv->qos_data.def_qos_parm_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 } else {
6997 unsigned long flags;
6998 int active;
6999
7000 spin_lock_irqsave(&priv->ieee->lock, flags);
7001 active_one = &(qos_network_data->parameters);
7002 qos_network_data->old_param_count =
7003 qos_network_data->param_count;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007004 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007005 active = qos_network_data->supported;
7006 spin_unlock_irqrestore(&priv->ieee->lock, flags);
7007
7008 if (active == 0) {
7009 burst_duration = ipw_qos_get_burst_duration(priv);
7010 for (i = 0; i < QOS_QUEUE_NUM; i++)
7011 qos_parameters[QOS_PARAM_SET_ACTIVE].
Al Viro8fffc152007-12-27 01:25:40 -05007012 tx_op_limit[i] = cpu_to_le16(burst_duration);
James Ketrenosb095c382005-08-24 22:04:42 -05007013 }
7014 }
7015
7016 IPW_DEBUG_QOS("QoS sending IPW_CMD_QOS_PARAMETERS\n");
James Ketrenosafbf30a2005-08-25 00:05:33 -05007017 err = ipw_send_qos_params_command(priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007018 (struct libipw_qos_parameters *)
James Ketrenosafbf30a2005-08-25 00:05:33 -05007019 &(qos_parameters[0]));
James Ketrenosb095c382005-08-24 22:04:42 -05007020 if (err)
7021 IPW_DEBUG_QOS("QoS IPW_CMD_QOS_PARAMETERS failed\n");
7022
7023 return err;
7024}
7025
7026/*
7027* send IPW_CMD_WME_INFO to the firmware
7028*/
7029static int ipw_qos_set_info_element(struct ipw_priv *priv)
7030{
7031 int ret = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007032 struct libipw_qos_information_element qos_info;
James Ketrenosb095c382005-08-24 22:04:42 -05007033
7034 if (priv == NULL)
7035 return -1;
7036
7037 qos_info.elementID = QOS_ELEMENT_ID;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007038 qos_info.length = sizeof(struct libipw_qos_information_element) - 2;
James Ketrenosb095c382005-08-24 22:04:42 -05007039
7040 qos_info.version = QOS_VERSION_1;
7041 qos_info.ac_info = 0;
7042
7043 memcpy(qos_info.qui, qos_oui, QOS_OUI_LEN);
7044 qos_info.qui_type = QOS_OUI_TYPE;
7045 qos_info.qui_subtype = QOS_OUI_INFO_SUB_TYPE;
7046
7047 ret = ipw_send_qos_info_command(priv, &qos_info);
7048 if (ret != 0) {
7049 IPW_DEBUG_QOS("QoS error calling ipw_send_qos_info_command\n");
7050 }
7051 return ret;
7052}
7053
7054/*
7055* Set the QoS parameter with the association request structure
7056*/
7057static int ipw_qos_association(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007058 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007059{
7060 int err = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007061 struct libipw_qos_data *qos_data = NULL;
7062 struct libipw_qos_data ibss_data = {
James Ketrenosb095c382005-08-24 22:04:42 -05007063 .supported = 1,
7064 .active = 1,
7065 };
7066
7067 switch (priv->ieee->iw_mode) {
7068 case IW_MODE_ADHOC:
Eric Sesterhenn5d9428d2006-04-02 13:52:48 +02007069 BUG_ON(!(network->capability & WLAN_CAPABILITY_IBSS));
James Ketrenosb095c382005-08-24 22:04:42 -05007070
7071 qos_data = &ibss_data;
7072 break;
7073
7074 case IW_MODE_INFRA:
7075 qos_data = &network->qos_data;
7076 break;
7077
7078 default:
7079 BUG();
7080 break;
7081 }
7082
7083 err = ipw_qos_activate(priv, qos_data);
7084 if (err) {
7085 priv->assoc_request.policy_support &= ~HC_QOS_SUPPORT_ASSOC;
7086 return err;
7087 }
7088
7089 if (priv->qos_data.qos_enable && qos_data->supported) {
7090 IPW_DEBUG_QOS("QoS will be enabled for this association\n");
7091 priv->assoc_request.policy_support |= HC_QOS_SUPPORT_ASSOC;
7092 return ipw_qos_set_info_element(priv);
7093 }
7094
7095 return 0;
7096}
7097
7098/*
Matt LaPlante0779bf22006-11-30 05:24:39 +01007099* handling the beaconing responses. if we get different QoS setting
7100* off the network from the associated setting, adjust the QoS
James Ketrenosb095c382005-08-24 22:04:42 -05007101* setting
7102*/
7103static int ipw_qos_association_resp(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007104 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007105{
7106 int ret = 0;
7107 unsigned long flags;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007108 u32 size = sizeof(struct libipw_qos_parameters);
James Ketrenosb095c382005-08-24 22:04:42 -05007109 int set_qos_param = 0;
7110
James Ketrenosafbf30a2005-08-25 00:05:33 -05007111 if ((priv == NULL) || (network == NULL) ||
7112 (priv->assoc_network == NULL))
James Ketrenosb095c382005-08-24 22:04:42 -05007113 return ret;
7114
7115 if (!(priv->status & STATUS_ASSOCIATED))
7116 return ret;
7117
James Ketrenosafbf30a2005-08-25 00:05:33 -05007118 if ((priv->ieee->iw_mode != IW_MODE_INFRA))
James Ketrenosb095c382005-08-24 22:04:42 -05007119 return ret;
James Ketrenosb095c382005-08-24 22:04:42 -05007120
7121 spin_lock_irqsave(&priv->ieee->lock, flags);
7122 if (network->flags & NETWORK_HAS_QOS_PARAMETERS) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007123 memcpy(&priv->assoc_network->qos_data, &network->qos_data,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007124 sizeof(struct libipw_qos_data));
James Ketrenosb095c382005-08-24 22:04:42 -05007125 priv->assoc_network->qos_data.active = 1;
7126 if ((network->qos_data.old_param_count !=
7127 network->qos_data.param_count)) {
7128 set_qos_param = 1;
7129 network->qos_data.old_param_count =
7130 network->qos_data.param_count;
7131 }
7132
7133 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007134 if ((network->mode == IEEE_B) || (priv->ieee->mode == IEEE_B))
7135 memcpy(&priv->assoc_network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05007136 &def_parameters_CCK, size);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007137 else
7138 memcpy(&priv->assoc_network->qos_data.parameters,
James Ketrenosb095c382005-08-24 22:04:42 -05007139 &def_parameters_OFDM, size);
James Ketrenosb095c382005-08-24 22:04:42 -05007140 priv->assoc_network->qos_data.active = 0;
7141 priv->assoc_network->qos_data.supported = 0;
7142 set_qos_param = 1;
7143 }
7144
7145 spin_unlock_irqrestore(&priv->ieee->lock, flags);
7146
7147 if (set_qos_param == 1)
7148 schedule_work(&priv->qos_activate);
7149
7150 return ret;
7151}
7152
7153static u32 ipw_qos_get_burst_duration(struct ipw_priv *priv)
7154{
7155 u32 ret = 0;
7156
7157 if ((priv == NULL))
7158 return 0;
7159
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007160 if (!(priv->ieee->modulation & LIBIPW_OFDM_MODULATION))
James Ketrenosb095c382005-08-24 22:04:42 -05007161 ret = priv->qos_data.burst_duration_CCK;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007162 else
James Ketrenosb095c382005-08-24 22:04:42 -05007163 ret = priv->qos_data.burst_duration_OFDM;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007164
James Ketrenosb095c382005-08-24 22:04:42 -05007165 return ret;
7166}
7167
7168/*
7169* Initialize the setting of QoS global
7170*/
7171static void ipw_qos_init(struct ipw_priv *priv, int enable,
7172 int burst_enable, u32 burst_duration_CCK,
7173 u32 burst_duration_OFDM)
7174{
7175 priv->qos_data.qos_enable = enable;
7176
7177 if (priv->qos_data.qos_enable) {
7178 priv->qos_data.def_qos_parm_CCK = &def_qos_parameters_CCK;
7179 priv->qos_data.def_qos_parm_OFDM = &def_qos_parameters_OFDM;
7180 IPW_DEBUG_QOS("QoS is enabled\n");
7181 } else {
7182 priv->qos_data.def_qos_parm_CCK = &def_parameters_CCK;
7183 priv->qos_data.def_qos_parm_OFDM = &def_parameters_OFDM;
7184 IPW_DEBUG_QOS("QoS is not enabled\n");
7185 }
7186
7187 priv->qos_data.burst_enable = burst_enable;
7188
7189 if (burst_enable) {
7190 priv->qos_data.burst_duration_CCK = burst_duration_CCK;
7191 priv->qos_data.burst_duration_OFDM = burst_duration_OFDM;
7192 } else {
7193 priv->qos_data.burst_duration_CCK = 0;
7194 priv->qos_data.burst_duration_OFDM = 0;
7195 }
7196}
7197
7198/*
7199* map the packet priority to the right TX Queue
7200*/
7201static int ipw_get_tx_queue_number(struct ipw_priv *priv, u16 priority)
7202{
7203 if (priority > 7 || !priv->qos_data.qos_enable)
7204 priority = 0;
7205
7206 return from_priority_to_tx_queue[priority] - 1;
7207}
7208
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007209static int ipw_is_qos_active(struct net_device *dev,
7210 struct sk_buff *skb)
James Ketrenosb095c382005-08-24 22:04:42 -05007211{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007212 struct ipw_priv *priv = libipw_priv(dev);
7213 struct libipw_qos_data *qos_data = NULL;
James Ketrenosb095c382005-08-24 22:04:42 -05007214 int active, supported;
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007215 u8 *daddr = skb->data + ETH_ALEN;
7216 int unicast = !is_multicast_ether_addr(daddr);
James Ketrenosb095c382005-08-24 22:04:42 -05007217
7218 if (!(priv->status & STATUS_ASSOCIATED))
7219 return 0;
7220
7221 qos_data = &priv->assoc_network->qos_data;
7222
James Ketrenosb095c382005-08-24 22:04:42 -05007223 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
7224 if (unicast == 0)
7225 qos_data->active = 0;
7226 else
7227 qos_data->active = qos_data->supported;
7228 }
James Ketrenosb095c382005-08-24 22:04:42 -05007229 active = qos_data->active;
7230 supported = qos_data->supported;
James Ketrenosafbf30a2005-08-25 00:05:33 -05007231 IPW_DEBUG_QOS("QoS %d network is QoS active %d supported %d "
7232 "unicast %d\n",
7233 priv->qos_data.qos_enable, active, supported, unicast);
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007234 if (active && priv->qos_data.qos_enable)
7235 return 1;
James Ketrenosb095c382005-08-24 22:04:42 -05007236
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007237 return 0;
7238
7239}
7240/*
7241* add QoS parameter to the TX command
7242*/
7243static int ipw_qos_set_tx_queue_command(struct ipw_priv *priv,
7244 u16 priority,
7245 struct tfd_data *tfd)
7246{
7247 int tx_queue_id = 0;
7248
7249
7250 tx_queue_id = from_priority_to_tx_queue[priority] - 1;
7251 tfd->tx_flags_ext |= DCT_FLAG_EXT_QOS_ENABLED;
7252
7253 if (priv->qos_data.qos_no_ack_mask & (1UL << tx_queue_id)) {
7254 tfd->tx_flags &= ~DCT_FLAG_ACK_REQD;
Zhu Yi851ca262006-08-21 11:37:58 +08007255 tfd->tfd.tfd_26.mchdr.qos_ctrl |= cpu_to_le16(CTRL_QOS_NO_ACK);
James Ketrenosb095c382005-08-24 22:04:42 -05007256 }
Zhu Yia5cf4fe2006-04-13 17:19:11 +08007257 return 0;
James Ketrenosb095c382005-08-24 22:04:42 -05007258}
7259
7260/*
7261* background support to run QoS activate functionality
7262*/
David Howellsc4028952006-11-22 14:57:56 +00007263static void ipw_bg_qos_activate(struct work_struct *work)
James Ketrenosb095c382005-08-24 22:04:42 -05007264{
David Howellsc4028952006-11-22 14:57:56 +00007265 struct ipw_priv *priv =
7266 container_of(work, struct ipw_priv, qos_activate);
James Ketrenosb095c382005-08-24 22:04:42 -05007267
Zhu Yi46441512006-01-24 16:37:59 +08007268 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05007269
7270 if (priv->status & STATUS_ASSOCIATED)
7271 ipw_qos_activate(priv, &(priv->assoc_network->qos_data));
7272
Zhu Yi46441512006-01-24 16:37:59 +08007273 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05007274}
7275
James Ketrenos3b9990c2005-08-19 13:18:55 -05007276static int ipw_handle_probe_response(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007277 struct libipw_probe_response *resp,
7278 struct libipw_network *network)
James Ketrenosb095c382005-08-24 22:04:42 -05007279{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007280 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007281 int active_network = ((priv->status & STATUS_ASSOCIATED) &&
7282 (network == priv->assoc_network));
James Ketrenosb095c382005-08-24 22:04:42 -05007283
James Ketrenos3b9990c2005-08-19 13:18:55 -05007284 ipw_qos_handle_probe_response(priv, active_network, network);
James Ketrenosb095c382005-08-24 22:04:42 -05007285
James Ketrenos3b9990c2005-08-19 13:18:55 -05007286 return 0;
7287}
James Ketrenosb095c382005-08-24 22:04:42 -05007288
James Ketrenos3b9990c2005-08-19 13:18:55 -05007289static int ipw_handle_beacon(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007290 struct libipw_beacon *resp,
7291 struct libipw_network *network)
James Ketrenos3b9990c2005-08-19 13:18:55 -05007292{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007293 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007294 int active_network = ((priv->status & STATUS_ASSOCIATED) &&
7295 (network == priv->assoc_network));
7296
7297 ipw_qos_handle_probe_response(priv, active_network, network);
7298
7299 return 0;
7300}
7301
7302static int ipw_handle_assoc_response(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007303 struct libipw_assoc_response *resp,
7304 struct libipw_network *network)
James Ketrenos3b9990c2005-08-19 13:18:55 -05007305{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007306 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos3b9990c2005-08-19 13:18:55 -05007307 ipw_qos_association_resp(priv, network);
James Ketrenosb095c382005-08-24 22:04:42 -05007308 return 0;
7309}
7310
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007311static int ipw_send_qos_params_command(struct ipw_priv *priv, struct libipw_qos_parameters
James Ketrenosb095c382005-08-24 22:04:42 -05007312 *qos_param)
7313{
Zhu Yi4e226992006-01-24 16:37:36 +08007314 return ipw_send_cmd_pdu(priv, IPW_CMD_QOS_PARAMETERS,
7315 sizeof(*qos_param) * 3, qos_param);
James Ketrenosb095c382005-08-24 22:04:42 -05007316}
7317
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007318static int ipw_send_qos_info_command(struct ipw_priv *priv, struct libipw_qos_information_element
James Ketrenosb095c382005-08-24 22:04:42 -05007319 *qos_param)
7320{
Zhu Yi4e226992006-01-24 16:37:36 +08007321 return ipw_send_cmd_pdu(priv, IPW_CMD_WME_INFO, sizeof(*qos_param),
7322 qos_param);
James Ketrenosb095c382005-08-24 22:04:42 -05007323}
7324
Zhu Yie43e3c12006-04-13 17:20:45 +08007325#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -05007326
James Ketrenos43f66a62005-03-25 12:31:53 -06007327static int ipw_associate_network(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007328 struct libipw_network *network,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007329 struct ipw_supported_rates *rates, int roaming)
James Ketrenos43f66a62005-03-25 12:31:53 -06007330{
7331 int err;
John W. Linville9387b7c2008-09-30 20:59:05 -04007332 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007333
7334 if (priv->config & CFG_FIXED_RATE)
James Ketrenosb095c382005-08-24 22:04:42 -05007335 ipw_set_fixed_rate(priv, network->mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06007336
7337 if (!(priv->config & CFG_STATIC_ESSID)) {
Jeff Garzikbf794512005-07-31 13:07:26 -04007338 priv->essid_len = min(network->ssid_len,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007339 (u8) IW_ESSID_MAX_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06007340 memcpy(priv->essid, network->ssid, priv->essid_len);
7341 }
7342
7343 network->last_associate = jiffies;
7344
7345 memset(&priv->assoc_request, 0, sizeof(priv->assoc_request));
7346 priv->assoc_request.channel = network->channel;
Zhu Yi3e234b42006-01-24 16:36:52 +08007347 priv->assoc_request.auth_key = 0;
7348
James Ketrenos43f66a62005-03-25 12:31:53 -06007349 if ((priv->capability & CAP_PRIVACY_ON) &&
Zhu Yi3e234b42006-01-24 16:36:52 +08007350 (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007351 priv->assoc_request.auth_type = AUTH_SHARED_KEY;
James Ketrenosb095c382005-08-24 22:04:42 -05007352 priv->assoc_request.auth_key = priv->ieee->sec.active_key;
7353
Zhu Yi1ba61e02006-02-15 13:00:55 +08007354 if (priv->ieee->sec.level == SEC_LEVEL_1)
James Ketrenosb095c382005-08-24 22:04:42 -05007355 ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);
Zhu Yi3e234b42006-01-24 16:36:52 +08007356
7357 } else if ((priv->capability & CAP_PRIVACY_ON) &&
7358 (priv->ieee->sec.auth_mode == WLAN_AUTH_LEAP))
7359 priv->assoc_request.auth_type = AUTH_LEAP;
7360 else
James Ketrenos43f66a62005-03-25 12:31:53 -06007361 priv->assoc_request.auth_type = AUTH_OPEN;
James Ketrenos43f66a62005-03-25 12:31:53 -06007362
James Ketrenosa613bff2005-08-24 21:43:11 -05007363 if (priv->ieee->wpa_ie_len) {
Al Viro5b5e8072007-12-27 01:54:06 -05007364 priv->assoc_request.policy_support = cpu_to_le16(0x02); /* RSN active */
James Ketrenosea2b26e2005-08-24 21:25:16 -05007365 ipw_set_rsn_capa(priv, priv->ieee->wpa_ie,
7366 priv->ieee->wpa_ie_len);
7367 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007368
Jeff Garzikbf794512005-07-31 13:07:26 -04007369 /*
7370 * It is valid for our ieee device to support multiple modes, but
7371 * when it comes to associating to a given network we have to choose
James Ketrenos43f66a62005-03-25 12:31:53 -06007372 * just one mode.
7373 */
7374 if (network->mode & priv->ieee->mode & IEEE_A)
7375 priv->assoc_request.ieee_mode = IPW_A_MODE;
7376 else if (network->mode & priv->ieee->mode & IEEE_G)
7377 priv->assoc_request.ieee_mode = IPW_G_MODE;
7378 else if (network->mode & priv->ieee->mode & IEEE_B)
7379 priv->assoc_request.ieee_mode = IPW_B_MODE;
7380
Al Viro5b5e8072007-12-27 01:54:06 -05007381 priv->assoc_request.capability = cpu_to_le16(network->capability);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007382 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE)
7383 && !(priv->config & CFG_PREAMBLE_LONG)) {
7384 priv->assoc_request.preamble_length = DCT_FLAG_SHORT_PREAMBLE;
7385 } else {
7386 priv->assoc_request.preamble_length = DCT_FLAG_LONG_PREAMBLE;
7387
7388 /* Clear the short preamble if we won't be supporting it */
7389 priv->assoc_request.capability &=
Al Viro5b5e8072007-12-27 01:54:06 -05007390 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007391 }
7392
James Ketrenosafbf30a2005-08-25 00:05:33 -05007393 /* Clear capability bits that aren't used in Ad Hoc */
7394 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
7395 priv->assoc_request.capability &=
Al Viro5b5e8072007-12-27 01:54:06 -05007396 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME);
James Ketrenosafbf30a2005-08-25 00:05:33 -05007397
James Ketrenos43f66a62005-03-25 12:31:53 -06007398 IPW_DEBUG_ASSOC("%sssocation attempt: '%s', channel %d, "
James Ketrenosea2b26e2005-08-24 21:25:16 -05007399 "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06007400 roaming ? "Rea" : "A",
John W. Linville9387b7c2008-09-30 20:59:05 -04007401 print_ssid(ssid, priv->essid, priv->essid_len),
Jeff Garzikbf794512005-07-31 13:07:26 -04007402 network->channel,
7403 ipw_modes[priv->assoc_request.ieee_mode],
7404 rates->num_rates,
James Ketrenosea2b26e2005-08-24 21:25:16 -05007405 (priv->assoc_request.preamble_length ==
7406 DCT_FLAG_LONG_PREAMBLE) ? "long" : "short",
7407 network->capability &
7408 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long",
James Ketrenos43f66a62005-03-25 12:31:53 -06007409 priv->capability & CAP_PRIVACY_ON ? "on " : "off",
Jeff Garzikbf794512005-07-31 13:07:26 -04007410 priv->capability & CAP_PRIVACY_ON ?
7411 (priv->capability & CAP_SHARED_KEY ? "(shared)" :
James Ketrenos43f66a62005-03-25 12:31:53 -06007412 "(open)") : "",
7413 priv->capability & CAP_PRIVACY_ON ? " key=" : "",
Jeff Garzikbf794512005-07-31 13:07:26 -04007414 priv->capability & CAP_PRIVACY_ON ?
James Ketrenosb095c382005-08-24 22:04:42 -05007415 '1' + priv->ieee->sec.active_key : '.',
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007416 priv->capability & CAP_PRIVACY_ON ? '.' : ' ');
James Ketrenos43f66a62005-03-25 12:31:53 -06007417
Al Viro5b5e8072007-12-27 01:54:06 -05007418 priv->assoc_request.beacon_interval = cpu_to_le16(network->beacon_interval);
James Ketrenos43f66a62005-03-25 12:31:53 -06007419 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007420 (network->time_stamp[0] == 0) && (network->time_stamp[1] == 0)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007421 priv->assoc_request.assoc_type = HC_IBSS_START;
7422 priv->assoc_request.assoc_tsf_msw = 0;
7423 priv->assoc_request.assoc_tsf_lsw = 0;
7424 } else {
7425 if (unlikely(roaming))
7426 priv->assoc_request.assoc_type = HC_REASSOCIATE;
7427 else
7428 priv->assoc_request.assoc_type = HC_ASSOCIATE;
Al Viro5b5e8072007-12-27 01:54:06 -05007429 priv->assoc_request.assoc_tsf_msw = cpu_to_le32(network->time_stamp[1]);
7430 priv->assoc_request.assoc_tsf_lsw = cpu_to_le32(network->time_stamp[0]);
James Ketrenos43f66a62005-03-25 12:31:53 -06007431 }
7432
James Ketrenosafbf30a2005-08-25 00:05:33 -05007433 memcpy(priv->assoc_request.bssid, network->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06007434
7435 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
7436 memset(&priv->assoc_request.dest, 0xFF, ETH_ALEN);
Al Viro5b5e8072007-12-27 01:54:06 -05007437 priv->assoc_request.atim_window = cpu_to_le16(network->atim_window);
James Ketrenos43f66a62005-03-25 12:31:53 -06007438 } else {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007439 memcpy(priv->assoc_request.dest, network->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06007440 priv->assoc_request.atim_window = 0;
7441 }
7442
Al Viro5b5e8072007-12-27 01:54:06 -05007443 priv->assoc_request.listen_interval = cpu_to_le16(network->listen_interval);
Jeff Garzikbf794512005-07-31 13:07:26 -04007444
James Ketrenos43f66a62005-03-25 12:31:53 -06007445 err = ipw_send_ssid(priv, priv->essid, priv->essid_len);
7446 if (err) {
7447 IPW_DEBUG_HC("Attempt to send SSID command failed.\n");
7448 return err;
7449 }
7450
7451 rates->ieee_mode = priv->assoc_request.ieee_mode;
7452 rates->purpose = IPW_RATE_CONNECT;
7453 ipw_send_supported_rates(priv, rates);
Jeff Garzikbf794512005-07-31 13:07:26 -04007454
James Ketrenos43f66a62005-03-25 12:31:53 -06007455 if (priv->assoc_request.ieee_mode == IPW_G_MODE)
7456 priv->sys_config.dot11g_auto_detection = 1;
7457 else
7458 priv->sys_config.dot11g_auto_detection = 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -05007459
7460 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
7461 priv->sys_config.answer_broadcast_ssid_probe = 1;
7462 else
7463 priv->sys_config.answer_broadcast_ssid_probe = 0;
7464
Zhu Yid685b8c2006-04-13 17:20:27 +08007465 err = ipw_send_system_config(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06007466 if (err) {
7467 IPW_DEBUG_HC("Attempt to send sys config command failed.\n");
7468 return err;
7469 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007470
James Ketrenos43f66a62005-03-25 12:31:53 -06007471 IPW_DEBUG_ASSOC("Association sensitivity: %d\n", network->stats.rssi);
James Ketrenosea2b26e2005-08-24 21:25:16 -05007472 err = ipw_set_sensitivity(priv, network->stats.rssi + IPW_RSSI_TO_DBM);
James Ketrenos43f66a62005-03-25 12:31:53 -06007473 if (err) {
7474 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7475 return err;
7476 }
7477
7478 /*
7479 * If preemption is enabled, it is possible for the association
7480 * to complete before we return from ipw_send_associate. Therefore
7481 * we have to be sure and update our priviate data first.
7482 */
7483 priv->channel = network->channel;
7484 memcpy(priv->bssid, network->bssid, ETH_ALEN);
Jeff Garzikbf794512005-07-31 13:07:26 -04007485 priv->status |= STATUS_ASSOCIATING;
James Ketrenos43f66a62005-03-25 12:31:53 -06007486 priv->status &= ~STATUS_SECURITY_UPDATED;
7487
7488 priv->assoc_network = network;
7489
Zhu Yie43e3c12006-04-13 17:20:45 +08007490#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -05007491 ipw_qos_association(priv, network);
7492#endif
7493
James Ketrenos43f66a62005-03-25 12:31:53 -06007494 err = ipw_send_associate(priv, &priv->assoc_request);
7495 if (err) {
7496 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7497 return err;
7498 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007499
Johannes Berge1749612008-10-27 15:59:26 -07007500 IPW_DEBUG(IPW_DL_STATE, "associating: '%s' %pM \n",
John W. Linville9387b7c2008-09-30 20:59:05 -04007501 print_ssid(ssid, priv->essid, priv->essid_len),
Johannes Berge1749612008-10-27 15:59:26 -07007502 priv->bssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007503
7504 return 0;
7505}
7506
7507static void ipw_roam(void *data)
7508{
7509 struct ipw_priv *priv = data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007510 struct libipw_network *network = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06007511 struct ipw_network_match match = {
7512 .network = priv->assoc_network
7513 };
7514
7515 /* The roaming process is as follows:
Jeff Garzikbf794512005-07-31 13:07:26 -04007516 *
7517 * 1. Missed beacon threshold triggers the roaming process by
James Ketrenos43f66a62005-03-25 12:31:53 -06007518 * setting the status ROAM bit and requesting a scan.
7519 * 2. When the scan completes, it schedules the ROAM work
7520 * 3. The ROAM work looks at all of the known networks for one that
7521 * is a better network than the currently associated. If none
7522 * found, the ROAM process is over (ROAM bit cleared)
7523 * 4. If a better network is found, a disassociation request is
7524 * sent.
7525 * 5. When the disassociation completes, the roam work is again
7526 * scheduled. The second time through, the driver is no longer
7527 * associated, and the newly selected network is sent an
Jeff Garzikbf794512005-07-31 13:07:26 -04007528 * association request.
James Ketrenos43f66a62005-03-25 12:31:53 -06007529 * 6. At this point ,the roaming process is complete and the ROAM
7530 * status bit is cleared.
7531 */
7532
7533 /* If we are no longer associated, and the roaming bit is no longer
7534 * set, then we are not actively roaming, so just return */
7535 if (!(priv->status & (STATUS_ASSOCIATED | STATUS_ROAMING)))
7536 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04007537
James Ketrenos43f66a62005-03-25 12:31:53 -06007538 if (priv->status & STATUS_ASSOCIATED) {
Jeff Garzikbf794512005-07-31 13:07:26 -04007539 /* First pass through ROAM process -- look for a better
James Ketrenos43f66a62005-03-25 12:31:53 -06007540 * network */
James Ketrenosa613bff2005-08-24 21:43:11 -05007541 unsigned long flags;
James Ketrenos43f66a62005-03-25 12:31:53 -06007542 u8 rssi = priv->assoc_network->stats.rssi;
7543 priv->assoc_network->stats.rssi = -128;
James Ketrenosa613bff2005-08-24 21:43:11 -05007544 spin_lock_irqsave(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06007545 list_for_each_entry(network, &priv->ieee->network_list, list) {
7546 if (network != priv->assoc_network)
7547 ipw_best_network(priv, &match, network, 1);
7548 }
James Ketrenosa613bff2005-08-24 21:43:11 -05007549 spin_unlock_irqrestore(&priv->ieee->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -06007550 priv->assoc_network->stats.rssi = rssi;
Jeff Garzikbf794512005-07-31 13:07:26 -04007551
James Ketrenos43f66a62005-03-25 12:31:53 -06007552 if (match.network == priv->assoc_network) {
7553 IPW_DEBUG_ASSOC("No better APs in this network to "
7554 "roam to.\n");
7555 priv->status &= ~STATUS_ROAMING;
7556 ipw_debug_config(priv);
7557 return;
7558 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007559
James Ketrenos43f66a62005-03-25 12:31:53 -06007560 ipw_send_disassociate(priv, 1);
7561 priv->assoc_network = match.network;
7562
7563 return;
Jeff Garzikbf794512005-07-31 13:07:26 -04007564 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007565
7566 /* Second pass through ROAM process -- request association */
7567 ipw_compatible_rates(priv, priv->assoc_network, &match.rates);
7568 ipw_associate_network(priv, priv->assoc_network, &match.rates, 1);
7569 priv->status &= ~STATUS_ROAMING;
7570}
7571
David Howellsc4028952006-11-22 14:57:56 +00007572static void ipw_bg_roam(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -05007573{
David Howellsc4028952006-11-22 14:57:56 +00007574 struct ipw_priv *priv =
7575 container_of(work, struct ipw_priv, roam);
Zhu Yi46441512006-01-24 16:37:59 +08007576 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00007577 ipw_roam(priv);
Zhu Yi46441512006-01-24 16:37:59 +08007578 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05007579}
7580
7581static int ipw_associate(void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -06007582{
7583 struct ipw_priv *priv = data;
7584
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007585 struct libipw_network *network = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -06007586 struct ipw_network_match match = {
7587 .network = NULL
7588 };
7589 struct ipw_supported_rates *rates;
7590 struct list_head *element;
James Ketrenosa613bff2005-08-24 21:43:11 -05007591 unsigned long flags;
John W. Linville9387b7c2008-09-30 20:59:05 -04007592 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06007593
James Ketrenosb095c382005-08-24 22:04:42 -05007594 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
7595 IPW_DEBUG_ASSOC("Not attempting association (monitor mode)\n");
7596 return 0;
7597 }
7598
James Ketrenosc848d0a2005-08-24 21:56:24 -05007599 if (priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007600 IPW_DEBUG_ASSOC("Not attempting association (already in "
7601 "progress)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007602 return 0;
7603 }
7604
Hong Liue6324722005-09-14 21:04:15 -05007605 if (priv->status & STATUS_DISASSOCIATING) {
7606 IPW_DEBUG_ASSOC("Not attempting association (in "
7607 "disassociating)\n ");
7608 queue_work(priv->workqueue, &priv->associate);
7609 return 0;
7610 }
7611
James Ketrenosc848d0a2005-08-24 21:56:24 -05007612 if (!ipw_is_init(priv) || (priv->status & STATUS_SCANNING)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05007613 IPW_DEBUG_ASSOC("Not attempting association (scanning or not "
7614 "initialized)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007615 return 0;
7616 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007617
7618 if (!(priv->config & CFG_ASSOCIATE) &&
Alexey Fisher3e4127f2008-11-06 09:51:16 +01007619 !(priv->config & (CFG_STATIC_ESSID | CFG_STATIC_BSSID))) {
James Ketrenos43f66a62005-03-25 12:31:53 -06007620 IPW_DEBUG_ASSOC("Not attempting association (associate=0)\n");
James Ketrenosc848d0a2005-08-24 21:56:24 -05007621 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06007622 }
7623
James Ketrenosa613bff2005-08-24 21:43:11 -05007624 /* Protect our use of the network_list */
7625 spin_lock_irqsave(&priv->ieee->lock, flags);
Jeff Garzikbf794512005-07-31 13:07:26 -04007626 list_for_each_entry(network, &priv->ieee->network_list, list)
Jeff Garzik0edd5b42005-09-07 00:48:31 -04007627 ipw_best_network(priv, &match, network, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -06007628
7629 network = match.network;
7630 rates = &match.rates;
7631
7632 if (network == NULL &&
7633 priv->ieee->iw_mode == IW_MODE_ADHOC &&
7634 priv->config & CFG_ADHOC_CREATE &&
7635 priv->config & CFG_STATIC_ESSID &&
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007636 priv->config & CFG_STATIC_CHANNEL) {
7637 /* Use oldest network if the free list is empty */
7638 if (list_empty(&priv->ieee->network_free_list)) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007639 struct libipw_network *oldest = NULL;
7640 struct libipw_network *target;
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007641
7642 list_for_each_entry(target, &priv->ieee->network_list, list) {
7643 if ((oldest == NULL) ||
7644 (target->last_scanned < oldest->last_scanned))
7645 oldest = target;
7646 }
7647
7648 /* If there are no more slots, expire the oldest */
7649 list_del(&oldest->list);
7650 target = oldest;
Johannes Berge1749612008-10-27 15:59:26 -07007651 IPW_DEBUG_ASSOC("Expired '%s' (%pM) from "
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007652 "network list.\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04007653 print_ssid(ssid, target->ssid,
7654 target->ssid_len),
Johannes Berge1749612008-10-27 15:59:26 -07007655 target->bssid);
Dan Williamsa6d4eae2008-05-29 14:38:28 -04007656 list_add_tail(&target->list,
7657 &priv->ieee->network_free_list);
7658 }
7659
James Ketrenos43f66a62005-03-25 12:31:53 -06007660 element = priv->ieee->network_free_list.next;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007661 network = list_entry(element, struct libipw_network, list);
James Ketrenos43f66a62005-03-25 12:31:53 -06007662 ipw_adhoc_create(priv, network);
7663 rates = &priv->rates;
7664 list_del(element);
7665 list_add_tail(&network->list, &priv->ieee->network_list);
7666 }
James Ketrenosa613bff2005-08-24 21:43:11 -05007667 spin_unlock_irqrestore(&priv->ieee->lock, flags);
Jeff Garzikbf794512005-07-31 13:07:26 -04007668
James Ketrenos43f66a62005-03-25 12:31:53 -06007669 /* If we reached the end of the list, then we don't have any valid
7670 * matching APs */
7671 if (!network) {
7672 ipw_debug_config(priv);
7673
James Ketrenosb095c382005-08-24 22:04:42 -05007674 if (!(priv->status & STATUS_SCANNING)) {
7675 if (!(priv->config & CFG_SPEED_SCAN))
7676 queue_delayed_work(priv->workqueue,
7677 &priv->request_scan,
7678 SCAN_INTERVAL);
7679 else
David Howellsc4028952006-11-22 14:57:56 +00007680 queue_delayed_work(priv->workqueue,
7681 &priv->request_scan, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05007682 }
Jeff Garzikbf794512005-07-31 13:07:26 -04007683
James Ketrenosc848d0a2005-08-24 21:56:24 -05007684 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06007685 }
7686
7687 ipw_associate_network(priv, network, rates, 0);
James Ketrenosc848d0a2005-08-24 21:56:24 -05007688
7689 return 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06007690}
Jeff Garzikbf794512005-07-31 13:07:26 -04007691
David Howellsc4028952006-11-22 14:57:56 +00007692static void ipw_bg_associate(struct work_struct *work)
James Ketrenos43f66a62005-03-25 12:31:53 -06007693{
David Howellsc4028952006-11-22 14:57:56 +00007694 struct ipw_priv *priv =
7695 container_of(work, struct ipw_priv, associate);
Zhu Yi46441512006-01-24 16:37:59 +08007696 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +00007697 ipw_associate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08007698 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06007699}
7700
James Ketrenosb095c382005-08-24 22:04:42 -05007701static void ipw_rebuild_decrypted_skb(struct ipw_priv *priv,
7702 struct sk_buff *skb)
7703{
7704 struct ieee80211_hdr *hdr;
7705 u16 fc;
7706
7707 hdr = (struct ieee80211_hdr *)skb->data;
John W. Linville72118012008-09-30 21:43:03 -04007708 fc = le16_to_cpu(hdr->frame_control);
James Ketrenosb095c382005-08-24 22:04:42 -05007709 if (!(fc & IEEE80211_FCTL_PROTECTED))
7710 return;
7711
7712 fc &= ~IEEE80211_FCTL_PROTECTED;
John W. Linville72118012008-09-30 21:43:03 -04007713 hdr->frame_control = cpu_to_le16(fc);
James Ketrenosb095c382005-08-24 22:04:42 -05007714 switch (priv->ieee->sec.level) {
7715 case SEC_LEVEL_3:
7716 /* Remove CCMP HDR */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007717 memmove(skb->data + LIBIPW_3ADDR_LEN,
7718 skb->data + LIBIPW_3ADDR_LEN + 8,
7719 skb->len - LIBIPW_3ADDR_LEN - 8);
Zhu Yif4ff4972005-09-12 10:48:48 -05007720 skb_trim(skb, skb->len - 16); /* CCMP_HDR_LEN + CCMP_MIC_LEN */
James Ketrenosb095c382005-08-24 22:04:42 -05007721 break;
7722 case SEC_LEVEL_2:
7723 break;
7724 case SEC_LEVEL_1:
7725 /* Remove IV */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007726 memmove(skb->data + LIBIPW_3ADDR_LEN,
7727 skb->data + LIBIPW_3ADDR_LEN + 4,
7728 skb->len - LIBIPW_3ADDR_LEN - 4);
Zhu Yif4ff4972005-09-12 10:48:48 -05007729 skb_trim(skb, skb->len - 8); /* IV + ICV */
James Ketrenosb095c382005-08-24 22:04:42 -05007730 break;
7731 case SEC_LEVEL_0:
7732 break;
7733 default:
7734 printk(KERN_ERR "Unknow security level %d\n",
7735 priv->ieee->sec.level);
7736 break;
7737 }
7738}
7739
7740static void ipw_handle_data_packet(struct ipw_priv *priv,
7741 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007742 struct libipw_rx_stats *stats)
James Ketrenos43f66a62005-03-25 12:31:53 -06007743{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007744 struct net_device *dev = priv->net_dev;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007745 struct libipw_hdr_4addr *hdr;
James Ketrenos43f66a62005-03-25 12:31:53 -06007746 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7747
7748 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007749 dev->trans_start = jiffies;
James Ketrenos43f66a62005-03-25 12:31:53 -06007750
Jeff Garzikbf794512005-07-31 13:07:26 -04007751 /* We only process data packets if the
James Ketrenos43f66a62005-03-25 12:31:53 -06007752 * interface is open */
James Ketrenosa613bff2005-08-24 21:43:11 -05007753 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
James Ketrenos43f66a62005-03-25 12:31:53 -06007754 skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007755 dev->stats.rx_errors++;
James Ketrenos43f66a62005-03-25 12:31:53 -06007756 priv->wstats.discard.misc++;
7757 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7758 return;
7759 } else if (unlikely(!netif_running(priv->net_dev))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007760 dev->stats.rx_dropped++;
James Ketrenos43f66a62005-03-25 12:31:53 -06007761 priv->wstats.discard.misc++;
7762 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
7763 return;
7764 }
7765
7766 /* Advance skb->data to the start of the actual payload */
Jiri Bencaaa4d302005-06-07 14:58:41 +02007767 skb_reserve(rxb->skb, offsetof(struct ipw_rx_packet, u.frame.data));
James Ketrenos43f66a62005-03-25 12:31:53 -06007768
7769 /* Set the size of the skb to the size of the frame */
James Ketrenosa613bff2005-08-24 21:43:11 -05007770 skb_put(rxb->skb, le16_to_cpu(pkt->u.frame.length));
James Ketrenos43f66a62005-03-25 12:31:53 -06007771
7772 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7773
James Ketrenosb095c382005-08-24 22:04:42 -05007774 /* HW decrypt will not clear the WEP bit, MIC, PN, etc. */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007775 hdr = (struct libipw_hdr_4addr *)rxb->skb->data;
Hong Liu567deaf2005-08-31 18:07:22 +08007776 if (priv->ieee->iw_mode != IW_MODE_MONITOR &&
Stephen Hemminger3c190652006-01-03 15:27:38 -08007777 (is_multicast_ether_addr(hdr->addr1) ?
Hong Liu567deaf2005-08-31 18:07:22 +08007778 !priv->ieee->host_mc_decrypt : !priv->ieee->host_decrypt))
James Ketrenosb095c382005-08-24 22:04:42 -05007779 ipw_rebuild_decrypted_skb(priv, rxb->skb);
7780
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007781 if (!libipw_rx(priv->ieee, rxb->skb, stats))
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007782 dev->stats.rx_errors++;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007783 else { /* libipw_rx succeeded, so it now owns the SKB */
James Ketrenos43f66a62005-03-25 12:31:53 -06007784 rxb->skb = NULL;
James Ketrenosb095c382005-08-24 22:04:42 -05007785 __ipw_led_activity_on(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -05007786 }
James Ketrenos43f66a62005-03-25 12:31:53 -06007787}
7788
Zhu Yi459d4082006-04-13 17:21:00 +08007789#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05007790static void ipw_handle_data_packet_monitor(struct ipw_priv *priv,
7791 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007792 struct libipw_rx_stats *stats)
Mike Kershaw24a47db2005-08-26 00:41:54 -05007793{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007794 struct net_device *dev = priv->net_dev;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007795 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7796 struct ipw_rx_frame *frame = &pkt->u.frame;
7797
7798 /* initial pull of some data */
7799 u16 received_channel = frame->received_channel;
7800 u8 antennaAndPhy = frame->antennaAndPhy;
7801 s8 antsignal = frame->rssi_dbm - IPW_RSSI_TO_DBM; /* call it signed anyhow */
7802 u16 pktrate = frame->rate;
7803
7804 /* Magic struct that slots into the radiotap header -- no reason
7805 * to build this manually element by element, we can write it much
7806 * more efficiently than we can parse it. ORDER MATTERS HERE */
Zhu Yid685b8c2006-04-13 17:20:27 +08007807 struct ipw_rt_hdr *ipw_rt;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007808
7809 short len = le16_to_cpu(pkt->u.frame.length);
7810
7811 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007812 dev->trans_start = jiffies;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007813
7814 /* We only process data packets if the
7815 * interface is open */
7816 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
7817 skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007818 dev->stats.rx_errors++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007819 priv->wstats.discard.misc++;
7820 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7821 return;
7822 } else if (unlikely(!netif_running(priv->net_dev))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007823 dev->stats.rx_dropped++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007824 priv->wstats.discard.misc++;
7825 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
7826 return;
7827 }
7828
7829 /* Libpcap 0.9.3+ can handle variable length radiotap, so we'll use
7830 * that now */
7831 if (len > IPW_RX_BUF_SIZE - sizeof(struct ipw_rt_hdr)) {
7832 /* FIXME: Should alloc bigger skb instead */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007833 dev->stats.rx_dropped++;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007834 priv->wstats.discard.misc++;
7835 IPW_DEBUG_DROP("Dropping too large packet in monitor\n");
7836 return;
7837 }
7838
7839 /* copy the frame itself */
7840 memmove(rxb->skb->data + sizeof(struct ipw_rt_hdr),
7841 rxb->skb->data + IPW_RX_FRAME_SIZE, len);
7842
Mike Kershaw24a47db2005-08-26 00:41:54 -05007843 ipw_rt = (struct ipw_rt_hdr *)rxb->skb->data;
7844
7845 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION;
7846 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */
Al Viro743b84d2007-12-27 01:43:16 -05007847 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total header+data */
Mike Kershaw24a47db2005-08-26 00:41:54 -05007848
7849 /* Big bitfield of all the fields we provide in radiotap */
Al Viro743b84d2007-12-27 01:43:16 -05007850 ipw_rt->rt_hdr.it_present = cpu_to_le32(
7851 (1 << IEEE80211_RADIOTAP_TSFT) |
Zhu Yi4b1f8a92006-12-05 14:42:14 +08007852 (1 << IEEE80211_RADIOTAP_FLAGS) |
Mike Kershaw24a47db2005-08-26 00:41:54 -05007853 (1 << IEEE80211_RADIOTAP_RATE) |
7854 (1 << IEEE80211_RADIOTAP_CHANNEL) |
7855 (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) |
Zhu Yid685b8c2006-04-13 17:20:27 +08007856 (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) |
Mike Kershaw24a47db2005-08-26 00:41:54 -05007857 (1 << IEEE80211_RADIOTAP_ANTENNA));
7858
7859 /* Zero the flags, we'll add to them as we go */
7860 ipw_rt->rt_flags = 0;
Zhu Yi4b1f8a92006-12-05 14:42:14 +08007861 ipw_rt->rt_tsf = (u64)(frame->parent_tsf[3] << 24 |
7862 frame->parent_tsf[2] << 16 |
7863 frame->parent_tsf[1] << 8 |
7864 frame->parent_tsf[0]);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007865
7866 /* Convert signal to DBM */
7867 ipw_rt->rt_dbmsignal = antsignal;
Reinette Chatre21f8a732009-08-18 10:25:05 -07007868 ipw_rt->rt_dbmnoise = (s8) le16_to_cpu(frame->noise);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007869
7870 /* Convert the channel data and set the flags */
7871 ipw_rt->rt_channel = cpu_to_le16(ieee80211chan2mhz(received_channel));
7872 if (received_channel > 14) { /* 802.11a */
7873 ipw_rt->rt_chbitmask =
7874 cpu_to_le16((IEEE80211_CHAN_OFDM | IEEE80211_CHAN_5GHZ));
7875 } else if (antennaAndPhy & 32) { /* 802.11b */
7876 ipw_rt->rt_chbitmask =
7877 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ));
7878 } else { /* 802.11g */
7879 ipw_rt->rt_chbitmask =
Al Viro472caf82007-12-27 01:50:54 -05007880 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ);
Mike Kershaw24a47db2005-08-26 00:41:54 -05007881 }
7882
7883 /* set the rate in multiples of 500k/s */
7884 switch (pktrate) {
7885 case IPW_TX_RATE_1MB:
7886 ipw_rt->rt_rate = 2;
7887 break;
7888 case IPW_TX_RATE_2MB:
7889 ipw_rt->rt_rate = 4;
7890 break;
7891 case IPW_TX_RATE_5MB:
7892 ipw_rt->rt_rate = 10;
7893 break;
7894 case IPW_TX_RATE_6MB:
7895 ipw_rt->rt_rate = 12;
7896 break;
7897 case IPW_TX_RATE_9MB:
7898 ipw_rt->rt_rate = 18;
7899 break;
7900 case IPW_TX_RATE_11MB:
7901 ipw_rt->rt_rate = 22;
7902 break;
7903 case IPW_TX_RATE_12MB:
7904 ipw_rt->rt_rate = 24;
7905 break;
7906 case IPW_TX_RATE_18MB:
7907 ipw_rt->rt_rate = 36;
7908 break;
7909 case IPW_TX_RATE_24MB:
7910 ipw_rt->rt_rate = 48;
7911 break;
7912 case IPW_TX_RATE_36MB:
7913 ipw_rt->rt_rate = 72;
7914 break;
7915 case IPW_TX_RATE_48MB:
7916 ipw_rt->rt_rate = 96;
7917 break;
7918 case IPW_TX_RATE_54MB:
7919 ipw_rt->rt_rate = 108;
7920 break;
7921 default:
7922 ipw_rt->rt_rate = 0;
7923 break;
7924 }
7925
7926 /* antenna number */
7927 ipw_rt->rt_antenna = (antennaAndPhy & 3); /* Is this right? */
7928
7929 /* set the preamble flag if we have it */
7930 if ((antennaAndPhy & 64))
7931 ipw_rt->rt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
7932
7933 /* Set the size of the skb to the size of the frame */
7934 skb_put(rxb->skb, len + sizeof(struct ipw_rt_hdr));
James Ketrenos43f66a62005-03-25 12:31:53 -06007935
7936 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
7937
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007938 if (!libipw_rx(priv->ieee, rxb->skb, stats))
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007939 dev->stats.rx_errors++;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007940 else { /* libipw_rx succeeded, so it now owns the SKB */
James Ketrenos43f66a62005-03-25 12:31:53 -06007941 rxb->skb = NULL;
Mike Kershaw24a47db2005-08-26 00:41:54 -05007942 /* no LED during capture */
7943 }
7944}
7945#endif
7946
Zhu Yid685b8c2006-04-13 17:20:27 +08007947#ifdef CONFIG_IPW2200_PROMISCUOUS
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007948#define libipw_is_probe_response(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007949 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT && \
7950 (fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_PROBE_RESP )
7951
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007952#define libipw_is_management(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007953 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_MGMT)
7954
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007955#define libipw_is_control(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007956 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_CTL)
7957
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007958#define libipw_is_data(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007959 ((fc & IEEE80211_FCTL_FTYPE) == IEEE80211_FTYPE_DATA)
7960
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007961#define libipw_is_assoc_request(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007962 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_ASSOC_REQ)
7963
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007964#define libipw_is_reassoc_request(fc) \
Zhu Yid685b8c2006-04-13 17:20:27 +08007965 ((fc & IEEE80211_FCTL_STYPE) == IEEE80211_STYPE_REASSOC_REQ)
7966
7967static void ipw_handle_promiscuous_rx(struct ipw_priv *priv,
7968 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04007969 struct libipw_rx_stats *stats)
Zhu Yid685b8c2006-04-13 17:20:27 +08007970{
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007971 struct net_device *dev = priv->prom_net_dev;
Zhu Yid685b8c2006-04-13 17:20:27 +08007972 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)rxb->skb->data;
7973 struct ipw_rx_frame *frame = &pkt->u.frame;
7974 struct ipw_rt_hdr *ipw_rt;
7975
7976 /* First cache any information we need before we overwrite
7977 * the information provided in the skb from the hardware */
7978 struct ieee80211_hdr *hdr;
7979 u16 channel = frame->received_channel;
7980 u8 phy_flags = frame->antennaAndPhy;
7981 s8 signal = frame->rssi_dbm - IPW_RSSI_TO_DBM;
Reinette Chatre21f8a732009-08-18 10:25:05 -07007982 s8 noise = (s8) le16_to_cpu(frame->noise);
Zhu Yid685b8c2006-04-13 17:20:27 +08007983 u8 rate = frame->rate;
7984 short len = le16_to_cpu(pkt->u.frame.length);
Zhu Yid685b8c2006-04-13 17:20:27 +08007985 struct sk_buff *skb;
7986 int hdr_only = 0;
7987 u16 filter = priv->prom_priv->filter;
7988
7989 /* If the filter is set to not include Rx frames then return */
7990 if (filter & IPW_PROM_NO_RX)
7991 return;
7992
Zhu Yid685b8c2006-04-13 17:20:27 +08007993 /* We received data from the HW, so stop the watchdog */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007994 dev->trans_start = jiffies;
Zhu Yid685b8c2006-04-13 17:20:27 +08007995
7996 if (unlikely((len + IPW_RX_FRAME_SIZE) > skb_tailroom(rxb->skb))) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00007997 dev->stats.rx_errors++;
Zhu Yid685b8c2006-04-13 17:20:27 +08007998 IPW_DEBUG_DROP("Corruption detected! Oh no!\n");
7999 return;
8000 }
8001
8002 /* We only process data packets if the interface is open */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008003 if (unlikely(!netif_running(dev))) {
8004 dev->stats.rx_dropped++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008005 IPW_DEBUG_DROP("Dropping packet while interface is not up.\n");
8006 return;
8007 }
8008
8009 /* Libpcap 0.9.3+ can handle variable length radiotap, so we'll use
8010 * that now */
8011 if (len > IPW_RX_BUF_SIZE - sizeof(struct ipw_rt_hdr)) {
8012 /* FIXME: Should alloc bigger skb instead */
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008013 dev->stats.rx_dropped++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008014 IPW_DEBUG_DROP("Dropping too large packet in monitor\n");
8015 return;
8016 }
8017
8018 hdr = (void *)rxb->skb->data + IPW_RX_FRAME_SIZE;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008019 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008020 if (filter & IPW_PROM_NO_MGMT)
8021 return;
8022 if (filter & IPW_PROM_MGMT_HEADER_ONLY)
8023 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008024 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008025 if (filter & IPW_PROM_NO_CTL)
8026 return;
8027 if (filter & IPW_PROM_CTL_HEADER_ONLY)
8028 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008029 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +08008030 if (filter & IPW_PROM_NO_DATA)
8031 return;
8032 if (filter & IPW_PROM_DATA_HEADER_ONLY)
8033 hdr_only = 1;
8034 }
8035
8036 /* Copy the SKB since this is for the promiscuous side */
8037 skb = skb_copy(rxb->skb, GFP_ATOMIC);
8038 if (skb == NULL) {
8039 IPW_ERROR("skb_clone failed for promiscuous copy.\n");
8040 return;
8041 }
8042
8043 /* copy the frame data to write after where the radiotap header goes */
8044 ipw_rt = (void *)skb->data;
8045
8046 if (hdr_only)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008047 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control));
Zhu Yid685b8c2006-04-13 17:20:27 +08008048
8049 memcpy(ipw_rt->payload, hdr, len);
8050
Zhu Yid685b8c2006-04-13 17:20:27 +08008051 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION;
8052 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */
Al Viro743b84d2007-12-27 01:43:16 -05008053 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(*ipw_rt)); /* total header+data */
Zhu Yid685b8c2006-04-13 17:20:27 +08008054
8055 /* Set the size of the skb to the size of the frame */
Al Viro743b84d2007-12-27 01:43:16 -05008056 skb_put(skb, sizeof(*ipw_rt) + len);
Zhu Yid685b8c2006-04-13 17:20:27 +08008057
8058 /* Big bitfield of all the fields we provide in radiotap */
Al Viro743b84d2007-12-27 01:43:16 -05008059 ipw_rt->rt_hdr.it_present = cpu_to_le32(
8060 (1 << IEEE80211_RADIOTAP_TSFT) |
Zhu Yi4b1f8a92006-12-05 14:42:14 +08008061 (1 << IEEE80211_RADIOTAP_FLAGS) |
Zhu Yid685b8c2006-04-13 17:20:27 +08008062 (1 << IEEE80211_RADIOTAP_RATE) |
8063 (1 << IEEE80211_RADIOTAP_CHANNEL) |
8064 (1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL) |
8065 (1 << IEEE80211_RADIOTAP_DBM_ANTNOISE) |
8066 (1 << IEEE80211_RADIOTAP_ANTENNA));
8067
8068 /* Zero the flags, we'll add to them as we go */
8069 ipw_rt->rt_flags = 0;
Zhu Yi4b1f8a92006-12-05 14:42:14 +08008070 ipw_rt->rt_tsf = (u64)(frame->parent_tsf[3] << 24 |
8071 frame->parent_tsf[2] << 16 |
8072 frame->parent_tsf[1] << 8 |
8073 frame->parent_tsf[0]);
Zhu Yid685b8c2006-04-13 17:20:27 +08008074
8075 /* Convert to DBM */
8076 ipw_rt->rt_dbmsignal = signal;
8077 ipw_rt->rt_dbmnoise = noise;
8078
8079 /* Convert the channel data and set the flags */
8080 ipw_rt->rt_channel = cpu_to_le16(ieee80211chan2mhz(channel));
8081 if (channel > 14) { /* 802.11a */
8082 ipw_rt->rt_chbitmask =
8083 cpu_to_le16((IEEE80211_CHAN_OFDM | IEEE80211_CHAN_5GHZ));
8084 } else if (phy_flags & (1 << 5)) { /* 802.11b */
8085 ipw_rt->rt_chbitmask =
8086 cpu_to_le16((IEEE80211_CHAN_CCK | IEEE80211_CHAN_2GHZ));
8087 } else { /* 802.11g */
8088 ipw_rt->rt_chbitmask =
Al Viro472caf82007-12-27 01:50:54 -05008089 cpu_to_le16(IEEE80211_CHAN_OFDM | IEEE80211_CHAN_2GHZ);
Zhu Yid685b8c2006-04-13 17:20:27 +08008090 }
8091
8092 /* set the rate in multiples of 500k/s */
8093 switch (rate) {
8094 case IPW_TX_RATE_1MB:
8095 ipw_rt->rt_rate = 2;
8096 break;
8097 case IPW_TX_RATE_2MB:
8098 ipw_rt->rt_rate = 4;
8099 break;
8100 case IPW_TX_RATE_5MB:
8101 ipw_rt->rt_rate = 10;
8102 break;
8103 case IPW_TX_RATE_6MB:
8104 ipw_rt->rt_rate = 12;
8105 break;
8106 case IPW_TX_RATE_9MB:
8107 ipw_rt->rt_rate = 18;
8108 break;
8109 case IPW_TX_RATE_11MB:
8110 ipw_rt->rt_rate = 22;
8111 break;
8112 case IPW_TX_RATE_12MB:
8113 ipw_rt->rt_rate = 24;
8114 break;
8115 case IPW_TX_RATE_18MB:
8116 ipw_rt->rt_rate = 36;
8117 break;
8118 case IPW_TX_RATE_24MB:
8119 ipw_rt->rt_rate = 48;
8120 break;
8121 case IPW_TX_RATE_36MB:
8122 ipw_rt->rt_rate = 72;
8123 break;
8124 case IPW_TX_RATE_48MB:
8125 ipw_rt->rt_rate = 96;
8126 break;
8127 case IPW_TX_RATE_54MB:
8128 ipw_rt->rt_rate = 108;
8129 break;
8130 default:
8131 ipw_rt->rt_rate = 0;
8132 break;
8133 }
8134
8135 /* antenna number */
8136 ipw_rt->rt_antenna = (phy_flags & 3);
8137
8138 /* set the preamble flag if we have it */
8139 if (phy_flags & (1 << 6))
8140 ipw_rt->rt_flags |= IEEE80211_RADIOTAP_F_SHORTPRE;
8141
8142 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len);
8143
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008144 if (!libipw_rx(priv->prom_priv->ieee, skb, stats)) {
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008145 dev->stats.rx_errors++;
Zhu Yid685b8c2006-04-13 17:20:27 +08008146 dev_kfree_skb_any(skb);
8147 }
8148}
8149#endif
8150
Arjan van de Ven858119e2006-01-14 13:20:43 -08008151static int is_network_packet(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008152 struct libipw_hdr_4addr *header)
James Ketrenosea2b26e2005-08-24 21:25:16 -05008153{
8154 /* Filter incoming packets to determine if they are targetted toward
8155 * this network, discarding packets coming from ourselves */
8156 switch (priv->ieee->iw_mode) {
James Ketrenosa613bff2005-08-24 21:43:11 -05008157 case IW_MODE_ADHOC: /* Header: Dest. | Source | BSSID */
James Ketrenosc848d0a2005-08-24 21:56:24 -05008158 /* packets from our adapter are dropped (echo) */
8159 if (!memcmp(header->addr2, priv->net_dev->dev_addr, ETH_ALEN))
8160 return 0;
8161
Peter Jones90700fd2005-08-26 16:51:06 -05008162 /* {broad,multi}cast packets to our BSSID go through */
Stephen Hemminger3c190652006-01-03 15:27:38 -08008163 if (is_multicast_ether_addr(header->addr1))
James Ketrenosea2b26e2005-08-24 21:25:16 -05008164 return !memcmp(header->addr3, priv->bssid, ETH_ALEN);
James Ketrenosa613bff2005-08-24 21:43:11 -05008165
8166 /* packets to our adapter go through */
8167 return !memcmp(header->addr1, priv->net_dev->dev_addr,
8168 ETH_ALEN);
James Ketrenosa613bff2005-08-24 21:43:11 -05008169
Peter Jones90700fd2005-08-26 16:51:06 -05008170 case IW_MODE_INFRA: /* Header: Dest. | BSSID | Source */
James Ketrenosc848d0a2005-08-24 21:56:24 -05008171 /* packets from our adapter are dropped (echo) */
8172 if (!memcmp(header->addr3, priv->net_dev->dev_addr, ETH_ALEN))
8173 return 0;
8174
Peter Jones90700fd2005-08-26 16:51:06 -05008175 /* {broad,multi}cast packets to our BSS go through */
Stephen Hemminger3c190652006-01-03 15:27:38 -08008176 if (is_multicast_ether_addr(header->addr1))
James Ketrenosa613bff2005-08-24 21:43:11 -05008177 return !memcmp(header->addr2, priv->bssid, ETH_ALEN);
8178
8179 /* packets to our adapter go through */
8180 return !memcmp(header->addr1, priv->net_dev->dev_addr,
8181 ETH_ALEN);
James Ketrenosea2b26e2005-08-24 21:25:16 -05008182 }
James Ketrenosa613bff2005-08-24 21:43:11 -05008183
James Ketrenosea2b26e2005-08-24 21:25:16 -05008184 return 1;
8185}
8186
James Ketrenosafbf30a2005-08-25 00:05:33 -05008187#define IPW_PACKET_RETRY_TIME HZ
8188
Arjan van de Ven858119e2006-01-14 13:20:43 -08008189static int is_duplicate_packet(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008190 struct libipw_hdr_4addr *header)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008191{
James Ketrenosafbf30a2005-08-25 00:05:33 -05008192 u16 sc = le16_to_cpu(header->seq_ctl);
8193 u16 seq = WLAN_GET_SEQ_SEQ(sc);
8194 u16 frag = WLAN_GET_SEQ_FRAG(sc);
8195 u16 *last_seq, *last_frag;
8196 unsigned long *last_time;
8197
8198 switch (priv->ieee->iw_mode) {
8199 case IW_MODE_ADHOC:
8200 {
8201 struct list_head *p;
8202 struct ipw_ibss_seq *entry = NULL;
8203 u8 *mac = header->addr2;
8204 int index = mac[5] % IPW_IBSS_MAC_HASH_SIZE;
8205
8206 __list_for_each(p, &priv->ibss_mac_hash[index]) {
8207 entry =
8208 list_entry(p, struct ipw_ibss_seq, list);
8209 if (!memcmp(entry->mac, mac, ETH_ALEN))
8210 break;
8211 }
8212 if (p == &priv->ibss_mac_hash[index]) {
8213 entry = kmalloc(sizeof(*entry), GFP_ATOMIC);
8214 if (!entry) {
8215 IPW_ERROR
8216 ("Cannot malloc new mac entry\n");
8217 return 0;
8218 }
8219 memcpy(entry->mac, mac, ETH_ALEN);
8220 entry->seq_num = seq;
8221 entry->frag_num = frag;
8222 entry->packet_time = jiffies;
8223 list_add(&entry->list,
8224 &priv->ibss_mac_hash[index]);
8225 return 0;
8226 }
8227 last_seq = &entry->seq_num;
8228 last_frag = &entry->frag_num;
8229 last_time = &entry->packet_time;
8230 break;
8231 }
8232 case IW_MODE_INFRA:
8233 last_seq = &priv->last_seq_num;
8234 last_frag = &priv->last_frag_num;
8235 last_time = &priv->last_packet_time;
8236 break;
8237 default:
8238 return 0;
8239 }
8240 if ((*last_seq == seq) &&
8241 time_after(*last_time + IPW_PACKET_RETRY_TIME, jiffies)) {
8242 if (*last_frag == frag)
8243 goto drop;
8244 if (*last_frag + 1 != frag)
8245 /* out-of-order fragment */
8246 goto drop;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008247 } else
8248 *last_seq = seq;
8249
Zhu Yif57ce7c2005-07-13 12:22:15 -05008250 *last_frag = frag;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008251 *last_time = jiffies;
8252 return 0;
8253
8254 drop:
Zhu Yi87b016c2005-08-05 17:17:35 +08008255 /* Comment this line now since we observed the card receives
8256 * duplicate packets but the FCTL_RETRY bit is not set in the
8257 * IBSS mode with fragmentation enabled.
John W. Linville72118012008-09-30 21:43:03 -04008258 BUG_ON(!(le16_to_cpu(header->frame_control) & IEEE80211_FCTL_RETRY)); */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008259 return 1;
8260}
8261
James Ketrenosb095c382005-08-24 22:04:42 -05008262static void ipw_handle_mgmt_packet(struct ipw_priv *priv,
8263 struct ipw_rx_mem_buffer *rxb,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008264 struct libipw_rx_stats *stats)
James Ketrenosb095c382005-08-24 22:04:42 -05008265{
8266 struct sk_buff *skb = rxb->skb;
8267 struct ipw_rx_packet *pkt = (struct ipw_rx_packet *)skb->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008268 struct libipw_hdr_4addr *header = (struct libipw_hdr_4addr *)
James Ketrenosb095c382005-08-24 22:04:42 -05008269 (skb->data + IPW_RX_FRAME_SIZE);
8270
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008271 libipw_rx_mgt(priv->ieee, header, stats);
James Ketrenosb095c382005-08-24 22:04:42 -05008272
8273 if (priv->ieee->iw_mode == IW_MODE_ADHOC &&
8274 ((WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) ==
8275 IEEE80211_STYPE_PROBE_RESP) ||
8276 (WLAN_FC_GET_STYPE(le16_to_cpu(header->frame_ctl)) ==
8277 IEEE80211_STYPE_BEACON))) {
8278 if (!memcmp(header->addr3, priv->bssid, ETH_ALEN))
8279 ipw_add_station(priv, header->addr2);
8280 }
8281
8282 if (priv->config & CFG_NET_STATS) {
8283 IPW_DEBUG_HC("sending stat packet\n");
8284
8285 /* Set the size of the skb to the size of the full
8286 * ipw header and 802.11 frame */
8287 skb_put(skb, le16_to_cpu(pkt->u.frame.length) +
8288 IPW_RX_FRAME_SIZE);
8289
8290 /* Advance past the ipw packet header to the 802.11 frame */
8291 skb_pull(skb, IPW_RX_FRAME_SIZE);
8292
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008293 /* Push the libipw_rx_stats before the 802.11 frame */
James Ketrenosb095c382005-08-24 22:04:42 -05008294 memcpy(skb_push(skb, sizeof(*stats)), stats, sizeof(*stats));
8295
8296 skb->dev = priv->ieee->dev;
8297
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008298 /* Point raw at the libipw_stats */
Arnaldo Carvalho de Melo459a98e2007-03-19 15:30:44 -07008299 skb_reset_mac_header(skb);
James Ketrenosb095c382005-08-24 22:04:42 -05008300
8301 skb->pkt_type = PACKET_OTHERHOST;
Harvey Harrisonc1b4aa32009-01-29 13:26:44 -08008302 skb->protocol = cpu_to_be16(ETH_P_80211_STATS);
James Ketrenosb095c382005-08-24 22:04:42 -05008303 memset(skb->cb, 0, sizeof(rxb->skb->cb));
8304 netif_rx(skb);
8305 rxb->skb = NULL;
8306 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008307}
8308
James Ketrenos43f66a62005-03-25 12:31:53 -06008309/*
8310 * Main entry function for recieving a packet with 80211 headers. This
8311 * should be called when ever the FW has notified us that there is a new
8312 * skb in the recieve queue.
8313 */
8314static void ipw_rx(struct ipw_priv *priv)
8315{
8316 struct ipw_rx_mem_buffer *rxb;
8317 struct ipw_rx_packet *pkt;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008318 struct libipw_hdr_4addr *header;
James Ketrenos43f66a62005-03-25 12:31:53 -06008319 u32 r, w, i;
8320 u8 network_packet;
Dan Williams943dbef2008-02-14 17:49:41 -05008321 u8 fill_rx = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008322
James Ketrenosb095c382005-08-24 22:04:42 -05008323 r = ipw_read32(priv, IPW_RX_READ_INDEX);
8324 w = ipw_read32(priv, IPW_RX_WRITE_INDEX);
Dan Williams943dbef2008-02-14 17:49:41 -05008325 i = priv->rxq->read;
8326
8327 if (ipw_rx_queue_space (priv->rxq) > (RX_QUEUE_SIZE / 2))
8328 fill_rx = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06008329
8330 while (i != r) {
8331 rxb = priv->rxq->queue[i];
James Ketrenos43f66a62005-03-25 12:31:53 -06008332 if (unlikely(rxb == NULL)) {
8333 printk(KERN_CRIT "Queue not allocated!\n");
8334 break;
8335 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008336 priv->rxq->queue[i] = NULL;
8337
8338 pci_dma_sync_single_for_cpu(priv->pci_dev, rxb->dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05008339 IPW_RX_BUF_SIZE,
James Ketrenos43f66a62005-03-25 12:31:53 -06008340 PCI_DMA_FROMDEVICE);
8341
8342 pkt = (struct ipw_rx_packet *)rxb->skb->data;
8343 IPW_DEBUG_RX("Packet: type=%02X seq=%02X bits=%02X\n",
8344 pkt->header.message_type,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008345 pkt->header.rx_seq_num, pkt->header.control_bits);
James Ketrenos43f66a62005-03-25 12:31:53 -06008346
8347 switch (pkt->header.message_type) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008348 case RX_FRAME_TYPE: /* 802.11 frame */ {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008349 struct libipw_rx_stats stats = {
Zhu Yi851ca262006-08-21 11:37:58 +08008350 .rssi = pkt->u.frame.rssi_dbm -
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008351 IPW_RSSI_TO_DBM,
James Ketrenosc848d0a2005-08-24 21:56:24 -05008352 .signal =
Reinette Chatre21f8a732009-08-18 10:25:05 -07008353 pkt->u.frame.rssi_dbm -
Bill Mossb1916082006-02-15 08:50:18 +08008354 IPW_RSSI_TO_DBM + 0x100,
James Ketrenosc848d0a2005-08-24 21:56:24 -05008355 .noise =
8356 le16_to_cpu(pkt->u.frame.noise),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008357 .rate = pkt->u.frame.rate,
8358 .mac_time = jiffies,
8359 .received_channel =
8360 pkt->u.frame.received_channel,
8361 .freq =
8362 (pkt->u.frame.
8363 control & (1 << 0)) ?
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008364 LIBIPW_24GHZ_BAND :
8365 LIBIPW_52GHZ_BAND,
James Ketrenosa613bff2005-08-24 21:43:11 -05008366 .len = le16_to_cpu(pkt->u.frame.length),
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008367 };
James Ketrenos43f66a62005-03-25 12:31:53 -06008368
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008369 if (stats.rssi != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008370 stats.mask |= LIBIPW_STATMASK_RSSI;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008371 if (stats.signal != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008372 stats.mask |= LIBIPW_STATMASK_SIGNAL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05008373 if (stats.noise != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008374 stats.mask |= LIBIPW_STATMASK_NOISE;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008375 if (stats.rate != 0)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008376 stats.mask |= LIBIPW_STATMASK_RATE;
James Ketrenos43f66a62005-03-25 12:31:53 -06008377
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008378 priv->rx_packets++;
James Ketrenos43f66a62005-03-25 12:31:53 -06008379
Zhu Yid685b8c2006-04-13 17:20:27 +08008380#ifdef CONFIG_IPW2200_PROMISCUOUS
8381 if (priv->prom_net_dev && netif_running(priv->prom_net_dev))
8382 ipw_handle_promiscuous_rx(priv, rxb, &stats);
8383#endif
8384
James Ketrenosb095c382005-08-24 22:04:42 -05008385#ifdef CONFIG_IPW2200_MONITOR
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008386 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
Zhu Yi459d4082006-04-13 17:21:00 +08008387#ifdef CONFIG_IPW2200_RADIOTAP
Zhu Yid685b8c2006-04-13 17:20:27 +08008388
8389 ipw_handle_data_packet_monitor(priv,
8390 rxb,
8391 &stats);
Mike Kershaw24a47db2005-08-26 00:41:54 -05008392#else
Zhu Yid685b8c2006-04-13 17:20:27 +08008393 ipw_handle_data_packet(priv, rxb,
8394 &stats);
Mike Kershaw24a47db2005-08-26 00:41:54 -05008395#endif
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008396 break;
8397 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008398#endif
Jeff Garzikbf794512005-07-31 13:07:26 -04008399
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008400 header =
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008401 (struct libipw_hdr_4addr *)(rxb->skb->
James Ketrenos0dacca12005-09-21 12:23:41 -05008402 data +
8403 IPW_RX_FRAME_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06008404 /* TODO: Check Ad-Hoc dest/source and make sure
8405 * that we are actually parsing these packets
Jeff Garzikbf794512005-07-31 13:07:26 -04008406 * correctly -- we should probably use the
James Ketrenos43f66a62005-03-25 12:31:53 -06008407 * frame control of the packet and disregard
8408 * the current iw_mode */
James Ketrenos43f66a62005-03-25 12:31:53 -06008409
James Ketrenosea2b26e2005-08-24 21:25:16 -05008410 network_packet =
8411 is_network_packet(priv, header);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008412 if (network_packet && priv->assoc_network) {
8413 priv->assoc_network->stats.rssi =
8414 stats.rssi;
Zhu Yi00d21de2006-04-13 17:19:02 +08008415 priv->exp_avg_rssi =
8416 exponential_average(priv->exp_avg_rssi,
8417 stats.rssi, DEPTH_RSSI);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008418 }
8419
8420 IPW_DEBUG_RX("Frame: len=%u\n",
James Ketrenosa613bff2005-08-24 21:43:11 -05008421 le16_to_cpu(pkt->u.frame.length));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008422
James Ketrenosa613bff2005-08-24 21:43:11 -05008423 if (le16_to_cpu(pkt->u.frame.length) <
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008424 libipw_get_hdrlen(le16_to_cpu(
Zhu Yi9d0be032006-02-15 06:18:19 +08008425 header->frame_ctl))) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008426 IPW_DEBUG_DROP
8427 ("Received packet is too small. "
8428 "Dropping.\n");
Stephen Hemmingerce55cba2009-03-20 19:36:38 +00008429 priv->net_dev->stats.rx_errors++;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008430 priv->wstats.discard.misc++;
8431 break;
8432 }
8433
James Ketrenosa613bff2005-08-24 21:43:11 -05008434 switch (WLAN_FC_GET_TYPE
8435 (le16_to_cpu(header->frame_ctl))) {
James Ketrenosb095c382005-08-24 22:04:42 -05008436
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008437 case IEEE80211_FTYPE_MGMT:
James Ketrenosb095c382005-08-24 22:04:42 -05008438 ipw_handle_mgmt_packet(priv, rxb,
8439 &stats);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008440 break;
8441
8442 case IEEE80211_FTYPE_CTL:
8443 break;
8444
8445 case IEEE80211_FTYPE_DATA:
James Ketrenosafbf30a2005-08-25 00:05:33 -05008446 if (unlikely(!network_packet ||
8447 is_duplicate_packet(priv,
8448 header)))
8449 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008450 IPW_DEBUG_DROP("Dropping: "
Johannes Berge1749612008-10-27 15:59:26 -07008451 "%pM, "
8452 "%pM, "
8453 "%pM\n",
8454 header->addr1,
8455 header->addr2,
8456 header->addr3);
James Ketrenosb095c382005-08-24 22:04:42 -05008457 break;
8458 }
8459
8460 ipw_handle_data_packet(priv, rxb,
8461 &stats);
8462
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008463 break;
8464 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008465 break;
8466 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008467
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008468 case RX_HOST_NOTIFICATION_TYPE:{
8469 IPW_DEBUG_RX
8470 ("Notification: subtype=%02X flags=%02X size=%d\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06008471 pkt->u.notification.subtype,
8472 pkt->u.notification.flags,
Zhu Yi720eeb42006-12-05 14:41:40 +08008473 le16_to_cpu(pkt->u.notification.size));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008474 ipw_rx_notification(priv, &pkt->u.notification);
8475 break;
8476 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008477
8478 default:
8479 IPW_DEBUG_RX("Bad Rx packet of type %d\n",
8480 pkt->header.message_type);
8481 break;
8482 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008483
8484 /* For now we just don't re-use anything. We can tweak this
8485 * later to try and re-use notification packets and SKBs that
James Ketrenos43f66a62005-03-25 12:31:53 -06008486 * fail to Rx correctly */
8487 if (rxb->skb != NULL) {
8488 dev_kfree_skb_any(rxb->skb);
8489 rxb->skb = NULL;
8490 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008491
James Ketrenos43f66a62005-03-25 12:31:53 -06008492 pci_unmap_single(priv->pci_dev, rxb->dma_addr,
James Ketrenosb095c382005-08-24 22:04:42 -05008493 IPW_RX_BUF_SIZE, PCI_DMA_FROMDEVICE);
James Ketrenos43f66a62005-03-25 12:31:53 -06008494 list_add_tail(&rxb->list, &priv->rxq->rx_used);
Jeff Garzikbf794512005-07-31 13:07:26 -04008495
James Ketrenos43f66a62005-03-25 12:31:53 -06008496 i = (i + 1) % RX_QUEUE_SIZE;
Dan Williams943dbef2008-02-14 17:49:41 -05008497
8498 /* If there are a lot of unsued frames, restock the Rx queue
8499 * so the ucode won't assert */
8500 if (fill_rx) {
8501 priv->rxq->read = i;
8502 ipw_rx_queue_replenish(priv);
8503 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008504 }
8505
8506 /* Backtrack one entry */
Dan Williams943dbef2008-02-14 17:49:41 -05008507 priv->rxq->read = i;
James Ketrenos43f66a62005-03-25 12:31:53 -06008508 ipw_rx_queue_restock(priv);
8509}
8510
James Ketrenosafbf30a2005-08-25 00:05:33 -05008511#define DEFAULT_RTS_THRESHOLD 2304U
8512#define MIN_RTS_THRESHOLD 1U
8513#define MAX_RTS_THRESHOLD 2304U
8514#define DEFAULT_BEACON_INTERVAL 100U
8515#define DEFAULT_SHORT_RETRY_LIMIT 7U
8516#define DEFAULT_LONG_RETRY_LIMIT 4U
8517
Zhu Yid6d5b5c2006-02-16 16:21:09 +08008518/**
8519 * ipw_sw_reset
8520 * @option: options to control different reset behaviour
8521 * 0 = reset everything except the 'disable' module_param
8522 * 1 = reset everything and print out driver info (for probe only)
8523 * 2 = reset everything
8524 */
8525static int ipw_sw_reset(struct ipw_priv *priv, int option)
James Ketrenos43f66a62005-03-25 12:31:53 -06008526{
James Ketrenosafbf30a2005-08-25 00:05:33 -05008527 int band, modulation;
8528 int old_mode = priv->ieee->iw_mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06008529
James Ketrenosafbf30a2005-08-25 00:05:33 -05008530 /* Initialize module parameter values here */
8531 priv->config = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008532
James Ketrenosafbf30a2005-08-25 00:05:33 -05008533 /* We default to disabling the LED code as right now it causes
8534 * too many systems to lock up... */
Reinette Chatre21f8a732009-08-18 10:25:05 -07008535 if (!led_support)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008536 priv->config |= CFG_NO_LED;
James Ketrenos43f66a62005-03-25 12:31:53 -06008537
James Ketrenosafbf30a2005-08-25 00:05:33 -05008538 if (associate)
8539 priv->config |= CFG_ASSOCIATE;
8540 else
8541 IPW_DEBUG_INFO("Auto associate disabled.\n");
Jeff Garzikbf794512005-07-31 13:07:26 -04008542
James Ketrenosafbf30a2005-08-25 00:05:33 -05008543 if (auto_create)
8544 priv->config |= CFG_ADHOC_CREATE;
8545 else
8546 IPW_DEBUG_INFO("Auto adhoc creation disabled.\n");
8547
Zhu Yi17ed0812006-01-24 16:36:31 +08008548 priv->config &= ~CFG_STATIC_ESSID;
8549 priv->essid_len = 0;
8550 memset(priv->essid, 0, IW_ESSID_MAX_SIZE);
8551
Zhu Yid6d5b5c2006-02-16 16:21:09 +08008552 if (disable && option) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008553 priv->status |= STATUS_RF_KILL_SW;
8554 IPW_DEBUG_INFO("Radio disabled.\n");
James Ketrenos43f66a62005-03-25 12:31:53 -06008555 }
8556
Reinette Chatre21f8a732009-08-18 10:25:05 -07008557 if (default_channel != 0) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008558 priv->config |= CFG_STATIC_CHANNEL;
Reinette Chatre21f8a732009-08-18 10:25:05 -07008559 priv->channel = default_channel;
8560 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008561 /* TODO: Validate that provided channel is in range */
8562 }
Zhu Yie43e3c12006-04-13 17:20:45 +08008563#ifdef CONFIG_IPW2200_QOS
James Ketrenosafbf30a2005-08-25 00:05:33 -05008564 ipw_qos_init(priv, qos_enable, qos_burst_enable,
8565 burst_duration_CCK, burst_duration_OFDM);
Zhu Yie43e3c12006-04-13 17:20:45 +08008566#endif /* CONFIG_IPW2200_QOS */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008567
Reinette Chatre21f8a732009-08-18 10:25:05 -07008568 switch (network_mode) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008569 case 1:
8570 priv->ieee->iw_mode = IW_MODE_ADHOC;
8571 priv->net_dev->type = ARPHRD_ETHER;
8572
8573 break;
8574#ifdef CONFIG_IPW2200_MONITOR
8575 case 2:
8576 priv->ieee->iw_mode = IW_MODE_MONITOR;
Zhu Yi459d4082006-04-13 17:21:00 +08008577#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05008578 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
8579#else
James Ketrenosafbf30a2005-08-25 00:05:33 -05008580 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05008581#endif
James Ketrenosafbf30a2005-08-25 00:05:33 -05008582 break;
8583#endif
8584 default:
8585 case 0:
8586 priv->net_dev->type = ARPHRD_ETHER;
8587 priv->ieee->iw_mode = IW_MODE_INFRA;
8588 break;
James Ketrenos43f66a62005-03-25 12:31:53 -06008589 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008590
James Ketrenosafbf30a2005-08-25 00:05:33 -05008591 if (hwcrypto) {
8592 priv->ieee->host_encrypt = 0;
8593 priv->ieee->host_encrypt_msdu = 0;
8594 priv->ieee->host_decrypt = 0;
Hong Liu567deaf2005-08-31 18:07:22 +08008595 priv->ieee->host_mc_decrypt = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008596 }
James Ketrenosafbf30a2005-08-25 00:05:33 -05008597 IPW_DEBUG_INFO("Hardware crypto [%s]\n", hwcrypto ? "on" : "off");
James Ketrenos43f66a62005-03-25 12:31:53 -06008598
Zhu Yie402c932005-08-05 17:20:40 +08008599 /* IPW2200/2915 is abled to do hardware fragmentation. */
8600 priv->ieee->host_open_frag = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008601
James Ketrenosafbf30a2005-08-25 00:05:33 -05008602 if ((priv->pci_dev->device == 0x4223) ||
8603 (priv->pci_dev->device == 0x4224)) {
Zhu Yie8c69e22006-02-17 08:25:12 +08008604 if (option == 1)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008605 printk(KERN_INFO DRV_NAME
8606 ": Detected Intel PRO/Wireless 2915ABG Network "
8607 "Connection\n");
8608 priv->ieee->abg_true = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008609 band = LIBIPW_52GHZ_BAND | LIBIPW_24GHZ_BAND;
8610 modulation = LIBIPW_OFDM_MODULATION |
8611 LIBIPW_CCK_MODULATION;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008612 priv->adapter = IPW_2915ABG;
8613 priv->ieee->mode = IEEE_A | IEEE_G | IEEE_B;
James Ketrenos43f66a62005-03-25 12:31:53 -06008614 } else {
Zhu Yie8c69e22006-02-17 08:25:12 +08008615 if (option == 1)
James Ketrenosafbf30a2005-08-25 00:05:33 -05008616 printk(KERN_INFO DRV_NAME
8617 ": Detected Intel PRO/Wireless 2200BG Network "
8618 "Connection\n");
8619
8620 priv->ieee->abg_true = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008621 band = LIBIPW_24GHZ_BAND;
8622 modulation = LIBIPW_OFDM_MODULATION |
8623 LIBIPW_CCK_MODULATION;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008624 priv->adapter = IPW_2200BG;
8625 priv->ieee->mode = IEEE_G | IEEE_B;
James Ketrenos43f66a62005-03-25 12:31:53 -06008626 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008627
James Ketrenosafbf30a2005-08-25 00:05:33 -05008628 priv->ieee->freq_band = band;
8629 priv->ieee->modulation = modulation;
Jeff Garzikbf794512005-07-31 13:07:26 -04008630
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008631 priv->rates_mask = LIBIPW_DEFAULT_RATES_MASK;
James Ketrenos43f66a62005-03-25 12:31:53 -06008632
James Ketrenosafbf30a2005-08-25 00:05:33 -05008633 priv->disassociate_threshold = IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT;
8634 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06008635
James Ketrenosafbf30a2005-08-25 00:05:33 -05008636 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
8637 priv->short_retry_limit = DEFAULT_SHORT_RETRY_LIMIT;
8638 priv->long_retry_limit = DEFAULT_LONG_RETRY_LIMIT;
Jeff Garzikbf794512005-07-31 13:07:26 -04008639
James Ketrenosafbf30a2005-08-25 00:05:33 -05008640 /* If power management is turned on, default to AC mode */
8641 priv->power_mode = IPW_POWER_AC;
8642 priv->tx_power = IPW_TX_POWER_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06008643
Zhu Yi0ece35b2005-08-05 17:26:51 +08008644 return old_mode == priv->ieee->iw_mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06008645}
8646
8647/*
8648 * This file defines the Wireless Extension handlers. It does not
8649 * define any methods of hardware manipulation and relies on the
8650 * functions defined in ipw_main to provide the HW interaction.
Jeff Garzikbf794512005-07-31 13:07:26 -04008651 *
8652 * The exception to this is the use of the ipw_get_ordinal()
James Ketrenos43f66a62005-03-25 12:31:53 -06008653 * function used to poll the hardware vs. making unecessary calls.
8654 *
8655 */
8656
John W. Linville8cc31742009-11-13 16:56:13 -05008657static int ipw_wx_get_name(struct net_device *dev,
8658 struct iw_request_info *info,
8659 union iwreq_data *wrqu, char *extra)
8660{
8661 struct ipw_priv *priv = libipw_priv(dev);
8662 mutex_lock(&priv->mutex);
8663 if (priv->status & STATUS_RF_KILL_MASK)
8664 strcpy(wrqu->name, "radio off");
8665 else if (!(priv->status & STATUS_ASSOCIATED))
8666 strcpy(wrqu->name, "unassociated");
8667 else
8668 snprintf(wrqu->name, IFNAMSIZ, "IEEE 802.11%c",
8669 ipw_modes[priv->assoc_request.ieee_mode]);
8670 IPW_DEBUG_WX("Name: %s\n", wrqu->name);
8671 mutex_unlock(&priv->mutex);
8672 return 0;
8673}
8674
James Ketrenos43f66a62005-03-25 12:31:53 -06008675static int ipw_set_channel(struct ipw_priv *priv, u8 channel)
8676{
8677 if (channel == 0) {
8678 IPW_DEBUG_INFO("Setting channel to ANY (0)\n");
8679 priv->config &= ~CFG_STATIC_CHANNEL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05008680 IPW_DEBUG_ASSOC("Attempting to associate with new "
8681 "parameters.\n");
8682 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06008683 return 0;
8684 }
8685
8686 priv->config |= CFG_STATIC_CHANNEL;
8687
8688 if (priv->channel == channel) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008689 IPW_DEBUG_INFO("Request to set channel to current value (%d)\n",
8690 channel);
James Ketrenos43f66a62005-03-25 12:31:53 -06008691 return 0;
8692 }
8693
8694 IPW_DEBUG_INFO("Setting channel to %i\n", (int)channel);
8695 priv->channel = channel;
8696
James Ketrenosb095c382005-08-24 22:04:42 -05008697#ifdef CONFIG_IPW2200_MONITOR
8698 if (priv->ieee->iw_mode == IW_MODE_MONITOR) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008699 int i;
James Ketrenosb095c382005-08-24 22:04:42 -05008700 if (priv->status & STATUS_SCANNING) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008701 IPW_DEBUG_SCAN("Scan abort triggered due to "
James Ketrenosb095c382005-08-24 22:04:42 -05008702 "channel change.\n");
James Ketrenosafbf30a2005-08-25 00:05:33 -05008703 ipw_abort_scan(priv);
James Ketrenosb095c382005-08-24 22:04:42 -05008704 }
8705
8706 for (i = 1000; i && (priv->status & STATUS_SCANNING); i--)
8707 udelay(10);
8708
8709 if (priv->status & STATUS_SCANNING)
8710 IPW_DEBUG_SCAN("Still scanning...\n");
8711 else
8712 IPW_DEBUG_SCAN("Took %dms to abort current scan\n",
8713 1000 - i);
8714
8715 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008716 }
James Ketrenosb095c382005-08-24 22:04:42 -05008717#endif /* CONFIG_IPW2200_MONITOR */
8718
James Ketrenosc848d0a2005-08-24 21:56:24 -05008719 /* Network configuration changed -- force [re]association */
8720 IPW_DEBUG_ASSOC("[re]association triggered due to channel change.\n");
8721 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06008722 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06008723
8724 return 0;
8725}
8726
Jeff Garzikbf794512005-07-31 13:07:26 -04008727static int ipw_wx_set_freq(struct net_device *dev,
8728 struct iw_request_info *info,
8729 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06008730{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008731 struct ipw_priv *priv = libipw_priv(dev);
8732 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenos43f66a62005-03-25 12:31:53 -06008733 struct iw_freq *fwrq = &wrqu->freq;
James Ketrenosafbf30a2005-08-25 00:05:33 -05008734 int ret = 0, i;
Liu Hong1fe0adb2005-08-19 09:33:10 -05008735 u8 channel, flags;
8736 int band;
Jeff Garzikbf794512005-07-31 13:07:26 -04008737
James Ketrenosb095c382005-08-24 22:04:42 -05008738 if (fwrq->m == 0) {
8739 IPW_DEBUG_WX("SET Freq/Channel -> any\n");
Zhu Yi46441512006-01-24 16:37:59 +08008740 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008741 ret = ipw_set_channel(priv, 0);
Zhu Yi46441512006-01-24 16:37:59 +08008742 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008743 return ret;
8744 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008745 /* if setting by freq convert to channel */
8746 if (fwrq->e == 1) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008747 channel = libipw_freq_to_channel(priv->ieee, fwrq->m);
James Ketrenosb095c382005-08-24 22:04:42 -05008748 if (channel == 0)
8749 return -EINVAL;
8750 } else
8751 channel = fwrq->m;
Jeff Garzikbf794512005-07-31 13:07:26 -04008752
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008753 if (!(band = libipw_is_valid_channel(priv->ieee, channel)))
James Ketrenosb095c382005-08-24 22:04:42 -05008754 return -EINVAL;
Jeff Garzikbf794512005-07-31 13:07:26 -04008755
Liu Hong1fe0adb2005-08-19 09:33:10 -05008756 if (priv->ieee->iw_mode == IW_MODE_ADHOC) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008757 i = libipw_channel_to_index(priv->ieee, channel);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008758 if (i == -1)
8759 return -EINVAL;
Liu Hong1fe0adb2005-08-19 09:33:10 -05008760
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008761 flags = (band == LIBIPW_24GHZ_BAND) ?
Liu Hong1fe0adb2005-08-19 09:33:10 -05008762 geo->bg[i].flags : geo->a[i].flags;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008763 if (flags & LIBIPW_CH_PASSIVE_ONLY) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05008764 IPW_DEBUG_WX("Invalid Ad-Hoc channel for 802.11a\n");
8765 return -EINVAL;
James Ketrenos43f66a62005-03-25 12:31:53 -06008766 }
8767 }
Jeff Garzikbf794512005-07-31 13:07:26 -04008768
James Ketrenos43f66a62005-03-25 12:31:53 -06008769 IPW_DEBUG_WX("SET Freq/Channel -> %d \n", fwrq->m);
Zhu Yi46441512006-01-24 16:37:59 +08008770 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05008771 ret = ipw_set_channel(priv, channel);
Zhu Yi46441512006-01-24 16:37:59 +08008772 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05008773 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06008774}
8775
Jeff Garzikbf794512005-07-31 13:07:26 -04008776static int ipw_wx_get_freq(struct net_device *dev,
8777 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008778 union iwreq_data *wrqu, char *extra)
8779{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008780 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008781
8782 wrqu->freq.e = 0;
8783
8784 /* If we are associated, trying to associate, or have a statically
8785 * configured CHANNEL then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08008786 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008787 if (priv->config & CFG_STATIC_CHANNEL ||
Zhu Yic580f672006-08-21 11:37:01 +08008788 priv->status & (STATUS_ASSOCIATING | STATUS_ASSOCIATED)) {
8789 int i;
8790
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008791 i = libipw_channel_to_index(priv->ieee, priv->channel);
Zhu Yic580f672006-08-21 11:37:01 +08008792 BUG_ON(i == -1);
8793 wrqu->freq.e = 1;
8794
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008795 switch (libipw_is_valid_channel(priv->ieee, priv->channel)) {
8796 case LIBIPW_52GHZ_BAND:
Zhu Yic580f672006-08-21 11:37:01 +08008797 wrqu->freq.m = priv->ieee->geo.a[i].freq * 100000;
8798 break;
8799
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008800 case LIBIPW_24GHZ_BAND:
Zhu Yic580f672006-08-21 11:37:01 +08008801 wrqu->freq.m = priv->ieee->geo.bg[i].freq * 100000;
8802 break;
8803
8804 default:
8805 BUG();
8806 }
8807 } else
James Ketrenos43f66a62005-03-25 12:31:53 -06008808 wrqu->freq.m = 0;
8809
Zhu Yi46441512006-01-24 16:37:59 +08008810 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008811 IPW_DEBUG_WX("GET Freq/Channel -> %d \n", priv->channel);
8812 return 0;
8813}
8814
Jeff Garzikbf794512005-07-31 13:07:26 -04008815static int ipw_wx_set_mode(struct net_device *dev,
8816 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008817 union iwreq_data *wrqu, char *extra)
8818{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008819 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008820 int err = 0;
8821
8822 IPW_DEBUG_WX("Set MODE: %d\n", wrqu->mode);
8823
James Ketrenos43f66a62005-03-25 12:31:53 -06008824 switch (wrqu->mode) {
James Ketrenosb095c382005-08-24 22:04:42 -05008825#ifdef CONFIG_IPW2200_MONITOR
James Ketrenos43f66a62005-03-25 12:31:53 -06008826 case IW_MODE_MONITOR:
8827#endif
8828 case IW_MODE_ADHOC:
8829 case IW_MODE_INFRA:
8830 break;
8831 case IW_MODE_AUTO:
8832 wrqu->mode = IW_MODE_INFRA;
8833 break;
8834 default:
8835 return -EINVAL;
8836 }
James Ketrenosb095c382005-08-24 22:04:42 -05008837 if (wrqu->mode == priv->ieee->iw_mode)
8838 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06008839
Zhu Yi46441512006-01-24 16:37:59 +08008840 mutex_lock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05008841
8842 ipw_sw_reset(priv, 0);
8843
James Ketrenosb095c382005-08-24 22:04:42 -05008844#ifdef CONFIG_IPW2200_MONITOR
Jeff Garzikbf794512005-07-31 13:07:26 -04008845 if (priv->ieee->iw_mode == IW_MODE_MONITOR)
James Ketrenos43f66a62005-03-25 12:31:53 -06008846 priv->net_dev->type = ARPHRD_ETHER;
Jeff Garzikbf794512005-07-31 13:07:26 -04008847
8848 if (wrqu->mode == IW_MODE_MONITOR)
Zhu Yi459d4082006-04-13 17:21:00 +08008849#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05008850 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
8851#else
James Ketrenos43f66a62005-03-25 12:31:53 -06008852 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05008853#endif
James Ketrenosb095c382005-08-24 22:04:42 -05008854#endif /* CONFIG_IPW2200_MONITOR */
Jeff Garzikbf794512005-07-31 13:07:26 -04008855
Jeff Garzikbf794512005-07-31 13:07:26 -04008856 /* Free the existing firmware and reset the fw_loaded
Nick Andrew877d0312009-01-26 11:06:57 +01008857 * flag so ipw_load() will bring in the new firmware */
James Ketrenosafbf30a2005-08-25 00:05:33 -05008858 free_firmware();
James Ketrenos43f66a62005-03-25 12:31:53 -06008859
8860 priv->ieee->iw_mode = wrqu->mode;
Jeff Garzikbf794512005-07-31 13:07:26 -04008861
James Ketrenosc848d0a2005-08-24 21:56:24 -05008862 queue_work(priv->workqueue, &priv->adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +08008863 mutex_unlock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008864 return err;
James Ketrenos43f66a62005-03-25 12:31:53 -06008865}
8866
Jeff Garzikbf794512005-07-31 13:07:26 -04008867static int ipw_wx_get_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008868 struct iw_request_info *info,
8869 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06008870{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008871 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08008872 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008873 wrqu->mode = priv->ieee->iw_mode;
8874 IPW_DEBUG_WX("Get MODE -> %d\n", wrqu->mode);
Zhu Yi46441512006-01-24 16:37:59 +08008875 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06008876 return 0;
8877}
8878
James Ketrenos43f66a62005-03-25 12:31:53 -06008879/* Values are in microsecond */
8880static const s32 timeout_duration[] = {
8881 350000,
8882 250000,
8883 75000,
8884 37000,
8885 25000,
8886};
8887
8888static const s32 period_duration[] = {
8889 400000,
8890 700000,
8891 1000000,
8892 1000000,
8893 1000000
8894};
8895
Jeff Garzikbf794512005-07-31 13:07:26 -04008896static int ipw_wx_get_range(struct net_device *dev,
8897 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008898 union iwreq_data *wrqu, char *extra)
8899{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008900 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008901 struct iw_range *range = (struct iw_range *)extra;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008902 const struct libipw_geo *geo = libipw_get_geo(priv->ieee);
James Ketrenosb095c382005-08-24 22:04:42 -05008903 int i = 0, j;
James Ketrenos43f66a62005-03-25 12:31:53 -06008904
8905 wrqu->data.length = sizeof(*range);
8906 memset(range, 0, sizeof(*range));
8907
8908 /* 54Mbs == ~27 Mb/s real (802.11g) */
Jeff Garzikbf794512005-07-31 13:07:26 -04008909 range->throughput = 27 * 1000 * 1000;
James Ketrenos43f66a62005-03-25 12:31:53 -06008910
8911 range->max_qual.qual = 100;
8912 /* TODO: Find real max RSSI and stick here */
8913 range->max_qual.level = 0;
Bill Mossb1916082006-02-15 08:50:18 +08008914 range->max_qual.noise = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008915 range->max_qual.updated = 7; /* Updated all three */
James Ketrenos43f66a62005-03-25 12:31:53 -06008916
8917 range->avg_qual.qual = 70;
8918 /* TODO: Find real 'good' to 'bad' threshol value for RSSI */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008919 range->avg_qual.level = 0; /* FIXME to real average level */
James Ketrenos43f66a62005-03-25 12:31:53 -06008920 range->avg_qual.noise = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008921 range->avg_qual.updated = 7; /* Updated all three */
Zhu Yi46441512006-01-24 16:37:59 +08008922 mutex_lock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008923 range->num_bitrates = min(priv->rates.num_rates, (u8) IW_MAX_BITRATES);
James Ketrenos43f66a62005-03-25 12:31:53 -06008924
Jeff Garzikbf794512005-07-31 13:07:26 -04008925 for (i = 0; i < range->num_bitrates; i++)
8926 range->bitrate[i] = (priv->rates.supported_rates[i] & 0x7F) *
Jeff Garzik0edd5b42005-09-07 00:48:31 -04008927 500000;
Jeff Garzikbf794512005-07-31 13:07:26 -04008928
James Ketrenos43f66a62005-03-25 12:31:53 -06008929 range->max_rts = DEFAULT_RTS_THRESHOLD;
8930 range->min_frag = MIN_FRAG_THRESHOLD;
8931 range->max_frag = MAX_FRAG_THRESHOLD;
8932
8933 range->encoding_size[0] = 5;
Jeff Garzikbf794512005-07-31 13:07:26 -04008934 range->encoding_size[1] = 13;
James Ketrenos43f66a62005-03-25 12:31:53 -06008935 range->num_encoding_sizes = 2;
8936 range->max_encoding_tokens = WEP_KEYS;
8937
8938 /* Set the Wireless Extension versions */
8939 range->we_version_compiled = WIRELESS_EXT;
Dan Williamsf1b50862006-01-30 13:58:56 -05008940 range->we_version_source = 18;
James Ketrenos43f66a62005-03-25 12:31:53 -06008941
James Ketrenosb095c382005-08-24 22:04:42 -05008942 i = 0;
8943 if (priv->ieee->mode & (IEEE_B | IEEE_G)) {
Zhu Yie815de42006-03-02 05:55:51 +08008944 for (j = 0; j < geo->bg_channels && i < IW_MAX_FREQUENCIES; j++) {
8945 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008946 (geo->bg[j].flags & LIBIPW_CH_PASSIVE_ONLY))
Zhu Yie815de42006-03-02 05:55:51 +08008947 continue;
8948
James Ketrenosb095c382005-08-24 22:04:42 -05008949 range->freq[i].i = geo->bg[j].channel;
8950 range->freq[i].m = geo->bg[j].freq * 100000;
8951 range->freq[i].e = 1;
Zhu Yie815de42006-03-02 05:55:51 +08008952 i++;
James Ketrenosb095c382005-08-24 22:04:42 -05008953 }
James Ketrenos43f66a62005-03-25 12:31:53 -06008954 }
James Ketrenosb095c382005-08-24 22:04:42 -05008955
8956 if (priv->ieee->mode & IEEE_A) {
Zhu Yie815de42006-03-02 05:55:51 +08008957 for (j = 0; j < geo->a_channels && i < IW_MAX_FREQUENCIES; j++) {
8958 if ((priv->ieee->iw_mode == IW_MODE_ADHOC) &&
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008959 (geo->a[j].flags & LIBIPW_CH_PASSIVE_ONLY))
Zhu Yie815de42006-03-02 05:55:51 +08008960 continue;
8961
James Ketrenosb095c382005-08-24 22:04:42 -05008962 range->freq[i].i = geo->a[j].channel;
8963 range->freq[i].m = geo->a[j].freq * 100000;
8964 range->freq[i].e = 1;
Zhu Yie815de42006-03-02 05:55:51 +08008965 i++;
James Ketrenosb095c382005-08-24 22:04:42 -05008966 }
8967 }
8968
8969 range->num_channels = i;
8970 range->num_frequency = i;
8971
Zhu Yi46441512006-01-24 16:37:59 +08008972 mutex_unlock(&priv->mutex);
Benoit Boissinot97a78ca2005-09-15 17:30:28 +00008973
8974 /* Event capability (kernel + driver) */
8975 range->event_capa[0] = (IW_EVENT_CAPA_K_0 |
8976 IW_EVENT_CAPA_MASK(SIOCGIWTHRSPY) |
Zhu Yi07f02e42006-04-13 17:19:25 +08008977 IW_EVENT_CAPA_MASK(SIOCGIWAP) |
8978 IW_EVENT_CAPA_MASK(SIOCGIWSCAN));
Benoit Boissinot97a78ca2005-09-15 17:30:28 +00008979 range->event_capa[1] = IW_EVENT_CAPA_K_1;
James Ketrenos43f66a62005-03-25 12:31:53 -06008980
Dan Williamsf1b50862006-01-30 13:58:56 -05008981 range->enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
8982 IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
8983
Dan Williams374fdfb2007-12-12 10:25:07 -05008984 range->scan_capa = IW_SCAN_CAPA_ESSID | IW_SCAN_CAPA_TYPE;
8985
James Ketrenos43f66a62005-03-25 12:31:53 -06008986 IPW_DEBUG_WX("GET Range\n");
8987 return 0;
8988}
8989
Jeff Garzikbf794512005-07-31 13:07:26 -04008990static int ipw_wx_set_wap(struct net_device *dev,
8991 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06008992 union iwreq_data *wrqu, char *extra)
8993{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04008994 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06008995
8996 static const unsigned char any[] = {
8997 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
8998 };
8999 static const unsigned char off[] = {
9000 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
9001 };
9002
Jeff Garzikbf794512005-07-31 13:07:26 -04009003 if (wrqu->ap_addr.sa_family != ARPHRD_ETHER)
James Ketrenos43f66a62005-03-25 12:31:53 -06009004 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +08009005 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009006 if (!memcmp(any, wrqu->ap_addr.sa_data, ETH_ALEN) ||
9007 !memcmp(off, wrqu->ap_addr.sa_data, ETH_ALEN)) {
9008 /* we disable mandatory BSSID association */
9009 IPW_DEBUG_WX("Setting AP BSSID to ANY\n");
9010 priv->config &= ~CFG_STATIC_BSSID;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009011 IPW_DEBUG_ASSOC("Attempting to associate with new "
9012 "parameters.\n");
9013 ipw_associate(priv);
Zhu Yi46441512006-01-24 16:37:59 +08009014 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009015 return 0;
9016 }
9017
9018 priv->config |= CFG_STATIC_BSSID;
9019 if (!memcmp(priv->bssid, wrqu->ap_addr.sa_data, ETH_ALEN)) {
9020 IPW_DEBUG_WX("BSSID set to current BSSID.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009021 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009022 return 0;
9023 }
9024
Johannes Berge1749612008-10-27 15:59:26 -07009025 IPW_DEBUG_WX("Setting mandatory BSSID to %pM\n",
9026 wrqu->ap_addr.sa_data);
James Ketrenos43f66a62005-03-25 12:31:53 -06009027
9028 memcpy(priv->bssid, wrqu->ap_addr.sa_data, ETH_ALEN);
9029
James Ketrenosc848d0a2005-08-24 21:56:24 -05009030 /* Network configuration changed -- force [re]association */
9031 IPW_DEBUG_ASSOC("[re]association triggered due to BSSID change.\n");
9032 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06009033 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009034
Zhu Yi46441512006-01-24 16:37:59 +08009035 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009036 return 0;
9037}
9038
Jeff Garzikbf794512005-07-31 13:07:26 -04009039static int ipw_wx_get_wap(struct net_device *dev,
9040 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009041 union iwreq_data *wrqu, char *extra)
9042{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009043 struct ipw_priv *priv = libipw_priv(dev);
Joe Perches0795af52007-10-03 17:59:30 -07009044
James Ketrenos43f66a62005-03-25 12:31:53 -06009045 /* If we are associated, trying to associate, or have a statically
9046 * configured BSSID then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08009047 mutex_lock(&priv->mutex);
Jeff Garzikbf794512005-07-31 13:07:26 -04009048 if (priv->config & CFG_STATIC_BSSID ||
James Ketrenos43f66a62005-03-25 12:31:53 -06009049 priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
9050 wrqu->ap_addr.sa_family = ARPHRD_ETHER;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009051 memcpy(wrqu->ap_addr.sa_data, priv->bssid, ETH_ALEN);
James Ketrenos43f66a62005-03-25 12:31:53 -06009052 } else
9053 memset(wrqu->ap_addr.sa_data, 0, ETH_ALEN);
9054
Johannes Berge1749612008-10-27 15:59:26 -07009055 IPW_DEBUG_WX("Getting WAP BSSID: %pM\n",
9056 wrqu->ap_addr.sa_data);
Zhu Yi46441512006-01-24 16:37:59 +08009057 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009058 return 0;
9059}
9060
Jeff Garzikbf794512005-07-31 13:07:26 -04009061static int ipw_wx_set_essid(struct net_device *dev,
9062 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009063 union iwreq_data *wrqu, char *extra)
9064{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009065 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yiab644b02006-08-21 11:37:13 +08009066 int length;
John W. Linville9387b7c2008-09-30 20:59:05 -04009067 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06009068
Zhu Yiab644b02006-08-21 11:37:13 +08009069 mutex_lock(&priv->mutex);
9070
9071 if (!wrqu->essid.flags)
9072 {
9073 IPW_DEBUG_WX("Setting ESSID to ANY\n");
9074 ipw_disassociate(priv);
9075 priv->config &= ~CFG_STATIC_ESSID;
9076 ipw_associate(priv);
9077 mutex_unlock(&priv->mutex);
9078 return 0;
9079 }
9080
Zhu Yia9f0d422006-08-21 11:37:26 +08009081 length = min((int)wrqu->essid.length, IW_ESSID_MAX_SIZE);
James Ketrenos43f66a62005-03-25 12:31:53 -06009082
9083 priv->config |= CFG_STATIC_ESSID;
9084
Zhu Yia9f0d422006-08-21 11:37:26 +08009085 if (priv->essid_len == length && !memcmp(priv->essid, extra, length)
9086 && (priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING))) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009087 IPW_DEBUG_WX("ESSID set to current ESSID.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009088 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009089 return 0;
9090 }
9091
John W. Linville9387b7c2008-09-30 20:59:05 -04009092 IPW_DEBUG_WX("Setting ESSID: '%s' (%d)\n",
9093 print_ssid(ssid, extra, length), length);
James Ketrenos43f66a62005-03-25 12:31:53 -06009094
9095 priv->essid_len = length;
Zhu Yia9f0d422006-08-21 11:37:26 +08009096 memcpy(priv->essid, extra, priv->essid_len);
Jeff Garzikbf794512005-07-31 13:07:26 -04009097
James Ketrenosc848d0a2005-08-24 21:56:24 -05009098 /* Network configuration changed -- force [re]association */
9099 IPW_DEBUG_ASSOC("[re]association triggered due to ESSID change.\n");
9100 if (!ipw_disassociate(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -06009101 ipw_associate(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009102
Zhu Yi46441512006-01-24 16:37:59 +08009103 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009104 return 0;
9105}
9106
Jeff Garzikbf794512005-07-31 13:07:26 -04009107static int ipw_wx_get_essid(struct net_device *dev,
9108 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009109 union iwreq_data *wrqu, char *extra)
9110{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009111 struct ipw_priv *priv = libipw_priv(dev);
John W. Linville9387b7c2008-09-30 20:59:05 -04009112 DECLARE_SSID_BUF(ssid);
James Ketrenos43f66a62005-03-25 12:31:53 -06009113
9114 /* If we are associated, trying to associate, or have a statically
9115 * configured ESSID then return that; otherwise return ANY */
Zhu Yi46441512006-01-24 16:37:59 +08009116 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009117 if (priv->config & CFG_STATIC_ESSID ||
Jeff Garzikbf794512005-07-31 13:07:26 -04009118 priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) {
9119 IPW_DEBUG_WX("Getting essid: '%s'\n",
John W. Linville9387b7c2008-09-30 20:59:05 -04009120 print_ssid(ssid, priv->essid, priv->essid_len));
Jeff Garzikbf794512005-07-31 13:07:26 -04009121 memcpy(extra, priv->essid, priv->essid_len);
James Ketrenos43f66a62005-03-25 12:31:53 -06009122 wrqu->essid.length = priv->essid_len;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009123 wrqu->essid.flags = 1; /* active */
James Ketrenos43f66a62005-03-25 12:31:53 -06009124 } else {
9125 IPW_DEBUG_WX("Getting essid: ANY\n");
9126 wrqu->essid.length = 0;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009127 wrqu->essid.flags = 0; /* active */
James Ketrenos43f66a62005-03-25 12:31:53 -06009128 }
Zhu Yi46441512006-01-24 16:37:59 +08009129 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009130 return 0;
9131}
9132
Jeff Garzikbf794512005-07-31 13:07:26 -04009133static int ipw_wx_set_nick(struct net_device *dev,
9134 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009135 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009136{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009137 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009138
9139 IPW_DEBUG_WX("Setting nick to '%s'\n", extra);
9140 if (wrqu->data.length > IW_ESSID_MAX_SIZE)
9141 return -E2BIG;
Zhu Yi46441512006-01-24 16:37:59 +08009142 mutex_lock(&priv->mutex);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009143 wrqu->data.length = min((size_t) wrqu->data.length, sizeof(priv->nick));
James Ketrenos43f66a62005-03-25 12:31:53 -06009144 memset(priv->nick, 0, sizeof(priv->nick));
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009145 memcpy(priv->nick, extra, wrqu->data.length);
James Ketrenos43f66a62005-03-25 12:31:53 -06009146 IPW_DEBUG_TRACE("<<\n");
Zhu Yi46441512006-01-24 16:37:59 +08009147 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009148 return 0;
9149
9150}
9151
Jeff Garzikbf794512005-07-31 13:07:26 -04009152static int ipw_wx_get_nick(struct net_device *dev,
9153 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009154 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009155{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009156 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009157 IPW_DEBUG_WX("Getting nick\n");
Zhu Yi46441512006-01-24 16:37:59 +08009158 mutex_lock(&priv->mutex);
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009159 wrqu->data.length = strlen(priv->nick);
James Ketrenos43f66a62005-03-25 12:31:53 -06009160 memcpy(extra, priv->nick, wrqu->data.length);
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009161 wrqu->data.flags = 1; /* active */
Zhu Yi46441512006-01-24 16:37:59 +08009162 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009163 return 0;
9164}
9165
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009166static int ipw_wx_set_sens(struct net_device *dev,
9167 struct iw_request_info *info,
9168 union iwreq_data *wrqu, char *extra)
9169{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009170 struct ipw_priv *priv = libipw_priv(dev);
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009171 int err = 0;
9172
9173 IPW_DEBUG_WX("Setting roaming threshold to %d\n", wrqu->sens.value);
9174 IPW_DEBUG_WX("Setting disassociate threshold to %d\n", 3*wrqu->sens.value);
9175 mutex_lock(&priv->mutex);
9176
9177 if (wrqu->sens.fixed == 0)
9178 {
9179 priv->roaming_threshold = IPW_MB_ROAMING_THRESHOLD_DEFAULT;
9180 priv->disassociate_threshold = IPW_MB_DISASSOCIATE_THRESHOLD_DEFAULT;
9181 goto out;
9182 }
9183 if ((wrqu->sens.value > IPW_MB_ROAMING_THRESHOLD_MAX) ||
9184 (wrqu->sens.value < IPW_MB_ROAMING_THRESHOLD_MIN)) {
9185 err = -EINVAL;
9186 goto out;
9187 }
9188
9189 priv->roaming_threshold = wrqu->sens.value;
9190 priv->disassociate_threshold = 3*wrqu->sens.value;
9191 out:
9192 mutex_unlock(&priv->mutex);
9193 return err;
9194}
9195
9196static int ipw_wx_get_sens(struct net_device *dev,
9197 struct iw_request_info *info,
9198 union iwreq_data *wrqu, char *extra)
9199{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009200 struct ipw_priv *priv = libipw_priv(dev);
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009201 mutex_lock(&priv->mutex);
9202 wrqu->sens.fixed = 1;
9203 wrqu->sens.value = priv->roaming_threshold;
9204 mutex_unlock(&priv->mutex);
9205
9206 IPW_DEBUG_WX("GET roaming threshold -> %s %d \n",
9207 wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
9208
9209 return 0;
9210}
9211
James Ketrenos43f66a62005-03-25 12:31:53 -06009212static int ipw_wx_set_rate(struct net_device *dev,
9213 struct iw_request_info *info,
9214 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009215{
James Ketrenosea2b26e2005-08-24 21:25:16 -05009216 /* TODO: We should use semaphores or locks for access to priv */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009217 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009218 u32 target_rate = wrqu->bitrate.value;
9219 u32 fixed, mask;
9220
9221 /* value = -1, fixed = 0 means auto only, so we should use all rates offered by AP */
9222 /* value = X, fixed = 1 means only rate X */
9223 /* value = X, fixed = 0 means all rates lower equal X */
9224
9225 if (target_rate == -1) {
9226 fixed = 0;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009227 mask = LIBIPW_DEFAULT_RATES_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009228 /* Now we should reassociate */
9229 goto apply;
9230 }
9231
9232 mask = 0;
9233 fixed = wrqu->bitrate.fixed;
9234
9235 if (target_rate == 1000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009236 mask |= LIBIPW_CCK_RATE_1MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009237 if (target_rate == 1000000)
9238 goto apply;
9239
9240 if (target_rate == 2000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009241 mask |= LIBIPW_CCK_RATE_2MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009242 if (target_rate == 2000000)
9243 goto apply;
9244
9245 if (target_rate == 5500000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009246 mask |= LIBIPW_CCK_RATE_5MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009247 if (target_rate == 5500000)
9248 goto apply;
9249
9250 if (target_rate == 6000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009251 mask |= LIBIPW_OFDM_RATE_6MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009252 if (target_rate == 6000000)
9253 goto apply;
9254
9255 if (target_rate == 9000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009256 mask |= LIBIPW_OFDM_RATE_9MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009257 if (target_rate == 9000000)
9258 goto apply;
9259
9260 if (target_rate == 11000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009261 mask |= LIBIPW_CCK_RATE_11MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009262 if (target_rate == 11000000)
9263 goto apply;
9264
9265 if (target_rate == 12000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009266 mask |= LIBIPW_OFDM_RATE_12MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009267 if (target_rate == 12000000)
9268 goto apply;
9269
9270 if (target_rate == 18000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009271 mask |= LIBIPW_OFDM_RATE_18MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009272 if (target_rate == 18000000)
9273 goto apply;
9274
9275 if (target_rate == 24000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009276 mask |= LIBIPW_OFDM_RATE_24MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009277 if (target_rate == 24000000)
9278 goto apply;
9279
9280 if (target_rate == 36000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009281 mask |= LIBIPW_OFDM_RATE_36MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009282 if (target_rate == 36000000)
9283 goto apply;
9284
9285 if (target_rate == 48000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009286 mask |= LIBIPW_OFDM_RATE_48MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009287 if (target_rate == 48000000)
9288 goto apply;
9289
9290 if (target_rate == 54000000 || !fixed)
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009291 mask |= LIBIPW_OFDM_RATE_54MB_MASK;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009292 if (target_rate == 54000000)
9293 goto apply;
9294
9295 IPW_DEBUG_WX("invalid rate specified, returning error\n");
9296 return -EINVAL;
9297
9298 apply:
9299 IPW_DEBUG_WX("Setting rate mask to 0x%08X [%s]\n",
9300 mask, fixed ? "fixed" : "sub-rates");
Zhu Yi46441512006-01-24 16:37:59 +08009301 mutex_lock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009302 if (mask == LIBIPW_DEFAULT_RATES_MASK) {
James Ketrenosea2b26e2005-08-24 21:25:16 -05009303 priv->config &= ~CFG_FIXED_RATE;
James Ketrenosb095c382005-08-24 22:04:42 -05009304 ipw_set_fixed_rate(priv, priv->ieee->mode);
9305 } else
James Ketrenosea2b26e2005-08-24 21:25:16 -05009306 priv->config |= CFG_FIXED_RATE;
9307
James Ketrenosc848d0a2005-08-24 21:56:24 -05009308 if (priv->rates_mask == mask) {
9309 IPW_DEBUG_WX("Mask set to current mask.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009310 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009311 return 0;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009312 }
9313
James Ketrenosc848d0a2005-08-24 21:56:24 -05009314 priv->rates_mask = mask;
9315
9316 /* Network configuration changed -- force [re]association */
9317 IPW_DEBUG_ASSOC("[re]association triggered due to rates change.\n");
9318 if (!ipw_disassociate(priv))
9319 ipw_associate(priv);
9320
Zhu Yi46441512006-01-24 16:37:59 +08009321 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009322 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009323}
9324
Jeff Garzikbf794512005-07-31 13:07:26 -04009325static int ipw_wx_get_rate(struct net_device *dev,
9326 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009327 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009328{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009329 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009330 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009331 wrqu->bitrate.value = priv->last_rate;
Zhu Yi455936c2006-04-13 17:20:05 +08009332 wrqu->bitrate.fixed = (priv->config & CFG_FIXED_RATE) ? 1 : 0;
Zhu Yi46441512006-01-24 16:37:59 +08009333 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009334 IPW_DEBUG_WX("GET Rate -> %d \n", wrqu->bitrate.value);
9335 return 0;
9336}
9337
Jeff Garzikbf794512005-07-31 13:07:26 -04009338static int ipw_wx_set_rts(struct net_device *dev,
9339 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009340 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009341{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009342 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009343 mutex_lock(&priv->mutex);
Zhu Yiea8862d2007-01-11 17:32:54 +08009344 if (wrqu->rts.disabled || !wrqu->rts.fixed)
James Ketrenos43f66a62005-03-25 12:31:53 -06009345 priv->rts_threshold = DEFAULT_RTS_THRESHOLD;
9346 else {
9347 if (wrqu->rts.value < MIN_RTS_THRESHOLD ||
James Ketrenosc848d0a2005-08-24 21:56:24 -05009348 wrqu->rts.value > MAX_RTS_THRESHOLD) {
Zhu Yi46441512006-01-24 16:37:59 +08009349 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009350 return -EINVAL;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009351 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009352 priv->rts_threshold = wrqu->rts.value;
9353 }
9354
9355 ipw_send_rts_threshold(priv, priv->rts_threshold);
Zhu Yi46441512006-01-24 16:37:59 +08009356 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009357 IPW_DEBUG_WX("SET RTS Threshold -> %d \n", priv->rts_threshold);
9358 return 0;
9359}
9360
Jeff Garzikbf794512005-07-31 13:07:26 -04009361static int ipw_wx_get_rts(struct net_device *dev,
9362 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009363 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009364{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009365 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009366 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009367 wrqu->rts.value = priv->rts_threshold;
9368 wrqu->rts.fixed = 0; /* no auto select */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009369 wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD);
Zhu Yi46441512006-01-24 16:37:59 +08009370 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009371 IPW_DEBUG_WX("GET RTS Threshold -> %d \n", wrqu->rts.value);
9372 return 0;
9373}
9374
Jeff Garzikbf794512005-07-31 13:07:26 -04009375static int ipw_wx_set_txpow(struct net_device *dev,
9376 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009377 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009378{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009379 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009380 int err = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009381
Zhu Yi46441512006-01-24 16:37:59 +08009382 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009383 if (ipw_radio_kill_sw(priv, wrqu->power.disabled)) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009384 err = -EINPROGRESS;
9385 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009386 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009387
James Ketrenosb095c382005-08-24 22:04:42 -05009388 if (!wrqu->power.fixed)
9389 wrqu->power.value = IPW_TX_POWER_DEFAULT;
James Ketrenos43f66a62005-03-25 12:31:53 -06009390
James Ketrenosc848d0a2005-08-24 21:56:24 -05009391 if (wrqu->power.flags != IW_TXPOW_DBM) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009392 err = -EINVAL;
9393 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009394 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009395
James Ketrenosb095c382005-08-24 22:04:42 -05009396 if ((wrqu->power.value > IPW_TX_POWER_MAX) ||
James Ketrenosafbf30a2005-08-25 00:05:33 -05009397 (wrqu->power.value < IPW_TX_POWER_MIN)) {
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009398 err = -EINVAL;
9399 goto out;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009400 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009401
9402 priv->tx_power = wrqu->power.value;
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009403 err = ipw_set_tx_power(priv);
9404 out:
Zhu Yi46441512006-01-24 16:37:59 +08009405 mutex_unlock(&priv->mutex);
Zhu Yi6de9f7f2005-08-11 14:39:33 +08009406 return err;
James Ketrenos43f66a62005-03-25 12:31:53 -06009407}
9408
Jeff Garzikbf794512005-07-31 13:07:26 -04009409static int ipw_wx_get_txpow(struct net_device *dev,
9410 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009411 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009412{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009413 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009414 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009415 wrqu->power.value = priv->tx_power;
9416 wrqu->power.fixed = 1;
9417 wrqu->power.flags = IW_TXPOW_DBM;
9418 wrqu->power.disabled = (priv->status & STATUS_RF_KILL_MASK) ? 1 : 0;
Zhu Yi46441512006-01-24 16:37:59 +08009419 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009420
Jeff Garzikbf794512005-07-31 13:07:26 -04009421 IPW_DEBUG_WX("GET TX Power -> %s %d \n",
Zhu Yi22501c82005-08-11 10:49:17 +08009422 wrqu->power.disabled ? "OFF" : "ON", wrqu->power.value);
James Ketrenos43f66a62005-03-25 12:31:53 -06009423
9424 return 0;
9425}
9426
Jeff Garzikbf794512005-07-31 13:07:26 -04009427static int ipw_wx_set_frag(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009428 struct iw_request_info *info,
9429 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009430{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009431 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009432 mutex_lock(&priv->mutex);
Zhu Yiea8862d2007-01-11 17:32:54 +08009433 if (wrqu->frag.disabled || !wrqu->frag.fixed)
James Ketrenos43f66a62005-03-25 12:31:53 -06009434 priv->ieee->fts = DEFAULT_FTS;
9435 else {
9436 if (wrqu->frag.value < MIN_FRAG_THRESHOLD ||
James Ketrenosb095c382005-08-24 22:04:42 -05009437 wrqu->frag.value > MAX_FRAG_THRESHOLD) {
Zhu Yi46441512006-01-24 16:37:59 +08009438 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009439 return -EINVAL;
James Ketrenosb095c382005-08-24 22:04:42 -05009440 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009441
James Ketrenos43f66a62005-03-25 12:31:53 -06009442 priv->ieee->fts = wrqu->frag.value & ~0x1;
9443 }
9444
9445 ipw_send_frag_threshold(priv, wrqu->frag.value);
Zhu Yi46441512006-01-24 16:37:59 +08009446 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009447 IPW_DEBUG_WX("SET Frag Threshold -> %d \n", wrqu->frag.value);
9448 return 0;
9449}
9450
Jeff Garzikbf794512005-07-31 13:07:26 -04009451static int ipw_wx_get_frag(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009452 struct iw_request_info *info,
9453 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009454{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009455 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009456 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009457 wrqu->frag.value = priv->ieee->fts;
9458 wrqu->frag.fixed = 0; /* no auto select */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009459 wrqu->frag.disabled = (wrqu->frag.value == DEFAULT_FTS);
Zhu Yi46441512006-01-24 16:37:59 +08009460 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009461 IPW_DEBUG_WX("GET Frag Threshold -> %d \n", wrqu->frag.value);
9462
9463 return 0;
9464}
9465
Jeff Garzikbf794512005-07-31 13:07:26 -04009466static int ipw_wx_set_retry(struct net_device *dev,
9467 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009468 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009469{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009470 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009471
9472 if (wrqu->retry.flags & IW_RETRY_LIFETIME || wrqu->retry.disabled)
9473 return -EINVAL;
9474
9475 if (!(wrqu->retry.flags & IW_RETRY_LIMIT))
9476 return 0;
9477
Zhu Yid5f7ac22006-08-21 11:38:17 +08009478 if (wrqu->retry.value < 0 || wrqu->retry.value >= 255)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009479 return -EINVAL;
9480
Zhu Yi46441512006-01-24 16:37:59 +08009481 mutex_lock(&priv->mutex);
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009482 if (wrqu->retry.flags & IW_RETRY_SHORT)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009483 priv->short_retry_limit = (u8) wrqu->retry.value;
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009484 else if (wrqu->retry.flags & IW_RETRY_LONG)
James Ketrenosafbf30a2005-08-25 00:05:33 -05009485 priv->long_retry_limit = (u8) wrqu->retry.value;
9486 else {
9487 priv->short_retry_limit = (u8) wrqu->retry.value;
9488 priv->long_retry_limit = (u8) wrqu->retry.value;
9489 }
9490
9491 ipw_send_retry_limit(priv, priv->short_retry_limit,
9492 priv->long_retry_limit);
Zhu Yi46441512006-01-24 16:37:59 +08009493 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009494 IPW_DEBUG_WX("SET retry limit -> short:%d long:%d\n",
9495 priv->short_retry_limit, priv->long_retry_limit);
9496 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009497}
9498
Jeff Garzikbf794512005-07-31 13:07:26 -04009499static int ipw_wx_get_retry(struct net_device *dev,
9500 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009501 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009502{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009503 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009504
Zhu Yi46441512006-01-24 16:37:59 +08009505 mutex_lock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009506 wrqu->retry.disabled = 0;
9507
9508 if ((wrqu->retry.flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) {
Zhu Yi46441512006-01-24 16:37:59 +08009509 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009510 return -EINVAL;
9511 }
9512
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009513 if (wrqu->retry.flags & IW_RETRY_LONG) {
9514 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_LONG;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009515 wrqu->retry.value = priv->long_retry_limit;
Jean Tourrilhes919ee6d2006-08-29 18:01:40 -07009516 } else if (wrqu->retry.flags & IW_RETRY_SHORT) {
9517 wrqu->retry.flags = IW_RETRY_LIMIT | IW_RETRY_SHORT;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009518 wrqu->retry.value = priv->short_retry_limit;
9519 } else {
9520 wrqu->retry.flags = IW_RETRY_LIMIT;
9521 wrqu->retry.value = priv->short_retry_limit;
9522 }
Zhu Yi46441512006-01-24 16:37:59 +08009523 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009524
9525 IPW_DEBUG_WX("GET retry -> %d \n", wrqu->retry.value);
9526
9527 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009528}
9529
Jeff Garzikbf794512005-07-31 13:07:26 -04009530static int ipw_wx_set_scan(struct net_device *dev,
9531 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009532 union iwreq_data *wrqu, char *extra)
9533{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009534 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi094c4d22006-08-21 11:39:03 +08009535 struct iw_scan_req *req = (struct iw_scan_req *)extra;
Dan Williamsea177302008-06-02 17:51:23 -04009536 struct delayed_work *work = NULL;
Zhu Yi094c4d22006-08-21 11:39:03 +08009537
Dan Williams0b531672007-10-09 13:55:24 -04009538 mutex_lock(&priv->mutex);
Dan Williamsea177302008-06-02 17:51:23 -04009539
Dan Williams0b531672007-10-09 13:55:24 -04009540 priv->user_requested_scan = 1;
Dan Williams0b531672007-10-09 13:55:24 -04009541
Zhu Yi094c4d22006-08-21 11:39:03 +08009542 if (wrqu->data.length == sizeof(struct iw_scan_req)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -05009543 if (wrqu->data.flags & IW_SCAN_THIS_ESSID) {
Dan Williamsea177302008-06-02 17:51:23 -04009544 int len = min((int)req->essid_len,
9545 (int)sizeof(priv->direct_scan_ssid));
9546 memcpy(priv->direct_scan_ssid, req->essid, len);
9547 priv->direct_scan_ssid_len = len;
9548 work = &priv->request_direct_scan;
9549 } else if (req->scan_type == IW_SCAN_TYPE_PASSIVE) {
9550 work = &priv->request_passive_scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009551 }
Dan Williamsea177302008-06-02 17:51:23 -04009552 } else {
9553 /* Normal active broadcast scan */
9554 work = &priv->request_scan;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009555 }
James Ketrenos8935f392005-10-05 15:59:08 -05009556
Dan Williamsea177302008-06-02 17:51:23 -04009557 mutex_unlock(&priv->mutex);
9558
James Ketrenos43f66a62005-03-25 12:31:53 -06009559 IPW_DEBUG_WX("Start scan\n");
James Ketrenosb095c382005-08-24 22:04:42 -05009560
Dan Williamsea177302008-06-02 17:51:23 -04009561 queue_delayed_work(priv->workqueue, work, 0);
James Ketrenosb095c382005-08-24 22:04:42 -05009562
James Ketrenos43f66a62005-03-25 12:31:53 -06009563 return 0;
9564}
9565
Jeff Garzikbf794512005-07-31 13:07:26 -04009566static int ipw_wx_get_scan(struct net_device *dev,
9567 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009568 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009569{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009570 struct ipw_priv *priv = libipw_priv(dev);
9571 return libipw_wx_get_scan(priv->ieee, info, wrqu, extra);
James Ketrenos43f66a62005-03-25 12:31:53 -06009572}
9573
Jeff Garzikbf794512005-07-31 13:07:26 -04009574static int ipw_wx_set_encode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009575 struct iw_request_info *info,
9576 union iwreq_data *wrqu, char *key)
James Ketrenos43f66a62005-03-25 12:31:53 -06009577{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009578 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009579 int ret;
Hong Liucaeff812005-08-05 17:25:50 +08009580 u32 cap = priv->capability;
James Ketrenosafbf30a2005-08-25 00:05:33 -05009581
Zhu Yi46441512006-01-24 16:37:59 +08009582 mutex_lock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009583 ret = libipw_wx_set_encode(priv->ieee, info, wrqu, key);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009584
Hong Liucaeff812005-08-05 17:25:50 +08009585 /* In IBSS mode, we need to notify the firmware to update
9586 * the beacon info after we changed the capability. */
9587 if (cap != priv->capability &&
9588 priv->ieee->iw_mode == IW_MODE_ADHOC &&
9589 priv->status & STATUS_ASSOCIATED)
9590 ipw_disassociate(priv);
9591
Zhu Yi46441512006-01-24 16:37:59 +08009592 mutex_unlock(&priv->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009593 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -06009594}
9595
Jeff Garzikbf794512005-07-31 13:07:26 -04009596static int ipw_wx_get_encode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009597 struct iw_request_info *info,
9598 union iwreq_data *wrqu, char *key)
James Ketrenos43f66a62005-03-25 12:31:53 -06009599{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009600 struct ipw_priv *priv = libipw_priv(dev);
9601 return libipw_wx_get_encode(priv->ieee, info, wrqu, key);
James Ketrenos43f66a62005-03-25 12:31:53 -06009602}
9603
Jeff Garzikbf794512005-07-31 13:07:26 -04009604static int ipw_wx_set_power(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009605 struct iw_request_info *info,
9606 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009607{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009608 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009609 int err;
Zhu Yi46441512006-01-24 16:37:59 +08009610 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009611 if (wrqu->power.disabled) {
9612 priv->power_mode = IPW_POWER_LEVEL(priv->power_mode);
9613 err = ipw_send_power_mode(priv, IPW_POWER_MODE_CAM);
9614 if (err) {
9615 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009616 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009617 return err;
9618 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009619 IPW_DEBUG_WX("SET Power Management Mode -> off\n");
Zhu Yi46441512006-01-24 16:37:59 +08009620 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009621 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04009622 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009623
9624 switch (wrqu->power.flags & IW_POWER_MODE) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009625 case IW_POWER_ON: /* If not specified */
9626 case IW_POWER_MODE: /* If set all mask */
Jean Delvarec03983a2007-10-19 23:22:55 +02009627 case IW_POWER_ALL_R: /* If explicitly state all */
James Ketrenos43f66a62005-03-25 12:31:53 -06009628 break;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009629 default: /* Otherwise we don't support it */
James Ketrenos43f66a62005-03-25 12:31:53 -06009630 IPW_DEBUG_WX("SET PM Mode: %X not supported.\n",
9631 wrqu->power.flags);
Zhu Yi46441512006-01-24 16:37:59 +08009632 mutex_unlock(&priv->mutex);
Jeff Garzikbf794512005-07-31 13:07:26 -04009633 return -EOPNOTSUPP;
James Ketrenos43f66a62005-03-25 12:31:53 -06009634 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009635
James Ketrenos43f66a62005-03-25 12:31:53 -06009636 /* If the user hasn't specified a power management mode yet, default
9637 * to BATTERY */
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009638 if (IPW_POWER_LEVEL(priv->power_mode) == IPW_POWER_AC)
James Ketrenos43f66a62005-03-25 12:31:53 -06009639 priv->power_mode = IPW_POWER_ENABLED | IPW_POWER_BATTERY;
Jeff Garzikbf794512005-07-31 13:07:26 -04009640 else
James Ketrenos43f66a62005-03-25 12:31:53 -06009641 priv->power_mode = IPW_POWER_ENABLED | priv->power_mode;
Zhu Yi4e157f02007-07-12 16:09:32 +08009642
James Ketrenos43f66a62005-03-25 12:31:53 -06009643 err = ipw_send_power_mode(priv, IPW_POWER_LEVEL(priv->power_mode));
9644 if (err) {
9645 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009646 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009647 return err;
9648 }
9649
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009650 IPW_DEBUG_WX("SET Power Management Mode -> 0x%02X\n", priv->power_mode);
Zhu Yi46441512006-01-24 16:37:59 +08009651 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009652 return 0;
9653}
9654
Jeff Garzikbf794512005-07-31 13:07:26 -04009655static int ipw_wx_get_power(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009656 struct iw_request_info *info,
9657 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009658{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009659 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009660 mutex_lock(&priv->mutex);
James Ketrenosa613bff2005-08-24 21:43:11 -05009661 if (!(priv->power_mode & IPW_POWER_ENABLED))
James Ketrenos43f66a62005-03-25 12:31:53 -06009662 wrqu->power.disabled = 1;
James Ketrenosa613bff2005-08-24 21:43:11 -05009663 else
James Ketrenos43f66a62005-03-25 12:31:53 -06009664 wrqu->power.disabled = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009665
Zhu Yi46441512006-01-24 16:37:59 +08009666 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009667 IPW_DEBUG_WX("GET Power Management Mode -> %02X\n", priv->power_mode);
Jeff Garzikbf794512005-07-31 13:07:26 -04009668
James Ketrenos43f66a62005-03-25 12:31:53 -06009669 return 0;
9670}
9671
Jeff Garzikbf794512005-07-31 13:07:26 -04009672static int ipw_wx_set_powermode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009673 struct iw_request_info *info,
9674 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009675{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009676 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009677 int mode = *(int *)extra;
9678 int err;
Zhu Yi4e157f02007-07-12 16:09:32 +08009679
Zhu Yi46441512006-01-24 16:37:59 +08009680 mutex_lock(&priv->mutex);
Zhu Yi4e157f02007-07-12 16:09:32 +08009681 if ((mode < 1) || (mode > IPW_POWER_LIMIT))
James Ketrenos43f66a62005-03-25 12:31:53 -06009682 mode = IPW_POWER_AC;
Jeff Garzikbf794512005-07-31 13:07:26 -04009683
Zhu Yi4e157f02007-07-12 16:09:32 +08009684 if (IPW_POWER_LEVEL(priv->power_mode) != mode) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009685 err = ipw_send_power_mode(priv, mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06009686 if (err) {
9687 IPW_DEBUG_WX("failed setting power mode.\n");
Zhu Yi46441512006-01-24 16:37:59 +08009688 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009689 return err;
9690 }
Zhu Yi4e157f02007-07-12 16:09:32 +08009691 priv->power_mode = IPW_POWER_ENABLED | mode;
James Ketrenos43f66a62005-03-25 12:31:53 -06009692 }
Zhu Yi46441512006-01-24 16:37:59 +08009693 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009694 return 0;
9695}
9696
9697#define MAX_WX_STRING 80
Jeff Garzikbf794512005-07-31 13:07:26 -04009698static int ipw_wx_get_powermode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009699 struct iw_request_info *info,
9700 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009701{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009702 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009703 int level = IPW_POWER_LEVEL(priv->power_mode);
9704 char *p = extra;
9705
9706 p += snprintf(p, MAX_WX_STRING, "Power save level: %d ", level);
9707
9708 switch (level) {
9709 case IPW_POWER_AC:
9710 p += snprintf(p, MAX_WX_STRING - (p - extra), "(AC)");
9711 break;
9712 case IPW_POWER_BATTERY:
9713 p += snprintf(p, MAX_WX_STRING - (p - extra), "(BATTERY)");
9714 break;
9715 default:
9716 p += snprintf(p, MAX_WX_STRING - (p - extra),
Jeff Garzikbf794512005-07-31 13:07:26 -04009717 "(Timeout %dms, Period %dms)",
James Ketrenos43f66a62005-03-25 12:31:53 -06009718 timeout_duration[level - 1] / 1000,
9719 period_duration[level - 1] / 1000);
9720 }
9721
9722 if (!(priv->power_mode & IPW_POWER_ENABLED))
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009723 p += snprintf(p, MAX_WX_STRING - (p - extra), " OFF");
James Ketrenos43f66a62005-03-25 12:31:53 -06009724
9725 wrqu->data.length = p - extra + 1;
9726
9727 return 0;
9728}
9729
9730static int ipw_wx_set_wireless_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009731 struct iw_request_info *info,
9732 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009733{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009734 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009735 int mode = *(int *)extra;
9736 u8 band = 0, modulation = 0;
9737
9738 if (mode == 0 || mode & ~IEEE_MODE_MASK) {
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009739 IPW_WARNING("Attempt to set invalid wireless mode: %d\n", mode);
James Ketrenos43f66a62005-03-25 12:31:53 -06009740 return -EINVAL;
9741 }
Zhu Yi46441512006-01-24 16:37:59 +08009742 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009743 if (priv->adapter == IPW_2915ABG) {
James Ketrenosa33a1982005-09-14 14:28:59 -05009744 priv->ieee->abg_true = 1;
James Ketrenos43f66a62005-03-25 12:31:53 -06009745 if (mode & IEEE_A) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009746 band |= LIBIPW_52GHZ_BAND;
9747 modulation |= LIBIPW_OFDM_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009748 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009749 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009750 } else {
9751 if (mode & IEEE_A) {
9752 IPW_WARNING("Attempt to set 2200BG into "
9753 "802.11a mode\n");
Zhu Yi46441512006-01-24 16:37:59 +08009754 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009755 return -EINVAL;
9756 }
9757
James Ketrenosa33a1982005-09-14 14:28:59 -05009758 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009759 }
9760
9761 if (mode & IEEE_B) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009762 band |= LIBIPW_24GHZ_BAND;
9763 modulation |= LIBIPW_CCK_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009764 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009765 priv->ieee->abg_true = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -04009766
James Ketrenos43f66a62005-03-25 12:31:53 -06009767 if (mode & IEEE_G) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009768 band |= LIBIPW_24GHZ_BAND;
9769 modulation |= LIBIPW_OFDM_MODULATION;
James Ketrenos43f66a62005-03-25 12:31:53 -06009770 } else
James Ketrenosa33a1982005-09-14 14:28:59 -05009771 priv->ieee->abg_true = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009772
9773 priv->ieee->mode = mode;
9774 priv->ieee->freq_band = band;
9775 priv->ieee->modulation = modulation;
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009776 init_supported_rates(priv, &priv->rates);
James Ketrenos43f66a62005-03-25 12:31:53 -06009777
James Ketrenosc848d0a2005-08-24 21:56:24 -05009778 /* Network configuration changed -- force [re]association */
9779 IPW_DEBUG_ASSOC("[re]association triggered due to mode change.\n");
9780 if (!ipw_disassociate(priv)) {
James Ketrenos43f66a62005-03-25 12:31:53 -06009781 ipw_send_supported_rates(priv, &priv->rates);
James Ketrenosc848d0a2005-08-24 21:56:24 -05009782 ipw_associate(priv);
9783 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009784
James Ketrenosa613bff2005-08-24 21:43:11 -05009785 /* Update the band LEDs */
9786 ipw_led_band_on(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -06009787
Jeff Garzikbf794512005-07-31 13:07:26 -04009788 IPW_DEBUG_WX("PRIV SET MODE: %c%c%c\n",
James Ketrenos43f66a62005-03-25 12:31:53 -06009789 mode & IEEE_A ? 'a' : '.',
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009790 mode & IEEE_B ? 'b' : '.', mode & IEEE_G ? 'g' : '.');
Zhu Yi46441512006-01-24 16:37:59 +08009791 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009792 return 0;
9793}
9794
9795static int ipw_wx_get_wireless_mode(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009796 struct iw_request_info *info,
9797 union iwreq_data *wrqu, char *extra)
James Ketrenos43f66a62005-03-25 12:31:53 -06009798{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009799 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009800 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009801 switch (priv->ieee->mode) {
9802 case IEEE_A:
James Ketrenos43f66a62005-03-25 12:31:53 -06009803 strncpy(extra, "802.11a (1)", MAX_WX_STRING);
9804 break;
James Ketrenosea2b26e2005-08-24 21:25:16 -05009805 case IEEE_B:
9806 strncpy(extra, "802.11b (2)", MAX_WX_STRING);
9807 break;
9808 case IEEE_A | IEEE_B:
9809 strncpy(extra, "802.11ab (3)", MAX_WX_STRING);
9810 break;
9811 case IEEE_G:
9812 strncpy(extra, "802.11g (4)", MAX_WX_STRING);
9813 break;
9814 case IEEE_A | IEEE_G:
9815 strncpy(extra, "802.11ag (5)", MAX_WX_STRING);
9816 break;
9817 case IEEE_B | IEEE_G:
9818 strncpy(extra, "802.11bg (6)", MAX_WX_STRING);
9819 break;
9820 case IEEE_A | IEEE_B | IEEE_G:
9821 strncpy(extra, "802.11abg (7)", MAX_WX_STRING);
9822 break;
9823 default:
9824 strncpy(extra, "unknown", MAX_WX_STRING);
James Ketrenos43f66a62005-03-25 12:31:53 -06009825 break;
Jeff Garzikbf794512005-07-31 13:07:26 -04009826 }
9827
James Ketrenos43f66a62005-03-25 12:31:53 -06009828 IPW_DEBUG_WX("PRIV GET MODE: %s\n", extra);
9829
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009830 wrqu->data.length = strlen(extra) + 1;
Zhu Yi46441512006-01-24 16:37:59 +08009831 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009832
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009833 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -06009834}
9835
James Ketrenosea2b26e2005-08-24 21:25:16 -05009836static int ipw_wx_set_preamble(struct net_device *dev,
9837 struct iw_request_info *info,
9838 union iwreq_data *wrqu, char *extra)
9839{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009840 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009841 int mode = *(int *)extra;
Zhu Yi46441512006-01-24 16:37:59 +08009842 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009843 /* Switching from SHORT -> LONG requires a disassociation */
9844 if (mode == 1) {
9845 if (!(priv->config & CFG_PREAMBLE_LONG)) {
9846 priv->config |= CFG_PREAMBLE_LONG;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009847
9848 /* Network configuration changed -- force [re]association */
9849 IPW_DEBUG_ASSOC
9850 ("[re]association triggered due to preamble change.\n");
9851 if (!ipw_disassociate(priv))
9852 ipw_associate(priv);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009853 }
9854 goto done;
9855 }
9856
9857 if (mode == 0) {
9858 priv->config &= ~CFG_PREAMBLE_LONG;
9859 goto done;
9860 }
Zhu Yi46441512006-01-24 16:37:59 +08009861 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009862 return -EINVAL;
9863
9864 done:
Zhu Yi46441512006-01-24 16:37:59 +08009865 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009866 return 0;
9867}
9868
9869static int ipw_wx_get_preamble(struct net_device *dev,
9870 struct iw_request_info *info,
9871 union iwreq_data *wrqu, char *extra)
9872{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009873 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +08009874 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009875 if (priv->config & CFG_PREAMBLE_LONG)
9876 snprintf(wrqu->name, IFNAMSIZ, "long (1)");
9877 else
9878 snprintf(wrqu->name, IFNAMSIZ, "auto (0)");
Zhu Yi46441512006-01-24 16:37:59 +08009879 mutex_unlock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009880 return 0;
9881}
9882
James Ketrenosb095c382005-08-24 22:04:42 -05009883#ifdef CONFIG_IPW2200_MONITOR
James Ketrenosea2b26e2005-08-24 21:25:16 -05009884static int ipw_wx_set_monitor(struct net_device *dev,
Jeff Garzikbf794512005-07-31 13:07:26 -04009885 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009886 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009887{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009888 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009889 int *parms = (int *)extra;
9890 int enable = (parms[0] > 0);
Zhu Yi46441512006-01-24 16:37:59 +08009891 mutex_lock(&priv->mutex);
James Ketrenosea2b26e2005-08-24 21:25:16 -05009892 IPW_DEBUG_WX("SET MONITOR: %d %d\n", enable, parms[1]);
James Ketrenos43f66a62005-03-25 12:31:53 -06009893 if (enable) {
9894 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
Zhu Yi459d4082006-04-13 17:21:00 +08009895#ifdef CONFIG_IPW2200_RADIOTAP
Mike Kershaw24a47db2005-08-26 00:41:54 -05009896 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
9897#else
James Ketrenos43f66a62005-03-25 12:31:53 -06009898 priv->net_dev->type = ARPHRD_IEEE80211;
Mike Kershaw24a47db2005-08-26 00:41:54 -05009899#endif
James Ketrenosa613bff2005-08-24 21:43:11 -05009900 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009901 }
Jeff Garzikbf794512005-07-31 13:07:26 -04009902
James Ketrenos43f66a62005-03-25 12:31:53 -06009903 ipw_set_channel(priv, parms[1]);
9904 } else {
James Ketrenosc848d0a2005-08-24 21:56:24 -05009905 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
Zhu Yi46441512006-01-24 16:37:59 +08009906 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009907 return 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -05009908 }
James Ketrenos43f66a62005-03-25 12:31:53 -06009909 priv->net_dev->type = ARPHRD_ETHER;
James Ketrenosa613bff2005-08-24 21:43:11 -05009910 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009911 }
Zhu Yi46441512006-01-24 16:37:59 +08009912 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -06009913 return 0;
9914}
9915
Pavel Machek67fd6b42006-07-11 15:34:05 +02009916#endif /* CONFIG_IPW2200_MONITOR */
James Ketrenosb095c382005-08-24 22:04:42 -05009917
Jeff Garzikbf794512005-07-31 13:07:26 -04009918static int ipw_wx_reset(struct net_device *dev,
9919 struct iw_request_info *info,
James Ketrenos43f66a62005-03-25 12:31:53 -06009920 union iwreq_data *wrqu, char *extra)
Jeff Garzikbf794512005-07-31 13:07:26 -04009921{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009922 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -06009923 IPW_DEBUG_WX("RESET\n");
James Ketrenosa613bff2005-08-24 21:43:11 -05009924 queue_work(priv->workqueue, &priv->adapter_restart);
James Ketrenos43f66a62005-03-25 12:31:53 -06009925 return 0;
9926}
James Ketrenosb095c382005-08-24 22:04:42 -05009927
James Ketrenosb095c382005-08-24 22:04:42 -05009928static int ipw_wx_sw_reset(struct net_device *dev,
9929 struct iw_request_info *info,
9930 union iwreq_data *wrqu, char *extra)
9931{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009932 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenosb095c382005-08-24 22:04:42 -05009933 union iwreq_data wrqu_sec = {
9934 .encoding = {
9935 .flags = IW_ENCODE_DISABLED,
9936 },
9937 };
James Ketrenosafbf30a2005-08-25 00:05:33 -05009938 int ret;
James Ketrenosb095c382005-08-24 22:04:42 -05009939
9940 IPW_DEBUG_WX("SW_RESET\n");
9941
Zhu Yi46441512006-01-24 16:37:59 +08009942 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009943
Zhu Yid6d5b5c2006-02-16 16:21:09 +08009944 ret = ipw_sw_reset(priv, 2);
James Ketrenosafbf30a2005-08-25 00:05:33 -05009945 if (!ret) {
9946 free_firmware();
9947 ipw_adapter_restart(priv);
9948 }
James Ketrenosb095c382005-08-24 22:04:42 -05009949
9950 /* The SW reset bit might have been toggled on by the 'disable'
9951 * module parameter, so take appropriate action */
9952 ipw_radio_kill_sw(priv, priv->status & STATUS_RF_KILL_SW);
9953
Zhu Yi46441512006-01-24 16:37:59 +08009954 mutex_unlock(&priv->mutex);
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -04009955 libipw_wx_set_encode(priv->ieee, info, &wrqu_sec, NULL);
Zhu Yi46441512006-01-24 16:37:59 +08009956 mutex_lock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009957
9958 if (!(priv->status & STATUS_RF_KILL_MASK)) {
9959 /* Configuration likely changed -- force [re]association */
9960 IPW_DEBUG_ASSOC("[re]association triggered due to sw "
9961 "reset.\n");
9962 if (!ipw_disassociate(priv))
9963 ipw_associate(priv);
9964 }
9965
Zhu Yi46441512006-01-24 16:37:59 +08009966 mutex_unlock(&priv->mutex);
James Ketrenosb095c382005-08-24 22:04:42 -05009967
9968 return 0;
9969}
James Ketrenos43f66a62005-03-25 12:31:53 -06009970
9971/* Rebase the WE IOCTLs to zero for the handler array */
9972#define IW_IOCTL(x) [(x)-SIOCSIWCOMMIT]
Jeff Garzik0edd5b42005-09-07 00:48:31 -04009973static iw_handler ipw_wx_handlers[] = {
John W. Linville8cc31742009-11-13 16:56:13 -05009974 IW_IOCTL(SIOCGIWNAME) = ipw_wx_get_name,
James Ketrenosea2b26e2005-08-24 21:25:16 -05009975 IW_IOCTL(SIOCSIWFREQ) = ipw_wx_set_freq,
9976 IW_IOCTL(SIOCGIWFREQ) = ipw_wx_get_freq,
9977 IW_IOCTL(SIOCSIWMODE) = ipw_wx_set_mode,
9978 IW_IOCTL(SIOCGIWMODE) = ipw_wx_get_mode,
Olivier Hochreutiner651be262006-03-08 03:13:55 +08009979 IW_IOCTL(SIOCSIWSENS) = ipw_wx_set_sens,
9980 IW_IOCTL(SIOCGIWSENS) = ipw_wx_get_sens,
James Ketrenosea2b26e2005-08-24 21:25:16 -05009981 IW_IOCTL(SIOCGIWRANGE) = ipw_wx_get_range,
9982 IW_IOCTL(SIOCSIWAP) = ipw_wx_set_wap,
9983 IW_IOCTL(SIOCGIWAP) = ipw_wx_get_wap,
9984 IW_IOCTL(SIOCSIWSCAN) = ipw_wx_set_scan,
9985 IW_IOCTL(SIOCGIWSCAN) = ipw_wx_get_scan,
9986 IW_IOCTL(SIOCSIWESSID) = ipw_wx_set_essid,
9987 IW_IOCTL(SIOCGIWESSID) = ipw_wx_get_essid,
9988 IW_IOCTL(SIOCSIWNICKN) = ipw_wx_set_nick,
9989 IW_IOCTL(SIOCGIWNICKN) = ipw_wx_get_nick,
9990 IW_IOCTL(SIOCSIWRATE) = ipw_wx_set_rate,
9991 IW_IOCTL(SIOCGIWRATE) = ipw_wx_get_rate,
9992 IW_IOCTL(SIOCSIWRTS) = ipw_wx_set_rts,
9993 IW_IOCTL(SIOCGIWRTS) = ipw_wx_get_rts,
9994 IW_IOCTL(SIOCSIWFRAG) = ipw_wx_set_frag,
9995 IW_IOCTL(SIOCGIWFRAG) = ipw_wx_get_frag,
9996 IW_IOCTL(SIOCSIWTXPOW) = ipw_wx_set_txpow,
9997 IW_IOCTL(SIOCGIWTXPOW) = ipw_wx_get_txpow,
9998 IW_IOCTL(SIOCSIWRETRY) = ipw_wx_set_retry,
9999 IW_IOCTL(SIOCGIWRETRY) = ipw_wx_get_retry,
10000 IW_IOCTL(SIOCSIWENCODE) = ipw_wx_set_encode,
10001 IW_IOCTL(SIOCGIWENCODE) = ipw_wx_get_encode,
10002 IW_IOCTL(SIOCSIWPOWER) = ipw_wx_set_power,
10003 IW_IOCTL(SIOCGIWPOWER) = ipw_wx_get_power,
James Ketrenosa613bff2005-08-24 21:43:11 -050010004 IW_IOCTL(SIOCSIWSPY) = iw_handler_set_spy,
10005 IW_IOCTL(SIOCGIWSPY) = iw_handler_get_spy,
10006 IW_IOCTL(SIOCSIWTHRSPY) = iw_handler_set_thrspy,
10007 IW_IOCTL(SIOCGIWTHRSPY) = iw_handler_get_thrspy,
James Ketrenosafbf30a2005-08-25 00:05:33 -050010008 IW_IOCTL(SIOCSIWGENIE) = ipw_wx_set_genie,
10009 IW_IOCTL(SIOCGIWGENIE) = ipw_wx_get_genie,
10010 IW_IOCTL(SIOCSIWMLME) = ipw_wx_set_mlme,
10011 IW_IOCTL(SIOCSIWAUTH) = ipw_wx_set_auth,
10012 IW_IOCTL(SIOCGIWAUTH) = ipw_wx_get_auth,
10013 IW_IOCTL(SIOCSIWENCODEEXT) = ipw_wx_set_encodeext,
10014 IW_IOCTL(SIOCGIWENCODEEXT) = ipw_wx_get_encodeext,
James Ketrenos43f66a62005-03-25 12:31:53 -060010015};
10016
James Ketrenosb095c382005-08-24 22:04:42 -050010017enum {
10018 IPW_PRIV_SET_POWER = SIOCIWFIRSTPRIV,
10019 IPW_PRIV_GET_POWER,
10020 IPW_PRIV_SET_MODE,
10021 IPW_PRIV_GET_MODE,
10022 IPW_PRIV_SET_PREAMBLE,
10023 IPW_PRIV_GET_PREAMBLE,
10024 IPW_PRIV_RESET,
10025 IPW_PRIV_SW_RESET,
10026#ifdef CONFIG_IPW2200_MONITOR
10027 IPW_PRIV_SET_MONITOR,
10028#endif
10029};
James Ketrenos43f66a62005-03-25 12:31:53 -060010030
Jeff Garzikbf794512005-07-31 13:07:26 -040010031static struct iw_priv_args ipw_priv_args[] = {
James Ketrenos43f66a62005-03-25 12:31:53 -060010032 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010033 .cmd = IPW_PRIV_SET_POWER,
10034 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10035 .name = "set_power"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010036 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010037 .cmd = IPW_PRIV_GET_POWER,
10038 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING,
10039 .name = "get_power"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010040 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010041 .cmd = IPW_PRIV_SET_MODE,
10042 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10043 .name = "set_mode"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010044 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010045 .cmd = IPW_PRIV_GET_MODE,
10046 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | MAX_WX_STRING,
10047 .name = "get_mode"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010048 {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010049 .cmd = IPW_PRIV_SET_PREAMBLE,
10050 .set_args = IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
10051 .name = "set_preamble"},
10052 {
10053 .cmd = IPW_PRIV_GET_PREAMBLE,
10054 .get_args = IW_PRIV_TYPE_CHAR | IW_PRIV_SIZE_FIXED | IFNAMSIZ,
10055 .name = "get_preamble"},
James Ketrenos43f66a62005-03-25 12:31:53 -060010056 {
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010057 IPW_PRIV_RESET,
10058 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 0, 0, "reset"},
James Ketrenosb095c382005-08-24 22:04:42 -050010059 {
10060 IPW_PRIV_SW_RESET,
10061 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 0, 0, "sw_reset"},
10062#ifdef CONFIG_IPW2200_MONITOR
10063 {
10064 IPW_PRIV_SET_MONITOR,
10065 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 2, 0, "monitor"},
10066#endif /* CONFIG_IPW2200_MONITOR */
James Ketrenos43f66a62005-03-25 12:31:53 -060010067};
10068
10069static iw_handler ipw_priv_handler[] = {
10070 ipw_wx_set_powermode,
10071 ipw_wx_get_powermode,
10072 ipw_wx_set_wireless_mode,
10073 ipw_wx_get_wireless_mode,
James Ketrenosea2b26e2005-08-24 21:25:16 -050010074 ipw_wx_set_preamble,
10075 ipw_wx_get_preamble,
Jeff Garzikbf794512005-07-31 13:07:26 -040010076 ipw_wx_reset,
James Ketrenosb095c382005-08-24 22:04:42 -050010077 ipw_wx_sw_reset,
10078#ifdef CONFIG_IPW2200_MONITOR
10079 ipw_wx_set_monitor,
James Ketrenos43f66a62005-03-25 12:31:53 -060010080#endif
10081};
10082
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010083static struct iw_handler_def ipw_wx_handler_def = {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010084 .standard = ipw_wx_handlers,
10085 .num_standard = ARRAY_SIZE(ipw_wx_handlers),
10086 .num_private = ARRAY_SIZE(ipw_priv_handler),
10087 .num_private_args = ARRAY_SIZE(ipw_priv_args),
10088 .private = ipw_priv_handler,
10089 .private_args = ipw_priv_args,
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000010090 .get_wireless_stats = ipw_get_wireless_stats,
James Ketrenos43f66a62005-03-25 12:31:53 -060010091};
10092
James Ketrenos43f66a62005-03-25 12:31:53 -060010093/*
10094 * Get wireless statistics.
10095 * Called by /proc/net/wireless
10096 * Also called by SIOCGIWSTATS
10097 */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010098static struct iw_statistics *ipw_get_wireless_stats(struct net_device *dev)
James Ketrenos43f66a62005-03-25 12:31:53 -060010099{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010100 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010101 struct iw_statistics *wstats;
Jeff Garzikbf794512005-07-31 13:07:26 -040010102
James Ketrenos43f66a62005-03-25 12:31:53 -060010103 wstats = &priv->wstats;
10104
James Ketrenosea2b26e2005-08-24 21:25:16 -050010105 /* if hw is disabled, then ipw_get_ordinal() can't be called.
James Ketrenosafbf30a2005-08-25 00:05:33 -050010106 * netdev->get_wireless_stats seems to be called before fw is
James Ketrenos43f66a62005-03-25 12:31:53 -060010107 * initialized. STATUS_ASSOCIATED will only be set if the hw is up
10108 * and associated; if not associcated, the values are all meaningless
10109 * anyway, so set them all to NULL and INVALID */
10110 if (!(priv->status & STATUS_ASSOCIATED)) {
10111 wstats->miss.beacon = 0;
10112 wstats->discard.retries = 0;
10113 wstats->qual.qual = 0;
10114 wstats->qual.level = 0;
10115 wstats->qual.noise = 0;
10116 wstats->qual.updated = 7;
10117 wstats->qual.updated |= IW_QUAL_NOISE_INVALID |
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010118 IW_QUAL_QUAL_INVALID | IW_QUAL_LEVEL_INVALID;
James Ketrenos43f66a62005-03-25 12:31:53 -060010119 return wstats;
Jeff Garzikbf794512005-07-31 13:07:26 -040010120 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010121
10122 wstats->qual.qual = priv->quality;
Zhu Yi00d21de2006-04-13 17:19:02 +080010123 wstats->qual.level = priv->exp_avg_rssi;
10124 wstats->qual.noise = priv->exp_avg_noise;
James Ketrenos43f66a62005-03-25 12:31:53 -060010125 wstats->qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED |
Bill Mossb1916082006-02-15 08:50:18 +080010126 IW_QUAL_NOISE_UPDATED | IW_QUAL_DBM;
James Ketrenos43f66a62005-03-25 12:31:53 -060010127
10128 wstats->miss.beacon = average_value(&priv->average_missed_beacons);
10129 wstats->discard.retries = priv->last_tx_failures;
10130 wstats->discard.code = priv->ieee->ieee_stats.rx_discards_undecryptable;
Jeff Garzikbf794512005-07-31 13:07:26 -040010131
James Ketrenos43f66a62005-03-25 12:31:53 -060010132/* if (ipw_get_ordinal(priv, IPW_ORD_STAT_TX_RETRY, &tx_retry, &len))
10133 goto fail_get_ordinal;
10134 wstats->discard.retries += tx_retry; */
Jeff Garzikbf794512005-07-31 13:07:26 -040010135
James Ketrenos43f66a62005-03-25 12:31:53 -060010136 return wstats;
10137}
10138
James Ketrenos43f66a62005-03-25 12:31:53 -060010139/* net device stuff */
10140
Arjan van de Ven858119e2006-01-14 13:20:43 -080010141static void init_sys_config(struct ipw_sys_config *sys_config)
James Ketrenos43f66a62005-03-25 12:31:53 -060010142{
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010143 memset(sys_config, 0, sizeof(struct ipw_sys_config));
Zhu Yi810dabd2006-01-24 16:36:59 +080010144 sys_config->bt_coexistence = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010145 sys_config->answer_broadcast_ssid_probe = 0;
10146 sys_config->accept_all_data_frames = 0;
10147 sys_config->accept_non_directed_frames = 1;
10148 sys_config->exclude_unicast_unencrypted = 0;
10149 sys_config->disable_unicast_decryption = 1;
10150 sys_config->exclude_multicast_unencrypted = 0;
10151 sys_config->disable_multicast_decryption = 1;
Zhu Yid2b83e12006-04-13 17:19:36 +080010152 if (antenna < CFG_SYS_ANTENNA_BOTH || antenna > CFG_SYS_ANTENNA_B)
10153 antenna = CFG_SYS_ANTENNA_BOTH;
10154 sys_config->antenna_diversity = antenna;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010155 sys_config->pass_crc_to_host = 0; /* TODO: See if 1 gives us FCS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010156 sys_config->dot11g_auto_detection = 0;
Jeff Garzikbf794512005-07-31 13:07:26 -040010157 sys_config->enable_cts_to_self = 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010158 sys_config->bt_coexist_collision_thr = 0;
Pavel Machek67fd6b42006-07-11 15:34:05 +020010159 sys_config->pass_noise_stats_to_host = 1; /* 1 -- fix for 256 */
Cahill, Ben M12977152006-03-08 02:58:02 +080010160 sys_config->silence_threshold = 0x1e;
James Ketrenos43f66a62005-03-25 12:31:53 -060010161}
10162
10163static int ipw_net_open(struct net_device *dev)
10164{
James Ketrenos43f66a62005-03-25 12:31:53 -060010165 IPW_DEBUG_INFO("dev->open\n");
David S. Miller521c4d92008-07-22 18:32:47 -070010166 netif_start_queue(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010167 return 0;
10168}
10169
10170static int ipw_net_stop(struct net_device *dev)
10171{
10172 IPW_DEBUG_INFO("dev->close\n");
10173 netif_stop_queue(dev);
10174 return 0;
10175}
10176
10177/*
10178todo:
10179
10180modify to send one tfd per fragment instead of using chunking. otherwise
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010181we need to heavily modify the libipw_skb_to_txb.
James Ketrenos43f66a62005-03-25 12:31:53 -060010182*/
10183
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010184static int ipw_tx_skb(struct ipw_priv *priv, struct libipw_txb *txb,
James Ketrenos227d2dc2005-07-28 16:25:55 -050010185 int pri)
James Ketrenos43f66a62005-03-25 12:31:53 -060010186{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010187 struct libipw_hdr_3addrqos *hdr = (struct libipw_hdr_3addrqos *)
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010188 txb->fragments[0]->data;
James Ketrenos43f66a62005-03-25 12:31:53 -060010189 int i = 0;
10190 struct tfd_frame *tfd;
Zhu Yie43e3c12006-04-13 17:20:45 +080010191#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050010192 int tx_id = ipw_get_tx_queue_number(priv, pri);
10193 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10194#else
James Ketrenos43f66a62005-03-25 12:31:53 -060010195 struct clx2_tx_queue *txq = &priv->txq[0];
James Ketrenosb095c382005-08-24 22:04:42 -050010196#endif
James Ketrenos43f66a62005-03-25 12:31:53 -060010197 struct clx2_queue *q = &txq->q;
10198 u8 id, hdr_len, unicast;
James Ketrenosc848d0a2005-08-24 21:56:24 -050010199 int fc;
James Ketrenos43f66a62005-03-25 12:31:53 -060010200
Zhu Yib8ddafd2008-11-27 13:42:20 +080010201 if (!(priv->status & STATUS_ASSOCIATED))
10202 goto drop;
10203
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010204 hdr_len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_ctl));
James Ketrenos43f66a62005-03-25 12:31:53 -060010205 switch (priv->ieee->iw_mode) {
10206 case IW_MODE_ADHOC:
Stephen Hemminger3c190652006-01-03 15:27:38 -080010207 unicast = !is_multicast_ether_addr(hdr->addr1);
James Ketrenos43f66a62005-03-25 12:31:53 -060010208 id = ipw_find_station(priv, hdr->addr1);
10209 if (id == IPW_INVALID_STATION) {
10210 id = ipw_add_station(priv, hdr->addr1);
10211 if (id == IPW_INVALID_STATION) {
10212 IPW_WARNING("Attempt to send data to "
Johannes Berge1749612008-10-27 15:59:26 -070010213 "invalid cell: %pM\n",
10214 hdr->addr1);
James Ketrenos43f66a62005-03-25 12:31:53 -060010215 goto drop;
10216 }
10217 }
10218 break;
10219
10220 case IW_MODE_INFRA:
10221 default:
Stephen Hemminger3c190652006-01-03 15:27:38 -080010222 unicast = !is_multicast_ether_addr(hdr->addr3);
James Ketrenos43f66a62005-03-25 12:31:53 -060010223 id = 0;
10224 break;
10225 }
10226
10227 tfd = &txq->bd[q->first_empty];
10228 txq->txb[q->first_empty] = txb;
10229 memset(tfd, 0, sizeof(*tfd));
10230 tfd->u.data.station_number = id;
10231
10232 tfd->control_flags.message_type = TX_FRAME_TYPE;
10233 tfd->control_flags.control_bits = TFD_NEED_IRQ_MASK;
10234
10235 tfd->u.data.cmd_id = DINO_CMD_TX;
James Ketrenosa613bff2005-08-24 21:43:11 -050010236 tfd->u.data.len = cpu_to_le16(txb->payload_size);
Jeff Garzikbf794512005-07-31 13:07:26 -040010237
James Ketrenos43f66a62005-03-25 12:31:53 -060010238 if (priv->assoc_request.ieee_mode == IPW_B_MODE)
James Ketrenosb095c382005-08-24 22:04:42 -050010239 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_MODE_CCK;
James Ketrenos43f66a62005-03-25 12:31:53 -060010240 else
James Ketrenosb095c382005-08-24 22:04:42 -050010241 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_MODE_OFDM;
James Ketrenos43f66a62005-03-25 12:31:53 -060010242
James Ketrenosea2b26e2005-08-24 21:25:16 -050010243 if (priv->assoc_request.preamble_length == DCT_FLAG_SHORT_PREAMBLE)
10244 tfd->u.data.tx_flags |= DCT_FLAG_SHORT_PREAMBLE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010245
James Ketrenosc848d0a2005-08-24 21:56:24 -050010246 fc = le16_to_cpu(hdr->frame_ctl);
10247 hdr->frame_ctl = cpu_to_le16(fc & ~IEEE80211_FCTL_MOREFRAGS);
James Ketrenos43f66a62005-03-25 12:31:53 -060010248
10249 memcpy(&tfd->u.data.tfd.tfd_24.mchdr, hdr, hdr_len);
10250
James Ketrenosb095c382005-08-24 22:04:42 -050010251 if (likely(unicast))
10252 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD;
10253
10254 if (txb->encrypted && !priv->ieee->host_encrypt) {
10255 switch (priv->ieee->sec.level) {
10256 case SEC_LEVEL_3:
10257 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010258 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
James Ketrenosb095c382005-08-24 22:04:42 -050010259 /* XXX: ACK flag must be set for CCMP even if it
10260 * is a multicast/broadcast packet, because CCMP
10261 * group communication encrypted by GTK is
10262 * actually done by the AP. */
10263 if (!unicast)
10264 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD;
10265
10266 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP;
10267 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_SECURITY_CCM;
10268 tfd->u.data.key_index = 0;
10269 tfd->u.data.key_index |= DCT_WEP_INDEX_USE_IMMEDIATE;
10270 break;
10271 case SEC_LEVEL_2:
10272 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010273 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
James Ketrenosb095c382005-08-24 22:04:42 -050010274 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP;
10275 tfd->u.data.tx_flags_ext |= DCT_FLAG_EXT_SECURITY_TKIP;
10276 tfd->u.data.key_index = DCT_WEP_INDEX_USE_IMMEDIATE;
10277 break;
10278 case SEC_LEVEL_1:
10279 tfd->u.data.tfd.tfd_24.mchdr.frame_ctl |=
Zhu Yi851ca262006-08-21 11:37:58 +080010280 cpu_to_le16(IEEE80211_FCTL_PROTECTED);
John W. Linville274bfb82008-10-29 11:35:05 -040010281 tfd->u.data.key_index = priv->ieee->crypt_info.tx_keyidx;
10282 if (priv->ieee->sec.key_sizes[priv->ieee->crypt_info.tx_keyidx] <=
James Ketrenosb095c382005-08-24 22:04:42 -050010283 40)
10284 tfd->u.data.key_index |= DCT_WEP_KEY_64Bit;
10285 else
10286 tfd->u.data.key_index |= DCT_WEP_KEY_128Bit;
10287 break;
10288 case SEC_LEVEL_0:
10289 break;
10290 default:
10291 printk(KERN_ERR "Unknow security level %d\n",
10292 priv->ieee->sec.level);
10293 break;
10294 }
10295 } else
10296 /* No hardware encryption */
10297 tfd->u.data.tx_flags |= DCT_FLAG_NO_WEP;
10298
Zhu Yie43e3c12006-04-13 17:20:45 +080010299#ifdef CONFIG_IPW2200_QOS
Zhu Yia5cf4fe2006-04-13 17:19:11 +080010300 if (fc & IEEE80211_STYPE_QOS_DATA)
10301 ipw_qos_set_tx_queue_command(priv, pri, &(tfd->u.data));
Zhu Yie43e3c12006-04-13 17:20:45 +080010302#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050010303
James Ketrenos43f66a62005-03-25 12:31:53 -060010304 /* payload */
James Ketrenosa613bff2005-08-24 21:43:11 -050010305 tfd->u.data.num_chunks = cpu_to_le32(min((u8) (NUM_TFD_CHUNKS - 2),
10306 txb->nr_frags));
10307 IPW_DEBUG_FRAG("%i fragments being sent as %i chunks.\n",
10308 txb->nr_frags, le32_to_cpu(tfd->u.data.num_chunks));
10309 for (i = 0; i < le32_to_cpu(tfd->u.data.num_chunks); i++) {
10310 IPW_DEBUG_FRAG("Adding fragment %i of %i (%d bytes).\n",
10311 i, le32_to_cpu(tfd->u.data.num_chunks),
10312 txb->fragments[i]->len - hdr_len);
Jeff Garzikbf794512005-07-31 13:07:26 -040010313 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n",
James Ketrenos43f66a62005-03-25 12:31:53 -060010314 i, tfd->u.data.num_chunks,
10315 txb->fragments[i]->len - hdr_len);
Jeff Garzikbf794512005-07-31 13:07:26 -040010316 printk_buf(IPW_DL_TX, txb->fragments[i]->data + hdr_len,
James Ketrenos43f66a62005-03-25 12:31:53 -060010317 txb->fragments[i]->len - hdr_len);
10318
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010319 tfd->u.data.chunk_ptr[i] =
James Ketrenosa613bff2005-08-24 21:43:11 -050010320 cpu_to_le32(pci_map_single
10321 (priv->pci_dev,
10322 txb->fragments[i]->data + hdr_len,
10323 txb->fragments[i]->len - hdr_len,
10324 PCI_DMA_TODEVICE));
10325 tfd->u.data.chunk_len[i] =
10326 cpu_to_le16(txb->fragments[i]->len - hdr_len);
James Ketrenos43f66a62005-03-25 12:31:53 -060010327 }
10328
10329 if (i != txb->nr_frags) {
10330 struct sk_buff *skb;
10331 u16 remaining_bytes = 0;
10332 int j;
10333
10334 for (j = i; j < txb->nr_frags; j++)
10335 remaining_bytes += txb->fragments[j]->len - hdr_len;
10336
10337 printk(KERN_INFO "Trying to reallocate for %d bytes\n",
10338 remaining_bytes);
10339 skb = alloc_skb(remaining_bytes, GFP_ATOMIC);
10340 if (skb != NULL) {
James Ketrenosa613bff2005-08-24 21:43:11 -050010341 tfd->u.data.chunk_len[i] = cpu_to_le16(remaining_bytes);
James Ketrenos43f66a62005-03-25 12:31:53 -060010342 for (j = i; j < txb->nr_frags; j++) {
10343 int size = txb->fragments[j]->len - hdr_len;
James Ketrenosafbf30a2005-08-25 00:05:33 -050010344
James Ketrenos43f66a62005-03-25 12:31:53 -060010345 printk(KERN_INFO "Adding frag %d %d...\n",
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010346 j, size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010347 memcpy(skb_put(skb, size),
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010348 txb->fragments[j]->data + hdr_len, size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010349 }
10350 dev_kfree_skb_any(txb->fragments[i]);
10351 txb->fragments[i] = skb;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010352 tfd->u.data.chunk_ptr[i] =
James Ketrenosa613bff2005-08-24 21:43:11 -050010353 cpu_to_le32(pci_map_single
10354 (priv->pci_dev, skb->data,
Al Viro49587302007-12-27 01:57:47 -050010355 remaining_bytes,
James Ketrenosa613bff2005-08-24 21:43:11 -050010356 PCI_DMA_TODEVICE));
10357
Marcin Slusarz5c058632008-02-13 00:06:12 +010010358 le32_add_cpu(&tfd->u.data.num_chunks, 1);
Jeff Garzikbf794512005-07-31 13:07:26 -040010359 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010360 }
10361
10362 /* kick DMA */
10363 q->first_empty = ipw_queue_inc_wrap(q->first_empty, q->n_bd);
10364 ipw_write32(priv, q->reg_w, q->first_empty);
10365
Dan Williams943dbef2008-02-14 17:49:41 -050010366 if (ipw_tx_queue_space(q) < q->high_mark)
James Ketrenosf6970142006-02-14 09:10:51 +080010367 netif_stop_queue(priv->net_dev);
10368
James Ketrenos227d2dc2005-07-28 16:25:55 -050010369 return NETDEV_TX_OK;
James Ketrenos43f66a62005-03-25 12:31:53 -060010370
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010371 drop:
James Ketrenos43f66a62005-03-25 12:31:53 -060010372 IPW_DEBUG_DROP("Silently dropping Tx packet.\n");
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010373 libipw_txb_free(txb);
James Ketrenos227d2dc2005-07-28 16:25:55 -050010374 return NETDEV_TX_OK;
10375}
10376
10377static int ipw_net_is_queue_full(struct net_device *dev, int pri)
10378{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010379 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yie43e3c12006-04-13 17:20:45 +080010380#ifdef CONFIG_IPW2200_QOS
James Ketrenos227d2dc2005-07-28 16:25:55 -050010381 int tx_id = ipw_get_tx_queue_number(priv, pri);
10382 struct clx2_tx_queue *txq = &priv->txq[tx_id];
10383#else
10384 struct clx2_tx_queue *txq = &priv->txq[0];
Zhu Yie43e3c12006-04-13 17:20:45 +080010385#endif /* CONFIG_IPW2200_QOS */
James Ketrenos227d2dc2005-07-28 16:25:55 -050010386
Dan Williams943dbef2008-02-14 17:49:41 -050010387 if (ipw_tx_queue_space(&txq->q) < txq->q.high_mark)
James Ketrenos227d2dc2005-07-28 16:25:55 -050010388 return 1;
10389
10390 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060010391}
10392
Zhu Yid685b8c2006-04-13 17:20:27 +080010393#ifdef CONFIG_IPW2200_PROMISCUOUS
10394static void ipw_handle_promiscuous_tx(struct ipw_priv *priv,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010395 struct libipw_txb *txb)
Zhu Yid685b8c2006-04-13 17:20:27 +080010396{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010397 struct libipw_rx_stats dummystats;
Zhu Yid685b8c2006-04-13 17:20:27 +080010398 struct ieee80211_hdr *hdr;
10399 u8 n;
10400 u16 filter = priv->prom_priv->filter;
10401 int hdr_only = 0;
10402
10403 if (filter & IPW_PROM_NO_TX)
10404 return;
10405
10406 memset(&dummystats, 0, sizeof(dummystats));
10407
10408 /* Filtering of fragment chains is done agains the first fragment */
10409 hdr = (void *)txb->fragments[0]->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010410 if (libipw_is_management(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010411 if (filter & IPW_PROM_NO_MGMT)
10412 return;
10413 if (filter & IPW_PROM_MGMT_HEADER_ONLY)
10414 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010415 } else if (libipw_is_control(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010416 if (filter & IPW_PROM_NO_CTL)
10417 return;
10418 if (filter & IPW_PROM_CTL_HEADER_ONLY)
10419 hdr_only = 1;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010420 } else if (libipw_is_data(le16_to_cpu(hdr->frame_control))) {
Zhu Yid685b8c2006-04-13 17:20:27 +080010421 if (filter & IPW_PROM_NO_DATA)
10422 return;
10423 if (filter & IPW_PROM_DATA_HEADER_ONLY)
10424 hdr_only = 1;
10425 }
10426
10427 for(n=0; n<txb->nr_frags; ++n) {
10428 struct sk_buff *src = txb->fragments[n];
10429 struct sk_buff *dst;
10430 struct ieee80211_radiotap_header *rt_hdr;
10431 int len;
10432
10433 if (hdr_only) {
10434 hdr = (void *)src->data;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010435 len = libipw_get_hdrlen(le16_to_cpu(hdr->frame_control));
Zhu Yid685b8c2006-04-13 17:20:27 +080010436 } else
10437 len = src->len;
10438
Johannes Berg007e5dd2008-11-27 23:13:38 +010010439 dst = alloc_skb(len + sizeof(*rt_hdr), GFP_ATOMIC);
10440 if (!dst)
10441 continue;
Zhu Yid685b8c2006-04-13 17:20:27 +080010442
10443 rt_hdr = (void *)skb_put(dst, sizeof(*rt_hdr));
10444
10445 rt_hdr->it_version = PKTHDR_RADIOTAP_VERSION;
10446 rt_hdr->it_pad = 0;
10447 rt_hdr->it_present = 0; /* after all, it's just an idea */
Al Viro743b84d2007-12-27 01:43:16 -050010448 rt_hdr->it_present |= cpu_to_le32(1 << IEEE80211_RADIOTAP_CHANNEL);
Zhu Yid685b8c2006-04-13 17:20:27 +080010449
Al Viroe62e1ee2007-12-27 01:36:46 -050010450 *(__le16*)skb_put(dst, sizeof(u16)) = cpu_to_le16(
Zhu Yid685b8c2006-04-13 17:20:27 +080010451 ieee80211chan2mhz(priv->channel));
10452 if (priv->channel > 14) /* 802.11a */
Al Viroe62e1ee2007-12-27 01:36:46 -050010453 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010454 cpu_to_le16(IEEE80211_CHAN_OFDM |
10455 IEEE80211_CHAN_5GHZ);
10456 else if (priv->ieee->mode == IEEE_B) /* 802.11b */
Al Viroe62e1ee2007-12-27 01:36:46 -050010457 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010458 cpu_to_le16(IEEE80211_CHAN_CCK |
10459 IEEE80211_CHAN_2GHZ);
10460 else /* 802.11g */
Al Viroe62e1ee2007-12-27 01:36:46 -050010461 *(__le16*)skb_put(dst, sizeof(u16)) =
Zhu Yid685b8c2006-04-13 17:20:27 +080010462 cpu_to_le16(IEEE80211_CHAN_OFDM |
10463 IEEE80211_CHAN_2GHZ);
10464
Al Viro743b84d2007-12-27 01:43:16 -050010465 rt_hdr->it_len = cpu_to_le16(dst->len);
Zhu Yid685b8c2006-04-13 17:20:27 +080010466
Arnaldo Carvalho de Melod626f622007-03-27 18:55:52 -030010467 skb_copy_from_linear_data(src, skb_put(dst, len), len);
Zhu Yid685b8c2006-04-13 17:20:27 +080010468
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010469 if (!libipw_rx(priv->prom_priv->ieee, dst, &dummystats))
Zhu Yid685b8c2006-04-13 17:20:27 +080010470 dev_kfree_skb_any(dst);
10471 }
10472}
10473#endif
10474
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000010475static netdev_tx_t ipw_net_hard_start_xmit(struct libipw_txb *txb,
10476 struct net_device *dev, int pri)
James Ketrenos43f66a62005-03-25 12:31:53 -060010477{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010478 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010479 unsigned long flags;
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000010480 netdev_tx_t ret;
James Ketrenos43f66a62005-03-25 12:31:53 -060010481
10482 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size);
James Ketrenos43f66a62005-03-25 12:31:53 -060010483 spin_lock_irqsave(&priv->lock, flags);
10484
Zhu Yid685b8c2006-04-13 17:20:27 +080010485#ifdef CONFIG_IPW2200_PROMISCUOUS
10486 if (rtap_iface && netif_running(priv->prom_net_dev))
10487 ipw_handle_promiscuous_tx(priv, txb);
10488#endif
10489
James Ketrenos227d2dc2005-07-28 16:25:55 -050010490 ret = ipw_tx_skb(priv, txb, pri);
10491 if (ret == NETDEV_TX_OK)
10492 __ipw_led_activity_on(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060010493 spin_unlock_irqrestore(&priv->lock, flags);
James Ketrenos43f66a62005-03-25 12:31:53 -060010494
James Ketrenos227d2dc2005-07-28 16:25:55 -050010495 return ret;
James Ketrenos43f66a62005-03-25 12:31:53 -060010496}
10497
James Ketrenos43f66a62005-03-25 12:31:53 -060010498static void ipw_net_set_multicast_list(struct net_device *dev)
10499{
10500
10501}
10502
10503static int ipw_net_set_mac_address(struct net_device *dev, void *p)
10504{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010505 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010506 struct sockaddr *addr = p;
Joe Perches0795af52007-10-03 17:59:30 -070010507
James Ketrenos43f66a62005-03-25 12:31:53 -060010508 if (!is_valid_ether_addr(addr->sa_data))
10509 return -EADDRNOTAVAIL;
Zhu Yi46441512006-01-24 16:37:59 +080010510 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010511 priv->config |= CFG_CUSTOM_MAC;
10512 memcpy(priv->mac_addr, addr->sa_data, ETH_ALEN);
Johannes Berge1749612008-10-27 15:59:26 -070010513 printk(KERN_INFO "%s: Setting MAC to %pM\n",
10514 priv->net_dev->name, priv->mac_addr);
James Ketrenosa613bff2005-08-24 21:43:11 -050010515 queue_work(priv->workqueue, &priv->adapter_restart);
Zhu Yi46441512006-01-24 16:37:59 +080010516 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010517 return 0;
10518}
10519
Jeff Garzikbf794512005-07-31 13:07:26 -040010520static void ipw_ethtool_get_drvinfo(struct net_device *dev,
James Ketrenos43f66a62005-03-25 12:31:53 -060010521 struct ethtool_drvinfo *info)
10522{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010523 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010524 char vers[64];
10525 char date[32];
10526 u32 len;
10527
10528 strcpy(info->driver, DRV_NAME);
10529 strcpy(info->version, DRV_VERSION);
10530
10531 len = sizeof(vers);
10532 ipw_get_ordinal(p, IPW_ORD_STAT_FW_VERSION, vers, &len);
10533 len = sizeof(date);
10534 ipw_get_ordinal(p, IPW_ORD_STAT_FW_DATE, date, &len);
10535
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010536 snprintf(info->fw_version, sizeof(info->fw_version), "%s (%s)",
James Ketrenos43f66a62005-03-25 12:31:53 -060010537 vers, date);
10538 strcpy(info->bus_info, pci_name(p->pci_dev));
James Ketrenosb095c382005-08-24 22:04:42 -050010539 info->eedump_len = IPW_EEPROM_IMAGE_SIZE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010540}
10541
10542static u32 ipw_ethtool_get_link(struct net_device *dev)
10543{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010544 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010545 return (priv->status & STATUS_ASSOCIATED) != 0;
10546}
10547
10548static int ipw_ethtool_get_eeprom_len(struct net_device *dev)
10549{
James Ketrenosb095c382005-08-24 22:04:42 -050010550 return IPW_EEPROM_IMAGE_SIZE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010551}
10552
10553static int ipw_ethtool_get_eeprom(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010554 struct ethtool_eeprom *eeprom, u8 * bytes)
James Ketrenos43f66a62005-03-25 12:31:53 -060010555{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010556 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010557
James Ketrenosb095c382005-08-24 22:04:42 -050010558 if (eeprom->offset + eeprom->len > IPW_EEPROM_IMAGE_SIZE)
James Ketrenos43f66a62005-03-25 12:31:53 -060010559 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +080010560 mutex_lock(&p->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010561 memcpy(bytes, &p->eeprom[eeprom->offset], eeprom->len);
Zhu Yi46441512006-01-24 16:37:59 +080010562 mutex_unlock(&p->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010563 return 0;
10564}
10565
10566static int ipw_ethtool_set_eeprom(struct net_device *dev,
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010567 struct ethtool_eeprom *eeprom, u8 * bytes)
James Ketrenos43f66a62005-03-25 12:31:53 -060010568{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010569 struct ipw_priv *p = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010570 int i;
10571
James Ketrenosb095c382005-08-24 22:04:42 -050010572 if (eeprom->offset + eeprom->len > IPW_EEPROM_IMAGE_SIZE)
James Ketrenos43f66a62005-03-25 12:31:53 -060010573 return -EINVAL;
Zhu Yi46441512006-01-24 16:37:59 +080010574 mutex_lock(&p->mutex);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010575 memcpy(&p->eeprom[eeprom->offset], bytes, eeprom->len);
Adrian Bunk71e585f2006-03-11 04:42:58 +010010576 for (i = 0; i < IPW_EEPROM_IMAGE_SIZE; i++)
10577 ipw_write8(p, i + IPW_EEPROM_DATA, p->eeprom[i]);
Zhu Yi46441512006-01-24 16:37:59 +080010578 mutex_unlock(&p->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060010579 return 0;
10580}
10581
Jeff Garzik7282d492006-09-13 14:30:00 -040010582static const struct ethtool_ops ipw_ethtool_ops = {
James Ketrenosea2b26e2005-08-24 21:25:16 -050010583 .get_link = ipw_ethtool_get_link,
10584 .get_drvinfo = ipw_ethtool_get_drvinfo,
10585 .get_eeprom_len = ipw_ethtool_get_eeprom_len,
10586 .get_eeprom = ipw_ethtool_get_eeprom,
10587 .set_eeprom = ipw_ethtool_set_eeprom,
James Ketrenos43f66a62005-03-25 12:31:53 -060010588};
10589
David Howells7d12e782006-10-05 14:55:46 +010010590static irqreturn_t ipw_isr(int irq, void *data)
James Ketrenos43f66a62005-03-25 12:31:53 -060010591{
10592 struct ipw_priv *priv = data;
10593 u32 inta, inta_mask;
Jeff Garzikbf794512005-07-31 13:07:26 -040010594
James Ketrenos43f66a62005-03-25 12:31:53 -060010595 if (!priv)
10596 return IRQ_NONE;
10597
Zhu Yi89c318e2006-06-08 22:19:49 -070010598 spin_lock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010599
10600 if (!(priv->status & STATUS_INT_ENABLED)) {
Zhu Yid00d0122007-07-12 16:09:40 +080010601 /* IRQ is disabled */
James Ketrenos43f66a62005-03-25 12:31:53 -060010602 goto none;
10603 }
10604
James Ketrenosb095c382005-08-24 22:04:42 -050010605 inta = ipw_read32(priv, IPW_INTA_RW);
10606 inta_mask = ipw_read32(priv, IPW_INTA_MASK_R);
Jeff Garzikbf794512005-07-31 13:07:26 -040010607
James Ketrenos43f66a62005-03-25 12:31:53 -060010608 if (inta == 0xFFFFFFFF) {
10609 /* Hardware disappeared */
10610 IPW_WARNING("IRQ INTA == 0xFFFFFFFF\n");
10611 goto none;
10612 }
10613
James Ketrenosb095c382005-08-24 22:04:42 -050010614 if (!(inta & (IPW_INTA_MASK_ALL & inta_mask))) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010615 /* Shared interrupt */
10616 goto none;
10617 }
10618
10619 /* tell the device to stop sending interrupts */
Zhu Yi89c318e2006-06-08 22:19:49 -070010620 __ipw_disable_interrupts(priv);
Jeff Garzikbf794512005-07-31 13:07:26 -040010621
James Ketrenos43f66a62005-03-25 12:31:53 -060010622 /* ack current interrupts */
James Ketrenosb095c382005-08-24 22:04:42 -050010623 inta &= (IPW_INTA_MASK_ALL & inta_mask);
10624 ipw_write32(priv, IPW_INTA_RW, inta);
Jeff Garzikbf794512005-07-31 13:07:26 -040010625
James Ketrenos43f66a62005-03-25 12:31:53 -060010626 /* Cache INTA value for our tasklet */
10627 priv->isr_inta = inta;
10628
10629 tasklet_schedule(&priv->irq_tasklet);
10630
Zhu Yi89c318e2006-06-08 22:19:49 -070010631 spin_unlock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010632
10633 return IRQ_HANDLED;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010634 none:
Zhu Yi89c318e2006-06-08 22:19:49 -070010635 spin_unlock(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060010636 return IRQ_NONE;
10637}
10638
10639static void ipw_rf_kill(void *adapter)
10640{
10641 struct ipw_priv *priv = adapter;
10642 unsigned long flags;
Jeff Garzikbf794512005-07-31 13:07:26 -040010643
James Ketrenos43f66a62005-03-25 12:31:53 -060010644 spin_lock_irqsave(&priv->lock, flags);
10645
10646 if (rf_kill_active(priv)) {
10647 IPW_DEBUG_RF_KILL("RF Kill active, rescheduling GPIO check\n");
10648 if (priv->workqueue)
10649 queue_delayed_work(priv->workqueue,
10650 &priv->rf_kill, 2 * HZ);
10651 goto exit_unlock;
10652 }
10653
10654 /* RF Kill is now disabled, so bring the device back up */
10655
10656 if (!(priv->status & STATUS_RF_KILL_MASK)) {
10657 IPW_DEBUG_RF_KILL("HW RF Kill no longer active, restarting "
10658 "device\n");
10659
10660 /* we can not do an adapter restart while inside an irq lock */
10661 queue_work(priv->workqueue, &priv->adapter_restart);
Jeff Garzikbf794512005-07-31 13:07:26 -040010662 } else
James Ketrenos43f66a62005-03-25 12:31:53 -060010663 IPW_DEBUG_RF_KILL("HW RF Kill deactivated. SW RF Kill still "
10664 "enabled\n");
10665
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010666 exit_unlock:
James Ketrenos43f66a62005-03-25 12:31:53 -060010667 spin_unlock_irqrestore(&priv->lock, flags);
10668}
10669
David Howellsc4028952006-11-22 14:57:56 +000010670static void ipw_bg_rf_kill(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010671{
David Howellsc4028952006-11-22 14:57:56 +000010672 struct ipw_priv *priv =
10673 container_of(work, struct ipw_priv, rf_kill.work);
Zhu Yi46441512006-01-24 16:37:59 +080010674 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010675 ipw_rf_kill(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010676 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010677}
10678
Adrian Bunka73e22b2006-01-21 01:39:42 +010010679static void ipw_link_up(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -050010680{
James Ketrenosafbf30a2005-08-25 00:05:33 -050010681 priv->last_seq_num = -1;
10682 priv->last_frag_num = -1;
10683 priv->last_packet_time = 0;
10684
James Ketrenosa613bff2005-08-24 21:43:11 -050010685 netif_carrier_on(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050010686
James Ketrenosc848d0a2005-08-24 21:56:24 -050010687 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010688 cancel_delayed_work(&priv->request_direct_scan);
10689 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040010690 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050010691 ipw_reset_stats(priv);
10692 /* Ensure the rate is updated immediately */
10693 priv->last_rate = ipw_get_current_rate(priv);
10694 ipw_gather_stats(priv);
10695 ipw_led_link_up(priv);
10696 notify_wx_assoc_event(priv);
10697
10698 if (priv->config & CFG_BACKGROUND_SCAN)
10699 queue_delayed_work(priv->workqueue, &priv->request_scan, HZ);
10700}
10701
David Howellsc4028952006-11-22 14:57:56 +000010702static void ipw_bg_link_up(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010703{
David Howellsc4028952006-11-22 14:57:56 +000010704 struct ipw_priv *priv =
10705 container_of(work, struct ipw_priv, link_up);
Zhu Yi46441512006-01-24 16:37:59 +080010706 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010707 ipw_link_up(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010708 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010709}
10710
Adrian Bunka73e22b2006-01-21 01:39:42 +010010711static void ipw_link_down(struct ipw_priv *priv)
James Ketrenosa613bff2005-08-24 21:43:11 -050010712{
10713 ipw_led_link_down(priv);
10714 netif_carrier_off(priv->net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050010715 notify_wx_assoc_event(priv);
10716
10717 /* Cancel any queued work ... */
10718 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010719 cancel_delayed_work(&priv->request_direct_scan);
10720 cancel_delayed_work(&priv->request_passive_scan);
James Ketrenosa613bff2005-08-24 21:43:11 -050010721 cancel_delayed_work(&priv->adhoc_check);
10722 cancel_delayed_work(&priv->gather_stats);
10723
10724 ipw_reset_stats(priv);
10725
James Ketrenosafbf30a2005-08-25 00:05:33 -050010726 if (!(priv->status & STATUS_EXIT_PENDING)) {
10727 /* Queue up another scan... */
David Howellsc4028952006-11-22 14:57:56 +000010728 queue_delayed_work(priv->workqueue, &priv->request_scan, 0);
Dan Williams0b531672007-10-09 13:55:24 -040010729 } else
10730 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050010731}
10732
David Howellsc4028952006-11-22 14:57:56 +000010733static void ipw_bg_link_down(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050010734{
David Howellsc4028952006-11-22 14:57:56 +000010735 struct ipw_priv *priv =
10736 container_of(work, struct ipw_priv, link_down);
Zhu Yi46441512006-01-24 16:37:59 +080010737 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000010738 ipw_link_down(priv);
Zhu Yi46441512006-01-24 16:37:59 +080010739 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050010740}
10741
Adrian Bunk2ef19e62007-12-11 23:20:22 +010010742static int __devinit ipw_setup_deferred_work(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060010743{
10744 int ret = 0;
10745
James Ketrenos43f66a62005-03-25 12:31:53 -060010746 priv->workqueue = create_workqueue(DRV_NAME);
James Ketrenos43f66a62005-03-25 12:31:53 -060010747 init_waitqueue_head(&priv->wait_command_queue);
James Ketrenosafbf30a2005-08-25 00:05:33 -050010748 init_waitqueue_head(&priv->wait_state);
James Ketrenos43f66a62005-03-25 12:31:53 -060010749
David Howellsc4028952006-11-22 14:57:56 +000010750 INIT_DELAYED_WORK(&priv->adhoc_check, ipw_bg_adhoc_check);
10751 INIT_WORK(&priv->associate, ipw_bg_associate);
10752 INIT_WORK(&priv->disassociate, ipw_bg_disassociate);
10753 INIT_WORK(&priv->system_config, ipw_system_config);
10754 INIT_WORK(&priv->rx_replenish, ipw_bg_rx_queue_replenish);
10755 INIT_WORK(&priv->adapter_restart, ipw_bg_adapter_restart);
10756 INIT_DELAYED_WORK(&priv->rf_kill, ipw_bg_rf_kill);
10757 INIT_WORK(&priv->up, ipw_bg_up);
10758 INIT_WORK(&priv->down, ipw_bg_down);
10759 INIT_DELAYED_WORK(&priv->request_scan, ipw_request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040010760 INIT_DELAYED_WORK(&priv->request_direct_scan, ipw_request_direct_scan);
10761 INIT_DELAYED_WORK(&priv->request_passive_scan, ipw_request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040010762 INIT_DELAYED_WORK(&priv->scan_event, ipw_scan_event);
David Howellsc4028952006-11-22 14:57:56 +000010763 INIT_DELAYED_WORK(&priv->gather_stats, ipw_bg_gather_stats);
10764 INIT_WORK(&priv->abort_scan, ipw_bg_abort_scan);
10765 INIT_WORK(&priv->roam, ipw_bg_roam);
10766 INIT_DELAYED_WORK(&priv->scan_check, ipw_bg_scan_check);
10767 INIT_WORK(&priv->link_up, ipw_bg_link_up);
10768 INIT_WORK(&priv->link_down, ipw_bg_link_down);
10769 INIT_DELAYED_WORK(&priv->led_link_on, ipw_bg_led_link_on);
10770 INIT_DELAYED_WORK(&priv->led_link_off, ipw_bg_led_link_off);
10771 INIT_DELAYED_WORK(&priv->led_act_off, ipw_bg_led_activity_off);
10772 INIT_WORK(&priv->merge_networks, ipw_merge_adhoc_network);
James Ketrenos43f66a62005-03-25 12:31:53 -060010773
Zhu Yie43e3c12006-04-13 17:20:45 +080010774#ifdef CONFIG_IPW2200_QOS
David Howellsc4028952006-11-22 14:57:56 +000010775 INIT_WORK(&priv->qos_activate, ipw_bg_qos_activate);
Zhu Yie43e3c12006-04-13 17:20:45 +080010776#endif /* CONFIG_IPW2200_QOS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010777
10778 tasklet_init(&priv->irq_tasklet, (void (*)(unsigned long))
10779 ipw_irq_tasklet, (unsigned long)priv);
10780
10781 return ret;
10782}
10783
James Ketrenos43f66a62005-03-25 12:31:53 -060010784static void shim__set_security(struct net_device *dev,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010785 struct libipw_security *sec)
James Ketrenos43f66a62005-03-25 12:31:53 -060010786{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010787 struct ipw_priv *priv = libipw_priv(dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060010788 int i;
Jeff Garzikbf794512005-07-31 13:07:26 -040010789 for (i = 0; i < 4; i++) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010790 if (sec->flags & (1 << i)) {
James Ketrenosafbf30a2005-08-25 00:05:33 -050010791 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i];
James Ketrenosb095c382005-08-24 22:04:42 -050010792 priv->ieee->sec.key_sizes[i] = sec->key_sizes[i];
James Ketrenos43f66a62005-03-25 12:31:53 -060010793 if (sec->key_sizes[i] == 0)
James Ketrenosb095c382005-08-24 22:04:42 -050010794 priv->ieee->sec.flags &= ~(1 << i);
10795 else {
10796 memcpy(priv->ieee->sec.keys[i], sec->keys[i],
James Ketrenos43f66a62005-03-25 12:31:53 -060010797 sec->key_sizes[i]);
James Ketrenosb095c382005-08-24 22:04:42 -050010798 priv->ieee->sec.flags |= (1 << i);
10799 }
James Ketrenos43f66a62005-03-25 12:31:53 -060010800 priv->status |= STATUS_SECURITY_UPDATED;
James Ketrenosb095c382005-08-24 22:04:42 -050010801 } else if (sec->level != SEC_LEVEL_1)
10802 priv->ieee->sec.flags &= ~(1 << i);
James Ketrenos43f66a62005-03-25 12:31:53 -060010803 }
10804
James Ketrenosb095c382005-08-24 22:04:42 -050010805 if (sec->flags & SEC_ACTIVE_KEY) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010806 if (sec->active_key <= 3) {
James Ketrenosb095c382005-08-24 22:04:42 -050010807 priv->ieee->sec.active_key = sec->active_key;
10808 priv->ieee->sec.flags |= SEC_ACTIVE_KEY;
Jeff Garzikbf794512005-07-31 13:07:26 -040010809 } else
James Ketrenosb095c382005-08-24 22:04:42 -050010810 priv->ieee->sec.flags &= ~SEC_ACTIVE_KEY;
James Ketrenos43f66a62005-03-25 12:31:53 -060010811 priv->status |= STATUS_SECURITY_UPDATED;
James Ketrenosb095c382005-08-24 22:04:42 -050010812 } else
10813 priv->ieee->sec.flags &= ~SEC_ACTIVE_KEY;
James Ketrenos43f66a62005-03-25 12:31:53 -060010814
10815 if ((sec->flags & SEC_AUTH_MODE) &&
James Ketrenosb095c382005-08-24 22:04:42 -050010816 (priv->ieee->sec.auth_mode != sec->auth_mode)) {
10817 priv->ieee->sec.auth_mode = sec->auth_mode;
10818 priv->ieee->sec.flags |= SEC_AUTH_MODE;
James Ketrenos43f66a62005-03-25 12:31:53 -060010819 if (sec->auth_mode == WLAN_AUTH_SHARED_KEY)
10820 priv->capability |= CAP_SHARED_KEY;
10821 else
10822 priv->capability &= ~CAP_SHARED_KEY;
10823 priv->status |= STATUS_SECURITY_UPDATED;
10824 }
Jeff Garzikbf794512005-07-31 13:07:26 -040010825
James Ketrenosb095c382005-08-24 22:04:42 -050010826 if (sec->flags & SEC_ENABLED && priv->ieee->sec.enabled != sec->enabled) {
10827 priv->ieee->sec.flags |= SEC_ENABLED;
10828 priv->ieee->sec.enabled = sec->enabled;
James Ketrenos43f66a62005-03-25 12:31:53 -060010829 priv->status |= STATUS_SECURITY_UPDATED;
Jeff Garzikbf794512005-07-31 13:07:26 -040010830 if (sec->enabled)
James Ketrenos43f66a62005-03-25 12:31:53 -060010831 priv->capability |= CAP_PRIVACY_ON;
10832 else
10833 priv->capability &= ~CAP_PRIVACY_ON;
10834 }
Jeff Garzikbf794512005-07-31 13:07:26 -040010835
James Ketrenosafbf30a2005-08-25 00:05:33 -050010836 if (sec->flags & SEC_ENCRYPT)
10837 priv->ieee->sec.encrypt = sec->encrypt;
James Ketrenos43f66a62005-03-25 12:31:53 -060010838
James Ketrenosb095c382005-08-24 22:04:42 -050010839 if (sec->flags & SEC_LEVEL && priv->ieee->sec.level != sec->level) {
10840 priv->ieee->sec.level = sec->level;
10841 priv->ieee->sec.flags |= SEC_LEVEL;
James Ketrenos43f66a62005-03-25 12:31:53 -060010842 priv->status |= STATUS_SECURITY_UPDATED;
10843 }
10844
Zhu Yi1fbfea52005-08-05 17:22:56 +080010845 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT))
10846 ipw_set_hwcrypto_keys(priv);
10847
Jeff Garzikbf794512005-07-31 13:07:26 -040010848 /* To match current functionality of ipw2100 (which works well w/
10849 * various supplicants, we don't force a disassociate if the
James Ketrenos43f66a62005-03-25 12:31:53 -060010850 * privacy capability changes ... */
10851#if 0
10852 if ((priv->status & (STATUS_ASSOCIATED | STATUS_ASSOCIATING)) &&
Jeff Garzikbf794512005-07-31 13:07:26 -040010853 (((priv->assoc_request.capability &
Al Viro5b5e8072007-12-27 01:54:06 -050010854 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && !sec->enabled) ||
Jeff Garzikbf794512005-07-31 13:07:26 -040010855 (!(priv->assoc_request.capability &
Al Viro5b5e8072007-12-27 01:54:06 -050010856 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && sec->enabled))) {
James Ketrenos43f66a62005-03-25 12:31:53 -060010857 IPW_DEBUG_ASSOC("Disassociating due to capability "
10858 "change.\n");
10859 ipw_disassociate(priv);
10860 }
10861#endif
10862}
10863
Jeff Garzikbf794512005-07-31 13:07:26 -040010864static int init_supported_rates(struct ipw_priv *priv,
James Ketrenos43f66a62005-03-25 12:31:53 -060010865 struct ipw_supported_rates *rates)
10866{
10867 /* TODO: Mask out rates based on priv->rates_mask */
10868
10869 memset(rates, 0, sizeof(*rates));
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010870 /* configure supported rates */
James Ketrenos43f66a62005-03-25 12:31:53 -060010871 switch (priv->ieee->freq_band) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010872 case LIBIPW_52GHZ_BAND:
James Ketrenos43f66a62005-03-25 12:31:53 -060010873 rates->ieee_mode = IPW_A_MODE;
10874 rates->purpose = IPW_RATE_CAPABILITIES;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010875 ipw_add_ofdm_scan_rates(rates, LIBIPW_CCK_MODULATION,
10876 LIBIPW_OFDM_DEFAULT_RATES_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -060010877 break;
10878
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010879 default: /* Mixed or 2.4Ghz */
James Ketrenos43f66a62005-03-25 12:31:53 -060010880 rates->ieee_mode = IPW_G_MODE;
10881 rates->purpose = IPW_RATE_CAPABILITIES;
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010882 ipw_add_cck_scan_rates(rates, LIBIPW_CCK_MODULATION,
10883 LIBIPW_CCK_DEFAULT_RATES_MASK);
10884 if (priv->ieee->modulation & LIBIPW_OFDM_MODULATION) {
10885 ipw_add_ofdm_scan_rates(rates, LIBIPW_CCK_MODULATION,
10886 LIBIPW_OFDM_DEFAULT_RATES_MASK);
James Ketrenos43f66a62005-03-25 12:31:53 -060010887 }
10888 break;
10889 }
10890
10891 return 0;
10892}
10893
Jeff Garzikbf794512005-07-31 13:07:26 -040010894static int ipw_config(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060010895{
James Ketrenos43f66a62005-03-25 12:31:53 -060010896 /* This is only called from ipw_up, which resets/reloads the firmware
10897 so, we don't need to first disable the card before we configure
10898 it */
Zhu Yi6de9f7f2005-08-11 14:39:33 +080010899 if (ipw_set_tx_power(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -060010900 goto error;
10901
10902 /* initialize adapter address */
10903 if (ipw_send_adapter_address(priv, priv->net_dev->dev_addr))
10904 goto error;
10905
10906 /* set basic system config settings */
10907 init_sys_config(&priv->sys_config);
Zhu Yi810dabd2006-01-24 16:36:59 +080010908
10909 /* Support Bluetooth if we have BT h/w on board, and user wants to.
10910 * Does not support BT priority yet (don't abort or defer our Tx) */
10911 if (bt_coexist) {
Zhu Yi2638bc32006-01-24 16:37:52 +080010912 unsigned char bt_caps = priv->eeprom[EEPROM_SKU_CAPABILITY];
Zhu Yi810dabd2006-01-24 16:36:59 +080010913
10914 if (bt_caps & EEPROM_SKU_CAP_BT_CHANNEL_SIG)
10915 priv->sys_config.bt_coexistence
Zhu Yi2638bc32006-01-24 16:37:52 +080010916 |= CFG_BT_COEXISTENCE_SIGNAL_CHNL;
Zhu Yi810dabd2006-01-24 16:36:59 +080010917 if (bt_caps & EEPROM_SKU_CAP_BT_OOB)
10918 priv->sys_config.bt_coexistence
Zhu Yi2638bc32006-01-24 16:37:52 +080010919 |= CFG_BT_COEXISTENCE_OOB;
Zhu Yi810dabd2006-01-24 16:36:59 +080010920 }
10921
Zhu Yid685b8c2006-04-13 17:20:27 +080010922#ifdef CONFIG_IPW2200_PROMISCUOUS
10923 if (priv->prom_net_dev && netif_running(priv->prom_net_dev)) {
10924 priv->sys_config.accept_all_data_frames = 1;
10925 priv->sys_config.accept_non_directed_frames = 1;
10926 priv->sys_config.accept_all_mgmt_bcpr = 1;
10927 priv->sys_config.accept_all_mgmt_frames = 1;
10928 }
10929#endif
10930
James Ketrenosc848d0a2005-08-24 21:56:24 -050010931 if (priv->ieee->iw_mode == IW_MODE_ADHOC)
10932 priv->sys_config.answer_broadcast_ssid_probe = 1;
10933 else
10934 priv->sys_config.answer_broadcast_ssid_probe = 0;
10935
Zhu Yid685b8c2006-04-13 17:20:27 +080010936 if (ipw_send_system_config(priv))
James Ketrenos43f66a62005-03-25 12:31:53 -060010937 goto error;
10938
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010939 init_supported_rates(priv, &priv->rates);
10940 if (ipw_send_supported_rates(priv, &priv->rates))
James Ketrenos43f66a62005-03-25 12:31:53 -060010941 goto error;
10942
10943 /* Set request-to-send threshold */
10944 if (priv->rts_threshold) {
10945 if (ipw_send_rts_threshold(priv, priv->rts_threshold))
10946 goto error;
10947 }
Zhu Yie43e3c12006-04-13 17:20:45 +080010948#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050010949 IPW_DEBUG_QOS("QoS: call ipw_qos_activate\n");
10950 ipw_qos_activate(priv, NULL);
Zhu Yie43e3c12006-04-13 17:20:45 +080010951#endif /* CONFIG_IPW2200_QOS */
James Ketrenos43f66a62005-03-25 12:31:53 -060010952
10953 if (ipw_set_random_seed(priv))
10954 goto error;
Jeff Garzikbf794512005-07-31 13:07:26 -040010955
James Ketrenos43f66a62005-03-25 12:31:53 -060010956 /* final state transition to the RUN state */
10957 if (ipw_send_host_complete(priv))
10958 goto error;
10959
James Ketrenose6666192005-08-12 09:17:04 -050010960 priv->status |= STATUS_INIT;
10961
10962 ipw_led_init(priv);
10963 ipw_led_radio_on(priv);
10964 priv->notif_missed_beacons = 0;
10965
10966 /* Set hardware WEP key if it is configured. */
10967 if ((priv->capability & CAP_PRIVACY_ON) &&
10968 (priv->ieee->sec.level == SEC_LEVEL_1) &&
10969 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt))
10970 ipw_set_hwcrypto_keys(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060010971
10972 return 0;
Jeff Garzikbf794512005-07-31 13:07:26 -040010973
Jeff Garzik0edd5b42005-09-07 00:48:31 -040010974 error:
James Ketrenos43f66a62005-03-25 12:31:53 -060010975 return -EIO;
10976}
10977
James Ketrenos4f36f802005-08-03 20:36:56 -050010978/*
10979 * NOTE:
10980 *
10981 * These tables have been tested in conjunction with the
10982 * Intel PRO/Wireless 2200BG and 2915ABG Network Connection Adapters.
10983 *
10984 * Altering this values, using it on other hardware, or in geographies
10985 * not intended for resale of the above mentioned Intel adapters has
10986 * not been tested.
10987 *
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080010988 * Remember to update the table in README.ipw2200 when changing this
10989 * table.
10990 *
James Ketrenos4f36f802005-08-03 20:36:56 -050010991 */
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040010992static const struct libipw_geo ipw_geos[] = {
James Ketrenos4f36f802005-08-03 20:36:56 -050010993 { /* Restricted */
10994 "---",
10995 .bg_channels = 11,
10996 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
10997 {2427, 4}, {2432, 5}, {2437, 6},
10998 {2442, 7}, {2447, 8}, {2452, 9},
10999 {2457, 10}, {2462, 11}},
11000 },
11001
11002 { /* Custom US/Canada */
11003 "ZZF",
11004 .bg_channels = 11,
11005 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11006 {2427, 4}, {2432, 5}, {2437, 6},
11007 {2442, 7}, {2447, 8}, {2452, 9},
11008 {2457, 10}, {2462, 11}},
11009 .a_channels = 8,
11010 .a = {{5180, 36},
11011 {5200, 40},
11012 {5220, 44},
11013 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011014 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11015 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11016 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11017 {5320, 64, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011018 },
11019
11020 { /* Rest of World */
11021 "ZZD",
11022 .bg_channels = 13,
11023 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11024 {2427, 4}, {2432, 5}, {2437, 6},
11025 {2442, 7}, {2447, 8}, {2452, 9},
11026 {2457, 10}, {2462, 11}, {2467, 12},
11027 {2472, 13}},
11028 },
11029
11030 { /* Custom USA & Europe & High */
11031 "ZZA",
11032 .bg_channels = 11,
11033 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11034 {2427, 4}, {2432, 5}, {2437, 6},
11035 {2442, 7}, {2447, 8}, {2452, 9},
11036 {2457, 10}, {2462, 11}},
11037 .a_channels = 13,
11038 .a = {{5180, 36},
11039 {5200, 40},
11040 {5220, 44},
11041 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011042 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11043 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11044 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11045 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
James Ketrenos4f36f802005-08-03 20:36:56 -050011046 {5745, 149},
11047 {5765, 153},
11048 {5785, 157},
11049 {5805, 161},
11050 {5825, 165}},
11051 },
11052
11053 { /* Custom NA & Europe */
11054 "ZZB",
11055 .bg_channels = 11,
11056 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11057 {2427, 4}, {2432, 5}, {2437, 6},
11058 {2442, 7}, {2447, 8}, {2452, 9},
11059 {2457, 10}, {2462, 11}},
11060 .a_channels = 13,
11061 .a = {{5180, 36},
11062 {5200, 40},
11063 {5220, 44},
11064 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011065 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11066 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11067 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11068 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11069 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11070 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11071 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11072 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11073 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011074 },
11075
11076 { /* Custom Japan */
11077 "ZZC",
11078 .bg_channels = 11,
11079 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11080 {2427, 4}, {2432, 5}, {2437, 6},
11081 {2442, 7}, {2447, 8}, {2452, 9},
11082 {2457, 10}, {2462, 11}},
11083 .a_channels = 4,
11084 .a = {{5170, 34}, {5190, 38},
11085 {5210, 42}, {5230, 46}},
11086 },
11087
11088 { /* Custom */
11089 "ZZM",
11090 .bg_channels = 11,
11091 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11092 {2427, 4}, {2432, 5}, {2437, 6},
11093 {2442, 7}, {2447, 8}, {2452, 9},
11094 {2457, 10}, {2462, 11}},
11095 },
11096
11097 { /* Europe */
11098 "ZZE",
11099 .bg_channels = 13,
11100 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11101 {2427, 4}, {2432, 5}, {2437, 6},
11102 {2442, 7}, {2447, 8}, {2452, 9},
11103 {2457, 10}, {2462, 11}, {2467, 12},
11104 {2472, 13}},
11105 .a_channels = 19,
11106 .a = {{5180, 36},
11107 {5200, 40},
11108 {5220, 44},
11109 {5240, 48},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011110 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11111 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11112 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11113 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11114 {5500, 100, LIBIPW_CH_PASSIVE_ONLY},
11115 {5520, 104, LIBIPW_CH_PASSIVE_ONLY},
11116 {5540, 108, LIBIPW_CH_PASSIVE_ONLY},
11117 {5560, 112, LIBIPW_CH_PASSIVE_ONLY},
11118 {5580, 116, LIBIPW_CH_PASSIVE_ONLY},
11119 {5600, 120, LIBIPW_CH_PASSIVE_ONLY},
11120 {5620, 124, LIBIPW_CH_PASSIVE_ONLY},
11121 {5640, 128, LIBIPW_CH_PASSIVE_ONLY},
11122 {5660, 132, LIBIPW_CH_PASSIVE_ONLY},
11123 {5680, 136, LIBIPW_CH_PASSIVE_ONLY},
11124 {5700, 140, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011125 },
11126
11127 { /* Custom Japan */
11128 "ZZJ",
11129 .bg_channels = 14,
11130 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11131 {2427, 4}, {2432, 5}, {2437, 6},
11132 {2442, 7}, {2447, 8}, {2452, 9},
11133 {2457, 10}, {2462, 11}, {2467, 12},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011134 {2472, 13}, {2484, 14, LIBIPW_CH_B_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011135 .a_channels = 4,
11136 .a = {{5170, 34}, {5190, 38},
11137 {5210, 42}, {5230, 46}},
11138 },
11139
James Ketrenos03520572005-10-19 16:12:31 -050011140 { /* Rest of World */
11141 "ZZR",
11142 .bg_channels = 14,
11143 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11144 {2427, 4}, {2432, 5}, {2437, 6},
11145 {2442, 7}, {2447, 8}, {2452, 9},
11146 {2457, 10}, {2462, 11}, {2467, 12},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011147 {2472, 13}, {2484, 14, LIBIPW_CH_B_ONLY |
11148 LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos03520572005-10-19 16:12:31 -050011149 },
11150
James Ketrenos4f36f802005-08-03 20:36:56 -050011151 { /* High Band */
11152 "ZZH",
11153 .bg_channels = 13,
11154 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11155 {2427, 4}, {2432, 5}, {2437, 6},
11156 {2442, 7}, {2447, 8}, {2452, 9},
11157 {2457, 10}, {2462, 11},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011158 {2467, 12, LIBIPW_CH_PASSIVE_ONLY},
11159 {2472, 13, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011160 .a_channels = 4,
11161 .a = {{5745, 149}, {5765, 153},
11162 {5785, 157}, {5805, 161}},
11163 },
11164
11165 { /* Custom Europe */
11166 "ZZG",
11167 .bg_channels = 13,
11168 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11169 {2427, 4}, {2432, 5}, {2437, 6},
11170 {2442, 7}, {2447, 8}, {2452, 9},
11171 {2457, 10}, {2462, 11},
11172 {2467, 12}, {2472, 13}},
11173 .a_channels = 4,
11174 .a = {{5180, 36}, {5200, 40},
11175 {5220, 44}, {5240, 48}},
11176 },
11177
11178 { /* Europe */
11179 "ZZK",
11180 .bg_channels = 13,
11181 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11182 {2427, 4}, {2432, 5}, {2437, 6},
11183 {2442, 7}, {2447, 8}, {2452, 9},
11184 {2457, 10}, {2462, 11},
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011185 {2467, 12, LIBIPW_CH_PASSIVE_ONLY},
11186 {2472, 13, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011187 .a_channels = 24,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011188 .a = {{5180, 36, LIBIPW_CH_PASSIVE_ONLY},
11189 {5200, 40, LIBIPW_CH_PASSIVE_ONLY},
11190 {5220, 44, LIBIPW_CH_PASSIVE_ONLY},
11191 {5240, 48, LIBIPW_CH_PASSIVE_ONLY},
11192 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11193 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11194 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11195 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11196 {5500, 100, LIBIPW_CH_PASSIVE_ONLY},
11197 {5520, 104, LIBIPW_CH_PASSIVE_ONLY},
11198 {5540, 108, LIBIPW_CH_PASSIVE_ONLY},
11199 {5560, 112, LIBIPW_CH_PASSIVE_ONLY},
11200 {5580, 116, LIBIPW_CH_PASSIVE_ONLY},
11201 {5600, 120, LIBIPW_CH_PASSIVE_ONLY},
11202 {5620, 124, LIBIPW_CH_PASSIVE_ONLY},
11203 {5640, 128, LIBIPW_CH_PASSIVE_ONLY},
11204 {5660, 132, LIBIPW_CH_PASSIVE_ONLY},
11205 {5680, 136, LIBIPW_CH_PASSIVE_ONLY},
11206 {5700, 140, LIBIPW_CH_PASSIVE_ONLY},
11207 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11208 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11209 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11210 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11211 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011212 },
11213
11214 { /* Europe */
11215 "ZZL",
11216 .bg_channels = 11,
11217 .bg = {{2412, 1}, {2417, 2}, {2422, 3},
11218 {2427, 4}, {2432, 5}, {2437, 6},
11219 {2442, 7}, {2447, 8}, {2452, 9},
11220 {2457, 10}, {2462, 11}},
11221 .a_channels = 13,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011222 .a = {{5180, 36, LIBIPW_CH_PASSIVE_ONLY},
11223 {5200, 40, LIBIPW_CH_PASSIVE_ONLY},
11224 {5220, 44, LIBIPW_CH_PASSIVE_ONLY},
11225 {5240, 48, LIBIPW_CH_PASSIVE_ONLY},
11226 {5260, 52, LIBIPW_CH_PASSIVE_ONLY},
11227 {5280, 56, LIBIPW_CH_PASSIVE_ONLY},
11228 {5300, 60, LIBIPW_CH_PASSIVE_ONLY},
11229 {5320, 64, LIBIPW_CH_PASSIVE_ONLY},
11230 {5745, 149, LIBIPW_CH_PASSIVE_ONLY},
11231 {5765, 153, LIBIPW_CH_PASSIVE_ONLY},
11232 {5785, 157, LIBIPW_CH_PASSIVE_ONLY},
11233 {5805, 161, LIBIPW_CH_PASSIVE_ONLY},
11234 {5825, 165, LIBIPW_CH_PASSIVE_ONLY}},
James Ketrenos4f36f802005-08-03 20:36:56 -050011235 }
James Ketrenosafbf30a2005-08-25 00:05:33 -050011236};
11237
James Ketrenos43f66a62005-03-25 12:31:53 -060011238#define MAX_HW_RESTARTS 5
11239static int ipw_up(struct ipw_priv *priv)
11240{
James Ketrenos4f36f802005-08-03 20:36:56 -050011241 int rc, i, j;
James Ketrenos43f66a62005-03-25 12:31:53 -060011242
Dan Williamsc3d72b92009-02-11 13:26:06 -050011243 /* Age scan list entries found before suspend */
11244 if (priv->suspend_time) {
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011245 libipw_networks_age(priv->ieee, priv->suspend_time);
Dan Williamsc3d72b92009-02-11 13:26:06 -050011246 priv->suspend_time = 0;
11247 }
11248
James Ketrenos43f66a62005-03-25 12:31:53 -060011249 if (priv->status & STATUS_EXIT_PENDING)
11250 return -EIO;
11251
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011252 if (cmdlog && !priv->cmdlog) {
Yan Burmane6e3f122006-12-02 13:38:14 +020011253 priv->cmdlog = kcalloc(cmdlog, sizeof(*priv->cmdlog),
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011254 GFP_KERNEL);
11255 if (priv->cmdlog == NULL) {
11256 IPW_ERROR("Error allocating %d command log entries.\n",
11257 cmdlog);
Zhu Yid0b526b2006-04-13 17:19:50 +080011258 return -ENOMEM;
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011259 } else {
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011260 priv->cmdlog_len = cmdlog;
11261 }
11262 }
11263
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011264 for (i = 0; i < MAX_HW_RESTARTS; i++) {
Jeff Garzikbf794512005-07-31 13:07:26 -040011265 /* Load the microcode, firmware, and eeprom.
James Ketrenos43f66a62005-03-25 12:31:53 -060011266 * Also start the clocks. */
11267 rc = ipw_load(priv);
11268 if (rc) {
Peter Jonesa4f6bbb2005-08-26 00:33:34 -050011269 IPW_ERROR("Unable to load firmware: %d\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -060011270 return rc;
11271 }
11272
11273 ipw_init_ordinals(priv);
11274 if (!(priv->config & CFG_CUSTOM_MAC))
11275 eeprom_parse_mac(priv, priv->mac_addr);
11276 memcpy(priv->net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
11277
James Ketrenos4f36f802005-08-03 20:36:56 -050011278 for (j = 0; j < ARRAY_SIZE(ipw_geos); j++) {
11279 if (!memcmp(&priv->eeprom[EEPROM_COUNTRY_CODE],
11280 ipw_geos[j].name, 3))
11281 break;
11282 }
James Ketrenos03520572005-10-19 16:12:31 -050011283 if (j == ARRAY_SIZE(ipw_geos)) {
11284 IPW_WARNING("SKU [%c%c%c] not recognized.\n",
11285 priv->eeprom[EEPROM_COUNTRY_CODE + 0],
11286 priv->eeprom[EEPROM_COUNTRY_CODE + 1],
11287 priv->eeprom[EEPROM_COUNTRY_CODE + 2]);
James Ketrenos4f36f802005-08-03 20:36:56 -050011288 j = 0;
James Ketrenos03520572005-10-19 16:12:31 -050011289 }
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011290 if (libipw_set_geo(priv->ieee, &ipw_geos[j])) {
James Ketrenos4f36f802005-08-03 20:36:56 -050011291 IPW_WARNING("Could not set geography.");
James Ketrenos43f66a62005-03-25 12:31:53 -060011292 return 0;
James Ketrenos4f36f802005-08-03 20:36:56 -050011293 }
11294
James Ketrenosb095c382005-08-24 22:04:42 -050011295 if (priv->status & STATUS_RF_KILL_SW) {
11296 IPW_WARNING("Radio disabled by module parameter.\n");
11297 return 0;
11298 } else if (rf_kill_active(priv)) {
11299 IPW_WARNING("Radio Frequency Kill Switch is On:\n"
11300 "Kill switch must be turned off for "
11301 "wireless networking to work.\n");
11302 queue_delayed_work(priv->workqueue, &priv->rf_kill,
11303 2 * HZ);
James Ketrenos43f66a62005-03-25 12:31:53 -060011304 return 0;
James Ketrenosc848d0a2005-08-24 21:56:24 -050011305 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011306
11307 rc = ipw_config(priv);
11308 if (!rc) {
11309 IPW_DEBUG_INFO("Configured device on count %i\n", i);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011310
James Ketrenose6666192005-08-12 09:17:04 -050011311 /* If configure to try and auto-associate, kick
11312 * off a scan. */
David Howellsc4028952006-11-22 14:57:56 +000011313 queue_delayed_work(priv->workqueue,
11314 &priv->request_scan, 0);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011315
James Ketrenos43f66a62005-03-25 12:31:53 -060011316 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060011317 }
Jeff Garzikbf794512005-07-31 13:07:26 -040011318
James Ketrenosc848d0a2005-08-24 21:56:24 -050011319 IPW_DEBUG_INFO("Device configuration failed: 0x%08X\n", rc);
James Ketrenos43f66a62005-03-25 12:31:53 -060011320 IPW_DEBUG_INFO("Failed to config device on retry %d of %d\n",
11321 i, MAX_HW_RESTARTS);
11322
11323 /* We had an error bringing up the hardware, so take it
11324 * all the way back down so we can try again */
11325 ipw_down(priv);
11326 }
11327
Jeff Garzikbf794512005-07-31 13:07:26 -040011328 /* tried to restart and config the device for as long as our
James Ketrenos43f66a62005-03-25 12:31:53 -060011329 * patience could withstand */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011330 IPW_ERROR("Unable to initialize device after %d attempts.\n", i);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011331
James Ketrenos43f66a62005-03-25 12:31:53 -060011332 return -EIO;
11333}
11334
David Howellsc4028952006-11-22 14:57:56 +000011335static void ipw_bg_up(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050011336{
David Howellsc4028952006-11-22 14:57:56 +000011337 struct ipw_priv *priv =
11338 container_of(work, struct ipw_priv, up);
Zhu Yi46441512006-01-24 16:37:59 +080011339 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000011340 ipw_up(priv);
Zhu Yi46441512006-01-24 16:37:59 +080011341 mutex_unlock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011342}
11343
James Ketrenosb095c382005-08-24 22:04:42 -050011344static void ipw_deinit(struct ipw_priv *priv)
James Ketrenos43f66a62005-03-25 12:31:53 -060011345{
James Ketrenosb095c382005-08-24 22:04:42 -050011346 int i;
11347
11348 if (priv->status & STATUS_SCANNING) {
11349 IPW_DEBUG_INFO("Aborting scan during shutdown.\n");
11350 ipw_abort_scan(priv);
11351 }
11352
11353 if (priv->status & STATUS_ASSOCIATED) {
11354 IPW_DEBUG_INFO("Disassociating during shutdown.\n");
11355 ipw_disassociate(priv);
11356 }
11357
11358 ipw_led_shutdown(priv);
11359
11360 /* Wait up to 1s for status to change to not scanning and not
11361 * associated (disassociation can take a while for a ful 802.11
11362 * exchange */
11363 for (i = 1000; i && (priv->status &
11364 (STATUS_DISASSOCIATING |
11365 STATUS_ASSOCIATED | STATUS_SCANNING)); i--)
11366 udelay(10);
11367
11368 if (priv->status & (STATUS_DISASSOCIATING |
11369 STATUS_ASSOCIATED | STATUS_SCANNING))
11370 IPW_DEBUG_INFO("Still associated or scanning...\n");
11371 else
11372 IPW_DEBUG_INFO("Took %dms to de-init\n", 1000 - i);
11373
James Ketrenosc848d0a2005-08-24 21:56:24 -050011374 /* Attempt to disable the card */
James Ketrenos43f66a62005-03-25 12:31:53 -060011375 ipw_send_card_disable(priv, 0);
James Ketrenosb095c382005-08-24 22:04:42 -050011376
11377 priv->status &= ~STATUS_INIT;
11378}
11379
James Ketrenos43f66a62005-03-25 12:31:53 -060011380static void ipw_down(struct ipw_priv *priv)
11381{
James Ketrenosb095c382005-08-24 22:04:42 -050011382 int exit_pending = priv->status & STATUS_EXIT_PENDING;
11383
11384 priv->status |= STATUS_EXIT_PENDING;
11385
11386 if (ipw_is_init(priv))
11387 ipw_deinit(priv);
11388
11389 /* Wipe out the EXIT_PENDING status bit if we are not actually
11390 * exiting the module */
11391 if (!exit_pending)
11392 priv->status &= ~STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011393
11394 /* tell the device to stop sending interrupts */
11395 ipw_disable_interrupts(priv);
11396
11397 /* Clear all bits but the RF Kill */
James Ketrenosb095c382005-08-24 22:04:42 -050011398 priv->status &= STATUS_RF_KILL_MASK | STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011399 netif_carrier_off(priv->net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011400
11401 ipw_stop_nic(priv);
James Ketrenosa613bff2005-08-24 21:43:11 -050011402
11403 ipw_led_radio_off(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011404}
11405
David Howellsc4028952006-11-22 14:57:56 +000011406static void ipw_bg_down(struct work_struct *work)
James Ketrenosc848d0a2005-08-24 21:56:24 -050011407{
David Howellsc4028952006-11-22 14:57:56 +000011408 struct ipw_priv *priv =
11409 container_of(work, struct ipw_priv, down);
Zhu Yi46441512006-01-24 16:37:59 +080011410 mutex_lock(&priv->mutex);
David Howellsc4028952006-11-22 14:57:56 +000011411 ipw_down(priv);
Zhu Yi46441512006-01-24 16:37:59 +080011412 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011413}
11414
11415/* Called by register_netdev() */
11416static int ipw_net_init(struct net_device *dev)
11417{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011418 struct ipw_priv *priv = libipw_priv(dev);
Zhu Yi46441512006-01-24 16:37:59 +080011419 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011420
James Ketrenosc848d0a2005-08-24 21:56:24 -050011421 if (ipw_up(priv)) {
John W. Linville8cc31742009-11-13 16:56:13 -050011422 mutex_unlock(&priv->mutex);
11423 return -EIO;
James Ketrenos43f66a62005-03-25 12:31:53 -060011424 }
11425
Zhu Yi46441512006-01-24 16:37:59 +080011426 mutex_unlock(&priv->mutex);
John W. Linville8cc31742009-11-13 16:56:13 -050011427 return 0;
James Ketrenos43f66a62005-03-25 12:31:53 -060011428}
11429
11430/* PCI driver stuff */
11431static struct pci_device_id card_ids[] = {
11432 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2701, 0, 0, 0},
11433 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2702, 0, 0, 0},
11434 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2711, 0, 0, 0},
11435 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2712, 0, 0, 0},
11436 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2721, 0, 0, 0},
11437 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2722, 0, 0, 0},
11438 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2731, 0, 0, 0},
11439 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2732, 0, 0, 0},
11440 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2741, 0, 0, 0},
11441 {PCI_VENDOR_ID_INTEL, 0x1043, 0x103c, 0x2741, 0, 0, 0},
11442 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2742, 0, 0, 0},
11443 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2751, 0, 0, 0},
11444 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2752, 0, 0, 0},
11445 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2753, 0, 0, 0},
11446 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2754, 0, 0, 0},
11447 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2761, 0, 0, 0},
11448 {PCI_VENDOR_ID_INTEL, 0x1043, 0x8086, 0x2762, 0, 0, 0},
Joe Perches8ab0ea72009-06-24 22:13:27 -070011449 {PCI_VDEVICE(INTEL, 0x104f), 0},
11450 {PCI_VDEVICE(INTEL, 0x4220), 0}, /* BG */
11451 {PCI_VDEVICE(INTEL, 0x4221), 0}, /* BG */
11452 {PCI_VDEVICE(INTEL, 0x4223), 0}, /* ABG */
11453 {PCI_VDEVICE(INTEL, 0x4224), 0}, /* ABG */
Jeff Garzikbf794512005-07-31 13:07:26 -040011454
James Ketrenos43f66a62005-03-25 12:31:53 -060011455 /* required last entry */
11456 {0,}
11457};
11458
11459MODULE_DEVICE_TABLE(pci, card_ids);
11460
11461static struct attribute *ipw_sysfs_entries[] = {
11462 &dev_attr_rf_kill.attr,
11463 &dev_attr_direct_dword.attr,
11464 &dev_attr_indirect_byte.attr,
11465 &dev_attr_indirect_dword.attr,
11466 &dev_attr_mem_gpio_reg.attr,
11467 &dev_attr_command_event_reg.attr,
11468 &dev_attr_nic_type.attr,
11469 &dev_attr_status.attr,
11470 &dev_attr_cfg.attr,
James Ketrenosb39860c2005-08-12 09:36:32 -050011471 &dev_attr_error.attr,
11472 &dev_attr_event_log.attr,
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011473 &dev_attr_cmd_log.attr,
James Ketrenos43f66a62005-03-25 12:31:53 -060011474 &dev_attr_eeprom_delay.attr,
11475 &dev_attr_ucode_version.attr,
11476 &dev_attr_rtc.attr,
James Ketrenosa613bff2005-08-24 21:43:11 -050011477 &dev_attr_scan_age.attr,
11478 &dev_attr_led.attr,
James Ketrenosb095c382005-08-24 22:04:42 -050011479 &dev_attr_speed_scan.attr,
11480 &dev_attr_net_stats.attr,
Zhu Yi375dd242007-02-14 16:04:24 +080011481 &dev_attr_channels.attr,
Zhu Yid685b8c2006-04-13 17:20:27 +080011482#ifdef CONFIG_IPW2200_PROMISCUOUS
11483 &dev_attr_rtap_iface.attr,
11484 &dev_attr_rtap_filter.attr,
11485#endif
James Ketrenos43f66a62005-03-25 12:31:53 -060011486 NULL
11487};
11488
11489static struct attribute_group ipw_attribute_group = {
11490 .name = NULL, /* put in device directory */
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011491 .attrs = ipw_sysfs_entries,
James Ketrenos43f66a62005-03-25 12:31:53 -060011492};
11493
Zhu Yid685b8c2006-04-13 17:20:27 +080011494#ifdef CONFIG_IPW2200_PROMISCUOUS
11495static int ipw_prom_open(struct net_device *dev)
11496{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011497 struct ipw_prom_priv *prom_priv = libipw_priv(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011498 struct ipw_priv *priv = prom_priv->priv;
11499
11500 IPW_DEBUG_INFO("prom dev->open\n");
11501 netif_carrier_off(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011502
11503 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
11504 priv->sys_config.accept_all_data_frames = 1;
11505 priv->sys_config.accept_non_directed_frames = 1;
11506 priv->sys_config.accept_all_mgmt_bcpr = 1;
11507 priv->sys_config.accept_all_mgmt_frames = 1;
11508
11509 ipw_send_system_config(priv);
11510 }
11511
11512 return 0;
11513}
11514
11515static int ipw_prom_stop(struct net_device *dev)
11516{
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011517 struct ipw_prom_priv *prom_priv = libipw_priv(dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011518 struct ipw_priv *priv = prom_priv->priv;
11519
11520 IPW_DEBUG_INFO("prom dev->stop\n");
11521
11522 if (priv->ieee->iw_mode != IW_MODE_MONITOR) {
11523 priv->sys_config.accept_all_data_frames = 0;
11524 priv->sys_config.accept_non_directed_frames = 0;
11525 priv->sys_config.accept_all_mgmt_bcpr = 0;
11526 priv->sys_config.accept_all_mgmt_frames = 0;
11527
11528 ipw_send_system_config(priv);
11529 }
11530
11531 return 0;
11532}
11533
Stephen Hemmingerd0cf9c02009-08-31 19:50:57 +000011534static netdev_tx_t ipw_prom_hard_start_xmit(struct sk_buff *skb,
11535 struct net_device *dev)
Zhu Yid685b8c2006-04-13 17:20:27 +080011536{
11537 IPW_DEBUG_INFO("prom dev->xmit\n");
Patrick McHardy4153e772009-06-12 04:08:02 +000011538 dev_kfree_skb(skb);
11539 return NETDEV_TX_OK;
Zhu Yid685b8c2006-04-13 17:20:27 +080011540}
11541
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011542static const struct net_device_ops ipw_prom_netdev_ops = {
11543 .ndo_open = ipw_prom_open,
11544 .ndo_stop = ipw_prom_stop,
11545 .ndo_start_xmit = ipw_prom_hard_start_xmit,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011546 .ndo_change_mtu = libipw_change_mtu,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011547 .ndo_set_mac_address = eth_mac_addr,
11548 .ndo_validate_addr = eth_validate_addr,
11549};
11550
Zhu Yid685b8c2006-04-13 17:20:27 +080011551static int ipw_prom_alloc(struct ipw_priv *priv)
11552{
11553 int rc = 0;
11554
11555 if (priv->prom_net_dev)
11556 return -EPERM;
11557
John W. Linville8cc31742009-11-13 16:56:13 -050011558 priv->prom_net_dev = alloc_ieee80211(sizeof(struct ipw_prom_priv));
Zhu Yid685b8c2006-04-13 17:20:27 +080011559 if (priv->prom_net_dev == NULL)
11560 return -ENOMEM;
11561
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011562 priv->prom_priv = libipw_priv(priv->prom_net_dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011563 priv->prom_priv->ieee = netdev_priv(priv->prom_net_dev);
11564 priv->prom_priv->priv = priv;
11565
11566 strcpy(priv->prom_net_dev->name, "rtap%d");
Daniel Drake3f2eeac2008-04-02 20:33:54 +010011567 memcpy(priv->prom_net_dev->dev_addr, priv->mac_addr, ETH_ALEN);
Zhu Yid685b8c2006-04-13 17:20:27 +080011568
11569 priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP;
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011570 priv->prom_net_dev->netdev_ops = &ipw_prom_netdev_ops;
Zhu Yid685b8c2006-04-13 17:20:27 +080011571
11572 priv->prom_priv->ieee->iw_mode = IW_MODE_MONITOR;
Masakazu Mokuno229ce3a2008-05-14 14:16:50 +090011573 SET_NETDEV_DEV(priv->prom_net_dev, &priv->pci_dev->dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011574
11575 rc = register_netdev(priv->prom_net_dev);
11576 if (rc) {
John W. Linville8cc31742009-11-13 16:56:13 -050011577 free_ieee80211(priv->prom_net_dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011578 priv->prom_net_dev = NULL;
11579 return rc;
11580 }
11581
11582 return 0;
11583}
11584
11585static void ipw_prom_free(struct ipw_priv *priv)
11586{
11587 if (!priv->prom_net_dev)
11588 return;
11589
11590 unregister_netdev(priv->prom_net_dev);
John W. Linville8cc31742009-11-13 16:56:13 -050011591 free_ieee80211(priv->prom_net_dev);
Zhu Yid685b8c2006-04-13 17:20:27 +080011592
11593 priv->prom_net_dev = NULL;
11594}
11595
11596#endif
11597
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011598static const struct net_device_ops ipw_netdev_ops = {
11599 .ndo_init = ipw_net_init,
11600 .ndo_open = ipw_net_open,
11601 .ndo_stop = ipw_net_stop,
11602 .ndo_set_multicast_list = ipw_net_set_multicast_list,
11603 .ndo_set_mac_address = ipw_net_set_mac_address,
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011604 .ndo_start_xmit = libipw_xmit,
11605 .ndo_change_mtu = libipw_change_mtu,
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011606 .ndo_validate_addr = eth_validate_addr,
11607};
Zhu Yid685b8c2006-04-13 17:20:27 +080011608
Adrian Bunk2ef19e62007-12-11 23:20:22 +010011609static int __devinit ipw_pci_probe(struct pci_dev *pdev,
11610 const struct pci_device_id *ent)
James Ketrenos43f66a62005-03-25 12:31:53 -060011611{
11612 int err = 0;
11613 struct net_device *net_dev;
11614 void __iomem *base;
11615 u32 length, val;
11616 struct ipw_priv *priv;
James Ketrenosafbf30a2005-08-25 00:05:33 -050011617 int i;
James Ketrenos43f66a62005-03-25 12:31:53 -060011618
John W. Linville8cc31742009-11-13 16:56:13 -050011619 net_dev = alloc_ieee80211(sizeof(struct ipw_priv));
James Ketrenos43f66a62005-03-25 12:31:53 -060011620 if (net_dev == NULL) {
11621 err = -ENOMEM;
11622 goto out;
11623 }
11624
John W. Linvilleb0a4e7d2009-08-20 14:48:03 -040011625 priv = libipw_priv(net_dev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011626 priv->ieee = netdev_priv(net_dev);
James Ketrenosa613bff2005-08-24 21:43:11 -050011627
James Ketrenos43f66a62005-03-25 12:31:53 -060011628 priv->net_dev = net_dev;
11629 priv->pci_dev = pdev;
James Ketrenos43f66a62005-03-25 12:31:53 -060011630 ipw_debug_level = debug;
Zhu Yi89c318e2006-06-08 22:19:49 -070011631 spin_lock_init(&priv->irq_lock);
James Ketrenos43f66a62005-03-25 12:31:53 -060011632 spin_lock_init(&priv->lock);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011633 for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++)
11634 INIT_LIST_HEAD(&priv->ibss_mac_hash[i]);
James Ketrenos43f66a62005-03-25 12:31:53 -060011635
Zhu Yi46441512006-01-24 16:37:59 +080011636 mutex_init(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011637 if (pci_enable_device(pdev)) {
11638 err = -ENODEV;
11639 goto out_free_ieee80211;
11640 }
11641
11642 pci_set_master(pdev);
11643
Yang Hongyang284901a2009-04-06 19:01:15 -070011644 err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Jeff Garzikbf794512005-07-31 13:07:26 -040011645 if (!err)
Yang Hongyang284901a2009-04-06 19:01:15 -070011646 err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
James Ketrenos43f66a62005-03-25 12:31:53 -060011647 if (err) {
11648 printk(KERN_WARNING DRV_NAME ": No suitable DMA available.\n");
11649 goto out_pci_disable_device;
11650 }
11651
11652 pci_set_drvdata(pdev, priv);
11653
11654 err = pci_request_regions(pdev, DRV_NAME);
Jeff Garzikbf794512005-07-31 13:07:26 -040011655 if (err)
James Ketrenos43f66a62005-03-25 12:31:53 -060011656 goto out_pci_disable_device;
11657
Jeff Garzikbf794512005-07-31 13:07:26 -040011658 /* We disable the RETRY_TIMEOUT register (0x41) to keep
James Ketrenos43f66a62005-03-25 12:31:53 -060011659 * PCI Tx retries from interfering with C3 CPU state */
Jeff Garzikbf794512005-07-31 13:07:26 -040011660 pci_read_config_dword(pdev, 0x40, &val);
11661 if ((val & 0x0000ff00) != 0)
James Ketrenos43f66a62005-03-25 12:31:53 -060011662 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
Jeff Garzikbf794512005-07-31 13:07:26 -040011663
James Ketrenos43f66a62005-03-25 12:31:53 -060011664 length = pci_resource_len(pdev, 0);
11665 priv->hw_len = length;
Jeff Garzikbf794512005-07-31 13:07:26 -040011666
Arjan van de Ven275f1652008-10-20 21:42:39 -070011667 base = pci_ioremap_bar(pdev, 0);
James Ketrenos43f66a62005-03-25 12:31:53 -060011668 if (!base) {
11669 err = -ENODEV;
11670 goto out_pci_release_regions;
11671 }
11672
11673 priv->hw_base = base;
11674 IPW_DEBUG_INFO("pci_resource_len = 0x%08x\n", length);
11675 IPW_DEBUG_INFO("pci_resource_base = %p\n", base);
11676
11677 err = ipw_setup_deferred_work(priv);
11678 if (err) {
11679 IPW_ERROR("Unable to setup deferred work\n");
11680 goto out_iounmap;
11681 }
11682
James Ketrenosb095c382005-08-24 22:04:42 -050011683 ipw_sw_reset(priv, 1);
James Ketrenos43f66a62005-03-25 12:31:53 -060011684
Thomas Gleixner1fb9df52006-07-01 19:29:39 -070011685 err = request_irq(pdev->irq, ipw_isr, IRQF_SHARED, DRV_NAME, priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011686 if (err) {
11687 IPW_ERROR("Error allocating IRQ %d\n", pdev->irq);
11688 goto out_destroy_workqueue;
11689 }
11690
James Ketrenos43f66a62005-03-25 12:31:53 -060011691 SET_NETDEV_DEV(net_dev, &pdev->dev);
11692
Zhu Yi46441512006-01-24 16:37:59 +080011693 mutex_lock(&priv->mutex);
James Ketrenosc848d0a2005-08-24 21:56:24 -050011694
James Ketrenos43f66a62005-03-25 12:31:53 -060011695 priv->ieee->hard_start_xmit = ipw_net_hard_start_xmit;
11696 priv->ieee->set_security = shim__set_security;
James Ketrenos227d2dc2005-07-28 16:25:55 -050011697 priv->ieee->is_queue_full = ipw_net_is_queue_full;
James Ketrenos43f66a62005-03-25 12:31:53 -060011698
Zhu Yie43e3c12006-04-13 17:20:45 +080011699#ifdef CONFIG_IPW2200_QOS
Zhu Yia5cf4fe2006-04-13 17:19:11 +080011700 priv->ieee->is_qos_active = ipw_is_qos_active;
James Ketrenos3b9990c2005-08-19 13:18:55 -050011701 priv->ieee->handle_probe_response = ipw_handle_beacon;
11702 priv->ieee->handle_beacon = ipw_handle_probe_response;
11703 priv->ieee->handle_assoc_response = ipw_handle_assoc_response;
Zhu Yie43e3c12006-04-13 17:20:45 +080011704#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050011705
James Ketrenosc848d0a2005-08-24 21:56:24 -050011706 priv->ieee->perfect_rssi = -20;
11707 priv->ieee->worst_rssi = -85;
James Ketrenos43f66a62005-03-25 12:31:53 -060011708
Stephen Hemminger44e9ad02009-03-20 19:36:41 +000011709 net_dev->netdev_ops = &ipw_netdev_ops;
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000011710 priv->wireless_data.spy_data = &priv->ieee->spy_data;
Benoit Boissinot97a78ca2005-09-15 17:30:28 +000011711 net_dev->wireless_data = &priv->wireless_data;
James Ketrenos43f66a62005-03-25 12:31:53 -060011712 net_dev->wireless_handlers = &ipw_wx_handler_def;
11713 net_dev->ethtool_ops = &ipw_ethtool_ops;
11714 net_dev->irq = pdev->irq;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011715 net_dev->base_addr = (unsigned long)priv->hw_base;
James Ketrenos43f66a62005-03-25 12:31:53 -060011716 net_dev->mem_start = pci_resource_start(pdev, 0);
11717 net_dev->mem_end = net_dev->mem_start + pci_resource_len(pdev, 0) - 1;
11718
11719 err = sysfs_create_group(&pdev->dev.kobj, &ipw_attribute_group);
11720 if (err) {
11721 IPW_ERROR("failed to create sysfs device attributes\n");
Zhu Yi46441512006-01-24 16:37:59 +080011722 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011723 goto out_release_irq;
11724 }
11725
Zhu Yi46441512006-01-24 16:37:59 +080011726 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011727 err = register_netdev(net_dev);
11728 if (err) {
11729 IPW_ERROR("failed to register network device\n");
James Ketrenosa613bff2005-08-24 21:43:11 -050011730 goto out_remove_sysfs;
James Ketrenos43f66a62005-03-25 12:31:53 -060011731 }
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011732
Zhu Yid685b8c2006-04-13 17:20:27 +080011733#ifdef CONFIG_IPW2200_PROMISCUOUS
11734 if (rtap_iface) {
11735 err = ipw_prom_alloc(priv);
11736 if (err) {
11737 IPW_ERROR("Failed to register promiscuous network "
11738 "device (error %d).\n", err);
11739 unregister_netdev(priv->net_dev);
11740 goto out_remove_sysfs;
11741 }
11742 }
11743#endif
11744
Henrik Brix Andersen48a84772006-02-14 09:09:52 +080011745 printk(KERN_INFO DRV_NAME ": Detected geography %s (%d 802.11bg "
11746 "channels, %d 802.11a channels)\n",
11747 priv->ieee->geo.name, priv->ieee->geo.bg_channels,
11748 priv->ieee->geo.a_channels);
11749
James Ketrenos43f66a62005-03-25 12:31:53 -060011750 return 0;
11751
James Ketrenosa613bff2005-08-24 21:43:11 -050011752 out_remove_sysfs:
James Ketrenos43f66a62005-03-25 12:31:53 -060011753 sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011754 out_release_irq:
James Ketrenos43f66a62005-03-25 12:31:53 -060011755 free_irq(pdev->irq, priv);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011756 out_destroy_workqueue:
James Ketrenos43f66a62005-03-25 12:31:53 -060011757 destroy_workqueue(priv->workqueue);
11758 priv->workqueue = NULL;
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011759 out_iounmap:
James Ketrenos43f66a62005-03-25 12:31:53 -060011760 iounmap(priv->hw_base);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011761 out_pci_release_regions:
James Ketrenos43f66a62005-03-25 12:31:53 -060011762 pci_release_regions(pdev);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011763 out_pci_disable_device:
James Ketrenos43f66a62005-03-25 12:31:53 -060011764 pci_disable_device(pdev);
11765 pci_set_drvdata(pdev, NULL);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011766 out_free_ieee80211:
John W. Linville8cc31742009-11-13 16:56:13 -050011767 free_ieee80211(priv->net_dev);
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011768 out:
James Ketrenos43f66a62005-03-25 12:31:53 -060011769 return err;
11770}
11771
Adrian Bunk2ef19e62007-12-11 23:20:22 +010011772static void __devexit ipw_pci_remove(struct pci_dev *pdev)
James Ketrenos43f66a62005-03-25 12:31:53 -060011773{
11774 struct ipw_priv *priv = pci_get_drvdata(pdev);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011775 struct list_head *p, *q;
11776 int i;
James Ketrenosb095c382005-08-24 22:04:42 -050011777
James Ketrenos43f66a62005-03-25 12:31:53 -060011778 if (!priv)
11779 return;
11780
Zhu Yi46441512006-01-24 16:37:59 +080011781 mutex_lock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011782
James Ketrenosafbf30a2005-08-25 00:05:33 -050011783 priv->status |= STATUS_EXIT_PENDING;
James Ketrenos43f66a62005-03-25 12:31:53 -060011784 ipw_down(priv);
James Ketrenos43f66a62005-03-25 12:31:53 -060011785 sysfs_remove_group(&pdev->dev.kobj, &ipw_attribute_group);
11786
Zhu Yi46441512006-01-24 16:37:59 +080011787 mutex_unlock(&priv->mutex);
James Ketrenos43f66a62005-03-25 12:31:53 -060011788
11789 unregister_netdev(priv->net_dev);
11790
11791 if (priv->rxq) {
11792 ipw_rx_queue_free(priv, priv->rxq);
11793 priv->rxq = NULL;
11794 }
11795 ipw_tx_queue_free(priv);
11796
James Ketrenosf6c5cb72005-08-25 00:39:09 -050011797 if (priv->cmdlog) {
11798 kfree(priv->cmdlog);
11799 priv->cmdlog = NULL;
11800 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011801 /* ipw_down will ensure that there is no more pending work
11802 * in the workqueue's, so we can safely remove them now. */
James Ketrenosa613bff2005-08-24 21:43:11 -050011803 cancel_delayed_work(&priv->adhoc_check);
11804 cancel_delayed_work(&priv->gather_stats);
11805 cancel_delayed_work(&priv->request_scan);
Dan Williamsea177302008-06-02 17:51:23 -040011806 cancel_delayed_work(&priv->request_direct_scan);
11807 cancel_delayed_work(&priv->request_passive_scan);
Dan Williams0b531672007-10-09 13:55:24 -040011808 cancel_delayed_work(&priv->scan_event);
James Ketrenosa613bff2005-08-24 21:43:11 -050011809 cancel_delayed_work(&priv->rf_kill);
11810 cancel_delayed_work(&priv->scan_check);
11811 destroy_workqueue(priv->workqueue);
11812 priv->workqueue = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -060011813
James Ketrenosafbf30a2005-08-25 00:05:33 -050011814 /* Free MAC hash list for ADHOC */
11815 for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++) {
11816 list_for_each_safe(p, q, &priv->ibss_mac_hash[i]) {
James Ketrenosafbf30a2005-08-25 00:05:33 -050011817 list_del(p);
Zhu Yi489f4452006-01-24 16:37:41 +080011818 kfree(list_entry(p, struct ipw_ibss_seq, list));
James Ketrenosafbf30a2005-08-25 00:05:33 -050011819 }
11820 }
11821
Jesper Juhl8f760782006-06-27 02:55:06 -070011822 kfree(priv->error);
11823 priv->error = NULL;
James Ketrenos43f66a62005-03-25 12:31:53 -060011824
Zhu Yid685b8c2006-04-13 17:20:27 +080011825#ifdef CONFIG_IPW2200_PROMISCUOUS
11826 ipw_prom_free(priv);
11827#endif
11828
James Ketrenos43f66a62005-03-25 12:31:53 -060011829 free_irq(pdev->irq, priv);
11830 iounmap(priv->hw_base);
11831 pci_release_regions(pdev);
11832 pci_disable_device(pdev);
11833 pci_set_drvdata(pdev, NULL);
John W. Linville8cc31742009-11-13 16:56:13 -050011834 free_ieee80211(priv->net_dev);
James Ketrenosafbf30a2005-08-25 00:05:33 -050011835 free_firmware();
James Ketrenos43f66a62005-03-25 12:31:53 -060011836}
11837
James Ketrenos43f66a62005-03-25 12:31:53 -060011838#ifdef CONFIG_PM
Pavel Machek583a4e82005-09-03 15:56:58 -070011839static int ipw_pci_suspend(struct pci_dev *pdev, pm_message_t state)
James Ketrenos43f66a62005-03-25 12:31:53 -060011840{
11841 struct ipw_priv *priv = pci_get_drvdata(pdev);
11842 struct net_device *dev = priv->net_dev;
11843
11844 printk(KERN_INFO "%s: Going into suspend...\n", dev->name);
11845
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011846 /* Take down the device; powers it off, etc. */
James Ketrenos43f66a62005-03-25 12:31:53 -060011847 ipw_down(priv);
11848
11849 /* Remove the PRESENT state of the device */
11850 netif_device_detach(dev);
11851
James Ketrenos43f66a62005-03-25 12:31:53 -060011852 pci_save_state(pdev);
James Ketrenos43f66a62005-03-25 12:31:53 -060011853 pci_disable_device(pdev);
Pavel Machek583a4e82005-09-03 15:56:58 -070011854 pci_set_power_state(pdev, pci_choose_state(pdev, state));
Jeff Garzikbf794512005-07-31 13:07:26 -040011855
Dan Williamsc3d72b92009-02-11 13:26:06 -050011856 priv->suspend_at = get_seconds();
11857
James Ketrenos43f66a62005-03-25 12:31:53 -060011858 return 0;
11859}
11860
11861static int ipw_pci_resume(struct pci_dev *pdev)
11862{
11863 struct ipw_priv *priv = pci_get_drvdata(pdev);
11864 struct net_device *dev = priv->net_dev;
John W. Linville02e0e5e2006-11-07 20:53:48 -050011865 int err;
James Ketrenos43f66a62005-03-25 12:31:53 -060011866 u32 val;
Jeff Garzikbf794512005-07-31 13:07:26 -040011867
James Ketrenos43f66a62005-03-25 12:31:53 -060011868 printk(KERN_INFO "%s: Coming out of suspend...\n", dev->name);
11869
James Ketrenosea2b26e2005-08-24 21:25:16 -050011870 pci_set_power_state(pdev, PCI_D0);
John W. Linville02e0e5e2006-11-07 20:53:48 -050011871 err = pci_enable_device(pdev);
11872 if (err) {
11873 printk(KERN_ERR "%s: pci_enable_device failed on resume\n",
11874 dev->name);
11875 return err;
11876 }
James Ketrenos43f66a62005-03-25 12:31:53 -060011877 pci_restore_state(pdev);
James Ketrenosea2b26e2005-08-24 21:25:16 -050011878
James Ketrenos43f66a62005-03-25 12:31:53 -060011879 /*
11880 * Suspend/Resume resets the PCI configuration space, so we have to
11881 * re-disable the RETRY_TIMEOUT register (0x41) to keep PCI Tx retries
11882 * from interfering with C3 CPU state. pci_restore_state won't help
11883 * here since it only restores the first 64 bytes pci config header.
11884 */
Jeff Garzikbf794512005-07-31 13:07:26 -040011885 pci_read_config_dword(pdev, 0x40, &val);
11886 if ((val & 0x0000ff00) != 0)
James Ketrenos43f66a62005-03-25 12:31:53 -060011887 pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
11888
11889 /* Set the device back into the PRESENT state; this will also wake
11890 * the queue of needed */
11891 netif_device_attach(dev);
11892
Dan Williamsc3d72b92009-02-11 13:26:06 -050011893 priv->suspend_time = get_seconds() - priv->suspend_at;
11894
James Ketrenos43f66a62005-03-25 12:31:53 -060011895 /* Bring the device back up */
11896 queue_work(priv->workqueue, &priv->up);
Jeff Garzikbf794512005-07-31 13:07:26 -040011897
James Ketrenos43f66a62005-03-25 12:31:53 -060011898 return 0;
11899}
11900#endif
11901
Zhu Yic8c22c92006-08-21 11:38:39 +080011902static void ipw_pci_shutdown(struct pci_dev *pdev)
11903{
11904 struct ipw_priv *priv = pci_get_drvdata(pdev);
11905
11906 /* Take down the device; powers it off, etc. */
11907 ipw_down(priv);
11908
11909 pci_disable_device(pdev);
11910}
11911
James Ketrenos43f66a62005-03-25 12:31:53 -060011912/* driver initialization stuff */
11913static struct pci_driver ipw_driver = {
11914 .name = DRV_NAME,
11915 .id_table = card_ids,
11916 .probe = ipw_pci_probe,
11917 .remove = __devexit_p(ipw_pci_remove),
11918#ifdef CONFIG_PM
11919 .suspend = ipw_pci_suspend,
11920 .resume = ipw_pci_resume,
11921#endif
Zhu Yic8c22c92006-08-21 11:38:39 +080011922 .shutdown = ipw_pci_shutdown,
James Ketrenos43f66a62005-03-25 12:31:53 -060011923};
11924
11925static int __init ipw_init(void)
11926{
11927 int ret;
11928
11929 printk(KERN_INFO DRV_NAME ": " DRV_DESCRIPTION ", " DRV_VERSION "\n");
11930 printk(KERN_INFO DRV_NAME ": " DRV_COPYRIGHT "\n");
11931
Jeff Garzik29917622006-08-19 17:48:59 -040011932 ret = pci_register_driver(&ipw_driver);
James Ketrenos43f66a62005-03-25 12:31:53 -060011933 if (ret) {
11934 IPW_ERROR("Unable to initialize PCI module\n");
11935 return ret;
11936 }
11937
Jeff Garzik0edd5b42005-09-07 00:48:31 -040011938 ret = driver_create_file(&ipw_driver.driver, &driver_attr_debug_level);
James Ketrenos43f66a62005-03-25 12:31:53 -060011939 if (ret) {
11940 IPW_ERROR("Unable to create driver sysfs file\n");
11941 pci_unregister_driver(&ipw_driver);
11942 return ret;
11943 }
11944
11945 return ret;
11946}
11947
11948static void __exit ipw_exit(void)
11949{
11950 driver_remove_file(&ipw_driver.driver, &driver_attr_debug_level);
11951 pci_unregister_driver(&ipw_driver);
11952}
11953
11954module_param(disable, int, 0444);
11955MODULE_PARM_DESC(disable, "manually disable the radio (default 0 [radio on])");
11956
11957module_param(associate, int, 0444);
Tim Gardner5c7f9b72008-10-14 10:38:03 -060011958MODULE_PARM_DESC(associate, "auto associate when scanning (default off)");
James Ketrenos43f66a62005-03-25 12:31:53 -060011959
11960module_param(auto_create, int, 0444);
11961MODULE_PARM_DESC(auto_create, "auto create adhoc network (default on)");
11962
Reinette Chatre21f8a732009-08-18 10:25:05 -070011963module_param_named(led, led_support, int, 0444);
Niels de Vos61a2d072008-07-31 00:07:23 -070011964MODULE_PARM_DESC(led, "enable led control on some systems (default 0 off)");
James Ketrenosa613bff2005-08-24 21:43:11 -050011965
James Ketrenos43f66a62005-03-25 12:31:53 -060011966module_param(debug, int, 0444);
11967MODULE_PARM_DESC(debug, "debug output mask");
11968
Reinette Chatre21f8a732009-08-18 10:25:05 -070011969module_param_named(channel, default_channel, int, 0444);
Jeff Garzikbf794512005-07-31 13:07:26 -040011970MODULE_PARM_DESC(channel, "channel to limit associate to (default 0 [ANY])");
James Ketrenos43f66a62005-03-25 12:31:53 -060011971
Zhu Yid685b8c2006-04-13 17:20:27 +080011972#ifdef CONFIG_IPW2200_PROMISCUOUS
11973module_param(rtap_iface, int, 0444);
11974MODULE_PARM_DESC(rtap_iface, "create the rtap interface (1 - create, default 0)");
11975#endif
11976
Zhu Yie43e3c12006-04-13 17:20:45 +080011977#ifdef CONFIG_IPW2200_QOS
James Ketrenosb095c382005-08-24 22:04:42 -050011978module_param(qos_enable, int, 0444);
11979MODULE_PARM_DESC(qos_enable, "enable all QoS functionalitis");
James Ketrenos43f66a62005-03-25 12:31:53 -060011980
James Ketrenosb095c382005-08-24 22:04:42 -050011981module_param(qos_burst_enable, int, 0444);
11982MODULE_PARM_DESC(qos_burst_enable, "enable QoS burst mode");
11983
11984module_param(qos_no_ack_mask, int, 0444);
11985MODULE_PARM_DESC(qos_no_ack_mask, "mask Tx_Queue to no ack");
11986
11987module_param(burst_duration_CCK, int, 0444);
11988MODULE_PARM_DESC(burst_duration_CCK, "set CCK burst value");
11989
11990module_param(burst_duration_OFDM, int, 0444);
11991MODULE_PARM_DESC(burst_duration_OFDM, "set OFDM burst value");
Zhu Yie43e3c12006-04-13 17:20:45 +080011992#endif /* CONFIG_IPW2200_QOS */
James Ketrenosb095c382005-08-24 22:04:42 -050011993
11994#ifdef CONFIG_IPW2200_MONITOR
Reinette Chatre21f8a732009-08-18 10:25:05 -070011995module_param_named(mode, network_mode, int, 0444);
James Ketrenos43f66a62005-03-25 12:31:53 -060011996MODULE_PARM_DESC(mode, "network mode (0=BSS,1=IBSS,2=Monitor)");
11997#else
Reinette Chatre21f8a732009-08-18 10:25:05 -070011998module_param_named(mode, network_mode, int, 0444);
James Ketrenos43f66a62005-03-25 12:31:53 -060011999MODULE_PARM_DESC(mode, "network mode (0=BSS,1=IBSS)");
12000#endif
12001
Zhu Yi810dabd2006-01-24 16:36:59 +080012002module_param(bt_coexist, int, 0444);
12003MODULE_PARM_DESC(bt_coexist, "enable bluetooth coexistence (default off)");
12004
James Ketrenosb095c382005-08-24 22:04:42 -050012005module_param(hwcrypto, int, 0444);
Zhu Yibde37d02006-01-24 16:38:08 +080012006MODULE_PARM_DESC(hwcrypto, "enable hardware crypto (default off)");
James Ketrenosb095c382005-08-24 22:04:42 -050012007
James Ketrenosf6c5cb72005-08-25 00:39:09 -050012008module_param(cmdlog, int, 0444);
12009MODULE_PARM_DESC(cmdlog,
12010 "allocate a ring buffer for logging firmware commands");
12011
Zhu Yi4bfdb912006-01-24 16:37:16 +080012012module_param(roaming, int, 0444);
12013MODULE_PARM_DESC(roaming, "enable roaming support (default on)");
12014
Zhu Yid2b83e12006-04-13 17:19:36 +080012015module_param(antenna, int, 0444);
12016MODULE_PARM_DESC(antenna, "select antenna 1=Main, 3=Aux, default 0 [both], 2=slow_diversity (choose the one with lower background noise)");
12017
James Ketrenos43f66a62005-03-25 12:31:53 -060012018module_exit(ipw_exit);
12019module_init(ipw_init);