]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/net/wireless/p54/main.c
mac80211: end service period only after sending last buffered frame
[mirror_ubuntu-bionic-kernel.git] / drivers / net / wireless / p54 / main.c
CommitLineData
0ac0d6ce
CL
1/*
2 * mac80211 glue code for mac80211 Prism54 drivers
3 *
4 * Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net>
5 * Copyright (c) 2007-2009, Christian Lamparter <chunkeey@web.de>
6 * Copyright 2008, Johannes Berg <johannes@sipsolutions.net>
7 *
8 * Based on:
9 * - the islsm (softmac prism54) driver, which is:
10 * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al.
11 * - stlc45xx driver
12 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies).
13 *
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License version 2 as
16 * published by the Free Software Foundation.
17 */
18
19#include <linux/init.h>
5a0e3ad6 20#include <linux/slab.h>
0ac0d6ce
CL
21#include <linux/firmware.h>
22#include <linux/etherdevice.h>
9d9779e7 23#include <linux/module.h>
0ac0d6ce
CL
24
25#include <net/mac80211.h>
26
27#include "p54.h"
28#include "lmac.h"
29
eb939922 30static bool modparam_nohwcrypt;
0ac0d6ce
CL
31module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO);
32MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
33MODULE_AUTHOR("Michael Wu <flamingice@sourmilk.net>");
34MODULE_DESCRIPTION("Softmac Prism54 common code");
35MODULE_LICENSE("GPL");
36MODULE_ALIAS("prism54common");
37
17f6f054
JB
38static int p54_sta_add_remove(struct ieee80211_hw *hw,
39 struct ieee80211_vif *vif,
40 struct ieee80211_sta *sta)
41{
42 struct p54_common *priv = hw->priv;
43
44 /*
45 * Notify the firmware that we don't want or we don't
46 * need to buffer frames for this station anymore.
47 */
48
49 p54_sta_unlock(priv, sta->addr);
50
51 return 0;
52}
53
0ac0d6ce
CL
54static void p54_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif,
55 enum sta_notify_cmd notify_cmd,
56 struct ieee80211_sta *sta)
57{
58 struct p54_common *priv = dev->priv;
0ac0d6ce 59
17f6f054 60 switch (notify_cmd) {
0ac0d6ce
CL
61 case STA_NOTIFY_AWAKE:
62 /* update the firmware's filter table */
63 p54_sta_unlock(priv, sta->addr);
64 break;
65 default:
66 break;
67 }
68}
69
70static int p54_set_tim(struct ieee80211_hw *dev, struct ieee80211_sta *sta,
71 bool set)
72{
73 struct p54_common *priv = dev->priv;
74
75 return p54_update_beacon_tim(priv, sta->aid, set);
76}
77
e0f114e8 78u8 *p54_find_ie(struct sk_buff *skb, u8 ie)
0ac0d6ce 79{
0ac0d6ce
CL
80 struct ieee80211_mgmt *mgmt = (void *)skb->data;
81 u8 *pos, *end;
82
83 if (skb->len <= sizeof(mgmt))
e0f114e8 84 return NULL;
0ac0d6ce
CL
85
86 pos = (u8 *)mgmt->u.beacon.variable;
87 end = skb->data + skb->len;
88 while (pos < end) {
89 if (pos + 2 + pos[1] > end)
e0f114e8 90 return NULL;
0ac0d6ce 91
e0f114e8
CL
92 if (pos[0] == ie)
93 return pos;
0ac0d6ce 94
e0f114e8
CL
95 pos += 2 + pos[1];
96 }
97 return NULL;
98}
0ac0d6ce 99
e0f114e8
CL
100static int p54_beacon_format_ie_tim(struct sk_buff *skb)
101{
102 /*
103 * the good excuse for this mess is ... the firmware.
104 * The dummy TIM MUST be at the end of the beacon frame,
105 * because it'll be overwritten!
106 */
107 u8 *tim;
108 u8 dtim_len;
109 u8 dtim_period;
110 u8 *next;
0ac0d6ce 111
e0f114e8
CL
112 tim = p54_find_ie(skb, WLAN_EID_TIM);
113 if (!tim)
114 return 0;
0ac0d6ce 115
e0f114e8
CL
116 dtim_len = tim[1];
117 dtim_period = tim[3];
118 next = tim + 2 + dtim_len;
119
120 if (dtim_len < 3)
121 return -EINVAL;
122
123 memmove(tim, next, skb_tail_pointer(skb) - next);
124 tim = skb_tail_pointer(skb) - (dtim_len + 2);
125
126 /* add the dummy at the end */
127 tim[0] = WLAN_EID_TIM;
128 tim[1] = 3;
129 tim[2] = 0;
130 tim[3] = dtim_period;
131 tim[4] = 0;
132
133 if (dtim_len > 3)
134 skb_trim(skb, skb->len - (dtim_len - 3));
0ac0d6ce 135
0ac0d6ce
CL
136 return 0;
137}
138
139static int p54_beacon_update(struct p54_common *priv,
140 struct ieee80211_vif *vif)
141{
142 struct sk_buff *beacon;
0ac0d6ce
CL
143 int ret;
144
145 beacon = ieee80211_beacon_get(priv->hw, vif);
146 if (!beacon)
147 return -ENOMEM;
148 ret = p54_beacon_format_ie_tim(beacon);
149 if (ret)
150 return ret;
151
46df10ae
CL
152 /*
153 * During operation, the firmware takes care of beaconing.
154 * The driver only needs to upload a new beacon template, once
155 * the template was changed by the stack or userspace.
156 *
157 * LMAC API 3.2.2 also specifies that the driver does not need
158 * to cancel the old beacon template by hand, instead the firmware
159 * will release the previous one through the feedback mechanism.
160 */
7bb45683 161 p54_tx_80211(priv->hw, beacon);
0ac0d6ce
CL
162 priv->tsf_high32 = 0;
163 priv->tsf_low32 = 0;
164
165 return 0;
166}
167
168static int p54_start(struct ieee80211_hw *dev)
169{
170 struct p54_common *priv = dev->priv;
171 int err;
172
173 mutex_lock(&priv->conf_mutex);
174 err = priv->open(dev);
175 if (err)
176 goto out;
177 P54_SET_QUEUE(priv->qos_params[0], 0x0002, 0x0003, 0x0007, 47);
178 P54_SET_QUEUE(priv->qos_params[1], 0x0002, 0x0007, 0x000f, 94);
179 P54_SET_QUEUE(priv->qos_params[2], 0x0003, 0x000f, 0x03ff, 0);
180 P54_SET_QUEUE(priv->qos_params[3], 0x0007, 0x000f, 0x03ff, 0);
181 err = p54_set_edcf(priv);
182 if (err)
183 goto out;
184
185 memset(priv->bssid, ~0, ETH_ALEN);
186 priv->mode = NL80211_IFTYPE_MONITOR;
187 err = p54_setup_mac(priv);
188 if (err) {
189 priv->mode = NL80211_IFTYPE_UNSPECIFIED;
190 goto out;
191 }
192
42935eca 193 ieee80211_queue_delayed_work(dev, &priv->work, 0);
0ac0d6ce
CL
194
195 priv->softled_state = 0;
196 err = p54_set_leds(priv);
197
198out:
199 mutex_unlock(&priv->conf_mutex);
200 return err;
201}
202
203static void p54_stop(struct ieee80211_hw *dev)
204{
205 struct p54_common *priv = dev->priv;
206 int i;
207
0ac0d6ce
CL
208 priv->mode = NL80211_IFTYPE_UNSPECIFIED;
209 priv->softled_state = 0;
0ac0d6ce 210 cancel_delayed_work_sync(&priv->work);
0d78156e
CL
211 mutex_lock(&priv->conf_mutex);
212 p54_set_leds(priv);
0ac0d6ce
CL
213 priv->stop(dev);
214 skb_queue_purge(&priv->tx_pending);
215 skb_queue_purge(&priv->tx_queue);
216 for (i = 0; i < P54_QUEUE_NUM; i++) {
217 priv->tx_stats[i].count = 0;
218 priv->tx_stats[i].len = 0;
219 }
220
221 priv->beacon_req_id = cpu_to_le32(0);
222 priv->tsf_high32 = priv->tsf_low32 = 0;
223 mutex_unlock(&priv->conf_mutex);
224}
225
226static int p54_add_interface(struct ieee80211_hw *dev,
1ed32e4f 227 struct ieee80211_vif *vif)
0ac0d6ce
CL
228{
229 struct p54_common *priv = dev->priv;
972a3136 230 int err;
0ac0d6ce 231
c1288b12
JB
232 vif->driver_flags |= IEEE80211_VIF_BEACON_FILTER;
233
0ac0d6ce
CL
234 mutex_lock(&priv->conf_mutex);
235 if (priv->mode != NL80211_IFTYPE_MONITOR) {
236 mutex_unlock(&priv->conf_mutex);
237 return -EOPNOTSUPP;
238 }
239
1ed32e4f 240 priv->vif = vif;
0ac0d6ce 241
1ed32e4f 242 switch (vif->type) {
0ac0d6ce
CL
243 case NL80211_IFTYPE_STATION:
244 case NL80211_IFTYPE_ADHOC:
245 case NL80211_IFTYPE_AP:
246 case NL80211_IFTYPE_MESH_POINT:
1ed32e4f 247 priv->mode = vif->type;
0ac0d6ce
CL
248 break;
249 default:
250 mutex_unlock(&priv->conf_mutex);
251 return -EOPNOTSUPP;
252 }
253
1ed32e4f 254 memcpy(priv->mac_addr, vif->addr, ETH_ALEN);
972a3136 255 err = p54_setup_mac(priv);
0ac0d6ce 256 mutex_unlock(&priv->conf_mutex);
972a3136 257 return err;
0ac0d6ce
CL
258}
259
260static void p54_remove_interface(struct ieee80211_hw *dev,
1ed32e4f 261 struct ieee80211_vif *vif)
0ac0d6ce
CL
262{
263 struct p54_common *priv = dev->priv;
264
265 mutex_lock(&priv->conf_mutex);
266 priv->vif = NULL;
46df10ae
CL
267
268 /*
269 * LMAC API 3.2.2 states that any active beacon template must be
270 * canceled by the driver before attempting a mode transition.
271 */
272 if (le32_to_cpu(priv->beacon_req_id) != 0) {
0ac0d6ce 273 p54_tx_cancel(priv, priv->beacon_req_id);
46df10ae 274 wait_for_completion_interruptible_timeout(&priv->beacon_comp, HZ);
0ac0d6ce
CL
275 }
276 priv->mode = NL80211_IFTYPE_MONITOR;
277 memset(priv->mac_addr, 0, ETH_ALEN);
278 memset(priv->bssid, 0, ETH_ALEN);
279 p54_setup_mac(priv);
280 mutex_unlock(&priv->conf_mutex);
281}
282
0d78156e
CL
283static int p54_wait_for_stats(struct ieee80211_hw *dev)
284{
285 struct p54_common *priv = dev->priv;
286 int ret;
287
288 priv->update_stats = true;
289 ret = p54_fetch_statistics(priv);
290 if (ret)
291 return ret;
292
293 ret = wait_for_completion_interruptible_timeout(&priv->stat_comp, HZ);
294 if (ret == 0)
295 return -ETIMEDOUT;
296
297 return 0;
298}
299
300static void p54_reset_stats(struct p54_common *priv)
301{
302 struct ieee80211_channel *chan = priv->curchan;
303
304 if (chan) {
305 struct survey_info *info = &priv->survey[chan->hw_value];
306
307 /* only reset channel statistics, don't touch .filled, etc. */
308 info->channel_time = 0;
309 info->channel_time_busy = 0;
310 info->channel_time_tx = 0;
311 }
312
313 priv->update_stats = true;
314 priv->survey_raw.active = 0;
315 priv->survey_raw.cca = 0;
316 priv->survey_raw.tx = 0;
317}
318
0ac0d6ce
CL
319static int p54_config(struct ieee80211_hw *dev, u32 changed)
320{
321 int ret = 0;
322 struct p54_common *priv = dev->priv;
323 struct ieee80211_conf *conf = &dev->conf;
324
325 mutex_lock(&priv->conf_mutex);
326 if (changed & IEEE80211_CONF_CHANGE_POWER)
327 priv->output_power = conf->power_level << 2;
328 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
0d78156e
CL
329 struct ieee80211_channel *oldchan;
330 WARN_ON(p54_wait_for_stats(dev));
331 oldchan = priv->curchan;
332 priv->curchan = NULL;
0ac0d6ce 333 ret = p54_scan(priv, P54_SCAN_EXIT, 0);
0d78156e
CL
334 if (ret) {
335 priv->curchan = oldchan;
0ac0d6ce 336 goto out;
0d78156e
CL
337 }
338 /*
339 * TODO: Use the LM_SCAN_TRAP to determine the current
340 * operating channel.
341 */
342 priv->curchan = priv->hw->conf.channel;
343 p54_reset_stats(priv);
344 WARN_ON(p54_fetch_statistics(priv));
0ac0d6ce
CL
345 }
346 if (changed & IEEE80211_CONF_CHANGE_PS) {
0d78156e 347 WARN_ON(p54_wait_for_stats(dev));
0ac0d6ce
CL
348 ret = p54_set_ps(priv);
349 if (ret)
350 goto out;
0d78156e 351 WARN_ON(p54_wait_for_stats(dev));
0ac0d6ce 352 }
6208f8b2 353 if (changed & IEEE80211_CONF_CHANGE_IDLE) {
0d78156e 354 WARN_ON(p54_wait_for_stats(dev));
6208f8b2
CL
355 ret = p54_setup_mac(priv);
356 if (ret)
357 goto out;
0d78156e 358 WARN_ON(p54_wait_for_stats(dev));
6208f8b2 359 }
0ac0d6ce
CL
360
361out:
362 mutex_unlock(&priv->conf_mutex);
363 return ret;
364}
365
be8d98ea
CL
366static u64 p54_prepare_multicast(struct ieee80211_hw *dev,
367 struct netdev_hw_addr_list *mc_list)
368{
369 struct p54_common *priv = dev->priv;
370 struct netdev_hw_addr *ha;
371 int i;
372
373 BUILD_BUG_ON(ARRAY_SIZE(priv->mc_maclist) !=
374 ARRAY_SIZE(((struct p54_group_address_table *)NULL)->mac_list));
375 /*
376 * The first entry is reserved for the global broadcast MAC.
377 * Otherwise the firmware will drop it and ARP will no longer work.
378 */
379 i = 1;
380 priv->mc_maclist_num = netdev_hw_addr_list_count(mc_list) + i;
381 netdev_hw_addr_list_for_each(ha, mc_list) {
382 memcpy(&priv->mc_maclist[i], ha->addr, ETH_ALEN);
383 i++;
384 if (i >= ARRAY_SIZE(priv->mc_maclist))
385 break;
386 }
387
388 return 1; /* update */
389}
390
0ac0d6ce
CL
391static void p54_configure_filter(struct ieee80211_hw *dev,
392 unsigned int changed_flags,
393 unsigned int *total_flags,
3ac64bee 394 u64 multicast)
0ac0d6ce
CL
395{
396 struct p54_common *priv = dev->priv;
397
398 *total_flags &= FIF_PROMISC_IN_BSS |
be8d98ea 399 FIF_ALLMULTI |
0ac0d6ce
CL
400 FIF_OTHER_BSS;
401
402 priv->filter_flags = *total_flags;
403
404 if (changed_flags & (FIF_PROMISC_IN_BSS | FIF_OTHER_BSS))
405 p54_setup_mac(priv);
be8d98ea
CL
406
407 if (changed_flags & FIF_ALLMULTI || multicast)
408 p54_set_groupfilter(priv);
0ac0d6ce
CL
409}
410
8a3a3c85
EP
411static int p54_conf_tx(struct ieee80211_hw *dev,
412 struct ieee80211_vif *vif, u16 queue,
0ac0d6ce
CL
413 const struct ieee80211_tx_queue_params *params)
414{
415 struct p54_common *priv = dev->priv;
416 int ret;
417
418 mutex_lock(&priv->conf_mutex);
718126a7 419 if (queue < dev->queues) {
0ac0d6ce
CL
420 P54_SET_QUEUE(priv->qos_params[queue], params->aifs,
421 params->cw_min, params->cw_max, params->txop);
422 ret = p54_set_edcf(priv);
423 } else
424 ret = -EINVAL;
425 mutex_unlock(&priv->conf_mutex);
426 return ret;
427}
428
429static void p54_work(struct work_struct *work)
430{
431 struct p54_common *priv = container_of(work, struct p54_common,
432 work.work);
433
434 if (unlikely(priv->mode == NL80211_IFTYPE_UNSPECIFIED))
435 return ;
436
437 /*
438 * TODO: walk through tx_queue and do the following tasks
439 * 1. initiate bursts.
440 * 2. cancel stuck frames / reset the device if necessary.
441 */
442
0d78156e
CL
443 mutex_lock(&priv->conf_mutex);
444 WARN_ON_ONCE(p54_fetch_statistics(priv));
445 mutex_unlock(&priv->conf_mutex);
0ac0d6ce
CL
446}
447
448static int p54_get_stats(struct ieee80211_hw *dev,
449 struct ieee80211_low_level_stats *stats)
450{
451 struct p54_common *priv = dev->priv;
452
453 memcpy(stats, &priv->stats, sizeof(*stats));
454 return 0;
455}
456
0ac0d6ce
CL
457static void p54_bss_info_changed(struct ieee80211_hw *dev,
458 struct ieee80211_vif *vif,
459 struct ieee80211_bss_conf *info,
460 u32 changed)
461{
462 struct p54_common *priv = dev->priv;
463
464 mutex_lock(&priv->conf_mutex);
465 if (changed & BSS_CHANGED_BSSID) {
466 memcpy(priv->bssid, info->bssid, ETH_ALEN);
467 p54_setup_mac(priv);
468 }
469
470 if (changed & BSS_CHANGED_BEACON) {
471 p54_scan(priv, P54_SCAN_EXIT, 0);
472 p54_setup_mac(priv);
473 p54_beacon_update(priv, vif);
474 p54_set_edcf(priv);
475 }
476
477 if (changed & (BSS_CHANGED_ERP_SLOT | BSS_CHANGED_BEACON)) {
478 priv->use_short_slot = info->use_short_slot;
479 p54_set_edcf(priv);
480 }
481 if (changed & BSS_CHANGED_BASIC_RATES) {
482 if (dev->conf.channel->band == IEEE80211_BAND_5GHZ)
483 priv->basic_rate_mask = (info->basic_rates << 4);
484 else
485 priv->basic_rate_mask = info->basic_rates;
486 p54_setup_mac(priv);
487 if (priv->fw_var >= 0x500)
488 p54_scan(priv, P54_SCAN_EXIT, 0);
489 }
490 if (changed & BSS_CHANGED_ASSOC) {
491 if (info->assoc) {
492 priv->aid = info->aid;
493 priv->wakeup_timer = info->beacon_int *
494 info->dtim_period * 5;
495 p54_setup_mac(priv);
e0f114e8
CL
496 } else {
497 priv->wakeup_timer = 500;
498 priv->aid = 0;
0ac0d6ce
CL
499 }
500 }
501
502 mutex_unlock(&priv->conf_mutex);
503}
504
505static int p54_set_key(struct ieee80211_hw *dev, enum set_key_cmd cmd,
506 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
507 struct ieee80211_key_conf *key)
508{
509 struct p54_common *priv = dev->priv;
510 int slot, ret = 0;
511 u8 algo = 0;
512 u8 *addr = NULL;
513
514 if (modparam_nohwcrypt)
515 return -EOPNOTSUPP;
516
517 mutex_lock(&priv->conf_mutex);
518 if (cmd == SET_KEY) {
97359d12
JB
519 switch (key->cipher) {
520 case WLAN_CIPHER_SUITE_TKIP:
0ac0d6ce
CL
521 if (!(priv->privacy_caps & (BR_DESC_PRIV_CAP_MICHAEL |
522 BR_DESC_PRIV_CAP_TKIP))) {
523 ret = -EOPNOTSUPP;
524 goto out_unlock;
525 }
526 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
527 algo = P54_CRYPTO_TKIPMICHAEL;
528 break;
97359d12
JB
529 case WLAN_CIPHER_SUITE_WEP40:
530 case WLAN_CIPHER_SUITE_WEP104:
0ac0d6ce
CL
531 if (!(priv->privacy_caps & BR_DESC_PRIV_CAP_WEP)) {
532 ret = -EOPNOTSUPP;
533 goto out_unlock;
534 }
535 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
536 algo = P54_CRYPTO_WEP;
537 break;
97359d12 538 case WLAN_CIPHER_SUITE_CCMP:
0ac0d6ce
CL
539 if (!(priv->privacy_caps & BR_DESC_PRIV_CAP_AESCCMP)) {
540 ret = -EOPNOTSUPP;
541 goto out_unlock;
542 }
543 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
544 algo = P54_CRYPTO_AESCCMP;
545 break;
546 default:
547 ret = -EOPNOTSUPP;
548 goto out_unlock;
549 }
550 slot = bitmap_find_free_region(priv->used_rxkeys,
551 priv->rx_keycache_size, 0);
552
553 if (slot < 0) {
554 /*
25985edc 555 * The device supports the chosen algorithm, but the
0ac0d6ce
CL
556 * firmware does not provide enough key slots to store
557 * all of them.
558 * But encryption offload for outgoing frames is always
559 * possible, so we just pretend that the upload was
560 * successful and do the decryption in software.
561 */
562
563 /* mark the key as invalid. */
564 key->hw_key_idx = 0xff;
565 goto out_unlock;
566 }
567 } else {
568 slot = key->hw_key_idx;
569
570 if (slot == 0xff) {
571 /* This key was not uploaded into the rx key cache. */
572
573 goto out_unlock;
574 }
575
576 bitmap_release_region(priv->used_rxkeys, slot, 0);
577 algo = 0;
578 }
579
580 if (sta)
581 addr = sta->addr;
582
583 ret = p54_upload_key(priv, algo, slot, key->keyidx,
584 key->keylen, addr, key->key);
585 if (ret) {
586 bitmap_release_region(priv->used_rxkeys, slot, 0);
587 ret = -EOPNOTSUPP;
588 goto out_unlock;
589 }
590
591 key->hw_key_idx = slot;
592
593out_unlock:
594 mutex_unlock(&priv->conf_mutex);
595 return ret;
596}
597
1b2fb7dc
JL
598static int p54_get_survey(struct ieee80211_hw *dev, int idx,
599 struct survey_info *survey)
600{
601 struct p54_common *priv = dev->priv;
0d78156e
CL
602 struct ieee80211_channel *chan;
603 int err, tries;
604 bool in_use = false;
1b2fb7dc 605
0d78156e 606 if (idx >= priv->chan_num)
1b2fb7dc
JL
607 return -ENOENT;
608
0d78156e
CL
609#define MAX_TRIES 1
610 for (tries = 0; tries < MAX_TRIES; tries++) {
611 chan = priv->curchan;
612 if (chan && chan->hw_value == idx) {
613 mutex_lock(&priv->conf_mutex);
614 err = p54_wait_for_stats(dev);
615 mutex_unlock(&priv->conf_mutex);
616 if (err)
617 return err;
618
619 in_use = true;
620 }
1b2fb7dc 621
0d78156e
CL
622 memcpy(survey, &priv->survey[idx], sizeof(*survey));
623
624 if (in_use) {
625 /* test if the reported statistics are valid. */
626 if (survey->channel_time != 0) {
627 survey->filled |= SURVEY_INFO_IN_USE;
628 } else {
629 /*
630 * hw/fw has not accumulated enough sample sets.
631 * Wait for 100ms, this ought to be enough to
632 * to get at least one non-null set of channel
633 * usage statistics.
634 */
635 msleep(100);
636 continue;
637 }
638 }
639 return 0;
640 }
641 return -ETIMEDOUT;
642#undef MAX_TRIES
1b2fb7dc
JL
643}
644
0d4171e2
CL
645static unsigned int p54_flush_count(struct p54_common *priv)
646{
647 unsigned int total = 0, i;
648
649 BUILD_BUG_ON(P54_QUEUE_NUM > ARRAY_SIZE(priv->tx_stats));
650
651 /*
652 * Because the firmware has the sole control over any frames
653 * in the P54_QUEUE_BEACON or P54_QUEUE_SCAN queues, they
654 * don't really count as pending or active.
655 */
656 for (i = P54_QUEUE_MGMT; i < P54_QUEUE_NUM; i++)
657 total += priv->tx_stats[i].len;
658 return total;
659}
660
661static void p54_flush(struct ieee80211_hw *dev, bool drop)
662{
663 struct p54_common *priv = dev->priv;
664 unsigned int total, i;
665
666 /*
667 * Currently, it wouldn't really matter if we wait for one second
668 * or 15 minutes. But once someone gets around and completes the
669 * TODOs [ancel stuck frames / reset device] in p54_work, it will
670 * suddenly make sense to wait that long.
671 */
672 i = P54_STATISTICS_UPDATE * 2 / 20;
673
674 /*
675 * In this case no locking is required because as we speak the
676 * queues have already been stopped and no new frames can sneak
677 * up from behind.
678 */
679 while ((total = p54_flush_count(priv) && i--)) {
680 /* waste time */
681 msleep(20);
682 }
683
684 WARN(total, "tx flush timeout, unresponsive firmware");
685}
686
3083e83c
CL
687static void p54_set_coverage_class(struct ieee80211_hw *dev, u8 coverage_class)
688{
689 struct p54_common *priv = dev->priv;
690
691 mutex_lock(&priv->conf_mutex);
692 /* support all coverage class values as in 802.11-2007 Table 7-27 */
693 priv->coverage_class = clamp_t(u8, coverage_class, 0, 31);
694 p54_set_edcf(priv);
695 mutex_unlock(&priv->conf_mutex);
696}
697
0ac0d6ce
CL
698static const struct ieee80211_ops p54_ops = {
699 .tx = p54_tx_80211,
700 .start = p54_start,
701 .stop = p54_stop,
702 .add_interface = p54_add_interface,
703 .remove_interface = p54_remove_interface,
704 .set_tim = p54_set_tim,
705 .sta_notify = p54_sta_notify,
17f6f054
JB
706 .sta_add = p54_sta_add_remove,
707 .sta_remove = p54_sta_add_remove,
0ac0d6ce
CL
708 .set_key = p54_set_key,
709 .config = p54_config,
0d4171e2 710 .flush = p54_flush,
0ac0d6ce 711 .bss_info_changed = p54_bss_info_changed,
be8d98ea 712 .prepare_multicast = p54_prepare_multicast,
0ac0d6ce
CL
713 .configure_filter = p54_configure_filter,
714 .conf_tx = p54_conf_tx,
715 .get_stats = p54_get_stats,
1b2fb7dc 716 .get_survey = p54_get_survey,
3083e83c 717 .set_coverage_class = p54_set_coverage_class,
0ac0d6ce
CL
718};
719
720struct ieee80211_hw *p54_init_common(size_t priv_data_len)
721{
722 struct ieee80211_hw *dev;
723 struct p54_common *priv;
724
725 dev = ieee80211_alloc_hw(priv_data_len, &p54_ops);
726 if (!dev)
727 return NULL;
728
729 priv = dev->priv;
730 priv->hw = dev;
731 priv->mode = NL80211_IFTYPE_UNSPECIFIED;
732 priv->basic_rate_mask = 0x15f;
733 spin_lock_init(&priv->tx_stats_lock);
734 skb_queue_head_init(&priv->tx_queue);
735 skb_queue_head_init(&priv->tx_pending);
736 dev->flags = IEEE80211_HW_RX_INCLUDES_FCS |
737 IEEE80211_HW_SIGNAL_DBM |
e0f114e8
CL
738 IEEE80211_HW_SUPPORTS_PS |
739 IEEE80211_HW_PS_NULLFUNC_STACK |
f5c044e5 740 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
0ac0d6ce
CL
741
742 dev->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
743 BIT(NL80211_IFTYPE_ADHOC) |
744 BIT(NL80211_IFTYPE_AP) |
745 BIT(NL80211_IFTYPE_MESH_POINT);
746
747 dev->channel_change_time = 1000; /* TODO: find actual value */
46df10ae 748 priv->beacon_req_id = cpu_to_le32(0);
0ac0d6ce
CL
749 priv->tx_stats[P54_QUEUE_BEACON].limit = 1;
750 priv->tx_stats[P54_QUEUE_FWSCAN].limit = 1;
751 priv->tx_stats[P54_QUEUE_MGMT].limit = 3;
752 priv->tx_stats[P54_QUEUE_CAB].limit = 3;
753 priv->tx_stats[P54_QUEUE_DATA].limit = 5;
754 dev->queues = 1;
755 priv->noise = -94;
756 /*
757 * We support at most 8 tries no matter which rate they're at,
758 * we cannot support max_rates * max_rate_tries as we set it
759 * here, but setting it correctly to 4/2 or so would limit us
760 * artificially if the RC algorithm wants just two rates, so
761 * let's say 4/7, we'll redistribute it at TX time, see the
762 * comments there.
763 */
764 dev->max_rates = 4;
765 dev->max_rate_tries = 7;
766 dev->extra_tx_headroom = sizeof(struct p54_hdr) + 4 +
767 sizeof(struct p54_tx_data);
768
c46aaba7
CL
769 /*
770 * For now, disable PS by default because it affects
771 * link stability significantly.
772 */
5be83de5 773 dev->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
c46aaba7 774
0ac0d6ce
CL
775 mutex_init(&priv->conf_mutex);
776 mutex_init(&priv->eeprom_mutex);
0d78156e 777 init_completion(&priv->stat_comp);
0ac0d6ce 778 init_completion(&priv->eeprom_comp);
46df10ae 779 init_completion(&priv->beacon_comp);
0ac0d6ce
CL
780 INIT_DELAYED_WORK(&priv->work, p54_work);
781
be8d98ea 782 memset(&priv->mc_maclist[0], ~0, ETH_ALEN);
0d78156e
CL
783 priv->curchan = NULL;
784 p54_reset_stats(priv);
0ac0d6ce
CL
785 return dev;
786}
787EXPORT_SYMBOL_GPL(p54_init_common);
788
789int p54_register_common(struct ieee80211_hw *dev, struct device *pdev)
790{
fe0b7c61 791 struct p54_common __maybe_unused *priv = dev->priv;
0ac0d6ce
CL
792 int err;
793
794 err = ieee80211_register_hw(dev);
795 if (err) {
796 dev_err(pdev, "Cannot register device (%d).\n", err);
797 return err;
798 }
799
800#ifdef CONFIG_P54_LEDS
801 err = p54_init_leds(priv);
802 if (err)
803 return err;
804#endif /* CONFIG_P54_LEDS */
805
806 dev_info(pdev, "is registered as '%s'\n", wiphy_name(dev->wiphy));
807 return 0;
808}
809EXPORT_SYMBOL_GPL(p54_register_common);
810
811void p54_free_common(struct ieee80211_hw *dev)
812{
813 struct p54_common *priv = dev->priv;
1a9b6679
CL
814 unsigned int i;
815
816 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
817 kfree(priv->band_table[i]);
0ac0d6ce
CL
818
819 kfree(priv->iq_autocal);
820 kfree(priv->output_limit);
821 kfree(priv->curve_data);
7a047f4f 822 kfree(priv->rssi_db);
0ac0d6ce 823 kfree(priv->used_rxkeys);
0d78156e 824 kfree(priv->survey);
0ac0d6ce
CL
825 priv->iq_autocal = NULL;
826 priv->output_limit = NULL;
827 priv->curve_data = NULL;
7a047f4f 828 priv->rssi_db = NULL;
0ac0d6ce 829 priv->used_rxkeys = NULL;
0d78156e 830 priv->survey = NULL;
0ac0d6ce
CL
831 ieee80211_free_hw(dev);
832}
833EXPORT_SYMBOL_GPL(p54_free_common);
834
835void p54_unregister_common(struct ieee80211_hw *dev)
836{
837 struct p54_common *priv = dev->priv;
838
839#ifdef CONFIG_P54_LEDS
840 p54_unregister_leds(priv);
841#endif /* CONFIG_P54_LEDS */
842
843 ieee80211_unregister_hw(dev);
844 mutex_destroy(&priv->conf_mutex);
845 mutex_destroy(&priv->eeprom_mutex);
846}
847EXPORT_SYMBOL_GPL(p54_unregister_common);