blob: 525a684c57be19ed211eaa223d2d5ab30ab41dae [file] [log] [blame]
Michael Wueff1a592007-09-25 18:11:01 -07001/*
2 * Common code for mac80211 Prism54 drivers
3 *
4 * Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net>
5 * Copyright (c) 2007, Christian Lamparter <chunkeey@web.de>
Johannes Bergc12abae2008-10-14 16:56:51 +02006 * Copyright 2008, Johannes Berg <johannes@sipsolutions.net>
Michael Wueff1a592007-09-25 18:11:01 -07007 *
8 * Based on the islsm (softmac prism54) driver, which is:
9 * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al.
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
14 */
15
16#include <linux/init.h>
17#include <linux/firmware.h>
18#include <linux/etherdevice.h>
19
20#include <net/mac80211.h>
21
22#include "p54.h"
23#include "p54common.h"
24
25MODULE_AUTHOR("Michael Wu <flamingice@sourmilk.net>");
26MODULE_DESCRIPTION("Softmac Prism54 common code");
27MODULE_LICENSE("GPL");
28MODULE_ALIAS("prism54common");
29
Christian Lamparter1b997532008-09-06 14:25:58 +020030static struct ieee80211_rate p54_bgrates[] = {
Johannes Berg8318d782008-01-24 19:38:38 +010031 { .bitrate = 10, .hw_value = 0, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
32 { .bitrate = 20, .hw_value = 1, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
33 { .bitrate = 55, .hw_value = 2, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
34 { .bitrate = 110, .hw_value = 3, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
35 { .bitrate = 60, .hw_value = 4, },
36 { .bitrate = 90, .hw_value = 5, },
37 { .bitrate = 120, .hw_value = 6, },
38 { .bitrate = 180, .hw_value = 7, },
39 { .bitrate = 240, .hw_value = 8, },
40 { .bitrate = 360, .hw_value = 9, },
41 { .bitrate = 480, .hw_value = 10, },
42 { .bitrate = 540, .hw_value = 11, },
43};
44
Christian Lamparter1b997532008-09-06 14:25:58 +020045static struct ieee80211_channel p54_bgchannels[] = {
Johannes Berg8318d782008-01-24 19:38:38 +010046 { .center_freq = 2412, .hw_value = 1, },
47 { .center_freq = 2417, .hw_value = 2, },
48 { .center_freq = 2422, .hw_value = 3, },
49 { .center_freq = 2427, .hw_value = 4, },
50 { .center_freq = 2432, .hw_value = 5, },
51 { .center_freq = 2437, .hw_value = 6, },
52 { .center_freq = 2442, .hw_value = 7, },
53 { .center_freq = 2447, .hw_value = 8, },
54 { .center_freq = 2452, .hw_value = 9, },
55 { .center_freq = 2457, .hw_value = 10, },
56 { .center_freq = 2462, .hw_value = 11, },
57 { .center_freq = 2467, .hw_value = 12, },
58 { .center_freq = 2472, .hw_value = 13, },
59 { .center_freq = 2484, .hw_value = 14, },
60};
61
Johannes Bergc2976ab2008-02-20 12:08:12 +010062static struct ieee80211_supported_band band_2GHz = {
Christian Lamparter1b997532008-09-06 14:25:58 +020063 .channels = p54_bgchannels,
64 .n_channels = ARRAY_SIZE(p54_bgchannels),
65 .bitrates = p54_bgrates,
66 .n_bitrates = ARRAY_SIZE(p54_bgrates),
67};
68
69static struct ieee80211_rate p54_arates[] = {
70 { .bitrate = 60, .hw_value = 4, },
71 { .bitrate = 90, .hw_value = 5, },
72 { .bitrate = 120, .hw_value = 6, },
73 { .bitrate = 180, .hw_value = 7, },
74 { .bitrate = 240, .hw_value = 8, },
75 { .bitrate = 360, .hw_value = 9, },
76 { .bitrate = 480, .hw_value = 10, },
77 { .bitrate = 540, .hw_value = 11, },
78};
79
80static struct ieee80211_channel p54_achannels[] = {
81 { .center_freq = 4920 },
82 { .center_freq = 4940 },
83 { .center_freq = 4960 },
84 { .center_freq = 4980 },
85 { .center_freq = 5040 },
86 { .center_freq = 5060 },
87 { .center_freq = 5080 },
88 { .center_freq = 5170 },
89 { .center_freq = 5180 },
90 { .center_freq = 5190 },
91 { .center_freq = 5200 },
92 { .center_freq = 5210 },
93 { .center_freq = 5220 },
94 { .center_freq = 5230 },
95 { .center_freq = 5240 },
96 { .center_freq = 5260 },
97 { .center_freq = 5280 },
98 { .center_freq = 5300 },
99 { .center_freq = 5320 },
100 { .center_freq = 5500 },
101 { .center_freq = 5520 },
102 { .center_freq = 5540 },
103 { .center_freq = 5560 },
104 { .center_freq = 5580 },
105 { .center_freq = 5600 },
106 { .center_freq = 5620 },
107 { .center_freq = 5640 },
108 { .center_freq = 5660 },
109 { .center_freq = 5680 },
110 { .center_freq = 5700 },
111 { .center_freq = 5745 },
112 { .center_freq = 5765 },
113 { .center_freq = 5785 },
114 { .center_freq = 5805 },
115 { .center_freq = 5825 },
116};
117
118static struct ieee80211_supported_band band_5GHz = {
119 .channels = p54_achannels,
120 .n_channels = ARRAY_SIZE(p54_achannels),
121 .bitrates = p54_arates,
122 .n_bitrates = ARRAY_SIZE(p54_arates),
Johannes Berg8318d782008-01-24 19:38:38 +0100123};
124
Christian Lamparter4e416a62008-09-01 22:48:41 +0200125int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw)
Michael Wueff1a592007-09-25 18:11:01 -0700126{
127 struct p54_common *priv = dev->priv;
128 struct bootrec_exp_if *exp_if;
129 struct bootrec *bootrec;
130 u32 *data = (u32 *)fw->data;
131 u32 *end_data = (u32 *)fw->data + (fw->size >> 2);
132 u8 *fw_version = NULL;
133 size_t len;
134 int i;
135
136 if (priv->rx_start)
Christian Lamparter4e416a62008-09-01 22:48:41 +0200137 return 0;
Michael Wueff1a592007-09-25 18:11:01 -0700138
139 while (data < end_data && *data)
140 data++;
141
142 while (data < end_data && !*data)
143 data++;
144
145 bootrec = (struct bootrec *) data;
146
147 while (bootrec->data <= end_data &&
148 (bootrec->data + (len = le32_to_cpu(bootrec->len))) <= end_data) {
149 u32 code = le32_to_cpu(bootrec->code);
150 switch (code) {
151 case BR_CODE_COMPONENT_ID:
Larry Finger1f1c0e32008-09-25 14:54:28 -0500152 priv->fw_interface = be32_to_cpup((__be32 *)
153 bootrec->data);
Christian Lamparter2b808482008-09-04 12:29:38 +0200154 switch (priv->fw_interface) {
Michael Wueff1a592007-09-25 18:11:01 -0700155 case FW_FMAC:
156 printk(KERN_INFO "p54: FreeMAC firmware\n");
157 break;
158 case FW_LM20:
159 printk(KERN_INFO "p54: LM20 firmware\n");
160 break;
161 case FW_LM86:
162 printk(KERN_INFO "p54: LM86 firmware\n");
163 break;
164 case FW_LM87:
Christian Lamparter2b808482008-09-04 12:29:38 +0200165 printk(KERN_INFO "p54: LM87 firmware\n");
Michael Wueff1a592007-09-25 18:11:01 -0700166 break;
167 default:
168 printk(KERN_INFO "p54: unknown firmware\n");
169 break;
170 }
171 break;
172 case BR_CODE_COMPONENT_VERSION:
173 /* 24 bytes should be enough for all firmwares */
174 if (strnlen((unsigned char*)bootrec->data, 24) < 24)
175 fw_version = (unsigned char*)bootrec->data;
176 break;
Christian Lamparter4e416a62008-09-01 22:48:41 +0200177 case BR_CODE_DESCR: {
178 struct bootrec_desc *desc =
179 (struct bootrec_desc *)bootrec->data;
180 priv->rx_start = le32_to_cpu(desc->rx_start);
Michael Wueff1a592007-09-25 18:11:01 -0700181 /* FIXME add sanity checking */
Christian Lamparter4e416a62008-09-01 22:48:41 +0200182 priv->rx_end = le32_to_cpu(desc->rx_end) - 0x3500;
183 priv->headroom = desc->headroom;
184 priv->tailroom = desc->tailroom;
Larry Finger1f1c0e32008-09-25 14:54:28 -0500185 if (le32_to_cpu(bootrec->len) == 11)
Larry Finger2e20cc32008-10-09 17:38:52 -0700186 priv->rx_mtu = le16_to_cpu(desc->rx_mtu);
Christian Lamparter4e416a62008-09-01 22:48:41 +0200187 else
188 priv->rx_mtu = (size_t)
189 0x620 - priv->tx_hdr_len;
Michael Wueff1a592007-09-25 18:11:01 -0700190 break;
Christian Lamparter4e416a62008-09-01 22:48:41 +0200191 }
Michael Wueff1a592007-09-25 18:11:01 -0700192 case BR_CODE_EXPOSED_IF:
193 exp_if = (struct bootrec_exp_if *) bootrec->data;
194 for (i = 0; i < (len * sizeof(*exp_if) / 4); i++)
Al Virodc73c622007-12-21 23:49:02 -0500195 if (exp_if[i].if_id == cpu_to_le16(0x1a))
Michael Wueff1a592007-09-25 18:11:01 -0700196 priv->fw_var = le16_to_cpu(exp_if[i].variant);
197 break;
198 case BR_CODE_DEPENDENT_IF:
199 break;
200 case BR_CODE_END_OF_BRA:
201 case LEGACY_BR_CODE_END_OF_BRA:
202 end_data = NULL;
203 break;
204 default:
205 break;
206 }
207 bootrec = (struct bootrec *)&bootrec->data[len];
208 }
209
210 if (fw_version)
211 printk(KERN_INFO "p54: FW rev %s - Softmac protocol %x.%x\n",
212 fw_version, priv->fw_var >> 8, priv->fw_var & 0xff);
213
214 if (priv->fw_var >= 0x300) {
215 /* Firmware supports QoS, use it! */
Chr84df3ed2008-08-24 03:15:16 +0200216 priv->tx_stats[4].limit = 3;
217 priv->tx_stats[5].limit = 4;
218 priv->tx_stats[6].limit = 3;
219 priv->tx_stats[7].limit = 1;
Michael Wueff1a592007-09-25 18:11:01 -0700220 dev->queues = 4;
221 }
Christian Lamparter4e416a62008-09-01 22:48:41 +0200222
223 return 0;
Michael Wueff1a592007-09-25 18:11:01 -0700224}
225EXPORT_SYMBOL_GPL(p54_parse_firmware);
226
Christian Lamparter154e3af2008-08-23 22:15:25 +0200227static int p54_convert_rev0(struct ieee80211_hw *dev,
228 struct pda_pa_curve_data *curve_data)
Michael Wueff1a592007-09-25 18:11:01 -0700229{
230 struct p54_common *priv = dev->priv;
Christian Lamparter154e3af2008-08-23 22:15:25 +0200231 struct p54_pa_curve_data_sample *dst;
232 struct pda_pa_curve_data_sample_rev0 *src;
Michael Wueff1a592007-09-25 18:11:01 -0700233 size_t cd_len = sizeof(*curve_data) +
Christian Lamparter154e3af2008-08-23 22:15:25 +0200234 (curve_data->points_per_channel*sizeof(*dst) + 2) *
Michael Wueff1a592007-09-25 18:11:01 -0700235 curve_data->channels;
236 unsigned int i, j;
237 void *source, *target;
238
239 priv->curve_data = kmalloc(cd_len, GFP_KERNEL);
240 if (!priv->curve_data)
241 return -ENOMEM;
242
243 memcpy(priv->curve_data, curve_data, sizeof(*curve_data));
244 source = curve_data->data;
245 target = priv->curve_data->data;
246 for (i = 0; i < curve_data->channels; i++) {
247 __le16 *freq = source;
248 source += sizeof(__le16);
249 *((__le16 *)target) = *freq;
250 target += sizeof(__le16);
251 for (j = 0; j < curve_data->points_per_channel; j++) {
Christian Lamparter154e3af2008-08-23 22:15:25 +0200252 dst = target;
253 src = source;
Michael Wueff1a592007-09-25 18:11:01 -0700254
Christian Lamparter154e3af2008-08-23 22:15:25 +0200255 dst->rf_power = src->rf_power;
256 dst->pa_detector = src->pa_detector;
257 dst->data_64qam = src->pcv;
Michael Wueff1a592007-09-25 18:11:01 -0700258 /* "invent" the points for the other modulations */
259#define SUB(x,y) (u8)((x) - (y)) > (x) ? 0 : (x) - (y)
Christian Lamparter154e3af2008-08-23 22:15:25 +0200260 dst->data_16qam = SUB(src->pcv, 12);
261 dst->data_qpsk = SUB(dst->data_16qam, 12);
262 dst->data_bpsk = SUB(dst->data_qpsk, 12);
263 dst->data_barker = SUB(dst->data_bpsk, 14);
Michael Wueff1a592007-09-25 18:11:01 -0700264#undef SUB
Christian Lamparter154e3af2008-08-23 22:15:25 +0200265 target += sizeof(*dst);
266 source += sizeof(*src);
Michael Wueff1a592007-09-25 18:11:01 -0700267 }
268 }
269
270 return 0;
271}
272
Christian Lamparter154e3af2008-08-23 22:15:25 +0200273static int p54_convert_rev1(struct ieee80211_hw *dev,
274 struct pda_pa_curve_data *curve_data)
275{
276 struct p54_common *priv = dev->priv;
277 struct p54_pa_curve_data_sample *dst;
278 struct pda_pa_curve_data_sample_rev1 *src;
279 size_t cd_len = sizeof(*curve_data) +
280 (curve_data->points_per_channel*sizeof(*dst) + 2) *
281 curve_data->channels;
282 unsigned int i, j;
283 void *source, *target;
284
285 priv->curve_data = kmalloc(cd_len, GFP_KERNEL);
286 if (!priv->curve_data)
287 return -ENOMEM;
288
289 memcpy(priv->curve_data, curve_data, sizeof(*curve_data));
290 source = curve_data->data;
291 target = priv->curve_data->data;
292 for (i = 0; i < curve_data->channels; i++) {
293 __le16 *freq = source;
294 source += sizeof(__le16);
295 *((__le16 *)target) = *freq;
296 target += sizeof(__le16);
297 for (j = 0; j < curve_data->points_per_channel; j++) {
298 memcpy(target, source, sizeof(*src));
299
300 target += sizeof(*dst);
301 source += sizeof(*src);
302 }
303 source++;
304 }
305
306 return 0;
307}
308
Christian Lamparter4cc683c2008-10-15 03:30:06 +0200309static const char *p54_rf_chips[] = { "NULL", "Duette3", "Duette2",
310 "Frisbee", "Xbow", "Longbow", "NULL", "NULL" };
Christian Lamparter1b997532008-09-06 14:25:58 +0200311static int p54_init_xbow_synth(struct ieee80211_hw *dev);
Christian Lamparter7cb77072008-09-01 22:48:51 +0200312
Larry Finger1f1c0e32008-09-25 14:54:28 -0500313static int p54_parse_eeprom(struct ieee80211_hw *dev, void *eeprom, int len)
Michael Wueff1a592007-09-25 18:11:01 -0700314{
315 struct p54_common *priv = dev->priv;
316 struct eeprom_pda_wrap *wrap = NULL;
317 struct pda_entry *entry;
Michael Wueff1a592007-09-25 18:11:01 -0700318 unsigned int data_len, entry_len;
319 void *tmp;
320 int err;
Johannes Bergc2f2d3a2008-02-29 23:28:25 +0100321 u8 *end = (u8 *)eeprom + len;
Christian Lamparterf2c2e252008-10-25 16:14:14 +0200322 u16 synth = 0;
Michael Wueff1a592007-09-25 18:11:01 -0700323
324 wrap = (struct eeprom_pda_wrap *) eeprom;
Johannes Berg8c282932008-02-29 13:56:33 +0100325 entry = (void *)wrap->data + le16_to_cpu(wrap->len);
Johannes Bergc2f2d3a2008-02-29 23:28:25 +0100326
327 /* verify that at least the entry length/code fits */
328 while ((u8 *)entry <= end - sizeof(*entry)) {
Michael Wueff1a592007-09-25 18:11:01 -0700329 entry_len = le16_to_cpu(entry->len);
330 data_len = ((entry_len - 1) << 1);
Johannes Bergc2f2d3a2008-02-29 23:28:25 +0100331
332 /* abort if entry exceeds whole structure */
333 if ((u8 *)entry + sizeof(*entry) + data_len > end)
334 break;
335
Michael Wueff1a592007-09-25 18:11:01 -0700336 switch (le16_to_cpu(entry->code)) {
337 case PDR_MAC_ADDRESS:
338 SET_IEEE80211_PERM_ADDR(dev, entry->data);
339 break;
340 case PDR_PRISM_PA_CAL_OUTPUT_POWER_LIMITS:
341 if (data_len < 2) {
342 err = -EINVAL;
343 goto err;
344 }
345
346 if (2 + entry->data[1]*sizeof(*priv->output_limit) > data_len) {
347 err = -EINVAL;
348 goto err;
349 }
350
351 priv->output_limit = kmalloc(entry->data[1] *
352 sizeof(*priv->output_limit), GFP_KERNEL);
353
354 if (!priv->output_limit) {
355 err = -ENOMEM;
356 goto err;
357 }
358
359 memcpy(priv->output_limit, &entry->data[2],
360 entry->data[1]*sizeof(*priv->output_limit));
361 priv->output_limit_len = entry->data[1];
362 break;
Christian Lamparter154e3af2008-08-23 22:15:25 +0200363 case PDR_PRISM_PA_CAL_CURVE_DATA: {
364 struct pda_pa_curve_data *curve_data =
365 (struct pda_pa_curve_data *)entry->data;
366 if (data_len < sizeof(*curve_data)) {
Michael Wueff1a592007-09-25 18:11:01 -0700367 err = -EINVAL;
368 goto err;
369 }
370
Christian Lamparter154e3af2008-08-23 22:15:25 +0200371 switch (curve_data->cal_method_rev) {
372 case 0:
373 err = p54_convert_rev0(dev, curve_data);
374 break;
375 case 1:
376 err = p54_convert_rev1(dev, curve_data);
377 break;
378 default:
379 printk(KERN_ERR "p54: unknown curve data "
380 "revision %d\n",
381 curve_data->cal_method_rev);
382 err = -ENODEV;
383 break;
Michael Wueff1a592007-09-25 18:11:01 -0700384 }
Christian Lamparter154e3af2008-08-23 22:15:25 +0200385 if (err)
386 goto err;
Michael Wueff1a592007-09-25 18:11:01 -0700387
Christian Lamparter154e3af2008-08-23 22:15:25 +0200388 }
Michael Wueff1a592007-09-25 18:11:01 -0700389 case PDR_PRISM_ZIF_TX_IQ_CALIBRATION:
390 priv->iq_autocal = kmalloc(data_len, GFP_KERNEL);
391 if (!priv->iq_autocal) {
392 err = -ENOMEM;
393 goto err;
394 }
395
396 memcpy(priv->iq_autocal, entry->data, data_len);
397 priv->iq_autocal_len = data_len / sizeof(struct pda_iq_autocal_entry);
398 break;
399 case PDR_INTERFACE_LIST:
400 tmp = entry->data;
401 while ((u8 *)tmp < entry->data + data_len) {
402 struct bootrec_exp_if *exp_if = tmp;
Christian Lamparter4cc683c2008-10-15 03:30:06 +0200403 if (le16_to_cpu(exp_if->if_id) == 0xf)
404 synth = le16_to_cpu(exp_if->variant);
Michael Wueff1a592007-09-25 18:11:01 -0700405 tmp += sizeof(struct bootrec_exp_if);
406 }
407 break;
408 case PDR_HARDWARE_PLATFORM_COMPONENT_ID:
409 priv->version = *(u8 *)(entry->data + 1);
410 break;
411 case PDR_END:
Johannes Bergc2f2d3a2008-02-29 23:28:25 +0100412 /* make it overrun */
413 entry_len = len;
Michael Wueff1a592007-09-25 18:11:01 -0700414 break;
Florian Fainelli58e30732008-02-25 17:51:53 +0100415 default:
416 printk(KERN_INFO "p54: unknown eeprom code : 0x%x\n",
417 le16_to_cpu(entry->code));
418 break;
Michael Wueff1a592007-09-25 18:11:01 -0700419 }
420
421 entry = (void *)entry + (entry_len + 1)*2;
Michael Wueff1a592007-09-25 18:11:01 -0700422 }
423
Christian Lamparterf2c2e252008-10-25 16:14:14 +0200424 if (!synth || !priv->iq_autocal || !priv->output_limit ||
425 !priv->curve_data) {
Michael Wueff1a592007-09-25 18:11:01 -0700426 printk(KERN_ERR "p54: not all required entries found in eeprom!\n");
427 err = -EINVAL;
428 goto err;
429 }
430
Christian Lamparter4cc683c2008-10-15 03:30:06 +0200431 priv->rxhw = synth & 0x07;
432 if (priv->rxhw == 4)
Christian Lamparter1b997532008-09-06 14:25:58 +0200433 p54_init_xbow_synth(dev);
Christian Lamparter4cc683c2008-10-15 03:30:06 +0200434 if (!(synth & 0x40))
Christian Lamparter1b997532008-09-06 14:25:58 +0200435 dev->wiphy->bands[IEEE80211_BAND_2GHZ] = &band_2GHz;
Christian Lamparter4cc683c2008-10-15 03:30:06 +0200436 if (!(synth & 0x80))
437 dev->wiphy->bands[IEEE80211_BAND_5GHZ] = &band_5GHz;
Christian Lamparter7cb77072008-09-01 22:48:51 +0200438
439 if (!is_valid_ether_addr(dev->wiphy->perm_addr)) {
440 u8 perm_addr[ETH_ALEN];
441
442 printk(KERN_WARNING "%s: Invalid hwaddr! Using randomly generated MAC addr\n",
443 wiphy_name(dev->wiphy));
444 random_ether_addr(perm_addr);
445 SET_IEEE80211_PERM_ADDR(dev, perm_addr);
446 }
447
Johannes Berge1749612008-10-27 15:59:26 -0700448 printk(KERN_INFO "%s: hwaddr %pM, MAC:isl38%02x RF:%s\n",
Christian Lamparter7cb77072008-09-01 22:48:51 +0200449 wiphy_name(dev->wiphy),
Johannes Berge1749612008-10-27 15:59:26 -0700450 dev->wiphy->perm_addr,
Christian Lamparter7cb77072008-09-01 22:48:51 +0200451 priv->version, p54_rf_chips[priv->rxhw]);
452
Michael Wueff1a592007-09-25 18:11:01 -0700453 return 0;
454
455 err:
456 if (priv->iq_autocal) {
457 kfree(priv->iq_autocal);
458 priv->iq_autocal = NULL;
459 }
460
461 if (priv->output_limit) {
462 kfree(priv->output_limit);
463 priv->output_limit = NULL;
464 }
465
466 if (priv->curve_data) {
467 kfree(priv->curve_data);
468 priv->curve_data = NULL;
469 }
470
471 printk(KERN_ERR "p54: eeprom parse failed!\n");
472 return err;
473}
Michael Wueff1a592007-09-25 18:11:01 -0700474
Christian Lampartercc6de662008-09-06 02:56:23 +0200475static int p54_rssi_to_dbm(struct ieee80211_hw *dev, int rssi)
476{
477 /* TODO: get the rssi_add & rssi_mul data from the eeprom */
478 return ((rssi * 0x83) / 64 - 400) / 4;
479}
480
Christian Lamparter19c19d52008-09-03 22:25:25 +0200481static int p54_rx_data(struct ieee80211_hw *dev, struct sk_buff *skb)
Michael Wueff1a592007-09-25 18:11:01 -0700482{
Christian Lampartera0db6632008-09-06 02:56:04 +0200483 struct p54_common *priv = dev->priv;
Michael Wueff1a592007-09-25 18:11:01 -0700484 struct p54_rx_hdr *hdr = (struct p54_rx_hdr *) skb->data;
485 struct ieee80211_rx_status rx_status = {0};
486 u16 freq = le16_to_cpu(hdr->freq);
Christian Lamparter19c19d52008-09-03 22:25:25 +0200487 size_t header_len = sizeof(*hdr);
Christian Lampartera0db6632008-09-06 02:56:04 +0200488 u32 tsf32;
Michael Wueff1a592007-09-25 18:11:01 -0700489
Christian Lamparter78d57eb2008-09-06 02:56:12 +0200490 if (!(hdr->magic & cpu_to_le16(0x0001))) {
491 if (priv->filter_flags & FIF_FCSFAIL)
492 rx_status.flag |= RX_FLAG_FAILED_FCS_CRC;
493 else
494 return 0;
495 }
496
Christian Lampartercc6de662008-09-06 02:56:23 +0200497 rx_status.signal = p54_rssi_to_dbm(dev, hdr->rssi);
498 rx_status.noise = priv->noise;
Johannes Berg8318d782008-01-24 19:38:38 +0100499 /* XX correct? */
Larry.Finger@lwfinger.net18d72602008-06-30 10:39:49 -0500500 rx_status.qual = (100 * hdr->rssi) / 127;
Christian Lampartercf3e74c2008-09-30 23:36:00 +0200501 rx_status.rate_idx = (dev->conf.channel->band == IEEE80211_BAND_2GHZ ?
502 hdr->rate : (hdr->rate - 4)) & 0xf;
Michael Wueff1a592007-09-25 18:11:01 -0700503 rx_status.freq = freq;
Christian Lampartercf3e74c2008-09-30 23:36:00 +0200504 rx_status.band = dev->conf.channel->band;
Michael Wueff1a592007-09-25 18:11:01 -0700505 rx_status.antenna = hdr->antenna;
Christian Lampartera0db6632008-09-06 02:56:04 +0200506
507 tsf32 = le32_to_cpu(hdr->tsf32);
508 if (tsf32 < priv->tsf_low32)
509 priv->tsf_high32++;
510 rx_status.mactime = ((u64)priv->tsf_high32) << 32 | tsf32;
511 priv->tsf_low32 = tsf32;
512
Johannes Berg03bffc12007-12-04 20:33:40 +0100513 rx_status.flag |= RX_FLAG_TSFT;
Michael Wueff1a592007-09-25 18:11:01 -0700514
Christian Lamparter19c19d52008-09-03 22:25:25 +0200515 if (hdr->magic & cpu_to_le16(0x4000))
516 header_len += hdr->align[0];
517
518 skb_pull(skb, header_len);
Michael Wueff1a592007-09-25 18:11:01 -0700519 skb_trim(skb, le16_to_cpu(hdr->len));
520
521 ieee80211_rx_irqsafe(dev, skb, &rx_status);
Christian Lamparter19c19d52008-09-03 22:25:25 +0200522
523 return -1;
Michael Wueff1a592007-09-25 18:11:01 -0700524}
525
526static void inline p54_wake_free_queues(struct ieee80211_hw *dev)
527{
528 struct p54_common *priv = dev->priv;
529 int i;
530
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200531 if (priv->mode == NL80211_IFTYPE_UNSPECIFIED)
532 return ;
533
Michael Wueff1a592007-09-25 18:11:01 -0700534 for (i = 0; i < dev->queues; i++)
Chr84df3ed2008-08-24 03:15:16 +0200535 if (priv->tx_stats[i + 4].len < priv->tx_stats[i + 4].limit)
Michael Wueff1a592007-09-25 18:11:01 -0700536 ieee80211_wake_queue(dev, i);
537}
538
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200539void p54_free_skb(struct ieee80211_hw *dev, struct sk_buff *skb)
540{
541 struct p54_common *priv = dev->priv;
542 struct ieee80211_tx_info *info;
543 struct memrecord *range;
544 unsigned long flags;
545 u32 freed = 0, last_addr = priv->rx_start;
546
547 if (!skb || !dev)
548 return;
549
550 spin_lock_irqsave(&priv->tx_queue.lock, flags);
551 info = IEEE80211_SKB_CB(skb);
552 range = (void *)info->rate_driver_data;
553 if (skb->prev != (struct sk_buff *)&priv->tx_queue) {
554 struct ieee80211_tx_info *ni;
555 struct memrecord *mr;
556
557 ni = IEEE80211_SKB_CB(skb->prev);
558 mr = (struct memrecord *)ni->rate_driver_data;
559 last_addr = mr->end_addr;
560 }
561 if (skb->next != (struct sk_buff *)&priv->tx_queue) {
562 struct ieee80211_tx_info *ni;
563 struct memrecord *mr;
564
565 ni = IEEE80211_SKB_CB(skb->next);
566 mr = (struct memrecord *)ni->rate_driver_data;
567 freed = mr->start_addr - last_addr;
568 } else
569 freed = priv->rx_end - last_addr;
570 __skb_unlink(skb, &priv->tx_queue);
571 spin_unlock_irqrestore(&priv->tx_queue.lock, flags);
572 kfree_skb(skb);
573
574 if (freed >= priv->headroom + sizeof(struct p54_control_hdr) + 48 +
575 IEEE80211_MAX_RTS_THRESHOLD + priv->tailroom)
576 p54_wake_free_queues(dev);
577}
578EXPORT_SYMBOL_GPL(p54_free_skb);
579
Michael Wueff1a592007-09-25 18:11:01 -0700580static void p54_rx_frame_sent(struct ieee80211_hw *dev, struct sk_buff *skb)
581{
582 struct p54_common *priv = dev->priv;
583 struct p54_control_hdr *hdr = (struct p54_control_hdr *) skb->data;
584 struct p54_frame_sent_hdr *payload = (struct p54_frame_sent_hdr *) hdr->data;
585 struct sk_buff *entry = (struct sk_buff *) priv->tx_queue.next;
Christian Lamparter4e416a62008-09-01 22:48:41 +0200586 u32 addr = le32_to_cpu(hdr->req_id) - priv->headroom;
Michael Wueff1a592007-09-25 18:11:01 -0700587 struct memrecord *range = NULL;
588 u32 freed = 0;
589 u32 last_addr = priv->rx_start;
Chr031d10e2008-08-24 03:15:06 +0200590 unsigned long flags;
Johannes Bergc12abae2008-10-14 16:56:51 +0200591 int count, idx;
Michael Wueff1a592007-09-25 18:11:01 -0700592
Chr031d10e2008-08-24 03:15:06 +0200593 spin_lock_irqsave(&priv->tx_queue.lock, flags);
Michael Wueff1a592007-09-25 18:11:01 -0700594 while (entry != (struct sk_buff *)&priv->tx_queue) {
Johannes Berg552fe532008-05-30 21:07:15 +0200595 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(entry);
Christian Lamparter9de5776f2008-10-15 04:05:51 +0200596 struct p54_control_hdr *entry_hdr;
597 struct p54_tx_control_allocdata *entry_data;
598 int pad = 0;
599
Johannes Berge6a98542008-10-21 12:40:02 +0200600 range = (void *)info->rate_driver_data;
Christian Lamparter9de5776f2008-10-15 04:05:51 +0200601 if (range->start_addr != addr) {
Michael Wueff1a592007-09-25 18:11:01 -0700602 last_addr = range->end_addr;
Christian Lamparter9de5776f2008-10-15 04:05:51 +0200603 entry = entry->next;
604 continue;
605 }
Chr031d10e2008-08-24 03:15:06 +0200606
Christian Lamparter9de5776f2008-10-15 04:05:51 +0200607 if (entry->next != (struct sk_buff *)&priv->tx_queue) {
608 struct ieee80211_tx_info *ni;
609 struct memrecord *mr;
Johannes Bergc12abae2008-10-14 16:56:51 +0200610
Christian Lamparter9de5776f2008-10-15 04:05:51 +0200611 ni = IEEE80211_SKB_CB(entry->next);
612 mr = (struct memrecord *)ni->rate_driver_data;
613 freed = mr->start_addr - last_addr;
Michael Wueff1a592007-09-25 18:11:01 -0700614 } else
Christian Lamparter9de5776f2008-10-15 04:05:51 +0200615 freed = priv->rx_end - last_addr;
616
617 last_addr = range->end_addr;
618 __skb_unlink(entry, &priv->tx_queue);
619 spin_unlock_irqrestore(&priv->tx_queue.lock, flags);
620
621 /*
622 * Clear manually, ieee80211_tx_info_clear_status would
623 * clear the counts too and we need them.
624 */
625 memset(&info->status.ampdu_ack_len, 0,
626 sizeof(struct ieee80211_tx_info) -
627 offsetof(struct ieee80211_tx_info, status.ampdu_ack_len));
628 BUILD_BUG_ON(offsetof(struct ieee80211_tx_info,
629 status.ampdu_ack_len) != 23);
630
631 entry_hdr = (struct p54_control_hdr *) entry->data;
632 entry_data = (struct p54_tx_control_allocdata *) entry_hdr->data;
633 if ((entry_hdr->magic1 & cpu_to_le16(0x4000)) != 0)
634 pad = entry_data->align[0];
635
636 /* walk through the rates array and adjust the counts */
637 count = payload->retries;
638 for (idx = 0; idx < 4; idx++) {
639 if (count >= info->status.rates[idx].count) {
640 count -= info->status.rates[idx].count;
641 } else if (count > 0) {
642 info->status.rates[idx].count = count;
643 count = 0;
644 } else {
645 info->status.rates[idx].idx = -1;
646 info->status.rates[idx].count = 0;
647 }
648 }
649
650 priv->tx_stats[entry_data->hw_queue].len--;
651 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK) &&
652 (!payload->status))
653 info->flags |= IEEE80211_TX_STAT_ACK;
654 if (payload->status & 0x02)
655 info->flags |= IEEE80211_TX_STAT_TX_FILTERED;
656 info->status.ack_signal = p54_rssi_to_dbm(dev,
657 le16_to_cpu(payload->ack_rssi));
658 skb_pull(entry, sizeof(*hdr) + pad + sizeof(*entry_data));
659 ieee80211_tx_status_irqsafe(dev, entry);
660 goto out;
Michael Wueff1a592007-09-25 18:11:01 -0700661 }
Chr031d10e2008-08-24 03:15:06 +0200662 spin_unlock_irqrestore(&priv->tx_queue.lock, flags);
Michael Wueff1a592007-09-25 18:11:01 -0700663
Chr031d10e2008-08-24 03:15:06 +0200664out:
Christian Lamparter9de5776f2008-10-15 04:05:51 +0200665 if (freed >= priv->headroom + sizeof(struct p54_control_hdr) + 48 +
666 IEEE80211_MAX_RTS_THRESHOLD + priv->tailroom)
Michael Wueff1a592007-09-25 18:11:01 -0700667 p54_wake_free_queues(dev);
668}
669
Christian Lamparter7cb77072008-09-01 22:48:51 +0200670static void p54_rx_eeprom_readback(struct ieee80211_hw *dev,
671 struct sk_buff *skb)
672{
673 struct p54_control_hdr *hdr = (struct p54_control_hdr *) skb->data;
674 struct p54_eeprom_lm86 *eeprom = (struct p54_eeprom_lm86 *) hdr->data;
675 struct p54_common *priv = dev->priv;
676
677 if (!priv->eeprom)
678 return ;
679
Larry Finger1f1c0e32008-09-25 14:54:28 -0500680 memcpy(priv->eeprom, eeprom->data, le16_to_cpu(eeprom->len));
Christian Lamparter7cb77072008-09-01 22:48:51 +0200681
682 complete(&priv->eeprom_comp);
683}
684
Christian Lampartercc6de662008-09-06 02:56:23 +0200685static void p54_rx_stats(struct ieee80211_hw *dev, struct sk_buff *skb)
686{
687 struct p54_common *priv = dev->priv;
688 struct p54_control_hdr *hdr = (struct p54_control_hdr *) skb->data;
689 struct p54_statistics *stats = (struct p54_statistics *) hdr->data;
690 u32 tsf32 = le32_to_cpu(stats->tsf32);
691
692 if (tsf32 < priv->tsf_low32)
693 priv->tsf_high32++;
694 priv->tsf_low32 = tsf32;
695
696 priv->stats.dot11RTSFailureCount = le32_to_cpu(stats->rts_fail);
697 priv->stats.dot11RTSSuccessCount = le32_to_cpu(stats->rts_success);
698 priv->stats.dot11FCSErrorCount = le32_to_cpu(stats->rx_bad_fcs);
699
700 priv->noise = p54_rssi_to_dbm(dev, le32_to_cpu(stats->noise));
701 complete(&priv->stats_comp);
702
703 mod_timer(&priv->stats_timer, jiffies + 5 * HZ);
704}
705
Christian Lamparter19c19d52008-09-03 22:25:25 +0200706static int p54_rx_control(struct ieee80211_hw *dev, struct sk_buff *skb)
Michael Wueff1a592007-09-25 18:11:01 -0700707{
708 struct p54_control_hdr *hdr = (struct p54_control_hdr *) skb->data;
709
710 switch (le16_to_cpu(hdr->type)) {
711 case P54_CONTROL_TYPE_TXDONE:
712 p54_rx_frame_sent(dev, skb);
713 break;
714 case P54_CONTROL_TYPE_BBP:
715 break;
Christian Lampartercc6de662008-09-06 02:56:23 +0200716 case P54_CONTROL_TYPE_STAT_READBACK:
717 p54_rx_stats(dev, skb);
718 break;
Christian Lamparter7cb77072008-09-01 22:48:51 +0200719 case P54_CONTROL_TYPE_EEPROM_READBACK:
720 p54_rx_eeprom_readback(dev, skb);
721 break;
Michael Wueff1a592007-09-25 18:11:01 -0700722 default:
723 printk(KERN_DEBUG "%s: not handling 0x%02x type control frame\n",
724 wiphy_name(dev->wiphy), le16_to_cpu(hdr->type));
725 break;
726 }
Christian Lamparter19c19d52008-09-03 22:25:25 +0200727
728 return 0;
Michael Wueff1a592007-09-25 18:11:01 -0700729}
730
731/* returns zero if skb can be reused */
732int p54_rx(struct ieee80211_hw *dev, struct sk_buff *skb)
733{
734 u8 type = le16_to_cpu(*((__le16 *)skb->data)) >> 8;
Christian Lamparter19c19d52008-09-03 22:25:25 +0200735
736 if (type == 0x80)
737 return p54_rx_control(dev, skb);
738 else
739 return p54_rx_data(dev, skb);
Michael Wueff1a592007-09-25 18:11:01 -0700740}
741EXPORT_SYMBOL_GPL(p54_rx);
742
743/*
744 * So, the firmware is somewhat stupid and doesn't know what places in its
745 * memory incoming data should go to. By poking around in the firmware, we
746 * can find some unused memory to upload our packets to. However, data that we
747 * want the card to TX needs to stay intact until the card has told us that
748 * it is done with it. This function finds empty places we can upload to and
749 * marks allocated areas as reserved if necessary. p54_rx_frame_sent frees
750 * allocated areas.
751 */
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200752static int p54_assign_address(struct ieee80211_hw *dev, struct sk_buff *skb,
Johannes Berge039fa42008-05-15 12:55:29 +0200753 struct p54_control_hdr *data, u32 len)
Michael Wueff1a592007-09-25 18:11:01 -0700754{
755 struct p54_common *priv = dev->priv;
756 struct sk_buff *entry = priv->tx_queue.next;
757 struct sk_buff *target_skb = NULL;
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200758 struct ieee80211_tx_info *info;
759 struct memrecord *range;
Michael Wueff1a592007-09-25 18:11:01 -0700760 u32 last_addr = priv->rx_start;
761 u32 largest_hole = 0;
762 u32 target_addr = priv->rx_start;
763 unsigned long flags;
764 unsigned int left;
Christian Lamparter4e416a62008-09-01 22:48:41 +0200765 len = (len + priv->headroom + priv->tailroom + 3) & ~0x3;
Michael Wueff1a592007-09-25 18:11:01 -0700766
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200767 if (!skb)
768 return -EINVAL;
769
Michael Wueff1a592007-09-25 18:11:01 -0700770 spin_lock_irqsave(&priv->tx_queue.lock, flags);
771 left = skb_queue_len(&priv->tx_queue);
772 while (left--) {
773 u32 hole_size;
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200774 info = IEEE80211_SKB_CB(entry);
775 range = (void *)info->rate_driver_data;
Michael Wueff1a592007-09-25 18:11:01 -0700776 hole_size = range->start_addr - last_addr;
777 if (!target_skb && hole_size >= len) {
778 target_skb = entry->prev;
779 hole_size -= len;
780 target_addr = last_addr;
781 }
782 largest_hole = max(largest_hole, hole_size);
783 last_addr = range->end_addr;
784 entry = entry->next;
785 }
786 if (!target_skb && priv->rx_end - last_addr >= len) {
787 target_skb = priv->tx_queue.prev;
788 largest_hole = max(largest_hole, priv->rx_end - last_addr - len);
789 if (!skb_queue_empty(&priv->tx_queue)) {
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200790 info = IEEE80211_SKB_CB(target_skb);
791 range = (void *)info->rate_driver_data;
Michael Wueff1a592007-09-25 18:11:01 -0700792 target_addr = range->end_addr;
793 }
794 } else
795 largest_hole = max(largest_hole, priv->rx_end - last_addr);
796
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200797 if (!target_skb) {
798 spin_unlock_irqrestore(&priv->tx_queue.lock, flags);
799 ieee80211_stop_queues(dev);
800 return -ENOMEM;
Michael Wueff1a592007-09-25 18:11:01 -0700801 }
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200802
803 info = IEEE80211_SKB_CB(skb);
804 range = (void *)info->rate_driver_data;
805 range->start_addr = target_addr;
806 range->end_addr = target_addr + len;
807 __skb_queue_after(&priv->tx_queue, target_skb, skb);
Michael Wueff1a592007-09-25 18:11:01 -0700808 spin_unlock_irqrestore(&priv->tx_queue.lock, flags);
809
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200810 if (largest_hole < priv->headroom + sizeof(struct p54_control_hdr) +
811 48 + IEEE80211_MAX_RTS_THRESHOLD + priv->tailroom)
812 ieee80211_stop_queues(dev);
813
Christian Lamparter4e416a62008-09-01 22:48:41 +0200814 data->req_id = cpu_to_le32(target_addr + priv->headroom);
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200815 return 0;
816}
817
818static struct sk_buff *p54_alloc_skb(struct ieee80211_hw *dev,
819 u16 hdr_flags, u16 len, u16 type, gfp_t memflags)
820{
821 struct p54_common *priv = dev->priv;
822 struct p54_control_hdr *hdr;
823 struct sk_buff *skb;
824
825 skb = __dev_alloc_skb(len + priv->tx_hdr_len, memflags);
826 if (!skb)
827 return NULL;
828 skb_reserve(skb, priv->tx_hdr_len);
829
830 hdr = (struct p54_control_hdr *) skb_put(skb, sizeof(*hdr));
831 hdr->magic1 = cpu_to_le16(hdr_flags);
832 hdr->len = cpu_to_le16(len - sizeof(*hdr));
833 hdr->type = cpu_to_le16(type);
834 hdr->retry1 = hdr->retry2 = 0;
835
836 if (unlikely(p54_assign_address(dev, skb, hdr, len))) {
837 kfree_skb(skb);
838 return NULL;
839 }
840 return skb;
Michael Wueff1a592007-09-25 18:11:01 -0700841}
842
Christian Lamparter7cb77072008-09-01 22:48:51 +0200843int p54_read_eeprom(struct ieee80211_hw *dev)
844{
845 struct p54_common *priv = dev->priv;
846 struct p54_control_hdr *hdr = NULL;
847 struct p54_eeprom_lm86 *eeprom_hdr;
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200848 struct sk_buff *skb;
Christian Lamparter7cb77072008-09-01 22:48:51 +0200849 size_t eeprom_size = 0x2020, offset = 0, blocksize;
850 int ret = -ENOMEM;
851 void *eeprom = NULL;
852
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200853 skb = p54_alloc_skb(dev, 0x8000, sizeof(*hdr) + sizeof(*eeprom_hdr) +
854 EEPROM_READBACK_LEN,
855 P54_CONTROL_TYPE_EEPROM_READBACK, GFP_KERNEL);
856 if (!skb)
Christian Lamparter7cb77072008-09-01 22:48:51 +0200857 goto free;
Christian Lamparter7cb77072008-09-01 22:48:51 +0200858 priv->eeprom = kzalloc(EEPROM_READBACK_LEN, GFP_KERNEL);
859 if (!priv->eeprom)
860 goto free;
Christian Lamparter7cb77072008-09-01 22:48:51 +0200861 eeprom = kzalloc(eeprom_size, GFP_KERNEL);
862 if (!eeprom)
863 goto free;
864
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200865 eeprom_hdr = (struct p54_eeprom_lm86 *) skb_put(skb,
866 sizeof(*eeprom_hdr) + EEPROM_READBACK_LEN);
Christian Lamparter7cb77072008-09-01 22:48:51 +0200867
868 while (eeprom_size) {
869 blocksize = min(eeprom_size, (size_t)EEPROM_READBACK_LEN);
Christian Lamparter7cb77072008-09-01 22:48:51 +0200870 eeprom_hdr->offset = cpu_to_le16(offset);
871 eeprom_hdr->len = cpu_to_le16(blocksize);
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200872 priv->tx(dev, skb, 0);
Christian Lamparter7cb77072008-09-01 22:48:51 +0200873
874 if (!wait_for_completion_interruptible_timeout(&priv->eeprom_comp, HZ)) {
875 printk(KERN_ERR "%s: device does not respond!\n",
876 wiphy_name(dev->wiphy));
877 ret = -EBUSY;
878 goto free;
879 }
880
881 memcpy(eeprom + offset, priv->eeprom, blocksize);
882 offset += blocksize;
883 eeprom_size -= blocksize;
884 }
885
886 ret = p54_parse_eeprom(dev, eeprom, offset);
887free:
888 kfree(priv->eeprom);
889 priv->eeprom = NULL;
Christian Lamparterb92f30d2008-10-15 04:07:16 +0200890 p54_free_skb(dev, skb);
Christian Lamparter7cb77072008-09-01 22:48:51 +0200891 kfree(eeprom);
892
893 return ret;
894}
895EXPORT_SYMBOL_GPL(p54_read_eeprom);
896
Johannes Berge039fa42008-05-15 12:55:29 +0200897static int p54_tx(struct ieee80211_hw *dev, struct sk_buff *skb)
Michael Wueff1a592007-09-25 18:11:01 -0700898{
Johannes Berge039fa42008-05-15 12:55:29 +0200899 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Johannes Berg57ffc582008-04-29 17:18:59 +0200900 struct ieee80211_tx_queue_stats *current_queue;
Michael Wueff1a592007-09-25 18:11:01 -0700901 struct p54_common *priv = dev->priv;
902 struct p54_control_hdr *hdr;
903 struct p54_tx_control_allocdata *txhdr;
Michael Wueff1a592007-09-25 18:11:01 -0700904 size_t padding, len;
Johannes Bergc12abae2008-10-14 16:56:51 +0200905 int i, j, ridx;
Michael Wueff1a592007-09-25 18:11:01 -0700906 u8 rate;
Christian Lamparteraaa15532008-08-09 19:20:47 -0500907 u8 cts_rate = 0x20;
Johannes Berge6a98542008-10-21 12:40:02 +0200908 u8 rc_flags;
Johannes Bergc12abae2008-10-14 16:56:51 +0200909 u8 calculated_tries[4];
910 u8 nrates = 0, nremaining = 8;
Michael Wueff1a592007-09-25 18:11:01 -0700911
Chr84df3ed2008-08-24 03:15:16 +0200912 current_queue = &priv->tx_stats[skb_get_queue_mapping(skb) + 4];
Michael Wueff1a592007-09-25 18:11:01 -0700913 if (unlikely(current_queue->len > current_queue->limit))
914 return NETDEV_TX_BUSY;
915 current_queue->len++;
916 current_queue->count++;
917 if (current_queue->len == current_queue->limit)
Johannes Berge2530082008-05-17 00:57:14 +0200918 ieee80211_stop_queue(dev, skb_get_queue_mapping(skb));
Michael Wueff1a592007-09-25 18:11:01 -0700919
920 padding = (unsigned long)(skb->data - (sizeof(*hdr) + sizeof(*txhdr))) & 3;
921 len = skb->len;
922
Michael Wueff1a592007-09-25 18:11:01 -0700923 txhdr = (struct p54_tx_control_allocdata *)
924 skb_push(skb, sizeof(*txhdr) + padding);
925 hdr = (struct p54_control_hdr *) skb_push(skb, sizeof(*hdr));
926
927 if (padding)
928 hdr->magic1 = cpu_to_le16(0x4010);
929 else
930 hdr->magic1 = cpu_to_le16(0x0010);
931 hdr->len = cpu_to_le16(len);
Johannes Berge039fa42008-05-15 12:55:29 +0200932 hdr->type = (info->flags & IEEE80211_TX_CTL_NO_ACK) ? 0 : cpu_to_le16(1);
Johannes Bergc12abae2008-10-14 16:56:51 +0200933 hdr->retry1 = info->control.rates[0].count;
Michael Wueff1a592007-09-25 18:11:01 -0700934
Johannes Bergc12abae2008-10-14 16:56:51 +0200935 /*
936 * we register the rates in perfect order, and
937 * RTS/CTS won't happen on 5 GHz
938 */
939 cts_rate = info->control.rts_cts_rate_idx;
940
941 memset(&txhdr->rateset, 0, sizeof(txhdr->rateset));
942
943 /* see how many rates got used */
944 for (i = 0; i < 4; i++) {
945 if (info->control.rates[i].idx < 0)
946 break;
947 nrates++;
Christian Lamparteraaa15532008-08-09 19:20:47 -0500948 }
Johannes Bergc12abae2008-10-14 16:56:51 +0200949
950 /* limit tries to 8/nrates per rate */
951 for (i = 0; i < nrates; i++) {
952 /*
953 * The magic expression here is equivalent to 8/nrates for
954 * all values that matter, but avoids division and jumps.
955 * Note that nrates can only take the values 1 through 4.
956 */
957 calculated_tries[i] = min_t(int, ((15 >> nrates) | 1) + 1,
958 info->control.rates[i].count);
959 nremaining -= calculated_tries[i];
Christian Lamparteraaa15532008-08-09 19:20:47 -0500960 }
Johannes Bergc12abae2008-10-14 16:56:51 +0200961
962 /* if there are tries left, distribute from back to front */
963 for (i = nrates - 1; nremaining > 0 && i >= 0; i--) {
964 int tmp = info->control.rates[i].count - calculated_tries[i];
965
966 if (tmp <= 0)
967 continue;
968 /* RC requested more tries at this rate */
969
970 tmp = min_t(int, tmp, nremaining);
971 calculated_tries[i] += tmp;
972 nremaining -= tmp;
973 }
974
975 ridx = 0;
976 for (i = 0; i < nrates && ridx < 8; i++) {
977 /* we register the rates in perfect order */
978 rate = info->control.rates[i].idx;
979 if (info->band == IEEE80211_BAND_5GHZ)
980 rate += 4;
981
982 /* store the count we actually calculated for TX status */
983 info->control.rates[i].count = calculated_tries[i];
984
985 rc_flags = info->control.rates[i].flags;
986 if (rc_flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) {
987 rate |= 0x10;
988 cts_rate |= 0x10;
989 }
990 if (rc_flags & IEEE80211_TX_RC_USE_RTS_CTS)
991 rate |= 0x40;
992 else if (rc_flags & IEEE80211_TX_RC_USE_CTS_PROTECT)
993 rate |= 0x20;
994 for (j = 0; j < calculated_tries[i] && ridx < 8; j++) {
995 txhdr->rateset[ridx] = rate;
996 ridx++;
997 }
998 }
999 hdr->retry2 = ridx;
1000
Christian Lamparteraaa15532008-08-09 19:20:47 -05001001 txhdr->key_type = 0;
1002 txhdr->key_len = 0;
1003 txhdr->hw_queue = skb_get_queue_mapping(skb) + 4;
1004 txhdr->tx_antenna = (info->antenna_sel_tx == 0) ?
Johannes Berge039fa42008-05-15 12:55:29 +02001005 2 : info->antenna_sel_tx - 1;
Christian Lamparter09adf282008-09-06 14:25:53 +02001006 txhdr->output_power = priv->output_power;
Christian Lamparteraaa15532008-08-09 19:20:47 -05001007 txhdr->cts_rate = (info->flags & IEEE80211_TX_CTL_NO_ACK) ?
1008 0 : cts_rate;
Michael Wueff1a592007-09-25 18:11:01 -07001009 if (padding)
1010 txhdr->align[0] = padding;
1011
Johannes Berge039fa42008-05-15 12:55:29 +02001012 /* modifies skb->cb and with it info, so must be last! */
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001013 if (unlikely(p54_assign_address(dev, skb, hdr, skb->len))) {
1014 skb_pull(skb, sizeof(*hdr) + sizeof(*txhdr) + padding);
1015 return NETDEV_TX_BUSY;
1016 }
1017 priv->tx(dev, skb, 0);
Michael Wueff1a592007-09-25 18:11:01 -07001018 return 0;
1019}
1020
Christian Lamparter5e734442008-10-15 04:07:56 +02001021static int p54_setup_mac(struct ieee80211_hw *dev, u16 mode, const u8 *bssid)
Michael Wueff1a592007-09-25 18:11:01 -07001022{
1023 struct p54_common *priv = dev->priv;
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001024 struct sk_buff *skb;
Christian Lamparter5e734442008-10-15 04:07:56 +02001025 struct p54_setup_mac *setup;
Michael Wueff1a592007-09-25 18:11:01 -07001026
Christian Lamparter5e734442008-10-15 04:07:56 +02001027 skb = p54_alloc_skb(dev, 0x8001, sizeof(struct p54_control_hdr) +
1028 sizeof(*setup), P54_CONTROL_TYPE_SETUP,
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001029 GFP_ATOMIC);
1030 if (!skb)
Michael Wueff1a592007-09-25 18:11:01 -07001031 return -ENOMEM;
1032
Christian Lamparter5e734442008-10-15 04:07:56 +02001033 setup = (struct p54_setup_mac *) skb_put(skb, sizeof(*setup));
1034 priv->mac_mode = mode;
1035 setup->mac_mode = cpu_to_le16(mode);
1036 memcpy(setup->mac_addr, priv->mac_addr, ETH_ALEN);
Christian Lampartere0a58ea2008-09-03 22:25:20 +02001037 if (!bssid)
Christian Lamparter5e734442008-10-15 04:07:56 +02001038 memset(setup->bssid, ~0, ETH_ALEN);
Michael Wueff1a592007-09-25 18:11:01 -07001039 else
Christian Lamparter5e734442008-10-15 04:07:56 +02001040 memcpy(setup->bssid, bssid, ETH_ALEN);
1041 setup->rx_antenna = priv->rx_antenna;
Christian Lamparter19c19d52008-09-03 22:25:25 +02001042 if (priv->fw_var < 0x500) {
Christian Lamparter5e734442008-10-15 04:07:56 +02001043 setup->v1.basic_rate_mask = cpu_to_le32(0x15f);
1044 setup->v1.rx_addr = cpu_to_le32(priv->rx_end);
1045 setup->v1.max_rx = cpu_to_le16(priv->rx_mtu);
1046 setup->v1.rxhw = cpu_to_le16(priv->rxhw);
1047 setup->v1.wakeup_timer = cpu_to_le16(500);
1048 setup->v1.unalloc0 = cpu_to_le16(0);
Christian Lamparter19c19d52008-09-03 22:25:25 +02001049 } else {
Christian Lamparter5e734442008-10-15 04:07:56 +02001050 setup->v2.rx_addr = cpu_to_le32(priv->rx_end);
1051 setup->v2.max_rx = cpu_to_le16(priv->rx_mtu);
1052 setup->v2.rxhw = cpu_to_le16(priv->rxhw);
1053 setup->v2.timer = cpu_to_le16(1000);
1054 setup->v2.truncate = cpu_to_le16(48896);
1055 setup->v2.basic_rate_mask = cpu_to_le32(0x15f);
1056 setup->v2.sbss_offset = 0;
1057 setup->v2.mcast_window = 0;
1058 setup->v2.rx_rssi_threshold = 0;
1059 setup->v2.rx_ed_threshold = 0;
1060 setup->v2.ref_clock = cpu_to_le32(644245094);
1061 setup->v2.lpf_bandwidth = cpu_to_le16(65535);
1062 setup->v2.osc_start_delay = cpu_to_le16(65535);
Christian Lamparter19c19d52008-09-03 22:25:25 +02001063 }
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001064 priv->tx(dev, skb, 1);
Michael Wueff1a592007-09-25 18:11:01 -07001065 return 0;
1066}
1067
1068static int p54_set_freq(struct ieee80211_hw *dev, __le16 freq)
1069{
1070 struct p54_common *priv = dev->priv;
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001071 struct sk_buff *skb;
Michael Wueff1a592007-09-25 18:11:01 -07001072 struct p54_tx_control_channel *chan;
1073 unsigned int i;
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001074 size_t data_len = sizeof(struct p54_control_hdr) + sizeof(*chan);
Michael Wueff1a592007-09-25 18:11:01 -07001075 void *entry;
1076
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001077 skb = p54_alloc_skb(dev, 0x8001, data_len,
1078 P54_CONTROL_TYPE_CHANNEL_CHANGE, GFP_ATOMIC);
1079 if (!skb)
Michael Wueff1a592007-09-25 18:11:01 -07001080 return -ENOMEM;
1081
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001082 chan = (struct p54_tx_control_channel *) skb_put(skb, sizeof(*chan));
1083 memset(chan->padding1, 0, sizeof(chan->padding1));
Christian Lamparter154e3af2008-08-23 22:15:25 +02001084 chan->flags = cpu_to_le16(0x1);
1085 chan->dwell = cpu_to_le16(0x0);
Michael Wueff1a592007-09-25 18:11:01 -07001086
1087 for (i = 0; i < priv->iq_autocal_len; i++) {
1088 if (priv->iq_autocal[i].freq != freq)
1089 continue;
1090
1091 memcpy(&chan->iq_autocal, &priv->iq_autocal[i],
1092 sizeof(*priv->iq_autocal));
1093 break;
1094 }
1095 if (i == priv->iq_autocal_len)
1096 goto err;
1097
1098 for (i = 0; i < priv->output_limit_len; i++) {
1099 if (priv->output_limit[i].freq != freq)
1100 continue;
1101
1102 chan->val_barker = 0x38;
Christian Lamparter154e3af2008-08-23 22:15:25 +02001103 chan->val_bpsk = chan->dup_bpsk =
1104 priv->output_limit[i].val_bpsk;
1105 chan->val_qpsk = chan->dup_qpsk =
1106 priv->output_limit[i].val_qpsk;
1107 chan->val_16qam = chan->dup_16qam =
1108 priv->output_limit[i].val_16qam;
1109 chan->val_64qam = chan->dup_64qam =
1110 priv->output_limit[i].val_64qam;
Michael Wueff1a592007-09-25 18:11:01 -07001111 break;
1112 }
1113 if (i == priv->output_limit_len)
1114 goto err;
1115
Michael Wueff1a592007-09-25 18:11:01 -07001116 entry = priv->curve_data->data;
1117 for (i = 0; i < priv->curve_data->channels; i++) {
1118 if (*((__le16 *)entry) != freq) {
1119 entry += sizeof(__le16);
Christian Lamparter154e3af2008-08-23 22:15:25 +02001120 entry += sizeof(struct p54_pa_curve_data_sample) *
1121 priv->curve_data->points_per_channel;
Michael Wueff1a592007-09-25 18:11:01 -07001122 continue;
1123 }
1124
1125 entry += sizeof(__le16);
Christian Lamparter154e3af2008-08-23 22:15:25 +02001126 chan->pa_points_per_curve =
1127 min(priv->curve_data->points_per_channel, (u8) 8);
1128
Michael Wueff1a592007-09-25 18:11:01 -07001129 memcpy(chan->curve_data, entry, sizeof(*chan->curve_data) *
1130 chan->pa_points_per_curve);
1131 break;
1132 }
1133
Christian Lamparter19c19d52008-09-03 22:25:25 +02001134 if (priv->fw_var < 0x500) {
1135 data_len = P54_TX_CONTROL_CHANNEL_V1_LEN;
1136 chan->v1.rssical_mul = cpu_to_le16(130);
1137 chan->v1.rssical_add = cpu_to_le16(0xfe70);
1138 } else {
Christian Lamparter19c19d52008-09-03 22:25:25 +02001139 chan->v2.rssical_mul = cpu_to_le16(130);
1140 chan->v2.rssical_add = cpu_to_le16(0xfe70);
1141 chan->v2.basic_rate_mask = cpu_to_le32(0x15f);
1142 }
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001143 priv->tx(dev, skb, 1);
Michael Wueff1a592007-09-25 18:11:01 -07001144 return 0;
1145
1146 err:
1147 printk(KERN_ERR "%s: frequency change failed\n", wiphy_name(dev->wiphy));
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001148 kfree_skb(skb);
Michael Wueff1a592007-09-25 18:11:01 -07001149 return -EINVAL;
1150}
1151
1152static int p54_set_leds(struct ieee80211_hw *dev, int mode, int link, int act)
1153{
1154 struct p54_common *priv = dev->priv;
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001155 struct sk_buff *skb;
Michael Wueff1a592007-09-25 18:11:01 -07001156 struct p54_tx_control_led *led;
1157
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001158 skb = p54_alloc_skb(dev, 0x8001, sizeof(*led) +
1159 sizeof(struct p54_control_hdr),
1160 P54_CONTROL_TYPE_LED, GFP_ATOMIC);
1161 if (!skb)
Michael Wueff1a592007-09-25 18:11:01 -07001162 return -ENOMEM;
1163
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001164 led = (struct p54_tx_control_led *)skb_put(skb, sizeof(*led));
Michael Wueff1a592007-09-25 18:11:01 -07001165 led->mode = cpu_to_le16(mode);
1166 led->led_permanent = cpu_to_le16(link);
1167 led->led_temporary = cpu_to_le16(act);
1168 led->duration = cpu_to_le16(1000);
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001169 priv->tx(dev, skb, 1);
Michael Wueff1a592007-09-25 18:11:01 -07001170 return 0;
1171}
1172
Johannes Berg3330d7b2008-02-10 16:49:38 +01001173#define P54_SET_QUEUE(queue, ai_fs, cw_min, cw_max, _txop) \
Michael Wueff1a592007-09-25 18:11:01 -07001174do { \
1175 queue.aifs = cpu_to_le16(ai_fs); \
1176 queue.cwmin = cpu_to_le16(cw_min); \
1177 queue.cwmax = cpu_to_le16(cw_max); \
Johannes Berg3330d7b2008-02-10 16:49:38 +01001178 queue.txop = cpu_to_le16(_txop); \
Michael Wueff1a592007-09-25 18:11:01 -07001179} while(0)
1180
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001181static int p54_set_edcf(struct ieee80211_hw *dev)
Michael Wueff1a592007-09-25 18:11:01 -07001182{
1183 struct p54_common *priv = dev->priv;
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001184 struct sk_buff *skb;
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001185 struct p54_edcf *edcf;
Michael Wueff1a592007-09-25 18:11:01 -07001186
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001187 skb = p54_alloc_skb(dev, 0x8001, sizeof(struct p54_control_hdr) +
1188 sizeof(*edcf), P54_CONTROL_TYPE_DCFINIT, GFP_ATOMIC);
1189 if (!skb)
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001190 return -ENOMEM;
1191
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001192 edcf = (struct p54_edcf *)skb_put(skb, sizeof(*edcf));
Christian Lamparter40333e42008-10-08 20:52:22 +02001193 if (priv->use_short_slot) {
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001194 edcf->slottime = 9;
1195 edcf->sifs = 0x10;
1196 edcf->eofpad = 0x00;
Michael Wueff1a592007-09-25 18:11:01 -07001197 } else {
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001198 edcf->slottime = 20;
1199 edcf->sifs = 0x0a;
1200 edcf->eofpad = 0x06;
Michael Wueff1a592007-09-25 18:11:01 -07001201 }
Michael Wueff1a592007-09-25 18:11:01 -07001202 /* (see prism54/isl_oid.h for further details) */
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001203 edcf->frameburst = cpu_to_le16(0);
1204 edcf->round_trip_delay = cpu_to_le16(0);
1205 memset(edcf->mapping, 0, sizeof(edcf->mapping));
1206 memcpy(edcf->queue, priv->qos_params, sizeof(edcf->queue));
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001207 priv->tx(dev, skb, 1);
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001208 return 0;
Michael Wueff1a592007-09-25 18:11:01 -07001209}
1210
Christian Lamparter0f1be972008-10-15 03:56:20 +02001211static int p54_init_stats(struct ieee80211_hw *dev)
1212{
1213 struct p54_common *priv = dev->priv;
Christian Lamparter0f1be972008-10-15 03:56:20 +02001214
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001215 priv->cached_stats = p54_alloc_skb(dev, 0x8000,
1216 sizeof(struct p54_control_hdr) +
1217 sizeof(struct p54_statistics),
1218 P54_CONTROL_TYPE_STAT_READBACK,
1219 GFP_KERNEL);
Christian Lamparter0f1be972008-10-15 03:56:20 +02001220 if (!priv->cached_stats)
1221 return -ENOMEM;
1222
Christian Lamparter0f1be972008-10-15 03:56:20 +02001223 mod_timer(&priv->stats_timer, jiffies + HZ);
1224 return 0;
1225}
1226
Johannes Berg4150c572007-09-17 01:29:23 -04001227static int p54_start(struct ieee80211_hw *dev)
Michael Wueff1a592007-09-25 18:11:01 -07001228{
1229 struct p54_common *priv = dev->priv;
1230 int err;
1231
Johannes Berg4150c572007-09-17 01:29:23 -04001232 err = priv->open(dev);
1233 if (!err)
Johannes Berg05c914f2008-09-11 00:01:58 +02001234 priv->mode = NL80211_IFTYPE_MONITOR;
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001235 P54_SET_QUEUE(priv->qos_params[0], 0x0002, 0x0003, 0x0007, 47);
1236 P54_SET_QUEUE(priv->qos_params[1], 0x0002, 0x0007, 0x000f, 94);
1237 P54_SET_QUEUE(priv->qos_params[2], 0x0003, 0x000f, 0x03ff, 0);
1238 P54_SET_QUEUE(priv->qos_params[3], 0x0007, 0x000f, 0x03ff, 0);
1239 err = p54_set_edcf(dev);
1240 if (!err)
Christian Lamparter0f1be972008-10-15 03:56:20 +02001241 err = p54_init_stats(dev);
Johannes Berg4150c572007-09-17 01:29:23 -04001242
1243 return err;
1244}
1245
1246static void p54_stop(struct ieee80211_hw *dev)
1247{
1248 struct p54_common *priv = dev->priv;
1249 struct sk_buff *skb;
Christian Lampartercc6de662008-09-06 02:56:23 +02001250
1251 del_timer(&priv->stats_timer);
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001252 p54_free_skb(dev, priv->cached_stats);
Christian Lamparter0f1be972008-10-15 03:56:20 +02001253 priv->cached_stats = NULL;
Johannes Berge039fa42008-05-15 12:55:29 +02001254 while ((skb = skb_dequeue(&priv->tx_queue)))
Johannes Berg4150c572007-09-17 01:29:23 -04001255 kfree_skb(skb);
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001256
Johannes Berg4150c572007-09-17 01:29:23 -04001257 priv->stop(dev);
Christian Lampartera0db6632008-09-06 02:56:04 +02001258 priv->tsf_high32 = priv->tsf_low32 = 0;
Johannes Berg05c914f2008-09-11 00:01:58 +02001259 priv->mode = NL80211_IFTYPE_UNSPECIFIED;
Johannes Berg4150c572007-09-17 01:29:23 -04001260}
1261
1262static int p54_add_interface(struct ieee80211_hw *dev,
1263 struct ieee80211_if_init_conf *conf)
1264{
1265 struct p54_common *priv = dev->priv;
1266
Johannes Berg05c914f2008-09-11 00:01:58 +02001267 if (priv->mode != NL80211_IFTYPE_MONITOR)
Johannes Berg4150c572007-09-17 01:29:23 -04001268 return -EOPNOTSUPP;
Michael Wueff1a592007-09-25 18:11:01 -07001269
1270 switch (conf->type) {
Johannes Berg05c914f2008-09-11 00:01:58 +02001271 case NL80211_IFTYPE_STATION:
Michael Wueff1a592007-09-25 18:11:01 -07001272 priv->mode = conf->type;
1273 break;
1274 default:
1275 return -EOPNOTSUPP;
1276 }
1277
Johannes Berg4150c572007-09-17 01:29:23 -04001278 memcpy(priv->mac_addr, conf->mac_addr, ETH_ALEN);
Michael Wueff1a592007-09-25 18:11:01 -07001279
Christian Lamparter5e734442008-10-15 04:07:56 +02001280 p54_setup_mac(dev, 0, NULL);
Michael Wueff1a592007-09-25 18:11:01 -07001281
1282 switch (conf->type) {
Johannes Berg05c914f2008-09-11 00:01:58 +02001283 case NL80211_IFTYPE_STATION:
Christian Lamparter5e734442008-10-15 04:07:56 +02001284 p54_setup_mac(dev, 1, NULL);
Michael Wueff1a592007-09-25 18:11:01 -07001285 break;
Johannes Berg4150c572007-09-17 01:29:23 -04001286 default:
1287 BUG(); /* impossible */
1288 break;
Michael Wueff1a592007-09-25 18:11:01 -07001289 }
1290
1291 p54_set_leds(dev, 1, 0, 0);
1292
1293 return 0;
1294}
1295
1296static void p54_remove_interface(struct ieee80211_hw *dev,
1297 struct ieee80211_if_init_conf *conf)
1298{
1299 struct p54_common *priv = dev->priv;
Johannes Berg05c914f2008-09-11 00:01:58 +02001300 priv->mode = NL80211_IFTYPE_MONITOR;
Johannes Berg4150c572007-09-17 01:29:23 -04001301 memset(priv->mac_addr, 0, ETH_ALEN);
Christian Lamparter5e734442008-10-15 04:07:56 +02001302 p54_setup_mac(dev, 0, NULL);
Michael Wueff1a592007-09-25 18:11:01 -07001303}
1304
Johannes Berge8975582008-10-09 12:18:51 +02001305static int p54_config(struct ieee80211_hw *dev, u32 changed)
Michael Wueff1a592007-09-25 18:11:01 -07001306{
1307 int ret;
Larry Finger6041e2a2008-08-03 17:58:36 -05001308 struct p54_common *priv = dev->priv;
Johannes Berge8975582008-10-09 12:18:51 +02001309 struct ieee80211_conf *conf = &dev->conf;
Michael Wueff1a592007-09-25 18:11:01 -07001310
Larry Finger6041e2a2008-08-03 17:58:36 -05001311 mutex_lock(&priv->conf_mutex);
Johannes Berg0f4ac382008-10-09 12:18:04 +02001312 priv->rx_antenna = 2; /* automatic */
Christian Lamparter09adf282008-09-06 14:25:53 +02001313 priv->output_power = conf->power_level << 2;
Johannes Berg8318d782008-01-24 19:38:38 +01001314 ret = p54_set_freq(dev, cpu_to_le16(conf->channel->center_freq));
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001315 if (!ret)
1316 ret = p54_set_edcf(dev);
Larry Finger6041e2a2008-08-03 17:58:36 -05001317 mutex_unlock(&priv->conf_mutex);
Michael Wueff1a592007-09-25 18:11:01 -07001318 return ret;
1319}
1320
Johannes Berg32bfd352007-12-19 01:31:26 +01001321static int p54_config_interface(struct ieee80211_hw *dev,
1322 struct ieee80211_vif *vif,
Michael Wueff1a592007-09-25 18:11:01 -07001323 struct ieee80211_if_conf *conf)
1324{
1325 struct p54_common *priv = dev->priv;
1326
Larry Finger6041e2a2008-08-03 17:58:36 -05001327 mutex_lock(&priv->conf_mutex);
Christian Lamparter5e734442008-10-15 04:07:56 +02001328 p54_setup_mac(dev, 0, conf->bssid);
Michael Wueff1a592007-09-25 18:11:01 -07001329 p54_set_leds(dev, 1, !is_multicast_ether_addr(conf->bssid), 0);
Johannes Berg4150c572007-09-17 01:29:23 -04001330 memcpy(priv->bssid, conf->bssid, ETH_ALEN);
Larry Finger6041e2a2008-08-03 17:58:36 -05001331 mutex_unlock(&priv->conf_mutex);
Michael Wueff1a592007-09-25 18:11:01 -07001332 return 0;
1333}
1334
Johannes Berg4150c572007-09-17 01:29:23 -04001335static void p54_configure_filter(struct ieee80211_hw *dev,
1336 unsigned int changed_flags,
1337 unsigned int *total_flags,
1338 int mc_count, struct dev_mc_list *mclist)
1339{
1340 struct p54_common *priv = dev->priv;
1341
Christian Lamparter78d57eb2008-09-06 02:56:12 +02001342 *total_flags &= FIF_BCN_PRBRESP_PROMISC |
1343 FIF_PROMISC_IN_BSS |
1344 FIF_FCSFAIL;
1345
1346 priv->filter_flags = *total_flags;
Johannes Berg4150c572007-09-17 01:29:23 -04001347
1348 if (changed_flags & FIF_BCN_PRBRESP_PROMISC) {
1349 if (*total_flags & FIF_BCN_PRBRESP_PROMISC)
Christian Lamparter5e734442008-10-15 04:07:56 +02001350 p54_setup_mac(dev, priv->mac_mode, NULL);
Johannes Berg4150c572007-09-17 01:29:23 -04001351 else
Christian Lamparter5e734442008-10-15 04:07:56 +02001352 p54_setup_mac(dev, priv->mac_mode, priv->bssid);
Christian Lamparter78d57eb2008-09-06 02:56:12 +02001353 }
1354
1355 if (changed_flags & FIF_PROMISC_IN_BSS) {
1356 if (*total_flags & FIF_PROMISC_IN_BSS)
Christian Lamparter5e734442008-10-15 04:07:56 +02001357 p54_setup_mac(dev, priv->mac_mode | 0x8, NULL);
Christian Lamparter78d57eb2008-09-06 02:56:12 +02001358 else
Christian Lamparter5e734442008-10-15 04:07:56 +02001359 p54_setup_mac(dev, priv->mac_mode & ~0x8, priv->bssid);
Johannes Berg4150c572007-09-17 01:29:23 -04001360 }
1361}
1362
Johannes Berge100bb62008-04-30 18:51:21 +02001363static int p54_conf_tx(struct ieee80211_hw *dev, u16 queue,
Michael Wueff1a592007-09-25 18:11:01 -07001364 const struct ieee80211_tx_queue_params *params)
1365{
1366 struct p54_common *priv = dev->priv;
Michael Wueff1a592007-09-25 18:11:01 -07001367
John W. Linville3df5ee62008-05-01 17:07:32 -04001368 if ((params) && !(queue > 4)) {
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001369 P54_SET_QUEUE(priv->qos_params[queue], params->aifs,
Johannes Berg3330d7b2008-02-10 16:49:38 +01001370 params->cw_min, params->cw_max, params->txop);
Michael Wueff1a592007-09-25 18:11:01 -07001371 } else
1372 return -EINVAL;
1373
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001374 return p54_set_edcf(dev);
Michael Wueff1a592007-09-25 18:11:01 -07001375}
1376
Christian Lamparter1b997532008-09-06 14:25:58 +02001377static int p54_init_xbow_synth(struct ieee80211_hw *dev)
1378{
1379 struct p54_common *priv = dev->priv;
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001380 struct sk_buff *skb;
Christian Lamparter1b997532008-09-06 14:25:58 +02001381 struct p54_tx_control_xbow_synth *xbow;
1382
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001383 skb = p54_alloc_skb(dev, 0x8001, sizeof(struct p54_control_hdr) +
1384 sizeof(*xbow), P54_CONTROL_TYPE_XBOW_SYNTH_CFG,
1385 GFP_KERNEL);
1386 if (!skb)
Christian Lamparter1b997532008-09-06 14:25:58 +02001387 return -ENOMEM;
1388
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001389 xbow = (struct p54_tx_control_xbow_synth *)skb_put(skb, sizeof(*xbow));
Christian Lamparter1b997532008-09-06 14:25:58 +02001390 xbow->magic1 = cpu_to_le16(0x1);
1391 xbow->magic2 = cpu_to_le16(0x2);
1392 xbow->freq = cpu_to_le16(5390);
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001393 memset(xbow->padding, 0, sizeof(xbow->padding));
1394 priv->tx(dev, skb, 1);
Christian Lamparter1b997532008-09-06 14:25:58 +02001395 return 0;
1396}
1397
Christian Lampartercc6de662008-09-06 02:56:23 +02001398static void p54_statistics_timer(unsigned long data)
1399{
1400 struct ieee80211_hw *dev = (struct ieee80211_hw *) data;
1401 struct p54_common *priv = dev->priv;
Christian Lampartercc6de662008-09-06 02:56:23 +02001402
1403 BUG_ON(!priv->cached_stats);
Christian Lampartercc6de662008-09-06 02:56:23 +02001404
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001405 priv->tx(dev, priv->cached_stats, 0);
Christian Lampartercc6de662008-09-06 02:56:23 +02001406}
1407
Michael Wueff1a592007-09-25 18:11:01 -07001408static int p54_get_stats(struct ieee80211_hw *dev,
1409 struct ieee80211_low_level_stats *stats)
1410{
Christian Lampartercc6de662008-09-06 02:56:23 +02001411 struct p54_common *priv = dev->priv;
1412
1413 del_timer(&priv->stats_timer);
1414 p54_statistics_timer((unsigned long)dev);
1415
1416 if (!wait_for_completion_interruptible_timeout(&priv->stats_comp, HZ)) {
1417 printk(KERN_ERR "%s: device does not respond!\n",
1418 wiphy_name(dev->wiphy));
1419 return -EBUSY;
1420 }
1421
1422 memcpy(stats, &priv->stats, sizeof(*stats));
1423
Michael Wueff1a592007-09-25 18:11:01 -07001424 return 0;
1425}
1426
1427static int p54_get_tx_stats(struct ieee80211_hw *dev,
1428 struct ieee80211_tx_queue_stats *stats)
1429{
1430 struct p54_common *priv = dev->priv;
Michael Wueff1a592007-09-25 18:11:01 -07001431
Chr84df3ed2008-08-24 03:15:16 +02001432 memcpy(stats, &priv->tx_stats[4], sizeof(stats[0]) * dev->queues);
Michael Wueff1a592007-09-25 18:11:01 -07001433
1434 return 0;
1435}
1436
Christian Lamparter40333e42008-10-08 20:52:22 +02001437static void p54_bss_info_changed(struct ieee80211_hw *dev,
1438 struct ieee80211_vif *vif,
1439 struct ieee80211_bss_conf *info,
1440 u32 changed)
1441{
1442 struct p54_common *priv = dev->priv;
1443
1444 if (changed & BSS_CHANGED_ERP_SLOT) {
1445 priv->use_short_slot = info->use_short_slot;
Christian Lamparter0fdd7c52008-10-15 03:55:37 +02001446 p54_set_edcf(dev);
Christian Lamparter40333e42008-10-08 20:52:22 +02001447 }
1448}
1449
Michael Wueff1a592007-09-25 18:11:01 -07001450static const struct ieee80211_ops p54_ops = {
1451 .tx = p54_tx,
Johannes Berg4150c572007-09-17 01:29:23 -04001452 .start = p54_start,
1453 .stop = p54_stop,
Michael Wueff1a592007-09-25 18:11:01 -07001454 .add_interface = p54_add_interface,
1455 .remove_interface = p54_remove_interface,
1456 .config = p54_config,
1457 .config_interface = p54_config_interface,
Christian Lamparter40333e42008-10-08 20:52:22 +02001458 .bss_info_changed = p54_bss_info_changed,
Johannes Berg4150c572007-09-17 01:29:23 -04001459 .configure_filter = p54_configure_filter,
Michael Wueff1a592007-09-25 18:11:01 -07001460 .conf_tx = p54_conf_tx,
1461 .get_stats = p54_get_stats,
1462 .get_tx_stats = p54_get_tx_stats
1463};
1464
1465struct ieee80211_hw *p54_init_common(size_t priv_data_len)
1466{
1467 struct ieee80211_hw *dev;
1468 struct p54_common *priv;
Michael Wueff1a592007-09-25 18:11:01 -07001469
1470 dev = ieee80211_alloc_hw(priv_data_len, &p54_ops);
1471 if (!dev)
1472 return NULL;
1473
1474 priv = dev->priv;
Johannes Berg05c914f2008-09-11 00:01:58 +02001475 priv->mode = NL80211_IFTYPE_UNSPECIFIED;
Michael Wueff1a592007-09-25 18:11:01 -07001476 skb_queue_head_init(&priv->tx_queue);
Michael Wueff1a592007-09-25 18:11:01 -07001477 dev->flags = IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | /* not sure */
Bruno Randolf566bfe52008-05-08 19:15:40 +02001478 IEEE80211_HW_RX_INCLUDES_FCS |
Christian Lampartercc6de662008-09-06 02:56:23 +02001479 IEEE80211_HW_SIGNAL_DBM |
1480 IEEE80211_HW_NOISE_DBM;
Luis R. Rodriguezf59ac042008-08-29 16:26:43 -07001481
Johannes Berg94778282008-10-10 13:21:59 +02001482 /*
1483 * XXX: when this driver gets support for any mode that
1484 * requires beacons (AP, MESH, IBSS) then it must
1485 * implement IEEE80211_TX_CTL_ASSIGN_SEQ.
1486 */
Luis R. Rodriguezf59ac042008-08-29 16:26:43 -07001487 dev->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION);
1488
Michael Wueff1a592007-09-25 18:11:01 -07001489 dev->channel_change_time = 1000; /* TODO: find actual value */
Chr84df3ed2008-08-24 03:15:16 +02001490 priv->tx_stats[0].limit = 1;
1491 priv->tx_stats[1].limit = 1;
1492 priv->tx_stats[2].limit = 1;
1493 priv->tx_stats[3].limit = 1;
1494 priv->tx_stats[4].limit = 5;
Michael Wueff1a592007-09-25 18:11:01 -07001495 dev->queues = 1;
Christian Lampartercc6de662008-09-06 02:56:23 +02001496 priv->noise = -94;
Johannes Bergc12abae2008-10-14 16:56:51 +02001497 /*
1498 * We support at most 8 tries no matter which rate they're at,
1499 * we cannot support max_rates * max_rate_tries as we set it
1500 * here, but setting it correctly to 4/2 or so would limit us
1501 * artificially if the RC algorithm wants just two rates, so
1502 * let's say 4/7, we'll redistribute it at TX time, see the
1503 * comments there.
1504 */
1505 dev->max_rates = 4;
1506 dev->max_rate_tries = 7;
Michael Wueff1a592007-09-25 18:11:01 -07001507 dev->extra_tx_headroom = sizeof(struct p54_control_hdr) + 4 +
1508 sizeof(struct p54_tx_control_allocdata);
1509
Larry Finger6041e2a2008-08-03 17:58:36 -05001510 mutex_init(&priv->conf_mutex);
Christian Lamparter7cb77072008-09-01 22:48:51 +02001511 init_completion(&priv->eeprom_comp);
Christian Lampartercc6de662008-09-06 02:56:23 +02001512 init_completion(&priv->stats_comp);
1513 setup_timer(&priv->stats_timer, p54_statistics_timer,
1514 (unsigned long)dev);
Michael Wueff1a592007-09-25 18:11:01 -07001515
Michael Wueff1a592007-09-25 18:11:01 -07001516 return dev;
1517}
1518EXPORT_SYMBOL_GPL(p54_init_common);
1519
1520void p54_free_common(struct ieee80211_hw *dev)
1521{
1522 struct p54_common *priv = dev->priv;
Christian Lamparterb92f30d2008-10-15 04:07:16 +02001523 del_timer(&priv->stats_timer);
1524 kfree_skb(priv->cached_stats);
Michael Wueff1a592007-09-25 18:11:01 -07001525 kfree(priv->iq_autocal);
1526 kfree(priv->output_limit);
1527 kfree(priv->curve_data);
Michael Wueff1a592007-09-25 18:11:01 -07001528}
1529EXPORT_SYMBOL_GPL(p54_free_common);
1530
1531static int __init p54_init(void)
1532{
1533 return 0;
1534}
1535
1536static void __exit p54_exit(void)
1537{
1538}
1539
1540module_init(p54_init);
1541module_exit(p54_exit);