blob: e4ec40c633966b7e16a5fdaec5cb1fdaf13f9820 [file] [log] [blame]
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001/*-
2 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
3 * Copyright (c) 2004-2005 Atheros Communications, Inc.
4 * Copyright (c) 2006 Devicescape Software, Inc.
5 * Copyright (c) 2007 Jiri Slaby <jirislaby@gmail.com>
6 * Copyright (c) 2007 Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
7 *
8 * All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer,
15 * without modification.
16 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
18 * redistribution must be conditioned upon including a substantially
19 * similar Disclaimer requirement for further binary redistribution.
20 * 3. Neither the names of the above-listed copyright holders nor the names
21 * of any contributors may be used to endorse or promote products derived
22 * from this software without specific prior written permission.
23 *
24 * Alternatively, this software may be distributed under the terms of the
25 * GNU General Public License ("GPL") version 2 as published by the Free
26 * Software Foundation.
27 *
28 * NO WARRANTY
29 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 * LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY
32 * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
33 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
34 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
35 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
36 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
37 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
38 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
39 * THE POSSIBILITY OF SUCH DAMAGES.
40 *
41 */
42
Jiri Slabyfa1c1142007-08-12 17:33:16 +020043#include <linux/module.h>
44#include <linux/delay.h>
Jiri Slaby274c7c32008-07-15 17:44:20 +020045#include <linux/hardirq.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020046#include <linux/if.h>
Jiri Slaby274c7c32008-07-15 17:44:20 +020047#include <linux/io.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020048#include <linux/netdevice.h>
49#include <linux/cache.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020050#include <linux/ethtool.h>
51#include <linux/uaccess.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090052#include <linux/slab.h>
Ben Greearb1ae1ed2010-09-30 12:22:58 -070053#include <linux/etherdevice.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020054
55#include <net/ieee80211_radiotap.h>
56
57#include <asm/unaligned.h>
58
59#include "base.h"
60#include "reg.h"
61#include "debug.h"
Bruno Randolf2111ac02010-04-02 18:44:08 +090062#include "ani.h"
Jiri Slabyfa1c1142007-08-12 17:33:16 +020063
Bob Copeland9ad9a262008-10-29 08:30:54 -040064static int modparam_nohwcrypt;
Bob Copeland46802a42009-04-15 07:57:34 -040065module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO);
Bob Copeland9ad9a262008-10-29 08:30:54 -040066MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
Jiri Slabyfa1c1142007-08-12 17:33:16 +020067
Bob Copeland42639fc2009-03-30 08:05:29 -040068static int modparam_all_channels;
Bob Copeland46802a42009-04-15 07:57:34 -040069module_param_named(all_channels, modparam_all_channels, bool, S_IRUGO);
Bob Copeland42639fc2009-03-30 08:05:29 -040070MODULE_PARM_DESC(all_channels, "Expose all channels the device can use.");
71
Jiri Slabyfa1c1142007-08-12 17:33:16 +020072/* Module info */
73MODULE_AUTHOR("Jiri Slaby");
74MODULE_AUTHOR("Nick Kossifidis");
75MODULE_DESCRIPTION("Support for 5xxx series of Atheros 802.11 wireless LAN cards.");
76MODULE_SUPPORTED_DEVICE("Atheros 5xxx WLAN cards");
77MODULE_LICENSE("Dual BSD/GPL");
Jiri Slabyfa1c1142007-08-12 17:33:16 +020078
Felix Fietkau132b1c32010-12-02 10:26:56 +010079static int ath5k_init(struct ieee80211_hw *hw);
Nick Kossifidis8aec7af2010-11-23 21:39:28 +020080static int ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel *chan,
81 bool skip_pcu);
Bob Copeland8a63fac2010-09-17 12:45:07 +090082static int ath5k_beacon_update(struct ieee80211_hw *hw,
83 struct ieee80211_vif *vif);
84static void ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +020085
Jiri Slabyfa1c1142007-08-12 17:33:16 +020086/* Known SREVs */
Jiri Slaby2c91108c2009-03-07 10:26:41 +010087static const struct ath5k_srev_name srev_names[] = {
Felix Fietkaua0b907e2010-12-02 10:27:16 +010088#ifdef CONFIG_ATHEROS_AR231X
89 { "5312", AR5K_VERSION_MAC, AR5K_SREV_AR5312_R2 },
90 { "5312", AR5K_VERSION_MAC, AR5K_SREV_AR5312_R7 },
91 { "2313", AR5K_VERSION_MAC, AR5K_SREV_AR2313_R8 },
92 { "2315", AR5K_VERSION_MAC, AR5K_SREV_AR2315_R6 },
93 { "2315", AR5K_VERSION_MAC, AR5K_SREV_AR2315_R7 },
94 { "2317", AR5K_VERSION_MAC, AR5K_SREV_AR2317_R1 },
95 { "2317", AR5K_VERSION_MAC, AR5K_SREV_AR2317_R2 },
96#else
Nick Kossifidis1bef0162008-09-29 02:09:09 +030097 { "5210", AR5K_VERSION_MAC, AR5K_SREV_AR5210 },
98 { "5311", AR5K_VERSION_MAC, AR5K_SREV_AR5311 },
99 { "5311A", AR5K_VERSION_MAC, AR5K_SREV_AR5311A },
100 { "5311B", AR5K_VERSION_MAC, AR5K_SREV_AR5311B },
101 { "5211", AR5K_VERSION_MAC, AR5K_SREV_AR5211 },
102 { "5212", AR5K_VERSION_MAC, AR5K_SREV_AR5212 },
103 { "5213", AR5K_VERSION_MAC, AR5K_SREV_AR5213 },
104 { "5213A", AR5K_VERSION_MAC, AR5K_SREV_AR5213A },
105 { "2413", AR5K_VERSION_MAC, AR5K_SREV_AR2413 },
106 { "2414", AR5K_VERSION_MAC, AR5K_SREV_AR2414 },
107 { "5424", AR5K_VERSION_MAC, AR5K_SREV_AR5424 },
108 { "5413", AR5K_VERSION_MAC, AR5K_SREV_AR5413 },
109 { "5414", AR5K_VERSION_MAC, AR5K_SREV_AR5414 },
110 { "2415", AR5K_VERSION_MAC, AR5K_SREV_AR2415 },
111 { "5416", AR5K_VERSION_MAC, AR5K_SREV_AR5416 },
112 { "5418", AR5K_VERSION_MAC, AR5K_SREV_AR5418 },
113 { "2425", AR5K_VERSION_MAC, AR5K_SREV_AR2425 },
114 { "2417", AR5K_VERSION_MAC, AR5K_SREV_AR2417 },
Felix Fietkaua0b907e2010-12-02 10:27:16 +0100115#endif
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300116 { "xxxxx", AR5K_VERSION_MAC, AR5K_SREV_UNKNOWN },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200117 { "5110", AR5K_VERSION_RAD, AR5K_SREV_RAD_5110 },
118 { "5111", AR5K_VERSION_RAD, AR5K_SREV_RAD_5111 },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300119 { "5111A", AR5K_VERSION_RAD, AR5K_SREV_RAD_5111A },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200120 { "2111", AR5K_VERSION_RAD, AR5K_SREV_RAD_2111 },
121 { "5112", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112 },
122 { "5112A", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112A },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300123 { "5112B", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112B },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200124 { "2112", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112 },
125 { "2112A", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112A },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300126 { "2112B", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112B },
127 { "2413", AR5K_VERSION_RAD, AR5K_SREV_RAD_2413 },
128 { "5413", AR5K_VERSION_RAD, AR5K_SREV_RAD_5413 },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300129 { "5424", AR5K_VERSION_RAD, AR5K_SREV_RAD_5424 },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200130 { "5133", AR5K_VERSION_RAD, AR5K_SREV_RAD_5133 },
Felix Fietkaua0b907e2010-12-02 10:27:16 +0100131#ifdef CONFIG_ATHEROS_AR231X
132 { "2316", AR5K_VERSION_RAD, AR5K_SREV_RAD_2316 },
133 { "2317", AR5K_VERSION_RAD, AR5K_SREV_RAD_2317 },
134#endif
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200135 { "xxxxx", AR5K_VERSION_RAD, AR5K_SREV_UNKNOWN },
136};
137
Jiri Slaby2c91108c2009-03-07 10:26:41 +0100138static const struct ieee80211_rate ath5k_rates[] = {
Bruno Randolf63266a62008-07-30 17:12:58 +0200139 { .bitrate = 10,
140 .hw_value = ATH5K_RATE_CODE_1M, },
141 { .bitrate = 20,
142 .hw_value = ATH5K_RATE_CODE_2M,
143 .hw_value_short = ATH5K_RATE_CODE_2M | AR5K_SET_SHORT_PREAMBLE,
144 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
145 { .bitrate = 55,
146 .hw_value = ATH5K_RATE_CODE_5_5M,
147 .hw_value_short = ATH5K_RATE_CODE_5_5M | AR5K_SET_SHORT_PREAMBLE,
148 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
149 { .bitrate = 110,
150 .hw_value = ATH5K_RATE_CODE_11M,
151 .hw_value_short = ATH5K_RATE_CODE_11M | AR5K_SET_SHORT_PREAMBLE,
152 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
153 { .bitrate = 60,
154 .hw_value = ATH5K_RATE_CODE_6M,
155 .flags = 0 },
156 { .bitrate = 90,
157 .hw_value = ATH5K_RATE_CODE_9M,
158 .flags = 0 },
159 { .bitrate = 120,
160 .hw_value = ATH5K_RATE_CODE_12M,
161 .flags = 0 },
162 { .bitrate = 180,
163 .hw_value = ATH5K_RATE_CODE_18M,
164 .flags = 0 },
165 { .bitrate = 240,
166 .hw_value = ATH5K_RATE_CODE_24M,
167 .flags = 0 },
168 { .bitrate = 360,
169 .hw_value = ATH5K_RATE_CODE_36M,
170 .flags = 0 },
171 { .bitrate = 480,
172 .hw_value = ATH5K_RATE_CODE_48M,
173 .flags = 0 },
174 { .bitrate = 540,
175 .hw_value = ATH5K_RATE_CODE_54M,
176 .flags = 0 },
177 /* XR missing */
178};
179
Bruno Randolf9e4e43f2010-06-16 19:11:17 +0900180static inline void ath5k_txbuf_free_skb(struct ath5k_softc *sc,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200181 struct ath5k_buf *bf)
182{
183 BUG_ON(!bf);
184 if (!bf->skb)
185 return;
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100186 dma_unmap_single(sc->dev, bf->skbaddr, bf->skb->len,
187 DMA_TO_DEVICE);
Jiri Slaby00482972008-08-18 21:45:27 +0200188 dev_kfree_skb_any(bf->skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200189 bf->skb = NULL;
Bruno Randolf39d63f22010-06-16 19:11:41 +0900190 bf->skbaddr = 0;
191 bf->desc->ds_data = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200192}
193
Bruno Randolf9e4e43f2010-06-16 19:11:17 +0900194static inline void ath5k_rxbuf_free_skb(struct ath5k_softc *sc,
Felix Fietkaua6c8d372009-01-30 01:36:48 +0100195 struct ath5k_buf *bf)
196{
Luis R. Rodriguezcc861f72009-11-04 09:11:34 -0800197 struct ath5k_hw *ah = sc->ah;
198 struct ath_common *common = ath5k_hw_common(ah);
199
Felix Fietkaua6c8d372009-01-30 01:36:48 +0100200 BUG_ON(!bf);
201 if (!bf->skb)
202 return;
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100203 dma_unmap_single(sc->dev, bf->skbaddr, common->rx_bufsize,
204 DMA_FROM_DEVICE);
Felix Fietkaua6c8d372009-01-30 01:36:48 +0100205 dev_kfree_skb_any(bf->skb);
206 bf->skb = NULL;
Bruno Randolf39d63f22010-06-16 19:11:41 +0900207 bf->skbaddr = 0;
208 bf->desc->ds_data = 0;
Felix Fietkaua6c8d372009-01-30 01:36:48 +0100209}
210
211
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200212static inline u64 ath5k_extend_tsf(struct ath5k_hw *ah, u32 rstamp)
213{
214 u64 tsf = ath5k_hw_get_tsf64(ah);
215
216 if ((tsf & 0x7fff) < rstamp)
217 tsf -= 0x8000;
218
219 return (tsf & ~0x7fff) | rstamp;
220}
221
Felix Fietkaue5b046d2010-12-02 10:27:01 +0100222const char *
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200223ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val)
224{
225 const char *name = "xxxxx";
226 unsigned int i;
227
228 for (i = 0; i < ARRAY_SIZE(srev_names); i++) {
229 if (srev_names[i].sr_type != type)
230 continue;
Nick Kossifidis75d0edb2008-09-29 01:24:44 +0300231
232 if ((val & 0xf0) == srev_names[i].sr_val)
233 name = srev_names[i].sr_name;
234
235 if ((val & 0xff) == srev_names[i].sr_val) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200236 name = srev_names[i].sr_name;
237 break;
238 }
239 }
240
241 return name;
242}
Luis R. Rodrigueze5aa8472009-09-10 16:55:11 -0700243static unsigned int ath5k_ioread32(void *hw_priv, u32 reg_offset)
244{
245 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv;
246 return ath5k_hw_reg_read(ah, reg_offset);
247}
248
249static void ath5k_iowrite32(void *hw_priv, u32 val, u32 reg_offset)
250{
251 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv;
252 ath5k_hw_reg_write(ah, val, reg_offset);
253}
254
255static const struct ath_ops ath5k_common_ops = {
256 .read = ath5k_ioread32,
257 .write = ath5k_iowrite32,
258};
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200259
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200260/***********************\
261* Driver Initialization *
262\***********************/
263
Bob Copelandf769c362009-03-30 22:30:31 -0400264static int ath5k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request)
265{
266 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
267 struct ath5k_softc *sc = hw->priv;
Luis R. Rodriguezdb719712009-09-10 11:20:57 -0700268 struct ath_regulatory *regulatory = ath5k_hw_regulatory(sc->ah);
Bob Copelandf769c362009-03-30 22:30:31 -0400269
Luis R. Rodriguez608b88c2009-08-17 18:07:23 -0700270 return ath_reg_notifier_apply(wiphy, request, regulatory);
Bob Copelandf769c362009-03-30 22:30:31 -0400271}
272
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200273/********************\
274* Channel/mode setup *
275\********************/
276
277/*
278 * Convert IEEE channel number to MHz frequency.
279 */
280static inline short
281ath5k_ieee2mhz(short chan)
282{
283 if (chan <= 14 || chan >= 27)
284 return ieee80211chan2mhz(chan);
285 else
286 return 2212 + chan * 20;
287}
288
Bob Copeland42639fc2009-03-30 08:05:29 -0400289/*
290 * Returns true for the channel numbers used without all_channels modparam.
291 */
292static bool ath5k_is_standard_channel(short chan)
293{
294 return ((chan <= 14) ||
295 /* UNII 1,2 */
296 ((chan & 3) == 0 && chan >= 36 && chan <= 64) ||
297 /* midband */
298 ((chan & 3) == 0 && chan >= 100 && chan <= 140) ||
299 /* UNII-3 */
300 ((chan & 3) == 1 && chan >= 149 && chan <= 165));
301}
302
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200303static unsigned int
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200304ath5k_copy_channels(struct ath5k_hw *ah,
305 struct ieee80211_channel *channels,
306 unsigned int mode,
307 unsigned int max)
308{
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500309 unsigned int i, count, size, chfreq, freq, ch;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200310
311 if (!test_bit(mode, ah->ah_modes))
312 return 0;
313
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200314 switch (mode) {
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500315 case AR5K_MODE_11A:
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200316 /* 1..220, but 2GHz frequencies are filtered by check_channel */
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500317 size = 220 ;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200318 chfreq = CHANNEL_5GHZ;
319 break;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500320 case AR5K_MODE_11B:
321 case AR5K_MODE_11G:
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500322 size = 26;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200323 chfreq = CHANNEL_2GHZ;
324 break;
325 default:
326 ATH5K_WARN(ah->ah_sc, "bad mode, not copying channels\n");
327 return 0;
328 }
329
330 for (i = 0, count = 0; i < size && max > 0; i++) {
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500331 ch = i + 1 ;
332 freq = ath5k_ieee2mhz(ch);
333
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200334 /* Check if channel is supported by the chipset */
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500335 if (!ath5k_channel_ok(ah, freq, chfreq))
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200336 continue;
337
Bob Copeland42639fc2009-03-30 08:05:29 -0400338 if (!modparam_all_channels && !ath5k_is_standard_channel(ch))
339 continue;
340
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500341 /* Write channel info and increment counter */
342 channels[count].center_freq = freq;
Luis R. Rodrigueza3f4b912008-02-03 21:52:10 -0500343 channels[count].band = (chfreq == CHANNEL_2GHZ) ?
344 IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ;
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500345 switch (mode) {
346 case AR5K_MODE_11A:
347 case AR5K_MODE_11G:
348 channels[count].hw_value = chfreq | CHANNEL_OFDM;
349 break;
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500350 case AR5K_MODE_11B:
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500351 channels[count].hw_value = CHANNEL_B;
352 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200353
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200354 count++;
355 max--;
356 }
357
358 return count;
359}
360
Bruno Randolf63266a62008-07-30 17:12:58 +0200361static void
362ath5k_setup_rate_idx(struct ath5k_softc *sc, struct ieee80211_supported_band *b)
363{
364 u8 i;
365
366 for (i = 0; i < AR5K_MAX_RATES; i++)
367 sc->rate_idx[b->band][i] = -1;
368
369 for (i = 0; i < b->n_bitrates; i++) {
370 sc->rate_idx[b->band][b->bitrates[i].hw_value] = i;
371 if (b->bitrates[i].hw_value_short)
372 sc->rate_idx[b->band][b->bitrates[i].hw_value_short] = i;
373 }
374}
375
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200376static int
Bruno Randolf63266a62008-07-30 17:12:58 +0200377ath5k_setup_bands(struct ieee80211_hw *hw)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200378{
379 struct ath5k_softc *sc = hw->priv;
380 struct ath5k_hw *ah = sc->ah;
Bruno Randolf63266a62008-07-30 17:12:58 +0200381 struct ieee80211_supported_band *sband;
382 int max_c, count_c = 0;
383 int i;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200384
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500385 BUILD_BUG_ON(ARRAY_SIZE(sc->sbands) < IEEE80211_NUM_BANDS);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200386 max_c = ARRAY_SIZE(sc->channels);
387
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500388 /* 2GHz band */
Bruno Randolf63266a62008-07-30 17:12:58 +0200389 sband = &sc->sbands[IEEE80211_BAND_2GHZ];
390 sband->band = IEEE80211_BAND_2GHZ;
391 sband->bitrates = &sc->rates[IEEE80211_BAND_2GHZ][0];
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200392
Bruno Randolf63266a62008-07-30 17:12:58 +0200393 if (test_bit(AR5K_MODE_11G, sc->ah->ah_capabilities.cap_mode)) {
394 /* G mode */
395 memcpy(sband->bitrates, &ath5k_rates[0],
396 sizeof(struct ieee80211_rate) * 12);
397 sband->n_bitrates = 12;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200398
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500399 sband->channels = sc->channels;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500400 sband->n_channels = ath5k_copy_channels(ah, sband->channels,
Bruno Randolf63266a62008-07-30 17:12:58 +0200401 AR5K_MODE_11G, max_c);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500402
403 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband;
Bruno Randolf63266a62008-07-30 17:12:58 +0200404 count_c = sband->n_channels;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500405 max_c -= count_c;
Bruno Randolf63266a62008-07-30 17:12:58 +0200406 } else if (test_bit(AR5K_MODE_11B, sc->ah->ah_capabilities.cap_mode)) {
407 /* B mode */
408 memcpy(sband->bitrates, &ath5k_rates[0],
409 sizeof(struct ieee80211_rate) * 4);
410 sband->n_bitrates = 4;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500411
Bruno Randolf63266a62008-07-30 17:12:58 +0200412 /* 5211 only supports B rates and uses 4bit rate codes
413 * (e.g normally we have 0x1B for 1M, but on 5211 we have 0x0B)
414 * fix them up here:
415 */
416 if (ah->ah_version == AR5K_AR5211) {
417 for (i = 0; i < 4; i++) {
418 sband->bitrates[i].hw_value =
419 sband->bitrates[i].hw_value & 0xF;
420 sband->bitrates[i].hw_value_short =
421 sband->bitrates[i].hw_value_short & 0xF;
422 }
423 }
424
425 sband->channels = sc->channels;
426 sband->n_channels = ath5k_copy_channels(ah, sband->channels,
427 AR5K_MODE_11B, max_c);
428
429 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband;
430 count_c = sband->n_channels;
431 max_c -= count_c;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500432 }
Bruno Randolf63266a62008-07-30 17:12:58 +0200433 ath5k_setup_rate_idx(sc, sband);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500434
Bruno Randolf63266a62008-07-30 17:12:58 +0200435 /* 5GHz band, A mode */
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500436 if (test_bit(AR5K_MODE_11A, sc->ah->ah_capabilities.cap_mode)) {
Bruno Randolf63266a62008-07-30 17:12:58 +0200437 sband = &sc->sbands[IEEE80211_BAND_5GHZ];
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500438 sband->band = IEEE80211_BAND_5GHZ;
Bruno Randolf63266a62008-07-30 17:12:58 +0200439 sband->bitrates = &sc->rates[IEEE80211_BAND_5GHZ][0];
440
441 memcpy(sband->bitrates, &ath5k_rates[4],
442 sizeof(struct ieee80211_rate) * 8);
443 sband->n_bitrates = 8;
444
445 sband->channels = &sc->channels[count_c];
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500446 sband->n_channels = ath5k_copy_channels(ah, sband->channels,
447 AR5K_MODE_11A, max_c);
448
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500449 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = sband;
450 }
Bruno Randolf63266a62008-07-30 17:12:58 +0200451 ath5k_setup_rate_idx(sc, sband);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500452
Luis R. Rodriguezb4461972008-02-04 10:03:54 -0500453 ath5k_debug_dump_bands(sc);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500454
455 return 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200456}
457
458/*
Joerg Alberte30eb4a2009-08-05 01:52:07 +0200459 * Set/change channels. We always reset the chip.
460 * To accomplish this we must first cleanup any pending DMA,
461 * then restart stuff after a la ath5k_init.
Bob Copelandbe009372009-01-22 08:44:16 -0500462 *
463 * Called with sc->lock.
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200464 */
465static int
466ath5k_chan_set(struct ath5k_softc *sc, struct ieee80211_channel *chan)
467{
Bruno Randolf8d67a032010-06-16 19:11:12 +0900468 ATH5K_DBG(sc, ATH5K_DEBUG_RESET,
469 "channel set, resetting (%u -> %u MHz)\n",
470 sc->curchan->center_freq, chan->center_freq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200471
Joerg Alberte30eb4a2009-08-05 01:52:07 +0200472 /*
473 * To switch channels clear any pending DMA operations;
474 * wait long enough for the RX fifo to drain, reset the
475 * hardware at the new frequency, and then re-enable
476 * the relevant bits of the h/w.
477 */
Nick Kossifidis8aec7af2010-11-23 21:39:28 +0200478 return ath5k_reset(sc, chan, true);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200479}
480
481static void
482ath5k_setcurmode(struct ath5k_softc *sc, unsigned int mode)
483{
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200484 sc->curmode = mode;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500485
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500486 if (mode == AR5K_MODE_11A) {
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500487 sc->curband = &sc->sbands[IEEE80211_BAND_5GHZ];
488 } else {
489 sc->curband = &sc->sbands[IEEE80211_BAND_2GHZ];
490 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200491}
492
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700493struct ath_vif_iter_data {
494 const u8 *hw_macaddr;
495 u8 mask[ETH_ALEN];
496 u8 active_mac[ETH_ALEN]; /* first active MAC */
497 bool need_set_hw_addr;
498 bool found_active;
499 bool any_assoc;
Ben Greear62c58fb2010-10-08 12:01:15 -0700500 enum nl80211_iftype opmode;
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700501};
502
503static void ath_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif)
504{
505 struct ath_vif_iter_data *iter_data = data;
506 int i;
Ben Greear62c58fb2010-10-08 12:01:15 -0700507 struct ath5k_vif *avf = (void *)vif->drv_priv;
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700508
509 if (iter_data->hw_macaddr)
510 for (i = 0; i < ETH_ALEN; i++)
511 iter_data->mask[i] &=
512 ~(iter_data->hw_macaddr[i] ^ mac[i]);
513
514 if (!iter_data->found_active) {
515 iter_data->found_active = true;
516 memcpy(iter_data->active_mac, mac, ETH_ALEN);
517 }
518
519 if (iter_data->need_set_hw_addr && iter_data->hw_macaddr)
520 if (compare_ether_addr(iter_data->hw_macaddr, mac) == 0)
521 iter_data->need_set_hw_addr = false;
522
523 if (!iter_data->any_assoc) {
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700524 if (avf->assoc)
525 iter_data->any_assoc = true;
526 }
Ben Greear62c58fb2010-10-08 12:01:15 -0700527
528 /* Calculate combined mode - when APs are active, operate in AP mode.
529 * Otherwise use the mode of the new interface. This can currently
530 * only deal with combinations of APs and STAs. Only one ad-hoc
Ben Greear7afbb2f2010-11-10 11:43:51 -0800531 * interfaces is allowed.
Ben Greear62c58fb2010-10-08 12:01:15 -0700532 */
533 if (avf->opmode == NL80211_IFTYPE_AP)
534 iter_data->opmode = NL80211_IFTYPE_AP;
535 else
536 if (iter_data->opmode == NL80211_IFTYPE_UNSPECIFIED)
537 iter_data->opmode = avf->opmode;
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700538}
539
Luis R. Rodriguez14fb7c12010-10-20 06:59:38 -0700540static void ath5k_update_bssid_mask_and_opmode(struct ath5k_softc *sc,
541 struct ieee80211_vif *vif)
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700542{
543 struct ath_common *common = ath5k_hw_common(sc->ah);
544 struct ath_vif_iter_data iter_data;
545
546 /*
547 * Use the hardware MAC address as reference, the hardware uses it
548 * together with the BSSID mask when matching addresses.
549 */
550 iter_data.hw_macaddr = common->macaddr;
551 memset(&iter_data.mask, 0xff, ETH_ALEN);
552 iter_data.found_active = false;
553 iter_data.need_set_hw_addr = true;
Ben Greear62c58fb2010-10-08 12:01:15 -0700554 iter_data.opmode = NL80211_IFTYPE_UNSPECIFIED;
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700555
556 if (vif)
557 ath_vif_iter(&iter_data, vif->addr, vif);
558
559 /* Get list of all active MAC addresses */
560 ieee80211_iterate_active_interfaces_atomic(sc->hw, ath_vif_iter,
561 &iter_data);
562 memcpy(sc->bssidmask, iter_data.mask, ETH_ALEN);
563
Ben Greear62c58fb2010-10-08 12:01:15 -0700564 sc->opmode = iter_data.opmode;
565 if (sc->opmode == NL80211_IFTYPE_UNSPECIFIED)
566 /* Nothing active, default to station mode */
567 sc->opmode = NL80211_IFTYPE_STATION;
568
Ben Greear7afbb2f2010-11-10 11:43:51 -0800569 ath5k_hw_set_opmode(sc->ah, sc->opmode);
570 ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "mode setup opmode %d (%s)\n",
571 sc->opmode, ath_opmode_to_string(sc->opmode));
Ben Greear62c58fb2010-10-08 12:01:15 -0700572
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700573 if (iter_data.need_set_hw_addr && iter_data.found_active)
574 ath5k_hw_set_lladdr(sc->ah, iter_data.active_mac);
575
Ben Greear62c58fb2010-10-08 12:01:15 -0700576 if (ath5k_hw_hasbssidmask(sc->ah))
577 ath5k_hw_set_bssid_mask(sc->ah, sc->bssidmask);
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700578}
579
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200580static void
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700581ath5k_mode_setup(struct ath5k_softc *sc, struct ieee80211_vif *vif)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200582{
583 struct ath5k_hw *ah = sc->ah;
584 u32 rfilt;
585
586 /* configure rx filter */
587 rfilt = sc->filter_flags;
588 ath5k_hw_set_rx_filter(ah, rfilt);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200589 ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt);
Ben Greear62c58fb2010-10-08 12:01:15 -0700590
591 ath5k_update_bssid_mask_and_opmode(sc, vif);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200592}
593
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500594static inline int
Bruno Randolf63266a62008-07-30 17:12:58 +0200595ath5k_hw_to_driver_rix(struct ath5k_softc *sc, int hw_rix)
596{
Bob Copelandb7266042009-03-02 21:55:18 -0500597 int rix;
598
599 /* return base rate on errors */
600 if (WARN(hw_rix < 0 || hw_rix >= AR5K_MAX_RATES,
601 "hw_rix out of bounds: %x\n", hw_rix))
602 return 0;
603
604 rix = sc->rate_idx[sc->curband->band][hw_rix];
605 if (WARN(rix < 0, "invalid hw_rix: %x\n", hw_rix))
606 rix = 0;
607
608 return rix;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500609}
610
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200611/***************\
612* Buffers setup *
613\***************/
614
Bob Copelandb6ea0352009-01-10 14:42:54 -0500615static
616struct sk_buff *ath5k_rx_skb_alloc(struct ath5k_softc *sc, dma_addr_t *skb_addr)
617{
Luis R. Rodriguezdb719712009-09-10 11:20:57 -0700618 struct ath_common *common = ath5k_hw_common(sc->ah);
Bob Copelandb6ea0352009-01-10 14:42:54 -0500619 struct sk_buff *skb;
Bob Copelandb6ea0352009-01-10 14:42:54 -0500620
621 /*
622 * Allocate buffer with headroom_needed space for the
623 * fake physical layer header at the start.
624 */
Luis R. Rodriguezdb719712009-09-10 11:20:57 -0700625 skb = ath_rxbuf_alloc(common,
Luis R. Rodriguezdd849782009-11-04 09:44:50 -0800626 common->rx_bufsize,
Luis R. Rodriguezaeb63cf2009-08-12 09:57:00 -0700627 GFP_ATOMIC);
Bob Copelandb6ea0352009-01-10 14:42:54 -0500628
629 if (!skb) {
630 ATH5K_ERR(sc, "can't alloc skbuff of size %u\n",
Luis R. Rodriguezdd849782009-11-04 09:44:50 -0800631 common->rx_bufsize);
Bob Copelandb6ea0352009-01-10 14:42:54 -0500632 return NULL;
633 }
Bob Copelandb6ea0352009-01-10 14:42:54 -0500634
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100635 *skb_addr = dma_map_single(sc->dev,
Luis R. Rodriguezcc861f72009-11-04 09:11:34 -0800636 skb->data, common->rx_bufsize,
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100637 DMA_FROM_DEVICE);
638
639 if (unlikely(dma_mapping_error(sc->dev, *skb_addr))) {
Bob Copelandb6ea0352009-01-10 14:42:54 -0500640 ATH5K_ERR(sc, "%s: DMA mapping failed\n", __func__);
641 dev_kfree_skb(skb);
642 return NULL;
643 }
644 return skb;
645}
646
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200647static int
648ath5k_rxbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf)
649{
650 struct ath5k_hw *ah = sc->ah;
651 struct sk_buff *skb = bf->skb;
652 struct ath5k_desc *ds;
Bruno Randolfb5eae9f2010-05-19 10:18:16 +0900653 int ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200654
Bob Copelandb6ea0352009-01-10 14:42:54 -0500655 if (!skb) {
656 skb = ath5k_rx_skb_alloc(sc, &bf->skbaddr);
657 if (!skb)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200658 return -ENOMEM;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200659 bf->skb = skb;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200660 }
661
662 /*
663 * Setup descriptors. For receive we always terminate
664 * the descriptor list with a self-linked entry so we'll
665 * not get overrun under high load (as can happen with a
666 * 5212 when ANI processing enables PHY error frames).
667 *
Bruno Randolfbeade632010-06-16 19:11:25 +0900668 * To ensure the last descriptor is self-linked we create
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200669 * each descriptor as self-linked and add it to the end. As
670 * each additional descriptor is added the previous self-linked
Bruno Randolfbeade632010-06-16 19:11:25 +0900671 * entry is "fixed" naturally. This should be safe even
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200672 * if DMA is happening. When processing RX interrupts we
673 * never remove/process the last, self-linked, entry on the
Bruno Randolfbeade632010-06-16 19:11:25 +0900674 * descriptor list. This ensures the hardware always has
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200675 * someplace to write a new frame.
676 */
677 ds = bf->desc;
678 ds->ds_link = bf->daddr; /* link to self */
679 ds->ds_data = bf->skbaddr;
Bruno Randolfa6668192010-06-16 19:12:01 +0900680 ret = ath5k_hw_setup_rx_desc(ah, ds, ah->common.rx_bufsize, 0);
Bruno Randolf0452d4a2010-06-16 19:11:35 +0900681 if (ret) {
682 ATH5K_ERR(sc, "%s: could not setup RX desc\n", __func__);
Bruno Randolfb5eae9f2010-05-19 10:18:16 +0900683 return ret;
Bruno Randolf0452d4a2010-06-16 19:11:35 +0900684 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200685
686 if (sc->rxlink != NULL)
687 *sc->rxlink = bf->daddr;
688 sc->rxlink = &ds->ds_link;
689 return 0;
690}
691
Bob Copeland2ac29272010-02-09 13:06:54 -0500692static enum ath5k_pkt_type get_hw_packet_type(struct sk_buff *skb)
693{
694 struct ieee80211_hdr *hdr;
695 enum ath5k_pkt_type htype;
696 __le16 fc;
697
698 hdr = (struct ieee80211_hdr *)skb->data;
699 fc = hdr->frame_control;
700
701 if (ieee80211_is_beacon(fc))
702 htype = AR5K_PKT_TYPE_BEACON;
703 else if (ieee80211_is_probe_resp(fc))
704 htype = AR5K_PKT_TYPE_PROBE_RESP;
705 else if (ieee80211_is_atim(fc))
706 htype = AR5K_PKT_TYPE_ATIM;
707 else if (ieee80211_is_pspoll(fc))
708 htype = AR5K_PKT_TYPE_PSPOLL;
709 else
710 htype = AR5K_PKT_TYPE_NORMAL;
711
712 return htype;
713}
714
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200715static int
Bob Copelandcec8db22009-07-04 12:59:51 -0400716ath5k_txbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf,
Benoit Papillault8127fbd2010-02-27 23:05:26 +0100717 struct ath5k_txq *txq, int padsize)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200718{
719 struct ath5k_hw *ah = sc->ah;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200720 struct ath5k_desc *ds = bf->desc;
721 struct sk_buff *skb = bf->skb;
Johannes Berga888d522008-05-26 16:43:39 +0200722 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200723 unsigned int pktlen, flags, keyidx = AR5K_TXKEYIX_INVALID;
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200724 struct ieee80211_rate *rate;
725 unsigned int mrr_rate[3], mrr_tries[3];
726 int i, ret;
Bob Copeland8902ff42009-01-22 08:44:20 -0500727 u16 hw_rate;
Bob Copeland07c1e852009-01-22 08:44:21 -0500728 u16 cts_rate = 0;
729 u16 duration = 0;
Bob Copeland8902ff42009-01-22 08:44:20 -0500730 u8 rc_flags;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200731
732 flags = AR5K_TXDESC_INTREQ | AR5K_TXDESC_CLRDMASK;
Johannes Berge039fa42008-05-15 12:55:29 +0200733
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200734 /* XXX endianness */
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100735 bf->skbaddr = dma_map_single(sc->dev, skb->data, skb->len,
736 DMA_TO_DEVICE);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200737
Bob Copeland8902ff42009-01-22 08:44:20 -0500738 rate = ieee80211_get_tx_rate(sc->hw, info);
John W. Linvilled8e1ba72010-08-24 15:27:34 -0400739 if (!rate) {
740 ret = -EINVAL;
741 goto err_unmap;
742 }
Bob Copeland8902ff42009-01-22 08:44:20 -0500743
Johannes Berge039fa42008-05-15 12:55:29 +0200744 if (info->flags & IEEE80211_TX_CTL_NO_ACK)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200745 flags |= AR5K_TXDESC_NOACK;
746
Bob Copeland8902ff42009-01-22 08:44:20 -0500747 rc_flags = info->control.rates[0].flags;
748 hw_rate = (rc_flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) ?
749 rate->hw_value_short : rate->hw_value;
750
Bruno Randolf281c56d2008-02-05 18:44:55 +0900751 pktlen = skb->len;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200752
Nick Kossifidis8f655dd2009-03-15 22:20:35 +0200753 /* FIXME: If we are in g mode and rate is a CCK rate
754 * subtract ah->ah_txpower.txp_cck_ofdm_pwr_delta
755 * from tx power (value is in dB units already) */
Bob Copeland362695e2009-02-15 12:06:12 -0500756 if (info->control.hw_key) {
757 keyidx = info->control.hw_key->hw_key_idx;
758 pktlen += info->control.hw_key->icv_len;
759 }
Bob Copeland07c1e852009-01-22 08:44:21 -0500760 if (rc_flags & IEEE80211_TX_RC_USE_RTS_CTS) {
761 flags |= AR5K_TXDESC_RTSENA;
762 cts_rate = ieee80211_get_rts_cts_rate(sc->hw, info)->hw_value;
763 duration = le16_to_cpu(ieee80211_rts_duration(sc->hw,
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700764 info->control.vif, pktlen, info));
Bob Copeland07c1e852009-01-22 08:44:21 -0500765 }
766 if (rc_flags & IEEE80211_TX_RC_USE_CTS_PROTECT) {
767 flags |= AR5K_TXDESC_CTSENA;
768 cts_rate = ieee80211_get_rts_cts_rate(sc->hw, info)->hw_value;
769 duration = le16_to_cpu(ieee80211_ctstoself_duration(sc->hw,
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700770 info->control.vif, pktlen, info));
Bob Copeland07c1e852009-01-22 08:44:21 -0500771 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200772 ret = ah->ah_setup_tx_desc(ah, ds, pktlen,
Benoit Papillault8127fbd2010-02-27 23:05:26 +0100773 ieee80211_get_hdrlen_from_skb(skb), padsize,
Bob Copeland2ac29272010-02-09 13:06:54 -0500774 get_hw_packet_type(skb),
Johannes Berg2e92e6f2008-05-15 12:55:27 +0200775 (sc->power_level * 2),
Bob Copeland8902ff42009-01-22 08:44:20 -0500776 hw_rate,
Nick Kossifidis2bed03e2009-04-30 15:55:49 -0400777 info->control.rates[0].count, keyidx, ah->ah_tx_ant, flags,
Bob Copeland07c1e852009-01-22 08:44:21 -0500778 cts_rate, duration);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200779 if (ret)
780 goto err_unmap;
781
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200782 memset(mrr_rate, 0, sizeof(mrr_rate));
783 memset(mrr_tries, 0, sizeof(mrr_tries));
784 for (i = 0; i < 3; i++) {
785 rate = ieee80211_get_alt_retry_rate(sc->hw, info, i);
786 if (!rate)
787 break;
788
789 mrr_rate[i] = rate->hw_value;
Johannes Berge6a98542008-10-21 12:40:02 +0200790 mrr_tries[i] = info->control.rates[i + 1].count;
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200791 }
792
Bruno Randolfa6668192010-06-16 19:12:01 +0900793 ath5k_hw_setup_mrr_tx_desc(ah, ds,
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200794 mrr_rate[0], mrr_tries[0],
795 mrr_rate[1], mrr_tries[1],
796 mrr_rate[2], mrr_tries[2]);
797
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200798 ds->ds_link = 0;
799 ds->ds_data = bf->skbaddr;
800
801 spin_lock_bh(&txq->lock);
802 list_add_tail(&bf->list, &txq->q);
Bruno Randolf925e0b02010-09-17 11:36:35 +0900803 txq->txq_len++;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200804 if (txq->link == NULL) /* is this first packet? */
Nick Kossifidisc6e387a2008-08-29 22:45:39 +0300805 ath5k_hw_set_txdp(ah, txq->qnum, bf->daddr);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200806 else /* no, so only link it */
807 *txq->link = bf->daddr;
808
809 txq->link = &ds->ds_link;
Nick Kossifidisc6e387a2008-08-29 22:45:39 +0300810 ath5k_hw_start_tx_dma(ah, txq->qnum);
Jiri Slaby274c7c32008-07-15 17:44:20 +0200811 mmiowb();
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200812 spin_unlock_bh(&txq->lock);
813
814 return 0;
815err_unmap:
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100816 dma_unmap_single(sc->dev, bf->skbaddr, skb->len, DMA_TO_DEVICE);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200817 return ret;
818}
819
820/*******************\
821* Descriptors setup *
822\*******************/
823
824static int
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100825ath5k_desc_alloc(struct ath5k_softc *sc)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200826{
827 struct ath5k_desc *ds;
828 struct ath5k_buf *bf;
829 dma_addr_t da;
830 unsigned int i;
831 int ret;
832
833 /* allocate descriptors */
834 sc->desc_len = sizeof(struct ath5k_desc) *
835 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1);
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100836
837 sc->desc = dma_alloc_coherent(sc->dev, sc->desc_len,
838 &sc->desc_daddr, GFP_KERNEL);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200839 if (sc->desc == NULL) {
840 ATH5K_ERR(sc, "can't allocate descriptors\n");
841 ret = -ENOMEM;
842 goto err;
843 }
844 ds = sc->desc;
845 da = sc->desc_daddr;
846 ATH5K_DBG(sc, ATH5K_DEBUG_ANY, "DMA map: %p (%zu) -> %llx\n",
847 ds, sc->desc_len, (unsigned long long)sc->desc_daddr);
848
849 bf = kcalloc(1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF,
850 sizeof(struct ath5k_buf), GFP_KERNEL);
851 if (bf == NULL) {
852 ATH5K_ERR(sc, "can't allocate bufptr\n");
853 ret = -ENOMEM;
854 goto err_free;
855 }
856 sc->bufptr = bf;
857
858 INIT_LIST_HEAD(&sc->rxbuf);
859 for (i = 0; i < ATH_RXBUF; i++, bf++, ds++, da += sizeof(*ds)) {
860 bf->desc = ds;
861 bf->daddr = da;
862 list_add_tail(&bf->list, &sc->rxbuf);
863 }
864
865 INIT_LIST_HEAD(&sc->txbuf);
866 sc->txbuf_len = ATH_TXBUF;
867 for (i = 0; i < ATH_TXBUF; i++, bf++, ds++,
868 da += sizeof(*ds)) {
869 bf->desc = ds;
870 bf->daddr = da;
871 list_add_tail(&bf->list, &sc->txbuf);
872 }
873
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700874 /* beacon buffers */
875 INIT_LIST_HEAD(&sc->bcbuf);
876 for (i = 0; i < ATH_BCBUF; i++, bf++, ds++, da += sizeof(*ds)) {
877 bf->desc = ds;
878 bf->daddr = da;
879 list_add_tail(&bf->list, &sc->bcbuf);
880 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200881
882 return 0;
883err_free:
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100884 dma_free_coherent(sc->dev, sc->desc_len, sc->desc, sc->desc_daddr);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200885err:
886 sc->desc = NULL;
887 return ret;
888}
889
890static void
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100891ath5k_desc_free(struct ath5k_softc *sc)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200892{
893 struct ath5k_buf *bf;
894
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200895 list_for_each_entry(bf, &sc->txbuf, list)
Bruno Randolf9e4e43f2010-06-16 19:11:17 +0900896 ath5k_txbuf_free_skb(sc, bf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200897 list_for_each_entry(bf, &sc->rxbuf, list)
Bruno Randolf9e4e43f2010-06-16 19:11:17 +0900898 ath5k_rxbuf_free_skb(sc, bf);
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700899 list_for_each_entry(bf, &sc->bcbuf, list)
900 ath5k_txbuf_free_skb(sc, bf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200901
902 /* Free memory associated with all descriptors */
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100903 dma_free_coherent(sc->dev, sc->desc_len, sc->desc, sc->desc_daddr);
Bruno Randolf39d63f22010-06-16 19:11:41 +0900904 sc->desc = NULL;
905 sc->desc_daddr = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200906
907 kfree(sc->bufptr);
908 sc->bufptr = NULL;
909}
910
911
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200912/**************\
913* Queues setup *
914\**************/
915
916static struct ath5k_txq *
917ath5k_txq_setup(struct ath5k_softc *sc,
918 int qtype, int subtype)
919{
920 struct ath5k_hw *ah = sc->ah;
921 struct ath5k_txq *txq;
922 struct ath5k_txq_info qi = {
923 .tqi_subtype = subtype,
Bruno Randolfde8af452010-09-17 11:37:12 +0900924 /* XXX: default values not correct for B and XR channels,
925 * but who cares? */
926 .tqi_aifs = AR5K_TUNE_AIFS,
927 .tqi_cw_min = AR5K_TUNE_CWMIN,
928 .tqi_cw_max = AR5K_TUNE_CWMAX
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200929 };
930 int qnum;
931
932 /*
933 * Enable interrupts only for EOL and DESC conditions.
934 * We mark tx descriptors to receive a DESC interrupt
Bob Copelanda180a132010-08-15 13:03:12 -0400935 * when a tx queue gets deep; otherwise we wait for the
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200936 * EOL to reap descriptors. Note that this is done to
937 * reduce interrupt load and this only defers reaping
938 * descriptors, never transmitting frames. Aside from
939 * reducing interrupts this also permits more concurrency.
940 * The only potential downside is if the tx queue backs
941 * up in which case the top half of the kernel may backup
942 * due to a lack of tx descriptors.
943 */
944 qi.tqi_flags = AR5K_TXQ_FLAG_TXEOLINT_ENABLE |
945 AR5K_TXQ_FLAG_TXDESCINT_ENABLE;
946 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi);
947 if (qnum < 0) {
948 /*
949 * NB: don't print a message, this happens
950 * normally on parts with too few tx queues
951 */
952 return ERR_PTR(qnum);
953 }
954 if (qnum >= ARRAY_SIZE(sc->txqs)) {
955 ATH5K_ERR(sc, "hw qnum %u out of range, max %tu!\n",
956 qnum, ARRAY_SIZE(sc->txqs));
957 ath5k_hw_release_tx_queue(ah, qnum);
958 return ERR_PTR(-EINVAL);
959 }
960 txq = &sc->txqs[qnum];
961 if (!txq->setup) {
962 txq->qnum = qnum;
963 txq->link = NULL;
964 INIT_LIST_HEAD(&txq->q);
965 spin_lock_init(&txq->lock);
966 txq->setup = true;
Bruno Randolf925e0b02010-09-17 11:36:35 +0900967 txq->txq_len = 0;
Bruno Randolf4edd7612010-09-17 11:36:56 +0900968 txq->txq_poll_mark = false;
Bruno Randolf923e5b32010-09-17 11:37:02 +0900969 txq->txq_stuck = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200970 }
971 return &sc->txqs[qnum];
972}
973
974static int
975ath5k_beaconq_setup(struct ath5k_hw *ah)
976{
977 struct ath5k_txq_info qi = {
Bruno Randolfde8af452010-09-17 11:37:12 +0900978 /* XXX: default values not correct for B and XR channels,
979 * but who cares? */
980 .tqi_aifs = AR5K_TUNE_AIFS,
981 .tqi_cw_min = AR5K_TUNE_CWMIN,
982 .tqi_cw_max = AR5K_TUNE_CWMAX,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200983 /* NB: for dynamic turbo, don't enable any other interrupts */
984 .tqi_flags = AR5K_TXQ_FLAG_TXDESCINT_ENABLE
985 };
986
987 return ath5k_hw_setup_tx_queue(ah, AR5K_TX_QUEUE_BEACON, &qi);
988}
989
990static int
991ath5k_beaconq_config(struct ath5k_softc *sc)
992{
993 struct ath5k_hw *ah = sc->ah;
994 struct ath5k_txq_info qi;
995 int ret;
996
997 ret = ath5k_hw_get_tx_queueprops(ah, sc->bhalq, &qi);
998 if (ret)
Bob Copelanda951ae22010-01-20 23:51:04 -0500999 goto err;
1000
Johannes Berg05c914f2008-09-11 00:01:58 +02001001 if (sc->opmode == NL80211_IFTYPE_AP ||
1002 sc->opmode == NL80211_IFTYPE_MESH_POINT) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001003 /*
1004 * Always burst out beacon and CAB traffic
1005 * (aifs = cwmin = cwmax = 0)
1006 */
1007 qi.tqi_aifs = 0;
1008 qi.tqi_cw_min = 0;
1009 qi.tqi_cw_max = 0;
Johannes Berg05c914f2008-09-11 00:01:58 +02001010 } else if (sc->opmode == NL80211_IFTYPE_ADHOC) {
Bruno Randolf6d91e1d2008-01-19 18:18:41 +09001011 /*
1012 * Adhoc mode; backoff between 0 and (2 * cw_min).
1013 */
1014 qi.tqi_aifs = 0;
1015 qi.tqi_cw_min = 0;
Bruno Randolfde8af452010-09-17 11:37:12 +09001016 qi.tqi_cw_max = 2 * AR5K_TUNE_CWMIN;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001017 }
1018
Bruno Randolf6d91e1d2008-01-19 18:18:41 +09001019 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
1020 "beacon queueprops tqi_aifs:%d tqi_cw_min:%d tqi_cw_max:%d\n",
1021 qi.tqi_aifs, qi.tqi_cw_min, qi.tqi_cw_max);
1022
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001023 ret = ath5k_hw_set_tx_queueprops(ah, sc->bhalq, &qi);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001024 if (ret) {
1025 ATH5K_ERR(sc, "%s: unable to update parameters for beacon "
1026 "hardware queue!\n", __func__);
Bob Copelanda951ae22010-01-20 23:51:04 -05001027 goto err;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001028 }
Bob Copelanda951ae22010-01-20 23:51:04 -05001029 ret = ath5k_hw_reset_tx_queue(ah, sc->bhalq); /* push to h/w */
1030 if (ret)
1031 goto err;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001032
Bob Copelanda951ae22010-01-20 23:51:04 -05001033 /* reconfigure cabq with ready time to 80% of beacon_interval */
1034 ret = ath5k_hw_get_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi);
1035 if (ret)
1036 goto err;
1037
1038 qi.tqi_ready_time = (sc->bintval * 80) / 100;
1039 ret = ath5k_hw_set_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi);
1040 if (ret)
1041 goto err;
1042
1043 ret = ath5k_hw_reset_tx_queue(ah, AR5K_TX_QUEUE_ID_CAB);
1044err:
1045 return ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001046}
1047
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001048/**
1049 * ath5k_drain_tx_buffs - Empty tx buffers
1050 *
1051 * @sc The &struct ath5k_softc
1052 *
1053 * Empty tx buffers from all queues in preparation
1054 * of a reset or during shutdown.
1055 *
1056 * NB: this assumes output has been stopped and
1057 * we do not need to block ath5k_tx_tasklet
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001058 */
1059static void
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001060ath5k_drain_tx_buffs(struct ath5k_softc *sc)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001061{
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001062 struct ath5k_txq *txq;
1063 struct ath5k_buf *bf, *bf0;
1064 int i;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001065
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001066 for (i = 0; i < ARRAY_SIZE(sc->txqs); i++) {
1067 if (sc->txqs[i].setup) {
1068 txq = &sc->txqs[i];
1069 spin_lock_bh(&txq->lock);
1070 list_for_each_entry_safe(bf, bf0, &txq->q, list) {
1071 ath5k_debug_printtxbuf(sc, bf);
1072
1073 ath5k_txbuf_free_skb(sc, bf);
1074
1075 spin_lock_bh(&sc->txbuflock);
1076 list_move_tail(&bf->list, &sc->txbuf);
1077 sc->txbuf_len++;
1078 txq->txq_len--;
1079 spin_unlock_bh(&sc->txbuflock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001080 }
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001081 txq->link = NULL;
1082 txq->txq_poll_mark = false;
1083 spin_unlock_bh(&txq->lock);
1084 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001085 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001086}
1087
1088static void
1089ath5k_txq_release(struct ath5k_softc *sc)
1090{
1091 struct ath5k_txq *txq = sc->txqs;
1092 unsigned int i;
1093
1094 for (i = 0; i < ARRAY_SIZE(sc->txqs); i++, txq++)
1095 if (txq->setup) {
1096 ath5k_hw_release_tx_queue(sc->ah, txq->qnum);
1097 txq->setup = false;
1098 }
1099}
1100
1101
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001102/*************\
1103* RX Handling *
1104\*************/
1105
1106/*
1107 * Enable the receive h/w following a reset.
1108 */
1109static int
1110ath5k_rx_start(struct ath5k_softc *sc)
1111{
1112 struct ath5k_hw *ah = sc->ah;
Luis R. Rodriguezdb719712009-09-10 11:20:57 -07001113 struct ath_common *common = ath5k_hw_common(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001114 struct ath5k_buf *bf;
1115 int ret;
1116
Nick Kossifidisb6127982010-08-15 13:03:11 -04001117 common->rx_bufsize = roundup(IEEE80211_MAX_FRAME_LEN, common->cachelsz);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001118
Luis R. Rodriguezcc861f72009-11-04 09:11:34 -08001119 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "cachelsz %u rx_bufsize %u\n",
1120 common->cachelsz, common->rx_bufsize);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001121
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001122 spin_lock_bh(&sc->rxbuflock);
Bob Copeland26925042009-04-15 07:57:36 -04001123 sc->rxlink = NULL;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001124 list_for_each_entry(bf, &sc->rxbuf, list) {
1125 ret = ath5k_rxbuf_setup(sc, bf);
1126 if (ret != 0) {
1127 spin_unlock_bh(&sc->rxbuflock);
1128 goto err;
1129 }
1130 }
1131 bf = list_first_entry(&sc->rxbuf, struct ath5k_buf, list);
Bob Copeland26925042009-04-15 07:57:36 -04001132 ath5k_hw_set_rxdp(ah, bf->daddr);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001133 spin_unlock_bh(&sc->rxbuflock);
1134
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001135 ath5k_hw_start_rx_dma(ah); /* enable recv descriptors */
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001136 ath5k_mode_setup(sc, NULL); /* set filters, etc. */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001137 ath5k_hw_start_rx_pcu(ah); /* re-enable PCU/DMA engine */
1138
1139 return 0;
1140err:
1141 return ret;
1142}
1143
1144/*
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001145 * Disable the receive logic on PCU (DRU)
1146 * In preparation for a shutdown.
1147 *
1148 * Note: Doesn't stop rx DMA, ath5k_hw_dma_stop
1149 * does.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001150 */
1151static void
1152ath5k_rx_stop(struct ath5k_softc *sc)
1153{
1154 struct ath5k_hw *ah = sc->ah;
1155
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001156 ath5k_hw_set_rx_filter(ah, 0); /* clear recv filter */
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001157 ath5k_hw_stop_rx_pcu(ah); /* disable PCU */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001158
1159 ath5k_debug_printrxbuffs(sc, ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001160}
1161
1162static unsigned int
Bruno Randolf8a89f062010-06-16 19:11:51 +09001163ath5k_rx_decrypted(struct ath5k_softc *sc, struct sk_buff *skb,
1164 struct ath5k_rx_status *rs)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001165{
Luis R. Rodriguezdc1e0012009-11-04 17:47:31 -08001166 struct ath5k_hw *ah = sc->ah;
1167 struct ath_common *common = ath5k_hw_common(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001168 struct ieee80211_hdr *hdr = (void *)skb->data;
Harvey Harrison798ee982008-07-15 18:44:02 -07001169 unsigned int keyix, hlen;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001170
Bruno Randolfb47f4072008-03-05 18:35:45 +09001171 if (!(rs->rs_status & AR5K_RXERR_DECRYPT) &&
1172 rs->rs_keyix != AR5K_RXKEYIX_INVALID)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001173 return RX_FLAG_DECRYPTED;
1174
1175 /* Apparently when a default key is used to decrypt the packet
1176 the hw does not set the index used to decrypt. In such cases
1177 get the index from the packet. */
Harvey Harrison798ee982008-07-15 18:44:02 -07001178 hlen = ieee80211_hdrlen(hdr->frame_control);
Harvey Harrison24b56e72008-06-14 23:33:38 -07001179 if (ieee80211_has_protected(hdr->frame_control) &&
1180 !(rs->rs_status & AR5K_RXERR_DECRYPT) &&
1181 skb->len >= hlen + 4) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001182 keyix = skb->data[hlen + 3] >> 6;
1183
Luis R. Rodriguezdc1e0012009-11-04 17:47:31 -08001184 if (test_bit(keyix, common->keymap))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001185 return RX_FLAG_DECRYPTED;
1186 }
1187
1188 return 0;
1189}
1190
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001191
1192static void
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001193ath5k_check_ibss_tsf(struct ath5k_softc *sc, struct sk_buff *skb,
1194 struct ieee80211_rx_status *rxs)
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001195{
Luis R. Rodriguez954fece2009-09-10 10:51:33 -07001196 struct ath_common *common = ath5k_hw_common(sc->ah);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001197 u64 tsf, bc_tstamp;
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001198 u32 hw_tu;
1199 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data;
1200
Harvey Harrison24b56e72008-06-14 23:33:38 -07001201 if (ieee80211_is_beacon(mgmt->frame_control) &&
Pavel Roskin38c07b42008-02-26 17:59:14 -05001202 le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS &&
Luis R. Rodriguez954fece2009-09-10 10:51:33 -07001203 memcmp(mgmt->bssid, common->curbssid, ETH_ALEN) == 0) {
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001204 /*
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001205 * Received an IBSS beacon with the same BSSID. Hardware *must*
1206 * have updated the local TSF. We have to work around various
1207 * hardware bugs, though...
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001208 */
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001209 tsf = ath5k_hw_get_tsf64(sc->ah);
1210 bc_tstamp = le64_to_cpu(mgmt->u.beacon.timestamp);
1211 hw_tu = TSF_TO_TU(tsf);
1212
1213 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
1214 "beacon %llx mactime %llx (diff %lld) tsf now %llx\n",
John W. Linville06501d22008-04-01 17:38:47 -04001215 (unsigned long long)bc_tstamp,
1216 (unsigned long long)rxs->mactime,
1217 (unsigned long long)(rxs->mactime - bc_tstamp),
1218 (unsigned long long)tsf);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001219
1220 /*
1221 * Sometimes the HW will give us a wrong tstamp in the rx
1222 * status, causing the timestamp extension to go wrong.
1223 * (This seems to happen especially with beacon frames bigger
1224 * than 78 byte (incl. FCS))
1225 * But we know that the receive timestamp must be later than the
1226 * timestamp of the beacon since HW must have synced to that.
1227 *
1228 * NOTE: here we assume mactime to be after the frame was
1229 * received, not like mac80211 which defines it at the start.
1230 */
1231 if (bc_tstamp > rxs->mactime) {
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001232 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001233 "fixing mactime from %llx to %llx\n",
John W. Linville06501d22008-04-01 17:38:47 -04001234 (unsigned long long)rxs->mactime,
1235 (unsigned long long)tsf);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001236 rxs->mactime = tsf;
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001237 }
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001238
1239 /*
1240 * Local TSF might have moved higher than our beacon timers,
1241 * in that case we have to update them to continue sending
1242 * beacons. This also takes care of synchronizing beacon sending
1243 * times with other stations.
1244 */
1245 if (hw_tu >= sc->nexttbtt)
1246 ath5k_beacon_update_timers(sc, bc_tstamp);
Bruno Randolf7f896122010-09-27 12:22:21 +09001247
1248 /* Check if the beacon timers are still correct, because a TSF
1249 * update might have created a window between them - for a
1250 * longer description see the comment of this function: */
1251 if (!ath5k_hw_check_beacon_timers(sc->ah, sc->bintval)) {
1252 ath5k_beacon_update_timers(sc, bc_tstamp);
1253 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
1254 "fixed beacon timers after beacon receive\n");
1255 }
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001256 }
1257}
1258
Bruno Randolfb4ea4492010-03-25 14:49:25 +09001259static void
1260ath5k_update_beacon_rssi(struct ath5k_softc *sc, struct sk_buff *skb, int rssi)
1261{
1262 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data;
1263 struct ath5k_hw *ah = sc->ah;
1264 struct ath_common *common = ath5k_hw_common(ah);
1265
1266 /* only beacons from our BSSID */
1267 if (!ieee80211_is_beacon(mgmt->frame_control) ||
1268 memcmp(mgmt->bssid, common->curbssid, ETH_ALEN) != 0)
1269 return;
1270
Bruno Randolfeef39be2010-11-16 10:58:43 +09001271 ewma_add(&ah->ah_beacon_rssi_avg, rssi);
Bruno Randolfb4ea4492010-03-25 14:49:25 +09001272
1273 /* in IBSS mode we should keep RSSI statistics per neighbour */
1274 /* le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS */
1275}
1276
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001277/*
Bob Copelanda180a132010-08-15 13:03:12 -04001278 * Compute padding position. skb must contain an IEEE 802.11 frame
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001279 */
1280static int ath5k_common_padpos(struct sk_buff *skb)
1281{
1282 struct ieee80211_hdr * hdr = (struct ieee80211_hdr *)skb->data;
1283 __le16 frame_control = hdr->frame_control;
1284 int padpos = 24;
1285
1286 if (ieee80211_has_a4(frame_control)) {
1287 padpos += ETH_ALEN;
1288 }
1289 if (ieee80211_is_data_qos(frame_control)) {
1290 padpos += IEEE80211_QOS_CTL_LEN;
1291 }
1292
1293 return padpos;
1294}
1295
1296/*
Bob Copelanda180a132010-08-15 13:03:12 -04001297 * This function expects an 802.11 frame and returns the number of
1298 * bytes added, or -1 if we don't have enough header room.
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001299 */
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001300static int ath5k_add_padding(struct sk_buff *skb)
1301{
1302 int padpos = ath5k_common_padpos(skb);
1303 int padsize = padpos & 3;
1304
1305 if (padsize && skb->len>padpos) {
1306
1307 if (skb_headroom(skb) < padsize)
1308 return -1;
1309
1310 skb_push(skb, padsize);
1311 memmove(skb->data, skb->data+padsize, padpos);
1312 return padsize;
1313 }
1314
1315 return 0;
1316}
1317
1318/*
Bob Copelanda180a132010-08-15 13:03:12 -04001319 * The MAC header is padded to have 32-bit boundary if the
1320 * packet payload is non-zero. The general calculation for
1321 * padsize would take into account odd header lengths:
1322 * padsize = 4 - (hdrlen & 3); however, since only
1323 * even-length headers are used, padding can only be 0 or 2
1324 * bytes and we can optimize this a bit. We must not try to
1325 * remove padding from short control frames that do not have a
1326 * payload.
1327 *
1328 * This function expects an 802.11 frame and returns the number of
1329 * bytes removed.
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001330 */
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001331static int ath5k_remove_padding(struct sk_buff *skb)
1332{
1333 int padpos = ath5k_common_padpos(skb);
1334 int padsize = padpos & 3;
1335
1336 if (padsize && skb->len>=padpos+padsize) {
1337 memmove(skb->data + padsize, skb->data, padpos);
1338 skb_pull(skb, padsize);
1339 return padsize;
1340 }
1341
1342 return 0;
1343}
1344
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001345static void
Bruno Randolf8a89f062010-06-16 19:11:51 +09001346ath5k_receive_frame(struct ath5k_softc *sc, struct sk_buff *skb,
1347 struct ath5k_rx_status *rs)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001348{
Bob Copeland1c5256b2009-08-24 23:00:32 -04001349 struct ieee80211_rx_status *rxs;
Bruno Randolf8a89f062010-06-16 19:11:51 +09001350
Bruno Randolf8a89f062010-06-16 19:11:51 +09001351 ath5k_remove_padding(skb);
1352
1353 rxs = IEEE80211_SKB_RXCB(skb);
1354
1355 rxs->flag = 0;
1356 if (unlikely(rs->rs_status & AR5K_RXERR_MIC))
1357 rxs->flag |= RX_FLAG_MMIC_ERROR;
1358
1359 /*
1360 * always extend the mac timestamp, since this information is
1361 * also needed for proper IBSS merging.
1362 *
1363 * XXX: it might be too late to do it here, since rs_tstamp is
1364 * 15bit only. that means TSF extension has to be done within
1365 * 32768usec (about 32ms). it might be necessary to move this to
1366 * the interrupt handler, like it is done in madwifi.
1367 *
1368 * Unfortunately we don't know when the hardware takes the rx
1369 * timestamp (beginning of phy frame, data frame, end of rx?).
1370 * The only thing we know is that it is hardware specific...
1371 * On AR5213 it seems the rx timestamp is at the end of the
1372 * frame, but i'm not sure.
1373 *
1374 * NOTE: mac80211 defines mactime at the beginning of the first
1375 * data symbol. Since we don't have any time references it's
1376 * impossible to comply to that. This affects IBSS merge only
1377 * right now, so it's not too bad...
1378 */
1379 rxs->mactime = ath5k_extend_tsf(sc->ah, rs->rs_tstamp);
1380 rxs->flag |= RX_FLAG_TSFT;
1381
1382 rxs->freq = sc->curchan->center_freq;
1383 rxs->band = sc->curband->band;
1384
1385 rxs->signal = sc->ah->ah_noise_floor + rs->rs_rssi;
1386
1387 rxs->antenna = rs->rs_antenna;
1388
1389 if (rs->rs_antenna > 0 && rs->rs_antenna < 5)
1390 sc->stats.antenna_rx[rs->rs_antenna]++;
1391 else
1392 sc->stats.antenna_rx[0]++; /* invalid */
1393
1394 rxs->rate_idx = ath5k_hw_to_driver_rix(sc, rs->rs_rate);
1395 rxs->flag |= ath5k_rx_decrypted(sc, skb, rs);
1396
1397 if (rxs->rate_idx >= 0 && rs->rs_rate ==
1398 sc->curband->bitrates[rxs->rate_idx].hw_value_short)
1399 rxs->flag |= RX_FLAG_SHORTPRE;
1400
1401 ath5k_debug_dump_skb(sc, skb, "RX ", 0);
1402
1403 ath5k_update_beacon_rssi(sc, skb, rs->rs_rssi);
1404
1405 /* check beacons in IBSS mode */
1406 if (sc->opmode == NL80211_IFTYPE_ADHOC)
1407 ath5k_check_ibss_tsf(sc, skb, rxs);
1408
1409 ieee80211_rx(sc->hw, skb);
1410}
1411
Bruno Randolf02a78b42010-06-16 19:11:56 +09001412/** ath5k_frame_receive_ok() - Do we want to receive this frame or not?
1413 *
1414 * Check if we want to further process this frame or not. Also update
1415 * statistics. Return true if we want this frame, false if not.
1416 */
1417static bool
1418ath5k_receive_frame_ok(struct ath5k_softc *sc, struct ath5k_rx_status *rs)
1419{
1420 sc->stats.rx_all_count++;
Ben Greearb72acdd2010-10-01 10:54:04 -07001421 sc->stats.rx_bytes_count += rs->rs_datalen;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001422
1423 if (unlikely(rs->rs_status)) {
1424 if (rs->rs_status & AR5K_RXERR_CRC)
1425 sc->stats.rxerr_crc++;
1426 if (rs->rs_status & AR5K_RXERR_FIFO)
1427 sc->stats.rxerr_fifo++;
1428 if (rs->rs_status & AR5K_RXERR_PHY) {
1429 sc->stats.rxerr_phy++;
1430 if (rs->rs_phyerr > 0 && rs->rs_phyerr < 32)
1431 sc->stats.rxerr_phy_code[rs->rs_phyerr]++;
1432 return false;
1433 }
1434 if (rs->rs_status & AR5K_RXERR_DECRYPT) {
1435 /*
1436 * Decrypt error. If the error occurred
1437 * because there was no hardware key, then
1438 * let the frame through so the upper layers
1439 * can process it. This is necessary for 5210
1440 * parts which have no way to setup a ``clear''
1441 * key cache entry.
1442 *
1443 * XXX do key cache faulting
1444 */
1445 sc->stats.rxerr_decrypt++;
1446 if (rs->rs_keyix == AR5K_RXKEYIX_INVALID &&
1447 !(rs->rs_status & AR5K_RXERR_CRC))
1448 return true;
1449 }
1450 if (rs->rs_status & AR5K_RXERR_MIC) {
1451 sc->stats.rxerr_mic++;
1452 return true;
1453 }
1454
Bob Copeland23538c22010-08-15 13:03:13 -04001455 /* reject any frames with non-crypto errors */
1456 if (rs->rs_status & ~(AR5K_RXERR_DECRYPT))
Bruno Randolf02a78b42010-06-16 19:11:56 +09001457 return false;
1458 }
1459
1460 if (unlikely(rs->rs_more)) {
1461 sc->stats.rxerr_jumbo++;
1462 return false;
1463 }
1464 return true;
1465}
1466
Bruno Randolf8a89f062010-06-16 19:11:51 +09001467static void
1468ath5k_tasklet_rx(unsigned long data)
1469{
Bruno Randolfb47f4072008-03-05 18:35:45 +09001470 struct ath5k_rx_status rs = {};
Bob Copelandb6ea0352009-01-10 14:42:54 -05001471 struct sk_buff *skb, *next_skb;
1472 dma_addr_t next_skb_addr;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001473 struct ath5k_softc *sc = (void *)data;
Luis R. Rodriguezcc861f72009-11-04 09:11:34 -08001474 struct ath5k_hw *ah = sc->ah;
1475 struct ath_common *common = ath5k_hw_common(ah);
Bob Copelandc57ca812009-04-15 07:57:35 -04001476 struct ath5k_buf *bf;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001477 struct ath5k_desc *ds;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001478 int ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001479
1480 spin_lock(&sc->rxbuflock);
Jiri Slaby3a0f2c82008-07-15 17:44:18 +02001481 if (list_empty(&sc->rxbuf)) {
1482 ATH5K_WARN(sc, "empty rx buf pool\n");
1483 goto unlock;
1484 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001485 do {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001486 bf = list_first_entry(&sc->rxbuf, struct ath5k_buf, list);
1487 BUG_ON(bf->skb == NULL);
1488 skb = bf->skb;
1489 ds = bf->desc;
1490
Bob Copelandc57ca812009-04-15 07:57:35 -04001491 /* bail if HW is still using self-linked descriptor */
1492 if (ath5k_hw_get_rxdp(sc->ah) == bf->daddr)
1493 break;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001494
Bruno Randolfb47f4072008-03-05 18:35:45 +09001495 ret = sc->ah->ah_proc_rx_desc(sc->ah, ds, &rs);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001496 if (unlikely(ret == -EINPROGRESS))
1497 break;
1498 else if (unlikely(ret)) {
1499 ATH5K_ERR(sc, "error in processing rx descriptor\n");
Bruno Randolf76443952010-03-09 16:56:00 +09001500 sc->stats.rxerr_proc++;
Bruno Randolfb16062f2010-06-16 19:11:46 +09001501 break;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001502 }
1503
Bruno Randolf02a78b42010-06-16 19:11:56 +09001504 if (ath5k_receive_frame_ok(sc, &rs)) {
1505 next_skb = ath5k_rx_skb_alloc(sc, &next_skb_addr);
Bruno Randolf76443952010-03-09 16:56:00 +09001506
Bruno Randolf02a78b42010-06-16 19:11:56 +09001507 /*
1508 * If we can't replace bf->skb with a new skb under
1509 * memory pressure, just skip this packet
1510 */
1511 if (!next_skb)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001512 goto next;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001513
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001514 dma_unmap_single(sc->dev, bf->skbaddr,
Bruno Randolf02a78b42010-06-16 19:11:56 +09001515 common->rx_bufsize,
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001516 DMA_FROM_DEVICE);
Bruno Randolf02a78b42010-06-16 19:11:56 +09001517
1518 skb_put(skb, rs.rs_datalen);
1519
1520 ath5k_receive_frame(sc, skb, &rs);
1521
1522 bf->skb = next_skb;
1523 bf->skbaddr = next_skb_addr;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001524 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001525next:
1526 list_move_tail(&bf->list, &sc->rxbuf);
1527 } while (ath5k_rxbuf_setup(sc, bf) == 0);
Jiri Slaby3a0f2c82008-07-15 17:44:18 +02001528unlock:
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001529 spin_unlock(&sc->rxbuflock);
1530}
1531
1532
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001533/*************\
1534* TX Handling *
1535\*************/
1536
Bob Copeland8a63fac2010-09-17 12:45:07 +09001537static int ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb,
1538 struct ath5k_txq *txq)
1539{
1540 struct ath5k_softc *sc = hw->priv;
1541 struct ath5k_buf *bf;
1542 unsigned long flags;
1543 int padsize;
1544
1545 ath5k_debug_dump_skb(sc, skb, "TX ", 1);
1546
1547 /*
1548 * The hardware expects the header padded to 4 byte boundaries.
1549 * If this is not the case, we add the padding after the header.
1550 */
1551 padsize = ath5k_add_padding(skb);
1552 if (padsize < 0) {
1553 ATH5K_ERR(sc, "tx hdrlen not %%4: not enough"
1554 " headroom to pad");
1555 goto drop_packet;
1556 }
1557
Bruno Randolf925e0b02010-09-17 11:36:35 +09001558 if (txq->txq_len >= ATH5K_TXQ_LEN_MAX)
1559 ieee80211_stop_queue(hw, txq->qnum);
1560
Bob Copeland8a63fac2010-09-17 12:45:07 +09001561 spin_lock_irqsave(&sc->txbuflock, flags);
1562 if (list_empty(&sc->txbuf)) {
1563 ATH5K_ERR(sc, "no further txbuf available, dropping packet\n");
1564 spin_unlock_irqrestore(&sc->txbuflock, flags);
Bruno Randolf651d9372010-09-17 11:36:46 +09001565 ieee80211_stop_queues(hw);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001566 goto drop_packet;
1567 }
1568 bf = list_first_entry(&sc->txbuf, struct ath5k_buf, list);
1569 list_del(&bf->list);
1570 sc->txbuf_len--;
1571 if (list_empty(&sc->txbuf))
1572 ieee80211_stop_queues(hw);
1573 spin_unlock_irqrestore(&sc->txbuflock, flags);
1574
1575 bf->skb = skb;
1576
1577 if (ath5k_txbuf_setup(sc, bf, txq, padsize)) {
1578 bf->skb = NULL;
1579 spin_lock_irqsave(&sc->txbuflock, flags);
1580 list_add_tail(&bf->list, &sc->txbuf);
1581 sc->txbuf_len++;
1582 spin_unlock_irqrestore(&sc->txbuflock, flags);
1583 goto drop_packet;
1584 }
1585 return NETDEV_TX_OK;
1586
1587drop_packet:
1588 dev_kfree_skb_any(skb);
1589 return NETDEV_TX_OK;
1590}
1591
Bruno Randolf14404012010-09-17 11:36:51 +09001592static void
1593ath5k_tx_frame_completed(struct ath5k_softc *sc, struct sk_buff *skb,
1594 struct ath5k_tx_status *ts)
1595{
1596 struct ieee80211_tx_info *info;
1597 int i;
1598
1599 sc->stats.tx_all_count++;
Ben Greearb72acdd2010-10-01 10:54:04 -07001600 sc->stats.tx_bytes_count += skb->len;
Bruno Randolf14404012010-09-17 11:36:51 +09001601 info = IEEE80211_SKB_CB(skb);
1602
1603 ieee80211_tx_info_clear_status(info);
1604 for (i = 0; i < 4; i++) {
1605 struct ieee80211_tx_rate *r =
1606 &info->status.rates[i];
1607
1608 if (ts->ts_rate[i]) {
1609 r->idx = ath5k_hw_to_driver_rix(sc, ts->ts_rate[i]);
1610 r->count = ts->ts_retry[i];
1611 } else {
1612 r->idx = -1;
1613 r->count = 0;
1614 }
1615 }
1616
1617 /* count the successful attempt as well */
1618 info->status.rates[ts->ts_final_idx].count++;
1619
1620 if (unlikely(ts->ts_status)) {
1621 sc->stats.ack_fail++;
1622 if (ts->ts_status & AR5K_TXERR_FILT) {
1623 info->flags |= IEEE80211_TX_STAT_TX_FILTERED;
1624 sc->stats.txerr_filt++;
1625 }
1626 if (ts->ts_status & AR5K_TXERR_XRETRY)
1627 sc->stats.txerr_retry++;
1628 if (ts->ts_status & AR5K_TXERR_FIFO)
1629 sc->stats.txerr_fifo++;
1630 } else {
1631 info->flags |= IEEE80211_TX_STAT_ACK;
1632 info->status.ack_signal = ts->ts_rssi;
1633 }
1634
1635 /*
1636 * Remove MAC header padding before giving the frame
1637 * back to mac80211.
1638 */
1639 ath5k_remove_padding(skb);
1640
1641 if (ts->ts_antenna > 0 && ts->ts_antenna < 5)
1642 sc->stats.antenna_tx[ts->ts_antenna]++;
1643 else
1644 sc->stats.antenna_tx[0]++; /* invalid */
1645
1646 ieee80211_tx_status(sc->hw, skb);
1647}
Bob Copeland8a63fac2010-09-17 12:45:07 +09001648
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001649static void
1650ath5k_tx_processq(struct ath5k_softc *sc, struct ath5k_txq *txq)
1651{
Bruno Randolfb47f4072008-03-05 18:35:45 +09001652 struct ath5k_tx_status ts = {};
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001653 struct ath5k_buf *bf, *bf0;
1654 struct ath5k_desc *ds;
1655 struct sk_buff *skb;
Bruno Randolf14404012010-09-17 11:36:51 +09001656 int ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001657
1658 spin_lock(&txq->lock);
1659 list_for_each_entry_safe(bf, bf0, &txq->q, list) {
Bruno Randolf23413292010-09-17 11:37:07 +09001660
1661 txq->txq_poll_mark = false;
1662
1663 /* skb might already have been processed last time. */
1664 if (bf->skb != NULL) {
1665 ds = bf->desc;
1666
1667 ret = sc->ah->ah_proc_tx_desc(sc->ah, ds, &ts);
1668 if (unlikely(ret == -EINPROGRESS))
1669 break;
1670 else if (unlikely(ret)) {
1671 ATH5K_ERR(sc,
1672 "error %d while processing "
1673 "queue %u\n", ret, txq->qnum);
1674 break;
1675 }
1676
1677 skb = bf->skb;
1678 bf->skb = NULL;
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001679
1680 dma_unmap_single(sc->dev, bf->skbaddr, skb->len,
1681 DMA_TO_DEVICE);
Bruno Randolf23413292010-09-17 11:37:07 +09001682 ath5k_tx_frame_completed(sc, skb, &ts);
1683 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001684
Bob Copelanda05988b2010-04-07 23:55:58 -04001685 /*
1686 * It's possible that the hardware can say the buffer is
1687 * completed when it hasn't yet loaded the ds_link from
Bruno Randolf23413292010-09-17 11:37:07 +09001688 * host memory and moved on.
1689 * Always keep the last descriptor to avoid HW races...
Bob Copelanda05988b2010-04-07 23:55:58 -04001690 */
Bruno Randolf23413292010-09-17 11:37:07 +09001691 if (ath5k_hw_get_txdp(sc->ah, txq->qnum) != bf->daddr) {
1692 spin_lock(&sc->txbuflock);
1693 list_move_tail(&bf->list, &sc->txbuf);
1694 sc->txbuf_len++;
1695 txq->txq_len--;
1696 spin_unlock(&sc->txbuflock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001697 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001698 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001699 spin_unlock(&txq->lock);
Bruno Randolf4198a8d2010-10-05 13:27:17 +09001700 if (txq->txq_len < ATH5K_TXQ_LEN_LOW && txq->qnum < 4)
Bruno Randolf925e0b02010-09-17 11:36:35 +09001701 ieee80211_wake_queue(sc->hw, txq->qnum);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001702}
1703
1704static void
1705ath5k_tasklet_tx(unsigned long data)
1706{
Bob Copeland8784d2e2009-07-29 17:32:28 -04001707 int i;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001708 struct ath5k_softc *sc = (void *)data;
1709
Bob Copeland8784d2e2009-07-29 17:32:28 -04001710 for (i=0; i < AR5K_NUM_TX_QUEUES; i++)
1711 if (sc->txqs[i].setup && (sc->ah->ah_txq_isr & BIT(i)))
1712 ath5k_tx_processq(sc, &sc->txqs[i]);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001713}
1714
1715
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001716/*****************\
1717* Beacon handling *
1718\*****************/
1719
1720/*
1721 * Setup the beacon frame for transmit.
1722 */
1723static int
Johannes Berge039fa42008-05-15 12:55:29 +02001724ath5k_beacon_setup(struct ath5k_softc *sc, struct ath5k_buf *bf)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001725{
1726 struct sk_buff *skb = bf->skb;
Johannes Berga888d522008-05-26 16:43:39 +02001727 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001728 struct ath5k_hw *ah = sc->ah;
1729 struct ath5k_desc *ds;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001730 int ret = 0;
1731 u8 antenna;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001732 u32 flags;
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001733 const int padsize = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001734
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001735 bf->skbaddr = dma_map_single(sc->dev, skb->data, skb->len,
1736 DMA_TO_DEVICE);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001737 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, "skb %p [data %p len %u] "
1738 "skbaddr %llx\n", skb, skb->data, skb->len,
1739 (unsigned long long)bf->skbaddr);
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001740
1741 if (dma_mapping_error(sc->dev, bf->skbaddr)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001742 ATH5K_ERR(sc, "beacon DMA mapping failed\n");
1743 return -EIO;
1744 }
1745
1746 ds = bf->desc;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001747 antenna = ah->ah_tx_ant;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001748
1749 flags = AR5K_TXDESC_NOACK;
Johannes Berg05c914f2008-09-11 00:01:58 +02001750 if (sc->opmode == NL80211_IFTYPE_ADHOC && ath5k_hw_hasveol(ah)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001751 ds->ds_link = bf->daddr; /* self-linked */
1752 flags |= AR5K_TXDESC_VEOL;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001753 } else
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001754 ds->ds_link = 0;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001755
1756 /*
1757 * If we use multiple antennas on AP and use
1758 * the Sectored AP scenario, switch antenna every
1759 * 4 beacons to make sure everybody hears our AP.
1760 * When a client tries to associate, hw will keep
1761 * track of the tx antenna to be used for this client
1762 * automaticaly, based on ACKed packets.
1763 *
1764 * Note: AP still listens and transmits RTS on the
1765 * default antenna which is supposed to be an omni.
1766 *
1767 * Note2: On sectored scenarios it's possible to have
Bob Copelanda180a132010-08-15 13:03:12 -04001768 * multiple antennas (1 omni -- the default -- and 14
1769 * sectors), so if we choose to actually support this
1770 * mode, we need to allow the user to set how many antennas
1771 * we have and tweak the code below to send beacons
1772 * on all of them.
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001773 */
1774 if (ah->ah_ant_mode == AR5K_ANTMODE_SECTOR_AP)
1775 antenna = sc->bsent & 4 ? 2 : 1;
1776
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001777
Nick Kossifidis8f655dd2009-03-15 22:20:35 +02001778 /* FIXME: If we are in g mode and rate is a CCK rate
1779 * subtract ah->ah_txpower.txp_cck_ofdm_pwr_delta
1780 * from tx power (value is in dB units already) */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001781 ds->ds_data = bf->skbaddr;
Bruno Randolf281c56d2008-02-05 18:44:55 +09001782 ret = ah->ah_setup_tx_desc(ah, ds, skb->len,
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001783 ieee80211_get_hdrlen_from_skb(skb), padsize,
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05001784 AR5K_PKT_TYPE_BEACON, (sc->power_level * 2),
Johannes Berge039fa42008-05-15 12:55:29 +02001785 ieee80211_get_tx_rate(sc->hw, info)->hw_value,
Johannes Berg2e92e6f2008-05-15 12:55:27 +02001786 1, AR5K_TXKEYIX_INVALID,
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05001787 antenna, flags, 0, 0);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001788 if (ret)
1789 goto err_unmap;
1790
1791 return 0;
1792err_unmap:
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001793 dma_unmap_single(sc->dev, bf->skbaddr, skb->len, DMA_TO_DEVICE);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001794 return ret;
1795}
1796
1797/*
Bob Copeland8a63fac2010-09-17 12:45:07 +09001798 * Updates the beacon that is sent by ath5k_beacon_send. For adhoc,
1799 * this is called only once at config_bss time, for AP we do it every
1800 * SWBA interrupt so that the TIM will reflect buffered frames.
1801 *
1802 * Called with the beacon lock.
1803 */
1804static int
1805ath5k_beacon_update(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
1806{
1807 int ret;
1808 struct ath5k_softc *sc = hw->priv;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001809 struct ath5k_vif *avf = (void *)vif->drv_priv;
Bob Copeland8a63fac2010-09-17 12:45:07 +09001810 struct sk_buff *skb;
1811
1812 if (WARN_ON(!vif)) {
1813 ret = -EINVAL;
1814 goto out;
1815 }
1816
1817 skb = ieee80211_beacon_get(hw, vif);
1818
1819 if (!skb) {
1820 ret = -ENOMEM;
1821 goto out;
1822 }
1823
1824 ath5k_debug_dump_skb(sc, skb, "BC ", 1);
1825
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001826 ath5k_txbuf_free_skb(sc, avf->bbuf);
1827 avf->bbuf->skb = skb;
1828 ret = ath5k_beacon_setup(sc, avf->bbuf);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001829 if (ret)
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001830 avf->bbuf->skb = NULL;
Bob Copeland8a63fac2010-09-17 12:45:07 +09001831out:
1832 return ret;
1833}
1834
1835/*
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001836 * Transmit a beacon frame at SWBA. Dynamic updates to the
1837 * frame contents are done as needed and the slot time is
1838 * also adjusted based on current state.
1839 *
Bob Copeland5faaff72010-07-13 11:32:40 -04001840 * This is called from software irq context (beacontq tasklets)
1841 * or user context from ath5k_beacon_config.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001842 */
1843static void
1844ath5k_beacon_send(struct ath5k_softc *sc)
1845{
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001846 struct ath5k_hw *ah = sc->ah;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001847 struct ieee80211_vif *vif;
1848 struct ath5k_vif *avf;
1849 struct ath5k_buf *bf;
Bob Copelandcec8db22009-07-04 12:59:51 -04001850 struct sk_buff *skb;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001851
Bruno Randolfbe9b7252008-01-23 10:27:51 +09001852 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, "in beacon_send\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001853
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001854 /*
1855 * Check if the previous beacon has gone out. If
Bob Copelanda180a132010-08-15 13:03:12 -04001856 * not, don't don't try to post another: skip this
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001857 * period and wait for the next. Missed beacons
1858 * indicate a problem and should not occur. If we
1859 * miss too many consecutive beacons reset the device.
1860 */
1861 if (unlikely(ath5k_hw_num_tx_pending(ah, sc->bhalq) != 0)) {
1862 sc->bmisscount++;
Bruno Randolfbe9b7252008-01-23 10:27:51 +09001863 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001864 "missed %u consecutive beacons\n", sc->bmisscount);
Nick Kossifidis428cbd42009-04-30 15:55:47 -04001865 if (sc->bmisscount > 10) { /* NB: 10 is a guess */
Bruno Randolfbe9b7252008-01-23 10:27:51 +09001866 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001867 "stuck beacon time (%u missed)\n",
1868 sc->bmisscount);
Bruno Randolf8d67a032010-06-16 19:11:12 +09001869 ATH5K_DBG(sc, ATH5K_DEBUG_RESET,
1870 "stuck beacon, resetting\n");
Bob Copeland5faaff72010-07-13 11:32:40 -04001871 ieee80211_queue_work(sc->hw, &sc->reset_work);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001872 }
1873 return;
1874 }
1875 if (unlikely(sc->bmisscount != 0)) {
Bruno Randolfbe9b7252008-01-23 10:27:51 +09001876 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001877 "resume beacon xmit after %u misses\n",
1878 sc->bmisscount);
1879 sc->bmisscount = 0;
1880 }
1881
Javier Cardonab93996c2010-12-07 13:37:56 -08001882 if ((sc->opmode == NL80211_IFTYPE_AP && sc->num_ap_vifs > 1) ||
1883 sc->opmode == NL80211_IFTYPE_MESH_POINT) {
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001884 u64 tsf = ath5k_hw_get_tsf64(ah);
1885 u32 tsftu = TSF_TO_TU(tsf);
1886 int slot = ((tsftu % sc->bintval) * ATH_BCBUF) / sc->bintval;
1887 vif = sc->bslot[(slot + 1) % ATH_BCBUF];
1888 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
1889 "tsf %llx tsftu %x intval %u slot %u vif %p\n",
1890 (unsigned long long)tsf, tsftu, sc->bintval, slot, vif);
1891 } else /* only one interface */
1892 vif = sc->bslot[0];
1893
1894 if (!vif)
1895 return;
1896
1897 avf = (void *)vif->drv_priv;
1898 bf = avf->bbuf;
1899 if (unlikely(bf->skb == NULL || sc->opmode == NL80211_IFTYPE_STATION ||
1900 sc->opmode == NL80211_IFTYPE_MONITOR)) {
1901 ATH5K_WARN(sc, "bf=%p bf_skb=%p\n", bf, bf ? bf->skb : NULL);
1902 return;
1903 }
1904
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001905 /*
1906 * Stop any current dma and put the new frame on the queue.
1907 * This should never fail since we check above that no frames
1908 * are still pending on the queue.
1909 */
Nick Kossifidis14fae2d2010-11-23 20:55:17 +02001910 if (unlikely(ath5k_hw_stop_beacon_queue(ah, sc->bhalq))) {
Nick Kossifidis428cbd42009-04-30 15:55:47 -04001911 ATH5K_WARN(sc, "beacon queue %u didn't start/stop ?\n", sc->bhalq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001912 /* NB: hw still stops DMA, so proceed */
1913 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001914
Javier Cardonad82b5772010-12-07 13:35:55 -08001915 /* refresh the beacon for AP or MESH mode */
1916 if (sc->opmode == NL80211_IFTYPE_AP ||
1917 sc->opmode == NL80211_IFTYPE_MESH_POINT)
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001918 ath5k_beacon_update(sc->hw, vif);
Bob Copeland1071db82009-05-18 10:59:52 -04001919
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001920 ath5k_hw_set_txdp(ah, sc->bhalq, bf->daddr);
1921 ath5k_hw_start_tx_dma(ah, sc->bhalq);
Bruno Randolfbe9b7252008-01-23 10:27:51 +09001922 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, "TXDP[%u] = %llx (%p)\n",
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001923 sc->bhalq, (unsigned long long)bf->daddr, bf->desc);
1924
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001925 skb = ieee80211_get_buffered_bc(sc->hw, vif);
Bob Copelandcec8db22009-07-04 12:59:51 -04001926 while (skb) {
1927 ath5k_tx_queue(sc->hw, skb, sc->cabq);
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001928 skb = ieee80211_get_buffered_bc(sc->hw, vif);
Bob Copelandcec8db22009-07-04 12:59:51 -04001929 }
1930
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001931 sc->bsent++;
1932}
1933
Bruno Randolf9804b982008-01-19 18:17:59 +09001934/**
1935 * ath5k_beacon_update_timers - update beacon timers
1936 *
1937 * @sc: struct ath5k_softc pointer we are operating on
1938 * @bc_tsf: the timestamp of the beacon. 0 to reset the TSF. -1 to perform a
1939 * beacon timer update based on the current HW TSF.
1940 *
1941 * Calculate the next target beacon transmit time (TBTT) based on the timestamp
1942 * of a received beacon or the current local hardware TSF and write it to the
1943 * beacon timer registers.
1944 *
1945 * This is called in a variety of situations, e.g. when a beacon is received,
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001946 * when a TSF update has been detected, but also when an new IBSS is created or
Bruno Randolf9804b982008-01-19 18:17:59 +09001947 * when we otherwise know we have to update the timers, but we keep it in this
1948 * function to have it all together in one place.
1949 */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001950static void
Bruno Randolf9804b982008-01-19 18:17:59 +09001951ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001952{
1953 struct ath5k_hw *ah = sc->ah;
Bruno Randolf9804b982008-01-19 18:17:59 +09001954 u32 nexttbtt, intval, hw_tu, bc_tu;
1955 u64 hw_tsf;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001956
1957 intval = sc->bintval & AR5K_BEACON_PERIOD;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001958 if (sc->opmode == NL80211_IFTYPE_AP && sc->num_ap_vifs > 1) {
1959 intval /= ATH_BCBUF; /* staggered multi-bss beacons */
1960 if (intval < 15)
1961 ATH5K_WARN(sc, "intval %u is too low, min 15\n",
1962 intval);
1963 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001964 if (WARN_ON(!intval))
1965 return;
1966
Bruno Randolf9804b982008-01-19 18:17:59 +09001967 /* beacon TSF converted to TU */
1968 bc_tu = TSF_TO_TU(bc_tsf);
1969
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001970 /* current TSF converted to TU */
Bruno Randolf9804b982008-01-19 18:17:59 +09001971 hw_tsf = ath5k_hw_get_tsf64(ah);
1972 hw_tu = TSF_TO_TU(hw_tsf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001973
Bruno Randolf11f21df2010-09-27 12:22:26 +09001974#define FUDGE AR5K_TUNE_SW_BEACON_RESP + 3
1975 /* We use FUDGE to make sure the next TBTT is ahead of the current TU.
1976 * Since we later substract AR5K_TUNE_SW_BEACON_RESP (10) in the timer
1977 * configuration we need to make sure it is bigger than that. */
1978
Bruno Randolf9804b982008-01-19 18:17:59 +09001979 if (bc_tsf == -1) {
1980 /*
1981 * no beacons received, called internally.
1982 * just need to refresh timers based on HW TSF.
1983 */
1984 nexttbtt = roundup(hw_tu + FUDGE, intval);
1985 } else if (bc_tsf == 0) {
1986 /*
1987 * no beacon received, probably called by ath5k_reset_tsf().
1988 * reset TSF to start with 0.
1989 */
1990 nexttbtt = intval;
1991 intval |= AR5K_BEACON_RESET_TSF;
1992 } else if (bc_tsf > hw_tsf) {
1993 /*
1994 * beacon received, SW merge happend but HW TSF not yet updated.
1995 * not possible to reconfigure timers yet, but next time we
1996 * receive a beacon with the same BSSID, the hardware will
1997 * automatically update the TSF and then we need to reconfigure
1998 * the timers.
1999 */
2000 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
2001 "need to wait for HW TSF sync\n");
2002 return;
2003 } else {
2004 /*
2005 * most important case for beacon synchronization between STA.
2006 *
2007 * beacon received and HW TSF has been already updated by HW.
2008 * update next TBTT based on the TSF of the beacon, but make
2009 * sure it is ahead of our local TSF timer.
2010 */
2011 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval);
2012 }
2013#undef FUDGE
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002014
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002015 sc->nexttbtt = nexttbtt;
2016
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002017 intval |= AR5K_BEACON_ENA;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002018 ath5k_hw_init_beacon(ah, nexttbtt, intval);
Bruno Randolf9804b982008-01-19 18:17:59 +09002019
2020 /*
2021 * debugging output last in order to preserve the time critical aspect
2022 * of this function
2023 */
2024 if (bc_tsf == -1)
2025 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
2026 "reconfigured timers based on HW TSF\n");
2027 else if (bc_tsf == 0)
2028 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
2029 "reset HW TSF and timers\n");
2030 else
2031 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
2032 "updated timers based on beacon TSF\n");
2033
2034 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
David Miller04f93a82008-02-15 16:08:59 -08002035 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n",
2036 (unsigned long long) bc_tsf,
2037 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt);
Bruno Randolf9804b982008-01-19 18:17:59 +09002038 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, "intval %u %s %s\n",
2039 intval & AR5K_BEACON_PERIOD,
2040 intval & AR5K_BEACON_ENA ? "AR5K_BEACON_ENA" : "",
2041 intval & AR5K_BEACON_RESET_TSF ? "AR5K_BEACON_RESET_TSF" : "");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002042}
2043
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002044/**
2045 * ath5k_beacon_config - Configure the beacon queues and interrupts
2046 *
2047 * @sc: struct ath5k_softc pointer we are operating on
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002048 *
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002049 * In IBSS mode we use a self-linked tx descriptor if possible. We enable SWBA
Bruno Randolf6ba81c22008-03-05 18:36:26 +09002050 * interrupts to detect TSF updates only.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002051 */
2052static void
2053ath5k_beacon_config(struct ath5k_softc *sc)
2054{
2055 struct ath5k_hw *ah = sc->ah;
Bob Copelandb5f03952009-02-15 12:06:10 -05002056 unsigned long flags;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002057
Bob Copeland21800492009-07-04 12:59:52 -04002058 spin_lock_irqsave(&sc->block, flags);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002059 sc->bmisscount = 0;
Jiri Slabydc1968e2008-07-23 13:17:34 +02002060 sc->imask &= ~(AR5K_INT_BMISS | AR5K_INT_SWBA);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002061
Bob Copeland21800492009-07-04 12:59:52 -04002062 if (sc->enable_beacon) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002063 /*
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002064 * In IBSS mode we use a self-linked tx descriptor and let the
2065 * hardware send the beacons automatically. We have to load it
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002066 * only once here.
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002067 * We use the SWBA interrupt only to keep track of the beacon
Bruno Randolf6ba81c22008-03-05 18:36:26 +09002068 * timers in order to detect automatic TSF updates.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002069 */
2070 ath5k_beaconq_config(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002071
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002072 sc->imask |= AR5K_INT_SWBA;
2073
Jiri Slabyda966bc2008-10-12 22:54:10 +02002074 if (sc->opmode == NL80211_IFTYPE_ADHOC) {
Bob Copeland21800492009-07-04 12:59:52 -04002075 if (ath5k_hw_hasveol(ah))
Jiri Slabyda966bc2008-10-12 22:54:10 +02002076 ath5k_beacon_send(sc);
Jiri Slabyda966bc2008-10-12 22:54:10 +02002077 } else
2078 ath5k_beacon_update_timers(sc, -1);
Bob Copeland21800492009-07-04 12:59:52 -04002079 } else {
Nick Kossifidis14fae2d2010-11-23 20:55:17 +02002080 ath5k_hw_stop_beacon_queue(sc->ah, sc->bhalq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002081 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002082
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03002083 ath5k_hw_set_imr(ah, sc->imask);
Bob Copeland21800492009-07-04 12:59:52 -04002084 mmiowb();
2085 spin_unlock_irqrestore(&sc->block, flags);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002086}
2087
Nick Kossifidis428cbd42009-04-30 15:55:47 -04002088static void ath5k_tasklet_beacon(unsigned long data)
2089{
2090 struct ath5k_softc *sc = (struct ath5k_softc *) data;
2091
2092 /*
2093 * Software beacon alert--time to send a beacon.
2094 *
2095 * In IBSS mode we use this interrupt just to
2096 * keep track of the next TBTT (target beacon
2097 * transmission time) in order to detect wether
2098 * automatic TSF updates happened.
2099 */
2100 if (sc->opmode == NL80211_IFTYPE_ADHOC) {
2101 /* XXX: only if VEOL suppported */
2102 u64 tsf = ath5k_hw_get_tsf64(sc->ah);
2103 sc->nexttbtt += sc->bintval;
2104 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
2105 "SWBA nexttbtt: %x hw_tu: %x "
2106 "TSF: %llx\n",
2107 sc->nexttbtt,
2108 TSF_TO_TU(tsf),
2109 (unsigned long long) tsf);
2110 } else {
2111 spin_lock(&sc->block);
2112 ath5k_beacon_send(sc);
2113 spin_unlock(&sc->block);
2114 }
2115}
2116
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002117
2118/********************\
2119* Interrupt handling *
2120\********************/
2121
Bruno Randolf6a8a3f62010-03-25 14:49:19 +09002122static void
2123ath5k_intr_calibration_poll(struct ath5k_hw *ah)
2124{
Bruno Randolf2111ac02010-04-02 18:44:08 +09002125 if (time_is_before_eq_jiffies(ah->ah_cal_next_ani) &&
2126 !(ah->ah_cal_mask & AR5K_CALIBRATION_FULL)) {
2127 /* run ANI only when full calibration is not active */
2128 ah->ah_cal_next_ani = jiffies +
2129 msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_ANI);
2130 tasklet_schedule(&ah->ah_sc->ani_tasklet);
2131
2132 } else if (time_is_before_eq_jiffies(ah->ah_cal_next_full)) {
Bruno Randolf6a8a3f62010-03-25 14:49:19 +09002133 ah->ah_cal_next_full = jiffies +
2134 msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_FULL);
2135 tasklet_schedule(&ah->ah_sc->calib);
2136 }
2137 /* we could use SWI to generate enough interrupts to meet our
2138 * calibration interval requirements, if necessary:
2139 * AR5K_REG_ENABLE_BITS(ah, AR5K_CR, AR5K_CR_SWI); */
2140}
2141
Felix Fietkau132b1c32010-12-02 10:26:56 +01002142irqreturn_t
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002143ath5k_intr(int irq, void *dev_id)
2144{
2145 struct ath5k_softc *sc = dev_id;
2146 struct ath5k_hw *ah = sc->ah;
2147 enum ath5k_int status;
2148 unsigned int counter = 1000;
2149
2150 if (unlikely(test_bit(ATH_STAT_INVALID, sc->status) ||
Felix Fietkau4cebb342010-12-02 10:27:21 +01002151 ((ath5k_get_bus_type(ah) != ATH_AHB) &&
2152 !ath5k_hw_is_intr_pending(ah))))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002153 return IRQ_NONE;
2154
2155 do {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002156 ath5k_hw_get_isr(ah, &status); /* NB: clears IRQ too */
2157 ATH5K_DBG(sc, ATH5K_DEBUG_INTR, "status 0x%x/0x%x\n",
2158 status, sc->imask);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002159 if (unlikely(status & AR5K_INT_FATAL)) {
2160 /*
2161 * Fatal errors are unrecoverable.
2162 * Typically these are caused by DMA errors.
2163 */
Bruno Randolf8d67a032010-06-16 19:11:12 +09002164 ATH5K_DBG(sc, ATH5K_DEBUG_RESET,
2165 "fatal int, resetting\n");
Bob Copeland5faaff72010-07-13 11:32:40 -04002166 ieee80211_queue_work(sc->hw, &sc->reset_work);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002167 } else if (unlikely(status & AR5K_INT_RXORN)) {
Bruno Randolf87d77c42010-04-12 16:38:52 +09002168 /*
2169 * Receive buffers are full. Either the bus is busy or
2170 * the CPU is not fast enough to process all received
2171 * frames.
2172 * Older chipsets need a reset to come out of this
2173 * condition, but we treat it as RX for newer chips.
2174 * We don't know exactly which versions need a reset -
2175 * this guess is copied from the HAL.
2176 */
2177 sc->stats.rxorn_intr++;
Bruno Randolf8d67a032010-06-16 19:11:12 +09002178 if (ah->ah_mac_srev < AR5K_SREV_AR5212) {
2179 ATH5K_DBG(sc, ATH5K_DEBUG_RESET,
2180 "rx overrun, resetting\n");
Bob Copeland5faaff72010-07-13 11:32:40 -04002181 ieee80211_queue_work(sc->hw, &sc->reset_work);
Bruno Randolf8d67a032010-06-16 19:11:12 +09002182 }
Bruno Randolf87d77c42010-04-12 16:38:52 +09002183 else
2184 tasklet_schedule(&sc->rxtq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002185 } else {
2186 if (status & AR5K_INT_SWBA) {
Bob Copeland56d2ac72009-04-15 07:57:33 -04002187 tasklet_hi_schedule(&sc->beacontq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002188 }
2189 if (status & AR5K_INT_RXEOL) {
2190 /*
2191 * NB: the hardware should re-read the link when
2192 * RXE bit is written, but it doesn't work at
2193 * least on older hardware revs.
2194 */
Bruno Randolfb3f194e2010-07-14 10:53:29 +09002195 sc->stats.rxeol_intr++;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002196 }
2197 if (status & AR5K_INT_TXURN) {
2198 /* bump tx trigger level */
2199 ath5k_hw_update_tx_triglevel(ah, true);
2200 }
Nick Kossifidis4c674c62008-10-26 20:40:25 +02002201 if (status & (AR5K_INT_RXOK | AR5K_INT_RXERR))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002202 tasklet_schedule(&sc->rxtq);
Nick Kossifidis4c674c62008-10-26 20:40:25 +02002203 if (status & (AR5K_INT_TXOK | AR5K_INT_TXDESC
2204 | AR5K_INT_TXERR | AR5K_INT_TXEOL))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002205 tasklet_schedule(&sc->txtq);
2206 if (status & AR5K_INT_BMISS) {
Nick Kossifidis1e3e6e82009-02-09 06:15:42 +02002207 /* TODO */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002208 }
2209 if (status & AR5K_INT_MIB) {
Bruno Randolf2111ac02010-04-02 18:44:08 +09002210 sc->stats.mib_intr++;
Bruno Randolf495391d2010-03-25 14:49:36 +09002211 ath5k_hw_update_mib_counters(ah);
Bruno Randolf2111ac02010-04-02 18:44:08 +09002212 ath5k_ani_mib_intr(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002213 }
Tobias Doerffele6a3b612009-06-09 17:33:27 +02002214 if (status & AR5K_INT_GPIO)
Tobias Doerffele6a3b612009-06-09 17:33:27 +02002215 tasklet_schedule(&sc->rf_kill.toggleq);
Bob Copelanda6ae0712009-06-09 23:43:11 -04002216
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002217 }
Felix Fietkau4cebb342010-12-02 10:27:21 +01002218
2219 if (ath5k_get_bus_type(ah) == ATH_AHB)
2220 break;
2221
Bob Copeland2516baa2009-04-27 22:18:10 -04002222 } while (ath5k_hw_is_intr_pending(ah) && --counter > 0);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002223
2224 if (unlikely(!counter))
2225 ATH5K_WARN(sc, "too many interrupts, giving up for now\n");
2226
Bruno Randolf6a8a3f62010-03-25 14:49:19 +09002227 ath5k_intr_calibration_poll(ah);
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002228
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002229 return IRQ_HANDLED;
2230}
2231
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002232/*
2233 * Periodically recalibrate the PHY to account
2234 * for temperature/environment changes.
2235 */
2236static void
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002237ath5k_tasklet_calibrate(unsigned long data)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002238{
2239 struct ath5k_softc *sc = (void *)data;
2240 struct ath5k_hw *ah = sc->ah;
2241
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002242 /* Only full calibration for now */
Bruno Randolfe65e1d72010-03-25 14:49:09 +09002243 ah->ah_cal_mask |= AR5K_CALIBRATION_FULL;
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002244
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002245 ATH5K_DBG(sc, ATH5K_DEBUG_CALIBRATE, "channel %u/%x\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05002246 ieee80211_frequency_to_channel(sc->curchan->center_freq),
2247 sc->curchan->hw_value);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002248
Nick Kossifidis6f3b4142009-02-09 06:03:41 +02002249 if (ath5k_hw_gainf_calibrate(ah) == AR5K_RFGAIN_NEED_CHANGE) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002250 /*
2251 * Rfgain is out of bounds, reset the chip
2252 * to load new gain values.
2253 */
2254 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "calibration, resetting\n");
Bob Copeland5faaff72010-07-13 11:32:40 -04002255 ieee80211_queue_work(sc->hw, &sc->reset_work);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002256 }
2257 if (ath5k_hw_phy_calibrate(ah, sc->curchan))
2258 ATH5K_ERR(sc, "calibration of channel %u failed\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05002259 ieee80211_frequency_to_channel(
2260 sc->curchan->center_freq));
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002261
Bruno Randolf0e8e02d2010-05-19 10:31:05 +09002262 /* Noise floor calibration interrupts rx/tx path while I/Q calibration
Bruno Randolf651d9372010-09-17 11:36:46 +09002263 * doesn't.
2264 * TODO: We should stop TX here, so that it doesn't interfere.
2265 * Note that stopping the queues is not enough to stop TX! */
Bruno Randolfafe86282010-05-19 10:31:10 +09002266 if (time_is_before_eq_jiffies(ah->ah_cal_next_nf)) {
2267 ah->ah_cal_next_nf = jiffies +
2268 msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_NF);
Bruno Randolfafe86282010-05-19 10:31:10 +09002269 ath5k_hw_update_noise_floor(ah);
Bruno Randolfafe86282010-05-19 10:31:10 +09002270 }
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002271
Bruno Randolfe65e1d72010-03-25 14:49:09 +09002272 ah->ah_cal_mask &= ~AR5K_CALIBRATION_FULL;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002273}
2274
2275
Bruno Randolf2111ac02010-04-02 18:44:08 +09002276static void
2277ath5k_tasklet_ani(unsigned long data)
2278{
2279 struct ath5k_softc *sc = (void *)data;
2280 struct ath5k_hw *ah = sc->ah;
2281
2282 ah->ah_cal_mask |= AR5K_CALIBRATION_ANI;
2283 ath5k_ani_calibration(ah);
2284 ah->ah_cal_mask &= ~AR5K_CALIBRATION_ANI;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002285}
2286
2287
Bruno Randolf4edd7612010-09-17 11:36:56 +09002288static void
2289ath5k_tx_complete_poll_work(struct work_struct *work)
2290{
2291 struct ath5k_softc *sc = container_of(work, struct ath5k_softc,
2292 tx_complete_work.work);
2293 struct ath5k_txq *txq;
2294 int i;
2295 bool needreset = false;
2296
2297 for (i = 0; i < ARRAY_SIZE(sc->txqs); i++) {
2298 if (sc->txqs[i].setup) {
2299 txq = &sc->txqs[i];
2300 spin_lock_bh(&txq->lock);
Bruno Randolf23413292010-09-17 11:37:07 +09002301 if (txq->txq_len > 1) {
Bruno Randolf4edd7612010-09-17 11:36:56 +09002302 if (txq->txq_poll_mark) {
2303 ATH5K_DBG(sc, ATH5K_DEBUG_XMIT,
2304 "TX queue stuck %d\n",
2305 txq->qnum);
2306 needreset = true;
Bruno Randolf923e5b32010-09-17 11:37:02 +09002307 txq->txq_stuck++;
Bruno Randolf4edd7612010-09-17 11:36:56 +09002308 spin_unlock_bh(&txq->lock);
2309 break;
2310 } else {
2311 txq->txq_poll_mark = true;
2312 }
2313 }
2314 spin_unlock_bh(&txq->lock);
2315 }
2316 }
2317
2318 if (needreset) {
2319 ATH5K_DBG(sc, ATH5K_DEBUG_RESET,
2320 "TX queues stuck, resetting\n");
Nick Kossifidis8aec7af2010-11-23 21:39:28 +02002321 ath5k_reset(sc, NULL, true);
Bruno Randolf4edd7612010-09-17 11:36:56 +09002322 }
2323
2324 ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work,
2325 msecs_to_jiffies(ATH5K_TX_COMPLETE_POLL_INT));
2326}
2327
2328
Bob Copeland8a63fac2010-09-17 12:45:07 +09002329/*************************\
2330* Initialization routines *
2331\*************************/
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002332
Felix Fietkau132b1c32010-12-02 10:26:56 +01002333int
2334ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops)
2335{
2336 struct ieee80211_hw *hw = sc->hw;
2337 struct ath_common *common;
2338 int ret;
2339 int csz;
2340
2341 /* Initialize driver private data */
2342 SET_IEEE80211_DEV(hw, sc->dev);
2343 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
Nick Kossifidisb9e61f12010-12-03 06:12:39 +02002344 IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
2345 IEEE80211_HW_SIGNAL_DBM |
2346 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
Felix Fietkau132b1c32010-12-02 10:26:56 +01002347
2348 hw->wiphy->interface_modes =
2349 BIT(NL80211_IFTYPE_AP) |
2350 BIT(NL80211_IFTYPE_STATION) |
2351 BIT(NL80211_IFTYPE_ADHOC) |
2352 BIT(NL80211_IFTYPE_MESH_POINT);
2353
Bruno Randolf3de135d2010-12-16 11:30:33 +09002354 /* both antennas can be configured as RX or TX */
2355 hw->wiphy->available_antennas_tx = 0x3;
2356 hw->wiphy->available_antennas_rx = 0x3;
2357
Felix Fietkau132b1c32010-12-02 10:26:56 +01002358 hw->extra_tx_headroom = 2;
2359 hw->channel_change_time = 5000;
2360
2361 /*
2362 * Mark the device as detached to avoid processing
2363 * interrupts until setup is complete.
2364 */
2365 __set_bit(ATH_STAT_INVALID, sc->status);
2366
2367 sc->opmode = NL80211_IFTYPE_STATION;
2368 sc->bintval = 1000;
2369 mutex_init(&sc->lock);
2370 spin_lock_init(&sc->rxbuflock);
2371 spin_lock_init(&sc->txbuflock);
2372 spin_lock_init(&sc->block);
2373
2374
2375 /* Setup interrupt handler */
2376 ret = request_irq(sc->irq, ath5k_intr, IRQF_SHARED, "ath", sc);
2377 if (ret) {
2378 ATH5K_ERR(sc, "request_irq failed\n");
2379 goto err;
2380 }
2381
2382 /* If we passed the test, malloc an ath5k_hw struct */
2383 sc->ah = kzalloc(sizeof(struct ath5k_hw), GFP_KERNEL);
2384 if (!sc->ah) {
2385 ret = -ENOMEM;
2386 ATH5K_ERR(sc, "out of memory\n");
2387 goto err_irq;
2388 }
2389
2390 sc->ah->ah_sc = sc;
2391 sc->ah->ah_iobase = sc->iobase;
2392 common = ath5k_hw_common(sc->ah);
2393 common->ops = &ath5k_common_ops;
2394 common->bus_ops = bus_ops;
2395 common->ah = sc->ah;
2396 common->hw = hw;
2397 common->priv = sc;
2398
2399 /*
2400 * Cache line size is used to size and align various
2401 * structures used to communicate with the hardware.
2402 */
2403 ath5k_read_cachesize(common, &csz);
2404 common->cachelsz = csz << 2; /* convert to bytes */
2405
2406 spin_lock_init(&common->cc_lock);
2407
2408 /* Initialize device */
2409 ret = ath5k_hw_init(sc);
2410 if (ret)
2411 goto err_free_ah;
2412
2413 /* set up multi-rate retry capabilities */
2414 if (sc->ah->ah_version == AR5K_AR5212) {
2415 hw->max_rates = 4;
2416 hw->max_rate_tries = 11;
2417 }
2418
2419 hw->vif_data_size = sizeof(struct ath5k_vif);
2420
2421 /* Finish private driver data initialization */
2422 ret = ath5k_init(hw);
2423 if (ret)
2424 goto err_ah;
2425
2426 ATH5K_INFO(sc, "Atheros AR%s chip found (MAC: 0x%x, PHY: 0x%x)\n",
2427 ath5k_chip_name(AR5K_VERSION_MAC, sc->ah->ah_mac_srev),
2428 sc->ah->ah_mac_srev,
2429 sc->ah->ah_phy_revision);
2430
2431 if (!sc->ah->ah_single_chip) {
2432 /* Single chip radio (!RF5111) */
2433 if (sc->ah->ah_radio_5ghz_revision &&
2434 !sc->ah->ah_radio_2ghz_revision) {
2435 /* No 5GHz support -> report 2GHz radio */
2436 if (!test_bit(AR5K_MODE_11A,
2437 sc->ah->ah_capabilities.cap_mode)) {
2438 ATH5K_INFO(sc, "RF%s 2GHz radio found (0x%x)\n",
2439 ath5k_chip_name(AR5K_VERSION_RAD,
2440 sc->ah->ah_radio_5ghz_revision),
2441 sc->ah->ah_radio_5ghz_revision);
2442 /* No 2GHz support (5110 and some
2443 * 5Ghz only cards) -> report 5Ghz radio */
2444 } else if (!test_bit(AR5K_MODE_11B,
2445 sc->ah->ah_capabilities.cap_mode)) {
2446 ATH5K_INFO(sc, "RF%s 5GHz radio found (0x%x)\n",
2447 ath5k_chip_name(AR5K_VERSION_RAD,
2448 sc->ah->ah_radio_5ghz_revision),
2449 sc->ah->ah_radio_5ghz_revision);
2450 /* Multiband radio */
2451 } else {
2452 ATH5K_INFO(sc, "RF%s multiband radio found"
2453 " (0x%x)\n",
2454 ath5k_chip_name(AR5K_VERSION_RAD,
2455 sc->ah->ah_radio_5ghz_revision),
2456 sc->ah->ah_radio_5ghz_revision);
2457 }
2458 }
2459 /* Multi chip radio (RF5111 - RF2111) ->
2460 * report both 2GHz/5GHz radios */
2461 else if (sc->ah->ah_radio_5ghz_revision &&
2462 sc->ah->ah_radio_2ghz_revision){
2463 ATH5K_INFO(sc, "RF%s 5GHz radio found (0x%x)\n",
2464 ath5k_chip_name(AR5K_VERSION_RAD,
2465 sc->ah->ah_radio_5ghz_revision),
2466 sc->ah->ah_radio_5ghz_revision);
2467 ATH5K_INFO(sc, "RF%s 2GHz radio found (0x%x)\n",
2468 ath5k_chip_name(AR5K_VERSION_RAD,
2469 sc->ah->ah_radio_2ghz_revision),
2470 sc->ah->ah_radio_2ghz_revision);
2471 }
2472 }
2473
2474 ath5k_debug_init_device(sc);
2475
2476 /* ready to process interrupts */
2477 __clear_bit(ATH_STAT_INVALID, sc->status);
2478
2479 return 0;
2480err_ah:
2481 ath5k_hw_deinit(sc->ah);
2482err_free_ah:
2483 kfree(sc->ah);
2484err_irq:
2485 free_irq(sc->irq, sc);
2486err:
2487 return ret;
2488}
2489
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002490static int
Bob Copeland8a63fac2010-09-17 12:45:07 +09002491ath5k_stop_locked(struct ath5k_softc *sc)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002492{
Bob Copeland8a63fac2010-09-17 12:45:07 +09002493 struct ath5k_hw *ah = sc->ah;
Bob Copelandcec8db22009-07-04 12:59:51 -04002494
Bob Copeland8a63fac2010-09-17 12:45:07 +09002495 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "invalid %u\n",
2496 test_bit(ATH_STAT_INVALID, sc->status));
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002497
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002498 /*
Bob Copeland8a63fac2010-09-17 12:45:07 +09002499 * Shutdown the hardware and driver:
2500 * stop output from above
2501 * disable interrupts
2502 * turn off timers
2503 * turn off the radio
2504 * clear transmit machinery
2505 * clear receive machinery
2506 * drain and release tx queues
2507 * reclaim beacon resources
2508 * power down hardware
2509 *
2510 * Note that some of this work is not possible if the
2511 * hardware is gone (invalid).
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002512 */
Bob Copeland8a63fac2010-09-17 12:45:07 +09002513 ieee80211_stop_queues(sc->hw);
2514
2515 if (!test_bit(ATH_STAT_INVALID, sc->status)) {
2516 ath5k_led_off(sc);
2517 ath5k_hw_set_imr(ah, 0);
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01002518 synchronize_irq(sc->irq);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002519 ath5k_rx_stop(sc);
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02002520 ath5k_hw_dma_stop(ah);
2521 ath5k_drain_tx_buffs(sc);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002522 ath5k_hw_phy_disable(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002523 }
2524
Bob Copeland8a63fac2010-09-17 12:45:07 +09002525 return 0;
2526}
2527
2528static int
Felix Fietkau132b1c32010-12-02 10:26:56 +01002529ath5k_init_hw(struct ath5k_softc *sc)
Bob Copeland8a63fac2010-09-17 12:45:07 +09002530{
2531 struct ath5k_hw *ah = sc->ah;
2532 struct ath_common *common = ath5k_hw_common(ah);
2533 int ret, i;
2534
2535 mutex_lock(&sc->lock);
2536
2537 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "mode %d\n", sc->opmode);
2538
2539 /*
2540 * Stop anything previously setup. This is safe
2541 * no matter this is the first time through or not.
2542 */
2543 ath5k_stop_locked(sc);
2544
2545 /*
2546 * The basic interface to setting the hardware in a good
2547 * state is ``reset''. On return the hardware is known to
2548 * be powered up and with interrupts disabled. This must
2549 * be followed by initialization of the appropriate bits
2550 * and then setup of the interrupt mask.
2551 */
2552 sc->curchan = sc->hw->conf.channel;
2553 sc->curband = &sc->sbands[sc->curchan->band];
2554 sc->imask = AR5K_INT_RXOK | AR5K_INT_RXERR | AR5K_INT_RXEOL |
2555 AR5K_INT_RXORN | AR5K_INT_TXDESC | AR5K_INT_TXEOL |
2556 AR5K_INT_FATAL | AR5K_INT_GLOBAL | AR5K_INT_MIB;
2557
Nick Kossifidis8aec7af2010-11-23 21:39:28 +02002558 ret = ath5k_reset(sc, NULL, false);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002559 if (ret)
2560 goto done;
2561
2562 ath5k_rfkill_hw_start(ah);
2563
2564 /*
2565 * Reset the key cache since some parts do not reset the
2566 * contents on initial power up or resume from suspend.
2567 */
2568 for (i = 0; i < common->keymax; i++)
2569 ath_hw_keyreset(common, (u16) i);
2570
Nick Kossifidis61cde032010-11-23 21:12:23 +02002571 /* Use higher rates for acks instead of base
2572 * rate */
2573 ah->ah_ack_bitrate_high = true;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002574
2575 for (i = 0; i < ARRAY_SIZE(sc->bslot); i++)
2576 sc->bslot[i] = NULL;
2577
Bob Copeland8a63fac2010-09-17 12:45:07 +09002578 ret = 0;
2579done:
2580 mmiowb();
2581 mutex_unlock(&sc->lock);
Bruno Randolf4edd7612010-09-17 11:36:56 +09002582
2583 ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work,
2584 msecs_to_jiffies(ATH5K_TX_COMPLETE_POLL_INT));
2585
Bob Copeland8a63fac2010-09-17 12:45:07 +09002586 return ret;
2587}
2588
2589static void stop_tasklets(struct ath5k_softc *sc)
2590{
2591 tasklet_kill(&sc->rxtq);
2592 tasklet_kill(&sc->txtq);
2593 tasklet_kill(&sc->calib);
2594 tasklet_kill(&sc->beacontq);
2595 tasklet_kill(&sc->ani_tasklet);
2596}
2597
2598/*
2599 * Stop the device, grabbing the top-level lock to protect
2600 * against concurrent entry through ath5k_init (which can happen
2601 * if another thread does a system call and the thread doing the
2602 * stop is preempted).
2603 */
2604static int
2605ath5k_stop_hw(struct ath5k_softc *sc)
2606{
2607 int ret;
2608
2609 mutex_lock(&sc->lock);
2610 ret = ath5k_stop_locked(sc);
2611 if (ret == 0 && !test_bit(ATH_STAT_INVALID, sc->status)) {
2612 /*
2613 * Don't set the card in full sleep mode!
2614 *
2615 * a) When the device is in this state it must be carefully
2616 * woken up or references to registers in the PCI clock
2617 * domain may freeze the bus (and system). This varies
2618 * by chip and is mostly an issue with newer parts
2619 * (madwifi sources mentioned srev >= 0x78) that go to
2620 * sleep more quickly.
2621 *
2622 * b) On older chips full sleep results a weird behaviour
2623 * during wakeup. I tested various cards with srev < 0x78
2624 * and they don't wake up after module reload, a second
2625 * module reload is needed to bring the card up again.
2626 *
2627 * Until we figure out what's going on don't enable
2628 * full chip reset on any chip (this is what Legacy HAL
2629 * and Sam's HAL do anyway). Instead Perform a full reset
2630 * on the device (same as initial state after attach) and
2631 * leave it idle (keep MAC/BB on warm reset) */
2632 ret = ath5k_hw_on_hold(sc->ah);
2633
2634 ATH5K_DBG(sc, ATH5K_DEBUG_RESET,
2635 "putting device to sleep\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002636 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002637
Bob Copeland8a63fac2010-09-17 12:45:07 +09002638 mmiowb();
2639 mutex_unlock(&sc->lock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002640
Bob Copeland8a63fac2010-09-17 12:45:07 +09002641 stop_tasklets(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002642
Bruno Randolf4edd7612010-09-17 11:36:56 +09002643 cancel_delayed_work_sync(&sc->tx_complete_work);
2644
Bob Copeland8a63fac2010-09-17 12:45:07 +09002645 ath5k_rfkill_hw_stop(sc->ah);
2646
2647 return ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002648}
2649
Bob Copeland209d889b2009-05-07 08:09:08 -04002650/*
2651 * Reset the hardware. If chan is not NULL, then also pause rx/tx
2652 * and change to the given channel.
Bob Copeland5faaff72010-07-13 11:32:40 -04002653 *
2654 * This should be called with sc->lock.
Bob Copeland209d889b2009-05-07 08:09:08 -04002655 */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002656static int
Nick Kossifidis8aec7af2010-11-23 21:39:28 +02002657ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel *chan,
2658 bool skip_pcu)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002659{
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002660 struct ath5k_hw *ah = sc->ah;
Bruno Randolff15a4bb2010-12-16 16:22:20 +09002661 struct ath_common *common = ath5k_hw_common(ah);
Nick Kossifidis344b54b2010-12-03 06:07:13 +02002662 int ret, ani_mode;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002663
2664 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "resetting\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002665
Bob Copeland450464d2010-07-13 11:32:41 -04002666 ath5k_hw_set_imr(ah, 0);
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01002667 synchronize_irq(sc->irq);
Bob Copeland450464d2010-07-13 11:32:41 -04002668 stop_tasklets(sc);
2669
Nick Kossifidis344b54b2010-12-03 06:07:13 +02002670 /* Save ani mode and disable ANI durring
2671 * reset. If we don't we might get false
2672 * PHY error interrupts. */
2673 ani_mode = ah->ah_sc->ani_state.ani_mode;
2674 ath5k_ani_init(ah, ATH5K_ANI_MODE_OFF);
2675
Nick Kossifidis19252ec2010-12-03 06:05:19 +02002676 /* We are going to empty hw queues
2677 * so we should also free any remaining
2678 * tx buffers */
2679 ath5k_drain_tx_buffs(sc);
Bob Copeland209d889b2009-05-07 08:09:08 -04002680 if (chan) {
Bob Copeland209d889b2009-05-07 08:09:08 -04002681 sc->curchan = chan;
2682 sc->curband = &sc->sbands[chan->band];
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002683 }
Nick Kossifidis8aec7af2010-11-23 21:39:28 +02002684 ret = ath5k_hw_reset(ah, sc->opmode, sc->curchan, chan != NULL,
2685 skip_pcu);
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002686 if (ret) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002687 ATH5K_ERR(sc, "can't reset hardware (%d)\n", ret);
2688 goto err;
2689 }
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002690
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002691 ret = ath5k_rx_start(sc);
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002692 if (ret) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002693 ATH5K_ERR(sc, "can't start recv logic\n");
2694 goto err;
2695 }
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002696
Nick Kossifidis344b54b2010-12-03 06:07:13 +02002697 ath5k_ani_init(ah, ani_mode);
Bruno Randolf2111ac02010-04-02 18:44:08 +09002698
Bruno Randolfac559522010-05-19 10:30:55 +09002699 ah->ah_cal_next_full = jiffies;
2700 ah->ah_cal_next_ani = jiffies;
Bruno Randolfafe86282010-05-19 10:31:10 +09002701 ah->ah_cal_next_nf = jiffies;
Bruno Randolf5dcc03f2010-12-02 19:12:31 +09002702 ewma_init(&ah->ah_beacon_rssi_avg, 1024, 8);
Bruno Randolfafe86282010-05-19 10:31:10 +09002703
Bruno Randolff15a4bb2010-12-16 16:22:20 +09002704 /* clear survey data and cycle counters */
2705 memset(&sc->survey, 0, sizeof(sc->survey));
2706 spin_lock(&common->cc_lock);
2707 ath_hw_cycle_counters_update(common);
2708 memset(&common->cc_survey, 0, sizeof(common->cc_survey));
2709 memset(&common->cc_ani, 0, sizeof(common->cc_ani));
2710 spin_unlock(&common->cc_lock);
2711
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002712 /*
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002713 * Change channels and update the h/w rate map if we're switching;
2714 * e.g. 11a to 11b/g.
2715 *
2716 * We may be doing a reset in response to an ioctl that changes the
2717 * channel so update any state that might change as a result.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002718 *
2719 * XXX needed?
2720 */
2721/* ath5k_chan_change(sc, c); */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002722
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002723 ath5k_beacon_config(sc);
2724 /* intrs are enabled by ath5k_beacon_config */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002725
Bruno Randolf397f3852010-05-19 10:30:49 +09002726 ieee80211_wake_queues(sc->hw);
2727
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002728 return 0;
2729err:
2730 return ret;
2731}
2732
Bob Copeland5faaff72010-07-13 11:32:40 -04002733static void ath5k_reset_work(struct work_struct *work)
2734{
2735 struct ath5k_softc *sc = container_of(work, struct ath5k_softc,
2736 reset_work);
2737
2738 mutex_lock(&sc->lock);
Nick Kossifidis8aec7af2010-11-23 21:39:28 +02002739 ath5k_reset(sc, NULL, true);
Bob Copeland5faaff72010-07-13 11:32:40 -04002740 mutex_unlock(&sc->lock);
2741}
2742
Bob Copeland8a63fac2010-09-17 12:45:07 +09002743static int
Felix Fietkau132b1c32010-12-02 10:26:56 +01002744ath5k_init(struct ieee80211_hw *hw)
Bob Copeland8a63fac2010-09-17 12:45:07 +09002745{
Felix Fietkau132b1c32010-12-02 10:26:56 +01002746
Bob Copeland8a63fac2010-09-17 12:45:07 +09002747 struct ath5k_softc *sc = hw->priv;
2748 struct ath5k_hw *ah = sc->ah;
2749 struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah);
Bruno Randolf925e0b02010-09-17 11:36:35 +09002750 struct ath5k_txq *txq;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002751 u8 mac[ETH_ALEN] = {};
2752 int ret;
2753
Bob Copeland8a63fac2010-09-17 12:45:07 +09002754
2755 /*
2756 * Check if the MAC has multi-rate retry support.
2757 * We do this by trying to setup a fake extended
2758 * descriptor. MACs that don't have support will
2759 * return false w/o doing anything. MACs that do
2760 * support it will return true w/o doing anything.
2761 */
2762 ret = ath5k_hw_setup_mrr_tx_desc(ah, NULL, 0, 0, 0, 0, 0, 0);
2763
2764 if (ret < 0)
2765 goto err;
2766 if (ret > 0)
2767 __set_bit(ATH_STAT_MRRETRY, sc->status);
2768
2769 /*
2770 * Collect the channel list. The 802.11 layer
2771 * is resposible for filtering this list based
2772 * on settings like the phy mode and regulatory
2773 * domain restrictions.
2774 */
2775 ret = ath5k_setup_bands(hw);
2776 if (ret) {
2777 ATH5K_ERR(sc, "can't get channels\n");
2778 goto err;
2779 }
2780
2781 /* NB: setup here so ath5k_rate_update is happy */
2782 if (test_bit(AR5K_MODE_11A, ah->ah_modes))
2783 ath5k_setcurmode(sc, AR5K_MODE_11A);
2784 else
2785 ath5k_setcurmode(sc, AR5K_MODE_11B);
2786
2787 /*
2788 * Allocate tx+rx descriptors and populate the lists.
2789 */
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01002790 ret = ath5k_desc_alloc(sc);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002791 if (ret) {
2792 ATH5K_ERR(sc, "can't allocate descriptors\n");
2793 goto err;
2794 }
2795
2796 /*
2797 * Allocate hardware transmit queues: one queue for
2798 * beacon frames and one data queue for each QoS
2799 * priority. Note that hw functions handle resetting
2800 * these queues at the needed time.
2801 */
2802 ret = ath5k_beaconq_setup(ah);
2803 if (ret < 0) {
2804 ATH5K_ERR(sc, "can't setup a beacon xmit queue\n");
2805 goto err_desc;
2806 }
2807 sc->bhalq = ret;
2808 sc->cabq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_CAB, 0);
2809 if (IS_ERR(sc->cabq)) {
2810 ATH5K_ERR(sc, "can't setup cab queue\n");
2811 ret = PTR_ERR(sc->cabq);
2812 goto err_bhal;
2813 }
2814
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002815 /* 5211 and 5212 usually support 10 queues but we better rely on the
2816 * capability information */
2817 if (ah->ah_capabilities.cap_queues.q_tx_num >= 6) {
2818 /* This order matches mac80211's queue priority, so we can
2819 * directly use the mac80211 queue number without any mapping */
2820 txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_VO);
2821 if (IS_ERR(txq)) {
2822 ATH5K_ERR(sc, "can't setup xmit queue\n");
2823 ret = PTR_ERR(txq);
2824 goto err_queues;
2825 }
2826 txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_VI);
2827 if (IS_ERR(txq)) {
2828 ATH5K_ERR(sc, "can't setup xmit queue\n");
2829 ret = PTR_ERR(txq);
2830 goto err_queues;
2831 }
2832 txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BE);
2833 if (IS_ERR(txq)) {
2834 ATH5K_ERR(sc, "can't setup xmit queue\n");
2835 ret = PTR_ERR(txq);
2836 goto err_queues;
2837 }
2838 txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BK);
2839 if (IS_ERR(txq)) {
2840 ATH5K_ERR(sc, "can't setup xmit queue\n");
2841 ret = PTR_ERR(txq);
2842 goto err_queues;
2843 }
2844 hw->queues = 4;
2845 } else {
2846 /* older hardware (5210) can only support one data queue */
2847 txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BE);
2848 if (IS_ERR(txq)) {
2849 ATH5K_ERR(sc, "can't setup xmit queue\n");
2850 ret = PTR_ERR(txq);
2851 goto err_queues;
2852 }
2853 hw->queues = 1;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002854 }
2855
2856 tasklet_init(&sc->rxtq, ath5k_tasklet_rx, (unsigned long)sc);
2857 tasklet_init(&sc->txtq, ath5k_tasklet_tx, (unsigned long)sc);
2858 tasklet_init(&sc->calib, ath5k_tasklet_calibrate, (unsigned long)sc);
2859 tasklet_init(&sc->beacontq, ath5k_tasklet_beacon, (unsigned long)sc);
2860 tasklet_init(&sc->ani_tasklet, ath5k_tasklet_ani, (unsigned long)sc);
2861
2862 INIT_WORK(&sc->reset_work, ath5k_reset_work);
Bruno Randolf4edd7612010-09-17 11:36:56 +09002863 INIT_DELAYED_WORK(&sc->tx_complete_work, ath5k_tx_complete_poll_work);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002864
2865 ret = ath5k_eeprom_read_mac(ah, mac);
2866 if (ret) {
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01002867 ATH5K_ERR(sc, "unable to read address from EEPROM\n");
Bob Copeland8a63fac2010-09-17 12:45:07 +09002868 goto err_queues;
2869 }
2870
2871 SET_IEEE80211_PERM_ADDR(hw, mac);
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002872 memcpy(&sc->lladdr, mac, ETH_ALEN);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002873 /* All MAC address bits matter for ACKs */
Ben Greear62c58fb2010-10-08 12:01:15 -07002874 ath5k_update_bssid_mask_and_opmode(sc, NULL);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002875
2876 regulatory->current_rd = ah->ah_capabilities.cap_eeprom.ee_regdomain;
2877 ret = ath_regd_init(regulatory, hw->wiphy, ath5k_reg_notifier);
2878 if (ret) {
2879 ATH5K_ERR(sc, "can't initialize regulatory system\n");
2880 goto err_queues;
2881 }
2882
2883 ret = ieee80211_register_hw(hw);
2884 if (ret) {
2885 ATH5K_ERR(sc, "can't register ieee80211 hw\n");
2886 goto err_queues;
2887 }
2888
2889 if (!ath_is_world_regd(regulatory))
2890 regulatory_hint(hw->wiphy, regulatory->alpha2);
2891
2892 ath5k_init_leds(sc);
2893
2894 ath5k_sysfs_register(sc);
2895
2896 return 0;
2897err_queues:
2898 ath5k_txq_release(sc);
2899err_bhal:
2900 ath5k_hw_release_tx_queue(ah, sc->bhalq);
2901err_desc:
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01002902 ath5k_desc_free(sc);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002903err:
2904 return ret;
2905}
2906
Felix Fietkau132b1c32010-12-02 10:26:56 +01002907void
2908ath5k_deinit_softc(struct ath5k_softc *sc)
Bob Copeland8a63fac2010-09-17 12:45:07 +09002909{
Felix Fietkau132b1c32010-12-02 10:26:56 +01002910 struct ieee80211_hw *hw = sc->hw;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002911
2912 /*
2913 * NB: the order of these is important:
2914 * o call the 802.11 layer before detaching ath5k_hw to
2915 * ensure callbacks into the driver to delete global
2916 * key cache entries can be handled
2917 * o reclaim the tx queue data structures after calling
2918 * the 802.11 layer as we'll get called back to reclaim
2919 * node state and potentially want to use them
2920 * o to cleanup the tx queues the hal is called, so detach
2921 * it last
2922 * XXX: ??? detach ath5k_hw ???
2923 * Other than that, it's straightforward...
2924 */
Felix Fietkau132b1c32010-12-02 10:26:56 +01002925 ath5k_debug_finish_device(sc);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002926 ieee80211_unregister_hw(hw);
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01002927 ath5k_desc_free(sc);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002928 ath5k_txq_release(sc);
2929 ath5k_hw_release_tx_queue(sc->ah, sc->bhalq);
2930 ath5k_unregister_leds(sc);
2931
2932 ath5k_sysfs_unregister(sc);
2933 /*
2934 * NB: can't reclaim these until after ieee80211_ifdetach
2935 * returns because we'll get called back to reclaim node
2936 * state and potentially want to use them.
2937 */
Felix Fietkau132b1c32010-12-02 10:26:56 +01002938 ath5k_hw_deinit(sc->ah);
2939 free_irq(sc->irq, sc);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002940}
2941
2942/********************\
2943* Mac80211 functions *
2944\********************/
2945
2946static int
2947ath5k_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
2948{
2949 struct ath5k_softc *sc = hw->priv;
Bruno Randolf925e0b02010-09-17 11:36:35 +09002950 u16 qnum = skb_get_queue_mapping(skb);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002951
Bruno Randolf925e0b02010-09-17 11:36:35 +09002952 if (WARN_ON(qnum >= sc->ah->ah_capabilities.cap_queues.q_tx_num)) {
2953 dev_kfree_skb_any(skb);
2954 return 0;
2955 }
2956
2957 return ath5k_tx_queue(hw, skb, &sc->txqs[qnum]);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002958}
2959
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002960static int ath5k_start(struct ieee80211_hw *hw)
2961{
Felix Fietkau132b1c32010-12-02 10:26:56 +01002962 return ath5k_init_hw(hw->priv);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002963}
2964
2965static void ath5k_stop(struct ieee80211_hw *hw)
2966{
Bob Copelandbb2beca2009-01-19 11:20:54 -05002967 ath5k_stop_hw(hw->priv);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002968}
2969
2970static int ath5k_add_interface(struct ieee80211_hw *hw,
Johannes Berg1ed32e42009-12-23 13:15:45 +01002971 struct ieee80211_vif *vif)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002972{
2973 struct ath5k_softc *sc = hw->priv;
2974 int ret;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002975 struct ath5k_vif *avf = (void *)vif->drv_priv;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002976
2977 mutex_lock(&sc->lock);
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002978
2979 if ((vif->type == NL80211_IFTYPE_AP ||
2980 vif->type == NL80211_IFTYPE_ADHOC)
2981 && (sc->num_ap_vifs + sc->num_adhoc_vifs) >= ATH_BCBUF) {
2982 ret = -ELNRNG;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002983 goto end;
2984 }
2985
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002986 /* Don't allow other interfaces if one ad-hoc is configured.
2987 * TODO: Fix the problems with ad-hoc and multiple other interfaces.
2988 * We would need to operate the HW in ad-hoc mode to allow TSF updates
2989 * for the IBSS, but this breaks with additional AP or STA interfaces
2990 * at the moment. */
2991 if (sc->num_adhoc_vifs ||
2992 (sc->nvifs && vif->type == NL80211_IFTYPE_ADHOC)) {
2993 ATH5K_ERR(sc, "Only one single ad-hoc interface is allowed.\n");
2994 ret = -ELNRNG;
2995 goto end;
2996 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002997
Johannes Berg1ed32e42009-12-23 13:15:45 +01002998 switch (vif->type) {
Jiri Slabyda966bc2008-10-12 22:54:10 +02002999 case NL80211_IFTYPE_AP:
Johannes Berg05c914f2008-09-11 00:01:58 +02003000 case NL80211_IFTYPE_STATION:
3001 case NL80211_IFTYPE_ADHOC:
Andrey Yurovskyb706e652008-10-13 18:23:07 -07003002 case NL80211_IFTYPE_MESH_POINT:
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003003 avf->opmode = vif->type;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003004 break;
3005 default:
3006 ret = -EOPNOTSUPP;
3007 goto end;
3008 }
Jiri Slaby67d2e2d2008-08-18 21:45:28 +02003009
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003010 sc->nvifs++;
3011 ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "add interface mode %d\n", avf->opmode);
Bruno Randolfccfe5552010-03-09 16:55:38 +09003012
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003013 /* Assign the vap/adhoc to a beacon xmit slot. */
3014 if ((avf->opmode == NL80211_IFTYPE_AP) ||
Javier Cardonad82b5772010-12-07 13:35:55 -08003015 (avf->opmode == NL80211_IFTYPE_ADHOC) ||
3016 (avf->opmode == NL80211_IFTYPE_MESH_POINT)) {
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003017 int slot;
3018
3019 WARN_ON(list_empty(&sc->bcbuf));
3020 avf->bbuf = list_first_entry(&sc->bcbuf, struct ath5k_buf,
3021 list);
3022 list_del(&avf->bbuf->list);
3023
3024 avf->bslot = 0;
3025 for (slot = 0; slot < ATH_BCBUF; slot++) {
3026 if (!sc->bslot[slot]) {
3027 avf->bslot = slot;
3028 break;
3029 }
3030 }
3031 BUG_ON(sc->bslot[avf->bslot] != NULL);
3032 sc->bslot[avf->bslot] = vif;
3033 if (avf->opmode == NL80211_IFTYPE_AP)
3034 sc->num_ap_vifs++;
Javier Cardonac26d5332010-12-07 13:36:55 -08003035 else if (avf->opmode == NL80211_IFTYPE_ADHOC)
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003036 sc->num_adhoc_vifs++;
3037 }
3038
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003039 /* Any MAC address is fine, all others are included through the
3040 * filter.
3041 */
3042 memcpy(&sc->lladdr, vif->addr, ETH_ALEN);
Johannes Berg1ed32e42009-12-23 13:15:45 +01003043 ath5k_hw_set_lladdr(sc->ah, vif->addr);
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003044
3045 memcpy(&avf->lladdr, vif->addr, ETH_ALEN);
3046
3047 ath5k_mode_setup(sc, vif);
Jiri Slaby67d2e2d2008-08-18 21:45:28 +02003048
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003049 ret = 0;
3050end:
3051 mutex_unlock(&sc->lock);
3052 return ret;
3053}
3054
3055static void
3056ath5k_remove_interface(struct ieee80211_hw *hw,
Johannes Berg1ed32e42009-12-23 13:15:45 +01003057 struct ieee80211_vif *vif)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003058{
3059 struct ath5k_softc *sc = hw->priv;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003060 struct ath5k_vif *avf = (void *)vif->drv_priv;
3061 unsigned int i;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003062
3063 mutex_lock(&sc->lock);
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003064 sc->nvifs--;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003065
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003066 if (avf->bbuf) {
3067 ath5k_txbuf_free_skb(sc, avf->bbuf);
3068 list_add_tail(&avf->bbuf->list, &sc->bcbuf);
3069 for (i = 0; i < ATH_BCBUF; i++) {
3070 if (sc->bslot[i] == vif) {
3071 sc->bslot[i] = NULL;
3072 break;
3073 }
3074 }
3075 avf->bbuf = NULL;
3076 }
3077 if (avf->opmode == NL80211_IFTYPE_AP)
3078 sc->num_ap_vifs--;
3079 else if (avf->opmode == NL80211_IFTYPE_ADHOC)
3080 sc->num_adhoc_vifs--;
3081
Ben Greear62c58fb2010-10-08 12:01:15 -07003082 ath5k_update_bssid_mask_and_opmode(sc, NULL);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003083 mutex_unlock(&sc->lock);
3084}
3085
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05003086/*
3087 * TODO: Phy disable/diversity etc
3088 */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003089static int
Johannes Berge8975582008-10-09 12:18:51 +02003090ath5k_config(struct ieee80211_hw *hw, u32 changed)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003091{
3092 struct ath5k_softc *sc = hw->priv;
Nick Kossifidisa0823812009-04-30 15:55:44 -04003093 struct ath5k_hw *ah = sc->ah;
Johannes Berge8975582008-10-09 12:18:51 +02003094 struct ieee80211_conf *conf = &hw->conf;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04003095 int ret = 0;
Bob Copelandbe009372009-01-22 08:44:16 -05003096
3097 mutex_lock(&sc->lock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003098
Joerg Alberte30eb4a2009-08-05 01:52:07 +02003099 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
3100 ret = ath5k_chan_set(sc, conf->channel);
3101 if (ret < 0)
3102 goto unlock;
3103 }
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04003104
Nick Kossifidisa0823812009-04-30 15:55:44 -04003105 if ((changed & IEEE80211_CONF_CHANGE_POWER) &&
3106 (sc->power_level != conf->power_level)) {
3107 sc->power_level = conf->power_level;
3108
3109 /* Half dB steps */
3110 ath5k_hw_set_txpower_limit(ah, (conf->power_level * 2));
3111 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003112
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04003113 /* TODO:
3114 * 1) Move this on config_interface and handle each case
3115 * separately eg. when we have only one STA vif, use
3116 * AR5K_ANTMODE_SINGLE_AP
3117 *
3118 * 2) Allow the user to change antenna mode eg. when only
3119 * one antenna is present
3120 *
3121 * 3) Allow the user to set default/tx antenna when possible
3122 *
3123 * 4) Default mode should handle 90% of the cases, together
3124 * with fixed a/b and single AP modes we should be able to
3125 * handle 99%. Sectored modes are extreme cases and i still
3126 * haven't found a usage for them. If we decide to support them,
3127 * then we must allow the user to set how many tx antennas we
3128 * have available
3129 */
Bruno Randolfcaec9112010-03-09 16:55:28 +09003130 ath5k_hw_set_antenna_mode(ah, ah->ah_ant_mode);
Bob Copelandbe009372009-01-22 08:44:16 -05003131
John W. Linville55aa4e02009-05-25 21:28:47 +02003132unlock:
Bob Copelandbe009372009-01-22 08:44:16 -05003133 mutex_unlock(&sc->lock);
John W. Linville55aa4e02009-05-25 21:28:47 +02003134 return ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003135}
3136
Johannes Berg3ac64be2009-08-17 16:16:53 +02003137static u64 ath5k_prepare_multicast(struct ieee80211_hw *hw,
Jiri Pirko22bedad32010-04-01 21:22:57 +00003138 struct netdev_hw_addr_list *mc_list)
Johannes Berg3ac64be2009-08-17 16:16:53 +02003139{
3140 u32 mfilt[2], val;
Johannes Berg3ac64be2009-08-17 16:16:53 +02003141 u8 pos;
Jiri Pirko22bedad32010-04-01 21:22:57 +00003142 struct netdev_hw_addr *ha;
Johannes Berg3ac64be2009-08-17 16:16:53 +02003143
3144 mfilt[0] = 0;
3145 mfilt[1] = 1;
3146
Jiri Pirko22bedad32010-04-01 21:22:57 +00003147 netdev_hw_addr_list_for_each(ha, mc_list) {
Johannes Berg3ac64be2009-08-17 16:16:53 +02003148 /* calculate XOR of eight 6-bit values */
Jiri Pirko22bedad32010-04-01 21:22:57 +00003149 val = get_unaligned_le32(ha->addr + 0);
Johannes Berg3ac64be2009-08-17 16:16:53 +02003150 pos = (val >> 18) ^ (val >> 12) ^ (val >> 6) ^ val;
Jiri Pirko22bedad32010-04-01 21:22:57 +00003151 val = get_unaligned_le32(ha->addr + 3);
Johannes Berg3ac64be2009-08-17 16:16:53 +02003152 pos ^= (val >> 18) ^ (val >> 12) ^ (val >> 6) ^ val;
3153 pos &= 0x3f;
3154 mfilt[pos / 32] |= (1 << (pos % 32));
3155 /* XXX: we might be able to just do this instead,
3156 * but not sure, needs testing, if we do use this we'd
3157 * neet to inform below to not reset the mcast */
3158 /* ath5k_hw_set_mcast_filterindex(ah,
Jiri Pirko22bedad32010-04-01 21:22:57 +00003159 * ha->addr[5]); */
Johannes Berg3ac64be2009-08-17 16:16:53 +02003160 }
3161
3162 return ((u64)(mfilt[1]) << 32) | mfilt[0];
3163}
3164
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003165static bool ath_any_vif_assoc(struct ath5k_softc *sc)
3166{
3167 struct ath_vif_iter_data iter_data;
3168 iter_data.hw_macaddr = NULL;
3169 iter_data.any_assoc = false;
3170 iter_data.need_set_hw_addr = false;
3171 iter_data.found_active = true;
3172
3173 ieee80211_iterate_active_interfaces_atomic(sc->hw, ath_vif_iter,
3174 &iter_data);
3175 return iter_data.any_assoc;
3176}
3177
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003178#define SUPPORTED_FIF_FLAGS \
3179 FIF_PROMISC_IN_BSS | FIF_ALLMULTI | FIF_FCSFAIL | \
3180 FIF_PLCPFAIL | FIF_CONTROL | FIF_OTHER_BSS | \
3181 FIF_BCN_PRBRESP_PROMISC
3182/*
3183 * o always accept unicast, broadcast, and multicast traffic
3184 * o multicast traffic for all BSSIDs will be enabled if mac80211
3185 * says it should be
3186 * o maintain current state of phy ofdm or phy cck error reception.
3187 * If the hardware detects any of these type of errors then
3188 * ath5k_hw_get_rx_filter() will pass to us the respective
3189 * hardware filters to be able to receive these type of frames.
3190 * o probe request frames are accepted only when operating in
3191 * hostap, adhoc, or monitor modes
3192 * o enable promiscuous mode according to the interface state
3193 * o accept beacons:
3194 * - when operating in adhoc mode so the 802.11 layer creates
3195 * node table entries for peers,
3196 * - when operating in station mode for collecting rssi data when
3197 * the station is otherwise quiet, or
3198 * - when scanning
3199 */
3200static void ath5k_configure_filter(struct ieee80211_hw *hw,
3201 unsigned int changed_flags,
3202 unsigned int *new_flags,
Johannes Berg3ac64be2009-08-17 16:16:53 +02003203 u64 multicast)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003204{
3205 struct ath5k_softc *sc = hw->priv;
3206 struct ath5k_hw *ah = sc->ah;
Johannes Berg3ac64be2009-08-17 16:16:53 +02003207 u32 mfilt[2], rfilt;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003208
Bob Copeland56d1de02009-08-24 23:00:30 -04003209 mutex_lock(&sc->lock);
3210
Johannes Berg3ac64be2009-08-17 16:16:53 +02003211 mfilt[0] = multicast;
3212 mfilt[1] = multicast >> 32;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003213
3214 /* Only deal with supported flags */
3215 changed_flags &= SUPPORTED_FIF_FLAGS;
3216 *new_flags &= SUPPORTED_FIF_FLAGS;
3217
3218 /* If HW detects any phy or radar errors, leave those filters on.
3219 * Also, always enable Unicast, Broadcasts and Multicast
3220 * XXX: move unicast, bssid broadcasts and multicast to mac80211 */
3221 rfilt = (ath5k_hw_get_rx_filter(ah) & (AR5K_RX_FILTER_PHYERR)) |
3222 (AR5K_RX_FILTER_UCAST | AR5K_RX_FILTER_BCAST |
3223 AR5K_RX_FILTER_MCAST);
3224
3225 if (changed_flags & (FIF_PROMISC_IN_BSS | FIF_OTHER_BSS)) {
3226 if (*new_flags & FIF_PROMISC_IN_BSS) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003227 __set_bit(ATH_STAT_PROMISC, sc->status);
John Daiker0bbac082008-10-17 12:16:00 -07003228 } else {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003229 __clear_bit(ATH_STAT_PROMISC, sc->status);
John Daiker0bbac082008-10-17 12:16:00 -07003230 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003231 }
3232
Bob Copeland6b5dcccb2010-06-04 08:14:14 -04003233 if (test_bit(ATH_STAT_PROMISC, sc->status))
3234 rfilt |= AR5K_RX_FILTER_PROM;
3235
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003236 /* Note, AR5K_RX_FILTER_MCAST is already enabled */
3237 if (*new_flags & FIF_ALLMULTI) {
3238 mfilt[0] = ~0;
3239 mfilt[1] = ~0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003240 }
3241
3242 /* This is the best we can do */
3243 if (*new_flags & (FIF_FCSFAIL | FIF_PLCPFAIL))
3244 rfilt |= AR5K_RX_FILTER_PHYERR;
3245
3246 /* FIF_BCN_PRBRESP_PROMISC really means to enable beacons
Bob Copeland30bf4162010-08-15 13:03:15 -04003247 * and probes for any BSSID */
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003248 if ((*new_flags & FIF_BCN_PRBRESP_PROMISC) || (sc->nvifs > 1))
Bob Copeland30bf4162010-08-15 13:03:15 -04003249 rfilt |= AR5K_RX_FILTER_BEACON;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003250
3251 /* FIF_CONTROL doc says that if FIF_PROMISC_IN_BSS is not
3252 * set we should only pass on control frames for this
3253 * station. This needs testing. I believe right now this
3254 * enables *all* control frames, which is OK.. but
3255 * but we should see if we can improve on granularity */
3256 if (*new_flags & FIF_CONTROL)
3257 rfilt |= AR5K_RX_FILTER_CONTROL;
3258
3259 /* Additional settings per mode -- this is per ath5k */
3260
3261 /* XXX move these to mac80211, and add a beacon IFF flag to mac80211 */
3262
Bob Copeland56d1de02009-08-24 23:00:30 -04003263 switch (sc->opmode) {
3264 case NL80211_IFTYPE_MESH_POINT:
Bob Copeland56d1de02009-08-24 23:00:30 -04003265 rfilt |= AR5K_RX_FILTER_CONTROL |
3266 AR5K_RX_FILTER_BEACON |
3267 AR5K_RX_FILTER_PROBEREQ |
3268 AR5K_RX_FILTER_PROM;
3269 break;
3270 case NL80211_IFTYPE_AP:
3271 case NL80211_IFTYPE_ADHOC:
3272 rfilt |= AR5K_RX_FILTER_PROBEREQ |
3273 AR5K_RX_FILTER_BEACON;
3274 break;
3275 case NL80211_IFTYPE_STATION:
3276 if (sc->assoc)
3277 rfilt |= AR5K_RX_FILTER_BEACON;
3278 default:
3279 break;
3280 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003281
3282 /* Set filters */
John Daiker0bbac082008-10-17 12:16:00 -07003283 ath5k_hw_set_rx_filter(ah, rfilt);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003284
3285 /* Set multicast bits */
3286 ath5k_hw_set_mcast_filter(ah, mfilt[0], mfilt[1]);
Bob Copelanda180a132010-08-15 13:03:12 -04003287 /* Set the cached hw filter flags, this will later actually
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003288 * be set in HW */
3289 sc->filter_flags = rfilt;
Bob Copeland56d1de02009-08-24 23:00:30 -04003290
3291 mutex_unlock(&sc->lock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003292}
3293
3294static int
3295ath5k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003296 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
3297 struct ieee80211_key_conf *key)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003298{
3299 struct ath5k_softc *sc = hw->priv;
Luis R. Rodriguezdc1e0012009-11-04 17:47:31 -08003300 struct ath5k_hw *ah = sc->ah;
3301 struct ath_common *common = ath5k_hw_common(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003302 int ret = 0;
3303
Bob Copeland9ad9a262008-10-29 08:30:54 -04003304 if (modparam_nohwcrypt)
3305 return -EOPNOTSUPP;
3306
Johannes Berg97359d12010-08-10 09:46:38 +02003307 switch (key->cipher) {
3308 case WLAN_CIPHER_SUITE_WEP40:
3309 case WLAN_CIPHER_SUITE_WEP104:
3310 case WLAN_CIPHER_SUITE_TKIP:
Bob Copeland3f64b432008-10-29 23:19:14 -04003311 break;
Johannes Berg97359d12010-08-10 09:46:38 +02003312 case WLAN_CIPHER_SUITE_CCMP:
Bruno Randolf781f3132010-09-08 16:04:59 +09003313 if (common->crypt_caps & ATH_CRYPT_CAP_CIPHER_AESCCM)
Bob Copeland1c818742009-08-24 23:00:33 -04003314 break;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003315 return -EOPNOTSUPP;
3316 default:
3317 WARN_ON(1);
3318 return -EINVAL;
3319 }
3320
3321 mutex_lock(&sc->lock);
3322
3323 switch (cmd) {
3324 case SET_KEY:
Bruno Randolfe0f8c2a2010-09-08 16:04:43 +09003325 ret = ath_key_config(common, vif, sta, key);
3326 if (ret >= 0) {
3327 key->hw_key_idx = ret;
3328 /* push IV and Michael MIC generation to stack */
3329 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
3330 if (key->cipher == WLAN_CIPHER_SUITE_TKIP)
3331 key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
3332 if (key->cipher == WLAN_CIPHER_SUITE_CCMP)
3333 key->flags |= IEEE80211_KEY_FLAG_SW_MGMT;
3334 ret = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003335 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003336 break;
3337 case DISABLE_KEY:
Bruno Randolfe0f8c2a2010-09-08 16:04:43 +09003338 ath_key_delete(common, key);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003339 break;
3340 default:
3341 ret = -EINVAL;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003342 }
3343
Jiri Slaby274c7c32008-07-15 17:44:20 +02003344 mmiowb();
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003345 mutex_unlock(&sc->lock);
3346 return ret;
3347}
3348
3349static int
3350ath5k_get_stats(struct ieee80211_hw *hw,
3351 struct ieee80211_low_level_stats *stats)
3352{
3353 struct ath5k_softc *sc = hw->priv;
Nick Kossifidis194828a2008-04-16 18:49:02 +03003354
3355 /* Force update */
Bruno Randolf495391d2010-03-25 14:49:36 +09003356 ath5k_hw_update_mib_counters(sc->ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003357
Bruno Randolf495391d2010-03-25 14:49:36 +09003358 stats->dot11ACKFailureCount = sc->stats.ack_fail;
3359 stats->dot11RTSFailureCount = sc->stats.rts_fail;
3360 stats->dot11RTSSuccessCount = sc->stats.rts_ok;
3361 stats->dot11FCSErrorCount = sc->stats.fcs_error;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003362
3363 return 0;
3364}
3365
Holger Schurig55ee82b2010-04-19 10:24:22 +02003366static int ath5k_get_survey(struct ieee80211_hw *hw, int idx,
3367 struct survey_info *survey)
3368{
3369 struct ath5k_softc *sc = hw->priv;
3370 struct ieee80211_conf *conf = &hw->conf;
Bruno Randolfedb40a22010-10-19 16:56:54 +09003371 struct ath_common *common = ath5k_hw_common(sc->ah);
3372 struct ath_cycle_counters *cc = &common->cc_survey;
3373 unsigned int div = common->clockrate * 1000;
Holger Schurig55ee82b2010-04-19 10:24:22 +02003374
Bruno Randolfedb40a22010-10-19 16:56:54 +09003375 if (idx != 0)
Holger Schurig55ee82b2010-04-19 10:24:22 +02003376 return -ENOENT;
3377
Bruno Randolfedb40a22010-10-19 16:56:54 +09003378 spin_lock_bh(&common->cc_lock);
3379 ath_hw_cycle_counters_update(common);
3380 if (cc->cycles > 0) {
Bruno Randolff15a4bb2010-12-16 16:22:20 +09003381 sc->survey.channel_time += cc->cycles / div;
3382 sc->survey.channel_time_busy += cc->rx_busy / div;
3383 sc->survey.channel_time_rx += cc->rx_frame / div;
3384 sc->survey.channel_time_tx += cc->tx_frame / div;
Bruno Randolfedb40a22010-10-19 16:56:54 +09003385 }
3386 memset(cc, 0, sizeof(*cc));
3387 spin_unlock_bh(&common->cc_lock);
3388
Bruno Randolff15a4bb2010-12-16 16:22:20 +09003389 memcpy(survey, &sc->survey, sizeof(*survey));
3390
3391 survey->channel = conf->channel;
3392 survey->noise = sc->ah->ah_noise_floor;
3393 survey->filled = SURVEY_INFO_NOISE_DBM |
3394 SURVEY_INFO_CHANNEL_TIME |
3395 SURVEY_INFO_CHANNEL_TIME_BUSY |
3396 SURVEY_INFO_CHANNEL_TIME_RX |
3397 SURVEY_INFO_CHANNEL_TIME_TX;
3398
Holger Schurig55ee82b2010-04-19 10:24:22 +02003399 return 0;
3400}
3401
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003402static u64
3403ath5k_get_tsf(struct ieee80211_hw *hw)
3404{
3405 struct ath5k_softc *sc = hw->priv;
3406
3407 return ath5k_hw_get_tsf64(sc->ah);
3408}
3409
3410static void
Alina Friedrichsen3b5d6652009-01-24 07:09:59 +01003411ath5k_set_tsf(struct ieee80211_hw *hw, u64 tsf)
3412{
3413 struct ath5k_softc *sc = hw->priv;
3414
3415 ath5k_hw_set_tsf64(sc->ah, tsf);
3416}
3417
3418static void
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003419ath5k_reset_tsf(struct ieee80211_hw *hw)
3420{
3421 struct ath5k_softc *sc = hw->priv;
3422
Bruno Randolf9804b982008-01-19 18:17:59 +09003423 /*
3424 * in IBSS mode we need to update the beacon timers too.
3425 * this will also reset the TSF if we call it with 0
3426 */
Johannes Berg05c914f2008-09-11 00:01:58 +02003427 if (sc->opmode == NL80211_IFTYPE_ADHOC)
Bruno Randolf9804b982008-01-19 18:17:59 +09003428 ath5k_beacon_update_timers(sc, 0);
3429 else
3430 ath5k_hw_reset_tsf(sc->ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003431}
3432
Martin Xu02969b32008-11-24 10:49:27 +08003433static void
3434set_beacon_filter(struct ieee80211_hw *hw, bool enable)
3435{
3436 struct ath5k_softc *sc = hw->priv;
3437 struct ath5k_hw *ah = sc->ah;
3438 u32 rfilt;
3439 rfilt = ath5k_hw_get_rx_filter(ah);
3440 if (enable)
3441 rfilt |= AR5K_RX_FILTER_BEACON;
3442 else
3443 rfilt &= ~AR5K_RX_FILTER_BEACON;
3444 ath5k_hw_set_rx_filter(ah, rfilt);
3445 sc->filter_flags = rfilt;
3446}
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003447
Martin Xu02969b32008-11-24 10:49:27 +08003448static void ath5k_bss_info_changed(struct ieee80211_hw *hw,
3449 struct ieee80211_vif *vif,
3450 struct ieee80211_bss_conf *bss_conf,
3451 u32 changes)
3452{
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003453 struct ath5k_vif *avf = (void *)vif->drv_priv;
Martin Xu02969b32008-11-24 10:49:27 +08003454 struct ath5k_softc *sc = hw->priv;
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003455 struct ath5k_hw *ah = sc->ah;
Luis R. Rodriguez954fece2009-09-10 10:51:33 -07003456 struct ath_common *common = ath5k_hw_common(ah);
Bob Copeland21800492009-07-04 12:59:52 -04003457 unsigned long flags;
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003458
3459 mutex_lock(&sc->lock);
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003460
3461 if (changes & BSS_CHANGED_BSSID) {
3462 /* Cache for later use during resets */
Luis R. Rodriguez954fece2009-09-10 10:51:33 -07003463 memcpy(common->curbssid, bss_conf->bssid, ETH_ALEN);
Luis R. Rodriguez8ce54c52009-10-06 20:44:34 -04003464 common->curaid = 0;
Nick Kossifidis418de6d2010-08-15 13:03:10 -04003465 ath5k_hw_set_bssid(ah);
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003466 mmiowb();
3467 }
Johannes Berg57c4d7b2009-04-23 16:10:04 +02003468
3469 if (changes & BSS_CHANGED_BEACON_INT)
3470 sc->bintval = bss_conf->beacon_int;
3471
Martin Xu02969b32008-11-24 10:49:27 +08003472 if (changes & BSS_CHANGED_ASSOC) {
Ben Greearb1ae1ed2010-09-30 12:22:58 -07003473 avf->assoc = bss_conf->assoc;
3474 if (bss_conf->assoc)
3475 sc->assoc = bss_conf->assoc;
3476 else
3477 sc->assoc = ath_any_vif_assoc(sc);
3478
Martin Xu02969b32008-11-24 10:49:27 +08003479 if (sc->opmode == NL80211_IFTYPE_STATION)
3480 set_beacon_filter(hw, sc->assoc);
Bob Copelandf0f3d382009-06-10 22:22:21 -04003481 ath5k_hw_set_ledstate(sc->ah, sc->assoc ?
3482 AR5K_LED_ASSOC : AR5K_LED_INIT);
Luis R. Rodriguez8ce54c52009-10-06 20:44:34 -04003483 if (bss_conf->assoc) {
3484 ATH5K_DBG(sc, ATH5K_DEBUG_ANY,
3485 "Bss Info ASSOC %d, bssid: %pM\n",
3486 bss_conf->aid, common->curbssid);
3487 common->curaid = bss_conf->aid;
Nick Kossifidis418de6d2010-08-15 13:03:10 -04003488 ath5k_hw_set_bssid(ah);
Luis R. Rodriguez8ce54c52009-10-06 20:44:34 -04003489 /* Once ANI is available you would start it here */
3490 }
Martin Xu02969b32008-11-24 10:49:27 +08003491 }
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003492
Bob Copeland21800492009-07-04 12:59:52 -04003493 if (changes & BSS_CHANGED_BEACON) {
3494 spin_lock_irqsave(&sc->block, flags);
3495 ath5k_beacon_update(hw, vif);
3496 spin_unlock_irqrestore(&sc->block, flags);
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003497 }
3498
Bob Copeland21800492009-07-04 12:59:52 -04003499 if (changes & BSS_CHANGED_BEACON_ENABLED)
3500 sc->enable_beacon = bss_conf->enable_beacon;
3501
3502 if (changes & (BSS_CHANGED_BEACON | BSS_CHANGED_BEACON_ENABLED |
3503 BSS_CHANGED_BEACON_INT))
3504 ath5k_beacon_config(sc);
3505
Johannes Berg2d0ddec2009-04-23 16:13:26 +02003506 mutex_unlock(&sc->lock);
Martin Xu02969b32008-11-24 10:49:27 +08003507}
Bob Copelandf0f3d382009-06-10 22:22:21 -04003508
3509static void ath5k_sw_scan_start(struct ieee80211_hw *hw)
3510{
3511 struct ath5k_softc *sc = hw->priv;
3512 if (!sc->assoc)
3513 ath5k_hw_set_ledstate(sc->ah, AR5K_LED_SCAN);
3514}
3515
3516static void ath5k_sw_scan_complete(struct ieee80211_hw *hw)
3517{
3518 struct ath5k_softc *sc = hw->priv;
3519 ath5k_hw_set_ledstate(sc->ah, sc->assoc ?
3520 AR5K_LED_ASSOC : AR5K_LED_INIT);
3521}
Lukáš Turek6e08d222009-12-21 22:50:51 +01003522
3523/**
3524 * ath5k_set_coverage_class - Set IEEE 802.11 coverage class
3525 *
3526 * @hw: struct ieee80211_hw pointer
3527 * @coverage_class: IEEE 802.11 coverage class number
3528 *
3529 * Mac80211 callback. Sets slot time, ACK timeout and CTS timeout for given
3530 * coverage class. The values are persistent, they are restored after device
3531 * reset.
3532 */
3533static void ath5k_set_coverage_class(struct ieee80211_hw *hw, u8 coverage_class)
3534{
3535 struct ath5k_softc *sc = hw->priv;
3536
3537 mutex_lock(&sc->lock);
3538 ath5k_hw_set_coverage_class(sc->ah, coverage_class);
3539 mutex_unlock(&sc->lock);
3540}
Bob Copeland8a63fac2010-09-17 12:45:07 +09003541
Bruno Randolfe0b1cc52010-09-17 11:37:18 +09003542static int ath5k_conf_tx(struct ieee80211_hw *hw, u16 queue,
3543 const struct ieee80211_tx_queue_params *params)
3544{
3545 struct ath5k_softc *sc = hw->priv;
3546 struct ath5k_hw *ah = sc->ah;
3547 struct ath5k_txq_info qi;
3548 int ret = 0;
3549
3550 if (queue >= ah->ah_capabilities.cap_queues.q_tx_num)
3551 return 0;
3552
3553 mutex_lock(&sc->lock);
3554
3555 ath5k_hw_get_tx_queueprops(ah, queue, &qi);
3556
3557 qi.tqi_aifs = params->aifs;
3558 qi.tqi_cw_min = params->cw_min;
3559 qi.tqi_cw_max = params->cw_max;
3560 qi.tqi_burst_time = params->txop;
3561
3562 ATH5K_DBG(sc, ATH5K_DEBUG_ANY,
3563 "Configure tx [queue %d], "
3564 "aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n",
3565 queue, params->aifs, params->cw_min,
3566 params->cw_max, params->txop);
3567
3568 if (ath5k_hw_set_tx_queueprops(ah, queue, &qi)) {
3569 ATH5K_ERR(sc,
3570 "Unable to update hardware queue %u!\n", queue);
3571 ret = -EIO;
3572 } else
3573 ath5k_hw_reset_tx_queue(ah, queue);
3574
3575 mutex_unlock(&sc->lock);
3576
3577 return ret;
3578}
3579
Bruno Randolf72a80112010-11-10 12:51:01 +09003580static int ath5k_set_antenna(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant)
3581{
3582 struct ath5k_softc *sc = hw->priv;
3583
3584 if (tx_ant == 1 && rx_ant == 1)
3585 ath5k_hw_set_antenna_mode(sc->ah, AR5K_ANTMODE_FIXED_A);
3586 else if (tx_ant == 2 && rx_ant == 2)
3587 ath5k_hw_set_antenna_mode(sc->ah, AR5K_ANTMODE_FIXED_B);
3588 else if ((tx_ant & 3) == 3 && (rx_ant & 3) == 3)
3589 ath5k_hw_set_antenna_mode(sc->ah, AR5K_ANTMODE_DEFAULT);
3590 else
3591 return -EINVAL;
3592 return 0;
3593}
3594
3595static int ath5k_get_antenna(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant)
3596{
3597 struct ath5k_softc *sc = hw->priv;
3598
3599 switch (sc->ah->ah_ant_mode) {
3600 case AR5K_ANTMODE_FIXED_A:
3601 *tx_ant = 1; *rx_ant = 1; break;
3602 case AR5K_ANTMODE_FIXED_B:
3603 *tx_ant = 2; *rx_ant = 2; break;
3604 case AR5K_ANTMODE_DEFAULT:
3605 *tx_ant = 3; *rx_ant = 3; break;
3606 }
3607 return 0;
3608}
3609
Felix Fietkau132b1c32010-12-02 10:26:56 +01003610const struct ieee80211_ops ath5k_hw_ops = {
Bob Copeland8a63fac2010-09-17 12:45:07 +09003611 .tx = ath5k_tx,
3612 .start = ath5k_start,
3613 .stop = ath5k_stop,
3614 .add_interface = ath5k_add_interface,
3615 .remove_interface = ath5k_remove_interface,
3616 .config = ath5k_config,
3617 .prepare_multicast = ath5k_prepare_multicast,
3618 .configure_filter = ath5k_configure_filter,
3619 .set_key = ath5k_set_key,
3620 .get_stats = ath5k_get_stats,
3621 .get_survey = ath5k_get_survey,
Bruno Randolfe0b1cc52010-09-17 11:37:18 +09003622 .conf_tx = ath5k_conf_tx,
Bob Copeland8a63fac2010-09-17 12:45:07 +09003623 .get_tsf = ath5k_get_tsf,
3624 .set_tsf = ath5k_set_tsf,
3625 .reset_tsf = ath5k_reset_tsf,
3626 .bss_info_changed = ath5k_bss_info_changed,
3627 .sw_scan_start = ath5k_sw_scan_start,
3628 .sw_scan_complete = ath5k_sw_scan_complete,
3629 .set_coverage_class = ath5k_set_coverage_class,
Bruno Randolf72a80112010-11-10 12:51:01 +09003630 .set_antenna = ath5k_set_antenna,
3631 .get_antenna = ath5k_get_antenna,
Bob Copeland8a63fac2010-09-17 12:45:07 +09003632};