blob: 7021c9f2c0f7e490c70a985f93485f04dedb9b44 [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>
Alexey Dobriyanb7f080c2011-06-16 11:01:34 +000045#include <linux/dma-mapping.h>
Jiri Slaby274c7c32008-07-15 17:44:20 +020046#include <linux/hardirq.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020047#include <linux/if.h>
Jiri Slaby274c7c32008-07-15 17:44:20 +020048#include <linux/io.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020049#include <linux/netdevice.h>
50#include <linux/cache.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020051#include <linux/ethtool.h>
52#include <linux/uaccess.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090053#include <linux/slab.h>
Ben Greearb1ae1ed2010-09-30 12:22:58 -070054#include <linux/etherdevice.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020055
56#include <net/ieee80211_radiotap.h>
57
58#include <asm/unaligned.h>
59
60#include "base.h"
61#include "reg.h"
62#include "debug.h"
Bruno Randolf2111ac02010-04-02 18:44:08 +090063#include "ani.h"
Jiri Slabyfa1c1142007-08-12 17:33:16 +020064
Bob Copeland0e472252011-01-24 23:32:55 -050065#define CREATE_TRACE_POINTS
66#include "trace.h"
67
John W. Linville18cb6e32011-01-05 09:39:59 -050068int ath5k_modparam_nohwcrypt;
69module_param_named(nohwcrypt, ath5k_modparam_nohwcrypt, bool, S_IRUGO);
Bob Copeland9ad9a262008-10-29 08:30:54 -040070MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
Jiri Slabyfa1c1142007-08-12 17:33:16 +020071
Bob Copeland42639fc2009-03-30 08:05:29 -040072static int modparam_all_channels;
Bob Copeland46802a42009-04-15 07:57:34 -040073module_param_named(all_channels, modparam_all_channels, bool, S_IRUGO);
Bob Copeland42639fc2009-03-30 08:05:29 -040074MODULE_PARM_DESC(all_channels, "Expose all channels the device can use.");
75
Nick Kossifidisa99168e2011-06-02 03:09:48 +030076static int modparam_fastchanswitch;
77module_param_named(fastchanswitch, modparam_fastchanswitch, bool, S_IRUGO);
78MODULE_PARM_DESC(fastchanswitch, "Enable fast channel switching for AR2413/AR5413 radios.");
79
80
Jiri Slabyfa1c1142007-08-12 17:33:16 +020081/* Module info */
82MODULE_AUTHOR("Jiri Slaby");
83MODULE_AUTHOR("Nick Kossifidis");
84MODULE_DESCRIPTION("Support for 5xxx series of Atheros 802.11 wireless LAN cards.");
85MODULE_SUPPORTED_DEVICE("Atheros 5xxx WLAN cards");
86MODULE_LICENSE("Dual BSD/GPL");
Jiri Slabyfa1c1142007-08-12 17:33:16 +020087
Felix Fietkau132b1c32010-12-02 10:26:56 +010088static int ath5k_init(struct ieee80211_hw *hw);
Pavel Roskine0d687b2011-07-14 20:21:55 -040089static int ath5k_reset(struct ath5k_hw *ah, struct ieee80211_channel *chan,
Nick Kossifidis8aec7af2010-11-23 21:39:28 +020090 bool skip_pcu);
Jiri Slabyfa1c1142007-08-12 17:33:16 +020091
Jiri Slabyfa1c1142007-08-12 17:33:16 +020092/* Known SREVs */
Jiri Slaby2c91108c2009-03-07 10:26:41 +010093static const struct ath5k_srev_name srev_names[] = {
Felix Fietkaua0b907e2010-12-02 10:27:16 +010094#ifdef CONFIG_ATHEROS_AR231X
95 { "5312", AR5K_VERSION_MAC, AR5K_SREV_AR5312_R2 },
96 { "5312", AR5K_VERSION_MAC, AR5K_SREV_AR5312_R7 },
97 { "2313", AR5K_VERSION_MAC, AR5K_SREV_AR2313_R8 },
98 { "2315", AR5K_VERSION_MAC, AR5K_SREV_AR2315_R6 },
99 { "2315", AR5K_VERSION_MAC, AR5K_SREV_AR2315_R7 },
100 { "2317", AR5K_VERSION_MAC, AR5K_SREV_AR2317_R1 },
101 { "2317", AR5K_VERSION_MAC, AR5K_SREV_AR2317_R2 },
102#else
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300103 { "5210", AR5K_VERSION_MAC, AR5K_SREV_AR5210 },
104 { "5311", AR5K_VERSION_MAC, AR5K_SREV_AR5311 },
105 { "5311A", AR5K_VERSION_MAC, AR5K_SREV_AR5311A },
106 { "5311B", AR5K_VERSION_MAC, AR5K_SREV_AR5311B },
107 { "5211", AR5K_VERSION_MAC, AR5K_SREV_AR5211 },
108 { "5212", AR5K_VERSION_MAC, AR5K_SREV_AR5212 },
109 { "5213", AR5K_VERSION_MAC, AR5K_SREV_AR5213 },
110 { "5213A", AR5K_VERSION_MAC, AR5K_SREV_AR5213A },
111 { "2413", AR5K_VERSION_MAC, AR5K_SREV_AR2413 },
112 { "2414", AR5K_VERSION_MAC, AR5K_SREV_AR2414 },
113 { "5424", AR5K_VERSION_MAC, AR5K_SREV_AR5424 },
114 { "5413", AR5K_VERSION_MAC, AR5K_SREV_AR5413 },
115 { "5414", AR5K_VERSION_MAC, AR5K_SREV_AR5414 },
116 { "2415", AR5K_VERSION_MAC, AR5K_SREV_AR2415 },
117 { "5416", AR5K_VERSION_MAC, AR5K_SREV_AR5416 },
118 { "5418", AR5K_VERSION_MAC, AR5K_SREV_AR5418 },
119 { "2425", AR5K_VERSION_MAC, AR5K_SREV_AR2425 },
120 { "2417", AR5K_VERSION_MAC, AR5K_SREV_AR2417 },
Felix Fietkaua0b907e2010-12-02 10:27:16 +0100121#endif
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300122 { "xxxxx", AR5K_VERSION_MAC, AR5K_SREV_UNKNOWN },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200123 { "5110", AR5K_VERSION_RAD, AR5K_SREV_RAD_5110 },
124 { "5111", AR5K_VERSION_RAD, AR5K_SREV_RAD_5111 },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300125 { "5111A", AR5K_VERSION_RAD, AR5K_SREV_RAD_5111A },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200126 { "2111", AR5K_VERSION_RAD, AR5K_SREV_RAD_2111 },
127 { "5112", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112 },
128 { "5112A", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112A },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300129 { "5112B", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112B },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200130 { "2112", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112 },
131 { "2112A", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112A },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300132 { "2112B", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112B },
133 { "2413", AR5K_VERSION_RAD, AR5K_SREV_RAD_2413 },
134 { "5413", AR5K_VERSION_RAD, AR5K_SREV_RAD_5413 },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300135 { "5424", AR5K_VERSION_RAD, AR5K_SREV_RAD_5424 },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200136 { "5133", AR5K_VERSION_RAD, AR5K_SREV_RAD_5133 },
Felix Fietkaua0b907e2010-12-02 10:27:16 +0100137#ifdef CONFIG_ATHEROS_AR231X
138 { "2316", AR5K_VERSION_RAD, AR5K_SREV_RAD_2316 },
139 { "2317", AR5K_VERSION_RAD, AR5K_SREV_RAD_2317 },
140#endif
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200141 { "xxxxx", AR5K_VERSION_RAD, AR5K_SREV_UNKNOWN },
142};
143
Jiri Slaby2c91108c2009-03-07 10:26:41 +0100144static const struct ieee80211_rate ath5k_rates[] = {
Bruno Randolf63266a62008-07-30 17:12:58 +0200145 { .bitrate = 10,
146 .hw_value = ATH5K_RATE_CODE_1M, },
147 { .bitrate = 20,
148 .hw_value = ATH5K_RATE_CODE_2M,
149 .hw_value_short = ATH5K_RATE_CODE_2M | AR5K_SET_SHORT_PREAMBLE,
150 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
151 { .bitrate = 55,
152 .hw_value = ATH5K_RATE_CODE_5_5M,
153 .hw_value_short = ATH5K_RATE_CODE_5_5M | AR5K_SET_SHORT_PREAMBLE,
154 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
155 { .bitrate = 110,
156 .hw_value = ATH5K_RATE_CODE_11M,
157 .hw_value_short = ATH5K_RATE_CODE_11M | AR5K_SET_SHORT_PREAMBLE,
158 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
159 { .bitrate = 60,
160 .hw_value = ATH5K_RATE_CODE_6M,
161 .flags = 0 },
162 { .bitrate = 90,
163 .hw_value = ATH5K_RATE_CODE_9M,
164 .flags = 0 },
165 { .bitrate = 120,
166 .hw_value = ATH5K_RATE_CODE_12M,
167 .flags = 0 },
168 { .bitrate = 180,
169 .hw_value = ATH5K_RATE_CODE_18M,
170 .flags = 0 },
171 { .bitrate = 240,
172 .hw_value = ATH5K_RATE_CODE_24M,
173 .flags = 0 },
174 { .bitrate = 360,
175 .hw_value = ATH5K_RATE_CODE_36M,
176 .flags = 0 },
177 { .bitrate = 480,
178 .hw_value = ATH5K_RATE_CODE_48M,
179 .flags = 0 },
180 { .bitrate = 540,
181 .hw_value = ATH5K_RATE_CODE_54M,
182 .flags = 0 },
183 /* XR missing */
184};
185
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200186static inline u64 ath5k_extend_tsf(struct ath5k_hw *ah, u32 rstamp)
187{
188 u64 tsf = ath5k_hw_get_tsf64(ah);
189
190 if ((tsf & 0x7fff) < rstamp)
191 tsf -= 0x8000;
192
193 return (tsf & ~0x7fff) | rstamp;
194}
195
Felix Fietkaue5b046d2010-12-02 10:27:01 +0100196const char *
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200197ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val)
198{
199 const char *name = "xxxxx";
200 unsigned int i;
201
202 for (i = 0; i < ARRAY_SIZE(srev_names); i++) {
203 if (srev_names[i].sr_type != type)
204 continue;
Nick Kossifidis75d0edb2008-09-29 01:24:44 +0300205
206 if ((val & 0xf0) == srev_names[i].sr_val)
207 name = srev_names[i].sr_name;
208
209 if ((val & 0xff) == srev_names[i].sr_val) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200210 name = srev_names[i].sr_name;
211 break;
212 }
213 }
214
215 return name;
216}
Luis R. Rodrigueze5aa8472009-09-10 16:55:11 -0700217static unsigned int ath5k_ioread32(void *hw_priv, u32 reg_offset)
218{
219 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv;
220 return ath5k_hw_reg_read(ah, reg_offset);
221}
222
223static void ath5k_iowrite32(void *hw_priv, u32 val, u32 reg_offset)
224{
225 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv;
226 ath5k_hw_reg_write(ah, val, reg_offset);
227}
228
229static const struct ath_ops ath5k_common_ops = {
230 .read = ath5k_ioread32,
231 .write = ath5k_iowrite32,
232};
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200233
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200234/***********************\
235* Driver Initialization *
236\***********************/
237
Bob Copelandf769c362009-03-30 22:30:31 -0400238static int ath5k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request)
239{
240 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
Pavel Roskine0d687b2011-07-14 20:21:55 -0400241 struct ath5k_hw *ah = hw->priv;
242 struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah);
Bob Copelandf769c362009-03-30 22:30:31 -0400243
Luis R. Rodriguez608b88c2009-08-17 18:07:23 -0700244 return ath_reg_notifier_apply(wiphy, request, regulatory);
Bob Copelandf769c362009-03-30 22:30:31 -0400245}
246
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200247/********************\
248* Channel/mode setup *
249\********************/
250
251/*
Bob Copeland42639fc2009-03-30 08:05:29 -0400252 * Returns true for the channel numbers used without all_channels modparam.
253 */
Bruno Randolf410e6122011-01-19 18:20:57 +0900254static bool ath5k_is_standard_channel(short chan, enum ieee80211_band band)
Bob Copeland42639fc2009-03-30 08:05:29 -0400255{
Bruno Randolf410e6122011-01-19 18:20:57 +0900256 if (band == IEEE80211_BAND_2GHZ && chan <= 14)
257 return true;
258
259 return /* UNII 1,2 */
260 (((chan & 3) == 0 && chan >= 36 && chan <= 64) ||
Bob Copeland42639fc2009-03-30 08:05:29 -0400261 /* midband */
262 ((chan & 3) == 0 && chan >= 100 && chan <= 140) ||
263 /* UNII-3 */
Bruno Randolf410e6122011-01-19 18:20:57 +0900264 ((chan & 3) == 1 && chan >= 149 && chan <= 165) ||
265 /* 802.11j 5.030-5.080 GHz (20MHz) */
266 (chan == 8 || chan == 12 || chan == 16) ||
267 /* 802.11j 4.9GHz (20MHz) */
268 (chan == 184 || chan == 188 || chan == 192 || chan == 196));
Bob Copeland42639fc2009-03-30 08:05:29 -0400269}
270
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200271static unsigned int
Bruno Randolf97d9c3a2011-01-19 18:20:52 +0900272ath5k_setup_channels(struct ath5k_hw *ah, struct ieee80211_channel *channels,
273 unsigned int mode, unsigned int max)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200274{
Pavel Roskin32c25462011-07-23 09:29:09 -0400275 unsigned int count, size, freq, ch;
Bruno Randolf90c02d72011-01-19 18:20:36 +0900276 enum ieee80211_band band;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200277
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200278 switch (mode) {
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500279 case AR5K_MODE_11A:
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200280 /* 1..220, but 2GHz frequencies are filtered by check_channel */
Bruno Randolf97d9c3a2011-01-19 18:20:52 +0900281 size = 220;
Bruno Randolf90c02d72011-01-19 18:20:36 +0900282 band = IEEE80211_BAND_5GHZ;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200283 break;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500284 case AR5K_MODE_11B:
285 case AR5K_MODE_11G:
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500286 size = 26;
Bruno Randolf90c02d72011-01-19 18:20:36 +0900287 band = IEEE80211_BAND_2GHZ;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200288 break;
289 default:
Pavel Roskine0d687b2011-07-14 20:21:55 -0400290 ATH5K_WARN(ah, "bad mode, not copying channels\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200291 return 0;
292 }
293
Bruno Randolf2b1351a2011-01-21 12:19:52 +0900294 count = 0;
295 for (ch = 1; ch <= size && count < max; ch++) {
Bruno Randolf90c02d72011-01-19 18:20:36 +0900296 freq = ieee80211_channel_to_frequency(ch, band);
297
298 if (freq == 0) /* mapping failed - not a standard channel */
299 continue;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500300
Pavel Roskin32c25462011-07-23 09:29:09 -0400301 /* Write channel info, needed for ath5k_channel_ok() */
302 channels[count].center_freq = freq;
303 channels[count].band = band;
304 channels[count].hw_value = mode;
305
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200306 /* Check if channel is supported by the chipset */
Pavel Roskin32c25462011-07-23 09:29:09 -0400307 if (!ath5k_channel_ok(ah, &channels[count]))
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200308 continue;
309
Bruno Randolf410e6122011-01-19 18:20:57 +0900310 if (!modparam_all_channels &&
311 !ath5k_is_standard_channel(ch, band))
Bob Copeland42639fc2009-03-30 08:05:29 -0400312 continue;
313
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200314 count++;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200315 }
316
317 return count;
318}
319
Bruno Randolf63266a62008-07-30 17:12:58 +0200320static void
Pavel Roskine0d687b2011-07-14 20:21:55 -0400321ath5k_setup_rate_idx(struct ath5k_hw *ah, struct ieee80211_supported_band *b)
Bruno Randolf63266a62008-07-30 17:12:58 +0200322{
323 u8 i;
324
325 for (i = 0; i < AR5K_MAX_RATES; i++)
Pavel Roskine0d687b2011-07-14 20:21:55 -0400326 ah->rate_idx[b->band][i] = -1;
Bruno Randolf63266a62008-07-30 17:12:58 +0200327
328 for (i = 0; i < b->n_bitrates; i++) {
Pavel Roskine0d687b2011-07-14 20:21:55 -0400329 ah->rate_idx[b->band][b->bitrates[i].hw_value] = i;
Bruno Randolf63266a62008-07-30 17:12:58 +0200330 if (b->bitrates[i].hw_value_short)
Pavel Roskine0d687b2011-07-14 20:21:55 -0400331 ah->rate_idx[b->band][b->bitrates[i].hw_value_short] = i;
Bruno Randolf63266a62008-07-30 17:12:58 +0200332 }
333}
334
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200335static int
Bruno Randolf63266a62008-07-30 17:12:58 +0200336ath5k_setup_bands(struct ieee80211_hw *hw)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200337{
Pavel Roskine0d687b2011-07-14 20:21:55 -0400338 struct ath5k_hw *ah = hw->priv;
Bruno Randolf63266a62008-07-30 17:12:58 +0200339 struct ieee80211_supported_band *sband;
340 int max_c, count_c = 0;
341 int i;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200342
Pavel Roskine0d687b2011-07-14 20:21:55 -0400343 BUILD_BUG_ON(ARRAY_SIZE(ah->sbands) < IEEE80211_NUM_BANDS);
344 max_c = ARRAY_SIZE(ah->channels);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200345
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500346 /* 2GHz band */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400347 sband = &ah->sbands[IEEE80211_BAND_2GHZ];
Bruno Randolf63266a62008-07-30 17:12:58 +0200348 sband->band = IEEE80211_BAND_2GHZ;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400349 sband->bitrates = &ah->rates[IEEE80211_BAND_2GHZ][0];
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200350
Pavel Roskine0d687b2011-07-14 20:21:55 -0400351 if (test_bit(AR5K_MODE_11G, ah->ah_capabilities.cap_mode)) {
Bruno Randolf63266a62008-07-30 17:12:58 +0200352 /* G mode */
353 memcpy(sband->bitrates, &ath5k_rates[0],
354 sizeof(struct ieee80211_rate) * 12);
355 sband->n_bitrates = 12;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200356
Pavel Roskine0d687b2011-07-14 20:21:55 -0400357 sband->channels = ah->channels;
Bruno Randolf08105692011-01-19 18:20:47 +0900358 sband->n_channels = ath5k_setup_channels(ah, sband->channels,
Bruno Randolf63266a62008-07-30 17:12:58 +0200359 AR5K_MODE_11G, max_c);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500360
361 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband;
Bruno Randolf63266a62008-07-30 17:12:58 +0200362 count_c = sband->n_channels;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500363 max_c -= count_c;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400364 } else if (test_bit(AR5K_MODE_11B, ah->ah_capabilities.cap_mode)) {
Bruno Randolf63266a62008-07-30 17:12:58 +0200365 /* B mode */
366 memcpy(sband->bitrates, &ath5k_rates[0],
367 sizeof(struct ieee80211_rate) * 4);
368 sband->n_bitrates = 4;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500369
Bruno Randolf63266a62008-07-30 17:12:58 +0200370 /* 5211 only supports B rates and uses 4bit rate codes
371 * (e.g normally we have 0x1B for 1M, but on 5211 we have 0x0B)
372 * fix them up here:
373 */
374 if (ah->ah_version == AR5K_AR5211) {
375 for (i = 0; i < 4; i++) {
376 sband->bitrates[i].hw_value =
377 sband->bitrates[i].hw_value & 0xF;
378 sband->bitrates[i].hw_value_short =
379 sband->bitrates[i].hw_value_short & 0xF;
380 }
381 }
382
Pavel Roskine0d687b2011-07-14 20:21:55 -0400383 sband->channels = ah->channels;
Bruno Randolf08105692011-01-19 18:20:47 +0900384 sband->n_channels = ath5k_setup_channels(ah, sband->channels,
Bruno Randolf63266a62008-07-30 17:12:58 +0200385 AR5K_MODE_11B, max_c);
386
387 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband;
388 count_c = sband->n_channels;
389 max_c -= count_c;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500390 }
Pavel Roskine0d687b2011-07-14 20:21:55 -0400391 ath5k_setup_rate_idx(ah, sband);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500392
Bruno Randolf63266a62008-07-30 17:12:58 +0200393 /* 5GHz band, A mode */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400394 if (test_bit(AR5K_MODE_11A, ah->ah_capabilities.cap_mode)) {
395 sband = &ah->sbands[IEEE80211_BAND_5GHZ];
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500396 sband->band = IEEE80211_BAND_5GHZ;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400397 sband->bitrates = &ah->rates[IEEE80211_BAND_5GHZ][0];
Bruno Randolf63266a62008-07-30 17:12:58 +0200398
399 memcpy(sband->bitrates, &ath5k_rates[4],
400 sizeof(struct ieee80211_rate) * 8);
401 sband->n_bitrates = 8;
402
Pavel Roskine0d687b2011-07-14 20:21:55 -0400403 sband->channels = &ah->channels[count_c];
Bruno Randolf08105692011-01-19 18:20:47 +0900404 sband->n_channels = ath5k_setup_channels(ah, sband->channels,
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500405 AR5K_MODE_11A, max_c);
406
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500407 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = sband;
408 }
Pavel Roskine0d687b2011-07-14 20:21:55 -0400409 ath5k_setup_rate_idx(ah, sband);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500410
Pavel Roskine0d687b2011-07-14 20:21:55 -0400411 ath5k_debug_dump_bands(ah);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500412
413 return 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200414}
415
416/*
Joerg Alberte30eb4a2009-08-05 01:52:07 +0200417 * Set/change channels. We always reset the chip.
418 * To accomplish this we must first cleanup any pending DMA,
419 * then restart stuff after a la ath5k_init.
Bob Copelandbe009372009-01-22 08:44:16 -0500420 *
Pavel Roskine0d687b2011-07-14 20:21:55 -0400421 * Called with ah->lock.
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200422 */
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900423int
Pavel Roskine0d687b2011-07-14 20:21:55 -0400424ath5k_chan_set(struct ath5k_hw *ah, struct ieee80211_channel *chan)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200425{
Pavel Roskine0d687b2011-07-14 20:21:55 -0400426 ATH5K_DBG(ah, ATH5K_DEBUG_RESET,
Bruno Randolf8d67a032010-06-16 19:11:12 +0900427 "channel set, resetting (%u -> %u MHz)\n",
Pavel Roskine0d687b2011-07-14 20:21:55 -0400428 ah->curchan->center_freq, chan->center_freq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200429
Joerg Alberte30eb4a2009-08-05 01:52:07 +0200430 /*
431 * To switch channels clear any pending DMA operations;
432 * wait long enough for the RX fifo to drain, reset the
433 * hardware at the new frequency, and then re-enable
434 * the relevant bits of the h/w.
435 */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400436 return ath5k_reset(ah, chan, true);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200437}
438
Ben Greeare4b0b322011-03-03 14:39:05 -0800439void ath5k_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif)
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700440{
Ben Greeare4b0b322011-03-03 14:39:05 -0800441 struct ath5k_vif_iter_data *iter_data = data;
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700442 int i;
Ben Greear62c58fb2010-10-08 12:01:15 -0700443 struct ath5k_vif *avf = (void *)vif->drv_priv;
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700444
445 if (iter_data->hw_macaddr)
446 for (i = 0; i < ETH_ALEN; i++)
447 iter_data->mask[i] &=
448 ~(iter_data->hw_macaddr[i] ^ mac[i]);
449
450 if (!iter_data->found_active) {
451 iter_data->found_active = true;
452 memcpy(iter_data->active_mac, mac, ETH_ALEN);
453 }
454
455 if (iter_data->need_set_hw_addr && iter_data->hw_macaddr)
456 if (compare_ether_addr(iter_data->hw_macaddr, mac) == 0)
457 iter_data->need_set_hw_addr = false;
458
459 if (!iter_data->any_assoc) {
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700460 if (avf->assoc)
461 iter_data->any_assoc = true;
462 }
Ben Greear62c58fb2010-10-08 12:01:15 -0700463
464 /* Calculate combined mode - when APs are active, operate in AP mode.
465 * Otherwise use the mode of the new interface. This can currently
466 * only deal with combinations of APs and STAs. Only one ad-hoc
Ben Greear7afbb2f2010-11-10 11:43:51 -0800467 * interfaces is allowed.
Ben Greear62c58fb2010-10-08 12:01:15 -0700468 */
469 if (avf->opmode == NL80211_IFTYPE_AP)
470 iter_data->opmode = NL80211_IFTYPE_AP;
Ben Greeare4b0b322011-03-03 14:39:05 -0800471 else {
472 if (avf->opmode == NL80211_IFTYPE_STATION)
473 iter_data->n_stas++;
Ben Greear62c58fb2010-10-08 12:01:15 -0700474 if (iter_data->opmode == NL80211_IFTYPE_UNSPECIFIED)
475 iter_data->opmode = avf->opmode;
Ben Greeare4b0b322011-03-03 14:39:05 -0800476 }
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700477}
478
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900479void
Pavel Roskine0d687b2011-07-14 20:21:55 -0400480ath5k_update_bssid_mask_and_opmode(struct ath5k_hw *ah,
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900481 struct ieee80211_vif *vif)
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700482{
Pavel Roskine0d687b2011-07-14 20:21:55 -0400483 struct ath_common *common = ath5k_hw_common(ah);
Ben Greeare4b0b322011-03-03 14:39:05 -0800484 struct ath5k_vif_iter_data iter_data;
485 u32 rfilt;
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700486
487 /*
488 * Use the hardware MAC address as reference, the hardware uses it
489 * together with the BSSID mask when matching addresses.
490 */
491 iter_data.hw_macaddr = common->macaddr;
492 memset(&iter_data.mask, 0xff, ETH_ALEN);
493 iter_data.found_active = false;
494 iter_data.need_set_hw_addr = true;
Ben Greear62c58fb2010-10-08 12:01:15 -0700495 iter_data.opmode = NL80211_IFTYPE_UNSPECIFIED;
Ben Greeare4b0b322011-03-03 14:39:05 -0800496 iter_data.n_stas = 0;
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700497
498 if (vif)
Ben Greeare4b0b322011-03-03 14:39:05 -0800499 ath5k_vif_iter(&iter_data, vif->addr, vif);
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700500
501 /* Get list of all active MAC addresses */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400502 ieee80211_iterate_active_interfaces_atomic(ah->hw, ath5k_vif_iter,
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700503 &iter_data);
Pavel Roskine0d687b2011-07-14 20:21:55 -0400504 memcpy(ah->bssidmask, iter_data.mask, ETH_ALEN);
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700505
Pavel Roskine0d687b2011-07-14 20:21:55 -0400506 ah->opmode = iter_data.opmode;
507 if (ah->opmode == NL80211_IFTYPE_UNSPECIFIED)
Ben Greear62c58fb2010-10-08 12:01:15 -0700508 /* Nothing active, default to station mode */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400509 ah->opmode = NL80211_IFTYPE_STATION;
Ben Greear62c58fb2010-10-08 12:01:15 -0700510
Pavel Roskine0d687b2011-07-14 20:21:55 -0400511 ath5k_hw_set_opmode(ah, ah->opmode);
512 ATH5K_DBG(ah, ATH5K_DEBUG_MODE, "mode setup opmode %d (%s)\n",
513 ah->opmode, ath_opmode_to_string(ah->opmode));
Ben Greear62c58fb2010-10-08 12:01:15 -0700514
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700515 if (iter_data.need_set_hw_addr && iter_data.found_active)
Pavel Roskine0d687b2011-07-14 20:21:55 -0400516 ath5k_hw_set_lladdr(ah, iter_data.active_mac);
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700517
Pavel Roskine0d687b2011-07-14 20:21:55 -0400518 if (ath5k_hw_hasbssidmask(ah))
519 ath5k_hw_set_bssid_mask(ah, ah->bssidmask);
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700520
Ben Greeare4b0b322011-03-03 14:39:05 -0800521 /* Set up RX Filter */
522 if (iter_data.n_stas > 1) {
523 /* If you have multiple STA interfaces connected to
524 * different APs, ARPs are not received (most of the time?)
Pavel Roskin6a2a0e72011-07-09 00:17:51 -0400525 * Enabling PROMISC appears to fix that problem.
Ben Greeare4b0b322011-03-03 14:39:05 -0800526 */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400527 ah->filter_flags |= AR5K_RX_FILTER_PROM;
Ben Greeare4b0b322011-03-03 14:39:05 -0800528 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200529
Pavel Roskine0d687b2011-07-14 20:21:55 -0400530 rfilt = ah->filter_flags;
531 ath5k_hw_set_rx_filter(ah, rfilt);
532 ATH5K_DBG(ah, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200533}
534
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500535static inline int
Pavel Roskine0d687b2011-07-14 20:21:55 -0400536ath5k_hw_to_driver_rix(struct ath5k_hw *ah, int hw_rix)
Bruno Randolf63266a62008-07-30 17:12:58 +0200537{
Bob Copelandb7266042009-03-02 21:55:18 -0500538 int rix;
539
540 /* return base rate on errors */
541 if (WARN(hw_rix < 0 || hw_rix >= AR5K_MAX_RATES,
542 "hw_rix out of bounds: %x\n", hw_rix))
543 return 0;
544
Pavel Roskine0d687b2011-07-14 20:21:55 -0400545 rix = ah->rate_idx[ah->curchan->band][hw_rix];
Bob Copelandb7266042009-03-02 21:55:18 -0500546 if (WARN(rix < 0, "invalid hw_rix: %x\n", hw_rix))
547 rix = 0;
548
549 return rix;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500550}
551
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200552/***************\
553* Buffers setup *
554\***************/
555
Bob Copelandb6ea0352009-01-10 14:42:54 -0500556static
Pavel Roskine0d687b2011-07-14 20:21:55 -0400557struct sk_buff *ath5k_rx_skb_alloc(struct ath5k_hw *ah, dma_addr_t *skb_addr)
Bob Copelandb6ea0352009-01-10 14:42:54 -0500558{
Pavel Roskine0d687b2011-07-14 20:21:55 -0400559 struct ath_common *common = ath5k_hw_common(ah);
Bob Copelandb6ea0352009-01-10 14:42:54 -0500560 struct sk_buff *skb;
Bob Copelandb6ea0352009-01-10 14:42:54 -0500561
562 /*
563 * Allocate buffer with headroom_needed space for the
564 * fake physical layer header at the start.
565 */
Luis R. Rodriguezdb719712009-09-10 11:20:57 -0700566 skb = ath_rxbuf_alloc(common,
Luis R. Rodriguezdd849782009-11-04 09:44:50 -0800567 common->rx_bufsize,
Luis R. Rodriguezaeb63cf2009-08-12 09:57:00 -0700568 GFP_ATOMIC);
Bob Copelandb6ea0352009-01-10 14:42:54 -0500569
570 if (!skb) {
Pavel Roskine0d687b2011-07-14 20:21:55 -0400571 ATH5K_ERR(ah, "can't alloc skbuff of size %u\n",
Luis R. Rodriguezdd849782009-11-04 09:44:50 -0800572 common->rx_bufsize);
Bob Copelandb6ea0352009-01-10 14:42:54 -0500573 return NULL;
574 }
Bob Copelandb6ea0352009-01-10 14:42:54 -0500575
Pavel Roskine0d687b2011-07-14 20:21:55 -0400576 *skb_addr = dma_map_single(ah->dev,
Luis R. Rodriguezcc861f72009-11-04 09:11:34 -0800577 skb->data, common->rx_bufsize,
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100578 DMA_FROM_DEVICE);
579
Pavel Roskine0d687b2011-07-14 20:21:55 -0400580 if (unlikely(dma_mapping_error(ah->dev, *skb_addr))) {
581 ATH5K_ERR(ah, "%s: DMA mapping failed\n", __func__);
Bob Copelandb6ea0352009-01-10 14:42:54 -0500582 dev_kfree_skb(skb);
583 return NULL;
584 }
585 return skb;
586}
587
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200588static int
Pavel Roskine0d687b2011-07-14 20:21:55 -0400589ath5k_rxbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200590{
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200591 struct sk_buff *skb = bf->skb;
592 struct ath5k_desc *ds;
Bruno Randolfb5eae9f2010-05-19 10:18:16 +0900593 int ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200594
Bob Copelandb6ea0352009-01-10 14:42:54 -0500595 if (!skb) {
Pavel Roskine0d687b2011-07-14 20:21:55 -0400596 skb = ath5k_rx_skb_alloc(ah, &bf->skbaddr);
Bob Copelandb6ea0352009-01-10 14:42:54 -0500597 if (!skb)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200598 return -ENOMEM;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200599 bf->skb = skb;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200600 }
601
602 /*
603 * Setup descriptors. For receive we always terminate
604 * the descriptor list with a self-linked entry so we'll
605 * not get overrun under high load (as can happen with a
606 * 5212 when ANI processing enables PHY error frames).
607 *
Bruno Randolfbeade632010-06-16 19:11:25 +0900608 * To ensure the last descriptor is self-linked we create
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200609 * each descriptor as self-linked and add it to the end. As
610 * each additional descriptor is added the previous self-linked
Bruno Randolfbeade632010-06-16 19:11:25 +0900611 * entry is "fixed" naturally. This should be safe even
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200612 * if DMA is happening. When processing RX interrupts we
613 * never remove/process the last, self-linked, entry on the
Bruno Randolfbeade632010-06-16 19:11:25 +0900614 * descriptor list. This ensures the hardware always has
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200615 * someplace to write a new frame.
616 */
617 ds = bf->desc;
618 ds->ds_link = bf->daddr; /* link to self */
619 ds->ds_data = bf->skbaddr;
Bruno Randolfa6668192010-06-16 19:12:01 +0900620 ret = ath5k_hw_setup_rx_desc(ah, ds, ah->common.rx_bufsize, 0);
Bruno Randolf0452d4a2010-06-16 19:11:35 +0900621 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -0400622 ATH5K_ERR(ah, "%s: could not setup RX desc\n", __func__);
Bruno Randolfb5eae9f2010-05-19 10:18:16 +0900623 return ret;
Bruno Randolf0452d4a2010-06-16 19:11:35 +0900624 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200625
Pavel Roskine0d687b2011-07-14 20:21:55 -0400626 if (ah->rxlink != NULL)
627 *ah->rxlink = bf->daddr;
628 ah->rxlink = &ds->ds_link;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200629 return 0;
630}
631
Bob Copeland2ac29272010-02-09 13:06:54 -0500632static enum ath5k_pkt_type get_hw_packet_type(struct sk_buff *skb)
633{
634 struct ieee80211_hdr *hdr;
635 enum ath5k_pkt_type htype;
636 __le16 fc;
637
638 hdr = (struct ieee80211_hdr *)skb->data;
639 fc = hdr->frame_control;
640
641 if (ieee80211_is_beacon(fc))
642 htype = AR5K_PKT_TYPE_BEACON;
643 else if (ieee80211_is_probe_resp(fc))
644 htype = AR5K_PKT_TYPE_PROBE_RESP;
645 else if (ieee80211_is_atim(fc))
646 htype = AR5K_PKT_TYPE_ATIM;
647 else if (ieee80211_is_pspoll(fc))
648 htype = AR5K_PKT_TYPE_PSPOLL;
649 else
650 htype = AR5K_PKT_TYPE_NORMAL;
651
652 return htype;
653}
654
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200655static int
Pavel Roskine0d687b2011-07-14 20:21:55 -0400656ath5k_txbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf,
Benoit Papillault8127fbd2010-02-27 23:05:26 +0100657 struct ath5k_txq *txq, int padsize)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200658{
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200659 struct ath5k_desc *ds = bf->desc;
660 struct sk_buff *skb = bf->skb;
Johannes Berga888d522008-05-26 16:43:39 +0200661 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200662 unsigned int pktlen, flags, keyidx = AR5K_TXKEYIX_INVALID;
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200663 struct ieee80211_rate *rate;
664 unsigned int mrr_rate[3], mrr_tries[3];
665 int i, ret;
Bob Copeland8902ff42009-01-22 08:44:20 -0500666 u16 hw_rate;
Bob Copeland07c1e852009-01-22 08:44:21 -0500667 u16 cts_rate = 0;
668 u16 duration = 0;
Bob Copeland8902ff42009-01-22 08:44:20 -0500669 u8 rc_flags;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200670
671 flags = AR5K_TXDESC_INTREQ | AR5K_TXDESC_CLRDMASK;
Johannes Berge039fa42008-05-15 12:55:29 +0200672
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200673 /* XXX endianness */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400674 bf->skbaddr = dma_map_single(ah->dev, skb->data, skb->len,
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100675 DMA_TO_DEVICE);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200676
Pavel Roskine0d687b2011-07-14 20:21:55 -0400677 rate = ieee80211_get_tx_rate(ah->hw, info);
John W. Linvilled8e1ba72010-08-24 15:27:34 -0400678 if (!rate) {
679 ret = -EINVAL;
680 goto err_unmap;
681 }
Bob Copeland8902ff42009-01-22 08:44:20 -0500682
Johannes Berge039fa42008-05-15 12:55:29 +0200683 if (info->flags & IEEE80211_TX_CTL_NO_ACK)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200684 flags |= AR5K_TXDESC_NOACK;
685
Bob Copeland8902ff42009-01-22 08:44:20 -0500686 rc_flags = info->control.rates[0].flags;
687 hw_rate = (rc_flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) ?
688 rate->hw_value_short : rate->hw_value;
689
Bruno Randolf281c56d2008-02-05 18:44:55 +0900690 pktlen = skb->len;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200691
Nick Kossifidis8f655dd2009-03-15 22:20:35 +0200692 /* FIXME: If we are in g mode and rate is a CCK rate
693 * subtract ah->ah_txpower.txp_cck_ofdm_pwr_delta
694 * from tx power (value is in dB units already) */
Bob Copeland362695e2009-02-15 12:06:12 -0500695 if (info->control.hw_key) {
696 keyidx = info->control.hw_key->hw_key_idx;
697 pktlen += info->control.hw_key->icv_len;
698 }
Bob Copeland07c1e852009-01-22 08:44:21 -0500699 if (rc_flags & IEEE80211_TX_RC_USE_RTS_CTS) {
700 flags |= AR5K_TXDESC_RTSENA;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400701 cts_rate = ieee80211_get_rts_cts_rate(ah->hw, info)->hw_value;
702 duration = le16_to_cpu(ieee80211_rts_duration(ah->hw,
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700703 info->control.vif, pktlen, info));
Bob Copeland07c1e852009-01-22 08:44:21 -0500704 }
705 if (rc_flags & IEEE80211_TX_RC_USE_CTS_PROTECT) {
706 flags |= AR5K_TXDESC_CTSENA;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400707 cts_rate = ieee80211_get_rts_cts_rate(ah->hw, info)->hw_value;
708 duration = le16_to_cpu(ieee80211_ctstoself_duration(ah->hw,
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700709 info->control.vif, pktlen, info));
Bob Copeland07c1e852009-01-22 08:44:21 -0500710 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200711 ret = ah->ah_setup_tx_desc(ah, ds, pktlen,
Benoit Papillault8127fbd2010-02-27 23:05:26 +0100712 ieee80211_get_hdrlen_from_skb(skb), padsize,
Bob Copeland2ac29272010-02-09 13:06:54 -0500713 get_hw_packet_type(skb),
Pavel Roskine0d687b2011-07-14 20:21:55 -0400714 (ah->power_level * 2),
Bob Copeland8902ff42009-01-22 08:44:20 -0500715 hw_rate,
Nick Kossifidis2bed03e2009-04-30 15:55:49 -0400716 info->control.rates[0].count, keyidx, ah->ah_tx_ant, flags,
Bob Copeland07c1e852009-01-22 08:44:21 -0500717 cts_rate, duration);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200718 if (ret)
719 goto err_unmap;
720
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200721 memset(mrr_rate, 0, sizeof(mrr_rate));
722 memset(mrr_tries, 0, sizeof(mrr_tries));
723 for (i = 0; i < 3; i++) {
Pavel Roskine0d687b2011-07-14 20:21:55 -0400724 rate = ieee80211_get_alt_retry_rate(ah->hw, info, i);
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200725 if (!rate)
726 break;
727
728 mrr_rate[i] = rate->hw_value;
Johannes Berge6a98542008-10-21 12:40:02 +0200729 mrr_tries[i] = info->control.rates[i + 1].count;
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200730 }
731
Bruno Randolfa6668192010-06-16 19:12:01 +0900732 ath5k_hw_setup_mrr_tx_desc(ah, ds,
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200733 mrr_rate[0], mrr_tries[0],
734 mrr_rate[1], mrr_tries[1],
735 mrr_rate[2], mrr_tries[2]);
736
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200737 ds->ds_link = 0;
738 ds->ds_data = bf->skbaddr;
739
740 spin_lock_bh(&txq->lock);
741 list_add_tail(&bf->list, &txq->q);
Bruno Randolf925e0b02010-09-17 11:36:35 +0900742 txq->txq_len++;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200743 if (txq->link == NULL) /* is this first packet? */
Nick Kossifidisc6e387a2008-08-29 22:45:39 +0300744 ath5k_hw_set_txdp(ah, txq->qnum, bf->daddr);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200745 else /* no, so only link it */
746 *txq->link = bf->daddr;
747
748 txq->link = &ds->ds_link;
Nick Kossifidisc6e387a2008-08-29 22:45:39 +0300749 ath5k_hw_start_tx_dma(ah, txq->qnum);
Jiri Slaby274c7c32008-07-15 17:44:20 +0200750 mmiowb();
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200751 spin_unlock_bh(&txq->lock);
752
753 return 0;
754err_unmap:
Pavel Roskine0d687b2011-07-14 20:21:55 -0400755 dma_unmap_single(ah->dev, bf->skbaddr, skb->len, DMA_TO_DEVICE);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200756 return ret;
757}
758
759/*******************\
760* Descriptors setup *
761\*******************/
762
763static int
Pavel Roskine0d687b2011-07-14 20:21:55 -0400764ath5k_desc_alloc(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200765{
766 struct ath5k_desc *ds;
767 struct ath5k_buf *bf;
768 dma_addr_t da;
769 unsigned int i;
770 int ret;
771
772 /* allocate descriptors */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400773 ah->desc_len = sizeof(struct ath5k_desc) *
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200774 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1);
Felix Fietkauaeae4ac2010-12-02 10:26:51 +0100775
Pavel Roskine0d687b2011-07-14 20:21:55 -0400776 ah->desc = dma_alloc_coherent(ah->dev, ah->desc_len,
777 &ah->desc_daddr, GFP_KERNEL);
778 if (ah->desc == NULL) {
779 ATH5K_ERR(ah, "can't allocate descriptors\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200780 ret = -ENOMEM;
781 goto err;
782 }
Pavel Roskine0d687b2011-07-14 20:21:55 -0400783 ds = ah->desc;
784 da = ah->desc_daddr;
785 ATH5K_DBG(ah, ATH5K_DEBUG_ANY, "DMA map: %p (%zu) -> %llx\n",
786 ds, ah->desc_len, (unsigned long long)ah->desc_daddr);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200787
788 bf = kcalloc(1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF,
789 sizeof(struct ath5k_buf), GFP_KERNEL);
790 if (bf == NULL) {
Pavel Roskine0d687b2011-07-14 20:21:55 -0400791 ATH5K_ERR(ah, "can't allocate bufptr\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200792 ret = -ENOMEM;
793 goto err_free;
794 }
Pavel Roskine0d687b2011-07-14 20:21:55 -0400795 ah->bufptr = bf;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200796
Pavel Roskine0d687b2011-07-14 20:21:55 -0400797 INIT_LIST_HEAD(&ah->rxbuf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200798 for (i = 0; i < ATH_RXBUF; i++, bf++, ds++, da += sizeof(*ds)) {
799 bf->desc = ds;
800 bf->daddr = da;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400801 list_add_tail(&bf->list, &ah->rxbuf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200802 }
803
Pavel Roskine0d687b2011-07-14 20:21:55 -0400804 INIT_LIST_HEAD(&ah->txbuf);
805 ah->txbuf_len = ATH_TXBUF;
Pavel Roskine4bbf2f2011-07-07 18:14:13 -0400806 for (i = 0; i < ATH_TXBUF; i++, bf++, ds++, da += sizeof(*ds)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200807 bf->desc = ds;
808 bf->daddr = da;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400809 list_add_tail(&bf->list, &ah->txbuf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200810 }
811
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700812 /* beacon buffers */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400813 INIT_LIST_HEAD(&ah->bcbuf);
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700814 for (i = 0; i < ATH_BCBUF; i++, bf++, ds++, da += sizeof(*ds)) {
815 bf->desc = ds;
816 bf->daddr = da;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400817 list_add_tail(&bf->list, &ah->bcbuf);
Ben Greearb1ae1ed2010-09-30 12:22:58 -0700818 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200819
820 return 0;
821err_free:
Pavel Roskine0d687b2011-07-14 20:21:55 -0400822 dma_free_coherent(ah->dev, ah->desc_len, ah->desc, ah->desc_daddr);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200823err:
Pavel Roskine0d687b2011-07-14 20:21:55 -0400824 ah->desc = NULL;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200825 return ret;
826}
827
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900828void
Pavel Roskine0d687b2011-07-14 20:21:55 -0400829ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf)
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900830{
831 BUG_ON(!bf);
832 if (!bf->skb)
833 return;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400834 dma_unmap_single(ah->dev, bf->skbaddr, bf->skb->len,
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900835 DMA_TO_DEVICE);
836 dev_kfree_skb_any(bf->skb);
837 bf->skb = NULL;
838 bf->skbaddr = 0;
839 bf->desc->ds_data = 0;
840}
841
842void
Pavel Roskine0d687b2011-07-14 20:21:55 -0400843ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf)
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900844{
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900845 struct ath_common *common = ath5k_hw_common(ah);
846
847 BUG_ON(!bf);
848 if (!bf->skb)
849 return;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400850 dma_unmap_single(ah->dev, bf->skbaddr, common->rx_bufsize,
Bruno Randolfcd2c5482010-12-22 19:20:32 +0900851 DMA_FROM_DEVICE);
852 dev_kfree_skb_any(bf->skb);
853 bf->skb = NULL;
854 bf->skbaddr = 0;
855 bf->desc->ds_data = 0;
856}
857
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200858static void
Pavel Roskine0d687b2011-07-14 20:21:55 -0400859ath5k_desc_free(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200860{
861 struct ath5k_buf *bf;
862
Pavel Roskine0d687b2011-07-14 20:21:55 -0400863 list_for_each_entry(bf, &ah->txbuf, list)
864 ath5k_txbuf_free_skb(ah, bf);
865 list_for_each_entry(bf, &ah->rxbuf, list)
866 ath5k_rxbuf_free_skb(ah, bf);
867 list_for_each_entry(bf, &ah->bcbuf, list)
868 ath5k_txbuf_free_skb(ah, bf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200869
870 /* Free memory associated with all descriptors */
Pavel Roskine0d687b2011-07-14 20:21:55 -0400871 dma_free_coherent(ah->dev, ah->desc_len, ah->desc, ah->desc_daddr);
872 ah->desc = NULL;
873 ah->desc_daddr = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200874
Pavel Roskine0d687b2011-07-14 20:21:55 -0400875 kfree(ah->bufptr);
876 ah->bufptr = NULL;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200877}
878
879
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200880/**************\
881* Queues setup *
882\**************/
883
884static struct ath5k_txq *
Pavel Roskine0d687b2011-07-14 20:21:55 -0400885ath5k_txq_setup(struct ath5k_hw *ah,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200886 int qtype, int subtype)
887{
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200888 struct ath5k_txq *txq;
889 struct ath5k_txq_info qi = {
890 .tqi_subtype = subtype,
Bruno Randolfde8af452010-09-17 11:37:12 +0900891 /* XXX: default values not correct for B and XR channels,
892 * but who cares? */
893 .tqi_aifs = AR5K_TUNE_AIFS,
894 .tqi_cw_min = AR5K_TUNE_CWMIN,
895 .tqi_cw_max = AR5K_TUNE_CWMAX
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200896 };
897 int qnum;
898
899 /*
900 * Enable interrupts only for EOL and DESC conditions.
901 * We mark tx descriptors to receive a DESC interrupt
Bob Copelanda180a132010-08-15 13:03:12 -0400902 * when a tx queue gets deep; otherwise we wait for the
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200903 * EOL to reap descriptors. Note that this is done to
904 * reduce interrupt load and this only defers reaping
905 * descriptors, never transmitting frames. Aside from
906 * reducing interrupts this also permits more concurrency.
907 * The only potential downside is if the tx queue backs
908 * up in which case the top half of the kernel may backup
909 * due to a lack of tx descriptors.
910 */
911 qi.tqi_flags = AR5K_TXQ_FLAG_TXEOLINT_ENABLE |
912 AR5K_TXQ_FLAG_TXDESCINT_ENABLE;
913 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi);
914 if (qnum < 0) {
915 /*
916 * NB: don't print a message, this happens
917 * normally on parts with too few tx queues
918 */
919 return ERR_PTR(qnum);
920 }
Pavel Roskine0d687b2011-07-14 20:21:55 -0400921 if (qnum >= ARRAY_SIZE(ah->txqs)) {
922 ATH5K_ERR(ah, "hw qnum %u out of range, max %tu!\n",
923 qnum, ARRAY_SIZE(ah->txqs));
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200924 ath5k_hw_release_tx_queue(ah, qnum);
925 return ERR_PTR(-EINVAL);
926 }
Pavel Roskine0d687b2011-07-14 20:21:55 -0400927 txq = &ah->txqs[qnum];
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200928 if (!txq->setup) {
929 txq->qnum = qnum;
930 txq->link = NULL;
931 INIT_LIST_HEAD(&txq->q);
932 spin_lock_init(&txq->lock);
933 txq->setup = true;
Bruno Randolf925e0b02010-09-17 11:36:35 +0900934 txq->txq_len = 0;
John W. Linville81266ba2011-03-07 16:32:59 -0500935 txq->txq_max = ATH5K_TXQ_LEN_MAX;
Bruno Randolf4edd7612010-09-17 11:36:56 +0900936 txq->txq_poll_mark = false;
Bruno Randolf923e5b32010-09-17 11:37:02 +0900937 txq->txq_stuck = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200938 }
Pavel Roskine0d687b2011-07-14 20:21:55 -0400939 return &ah->txqs[qnum];
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200940}
941
942static int
943ath5k_beaconq_setup(struct ath5k_hw *ah)
944{
945 struct ath5k_txq_info qi = {
Bruno Randolfde8af452010-09-17 11:37:12 +0900946 /* XXX: default values not correct for B and XR channels,
947 * but who cares? */
948 .tqi_aifs = AR5K_TUNE_AIFS,
949 .tqi_cw_min = AR5K_TUNE_CWMIN,
950 .tqi_cw_max = AR5K_TUNE_CWMAX,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200951 /* NB: for dynamic turbo, don't enable any other interrupts */
952 .tqi_flags = AR5K_TXQ_FLAG_TXDESCINT_ENABLE
953 };
954
955 return ath5k_hw_setup_tx_queue(ah, AR5K_TX_QUEUE_BEACON, &qi);
956}
957
958static int
Pavel Roskine0d687b2011-07-14 20:21:55 -0400959ath5k_beaconq_config(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200960{
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200961 struct ath5k_txq_info qi;
962 int ret;
963
Pavel Roskine0d687b2011-07-14 20:21:55 -0400964 ret = ath5k_hw_get_tx_queueprops(ah, ah->bhalq, &qi);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200965 if (ret)
Bob Copelanda951ae22010-01-20 23:51:04 -0500966 goto err;
967
Pavel Roskine0d687b2011-07-14 20:21:55 -0400968 if (ah->opmode == NL80211_IFTYPE_AP ||
969 ah->opmode == NL80211_IFTYPE_MESH_POINT) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200970 /*
971 * Always burst out beacon and CAB traffic
972 * (aifs = cwmin = cwmax = 0)
973 */
974 qi.tqi_aifs = 0;
975 qi.tqi_cw_min = 0;
976 qi.tqi_cw_max = 0;
Pavel Roskine0d687b2011-07-14 20:21:55 -0400977 } else if (ah->opmode == NL80211_IFTYPE_ADHOC) {
Bruno Randolf6d91e1d2008-01-19 18:18:41 +0900978 /*
979 * Adhoc mode; backoff between 0 and (2 * cw_min).
980 */
981 qi.tqi_aifs = 0;
982 qi.tqi_cw_min = 0;
Bruno Randolfde8af452010-09-17 11:37:12 +0900983 qi.tqi_cw_max = 2 * AR5K_TUNE_CWMIN;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200984 }
985
Pavel Roskine0d687b2011-07-14 20:21:55 -0400986 ATH5K_DBG(ah, ATH5K_DEBUG_BEACON,
Bruno Randolf6d91e1d2008-01-19 18:18:41 +0900987 "beacon queueprops tqi_aifs:%d tqi_cw_min:%d tqi_cw_max:%d\n",
988 qi.tqi_aifs, qi.tqi_cw_min, qi.tqi_cw_max);
989
Pavel Roskine0d687b2011-07-14 20:21:55 -0400990 ret = ath5k_hw_set_tx_queueprops(ah, ah->bhalq, &qi);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200991 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -0400992 ATH5K_ERR(ah, "%s: unable to update parameters for beacon "
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200993 "hardware queue!\n", __func__);
Bob Copelanda951ae22010-01-20 23:51:04 -0500994 goto err;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200995 }
Pavel Roskine0d687b2011-07-14 20:21:55 -0400996 ret = ath5k_hw_reset_tx_queue(ah, ah->bhalq); /* push to h/w */
Bob Copelanda951ae22010-01-20 23:51:04 -0500997 if (ret)
998 goto err;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200999
Bob Copelanda951ae22010-01-20 23:51:04 -05001000 /* reconfigure cabq with ready time to 80% of beacon_interval */
1001 ret = ath5k_hw_get_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi);
1002 if (ret)
1003 goto err;
1004
Pavel Roskine0d687b2011-07-14 20:21:55 -04001005 qi.tqi_ready_time = (ah->bintval * 80) / 100;
Bob Copelanda951ae22010-01-20 23:51:04 -05001006 ret = ath5k_hw_set_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi);
1007 if (ret)
1008 goto err;
1009
1010 ret = ath5k_hw_reset_tx_queue(ah, AR5K_TX_QUEUE_ID_CAB);
1011err:
1012 return ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001013}
1014
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001015/**
1016 * ath5k_drain_tx_buffs - Empty tx buffers
1017 *
Pavel Roskine0d687b2011-07-14 20:21:55 -04001018 * @ah The &struct ath5k_hw
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001019 *
1020 * Empty tx buffers from all queues in preparation
1021 * of a reset or during shutdown.
1022 *
1023 * NB: this assumes output has been stopped and
1024 * we do not need to block ath5k_tx_tasklet
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001025 */
1026static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001027ath5k_drain_tx_buffs(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001028{
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001029 struct ath5k_txq *txq;
1030 struct ath5k_buf *bf, *bf0;
1031 int i;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001032
Pavel Roskine0d687b2011-07-14 20:21:55 -04001033 for (i = 0; i < ARRAY_SIZE(ah->txqs); i++) {
1034 if (ah->txqs[i].setup) {
1035 txq = &ah->txqs[i];
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001036 spin_lock_bh(&txq->lock);
1037 list_for_each_entry_safe(bf, bf0, &txq->q, list) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001038 ath5k_debug_printtxbuf(ah, bf);
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001039
Pavel Roskine0d687b2011-07-14 20:21:55 -04001040 ath5k_txbuf_free_skb(ah, bf);
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001041
Pavel Roskine0d687b2011-07-14 20:21:55 -04001042 spin_lock_bh(&ah->txbuflock);
1043 list_move_tail(&bf->list, &ah->txbuf);
1044 ah->txbuf_len++;
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001045 txq->txq_len--;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001046 spin_unlock_bh(&ah->txbuflock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001047 }
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001048 txq->link = NULL;
1049 txq->txq_poll_mark = false;
1050 spin_unlock_bh(&txq->lock);
1051 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001052 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001053}
1054
1055static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001056ath5k_txq_release(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001057{
Pavel Roskine0d687b2011-07-14 20:21:55 -04001058 struct ath5k_txq *txq = ah->txqs;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001059 unsigned int i;
1060
Pavel Roskine0d687b2011-07-14 20:21:55 -04001061 for (i = 0; i < ARRAY_SIZE(ah->txqs); i++, txq++)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001062 if (txq->setup) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001063 ath5k_hw_release_tx_queue(ah, txq->qnum);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001064 txq->setup = false;
1065 }
1066}
1067
1068
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001069/*************\
1070* RX Handling *
1071\*************/
1072
1073/*
1074 * Enable the receive h/w following a reset.
1075 */
1076static int
Pavel Roskine0d687b2011-07-14 20:21:55 -04001077ath5k_rx_start(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001078{
Luis R. Rodriguezdb719712009-09-10 11:20:57 -07001079 struct ath_common *common = ath5k_hw_common(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001080 struct ath5k_buf *bf;
1081 int ret;
1082
Nick Kossifidisb6127982010-08-15 13:03:11 -04001083 common->rx_bufsize = roundup(IEEE80211_MAX_FRAME_LEN, common->cachelsz);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001084
Pavel Roskine0d687b2011-07-14 20:21:55 -04001085 ATH5K_DBG(ah, ATH5K_DEBUG_RESET, "cachelsz %u rx_bufsize %u\n",
Luis R. Rodriguezcc861f72009-11-04 09:11:34 -08001086 common->cachelsz, common->rx_bufsize);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001087
Pavel Roskine0d687b2011-07-14 20:21:55 -04001088 spin_lock_bh(&ah->rxbuflock);
1089 ah->rxlink = NULL;
1090 list_for_each_entry(bf, &ah->rxbuf, list) {
1091 ret = ath5k_rxbuf_setup(ah, bf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001092 if (ret != 0) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001093 spin_unlock_bh(&ah->rxbuflock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001094 goto err;
1095 }
1096 }
Pavel Roskine0d687b2011-07-14 20:21:55 -04001097 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list);
Bob Copeland26925042009-04-15 07:57:36 -04001098 ath5k_hw_set_rxdp(ah, bf->daddr);
Pavel Roskine0d687b2011-07-14 20:21:55 -04001099 spin_unlock_bh(&ah->rxbuflock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001100
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001101 ath5k_hw_start_rx_dma(ah); /* enable recv descriptors */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001102 ath5k_update_bssid_mask_and_opmode(ah, NULL); /* set filters, etc. */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001103 ath5k_hw_start_rx_pcu(ah); /* re-enable PCU/DMA engine */
1104
1105 return 0;
1106err:
1107 return ret;
1108}
1109
1110/*
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001111 * Disable the receive logic on PCU (DRU)
1112 * In preparation for a shutdown.
1113 *
1114 * Note: Doesn't stop rx DMA, ath5k_hw_dma_stop
1115 * does.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001116 */
1117static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001118ath5k_rx_stop(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001119{
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001120
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001121 ath5k_hw_set_rx_filter(ah, 0); /* clear recv filter */
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02001122 ath5k_hw_stop_rx_pcu(ah); /* disable PCU */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001123
Pavel Roskine0d687b2011-07-14 20:21:55 -04001124 ath5k_debug_printrxbuffs(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001125}
1126
1127static unsigned int
Pavel Roskine0d687b2011-07-14 20:21:55 -04001128ath5k_rx_decrypted(struct ath5k_hw *ah, struct sk_buff *skb,
Bruno Randolf8a89f062010-06-16 19:11:51 +09001129 struct ath5k_rx_status *rs)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001130{
Luis R. Rodriguezdc1e0012009-11-04 17:47:31 -08001131 struct ath_common *common = ath5k_hw_common(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001132 struct ieee80211_hdr *hdr = (void *)skb->data;
Harvey Harrison798ee982008-07-15 18:44:02 -07001133 unsigned int keyix, hlen;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001134
Bruno Randolfb47f4072008-03-05 18:35:45 +09001135 if (!(rs->rs_status & AR5K_RXERR_DECRYPT) &&
1136 rs->rs_keyix != AR5K_RXKEYIX_INVALID)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001137 return RX_FLAG_DECRYPTED;
1138
1139 /* Apparently when a default key is used to decrypt the packet
1140 the hw does not set the index used to decrypt. In such cases
1141 get the index from the packet. */
Harvey Harrison798ee982008-07-15 18:44:02 -07001142 hlen = ieee80211_hdrlen(hdr->frame_control);
Harvey Harrison24b56e72008-06-14 23:33:38 -07001143 if (ieee80211_has_protected(hdr->frame_control) &&
1144 !(rs->rs_status & AR5K_RXERR_DECRYPT) &&
1145 skb->len >= hlen + 4) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001146 keyix = skb->data[hlen + 3] >> 6;
1147
Luis R. Rodriguezdc1e0012009-11-04 17:47:31 -08001148 if (test_bit(keyix, common->keymap))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001149 return RX_FLAG_DECRYPTED;
1150 }
1151
1152 return 0;
1153}
1154
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001155
1156static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001157ath5k_check_ibss_tsf(struct ath5k_hw *ah, struct sk_buff *skb,
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001158 struct ieee80211_rx_status *rxs)
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001159{
Pavel Roskine0d687b2011-07-14 20:21:55 -04001160 struct ath_common *common = ath5k_hw_common(ah);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001161 u64 tsf, bc_tstamp;
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001162 u32 hw_tu;
1163 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data;
1164
Harvey Harrison24b56e72008-06-14 23:33:38 -07001165 if (ieee80211_is_beacon(mgmt->frame_control) &&
Pavel Roskin38c07b42008-02-26 17:59:14 -05001166 le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS &&
Luis R. Rodriguez954fece2009-09-10 10:51:33 -07001167 memcmp(mgmt->bssid, common->curbssid, ETH_ALEN) == 0) {
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001168 /*
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001169 * Received an IBSS beacon with the same BSSID. Hardware *must*
1170 * have updated the local TSF. We have to work around various
1171 * hardware bugs, though...
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001172 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001173 tsf = ath5k_hw_get_tsf64(ah);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001174 bc_tstamp = le64_to_cpu(mgmt->u.beacon.timestamp);
1175 hw_tu = TSF_TO_TU(tsf);
1176
Pavel Roskine0d687b2011-07-14 20:21:55 -04001177 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON,
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001178 "beacon %llx mactime %llx (diff %lld) tsf now %llx\n",
John W. Linville06501d22008-04-01 17:38:47 -04001179 (unsigned long long)bc_tstamp,
1180 (unsigned long long)rxs->mactime,
1181 (unsigned long long)(rxs->mactime - bc_tstamp),
1182 (unsigned long long)tsf);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001183
1184 /*
1185 * Sometimes the HW will give us a wrong tstamp in the rx
1186 * status, causing the timestamp extension to go wrong.
1187 * (This seems to happen especially with beacon frames bigger
1188 * than 78 byte (incl. FCS))
1189 * But we know that the receive timestamp must be later than the
1190 * timestamp of the beacon since HW must have synced to that.
1191 *
1192 * NOTE: here we assume mactime to be after the frame was
1193 * received, not like mac80211 which defines it at the start.
1194 */
1195 if (bc_tstamp > rxs->mactime) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001196 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON,
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001197 "fixing mactime from %llx to %llx\n",
John W. Linville06501d22008-04-01 17:38:47 -04001198 (unsigned long long)rxs->mactime,
1199 (unsigned long long)tsf);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001200 rxs->mactime = tsf;
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001201 }
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001202
1203 /*
1204 * Local TSF might have moved higher than our beacon timers,
1205 * in that case we have to update them to continue sending
1206 * beacons. This also takes care of synchronizing beacon sending
1207 * times with other stations.
1208 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001209 if (hw_tu >= ah->nexttbtt)
1210 ath5k_beacon_update_timers(ah, bc_tstamp);
Bruno Randolf7f896122010-09-27 12:22:21 +09001211
1212 /* Check if the beacon timers are still correct, because a TSF
1213 * update might have created a window between them - for a
1214 * longer description see the comment of this function: */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001215 if (!ath5k_hw_check_beacon_timers(ah, ah->bintval)) {
1216 ath5k_beacon_update_timers(ah, bc_tstamp);
1217 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON,
Bruno Randolf7f896122010-09-27 12:22:21 +09001218 "fixed beacon timers after beacon receive\n");
1219 }
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001220 }
1221}
1222
Bruno Randolfb4ea4492010-03-25 14:49:25 +09001223static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001224ath5k_update_beacon_rssi(struct ath5k_hw *ah, struct sk_buff *skb, int rssi)
Bruno Randolfb4ea4492010-03-25 14:49:25 +09001225{
1226 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data;
Bruno Randolfb4ea4492010-03-25 14:49:25 +09001227 struct ath_common *common = ath5k_hw_common(ah);
1228
1229 /* only beacons from our BSSID */
1230 if (!ieee80211_is_beacon(mgmt->frame_control) ||
1231 memcmp(mgmt->bssid, common->curbssid, ETH_ALEN) != 0)
1232 return;
1233
Bruno Randolfeef39be2010-11-16 10:58:43 +09001234 ewma_add(&ah->ah_beacon_rssi_avg, rssi);
Bruno Randolfb4ea4492010-03-25 14:49:25 +09001235
1236 /* in IBSS mode we should keep RSSI statistics per neighbour */
1237 /* le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS */
1238}
1239
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001240/*
Bob Copelanda180a132010-08-15 13:03:12 -04001241 * Compute padding position. skb must contain an IEEE 802.11 frame
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001242 */
1243static int ath5k_common_padpos(struct sk_buff *skb)
1244{
Pavel Roskine4bbf2f2011-07-07 18:14:13 -04001245 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001246 __le16 frame_control = hdr->frame_control;
1247 int padpos = 24;
1248
Pavel Roskind2c7f772011-07-07 18:14:07 -04001249 if (ieee80211_has_a4(frame_control))
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001250 padpos += ETH_ALEN;
Pavel Roskind2c7f772011-07-07 18:14:07 -04001251
1252 if (ieee80211_is_data_qos(frame_control))
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001253 padpos += IEEE80211_QOS_CTL_LEN;
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001254
1255 return padpos;
1256}
1257
1258/*
Bob Copelanda180a132010-08-15 13:03:12 -04001259 * This function expects an 802.11 frame and returns the number of
1260 * bytes added, or -1 if we don't have enough header room.
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001261 */
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001262static int ath5k_add_padding(struct sk_buff *skb)
1263{
1264 int padpos = ath5k_common_padpos(skb);
1265 int padsize = padpos & 3;
1266
Pavel Roskine4bbf2f2011-07-07 18:14:13 -04001267 if (padsize && skb->len > padpos) {
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001268
1269 if (skb_headroom(skb) < padsize)
1270 return -1;
1271
1272 skb_push(skb, padsize);
Pavel Roskine4bbf2f2011-07-07 18:14:13 -04001273 memmove(skb->data, skb->data + padsize, padpos);
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001274 return padsize;
1275 }
1276
1277 return 0;
1278}
1279
1280/*
Bob Copelanda180a132010-08-15 13:03:12 -04001281 * The MAC header is padded to have 32-bit boundary if the
1282 * packet payload is non-zero. The general calculation for
1283 * padsize would take into account odd header lengths:
1284 * padsize = 4 - (hdrlen & 3); however, since only
1285 * even-length headers are used, padding can only be 0 or 2
1286 * bytes and we can optimize this a bit. We must not try to
1287 * remove padding from short control frames that do not have a
1288 * payload.
1289 *
1290 * This function expects an 802.11 frame and returns the number of
1291 * bytes removed.
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001292 */
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001293static int ath5k_remove_padding(struct sk_buff *skb)
1294{
1295 int padpos = ath5k_common_padpos(skb);
1296 int padsize = padpos & 3;
1297
Pavel Roskine4bbf2f2011-07-07 18:14:13 -04001298 if (padsize && skb->len >= padpos + padsize) {
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001299 memmove(skb->data + padsize, skb->data, padpos);
1300 skb_pull(skb, padsize);
1301 return padsize;
1302 }
1303
1304 return 0;
1305}
1306
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001307static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001308ath5k_receive_frame(struct ath5k_hw *ah, struct sk_buff *skb,
Bruno Randolf8a89f062010-06-16 19:11:51 +09001309 struct ath5k_rx_status *rs)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001310{
Bob Copeland1c5256b2009-08-24 23:00:32 -04001311 struct ieee80211_rx_status *rxs;
Bruno Randolf8a89f062010-06-16 19:11:51 +09001312
Bruno Randolf8a89f062010-06-16 19:11:51 +09001313 ath5k_remove_padding(skb);
1314
1315 rxs = IEEE80211_SKB_RXCB(skb);
1316
1317 rxs->flag = 0;
1318 if (unlikely(rs->rs_status & AR5K_RXERR_MIC))
1319 rxs->flag |= RX_FLAG_MMIC_ERROR;
1320
1321 /*
1322 * always extend the mac timestamp, since this information is
1323 * also needed for proper IBSS merging.
1324 *
1325 * XXX: it might be too late to do it here, since rs_tstamp is
1326 * 15bit only. that means TSF extension has to be done within
1327 * 32768usec (about 32ms). it might be necessary to move this to
1328 * the interrupt handler, like it is done in madwifi.
1329 *
1330 * Unfortunately we don't know when the hardware takes the rx
1331 * timestamp (beginning of phy frame, data frame, end of rx?).
1332 * The only thing we know is that it is hardware specific...
1333 * On AR5213 it seems the rx timestamp is at the end of the
Pavel Roskin6a2a0e72011-07-09 00:17:51 -04001334 * frame, but I'm not sure.
Bruno Randolf8a89f062010-06-16 19:11:51 +09001335 *
1336 * NOTE: mac80211 defines mactime at the beginning of the first
1337 * data symbol. Since we don't have any time references it's
1338 * impossible to comply to that. This affects IBSS merge only
1339 * right now, so it's not too bad...
1340 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001341 rxs->mactime = ath5k_extend_tsf(ah, rs->rs_tstamp);
Johannes Berg6ebacbb2011-02-23 15:06:08 +01001342 rxs->flag |= RX_FLAG_MACTIME_MPDU;
Bruno Randolf8a89f062010-06-16 19:11:51 +09001343
Pavel Roskine0d687b2011-07-14 20:21:55 -04001344 rxs->freq = ah->curchan->center_freq;
1345 rxs->band = ah->curchan->band;
Bruno Randolf8a89f062010-06-16 19:11:51 +09001346
Pavel Roskine0d687b2011-07-14 20:21:55 -04001347 rxs->signal = ah->ah_noise_floor + rs->rs_rssi;
Bruno Randolf8a89f062010-06-16 19:11:51 +09001348
1349 rxs->antenna = rs->rs_antenna;
1350
1351 if (rs->rs_antenna > 0 && rs->rs_antenna < 5)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001352 ah->stats.antenna_rx[rs->rs_antenna]++;
Bruno Randolf8a89f062010-06-16 19:11:51 +09001353 else
Pavel Roskine0d687b2011-07-14 20:21:55 -04001354 ah->stats.antenna_rx[0]++; /* invalid */
Bruno Randolf8a89f062010-06-16 19:11:51 +09001355
Pavel Roskine0d687b2011-07-14 20:21:55 -04001356 rxs->rate_idx = ath5k_hw_to_driver_rix(ah, rs->rs_rate);
1357 rxs->flag |= ath5k_rx_decrypted(ah, skb, rs);
Bruno Randolf8a89f062010-06-16 19:11:51 +09001358
1359 if (rxs->rate_idx >= 0 && rs->rs_rate ==
Pavel Roskine0d687b2011-07-14 20:21:55 -04001360 ah->sbands[ah->curchan->band].bitrates[rxs->rate_idx].hw_value_short)
Bruno Randolf8a89f062010-06-16 19:11:51 +09001361 rxs->flag |= RX_FLAG_SHORTPRE;
1362
Pavel Roskine0d687b2011-07-14 20:21:55 -04001363 trace_ath5k_rx(ah, skb);
Bruno Randolf8a89f062010-06-16 19:11:51 +09001364
Pavel Roskine0d687b2011-07-14 20:21:55 -04001365 ath5k_update_beacon_rssi(ah, skb, rs->rs_rssi);
Bruno Randolf8a89f062010-06-16 19:11:51 +09001366
1367 /* check beacons in IBSS mode */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001368 if (ah->opmode == NL80211_IFTYPE_ADHOC)
1369 ath5k_check_ibss_tsf(ah, skb, rxs);
Bruno Randolf8a89f062010-06-16 19:11:51 +09001370
Pavel Roskine0d687b2011-07-14 20:21:55 -04001371 ieee80211_rx(ah->hw, skb);
Bruno Randolf8a89f062010-06-16 19:11:51 +09001372}
1373
Bruno Randolf02a78b42010-06-16 19:11:56 +09001374/** ath5k_frame_receive_ok() - Do we want to receive this frame or not?
1375 *
1376 * Check if we want to further process this frame or not. Also update
1377 * statistics. Return true if we want this frame, false if not.
1378 */
1379static bool
Pavel Roskine0d687b2011-07-14 20:21:55 -04001380ath5k_receive_frame_ok(struct ath5k_hw *ah, struct ath5k_rx_status *rs)
Bruno Randolf02a78b42010-06-16 19:11:56 +09001381{
Pavel Roskine0d687b2011-07-14 20:21:55 -04001382 ah->stats.rx_all_count++;
1383 ah->stats.rx_bytes_count += rs->rs_datalen;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001384
1385 if (unlikely(rs->rs_status)) {
1386 if (rs->rs_status & AR5K_RXERR_CRC)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001387 ah->stats.rxerr_crc++;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001388 if (rs->rs_status & AR5K_RXERR_FIFO)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001389 ah->stats.rxerr_fifo++;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001390 if (rs->rs_status & AR5K_RXERR_PHY) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001391 ah->stats.rxerr_phy++;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001392 if (rs->rs_phyerr > 0 && rs->rs_phyerr < 32)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001393 ah->stats.rxerr_phy_code[rs->rs_phyerr]++;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001394 return false;
1395 }
1396 if (rs->rs_status & AR5K_RXERR_DECRYPT) {
1397 /*
1398 * Decrypt error. If the error occurred
1399 * because there was no hardware key, then
1400 * let the frame through so the upper layers
1401 * can process it. This is necessary for 5210
1402 * parts which have no way to setup a ``clear''
1403 * key cache entry.
1404 *
1405 * XXX do key cache faulting
1406 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001407 ah->stats.rxerr_decrypt++;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001408 if (rs->rs_keyix == AR5K_RXKEYIX_INVALID &&
1409 !(rs->rs_status & AR5K_RXERR_CRC))
1410 return true;
1411 }
1412 if (rs->rs_status & AR5K_RXERR_MIC) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001413 ah->stats.rxerr_mic++;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001414 return true;
1415 }
1416
Bob Copeland23538c22010-08-15 13:03:13 -04001417 /* reject any frames with non-crypto errors */
1418 if (rs->rs_status & ~(AR5K_RXERR_DECRYPT))
Bruno Randolf02a78b42010-06-16 19:11:56 +09001419 return false;
1420 }
1421
1422 if (unlikely(rs->rs_more)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001423 ah->stats.rxerr_jumbo++;
Bruno Randolf02a78b42010-06-16 19:11:56 +09001424 return false;
1425 }
1426 return true;
1427}
1428
Bruno Randolf8a89f062010-06-16 19:11:51 +09001429static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001430ath5k_set_current_imask(struct ath5k_hw *ah)
Felix Fietkauc266c712011-04-10 18:32:19 +02001431{
Pavel Roskin4fc54012011-07-07 18:14:25 -04001432 enum ath5k_int imask;
Felix Fietkauc266c712011-04-10 18:32:19 +02001433 unsigned long flags;
1434
Pavel Roskine0d687b2011-07-14 20:21:55 -04001435 spin_lock_irqsave(&ah->irqlock, flags);
1436 imask = ah->imask;
1437 if (ah->rx_pending)
Felix Fietkauc266c712011-04-10 18:32:19 +02001438 imask &= ~AR5K_INT_RX_ALL;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001439 if (ah->tx_pending)
Felix Fietkauc266c712011-04-10 18:32:19 +02001440 imask &= ~AR5K_INT_TX_ALL;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001441 ath5k_hw_set_imr(ah, imask);
1442 spin_unlock_irqrestore(&ah->irqlock, flags);
Felix Fietkauc266c712011-04-10 18:32:19 +02001443}
1444
1445static void
Bruno Randolf8a89f062010-06-16 19:11:51 +09001446ath5k_tasklet_rx(unsigned long data)
1447{
Bruno Randolfb47f4072008-03-05 18:35:45 +09001448 struct ath5k_rx_status rs = {};
Bob Copelandb6ea0352009-01-10 14:42:54 -05001449 struct sk_buff *skb, *next_skb;
1450 dma_addr_t next_skb_addr;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001451 struct ath5k_hw *ah = (void *)data;
Luis R. Rodriguezcc861f72009-11-04 09:11:34 -08001452 struct ath_common *common = ath5k_hw_common(ah);
Bob Copelandc57ca812009-04-15 07:57:35 -04001453 struct ath5k_buf *bf;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001454 struct ath5k_desc *ds;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001455 int ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001456
Pavel Roskine0d687b2011-07-14 20:21:55 -04001457 spin_lock(&ah->rxbuflock);
1458 if (list_empty(&ah->rxbuf)) {
1459 ATH5K_WARN(ah, "empty rx buf pool\n");
Jiri Slaby3a0f2c82008-07-15 17:44:18 +02001460 goto unlock;
1461 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001462 do {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001463 bf = list_first_entry(&ah->rxbuf, struct ath5k_buf, list);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001464 BUG_ON(bf->skb == NULL);
1465 skb = bf->skb;
1466 ds = bf->desc;
1467
Bob Copelandc57ca812009-04-15 07:57:35 -04001468 /* bail if HW is still using self-linked descriptor */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001469 if (ath5k_hw_get_rxdp(ah) == bf->daddr)
Bob Copelandc57ca812009-04-15 07:57:35 -04001470 break;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001471
Pavel Roskine0d687b2011-07-14 20:21:55 -04001472 ret = ah->ah_proc_rx_desc(ah, ds, &rs);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001473 if (unlikely(ret == -EINPROGRESS))
1474 break;
1475 else if (unlikely(ret)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001476 ATH5K_ERR(ah, "error in processing rx descriptor\n");
1477 ah->stats.rxerr_proc++;
Bruno Randolfb16062f2010-06-16 19:11:46 +09001478 break;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001479 }
1480
Pavel Roskine0d687b2011-07-14 20:21:55 -04001481 if (ath5k_receive_frame_ok(ah, &rs)) {
1482 next_skb = ath5k_rx_skb_alloc(ah, &next_skb_addr);
Bruno Randolf76443952010-03-09 16:56:00 +09001483
Bruno Randolf02a78b42010-06-16 19:11:56 +09001484 /*
1485 * If we can't replace bf->skb with a new skb under
1486 * memory pressure, just skip this packet
1487 */
1488 if (!next_skb)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001489 goto next;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001490
Pavel Roskine0d687b2011-07-14 20:21:55 -04001491 dma_unmap_single(ah->dev, bf->skbaddr,
Bruno Randolf02a78b42010-06-16 19:11:56 +09001492 common->rx_bufsize,
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001493 DMA_FROM_DEVICE);
Bruno Randolf02a78b42010-06-16 19:11:56 +09001494
1495 skb_put(skb, rs.rs_datalen);
1496
Pavel Roskine0d687b2011-07-14 20:21:55 -04001497 ath5k_receive_frame(ah, skb, &rs);
Bruno Randolf02a78b42010-06-16 19:11:56 +09001498
1499 bf->skb = next_skb;
1500 bf->skbaddr = next_skb_addr;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001501 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001502next:
Pavel Roskine0d687b2011-07-14 20:21:55 -04001503 list_move_tail(&bf->list, &ah->rxbuf);
1504 } while (ath5k_rxbuf_setup(ah, bf) == 0);
Jiri Slaby3a0f2c82008-07-15 17:44:18 +02001505unlock:
Pavel Roskine0d687b2011-07-14 20:21:55 -04001506 spin_unlock(&ah->rxbuflock);
1507 ah->rx_pending = false;
1508 ath5k_set_current_imask(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001509}
1510
1511
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001512/*************\
1513* TX Handling *
1514\*************/
1515
Johannes Berg7bb45682011-02-24 14:42:06 +01001516void
Bruno Randolfcd2c5482010-12-22 19:20:32 +09001517ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb,
1518 struct ath5k_txq *txq)
Bob Copeland8a63fac2010-09-17 12:45:07 +09001519{
Pavel Roskine0d687b2011-07-14 20:21:55 -04001520 struct ath5k_hw *ah = hw->priv;
Bob Copeland8a63fac2010-09-17 12:45:07 +09001521 struct ath5k_buf *bf;
1522 unsigned long flags;
1523 int padsize;
1524
Pavel Roskine0d687b2011-07-14 20:21:55 -04001525 trace_ath5k_tx(ah, skb, txq);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001526
1527 /*
1528 * The hardware expects the header padded to 4 byte boundaries.
1529 * If this is not the case, we add the padding after the header.
1530 */
1531 padsize = ath5k_add_padding(skb);
1532 if (padsize < 0) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001533 ATH5K_ERR(ah, "tx hdrlen not %%4: not enough"
Bob Copeland8a63fac2010-09-17 12:45:07 +09001534 " headroom to pad");
1535 goto drop_packet;
1536 }
1537
Felix Fietkau4e868792011-07-12 09:02:05 +08001538 if (txq->txq_len >= txq->txq_max &&
1539 txq->qnum <= AR5K_TX_QUEUE_ID_DATA_MAX)
Bruno Randolf925e0b02010-09-17 11:36:35 +09001540 ieee80211_stop_queue(hw, txq->qnum);
1541
Pavel Roskine0d687b2011-07-14 20:21:55 -04001542 spin_lock_irqsave(&ah->txbuflock, flags);
1543 if (list_empty(&ah->txbuf)) {
1544 ATH5K_ERR(ah, "no further txbuf available, dropping packet\n");
1545 spin_unlock_irqrestore(&ah->txbuflock, flags);
Bruno Randolf651d9372010-09-17 11:36:46 +09001546 ieee80211_stop_queues(hw);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001547 goto drop_packet;
1548 }
Pavel Roskine0d687b2011-07-14 20:21:55 -04001549 bf = list_first_entry(&ah->txbuf, struct ath5k_buf, list);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001550 list_del(&bf->list);
Pavel Roskine0d687b2011-07-14 20:21:55 -04001551 ah->txbuf_len--;
1552 if (list_empty(&ah->txbuf))
Bob Copeland8a63fac2010-09-17 12:45:07 +09001553 ieee80211_stop_queues(hw);
Pavel Roskine0d687b2011-07-14 20:21:55 -04001554 spin_unlock_irqrestore(&ah->txbuflock, flags);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001555
1556 bf->skb = skb;
1557
Pavel Roskine0d687b2011-07-14 20:21:55 -04001558 if (ath5k_txbuf_setup(ah, bf, txq, padsize)) {
Bob Copeland8a63fac2010-09-17 12:45:07 +09001559 bf->skb = NULL;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001560 spin_lock_irqsave(&ah->txbuflock, flags);
1561 list_add_tail(&bf->list, &ah->txbuf);
1562 ah->txbuf_len++;
1563 spin_unlock_irqrestore(&ah->txbuflock, flags);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001564 goto drop_packet;
1565 }
Johannes Berg7bb45682011-02-24 14:42:06 +01001566 return;
Bob Copeland8a63fac2010-09-17 12:45:07 +09001567
1568drop_packet:
1569 dev_kfree_skb_any(skb);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001570}
1571
Bruno Randolf14404012010-09-17 11:36:51 +09001572static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001573ath5k_tx_frame_completed(struct ath5k_hw *ah, struct sk_buff *skb,
Bob Copeland0e472252011-01-24 23:32:55 -05001574 struct ath5k_txq *txq, struct ath5k_tx_status *ts)
Bruno Randolf14404012010-09-17 11:36:51 +09001575{
1576 struct ieee80211_tx_info *info;
Felix Fietkaued895082011-04-10 18:32:17 +02001577 u8 tries[3];
Bruno Randolf14404012010-09-17 11:36:51 +09001578 int i;
1579
Pavel Roskine0d687b2011-07-14 20:21:55 -04001580 ah->stats.tx_all_count++;
1581 ah->stats.tx_bytes_count += skb->len;
Bruno Randolf14404012010-09-17 11:36:51 +09001582 info = IEEE80211_SKB_CB(skb);
1583
Felix Fietkaued895082011-04-10 18:32:17 +02001584 tries[0] = info->status.rates[0].count;
1585 tries[1] = info->status.rates[1].count;
1586 tries[2] = info->status.rates[2].count;
1587
Bruno Randolf14404012010-09-17 11:36:51 +09001588 ieee80211_tx_info_clear_status(info);
Felix Fietkaued895082011-04-10 18:32:17 +02001589
1590 for (i = 0; i < ts->ts_final_idx; i++) {
Bruno Randolf14404012010-09-17 11:36:51 +09001591 struct ieee80211_tx_rate *r =
1592 &info->status.rates[i];
1593
Felix Fietkaued895082011-04-10 18:32:17 +02001594 r->count = tries[i];
Bruno Randolf14404012010-09-17 11:36:51 +09001595 }
1596
Felix Fietkaued895082011-04-10 18:32:17 +02001597 info->status.rates[ts->ts_final_idx].count = ts->ts_final_retry;
Felix Fietkau6d7b97b2011-04-09 21:37:14 +02001598 info->status.rates[ts->ts_final_idx + 1].idx = -1;
Bruno Randolf14404012010-09-17 11:36:51 +09001599
1600 if (unlikely(ts->ts_status)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001601 ah->stats.ack_fail++;
Bruno Randolf14404012010-09-17 11:36:51 +09001602 if (ts->ts_status & AR5K_TXERR_FILT) {
1603 info->flags |= IEEE80211_TX_STAT_TX_FILTERED;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001604 ah->stats.txerr_filt++;
Bruno Randolf14404012010-09-17 11:36:51 +09001605 }
1606 if (ts->ts_status & AR5K_TXERR_XRETRY)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001607 ah->stats.txerr_retry++;
Bruno Randolf14404012010-09-17 11:36:51 +09001608 if (ts->ts_status & AR5K_TXERR_FIFO)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001609 ah->stats.txerr_fifo++;
Bruno Randolf14404012010-09-17 11:36:51 +09001610 } else {
1611 info->flags |= IEEE80211_TX_STAT_ACK;
1612 info->status.ack_signal = ts->ts_rssi;
Felix Fietkau6d7b97b2011-04-09 21:37:14 +02001613
1614 /* count the successful attempt as well */
1615 info->status.rates[ts->ts_final_idx].count++;
Bruno Randolf14404012010-09-17 11:36:51 +09001616 }
1617
1618 /*
1619 * Remove MAC header padding before giving the frame
1620 * back to mac80211.
1621 */
1622 ath5k_remove_padding(skb);
1623
1624 if (ts->ts_antenna > 0 && ts->ts_antenna < 5)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001625 ah->stats.antenna_tx[ts->ts_antenna]++;
Bruno Randolf14404012010-09-17 11:36:51 +09001626 else
Pavel Roskine0d687b2011-07-14 20:21:55 -04001627 ah->stats.antenna_tx[0]++; /* invalid */
Bruno Randolf14404012010-09-17 11:36:51 +09001628
Pavel Roskine0d687b2011-07-14 20:21:55 -04001629 trace_ath5k_tx_complete(ah, skb, txq, ts);
1630 ieee80211_tx_status(ah->hw, skb);
Bruno Randolf14404012010-09-17 11:36:51 +09001631}
Bob Copeland8a63fac2010-09-17 12:45:07 +09001632
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001633static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001634ath5k_tx_processq(struct ath5k_hw *ah, struct ath5k_txq *txq)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001635{
Bruno Randolfb47f4072008-03-05 18:35:45 +09001636 struct ath5k_tx_status ts = {};
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001637 struct ath5k_buf *bf, *bf0;
1638 struct ath5k_desc *ds;
1639 struct sk_buff *skb;
Bruno Randolf14404012010-09-17 11:36:51 +09001640 int ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001641
1642 spin_lock(&txq->lock);
1643 list_for_each_entry_safe(bf, bf0, &txq->q, list) {
Bruno Randolf23413292010-09-17 11:37:07 +09001644
1645 txq->txq_poll_mark = false;
1646
1647 /* skb might already have been processed last time. */
1648 if (bf->skb != NULL) {
1649 ds = bf->desc;
1650
Pavel Roskine0d687b2011-07-14 20:21:55 -04001651 ret = ah->ah_proc_tx_desc(ah, ds, &ts);
Bruno Randolf23413292010-09-17 11:37:07 +09001652 if (unlikely(ret == -EINPROGRESS))
1653 break;
1654 else if (unlikely(ret)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001655 ATH5K_ERR(ah,
Bruno Randolf23413292010-09-17 11:37:07 +09001656 "error %d while processing "
1657 "queue %u\n", ret, txq->qnum);
1658 break;
1659 }
1660
1661 skb = bf->skb;
1662 bf->skb = NULL;
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001663
Pavel Roskine0d687b2011-07-14 20:21:55 -04001664 dma_unmap_single(ah->dev, bf->skbaddr, skb->len,
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001665 DMA_TO_DEVICE);
Pavel Roskine0d687b2011-07-14 20:21:55 -04001666 ath5k_tx_frame_completed(ah, skb, txq, &ts);
Bruno Randolf23413292010-09-17 11:37:07 +09001667 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001668
Bob Copelanda05988b2010-04-07 23:55:58 -04001669 /*
1670 * It's possible that the hardware can say the buffer is
1671 * completed when it hasn't yet loaded the ds_link from
Bruno Randolf23413292010-09-17 11:37:07 +09001672 * host memory and moved on.
1673 * Always keep the last descriptor to avoid HW races...
Bob Copelanda05988b2010-04-07 23:55:58 -04001674 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001675 if (ath5k_hw_get_txdp(ah, txq->qnum) != bf->daddr) {
1676 spin_lock(&ah->txbuflock);
1677 list_move_tail(&bf->list, &ah->txbuf);
1678 ah->txbuf_len++;
Bruno Randolf23413292010-09-17 11:37:07 +09001679 txq->txq_len--;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001680 spin_unlock(&ah->txbuflock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001681 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001682 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001683 spin_unlock(&txq->lock);
Bruno Randolf4198a8d2010-10-05 13:27:17 +09001684 if (txq->txq_len < ATH5K_TXQ_LEN_LOW && txq->qnum < 4)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001685 ieee80211_wake_queue(ah->hw, txq->qnum);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001686}
1687
1688static void
1689ath5k_tasklet_tx(unsigned long data)
1690{
Bob Copeland8784d2e2009-07-29 17:32:28 -04001691 int i;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001692 struct ath5k_hw *ah = (void *)data;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001693
Pavel Roskine4bbf2f2011-07-07 18:14:13 -04001694 for (i = 0; i < AR5K_NUM_TX_QUEUES; i++)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001695 if (ah->txqs[i].setup && (ah->ah_txq_isr & BIT(i)))
1696 ath5k_tx_processq(ah, &ah->txqs[i]);
Felix Fietkauc266c712011-04-10 18:32:19 +02001697
Pavel Roskine0d687b2011-07-14 20:21:55 -04001698 ah->tx_pending = false;
1699 ath5k_set_current_imask(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001700}
1701
1702
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001703/*****************\
1704* Beacon handling *
1705\*****************/
1706
1707/*
1708 * Setup the beacon frame for transmit.
1709 */
1710static int
Pavel Roskine0d687b2011-07-14 20:21:55 -04001711ath5k_beacon_setup(struct ath5k_hw *ah, struct ath5k_buf *bf)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001712{
1713 struct sk_buff *skb = bf->skb;
Johannes Berga888d522008-05-26 16:43:39 +02001714 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001715 struct ath5k_desc *ds;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001716 int ret = 0;
1717 u8 antenna;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001718 u32 flags;
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001719 const int padsize = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001720
Pavel Roskine0d687b2011-07-14 20:21:55 -04001721 bf->skbaddr = dma_map_single(ah->dev, skb->data, skb->len,
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001722 DMA_TO_DEVICE);
Pavel Roskine0d687b2011-07-14 20:21:55 -04001723 ATH5K_DBG(ah, ATH5K_DEBUG_BEACON, "skb %p [data %p len %u] "
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001724 "skbaddr %llx\n", skb, skb->data, skb->len,
1725 (unsigned long long)bf->skbaddr);
Felix Fietkauaeae4ac2010-12-02 10:26:51 +01001726
Pavel Roskine0d687b2011-07-14 20:21:55 -04001727 if (dma_mapping_error(ah->dev, bf->skbaddr)) {
1728 ATH5K_ERR(ah, "beacon DMA mapping failed\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001729 return -EIO;
1730 }
1731
1732 ds = bf->desc;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001733 antenna = ah->ah_tx_ant;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001734
1735 flags = AR5K_TXDESC_NOACK;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001736 if (ah->opmode == NL80211_IFTYPE_ADHOC && ath5k_hw_hasveol(ah)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001737 ds->ds_link = bf->daddr; /* self-linked */
1738 flags |= AR5K_TXDESC_VEOL;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001739 } else
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001740 ds->ds_link = 0;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001741
1742 /*
1743 * If we use multiple antennas on AP and use
1744 * the Sectored AP scenario, switch antenna every
1745 * 4 beacons to make sure everybody hears our AP.
1746 * When a client tries to associate, hw will keep
1747 * track of the tx antenna to be used for this client
Pavel Roskin6a2a0e72011-07-09 00:17:51 -04001748 * automatically, based on ACKed packets.
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001749 *
1750 * Note: AP still listens and transmits RTS on the
1751 * default antenna which is supposed to be an omni.
1752 *
1753 * Note2: On sectored scenarios it's possible to have
Bob Copelanda180a132010-08-15 13:03:12 -04001754 * multiple antennas (1 omni -- the default -- and 14
1755 * sectors), so if we choose to actually support this
1756 * mode, we need to allow the user to set how many antennas
1757 * we have and tweak the code below to send beacons
1758 * on all of them.
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001759 */
1760 if (ah->ah_ant_mode == AR5K_ANTMODE_SECTOR_AP)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001761 antenna = ah->bsent & 4 ? 2 : 1;
Nick Kossifidis2bed03e2009-04-30 15:55:49 -04001762
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001763
Nick Kossifidis8f655dd2009-03-15 22:20:35 +02001764 /* FIXME: If we are in g mode and rate is a CCK rate
1765 * subtract ah->ah_txpower.txp_cck_ofdm_pwr_delta
1766 * from tx power (value is in dB units already) */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001767 ds->ds_data = bf->skbaddr;
Bruno Randolf281c56d2008-02-05 18:44:55 +09001768 ret = ah->ah_setup_tx_desc(ah, ds, skb->len,
Benoit Papillault8127fbd2010-02-27 23:05:26 +01001769 ieee80211_get_hdrlen_from_skb(skb), padsize,
Pavel Roskine0d687b2011-07-14 20:21:55 -04001770 AR5K_PKT_TYPE_BEACON, (ah->power_level * 2),
1771 ieee80211_get_tx_rate(ah->hw, info)->hw_value,
Johannes Berg2e92e6f2008-05-15 12:55:27 +02001772 1, AR5K_TXKEYIX_INVALID,
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05001773 antenna, flags, 0, 0);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001774 if (ret)
1775 goto err_unmap;
1776
1777 return 0;
1778err_unmap:
Pavel Roskine0d687b2011-07-14 20:21:55 -04001779 dma_unmap_single(ah->dev, bf->skbaddr, skb->len, DMA_TO_DEVICE);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001780 return ret;
1781}
1782
1783/*
Bob Copeland8a63fac2010-09-17 12:45:07 +09001784 * Updates the beacon that is sent by ath5k_beacon_send. For adhoc,
1785 * this is called only once at config_bss time, for AP we do it every
1786 * SWBA interrupt so that the TIM will reflect buffered frames.
1787 *
1788 * Called with the beacon lock.
1789 */
Bruno Randolfcd2c5482010-12-22 19:20:32 +09001790int
Bob Copeland8a63fac2010-09-17 12:45:07 +09001791ath5k_beacon_update(struct ieee80211_hw *hw, struct ieee80211_vif *vif)
1792{
1793 int ret;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001794 struct ath5k_hw *ah = hw->priv;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001795 struct ath5k_vif *avf = (void *)vif->drv_priv;
Bob Copeland8a63fac2010-09-17 12:45:07 +09001796 struct sk_buff *skb;
1797
1798 if (WARN_ON(!vif)) {
1799 ret = -EINVAL;
1800 goto out;
1801 }
1802
1803 skb = ieee80211_beacon_get(hw, vif);
1804
1805 if (!skb) {
1806 ret = -ENOMEM;
1807 goto out;
1808 }
1809
Pavel Roskine0d687b2011-07-14 20:21:55 -04001810 ath5k_txbuf_free_skb(ah, avf->bbuf);
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001811 avf->bbuf->skb = skb;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001812 ret = ath5k_beacon_setup(ah, avf->bbuf);
Bob Copeland8a63fac2010-09-17 12:45:07 +09001813 if (ret)
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001814 avf->bbuf->skb = NULL;
Bob Copeland8a63fac2010-09-17 12:45:07 +09001815out:
1816 return ret;
1817}
1818
1819/*
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001820 * Transmit a beacon frame at SWBA. Dynamic updates to the
1821 * frame contents are done as needed and the slot time is
1822 * also adjusted based on current state.
1823 *
Bob Copeland5faaff72010-07-13 11:32:40 -04001824 * This is called from software irq context (beacontq tasklets)
1825 * or user context from ath5k_beacon_config.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001826 */
1827static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001828ath5k_beacon_send(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001829{
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001830 struct ieee80211_vif *vif;
1831 struct ath5k_vif *avf;
1832 struct ath5k_buf *bf;
Bob Copelandcec8db22009-07-04 12:59:51 -04001833 struct sk_buff *skb;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001834
Pavel Roskine0d687b2011-07-14 20:21:55 -04001835 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON, "in beacon_send\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001836
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001837 /*
1838 * Check if the previous beacon has gone out. If
Bob Copelanda180a132010-08-15 13:03:12 -04001839 * not, don't don't try to post another: skip this
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001840 * period and wait for the next. Missed beacons
1841 * indicate a problem and should not occur. If we
1842 * miss too many consecutive beacons reset the device.
1843 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001844 if (unlikely(ath5k_hw_num_tx_pending(ah, ah->bhalq) != 0)) {
1845 ah->bmisscount++;
1846 ATH5K_DBG(ah, ATH5K_DEBUG_BEACON,
1847 "missed %u consecutive beacons\n", ah->bmisscount);
1848 if (ah->bmisscount > 10) { /* NB: 10 is a guess */
1849 ATH5K_DBG(ah, ATH5K_DEBUG_BEACON,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001850 "stuck beacon time (%u missed)\n",
Pavel Roskine0d687b2011-07-14 20:21:55 -04001851 ah->bmisscount);
1852 ATH5K_DBG(ah, ATH5K_DEBUG_RESET,
Bruno Randolf8d67a032010-06-16 19:11:12 +09001853 "stuck beacon, resetting\n");
Pavel Roskine0d687b2011-07-14 20:21:55 -04001854 ieee80211_queue_work(ah->hw, &ah->reset_work);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001855 }
1856 return;
1857 }
Pavel Roskine0d687b2011-07-14 20:21:55 -04001858 if (unlikely(ah->bmisscount != 0)) {
1859 ATH5K_DBG(ah, ATH5K_DEBUG_BEACON,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001860 "resume beacon xmit after %u misses\n",
Pavel Roskine0d687b2011-07-14 20:21:55 -04001861 ah->bmisscount);
1862 ah->bmisscount = 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001863 }
1864
Pavel Roskine0d687b2011-07-14 20:21:55 -04001865 if ((ah->opmode == NL80211_IFTYPE_AP && ah->num_ap_vifs > 1) ||
1866 ah->opmode == NL80211_IFTYPE_MESH_POINT) {
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001867 u64 tsf = ath5k_hw_get_tsf64(ah);
1868 u32 tsftu = TSF_TO_TU(tsf);
Pavel Roskine0d687b2011-07-14 20:21:55 -04001869 int slot = ((tsftu % ah->bintval) * ATH_BCBUF) / ah->bintval;
1870 vif = ah->bslot[(slot + 1) % ATH_BCBUF];
1871 ATH5K_DBG(ah, ATH5K_DEBUG_BEACON,
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001872 "tsf %llx tsftu %x intval %u slot %u vif %p\n",
Pavel Roskine0d687b2011-07-14 20:21:55 -04001873 (unsigned long long)tsf, tsftu, ah->bintval, slot, vif);
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001874 } else /* only one interface */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001875 vif = ah->bslot[0];
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001876
1877 if (!vif)
1878 return;
1879
1880 avf = (void *)vif->drv_priv;
1881 bf = avf->bbuf;
Pavel Roskine0d687b2011-07-14 20:21:55 -04001882 if (unlikely(bf->skb == NULL || ah->opmode == NL80211_IFTYPE_STATION ||
1883 ah->opmode == NL80211_IFTYPE_MONITOR)) {
1884 ATH5K_WARN(ah, "bf=%p bf_skb=%p\n", bf, bf ? bf->skb : NULL);
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001885 return;
1886 }
1887
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001888 /*
1889 * Stop any current dma and put the new frame on the queue.
1890 * This should never fail since we check above that no frames
1891 * are still pending on the queue.
1892 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001893 if (unlikely(ath5k_hw_stop_beacon_queue(ah, ah->bhalq))) {
1894 ATH5K_WARN(ah, "beacon queue %u didn't start/stop ?\n", ah->bhalq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001895 /* NB: hw still stops DMA, so proceed */
1896 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001897
Javier Cardonad82b5772010-12-07 13:35:55 -08001898 /* refresh the beacon for AP or MESH mode */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001899 if (ah->opmode == NL80211_IFTYPE_AP ||
1900 ah->opmode == NL80211_IFTYPE_MESH_POINT)
1901 ath5k_beacon_update(ah->hw, vif);
Bob Copeland1071db82009-05-18 10:59:52 -04001902
Pavel Roskine0d687b2011-07-14 20:21:55 -04001903 trace_ath5k_tx(ah, bf->skb, &ah->txqs[ah->bhalq]);
Bob Copeland0e472252011-01-24 23:32:55 -05001904
Pavel Roskine0d687b2011-07-14 20:21:55 -04001905 ath5k_hw_set_txdp(ah, ah->bhalq, bf->daddr);
1906 ath5k_hw_start_tx_dma(ah, ah->bhalq);
1907 ATH5K_DBG(ah, ATH5K_DEBUG_BEACON, "TXDP[%u] = %llx (%p)\n",
1908 ah->bhalq, (unsigned long long)bf->daddr, bf->desc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001909
Pavel Roskine0d687b2011-07-14 20:21:55 -04001910 skb = ieee80211_get_buffered_bc(ah->hw, vif);
Bob Copelandcec8db22009-07-04 12:59:51 -04001911 while (skb) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04001912 ath5k_tx_queue(ah->hw, skb, ah->cabq);
Felix Fietkau4e868792011-07-12 09:02:05 +08001913
Pavel Roskine0d687b2011-07-14 20:21:55 -04001914 if (ah->cabq->txq_len >= ah->cabq->txq_max)
Felix Fietkau4e868792011-07-12 09:02:05 +08001915 break;
1916
Pavel Roskine0d687b2011-07-14 20:21:55 -04001917 skb = ieee80211_get_buffered_bc(ah->hw, vif);
Bob Copelandcec8db22009-07-04 12:59:51 -04001918 }
1919
Pavel Roskine0d687b2011-07-14 20:21:55 -04001920 ah->bsent++;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001921}
1922
Bruno Randolf9804b982008-01-19 18:17:59 +09001923/**
1924 * ath5k_beacon_update_timers - update beacon timers
1925 *
Pavel Roskine0d687b2011-07-14 20:21:55 -04001926 * @ah: struct ath5k_hw pointer we are operating on
Bruno Randolf9804b982008-01-19 18:17:59 +09001927 * @bc_tsf: the timestamp of the beacon. 0 to reset the TSF. -1 to perform a
1928 * beacon timer update based on the current HW TSF.
1929 *
1930 * Calculate the next target beacon transmit time (TBTT) based on the timestamp
1931 * of a received beacon or the current local hardware TSF and write it to the
1932 * beacon timer registers.
1933 *
1934 * This is called in a variety of situations, e.g. when a beacon is received,
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001935 * when a TSF update has been detected, but also when an new IBSS is created or
Bruno Randolf9804b982008-01-19 18:17:59 +09001936 * when we otherwise know we have to update the timers, but we keep it in this
1937 * function to have it all together in one place.
1938 */
Bruno Randolfcd2c5482010-12-22 19:20:32 +09001939void
Pavel Roskine0d687b2011-07-14 20:21:55 -04001940ath5k_beacon_update_timers(struct ath5k_hw *ah, u64 bc_tsf)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001941{
Bruno Randolf9804b982008-01-19 18:17:59 +09001942 u32 nexttbtt, intval, hw_tu, bc_tu;
1943 u64 hw_tsf;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001944
Pavel Roskine0d687b2011-07-14 20:21:55 -04001945 intval = ah->bintval & AR5K_BEACON_PERIOD;
1946 if (ah->opmode == NL80211_IFTYPE_AP && ah->num_ap_vifs > 1) {
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001947 intval /= ATH_BCBUF; /* staggered multi-bss beacons */
1948 if (intval < 15)
Pavel Roskine0d687b2011-07-14 20:21:55 -04001949 ATH5K_WARN(ah, "intval %u is too low, min 15\n",
Ben Greearb1ae1ed2010-09-30 12:22:58 -07001950 intval);
1951 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001952 if (WARN_ON(!intval))
1953 return;
1954
Bruno Randolf9804b982008-01-19 18:17:59 +09001955 /* beacon TSF converted to TU */
1956 bc_tu = TSF_TO_TU(bc_tsf);
1957
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001958 /* current TSF converted to TU */
Bruno Randolf9804b982008-01-19 18:17:59 +09001959 hw_tsf = ath5k_hw_get_tsf64(ah);
1960 hw_tu = TSF_TO_TU(hw_tsf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001961
Pavel Roskin633d0062011-07-07 18:14:01 -04001962#define FUDGE (AR5K_TUNE_SW_BEACON_RESP + 3)
Bruno Randolf11f21df2010-09-27 12:22:26 +09001963 /* We use FUDGE to make sure the next TBTT is ahead of the current TU.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001964 * Since we later subtract AR5K_TUNE_SW_BEACON_RESP (10) in the timer
Bruno Randolf11f21df2010-09-27 12:22:26 +09001965 * configuration we need to make sure it is bigger than that. */
1966
Bruno Randolf9804b982008-01-19 18:17:59 +09001967 if (bc_tsf == -1) {
1968 /*
1969 * no beacons received, called internally.
1970 * just need to refresh timers based on HW TSF.
1971 */
1972 nexttbtt = roundup(hw_tu + FUDGE, intval);
1973 } else if (bc_tsf == 0) {
1974 /*
1975 * no beacon received, probably called by ath5k_reset_tsf().
1976 * reset TSF to start with 0.
1977 */
1978 nexttbtt = intval;
1979 intval |= AR5K_BEACON_RESET_TSF;
1980 } else if (bc_tsf > hw_tsf) {
1981 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001982 * beacon received, SW merge happened but HW TSF not yet updated.
Bruno Randolf9804b982008-01-19 18:17:59 +09001983 * not possible to reconfigure timers yet, but next time we
1984 * receive a beacon with the same BSSID, the hardware will
1985 * automatically update the TSF and then we need to reconfigure
1986 * the timers.
1987 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04001988 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON,
Bruno Randolf9804b982008-01-19 18:17:59 +09001989 "need to wait for HW TSF sync\n");
1990 return;
1991 } else {
1992 /*
1993 * most important case for beacon synchronization between STA.
1994 *
1995 * beacon received and HW TSF has been already updated by HW.
1996 * update next TBTT based on the TSF of the beacon, but make
1997 * sure it is ahead of our local TSF timer.
1998 */
1999 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval);
2000 }
2001#undef FUDGE
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002002
Pavel Roskine0d687b2011-07-14 20:21:55 -04002003 ah->nexttbtt = nexttbtt;
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002004
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002005 intval |= AR5K_BEACON_ENA;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002006 ath5k_hw_init_beacon(ah, nexttbtt, intval);
Bruno Randolf9804b982008-01-19 18:17:59 +09002007
2008 /*
2009 * debugging output last in order to preserve the time critical aspect
2010 * of this function
2011 */
2012 if (bc_tsf == -1)
Pavel Roskine0d687b2011-07-14 20:21:55 -04002013 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON,
Bruno Randolf9804b982008-01-19 18:17:59 +09002014 "reconfigured timers based on HW TSF\n");
2015 else if (bc_tsf == 0)
Pavel Roskine0d687b2011-07-14 20:21:55 -04002016 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON,
Bruno Randolf9804b982008-01-19 18:17:59 +09002017 "reset HW TSF and timers\n");
2018 else
Pavel Roskine0d687b2011-07-14 20:21:55 -04002019 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON,
Bruno Randolf9804b982008-01-19 18:17:59 +09002020 "updated timers based on beacon TSF\n");
2021
Pavel Roskine0d687b2011-07-14 20:21:55 -04002022 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON,
David Miller04f93a82008-02-15 16:08:59 -08002023 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n",
2024 (unsigned long long) bc_tsf,
2025 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt);
Pavel Roskine0d687b2011-07-14 20:21:55 -04002026 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_BEACON, "intval %u %s %s\n",
Bruno Randolf9804b982008-01-19 18:17:59 +09002027 intval & AR5K_BEACON_PERIOD,
2028 intval & AR5K_BEACON_ENA ? "AR5K_BEACON_ENA" : "",
2029 intval & AR5K_BEACON_RESET_TSF ? "AR5K_BEACON_RESET_TSF" : "");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002030}
2031
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002032/**
2033 * ath5k_beacon_config - Configure the beacon queues and interrupts
2034 *
Pavel Roskine0d687b2011-07-14 20:21:55 -04002035 * @ah: struct ath5k_hw pointer we are operating on
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002036 *
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002037 * In IBSS mode we use a self-linked tx descriptor if possible. We enable SWBA
Bruno Randolf6ba81c22008-03-05 18:36:26 +09002038 * interrupts to detect TSF updates only.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002039 */
Bruno Randolfcd2c5482010-12-22 19:20:32 +09002040void
Pavel Roskine0d687b2011-07-14 20:21:55 -04002041ath5k_beacon_config(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002042{
Bob Copelandb5f03952009-02-15 12:06:10 -05002043 unsigned long flags;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002044
Pavel Roskine0d687b2011-07-14 20:21:55 -04002045 spin_lock_irqsave(&ah->block, flags);
2046 ah->bmisscount = 0;
2047 ah->imask &= ~(AR5K_INT_BMISS | AR5K_INT_SWBA);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002048
Pavel Roskine0d687b2011-07-14 20:21:55 -04002049 if (ah->enable_beacon) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002050 /*
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002051 * In IBSS mode we use a self-linked tx descriptor and let the
2052 * hardware send the beacons automatically. We have to load it
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002053 * only once here.
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002054 * We use the SWBA interrupt only to keep track of the beacon
Bruno Randolf6ba81c22008-03-05 18:36:26 +09002055 * timers in order to detect automatic TSF updates.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002056 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002057 ath5k_beaconq_config(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002058
Pavel Roskine0d687b2011-07-14 20:21:55 -04002059 ah->imask |= AR5K_INT_SWBA;
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002060
Pavel Roskine0d687b2011-07-14 20:21:55 -04002061 if (ah->opmode == NL80211_IFTYPE_ADHOC) {
Bob Copeland21800492009-07-04 12:59:52 -04002062 if (ath5k_hw_hasveol(ah))
Pavel Roskine0d687b2011-07-14 20:21:55 -04002063 ath5k_beacon_send(ah);
Jiri Slabyda966bc2008-10-12 22:54:10 +02002064 } else
Pavel Roskine0d687b2011-07-14 20:21:55 -04002065 ath5k_beacon_update_timers(ah, -1);
Bob Copeland21800492009-07-04 12:59:52 -04002066 } else {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002067 ath5k_hw_stop_beacon_queue(ah, ah->bhalq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002068 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002069
Pavel Roskine0d687b2011-07-14 20:21:55 -04002070 ath5k_hw_set_imr(ah, ah->imask);
Bob Copeland21800492009-07-04 12:59:52 -04002071 mmiowb();
Pavel Roskine0d687b2011-07-14 20:21:55 -04002072 spin_unlock_irqrestore(&ah->block, flags);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002073}
2074
Nick Kossifidis428cbd42009-04-30 15:55:47 -04002075static void ath5k_tasklet_beacon(unsigned long data)
2076{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002077 struct ath5k_hw *ah = (struct ath5k_hw *) data;
Nick Kossifidis428cbd42009-04-30 15:55:47 -04002078
2079 /*
2080 * Software beacon alert--time to send a beacon.
2081 *
2082 * In IBSS mode we use this interrupt just to
2083 * keep track of the next TBTT (target beacon
Pavel Roskin6a2a0e72011-07-09 00:17:51 -04002084 * transmission time) in order to detect whether
Nick Kossifidis428cbd42009-04-30 15:55:47 -04002085 * automatic TSF updates happened.
2086 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002087 if (ah->opmode == NL80211_IFTYPE_ADHOC) {
Pavel Roskin6a2a0e72011-07-09 00:17:51 -04002088 /* XXX: only if VEOL supported */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002089 u64 tsf = ath5k_hw_get_tsf64(ah);
2090 ah->nexttbtt += ah->bintval;
2091 ATH5K_DBG(ah, ATH5K_DEBUG_BEACON,
Nick Kossifidis428cbd42009-04-30 15:55:47 -04002092 "SWBA nexttbtt: %x hw_tu: %x "
2093 "TSF: %llx\n",
Pavel Roskine0d687b2011-07-14 20:21:55 -04002094 ah->nexttbtt,
Nick Kossifidis428cbd42009-04-30 15:55:47 -04002095 TSF_TO_TU(tsf),
2096 (unsigned long long) tsf);
2097 } else {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002098 spin_lock(&ah->block);
2099 ath5k_beacon_send(ah);
2100 spin_unlock(&ah->block);
Nick Kossifidis428cbd42009-04-30 15:55:47 -04002101 }
2102}
2103
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002104
2105/********************\
2106* Interrupt handling *
2107\********************/
2108
Bruno Randolf6a8a3f62010-03-25 14:49:19 +09002109static void
2110ath5k_intr_calibration_poll(struct ath5k_hw *ah)
2111{
Bruno Randolf2111ac02010-04-02 18:44:08 +09002112 if (time_is_before_eq_jiffies(ah->ah_cal_next_ani) &&
2113 !(ah->ah_cal_mask & AR5K_CALIBRATION_FULL)) {
2114 /* run ANI only when full calibration is not active */
2115 ah->ah_cal_next_ani = jiffies +
2116 msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_ANI);
Pavel Roskine0d687b2011-07-14 20:21:55 -04002117 tasklet_schedule(&ah->ani_tasklet);
Bruno Randolf2111ac02010-04-02 18:44:08 +09002118
2119 } else if (time_is_before_eq_jiffies(ah->ah_cal_next_full)) {
Bruno Randolf6a8a3f62010-03-25 14:49:19 +09002120 ah->ah_cal_next_full = jiffies +
2121 msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_FULL);
Pavel Roskine0d687b2011-07-14 20:21:55 -04002122 tasklet_schedule(&ah->calib);
Bruno Randolf6a8a3f62010-03-25 14:49:19 +09002123 }
2124 /* we could use SWI to generate enough interrupts to meet our
2125 * calibration interval requirements, if necessary:
2126 * AR5K_REG_ENABLE_BITS(ah, AR5K_CR, AR5K_CR_SWI); */
2127}
2128
Felix Fietkauc266c712011-04-10 18:32:19 +02002129static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04002130ath5k_schedule_rx(struct ath5k_hw *ah)
Felix Fietkauc266c712011-04-10 18:32:19 +02002131{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002132 ah->rx_pending = true;
2133 tasklet_schedule(&ah->rxtq);
Felix Fietkauc266c712011-04-10 18:32:19 +02002134}
2135
2136static void
Pavel Roskine0d687b2011-07-14 20:21:55 -04002137ath5k_schedule_tx(struct ath5k_hw *ah)
Felix Fietkauc266c712011-04-10 18:32:19 +02002138{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002139 ah->tx_pending = true;
2140 tasklet_schedule(&ah->txtq);
Felix Fietkauc266c712011-04-10 18:32:19 +02002141}
2142
Pavel Roskinf5cbc8b2011-06-15 18:03:22 -04002143static irqreturn_t
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002144ath5k_intr(int irq, void *dev_id)
2145{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002146 struct ath5k_hw *ah = dev_id;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002147 enum ath5k_int status;
2148 unsigned int counter = 1000;
2149
Pavel Roskine0d687b2011-07-14 20:21:55 -04002150 if (unlikely(test_bit(ATH_STAT_INVALID, ah->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 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002157 ATH5K_DBG(ah, ATH5K_DEBUG_INTR, "status 0x%x/0x%x\n",
2158 status, ah->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 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002164 ATH5K_DBG(ah, ATH5K_DEBUG_RESET,
Bruno Randolf8d67a032010-06-16 19:11:12 +09002165 "fatal int, resetting\n");
Pavel Roskine0d687b2011-07-14 20:21:55 -04002166 ieee80211_queue_work(ah->hw, &ah->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 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002177 ah->stats.rxorn_intr++;
Bruno Randolf8d67a032010-06-16 19:11:12 +09002178 if (ah->ah_mac_srev < AR5K_SREV_AR5212) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002179 ATH5K_DBG(ah, ATH5K_DEBUG_RESET,
Bruno Randolf8d67a032010-06-16 19:11:12 +09002180 "rx overrun, resetting\n");
Pavel Roskine0d687b2011-07-14 20:21:55 -04002181 ieee80211_queue_work(ah->hw, &ah->reset_work);
Pavel Roskind2c7f772011-07-07 18:14:07 -04002182 } else
Pavel Roskine0d687b2011-07-14 20:21:55 -04002183 ath5k_schedule_rx(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002184 } else {
Pavel Roskind2c7f772011-07-07 18:14:07 -04002185 if (status & AR5K_INT_SWBA)
Pavel Roskine0d687b2011-07-14 20:21:55 -04002186 tasklet_hi_schedule(&ah->beacontq);
Pavel Roskind2c7f772011-07-07 18:14:07 -04002187
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002188 if (status & AR5K_INT_RXEOL) {
2189 /*
2190 * NB: the hardware should re-read the link when
2191 * RXE bit is written, but it doesn't work at
2192 * least on older hardware revs.
2193 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002194 ah->stats.rxeol_intr++;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002195 }
2196 if (status & AR5K_INT_TXURN) {
2197 /* bump tx trigger level */
2198 ath5k_hw_update_tx_triglevel(ah, true);
2199 }
Nick Kossifidis4c674c62008-10-26 20:40:25 +02002200 if (status & (AR5K_INT_RXOK | AR5K_INT_RXERR))
Pavel Roskine0d687b2011-07-14 20:21:55 -04002201 ath5k_schedule_rx(ah);
Nick Kossifidis4c674c62008-10-26 20:40:25 +02002202 if (status & (AR5K_INT_TXOK | AR5K_INT_TXDESC
2203 | AR5K_INT_TXERR | AR5K_INT_TXEOL))
Pavel Roskine0d687b2011-07-14 20:21:55 -04002204 ath5k_schedule_tx(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002205 if (status & AR5K_INT_BMISS) {
Nick Kossifidis1e3e6e82009-02-09 06:15:42 +02002206 /* TODO */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002207 }
2208 if (status & AR5K_INT_MIB) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002209 ah->stats.mib_intr++;
Bruno Randolf495391d2010-03-25 14:49:36 +09002210 ath5k_hw_update_mib_counters(ah);
Bruno Randolf2111ac02010-04-02 18:44:08 +09002211 ath5k_ani_mib_intr(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002212 }
Tobias Doerffele6a3b612009-06-09 17:33:27 +02002213 if (status & AR5K_INT_GPIO)
Pavel Roskine0d687b2011-07-14 20:21:55 -04002214 tasklet_schedule(&ah->rf_kill.toggleq);
Bob Copelanda6ae0712009-06-09 23:43:11 -04002215
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002216 }
Felix Fietkau4cebb342010-12-02 10:27:21 +01002217
2218 if (ath5k_get_bus_type(ah) == ATH_AHB)
2219 break;
2220
Bob Copeland2516baa2009-04-27 22:18:10 -04002221 } while (ath5k_hw_is_intr_pending(ah) && --counter > 0);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002222
Pavel Roskine0d687b2011-07-14 20:21:55 -04002223 if (ah->rx_pending || ah->tx_pending)
2224 ath5k_set_current_imask(ah);
Felix Fietkauc266c712011-04-10 18:32:19 +02002225
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002226 if (unlikely(!counter))
Pavel Roskine0d687b2011-07-14 20:21:55 -04002227 ATH5K_WARN(ah, "too many interrupts, giving up for now\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002228
Bruno Randolf6a8a3f62010-03-25 14:49:19 +09002229 ath5k_intr_calibration_poll(ah);
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002230
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002231 return IRQ_HANDLED;
2232}
2233
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002234/*
2235 * Periodically recalibrate the PHY to account
2236 * for temperature/environment changes.
2237 */
2238static void
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002239ath5k_tasklet_calibrate(unsigned long data)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002240{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002241 struct ath5k_hw *ah = (void *)data;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002242
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002243 /* Only full calibration for now */
Bruno Randolfe65e1d72010-03-25 14:49:09 +09002244 ah->ah_cal_mask |= AR5K_CALIBRATION_FULL;
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002245
Pavel Roskine0d687b2011-07-14 20:21:55 -04002246 ATH5K_DBG(ah, ATH5K_DEBUG_CALIBRATE, "channel %u/%x\n",
2247 ieee80211_frequency_to_channel(ah->curchan->center_freq),
2248 ah->curchan->hw_value);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002249
Nick Kossifidis6f3b4142009-02-09 06:03:41 +02002250 if (ath5k_hw_gainf_calibrate(ah) == AR5K_RFGAIN_NEED_CHANGE) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002251 /*
2252 * Rfgain is out of bounds, reset the chip
2253 * to load new gain values.
2254 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002255 ATH5K_DBG(ah, ATH5K_DEBUG_RESET, "calibration, resetting\n");
2256 ieee80211_queue_work(ah->hw, &ah->reset_work);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002257 }
Pavel Roskine0d687b2011-07-14 20:21:55 -04002258 if (ath5k_hw_phy_calibrate(ah, ah->curchan))
2259 ATH5K_ERR(ah, "calibration of channel %u failed\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05002260 ieee80211_frequency_to_channel(
Pavel Roskine0d687b2011-07-14 20:21:55 -04002261 ah->curchan->center_freq));
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002262
Bruno Randolf0e8e02d2010-05-19 10:31:05 +09002263 /* Noise floor calibration interrupts rx/tx path while I/Q calibration
Bruno Randolf651d9372010-09-17 11:36:46 +09002264 * doesn't.
2265 * TODO: We should stop TX here, so that it doesn't interfere.
2266 * Note that stopping the queues is not enough to stop TX! */
Bruno Randolfafe86282010-05-19 10:31:10 +09002267 if (time_is_before_eq_jiffies(ah->ah_cal_next_nf)) {
2268 ah->ah_cal_next_nf = jiffies +
2269 msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_NF);
Bruno Randolfafe86282010-05-19 10:31:10 +09002270 ath5k_hw_update_noise_floor(ah);
Bruno Randolfafe86282010-05-19 10:31:10 +09002271 }
Nick Kossifidis6e2206622009-08-10 03:31:31 +03002272
Bruno Randolfe65e1d72010-03-25 14:49:09 +09002273 ah->ah_cal_mask &= ~AR5K_CALIBRATION_FULL;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002274}
2275
2276
Bruno Randolf2111ac02010-04-02 18:44:08 +09002277static void
2278ath5k_tasklet_ani(unsigned long data)
2279{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002280 struct ath5k_hw *ah = (void *)data;
Bruno Randolf2111ac02010-04-02 18:44:08 +09002281
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{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002291 struct ath5k_hw *ah = container_of(work, struct ath5k_hw,
Bruno Randolf4edd7612010-09-17 11:36:56 +09002292 tx_complete_work.work);
2293 struct ath5k_txq *txq;
2294 int i;
2295 bool needreset = false;
2296
Pavel Roskine0d687b2011-07-14 20:21:55 -04002297 mutex_lock(&ah->lock);
Bob Copeland599b13a2011-01-18 08:06:43 -05002298
Pavel Roskine0d687b2011-07-14 20:21:55 -04002299 for (i = 0; i < ARRAY_SIZE(ah->txqs); i++) {
2300 if (ah->txqs[i].setup) {
2301 txq = &ah->txqs[i];
Bruno Randolf4edd7612010-09-17 11:36:56 +09002302 spin_lock_bh(&txq->lock);
Bruno Randolf23413292010-09-17 11:37:07 +09002303 if (txq->txq_len > 1) {
Bruno Randolf4edd7612010-09-17 11:36:56 +09002304 if (txq->txq_poll_mark) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002305 ATH5K_DBG(ah, ATH5K_DEBUG_XMIT,
Bruno Randolf4edd7612010-09-17 11:36:56 +09002306 "TX queue stuck %d\n",
2307 txq->qnum);
2308 needreset = true;
Bruno Randolf923e5b32010-09-17 11:37:02 +09002309 txq->txq_stuck++;
Bruno Randolf4edd7612010-09-17 11:36:56 +09002310 spin_unlock_bh(&txq->lock);
2311 break;
2312 } else {
2313 txq->txq_poll_mark = true;
2314 }
2315 }
2316 spin_unlock_bh(&txq->lock);
2317 }
2318 }
2319
2320 if (needreset) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002321 ATH5K_DBG(ah, ATH5K_DEBUG_RESET,
Bruno Randolf4edd7612010-09-17 11:36:56 +09002322 "TX queues stuck, resetting\n");
Pavel Roskine0d687b2011-07-14 20:21:55 -04002323 ath5k_reset(ah, NULL, true);
Bruno Randolf4edd7612010-09-17 11:36:56 +09002324 }
2325
Pavel Roskine0d687b2011-07-14 20:21:55 -04002326 mutex_unlock(&ah->lock);
Bob Copeland599b13a2011-01-18 08:06:43 -05002327
Pavel Roskine0d687b2011-07-14 20:21:55 -04002328 ieee80211_queue_delayed_work(ah->hw, &ah->tx_complete_work,
Bruno Randolf4edd7612010-09-17 11:36:56 +09002329 msecs_to_jiffies(ATH5K_TX_COMPLETE_POLL_INT));
2330}
2331
2332
Bob Copeland8a63fac2010-09-17 12:45:07 +09002333/*************************\
2334* Initialization routines *
2335\*************************/
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002336
Pavel Roskin25380d82011-07-07 18:13:42 -04002337int __devinit
Pavel Roskine0d687b2011-07-14 20:21:55 -04002338ath5k_init_softc(struct ath5k_hw *ah, const struct ath_bus_ops *bus_ops)
Felix Fietkau132b1c32010-12-02 10:26:56 +01002339{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002340 struct ieee80211_hw *hw = ah->hw;
Felix Fietkau132b1c32010-12-02 10:26:56 +01002341 struct ath_common *common;
2342 int ret;
2343 int csz;
2344
2345 /* Initialize driver private data */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002346 SET_IEEE80211_DEV(hw, ah->dev);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002347 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
Nick Kossifidisb9e61f12010-12-03 06:12:39 +02002348 IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
2349 IEEE80211_HW_SIGNAL_DBM |
2350 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
Felix Fietkau132b1c32010-12-02 10:26:56 +01002351
2352 hw->wiphy->interface_modes =
2353 BIT(NL80211_IFTYPE_AP) |
2354 BIT(NL80211_IFTYPE_STATION) |
2355 BIT(NL80211_IFTYPE_ADHOC) |
2356 BIT(NL80211_IFTYPE_MESH_POINT);
2357
Bruno Randolf3de135d2010-12-16 11:30:33 +09002358 /* both antennas can be configured as RX or TX */
2359 hw->wiphy->available_antennas_tx = 0x3;
2360 hw->wiphy->available_antennas_rx = 0x3;
2361
Felix Fietkau132b1c32010-12-02 10:26:56 +01002362 hw->extra_tx_headroom = 2;
2363 hw->channel_change_time = 5000;
2364
2365 /*
2366 * Mark the device as detached to avoid processing
2367 * interrupts until setup is complete.
2368 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002369 __set_bit(ATH_STAT_INVALID, ah->status);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002370
Pavel Roskine0d687b2011-07-14 20:21:55 -04002371 ah->opmode = NL80211_IFTYPE_STATION;
2372 ah->bintval = 1000;
2373 mutex_init(&ah->lock);
2374 spin_lock_init(&ah->rxbuflock);
2375 spin_lock_init(&ah->txbuflock);
2376 spin_lock_init(&ah->block);
2377 spin_lock_init(&ah->irqlock);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002378
2379 /* Setup interrupt handler */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002380 ret = request_irq(ah->irq, ath5k_intr, IRQF_SHARED, "ath", ah);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002381 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002382 ATH5K_ERR(ah, "request_irq failed\n");
Felix Fietkau132b1c32010-12-02 10:26:56 +01002383 goto err;
2384 }
2385
Pavel Roskine0d687b2011-07-14 20:21:55 -04002386 common = ath5k_hw_common(ah);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002387 common->ops = &ath5k_common_ops;
2388 common->bus_ops = bus_ops;
Pavel Roskine0d687b2011-07-14 20:21:55 -04002389 common->ah = ah;
Felix Fietkau132b1c32010-12-02 10:26:56 +01002390 common->hw = hw;
Pavel Roskine0d687b2011-07-14 20:21:55 -04002391 common->priv = ah;
Felix Fietkau26d16d22011-07-12 09:02:01 +08002392 common->clockrate = 40;
Felix Fietkau132b1c32010-12-02 10:26:56 +01002393
2394 /*
2395 * Cache line size is used to size and align various
2396 * structures used to communicate with the hardware.
2397 */
2398 ath5k_read_cachesize(common, &csz);
2399 common->cachelsz = csz << 2; /* convert to bytes */
2400
2401 spin_lock_init(&common->cc_lock);
2402
2403 /* Initialize device */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002404 ret = ath5k_hw_init(ah);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002405 if (ret)
Pavel Roskine0d687b2011-07-14 20:21:55 -04002406 goto err_irq;
Felix Fietkau132b1c32010-12-02 10:26:56 +01002407
2408 /* set up multi-rate retry capabilities */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002409 if (ah->ah_version == AR5K_AR5212) {
Felix Fietkau132b1c32010-12-02 10:26:56 +01002410 hw->max_rates = 4;
Bruno Randolf76a9f6f2011-01-28 16:52:11 +09002411 hw->max_rate_tries = max(AR5K_INIT_RETRY_SHORT,
2412 AR5K_INIT_RETRY_LONG);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002413 }
2414
2415 hw->vif_data_size = sizeof(struct ath5k_vif);
2416
2417 /* Finish private driver data initialization */
2418 ret = ath5k_init(hw);
2419 if (ret)
2420 goto err_ah;
2421
Pavel Roskine0d687b2011-07-14 20:21:55 -04002422 ATH5K_INFO(ah, "Atheros AR%s chip found (MAC: 0x%x, PHY: 0x%x)\n",
2423 ath5k_chip_name(AR5K_VERSION_MAC, ah->ah_mac_srev),
2424 ah->ah_mac_srev,
2425 ah->ah_phy_revision);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002426
Pavel Roskine0d687b2011-07-14 20:21:55 -04002427 if (!ah->ah_single_chip) {
Felix Fietkau132b1c32010-12-02 10:26:56 +01002428 /* Single chip radio (!RF5111) */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002429 if (ah->ah_radio_5ghz_revision &&
2430 !ah->ah_radio_2ghz_revision) {
Felix Fietkau132b1c32010-12-02 10:26:56 +01002431 /* No 5GHz support -> report 2GHz radio */
2432 if (!test_bit(AR5K_MODE_11A,
Pavel Roskine0d687b2011-07-14 20:21:55 -04002433 ah->ah_capabilities.cap_mode)) {
2434 ATH5K_INFO(ah, "RF%s 2GHz radio found (0x%x)\n",
Felix Fietkau132b1c32010-12-02 10:26:56 +01002435 ath5k_chip_name(AR5K_VERSION_RAD,
Pavel Roskine0d687b2011-07-14 20:21:55 -04002436 ah->ah_radio_5ghz_revision),
2437 ah->ah_radio_5ghz_revision);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002438 /* No 2GHz support (5110 and some
Pavel Roskin6a2a0e72011-07-09 00:17:51 -04002439 * 5GHz only cards) -> report 5GHz radio */
Felix Fietkau132b1c32010-12-02 10:26:56 +01002440 } else if (!test_bit(AR5K_MODE_11B,
Pavel Roskine0d687b2011-07-14 20:21:55 -04002441 ah->ah_capabilities.cap_mode)) {
2442 ATH5K_INFO(ah, "RF%s 5GHz radio found (0x%x)\n",
Felix Fietkau132b1c32010-12-02 10:26:56 +01002443 ath5k_chip_name(AR5K_VERSION_RAD,
Pavel Roskine0d687b2011-07-14 20:21:55 -04002444 ah->ah_radio_5ghz_revision),
2445 ah->ah_radio_5ghz_revision);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002446 /* Multiband radio */
2447 } else {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002448 ATH5K_INFO(ah, "RF%s multiband radio found"
Felix Fietkau132b1c32010-12-02 10:26:56 +01002449 " (0x%x)\n",
2450 ath5k_chip_name(AR5K_VERSION_RAD,
Pavel Roskine0d687b2011-07-14 20:21:55 -04002451 ah->ah_radio_5ghz_revision),
2452 ah->ah_radio_5ghz_revision);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002453 }
2454 }
2455 /* Multi chip radio (RF5111 - RF2111) ->
2456 * report both 2GHz/5GHz radios */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002457 else if (ah->ah_radio_5ghz_revision &&
2458 ah->ah_radio_2ghz_revision) {
2459 ATH5K_INFO(ah, "RF%s 5GHz radio found (0x%x)\n",
Felix Fietkau132b1c32010-12-02 10:26:56 +01002460 ath5k_chip_name(AR5K_VERSION_RAD,
Pavel Roskine0d687b2011-07-14 20:21:55 -04002461 ah->ah_radio_5ghz_revision),
2462 ah->ah_radio_5ghz_revision);
2463 ATH5K_INFO(ah, "RF%s 2GHz radio found (0x%x)\n",
Felix Fietkau132b1c32010-12-02 10:26:56 +01002464 ath5k_chip_name(AR5K_VERSION_RAD,
Pavel Roskine0d687b2011-07-14 20:21:55 -04002465 ah->ah_radio_2ghz_revision),
2466 ah->ah_radio_2ghz_revision);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002467 }
2468 }
2469
Pavel Roskine0d687b2011-07-14 20:21:55 -04002470 ath5k_debug_init_device(ah);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002471
2472 /* ready to process interrupts */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002473 __clear_bit(ATH_STAT_INVALID, ah->status);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002474
2475 return 0;
2476err_ah:
Pavel Roskine0d687b2011-07-14 20:21:55 -04002477 ath5k_hw_deinit(ah);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002478err_irq:
Pavel Roskine0d687b2011-07-14 20:21:55 -04002479 free_irq(ah->irq, ah);
Felix Fietkau132b1c32010-12-02 10:26:56 +01002480err:
2481 return ret;
2482}
2483
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002484static int
Pavel Roskine0d687b2011-07-14 20:21:55 -04002485ath5k_stop_locked(struct ath5k_hw *ah)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002486{
Bob Copelandcec8db22009-07-04 12:59:51 -04002487
Pavel Roskine0d687b2011-07-14 20:21:55 -04002488 ATH5K_DBG(ah, ATH5K_DEBUG_RESET, "invalid %u\n",
2489 test_bit(ATH_STAT_INVALID, ah->status));
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002490
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002491 /*
Bob Copeland8a63fac2010-09-17 12:45:07 +09002492 * Shutdown the hardware and driver:
2493 * stop output from above
2494 * disable interrupts
2495 * turn off timers
2496 * turn off the radio
2497 * clear transmit machinery
2498 * clear receive machinery
2499 * drain and release tx queues
2500 * reclaim beacon resources
2501 * power down hardware
2502 *
2503 * Note that some of this work is not possible if the
2504 * hardware is gone (invalid).
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002505 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002506 ieee80211_stop_queues(ah->hw);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002507
Pavel Roskine0d687b2011-07-14 20:21:55 -04002508 if (!test_bit(ATH_STAT_INVALID, ah->status)) {
2509 ath5k_led_off(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002510 ath5k_hw_set_imr(ah, 0);
Pavel Roskine0d687b2011-07-14 20:21:55 -04002511 synchronize_irq(ah->irq);
2512 ath5k_rx_stop(ah);
Nick Kossifidis80dac9e2010-11-23 20:45:38 +02002513 ath5k_hw_dma_stop(ah);
Pavel Roskine0d687b2011-07-14 20:21:55 -04002514 ath5k_drain_tx_buffs(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002515 ath5k_hw_phy_disable(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002516 }
2517
Bob Copeland8a63fac2010-09-17 12:45:07 +09002518 return 0;
2519}
2520
Pavel Roskinfabba042011-07-21 13:36:28 -04002521int ath5k_start(struct ieee80211_hw *hw)
Bob Copeland8a63fac2010-09-17 12:45:07 +09002522{
Pavel Roskinfabba042011-07-21 13:36:28 -04002523 struct ath5k_hw *ah = hw->priv;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002524 struct ath_common *common = ath5k_hw_common(ah);
2525 int ret, i;
2526
Pavel Roskine0d687b2011-07-14 20:21:55 -04002527 mutex_lock(&ah->lock);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002528
Pavel Roskine0d687b2011-07-14 20:21:55 -04002529 ATH5K_DBG(ah, ATH5K_DEBUG_RESET, "mode %d\n", ah->opmode);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002530
2531 /*
2532 * Stop anything previously setup. This is safe
2533 * no matter this is the first time through or not.
2534 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002535 ath5k_stop_locked(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002536
2537 /*
2538 * The basic interface to setting the hardware in a good
2539 * state is ``reset''. On return the hardware is known to
2540 * be powered up and with interrupts disabled. This must
2541 * be followed by initialization of the appropriate bits
2542 * and then setup of the interrupt mask.
2543 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002544 ah->curchan = ah->hw->conf.channel;
2545 ah->imask = AR5K_INT_RXOK | AR5K_INT_RXERR | AR5K_INT_RXEOL |
Bob Copeland8a63fac2010-09-17 12:45:07 +09002546 AR5K_INT_RXORN | AR5K_INT_TXDESC | AR5K_INT_TXEOL |
2547 AR5K_INT_FATAL | AR5K_INT_GLOBAL | AR5K_INT_MIB;
2548
Pavel Roskine0d687b2011-07-14 20:21:55 -04002549 ret = ath5k_reset(ah, NULL, false);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002550 if (ret)
2551 goto done;
2552
2553 ath5k_rfkill_hw_start(ah);
2554
2555 /*
2556 * Reset the key cache since some parts do not reset the
2557 * contents on initial power up or resume from suspend.
2558 */
2559 for (i = 0; i < common->keymax; i++)
2560 ath_hw_keyreset(common, (u16) i);
2561
Nick Kossifidis61cde032010-11-23 21:12:23 +02002562 /* Use higher rates for acks instead of base
2563 * rate */
2564 ah->ah_ack_bitrate_high = true;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002565
Pavel Roskine0d687b2011-07-14 20:21:55 -04002566 for (i = 0; i < ARRAY_SIZE(ah->bslot); i++)
2567 ah->bslot[i] = NULL;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002568
Bob Copeland8a63fac2010-09-17 12:45:07 +09002569 ret = 0;
2570done:
2571 mmiowb();
Pavel Roskine0d687b2011-07-14 20:21:55 -04002572 mutex_unlock(&ah->lock);
Bruno Randolf4edd7612010-09-17 11:36:56 +09002573
Pavel Roskine0d687b2011-07-14 20:21:55 -04002574 ieee80211_queue_delayed_work(ah->hw, &ah->tx_complete_work,
Bruno Randolf4edd7612010-09-17 11:36:56 +09002575 msecs_to_jiffies(ATH5K_TX_COMPLETE_POLL_INT));
2576
Bob Copeland8a63fac2010-09-17 12:45:07 +09002577 return ret;
2578}
2579
Pavel Roskine0d687b2011-07-14 20:21:55 -04002580static void ath5k_stop_tasklets(struct ath5k_hw *ah)
Bob Copeland8a63fac2010-09-17 12:45:07 +09002581{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002582 ah->rx_pending = false;
2583 ah->tx_pending = false;
2584 tasklet_kill(&ah->rxtq);
2585 tasklet_kill(&ah->txtq);
2586 tasklet_kill(&ah->calib);
2587 tasklet_kill(&ah->beacontq);
2588 tasklet_kill(&ah->ani_tasklet);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002589}
2590
2591/*
2592 * Stop the device, grabbing the top-level lock to protect
2593 * against concurrent entry through ath5k_init (which can happen
2594 * if another thread does a system call and the thread doing the
2595 * stop is preempted).
2596 */
Pavel Roskinfabba042011-07-21 13:36:28 -04002597void ath5k_stop(struct ieee80211_hw *hw)
Bob Copeland8a63fac2010-09-17 12:45:07 +09002598{
Pavel Roskinfabba042011-07-21 13:36:28 -04002599 struct ath5k_hw *ah = hw->priv;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002600 int ret;
2601
Pavel Roskine0d687b2011-07-14 20:21:55 -04002602 mutex_lock(&ah->lock);
2603 ret = ath5k_stop_locked(ah);
2604 if (ret == 0 && !test_bit(ATH_STAT_INVALID, ah->status)) {
Bob Copeland8a63fac2010-09-17 12:45:07 +09002605 /*
2606 * Don't set the card in full sleep mode!
2607 *
2608 * a) When the device is in this state it must be carefully
2609 * woken up or references to registers in the PCI clock
2610 * domain may freeze the bus (and system). This varies
2611 * by chip and is mostly an issue with newer parts
2612 * (madwifi sources mentioned srev >= 0x78) that go to
2613 * sleep more quickly.
2614 *
2615 * b) On older chips full sleep results a weird behaviour
2616 * during wakeup. I tested various cards with srev < 0x78
2617 * and they don't wake up after module reload, a second
2618 * module reload is needed to bring the card up again.
2619 *
2620 * Until we figure out what's going on don't enable
2621 * full chip reset on any chip (this is what Legacy HAL
2622 * and Sam's HAL do anyway). Instead Perform a full reset
2623 * on the device (same as initial state after attach) and
2624 * leave it idle (keep MAC/BB on warm reset) */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002625 ret = ath5k_hw_on_hold(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002626
Pavel Roskine0d687b2011-07-14 20:21:55 -04002627 ATH5K_DBG(ah, ATH5K_DEBUG_RESET,
Bob Copeland8a63fac2010-09-17 12:45:07 +09002628 "putting device to sleep\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002629 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002630
Bob Copeland8a63fac2010-09-17 12:45:07 +09002631 mmiowb();
Pavel Roskine0d687b2011-07-14 20:21:55 -04002632 mutex_unlock(&ah->lock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002633
Pavel Roskine0d687b2011-07-14 20:21:55 -04002634 ath5k_stop_tasklets(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002635
Pavel Roskine0d687b2011-07-14 20:21:55 -04002636 cancel_delayed_work_sync(&ah->tx_complete_work);
Bruno Randolf4edd7612010-09-17 11:36:56 +09002637
Pavel Roskine0d687b2011-07-14 20:21:55 -04002638 ath5k_rfkill_hw_stop(ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002639}
2640
Bob Copeland209d889b2009-05-07 08:09:08 -04002641/*
2642 * Reset the hardware. If chan is not NULL, then also pause rx/tx
2643 * and change to the given channel.
Bob Copeland5faaff72010-07-13 11:32:40 -04002644 *
Pavel Roskine0d687b2011-07-14 20:21:55 -04002645 * This should be called with ah->lock.
Bob Copeland209d889b2009-05-07 08:09:08 -04002646 */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002647static int
Pavel Roskine0d687b2011-07-14 20:21:55 -04002648ath5k_reset(struct ath5k_hw *ah, struct ieee80211_channel *chan,
Nick Kossifidis8aec7af2010-11-23 21:39:28 +02002649 bool skip_pcu)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002650{
Bruno Randolff15a4bb2010-12-16 16:22:20 +09002651 struct ath_common *common = ath5k_hw_common(ah);
Nick Kossifidis344b54b2010-12-03 06:07:13 +02002652 int ret, ani_mode;
Nick Kossifidisa99168e2011-06-02 03:09:48 +03002653 bool fast;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002654
Pavel Roskine0d687b2011-07-14 20:21:55 -04002655 ATH5K_DBG(ah, ATH5K_DEBUG_RESET, "resetting\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002656
Bob Copeland450464d2010-07-13 11:32:41 -04002657 ath5k_hw_set_imr(ah, 0);
Pavel Roskine0d687b2011-07-14 20:21:55 -04002658 synchronize_irq(ah->irq);
2659 ath5k_stop_tasklets(ah);
Bob Copeland450464d2010-07-13 11:32:41 -04002660
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002661 /* Save ani mode and disable ANI during
Nick Kossifidis344b54b2010-12-03 06:07:13 +02002662 * reset. If we don't we might get false
2663 * PHY error interrupts. */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002664 ani_mode = ah->ani_state.ani_mode;
Nick Kossifidis344b54b2010-12-03 06:07:13 +02002665 ath5k_ani_init(ah, ATH5K_ANI_MODE_OFF);
2666
Nick Kossifidis19252ec2010-12-03 06:05:19 +02002667 /* We are going to empty hw queues
2668 * so we should also free any remaining
2669 * tx buffers */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002670 ath5k_drain_tx_buffs(ah);
Bruno Randolf930a7622011-01-19 18:21:13 +09002671 if (chan)
Pavel Roskine0d687b2011-07-14 20:21:55 -04002672 ah->curchan = chan;
Nick Kossifidisa99168e2011-06-02 03:09:48 +03002673
2674 fast = ((chan != NULL) && modparam_fastchanswitch) ? 1 : 0;
2675
Pavel Roskine0d687b2011-07-14 20:21:55 -04002676 ret = ath5k_hw_reset(ah, ah->opmode, ah->curchan, fast, skip_pcu);
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002677 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002678 ATH5K_ERR(ah, "can't reset hardware (%d)\n", ret);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002679 goto err;
2680 }
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002681
Pavel Roskine0d687b2011-07-14 20:21:55 -04002682 ret = ath5k_rx_start(ah);
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002683 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002684 ATH5K_ERR(ah, "can't start recv logic\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002685 goto err;
2686 }
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002687
Nick Kossifidis344b54b2010-12-03 06:07:13 +02002688 ath5k_ani_init(ah, ani_mode);
Bruno Randolf2111ac02010-04-02 18:44:08 +09002689
Felix Fietkaufe00deb2011-07-12 09:02:02 +08002690 ah->ah_cal_next_full = jiffies + msecs_to_jiffies(100);
Bruno Randolfac559522010-05-19 10:30:55 +09002691 ah->ah_cal_next_ani = jiffies;
Bruno Randolfafe86282010-05-19 10:31:10 +09002692 ah->ah_cal_next_nf = jiffies;
Bruno Randolf5dcc03f2010-12-02 19:12:31 +09002693 ewma_init(&ah->ah_beacon_rssi_avg, 1024, 8);
Bruno Randolfafe86282010-05-19 10:31:10 +09002694
Bruno Randolff15a4bb2010-12-16 16:22:20 +09002695 /* clear survey data and cycle counters */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002696 memset(&ah->survey, 0, sizeof(ah->survey));
Bob Copelandbb007552010-12-26 12:10:05 -05002697 spin_lock_bh(&common->cc_lock);
Bruno Randolff15a4bb2010-12-16 16:22:20 +09002698 ath_hw_cycle_counters_update(common);
2699 memset(&common->cc_survey, 0, sizeof(common->cc_survey));
2700 memset(&common->cc_ani, 0, sizeof(common->cc_ani));
Bob Copelandbb007552010-12-26 12:10:05 -05002701 spin_unlock_bh(&common->cc_lock);
Bruno Randolff15a4bb2010-12-16 16:22:20 +09002702
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002703 /*
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002704 * Change channels and update the h/w rate map if we're switching;
2705 * e.g. 11a to 11b/g.
2706 *
2707 * We may be doing a reset in response to an ioctl that changes the
2708 * channel so update any state that might change as a result.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002709 *
2710 * XXX needed?
2711 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002712/* ath5k_chan_change(ah, c); */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002713
Pavel Roskine0d687b2011-07-14 20:21:55 -04002714 ath5k_beacon_config(ah);
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002715 /* intrs are enabled by ath5k_beacon_config */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002716
Pavel Roskine0d687b2011-07-14 20:21:55 -04002717 ieee80211_wake_queues(ah->hw);
Bruno Randolf397f3852010-05-19 10:30:49 +09002718
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002719 return 0;
2720err:
2721 return ret;
2722}
2723
Bob Copeland5faaff72010-07-13 11:32:40 -04002724static void ath5k_reset_work(struct work_struct *work)
2725{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002726 struct ath5k_hw *ah = container_of(work, struct ath5k_hw,
Bob Copeland5faaff72010-07-13 11:32:40 -04002727 reset_work);
2728
Pavel Roskine0d687b2011-07-14 20:21:55 -04002729 mutex_lock(&ah->lock);
2730 ath5k_reset(ah, NULL, true);
2731 mutex_unlock(&ah->lock);
Bob Copeland5faaff72010-07-13 11:32:40 -04002732}
2733
Pavel Roskin25380d82011-07-07 18:13:42 -04002734static int __devinit
Felix Fietkau132b1c32010-12-02 10:26:56 +01002735ath5k_init(struct ieee80211_hw *hw)
Bob Copeland8a63fac2010-09-17 12:45:07 +09002736{
Felix Fietkau132b1c32010-12-02 10:26:56 +01002737
Pavel Roskine0d687b2011-07-14 20:21:55 -04002738 struct ath5k_hw *ah = hw->priv;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002739 struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah);
Bruno Randolf925e0b02010-09-17 11:36:35 +09002740 struct ath5k_txq *txq;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002741 u8 mac[ETH_ALEN] = {};
2742 int ret;
2743
Bob Copeland8a63fac2010-09-17 12:45:07 +09002744
2745 /*
2746 * Check if the MAC has multi-rate retry support.
2747 * We do this by trying to setup a fake extended
2748 * descriptor. MACs that don't have support will
2749 * return false w/o doing anything. MACs that do
2750 * support it will return true w/o doing anything.
2751 */
2752 ret = ath5k_hw_setup_mrr_tx_desc(ah, NULL, 0, 0, 0, 0, 0, 0);
2753
2754 if (ret < 0)
2755 goto err;
2756 if (ret > 0)
Pavel Roskine0d687b2011-07-14 20:21:55 -04002757 __set_bit(ATH_STAT_MRRETRY, ah->status);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002758
2759 /*
2760 * Collect the channel list. The 802.11 layer
Pavel Roskin6a2a0e72011-07-09 00:17:51 -04002761 * is responsible for filtering this list based
Bob Copeland8a63fac2010-09-17 12:45:07 +09002762 * on settings like the phy mode and regulatory
2763 * domain restrictions.
2764 */
2765 ret = ath5k_setup_bands(hw);
2766 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002767 ATH5K_ERR(ah, "can't get channels\n");
Bob Copeland8a63fac2010-09-17 12:45:07 +09002768 goto err;
2769 }
2770
Bob Copeland8a63fac2010-09-17 12:45:07 +09002771 /*
2772 * Allocate tx+rx descriptors and populate the lists.
2773 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002774 ret = ath5k_desc_alloc(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002775 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002776 ATH5K_ERR(ah, "can't allocate descriptors\n");
Bob Copeland8a63fac2010-09-17 12:45:07 +09002777 goto err;
2778 }
2779
2780 /*
2781 * Allocate hardware transmit queues: one queue for
2782 * beacon frames and one data queue for each QoS
2783 * priority. Note that hw functions handle resetting
2784 * these queues at the needed time.
2785 */
2786 ret = ath5k_beaconq_setup(ah);
2787 if (ret < 0) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002788 ATH5K_ERR(ah, "can't setup a beacon xmit queue\n");
Bob Copeland8a63fac2010-09-17 12:45:07 +09002789 goto err_desc;
2790 }
Pavel Roskine0d687b2011-07-14 20:21:55 -04002791 ah->bhalq = ret;
2792 ah->cabq = ath5k_txq_setup(ah, AR5K_TX_QUEUE_CAB, 0);
2793 if (IS_ERR(ah->cabq)) {
2794 ATH5K_ERR(ah, "can't setup cab queue\n");
2795 ret = PTR_ERR(ah->cabq);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002796 goto err_bhal;
2797 }
2798
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002799 /* 5211 and 5212 usually support 10 queues but we better rely on the
2800 * capability information */
2801 if (ah->ah_capabilities.cap_queues.q_tx_num >= 6) {
2802 /* This order matches mac80211's queue priority, so we can
2803 * directly use the mac80211 queue number without any mapping */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002804 txq = ath5k_txq_setup(ah, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_VO);
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002805 if (IS_ERR(txq)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002806 ATH5K_ERR(ah, "can't setup xmit queue\n");
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002807 ret = PTR_ERR(txq);
2808 goto err_queues;
2809 }
Pavel Roskine0d687b2011-07-14 20:21:55 -04002810 txq = ath5k_txq_setup(ah, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_VI);
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002811 if (IS_ERR(txq)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002812 ATH5K_ERR(ah, "can't setup xmit queue\n");
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002813 ret = PTR_ERR(txq);
2814 goto err_queues;
2815 }
Pavel Roskine0d687b2011-07-14 20:21:55 -04002816 txq = ath5k_txq_setup(ah, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BE);
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002817 if (IS_ERR(txq)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002818 ATH5K_ERR(ah, "can't setup xmit queue\n");
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002819 ret = PTR_ERR(txq);
2820 goto err_queues;
2821 }
Pavel Roskine0d687b2011-07-14 20:21:55 -04002822 txq = ath5k_txq_setup(ah, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BK);
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002823 if (IS_ERR(txq)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002824 ATH5K_ERR(ah, "can't setup xmit queue\n");
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002825 ret = PTR_ERR(txq);
2826 goto err_queues;
2827 }
2828 hw->queues = 4;
2829 } else {
2830 /* older hardware (5210) can only support one data queue */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002831 txq = ath5k_txq_setup(ah, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BE);
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002832 if (IS_ERR(txq)) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002833 ATH5K_ERR(ah, "can't setup xmit queue\n");
Bruno Randolf22d8d9f2010-12-07 11:08:12 +09002834 ret = PTR_ERR(txq);
2835 goto err_queues;
2836 }
2837 hw->queues = 1;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002838 }
2839
Pavel Roskine0d687b2011-07-14 20:21:55 -04002840 tasklet_init(&ah->rxtq, ath5k_tasklet_rx, (unsigned long)ah);
2841 tasklet_init(&ah->txtq, ath5k_tasklet_tx, (unsigned long)ah);
2842 tasklet_init(&ah->calib, ath5k_tasklet_calibrate, (unsigned long)ah);
2843 tasklet_init(&ah->beacontq, ath5k_tasklet_beacon, (unsigned long)ah);
2844 tasklet_init(&ah->ani_tasklet, ath5k_tasklet_ani, (unsigned long)ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002845
Pavel Roskine0d687b2011-07-14 20:21:55 -04002846 INIT_WORK(&ah->reset_work, ath5k_reset_work);
2847 INIT_DELAYED_WORK(&ah->tx_complete_work, ath5k_tx_complete_poll_work);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002848
Felix Fietkaufa9bfd62011-04-13 21:56:44 +02002849 ret = ath5k_hw_common(ah)->bus_ops->eeprom_read_mac(ah, mac);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002850 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002851 ATH5K_ERR(ah, "unable to read address from EEPROM\n");
Bob Copeland8a63fac2010-09-17 12:45:07 +09002852 goto err_queues;
2853 }
2854
2855 SET_IEEE80211_PERM_ADDR(hw, mac);
2856 /* All MAC address bits matter for ACKs */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002857 ath5k_update_bssid_mask_and_opmode(ah, NULL);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002858
2859 regulatory->current_rd = ah->ah_capabilities.cap_eeprom.ee_regdomain;
2860 ret = ath_regd_init(regulatory, hw->wiphy, ath5k_reg_notifier);
2861 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002862 ATH5K_ERR(ah, "can't initialize regulatory system\n");
Bob Copeland8a63fac2010-09-17 12:45:07 +09002863 goto err_queues;
2864 }
2865
2866 ret = ieee80211_register_hw(hw);
2867 if (ret) {
Pavel Roskine0d687b2011-07-14 20:21:55 -04002868 ATH5K_ERR(ah, "can't register ieee80211 hw\n");
Bob Copeland8a63fac2010-09-17 12:45:07 +09002869 goto err_queues;
2870 }
2871
2872 if (!ath_is_world_regd(regulatory))
2873 regulatory_hint(hw->wiphy, regulatory->alpha2);
2874
Pavel Roskine0d687b2011-07-14 20:21:55 -04002875 ath5k_init_leds(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002876
Pavel Roskine0d687b2011-07-14 20:21:55 -04002877 ath5k_sysfs_register(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002878
2879 return 0;
2880err_queues:
Pavel Roskine0d687b2011-07-14 20:21:55 -04002881 ath5k_txq_release(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002882err_bhal:
Pavel Roskine0d687b2011-07-14 20:21:55 -04002883 ath5k_hw_release_tx_queue(ah, ah->bhalq);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002884err_desc:
Pavel Roskine0d687b2011-07-14 20:21:55 -04002885 ath5k_desc_free(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002886err:
2887 return ret;
2888}
2889
Felix Fietkau132b1c32010-12-02 10:26:56 +01002890void
Pavel Roskine0d687b2011-07-14 20:21:55 -04002891ath5k_deinit_softc(struct ath5k_hw *ah)
Bob Copeland8a63fac2010-09-17 12:45:07 +09002892{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002893 struct ieee80211_hw *hw = ah->hw;
Bob Copeland8a63fac2010-09-17 12:45:07 +09002894
2895 /*
2896 * NB: the order of these is important:
2897 * o call the 802.11 layer before detaching ath5k_hw to
2898 * ensure callbacks into the driver to delete global
2899 * key cache entries can be handled
2900 * o reclaim the tx queue data structures after calling
2901 * the 802.11 layer as we'll get called back to reclaim
2902 * node state and potentially want to use them
2903 * o to cleanup the tx queues the hal is called, so detach
2904 * it last
2905 * XXX: ??? detach ath5k_hw ???
2906 * Other than that, it's straightforward...
2907 */
2908 ieee80211_unregister_hw(hw);
Pavel Roskine0d687b2011-07-14 20:21:55 -04002909 ath5k_desc_free(ah);
2910 ath5k_txq_release(ah);
2911 ath5k_hw_release_tx_queue(ah, ah->bhalq);
2912 ath5k_unregister_leds(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002913
Pavel Roskine0d687b2011-07-14 20:21:55 -04002914 ath5k_sysfs_unregister(ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002915 /*
2916 * NB: can't reclaim these until after ieee80211_ifdetach
2917 * returns because we'll get called back to reclaim node
2918 * state and potentially want to use them.
2919 */
Pavel Roskine0d687b2011-07-14 20:21:55 -04002920 ath5k_hw_deinit(ah);
2921 free_irq(ah->irq, ah);
Bob Copeland8a63fac2010-09-17 12:45:07 +09002922}
2923
Bruno Randolfcd2c5482010-12-22 19:20:32 +09002924bool
Pavel Roskine0d687b2011-07-14 20:21:55 -04002925ath5k_any_vif_assoc(struct ath5k_hw *ah)
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002926{
Ben Greeare4b0b322011-03-03 14:39:05 -08002927 struct ath5k_vif_iter_data iter_data;
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002928 iter_data.hw_macaddr = NULL;
2929 iter_data.any_assoc = false;
2930 iter_data.need_set_hw_addr = false;
2931 iter_data.found_active = true;
2932
Pavel Roskine0d687b2011-07-14 20:21:55 -04002933 ieee80211_iterate_active_interfaces_atomic(ah->hw, ath5k_vif_iter,
Ben Greearb1ae1ed2010-09-30 12:22:58 -07002934 &iter_data);
2935 return iter_data.any_assoc;
2936}
2937
Bruno Randolfcd2c5482010-12-22 19:20:32 +09002938void
Pavel Roskinf5cbc8b2011-06-15 18:03:22 -04002939ath5k_set_beacon_filter(struct ieee80211_hw *hw, bool enable)
Martin Xu02969b32008-11-24 10:49:27 +08002940{
Pavel Roskine0d687b2011-07-14 20:21:55 -04002941 struct ath5k_hw *ah = hw->priv;
Martin Xu02969b32008-11-24 10:49:27 +08002942 u32 rfilt;
2943 rfilt = ath5k_hw_get_rx_filter(ah);
2944 if (enable)
2945 rfilt |= AR5K_RX_FILTER_BEACON;
2946 else
2947 rfilt &= ~AR5K_RX_FILTER_BEACON;
2948 ath5k_hw_set_rx_filter(ah, rfilt);
Pavel Roskine0d687b2011-07-14 20:21:55 -04002949 ah->filter_flags = rfilt;
Martin Xu02969b32008-11-24 10:49:27 +08002950}