blob: b3f41acb9065e8d9503a41008f68d90df376b40a [file] [log] [blame]
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001/*-
2 * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
3 * Copyright (c) 2004-2005 Atheros Communications, Inc.
4 * Copyright (c) 2006 Devicescape Software, Inc.
5 * Copyright (c) 2007 Jiri Slaby <jirislaby@gmail.com>
6 * Copyright (c) 2007 Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
7 *
8 * All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer,
15 * without modification.
16 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
18 * redistribution must be conditioned upon including a substantially
19 * similar Disclaimer requirement for further binary redistribution.
20 * 3. Neither the names of the above-listed copyright holders nor the names
21 * of any contributors may be used to endorse or promote products derived
22 * from this software without specific prior written permission.
23 *
24 * Alternatively, this software may be distributed under the terms of the
25 * GNU General Public License ("GPL") version 2 as published by the Free
26 * Software Foundation.
27 *
28 * NO WARRANTY
29 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 * LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY
32 * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
33 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
34 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
35 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
36 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
37 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
38 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
39 * THE POSSIBILITY OF SUCH DAMAGES.
40 *
41 */
42
Jiri Slabyfa1c1142007-08-12 17:33:16 +020043#include <linux/module.h>
44#include <linux/delay.h>
Jiri Slaby274c7c32008-07-15 17:44:20 +020045#include <linux/hardirq.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020046#include <linux/if.h>
Jiri Slaby274c7c32008-07-15 17:44:20 +020047#include <linux/io.h>
Jiri Slabyfa1c1142007-08-12 17:33:16 +020048#include <linux/netdevice.h>
49#include <linux/cache.h>
50#include <linux/pci.h>
51#include <linux/ethtool.h>
52#include <linux/uaccess.h>
53
54#include <net/ieee80211_radiotap.h>
55
56#include <asm/unaligned.h>
57
58#include "base.h"
59#include "reg.h"
60#include "debug.h"
61
Jiri Slabyfa1c1142007-08-12 17:33:16 +020062static int ath5k_calinterval = 10; /* Calibrate PHY every 10 secs (TODO: Fixme) */
Bob Copeland9ad9a262008-10-29 08:30:54 -040063static int modparam_nohwcrypt;
64module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444);
65MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
Jiri Slabyfa1c1142007-08-12 17:33:16 +020066
67
68/******************\
69* Internal defines *
70\******************/
71
72/* Module info */
73MODULE_AUTHOR("Jiri Slaby");
74MODULE_AUTHOR("Nick Kossifidis");
75MODULE_DESCRIPTION("Support for 5xxx series of Atheros 802.11 wireless LAN cards.");
76MODULE_SUPPORTED_DEVICE("Atheros 5xxx WLAN cards");
77MODULE_LICENSE("Dual BSD/GPL");
Nick Kossifidis0d5f0312008-09-29 01:27:27 +030078MODULE_VERSION("0.6.0 (EXPERIMENTAL)");
Jiri Slabyfa1c1142007-08-12 17:33:16 +020079
80
81/* Known PCI ids */
82static struct pci_device_id ath5k_pci_id_table[] __devinitdata = {
83 { PCI_VDEVICE(ATHEROS, 0x0207), .driver_data = AR5K_AR5210 }, /* 5210 early */
84 { PCI_VDEVICE(ATHEROS, 0x0007), .driver_data = AR5K_AR5210 }, /* 5210 */
85 { PCI_VDEVICE(ATHEROS, 0x0011), .driver_data = AR5K_AR5211 }, /* 5311 - this is on AHB bus !*/
86 { PCI_VDEVICE(ATHEROS, 0x0012), .driver_data = AR5K_AR5211 }, /* 5211 */
87 { PCI_VDEVICE(ATHEROS, 0x0013), .driver_data = AR5K_AR5212 }, /* 5212 */
88 { PCI_VDEVICE(3COM_2, 0x0013), .driver_data = AR5K_AR5212 }, /* 3com 5212 */
89 { PCI_VDEVICE(3COM, 0x0013), .driver_data = AR5K_AR5212 }, /* 3com 3CRDAG675 5212 */
90 { PCI_VDEVICE(ATHEROS, 0x1014), .driver_data = AR5K_AR5212 }, /* IBM minipci 5212 */
91 { PCI_VDEVICE(ATHEROS, 0x0014), .driver_data = AR5K_AR5212 }, /* 5212 combatible */
92 { PCI_VDEVICE(ATHEROS, 0x0015), .driver_data = AR5K_AR5212 }, /* 5212 combatible */
93 { PCI_VDEVICE(ATHEROS, 0x0016), .driver_data = AR5K_AR5212 }, /* 5212 combatible */
94 { PCI_VDEVICE(ATHEROS, 0x0017), .driver_data = AR5K_AR5212 }, /* 5212 combatible */
95 { PCI_VDEVICE(ATHEROS, 0x0018), .driver_data = AR5K_AR5212 }, /* 5212 combatible */
96 { PCI_VDEVICE(ATHEROS, 0x0019), .driver_data = AR5K_AR5212 }, /* 5212 combatible */
97 { PCI_VDEVICE(ATHEROS, 0x001a), .driver_data = AR5K_AR5212 }, /* 2413 Griffin-lite */
98 { PCI_VDEVICE(ATHEROS, 0x001b), .driver_data = AR5K_AR5212 }, /* 5413 Eagle */
Nick Kossifidis0d5f0312008-09-29 01:27:27 +030099 { PCI_VDEVICE(ATHEROS, 0x001c), .driver_data = AR5K_AR5212 }, /* PCI-E cards */
100 { PCI_VDEVICE(ATHEROS, 0x001d), .driver_data = AR5K_AR5212 }, /* 2417 Nala */
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200101 { 0 }
102};
103MODULE_DEVICE_TABLE(pci, ath5k_pci_id_table);
104
105/* Known SREVs */
106static struct ath5k_srev_name srev_names[] = {
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300107 { "5210", AR5K_VERSION_MAC, AR5K_SREV_AR5210 },
108 { "5311", AR5K_VERSION_MAC, AR5K_SREV_AR5311 },
109 { "5311A", AR5K_VERSION_MAC, AR5K_SREV_AR5311A },
110 { "5311B", AR5K_VERSION_MAC, AR5K_SREV_AR5311B },
111 { "5211", AR5K_VERSION_MAC, AR5K_SREV_AR5211 },
112 { "5212", AR5K_VERSION_MAC, AR5K_SREV_AR5212 },
113 { "5213", AR5K_VERSION_MAC, AR5K_SREV_AR5213 },
114 { "5213A", AR5K_VERSION_MAC, AR5K_SREV_AR5213A },
115 { "2413", AR5K_VERSION_MAC, AR5K_SREV_AR2413 },
116 { "2414", AR5K_VERSION_MAC, AR5K_SREV_AR2414 },
117 { "5424", AR5K_VERSION_MAC, AR5K_SREV_AR5424 },
118 { "5413", AR5K_VERSION_MAC, AR5K_SREV_AR5413 },
119 { "5414", AR5K_VERSION_MAC, AR5K_SREV_AR5414 },
120 { "2415", AR5K_VERSION_MAC, AR5K_SREV_AR2415 },
121 { "5416", AR5K_VERSION_MAC, AR5K_SREV_AR5416 },
122 { "5418", AR5K_VERSION_MAC, AR5K_SREV_AR5418 },
123 { "2425", AR5K_VERSION_MAC, AR5K_SREV_AR2425 },
124 { "2417", AR5K_VERSION_MAC, AR5K_SREV_AR2417 },
125 { "xxxxx", AR5K_VERSION_MAC, AR5K_SREV_UNKNOWN },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200126 { "5110", AR5K_VERSION_RAD, AR5K_SREV_RAD_5110 },
127 { "5111", AR5K_VERSION_RAD, AR5K_SREV_RAD_5111 },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300128 { "5111A", AR5K_VERSION_RAD, AR5K_SREV_RAD_5111A },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200129 { "2111", AR5K_VERSION_RAD, AR5K_SREV_RAD_2111 },
130 { "5112", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112 },
131 { "5112A", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112A },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300132 { "5112B", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112B },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200133 { "2112", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112 },
134 { "2112A", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112A },
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300135 { "2112B", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112B },
136 { "2413", AR5K_VERSION_RAD, AR5K_SREV_RAD_2413 },
137 { "5413", AR5K_VERSION_RAD, AR5K_SREV_RAD_5413 },
138 { "2316", AR5K_VERSION_RAD, AR5K_SREV_RAD_2316 },
139 { "2317", AR5K_VERSION_RAD, AR5K_SREV_RAD_2317 },
140 { "5424", AR5K_VERSION_RAD, AR5K_SREV_RAD_5424 },
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200141 { "5133", AR5K_VERSION_RAD, AR5K_SREV_RAD_5133 },
142 { "xxxxx", AR5K_VERSION_RAD, AR5K_SREV_UNKNOWN },
143};
144
Bruno Randolf63266a62008-07-30 17:12:58 +0200145static struct ieee80211_rate ath5k_rates[] = {
146 { .bitrate = 10,
147 .hw_value = ATH5K_RATE_CODE_1M, },
148 { .bitrate = 20,
149 .hw_value = ATH5K_RATE_CODE_2M,
150 .hw_value_short = ATH5K_RATE_CODE_2M | AR5K_SET_SHORT_PREAMBLE,
151 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
152 { .bitrate = 55,
153 .hw_value = ATH5K_RATE_CODE_5_5M,
154 .hw_value_short = ATH5K_RATE_CODE_5_5M | AR5K_SET_SHORT_PREAMBLE,
155 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
156 { .bitrate = 110,
157 .hw_value = ATH5K_RATE_CODE_11M,
158 .hw_value_short = ATH5K_RATE_CODE_11M | AR5K_SET_SHORT_PREAMBLE,
159 .flags = IEEE80211_RATE_SHORT_PREAMBLE },
160 { .bitrate = 60,
161 .hw_value = ATH5K_RATE_CODE_6M,
162 .flags = 0 },
163 { .bitrate = 90,
164 .hw_value = ATH5K_RATE_CODE_9M,
165 .flags = 0 },
166 { .bitrate = 120,
167 .hw_value = ATH5K_RATE_CODE_12M,
168 .flags = 0 },
169 { .bitrate = 180,
170 .hw_value = ATH5K_RATE_CODE_18M,
171 .flags = 0 },
172 { .bitrate = 240,
173 .hw_value = ATH5K_RATE_CODE_24M,
174 .flags = 0 },
175 { .bitrate = 360,
176 .hw_value = ATH5K_RATE_CODE_36M,
177 .flags = 0 },
178 { .bitrate = 480,
179 .hw_value = ATH5K_RATE_CODE_48M,
180 .flags = 0 },
181 { .bitrate = 540,
182 .hw_value = ATH5K_RATE_CODE_54M,
183 .flags = 0 },
184 /* XR missing */
185};
186
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200187/*
188 * Prototypes - PCI stack related functions
189 */
190static int __devinit ath5k_pci_probe(struct pci_dev *pdev,
191 const struct pci_device_id *id);
192static void __devexit ath5k_pci_remove(struct pci_dev *pdev);
193#ifdef CONFIG_PM
194static int ath5k_pci_suspend(struct pci_dev *pdev,
195 pm_message_t state);
196static int ath5k_pci_resume(struct pci_dev *pdev);
197#else
198#define ath5k_pci_suspend NULL
199#define ath5k_pci_resume NULL
200#endif /* CONFIG_PM */
201
John W. Linville04a9e452008-02-01 16:03:45 -0500202static struct pci_driver ath5k_pci_driver = {
Johannes Berg9764f3f2008-11-10 18:56:59 +0100203 .name = KBUILD_MODNAME,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200204 .id_table = ath5k_pci_id_table,
205 .probe = ath5k_pci_probe,
206 .remove = __devexit_p(ath5k_pci_remove),
207 .suspend = ath5k_pci_suspend,
208 .resume = ath5k_pci_resume,
209};
210
211
212
213/*
214 * Prototypes - MAC 802.11 stack related functions
215 */
Johannes Berge039fa42008-05-15 12:55:29 +0200216static int ath5k_tx(struct ieee80211_hw *hw, struct sk_buff *skb);
Jiri Slabyd7dc1002008-07-23 13:17:35 +0200217static int ath5k_reset(struct ath5k_softc *sc, bool stop, bool change_channel);
218static int ath5k_reset_wake(struct ath5k_softc *sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200219static int ath5k_start(struct ieee80211_hw *hw);
220static void ath5k_stop(struct ieee80211_hw *hw);
221static int ath5k_add_interface(struct ieee80211_hw *hw,
222 struct ieee80211_if_init_conf *conf);
223static void ath5k_remove_interface(struct ieee80211_hw *hw,
224 struct ieee80211_if_init_conf *conf);
Johannes Berge8975582008-10-09 12:18:51 +0200225static int ath5k_config(struct ieee80211_hw *hw, u32 changed);
Johannes Berg32bfd352007-12-19 01:31:26 +0100226static int ath5k_config_interface(struct ieee80211_hw *hw,
227 struct ieee80211_vif *vif,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200228 struct ieee80211_if_conf *conf);
229static void ath5k_configure_filter(struct ieee80211_hw *hw,
230 unsigned int changed_flags,
231 unsigned int *new_flags,
232 int mc_count, struct dev_mc_list *mclist);
233static int ath5k_set_key(struct ieee80211_hw *hw,
234 enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +0100235 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200236 struct ieee80211_key_conf *key);
237static int ath5k_get_stats(struct ieee80211_hw *hw,
238 struct ieee80211_low_level_stats *stats);
239static int ath5k_get_tx_stats(struct ieee80211_hw *hw,
240 struct ieee80211_tx_queue_stats *stats);
241static u64 ath5k_get_tsf(struct ieee80211_hw *hw);
Alina Friedrichsen3b5d6652009-01-24 07:09:59 +0100242static void ath5k_set_tsf(struct ieee80211_hw *hw, u64 tsf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200243static void ath5k_reset_tsf(struct ieee80211_hw *hw);
David S. Miller5b9ab2e2008-11-26 23:48:40 -0800244static int ath5k_beacon_update(struct ath5k_softc *sc,
Johannes Berge039fa42008-05-15 12:55:29 +0200245 struct sk_buff *skb);
Martin Xu02969b32008-11-24 10:49:27 +0800246static void ath5k_bss_info_changed(struct ieee80211_hw *hw,
247 struct ieee80211_vif *vif,
248 struct ieee80211_bss_conf *bss_conf,
249 u32 changes);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200250
251static struct ieee80211_ops ath5k_hw_ops = {
252 .tx = ath5k_tx,
253 .start = ath5k_start,
254 .stop = ath5k_stop,
255 .add_interface = ath5k_add_interface,
256 .remove_interface = ath5k_remove_interface,
257 .config = ath5k_config,
258 .config_interface = ath5k_config_interface,
259 .configure_filter = ath5k_configure_filter,
260 .set_key = ath5k_set_key,
261 .get_stats = ath5k_get_stats,
262 .conf_tx = NULL,
263 .get_tx_stats = ath5k_get_tx_stats,
264 .get_tsf = ath5k_get_tsf,
Alina Friedrichsen3b5d6652009-01-24 07:09:59 +0100265 .set_tsf = ath5k_set_tsf,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200266 .reset_tsf = ath5k_reset_tsf,
Martin Xu02969b32008-11-24 10:49:27 +0800267 .bss_info_changed = ath5k_bss_info_changed,
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200268};
269
270/*
271 * Prototypes - Internal functions
272 */
273/* Attach detach */
274static int ath5k_attach(struct pci_dev *pdev,
275 struct ieee80211_hw *hw);
276static void ath5k_detach(struct pci_dev *pdev,
277 struct ieee80211_hw *hw);
278/* Channel/mode setup */
279static inline short ath5k_ieee2mhz(short chan);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200280static unsigned int ath5k_copy_channels(struct ath5k_hw *ah,
281 struct ieee80211_channel *channels,
282 unsigned int mode,
283 unsigned int max);
Bruno Randolf63266a62008-07-30 17:12:58 +0200284static int ath5k_setup_bands(struct ieee80211_hw *hw);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200285static int ath5k_chan_set(struct ath5k_softc *sc,
286 struct ieee80211_channel *chan);
287static void ath5k_setcurmode(struct ath5k_softc *sc,
288 unsigned int mode);
289static void ath5k_mode_setup(struct ath5k_softc *sc);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500290
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200291/* Descriptor setup */
292static int ath5k_desc_alloc(struct ath5k_softc *sc,
293 struct pci_dev *pdev);
294static void ath5k_desc_free(struct ath5k_softc *sc,
295 struct pci_dev *pdev);
296/* Buffers setup */
297static int ath5k_rxbuf_setup(struct ath5k_softc *sc,
298 struct ath5k_buf *bf);
299static int ath5k_txbuf_setup(struct ath5k_softc *sc,
Johannes Berge039fa42008-05-15 12:55:29 +0200300 struct ath5k_buf *bf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200301static inline void ath5k_txbuf_free(struct ath5k_softc *sc,
302 struct ath5k_buf *bf)
303{
304 BUG_ON(!bf);
305 if (!bf->skb)
306 return;
307 pci_unmap_single(sc->pdev, bf->skbaddr, bf->skb->len,
308 PCI_DMA_TODEVICE);
Jiri Slaby00482972008-08-18 21:45:27 +0200309 dev_kfree_skb_any(bf->skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200310 bf->skb = NULL;
311}
312
313/* Queues setup */
314static struct ath5k_txq *ath5k_txq_setup(struct ath5k_softc *sc,
315 int qtype, int subtype);
316static int ath5k_beaconq_setup(struct ath5k_hw *ah);
317static int ath5k_beaconq_config(struct ath5k_softc *sc);
318static void ath5k_txq_drainq(struct ath5k_softc *sc,
319 struct ath5k_txq *txq);
320static void ath5k_txq_cleanup(struct ath5k_softc *sc);
321static void ath5k_txq_release(struct ath5k_softc *sc);
322/* Rx handling */
323static int ath5k_rx_start(struct ath5k_softc *sc);
324static void ath5k_rx_stop(struct ath5k_softc *sc);
325static unsigned int ath5k_rx_decrypted(struct ath5k_softc *sc,
326 struct ath5k_desc *ds,
Bruno Randolfb47f4072008-03-05 18:35:45 +0900327 struct sk_buff *skb,
328 struct ath5k_rx_status *rs);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200329static void ath5k_tasklet_rx(unsigned long data);
330/* Tx handling */
331static void ath5k_tx_processq(struct ath5k_softc *sc,
332 struct ath5k_txq *txq);
333static void ath5k_tasklet_tx(unsigned long data);
334/* Beacon handling */
335static int ath5k_beacon_setup(struct ath5k_softc *sc,
Johannes Berge039fa42008-05-15 12:55:29 +0200336 struct ath5k_buf *bf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200337static void ath5k_beacon_send(struct ath5k_softc *sc);
338static void ath5k_beacon_config(struct ath5k_softc *sc);
Bruno Randolf9804b982008-01-19 18:17:59 +0900339static void ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200340
341static inline u64 ath5k_extend_tsf(struct ath5k_hw *ah, u32 rstamp)
342{
343 u64 tsf = ath5k_hw_get_tsf64(ah);
344
345 if ((tsf & 0x7fff) < rstamp)
346 tsf -= 0x8000;
347
348 return (tsf & ~0x7fff) | rstamp;
349}
350
351/* Interrupt handling */
Bob Copelandbb2beca2009-01-19 11:20:54 -0500352static int ath5k_init(struct ath5k_softc *sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200353static int ath5k_stop_locked(struct ath5k_softc *sc);
Bob Copelandbb2beca2009-01-19 11:20:54 -0500354static int ath5k_stop_hw(struct ath5k_softc *sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200355static irqreturn_t ath5k_intr(int irq, void *dev_id);
356static void ath5k_tasklet_reset(unsigned long data);
357
358static void ath5k_calibrate(unsigned long data);
359/* LED functions */
Bob Copeland3a078872008-06-25 22:35:28 -0400360static int ath5k_init_leds(struct ath5k_softc *sc);
361static void ath5k_led_enable(struct ath5k_softc *sc);
362static void ath5k_led_off(struct ath5k_softc *sc);
363static void ath5k_unregister_leds(struct ath5k_softc *sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200364
365/*
366 * Module init/exit functions
367 */
368static int __init
369init_ath5k_pci(void)
370{
371 int ret;
372
373 ath5k_debug_init();
374
John W. Linville04a9e452008-02-01 16:03:45 -0500375 ret = pci_register_driver(&ath5k_pci_driver);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200376 if (ret) {
377 printk(KERN_ERR "ath5k_pci: can't register pci driver\n");
378 return ret;
379 }
380
381 return 0;
382}
383
384static void __exit
385exit_ath5k_pci(void)
386{
John W. Linville04a9e452008-02-01 16:03:45 -0500387 pci_unregister_driver(&ath5k_pci_driver);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200388
389 ath5k_debug_finish();
390}
391
392module_init(init_ath5k_pci);
393module_exit(exit_ath5k_pci);
394
395
396/********************\
397* PCI Initialization *
398\********************/
399
400static const char *
401ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val)
402{
403 const char *name = "xxxxx";
404 unsigned int i;
405
406 for (i = 0; i < ARRAY_SIZE(srev_names); i++) {
407 if (srev_names[i].sr_type != type)
408 continue;
Nick Kossifidis75d0edb2008-09-29 01:24:44 +0300409
410 if ((val & 0xf0) == srev_names[i].sr_val)
411 name = srev_names[i].sr_name;
412
413 if ((val & 0xff) == srev_names[i].sr_val) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200414 name = srev_names[i].sr_name;
415 break;
416 }
417 }
418
419 return name;
420}
421
422static int __devinit
423ath5k_pci_probe(struct pci_dev *pdev,
424 const struct pci_device_id *id)
425{
426 void __iomem *mem;
427 struct ath5k_softc *sc;
428 struct ieee80211_hw *hw;
429 int ret;
430 u8 csz;
431
432 ret = pci_enable_device(pdev);
433 if (ret) {
434 dev_err(&pdev->dev, "can't enable device\n");
435 goto err;
436 }
437
438 /* XXX 32-bit addressing only */
439 ret = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
440 if (ret) {
441 dev_err(&pdev->dev, "32-bit DMA not available\n");
442 goto err_dis;
443 }
444
445 /*
446 * Cache line size is used to size and align various
447 * structures used to communicate with the hardware.
448 */
449 pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
450 if (csz == 0) {
451 /*
452 * Linux 2.4.18 (at least) writes the cache line size
453 * register as a 16-bit wide register which is wrong.
454 * We must have this setup properly for rx buffer
455 * DMA to work so force a reasonable value here if it
456 * comes up zero.
457 */
458 csz = L1_CACHE_BYTES / sizeof(u32);
459 pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
460 }
461 /*
462 * The default setting of latency timer yields poor results,
463 * set it to the value used by other systems. It may be worth
464 * tweaking this setting more.
465 */
466 pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0xa8);
467
468 /* Enable bus mastering */
469 pci_set_master(pdev);
470
471 /*
472 * Disable the RETRY_TIMEOUT register (0x41) to keep
473 * PCI Tx retries from interfering with C3 CPU state.
474 */
475 pci_write_config_byte(pdev, 0x41, 0);
476
477 ret = pci_request_region(pdev, 0, "ath5k");
478 if (ret) {
479 dev_err(&pdev->dev, "cannot reserve PCI memory region\n");
480 goto err_dis;
481 }
482
483 mem = pci_iomap(pdev, 0, 0);
484 if (!mem) {
485 dev_err(&pdev->dev, "cannot remap PCI memory region\n") ;
486 ret = -EIO;
487 goto err_reg;
488 }
489
490 /*
491 * Allocate hw (mac80211 main struct)
492 * and hw->priv (driver private data)
493 */
494 hw = ieee80211_alloc_hw(sizeof(*sc), &ath5k_hw_ops);
495 if (hw == NULL) {
496 dev_err(&pdev->dev, "cannot allocate ieee80211_hw\n");
497 ret = -ENOMEM;
498 goto err_map;
499 }
500
501 dev_info(&pdev->dev, "registered as '%s'\n", wiphy_name(hw->wiphy));
502
503 /* Initialize driver private data */
504 SET_IEEE80211_DEV(hw, &pdev->dev);
Bruno Randolf566bfe52008-05-08 19:15:40 +0200505 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
506 IEEE80211_HW_SIGNAL_DBM |
507 IEEE80211_HW_NOISE_DBM;
Luis R. Rodriguezf59ac042008-08-29 16:26:43 -0700508
509 hw->wiphy->interface_modes =
510 BIT(NL80211_IFTYPE_STATION) |
511 BIT(NL80211_IFTYPE_ADHOC) |
512 BIT(NL80211_IFTYPE_MESH_POINT);
513
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200514 hw->extra_tx_headroom = 2;
515 hw->channel_change_time = 5000;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200516 sc = hw->priv;
517 sc->hw = hw;
518 sc->pdev = pdev;
519
520 ath5k_debug_init_device(sc);
521
522 /*
523 * Mark the device as detached to avoid processing
524 * interrupts until setup is complete.
525 */
526 __set_bit(ATH_STAT_INVALID, sc->status);
527
528 sc->iobase = mem; /* So we can unmap it on detach */
529 sc->cachelsz = csz * sizeof(u32); /* convert to bytes */
Johannes Berg05c914f2008-09-11 00:01:58 +0200530 sc->opmode = NL80211_IFTYPE_STATION;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200531 mutex_init(&sc->lock);
532 spin_lock_init(&sc->rxbuflock);
533 spin_lock_init(&sc->txbuflock);
Jiri Slaby00482972008-08-18 21:45:27 +0200534 spin_lock_init(&sc->block);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200535
536 /* Set private data */
537 pci_set_drvdata(pdev, hw);
538
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200539 /* Setup interrupt handler */
540 ret = request_irq(pdev->irq, ath5k_intr, IRQF_SHARED, "ath", sc);
541 if (ret) {
542 ATH5K_ERR(sc, "request_irq failed\n");
543 goto err_free;
544 }
545
546 /* Initialize device */
547 sc->ah = ath5k_hw_attach(sc, id->driver_data);
548 if (IS_ERR(sc->ah)) {
549 ret = PTR_ERR(sc->ah);
550 goto err_irq;
551 }
552
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200553 /* set up multi-rate retry capabilities */
554 if (sc->ah->ah_version == AR5K_AR5212) {
Johannes Berge6a98542008-10-21 12:40:02 +0200555 hw->max_rates = 4;
556 hw->max_rate_tries = 11;
Felix Fietkau2f7fe872008-10-05 18:05:48 +0200557 }
558
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200559 /* Finish private driver data initialization */
560 ret = ath5k_attach(pdev, hw);
561 if (ret)
562 goto err_ah;
563
564 ATH5K_INFO(sc, "Atheros AR%s chip found (MAC: 0x%x, PHY: 0x%x)\n",
Nick Kossifidis1bef0162008-09-29 02:09:09 +0300565 ath5k_chip_name(AR5K_VERSION_MAC, sc->ah->ah_mac_srev),
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200566 sc->ah->ah_mac_srev,
567 sc->ah->ah_phy_revision);
568
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500569 if (!sc->ah->ah_single_chip) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200570 /* Single chip radio (!RF5111) */
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500571 if (sc->ah->ah_radio_5ghz_revision &&
572 !sc->ah->ah_radio_2ghz_revision) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200573 /* No 5GHz support -> report 2GHz radio */
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500574 if (!test_bit(AR5K_MODE_11A,
575 sc->ah->ah_capabilities.cap_mode)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200576 ATH5K_INFO(sc, "RF%s 2GHz radio found (0x%x)\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500577 ath5k_chip_name(AR5K_VERSION_RAD,
578 sc->ah->ah_radio_5ghz_revision),
579 sc->ah->ah_radio_5ghz_revision);
580 /* No 2GHz support (5110 and some
581 * 5Ghz only cards) -> report 5Ghz radio */
582 } else if (!test_bit(AR5K_MODE_11B,
583 sc->ah->ah_capabilities.cap_mode)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200584 ATH5K_INFO(sc, "RF%s 5GHz radio found (0x%x)\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500585 ath5k_chip_name(AR5K_VERSION_RAD,
586 sc->ah->ah_radio_5ghz_revision),
587 sc->ah->ah_radio_5ghz_revision);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200588 /* Multiband radio */
589 } else {
590 ATH5K_INFO(sc, "RF%s multiband radio found"
591 " (0x%x)\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500592 ath5k_chip_name(AR5K_VERSION_RAD,
593 sc->ah->ah_radio_5ghz_revision),
594 sc->ah->ah_radio_5ghz_revision);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200595 }
596 }
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500597 /* Multi chip radio (RF5111 - RF2111) ->
598 * report both 2GHz/5GHz radios */
599 else if (sc->ah->ah_radio_5ghz_revision &&
600 sc->ah->ah_radio_2ghz_revision){
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200601 ATH5K_INFO(sc, "RF%s 5GHz radio found (0x%x)\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500602 ath5k_chip_name(AR5K_VERSION_RAD,
603 sc->ah->ah_radio_5ghz_revision),
604 sc->ah->ah_radio_5ghz_revision);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200605 ATH5K_INFO(sc, "RF%s 2GHz radio found (0x%x)\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500606 ath5k_chip_name(AR5K_VERSION_RAD,
607 sc->ah->ah_radio_2ghz_revision),
608 sc->ah->ah_radio_2ghz_revision);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200609 }
610 }
611
612
613 /* ready to process interrupts */
614 __clear_bit(ATH_STAT_INVALID, sc->status);
615
616 return 0;
617err_ah:
618 ath5k_hw_detach(sc->ah);
619err_irq:
620 free_irq(pdev->irq, sc);
621err_free:
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200622 ieee80211_free_hw(hw);
623err_map:
624 pci_iounmap(pdev, mem);
625err_reg:
626 pci_release_region(pdev, 0);
627err_dis:
628 pci_disable_device(pdev);
629err:
630 return ret;
631}
632
633static void __devexit
634ath5k_pci_remove(struct pci_dev *pdev)
635{
636 struct ieee80211_hw *hw = pci_get_drvdata(pdev);
637 struct ath5k_softc *sc = hw->priv;
638
639 ath5k_debug_finish_device(sc);
640 ath5k_detach(pdev, hw);
641 ath5k_hw_detach(sc->ah);
642 free_irq(pdev->irq, sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200643 pci_iounmap(pdev, sc->iobase);
644 pci_release_region(pdev, 0);
645 pci_disable_device(pdev);
646 ieee80211_free_hw(hw);
647}
648
649#ifdef CONFIG_PM
650static int
651ath5k_pci_suspend(struct pci_dev *pdev, pm_message_t state)
652{
653 struct ieee80211_hw *hw = pci_get_drvdata(pdev);
654 struct ath5k_softc *sc = hw->priv;
655
Bob Copeland3a078872008-06-25 22:35:28 -0400656 ath5k_led_off(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200657
Jiri Slaby3e4242b2008-07-15 17:44:21 +0200658 free_irq(pdev->irq, sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200659 pci_save_state(pdev);
660 pci_disable_device(pdev);
661 pci_set_power_state(pdev, PCI_D3hot);
662
663 return 0;
664}
665
666static int
667ath5k_pci_resume(struct pci_dev *pdev)
668{
669 struct ieee80211_hw *hw = pci_get_drvdata(pdev);
670 struct ath5k_softc *sc = hw->priv;
Elias Oltmannsbc1b32d2008-10-24 21:59:18 +0200671 int err;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200672
Jiri Slaby3e4242b2008-07-15 17:44:21 +0200673 pci_restore_state(pdev);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200674
675 err = pci_enable_device(pdev);
676 if (err)
677 return err;
678
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200679 /*
680 * Suspend/Resume resets the PCI configuration space, so we have to
681 * re-disable the RETRY_TIMEOUT register (0x41) to keep
682 * PCI Tx retries from interfering with C3 CPU state
683 */
684 pci_write_config_byte(pdev, 0x41, 0);
685
Jiri Slaby3e4242b2008-07-15 17:44:21 +0200686 err = request_irq(pdev->irq, ath5k_intr, IRQF_SHARED, "ath", sc);
687 if (err) {
688 ATH5K_ERR(sc, "request_irq failed\n");
Michael Karcher37465c82008-08-07 19:34:01 +0200689 goto err_no_irq;
Jiri Slaby3e4242b2008-07-15 17:44:21 +0200690 }
691
Bob Copeland3a078872008-06-25 22:35:28 -0400692 ath5k_led_enable(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200693 return 0;
Bob Copelandbb2beca2009-01-19 11:20:54 -0500694
Michael Karcher37465c82008-08-07 19:34:01 +0200695err_no_irq:
Jiri Slaby3e4242b2008-07-15 17:44:21 +0200696 pci_disable_device(pdev);
697 return err;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200698}
699#endif /* CONFIG_PM */
700
701
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200702/***********************\
703* Driver Initialization *
704\***********************/
705
706static int
707ath5k_attach(struct pci_dev *pdev, struct ieee80211_hw *hw)
708{
709 struct ath5k_softc *sc = hw->priv;
710 struct ath5k_hw *ah = sc->ah;
Bob Copeland0e149cf2008-11-17 23:40:38 -0500711 u8 mac[ETH_ALEN] = {};
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200712 int ret;
713
714 ATH5K_DBG(sc, ATH5K_DEBUG_ANY, "devid 0x%x\n", pdev->device);
715
716 /*
717 * Check if the MAC has multi-rate retry support.
718 * We do this by trying to setup a fake extended
719 * descriptor. MAC's that don't have support will
720 * return false w/o doing anything. MAC's that do
721 * support it will return true w/o doing anything.
722 */
Nick Kossifidisc6e387a2008-08-29 22:45:39 +0300723 ret = ah->ah_setup_mrr_tx_desc(ah, NULL, 0, 0, 0, 0, 0, 0);
Jiri Slabyb9887632008-02-15 21:58:52 +0100724 if (ret < 0)
725 goto err;
726 if (ret > 0)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200727 __set_bit(ATH_STAT_MRRETRY, sc->status);
728
729 /*
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200730 * Collect the channel list. The 802.11 layer
731 * is resposible for filtering this list based
732 * on settings like the phy mode and regulatory
733 * domain restrictions.
734 */
Bruno Randolf63266a62008-07-30 17:12:58 +0200735 ret = ath5k_setup_bands(hw);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200736 if (ret) {
737 ATH5K_ERR(sc, "can't get channels\n");
738 goto err;
739 }
740
741 /* NB: setup here so ath5k_rate_update is happy */
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500742 if (test_bit(AR5K_MODE_11A, ah->ah_modes))
743 ath5k_setcurmode(sc, AR5K_MODE_11A);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200744 else
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500745 ath5k_setcurmode(sc, AR5K_MODE_11B);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200746
747 /*
748 * Allocate tx+rx descriptors and populate the lists.
749 */
750 ret = ath5k_desc_alloc(sc, pdev);
751 if (ret) {
752 ATH5K_ERR(sc, "can't allocate descriptors\n");
753 goto err;
754 }
755
756 /*
757 * Allocate hardware transmit queues: one queue for
758 * beacon frames and one data queue for each QoS
759 * priority. Note that hw functions handle reseting
760 * these queues at the needed time.
761 */
762 ret = ath5k_beaconq_setup(ah);
763 if (ret < 0) {
764 ATH5K_ERR(sc, "can't setup a beacon xmit queue\n");
765 goto err_desc;
766 }
767 sc->bhalq = ret;
768
769 sc->txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BK);
770 if (IS_ERR(sc->txq)) {
771 ATH5K_ERR(sc, "can't setup xmit queue\n");
772 ret = PTR_ERR(sc->txq);
773 goto err_bhal;
774 }
775
776 tasklet_init(&sc->rxtq, ath5k_tasklet_rx, (unsigned long)sc);
777 tasklet_init(&sc->txtq, ath5k_tasklet_tx, (unsigned long)sc);
778 tasklet_init(&sc->restq, ath5k_tasklet_reset, (unsigned long)sc);
779 setup_timer(&sc->calib_tim, ath5k_calibrate, (unsigned long)sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200780
Bob Copeland0e149cf2008-11-17 23:40:38 -0500781 ret = ath5k_eeprom_read_mac(ah, mac);
782 if (ret) {
783 ATH5K_ERR(sc, "unable to read address from EEPROM: 0x%04x\n",
784 sc->pdev->device);
785 goto err_queues;
786 }
787
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200788 SET_IEEE80211_PERM_ADDR(hw, mac);
789 /* All MAC address bits matter for ACKs */
790 memset(sc->bssidmask, 0xff, ETH_ALEN);
791 ath5k_hw_set_bssid_mask(sc->ah, sc->bssidmask);
792
793 ret = ieee80211_register_hw(hw);
794 if (ret) {
795 ATH5K_ERR(sc, "can't register ieee80211 hw\n");
796 goto err_queues;
797 }
798
Bob Copeland3a078872008-06-25 22:35:28 -0400799 ath5k_init_leds(sc);
800
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200801 return 0;
802err_queues:
803 ath5k_txq_release(sc);
804err_bhal:
805 ath5k_hw_release_tx_queue(ah, sc->bhalq);
806err_desc:
807 ath5k_desc_free(sc, pdev);
808err:
809 return ret;
810}
811
812static void
813ath5k_detach(struct pci_dev *pdev, struct ieee80211_hw *hw)
814{
815 struct ath5k_softc *sc = hw->priv;
816
817 /*
818 * NB: the order of these is important:
819 * o call the 802.11 layer before detaching ath5k_hw to
820 * insure callbacks into the driver to delete global
821 * key cache entries can be handled
822 * o reclaim the tx queue data structures after calling
823 * the 802.11 layer as we'll get called back to reclaim
824 * node state and potentially want to use them
825 * o to cleanup the tx queues the hal is called, so detach
826 * it last
827 * XXX: ??? detach ath5k_hw ???
828 * Other than that, it's straightforward...
829 */
830 ieee80211_unregister_hw(hw);
831 ath5k_desc_free(sc, pdev);
832 ath5k_txq_release(sc);
833 ath5k_hw_release_tx_queue(sc->ah, sc->bhalq);
Bob Copeland3a078872008-06-25 22:35:28 -0400834 ath5k_unregister_leds(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200835
836 /*
837 * NB: can't reclaim these until after ieee80211_ifdetach
838 * returns because we'll get called back to reclaim node
839 * state and potentially want to use them.
840 */
841}
842
843
844
845
846/********************\
847* Channel/mode setup *
848\********************/
849
850/*
851 * Convert IEEE channel number to MHz frequency.
852 */
853static inline short
854ath5k_ieee2mhz(short chan)
855{
856 if (chan <= 14 || chan >= 27)
857 return ieee80211chan2mhz(chan);
858 else
859 return 2212 + chan * 20;
860}
861
862static unsigned int
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200863ath5k_copy_channels(struct ath5k_hw *ah,
864 struct ieee80211_channel *channels,
865 unsigned int mode,
866 unsigned int max)
867{
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500868 unsigned int i, count, size, chfreq, freq, ch;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200869
870 if (!test_bit(mode, ah->ah_modes))
871 return 0;
872
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200873 switch (mode) {
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500874 case AR5K_MODE_11A:
875 case AR5K_MODE_11A_TURBO:
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200876 /* 1..220, but 2GHz frequencies are filtered by check_channel */
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500877 size = 220 ;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200878 chfreq = CHANNEL_5GHZ;
879 break;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500880 case AR5K_MODE_11B:
881 case AR5K_MODE_11G:
882 case AR5K_MODE_11G_TURBO:
883 size = 26;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200884 chfreq = CHANNEL_2GHZ;
885 break;
886 default:
887 ATH5K_WARN(ah->ah_sc, "bad mode, not copying channels\n");
888 return 0;
889 }
890
891 for (i = 0, count = 0; i < size && max > 0; i++) {
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500892 ch = i + 1 ;
893 freq = ath5k_ieee2mhz(ch);
894
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200895 /* Check if channel is supported by the chipset */
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500896 if (!ath5k_channel_ok(ah, freq, chfreq))
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200897 continue;
898
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500899 /* Write channel info and increment counter */
900 channels[count].center_freq = freq;
Luis R. Rodrigueza3f4b912008-02-03 21:52:10 -0500901 channels[count].band = (chfreq == CHANNEL_2GHZ) ?
902 IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ;
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500903 switch (mode) {
904 case AR5K_MODE_11A:
905 case AR5K_MODE_11G:
906 channels[count].hw_value = chfreq | CHANNEL_OFDM;
907 break;
908 case AR5K_MODE_11A_TURBO:
909 case AR5K_MODE_11G_TURBO:
910 channels[count].hw_value = chfreq |
911 CHANNEL_OFDM | CHANNEL_TURBO;
912 break;
913 case AR5K_MODE_11B:
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500914 channels[count].hw_value = CHANNEL_B;
915 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200916
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200917 count++;
918 max--;
919 }
920
921 return count;
922}
923
Bruno Randolf63266a62008-07-30 17:12:58 +0200924static void
925ath5k_setup_rate_idx(struct ath5k_softc *sc, struct ieee80211_supported_band *b)
926{
927 u8 i;
928
929 for (i = 0; i < AR5K_MAX_RATES; i++)
930 sc->rate_idx[b->band][i] = -1;
931
932 for (i = 0; i < b->n_bitrates; i++) {
933 sc->rate_idx[b->band][b->bitrates[i].hw_value] = i;
934 if (b->bitrates[i].hw_value_short)
935 sc->rate_idx[b->band][b->bitrates[i].hw_value_short] = i;
936 }
937}
938
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200939static int
Bruno Randolf63266a62008-07-30 17:12:58 +0200940ath5k_setup_bands(struct ieee80211_hw *hw)
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200941{
942 struct ath5k_softc *sc = hw->priv;
943 struct ath5k_hw *ah = sc->ah;
Bruno Randolf63266a62008-07-30 17:12:58 +0200944 struct ieee80211_supported_band *sband;
945 int max_c, count_c = 0;
946 int i;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200947
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500948 BUILD_BUG_ON(ARRAY_SIZE(sc->sbands) < IEEE80211_NUM_BANDS);
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200949 max_c = ARRAY_SIZE(sc->channels);
950
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500951 /* 2GHz band */
Bruno Randolf63266a62008-07-30 17:12:58 +0200952 sband = &sc->sbands[IEEE80211_BAND_2GHZ];
953 sband->band = IEEE80211_BAND_2GHZ;
954 sband->bitrates = &sc->rates[IEEE80211_BAND_2GHZ][0];
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200955
Bruno Randolf63266a62008-07-30 17:12:58 +0200956 if (test_bit(AR5K_MODE_11G, sc->ah->ah_capabilities.cap_mode)) {
957 /* G mode */
958 memcpy(sband->bitrates, &ath5k_rates[0],
959 sizeof(struct ieee80211_rate) * 12);
960 sband->n_bitrates = 12;
Jiri Slabyfa1c1142007-08-12 17:33:16 +0200961
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500962 sband->channels = sc->channels;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500963 sband->n_channels = ath5k_copy_channels(ah, sband->channels,
Bruno Randolf63266a62008-07-30 17:12:58 +0200964 AR5K_MODE_11G, max_c);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500965
966 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband;
Bruno Randolf63266a62008-07-30 17:12:58 +0200967 count_c = sband->n_channels;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500968 max_c -= count_c;
Bruno Randolf63266a62008-07-30 17:12:58 +0200969 } else if (test_bit(AR5K_MODE_11B, sc->ah->ah_capabilities.cap_mode)) {
970 /* B mode */
971 memcpy(sband->bitrates, &ath5k_rates[0],
972 sizeof(struct ieee80211_rate) * 4);
973 sband->n_bitrates = 4;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500974
Bruno Randolf63266a62008-07-30 17:12:58 +0200975 /* 5211 only supports B rates and uses 4bit rate codes
976 * (e.g normally we have 0x1B for 1M, but on 5211 we have 0x0B)
977 * fix them up here:
978 */
979 if (ah->ah_version == AR5K_AR5211) {
980 for (i = 0; i < 4; i++) {
981 sband->bitrates[i].hw_value =
982 sband->bitrates[i].hw_value & 0xF;
983 sband->bitrates[i].hw_value_short =
984 sband->bitrates[i].hw_value_short & 0xF;
985 }
986 }
987
988 sband->channels = sc->channels;
989 sband->n_channels = ath5k_copy_channels(ah, sband->channels,
990 AR5K_MODE_11B, max_c);
991
992 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband;
993 count_c = sband->n_channels;
994 max_c -= count_c;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500995 }
Bruno Randolf63266a62008-07-30 17:12:58 +0200996 ath5k_setup_rate_idx(sc, sband);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -0500997
Bruno Randolf63266a62008-07-30 17:12:58 +0200998 /* 5GHz band, A mode */
Luis R. Rodriguez400ec452008-02-03 21:51:49 -0500999 if (test_bit(AR5K_MODE_11A, sc->ah->ah_capabilities.cap_mode)) {
Bruno Randolf63266a62008-07-30 17:12:58 +02001000 sband = &sc->sbands[IEEE80211_BAND_5GHZ];
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001001 sband->band = IEEE80211_BAND_5GHZ;
Bruno Randolf63266a62008-07-30 17:12:58 +02001002 sband->bitrates = &sc->rates[IEEE80211_BAND_5GHZ][0];
1003
1004 memcpy(sband->bitrates, &ath5k_rates[4],
1005 sizeof(struct ieee80211_rate) * 8);
1006 sband->n_bitrates = 8;
1007
1008 sband->channels = &sc->channels[count_c];
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001009 sband->n_channels = ath5k_copy_channels(ah, sband->channels,
1010 AR5K_MODE_11A, max_c);
1011
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001012 hw->wiphy->bands[IEEE80211_BAND_5GHZ] = sband;
1013 }
Bruno Randolf63266a62008-07-30 17:12:58 +02001014 ath5k_setup_rate_idx(sc, sband);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001015
Luis R. Rodriguezb4461972008-02-04 10:03:54 -05001016 ath5k_debug_dump_bands(sc);
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001017
1018 return 0;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001019}
1020
1021/*
1022 * Set/change channels. If the channel is really being changed,
1023 * it's done by reseting the chip. To accomplish this we must
1024 * first cleanup any pending DMA, then restart stuff after a la
1025 * ath5k_init.
1026 */
1027static int
1028ath5k_chan_set(struct ath5k_softc *sc, struct ieee80211_channel *chan)
1029{
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001030 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "(%u MHz) -> (%u MHz)\n",
1031 sc->curchan->center_freq, chan->center_freq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001032
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001033 if (chan->center_freq != sc->curchan->center_freq ||
1034 chan->hw_value != sc->curchan->hw_value) {
1035
1036 sc->curchan = chan;
1037 sc->curband = &sc->sbands[chan->band];
1038
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001039 /*
1040 * To switch channels clear any pending DMA operations;
1041 * wait long enough for the RX fifo to drain, reset the
1042 * hardware at the new frequency, and then re-enable
1043 * the relevant bits of the h/w.
1044 */
Jiri Slabyd7dc1002008-07-23 13:17:35 +02001045 return ath5k_reset(sc, true, true);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001046 }
1047
1048 return 0;
1049}
1050
1051static void
1052ath5k_setcurmode(struct ath5k_softc *sc, unsigned int mode)
1053{
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001054 sc->curmode = mode;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001055
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05001056 if (mode == AR5K_MODE_11A) {
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001057 sc->curband = &sc->sbands[IEEE80211_BAND_5GHZ];
1058 } else {
1059 sc->curband = &sc->sbands[IEEE80211_BAND_2GHZ];
1060 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001061}
1062
1063static void
1064ath5k_mode_setup(struct ath5k_softc *sc)
1065{
1066 struct ath5k_hw *ah = sc->ah;
1067 u32 rfilt;
1068
1069 /* configure rx filter */
1070 rfilt = sc->filter_flags;
1071 ath5k_hw_set_rx_filter(ah, rfilt);
1072
1073 if (ath5k_hw_hasbssidmask(ah))
1074 ath5k_hw_set_bssid_mask(ah, sc->bssidmask);
1075
1076 /* configure operational mode */
1077 ath5k_hw_set_opmode(ah);
1078
1079 ath5k_hw_set_mcast_filter(ah, 0, 0);
1080 ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt);
1081}
1082
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001083static inline int
Bruno Randolf63266a62008-07-30 17:12:58 +02001084ath5k_hw_to_driver_rix(struct ath5k_softc *sc, int hw_rix)
1085{
1086 WARN_ON(hw_rix < 0 || hw_rix > AR5K_MAX_RATES);
1087 return sc->rate_idx[sc->curband->band][hw_rix];
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001088}
1089
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001090/***************\
1091* Buffers setup *
1092\***************/
1093
Bob Copelandb6ea0352009-01-10 14:42:54 -05001094static
1095struct sk_buff *ath5k_rx_skb_alloc(struct ath5k_softc *sc, dma_addr_t *skb_addr)
1096{
1097 struct sk_buff *skb;
1098 unsigned int off;
1099
1100 /*
1101 * Allocate buffer with headroom_needed space for the
1102 * fake physical layer header at the start.
1103 */
1104 skb = dev_alloc_skb(sc->rxbufsize + sc->cachelsz - 1);
1105
1106 if (!skb) {
1107 ATH5K_ERR(sc, "can't alloc skbuff of size %u\n",
1108 sc->rxbufsize + sc->cachelsz - 1);
1109 return NULL;
1110 }
1111 /*
1112 * Cache-line-align. This is important (for the
1113 * 5210 at least) as not doing so causes bogus data
1114 * in rx'd frames.
1115 */
1116 off = ((unsigned long)skb->data) % sc->cachelsz;
1117 if (off != 0)
1118 skb_reserve(skb, sc->cachelsz - off);
1119
1120 *skb_addr = pci_map_single(sc->pdev,
1121 skb->data, sc->rxbufsize, PCI_DMA_FROMDEVICE);
1122 if (unlikely(pci_dma_mapping_error(sc->pdev, *skb_addr))) {
1123 ATH5K_ERR(sc, "%s: DMA mapping failed\n", __func__);
1124 dev_kfree_skb(skb);
1125 return NULL;
1126 }
1127 return skb;
1128}
1129
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001130static int
1131ath5k_rxbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf)
1132{
1133 struct ath5k_hw *ah = sc->ah;
1134 struct sk_buff *skb = bf->skb;
1135 struct ath5k_desc *ds;
1136
Bob Copelandb6ea0352009-01-10 14:42:54 -05001137 if (!skb) {
1138 skb = ath5k_rx_skb_alloc(sc, &bf->skbaddr);
1139 if (!skb)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001140 return -ENOMEM;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001141 bf->skb = skb;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001142 }
1143
1144 /*
1145 * Setup descriptors. For receive we always terminate
1146 * the descriptor list with a self-linked entry so we'll
1147 * not get overrun under high load (as can happen with a
1148 * 5212 when ANI processing enables PHY error frames).
1149 *
1150 * To insure the last descriptor is self-linked we create
1151 * each descriptor as self-linked and add it to the end. As
1152 * each additional descriptor is added the previous self-linked
1153 * entry is ``fixed'' naturally. This should be safe even
1154 * if DMA is happening. When processing RX interrupts we
1155 * never remove/process the last, self-linked, entry on the
1156 * descriptor list. This insures the hardware always has
1157 * someplace to write a new frame.
1158 */
1159 ds = bf->desc;
1160 ds->ds_link = bf->daddr; /* link to self */
1161 ds->ds_data = bf->skbaddr;
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001162 ah->ah_setup_rx_desc(ah, ds,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001163 skb_tailroom(skb), /* buffer size */
1164 0);
1165
1166 if (sc->rxlink != NULL)
1167 *sc->rxlink = bf->daddr;
1168 sc->rxlink = &ds->ds_link;
1169 return 0;
1170}
1171
1172static int
Johannes Berge039fa42008-05-15 12:55:29 +02001173ath5k_txbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001174{
1175 struct ath5k_hw *ah = sc->ah;
1176 struct ath5k_txq *txq = sc->txq;
1177 struct ath5k_desc *ds = bf->desc;
1178 struct sk_buff *skb = bf->skb;
Johannes Berga888d522008-05-26 16:43:39 +02001179 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001180 unsigned int pktlen, flags, keyidx = AR5K_TXKEYIX_INVALID;
Felix Fietkau2f7fe872008-10-05 18:05:48 +02001181 struct ieee80211_rate *rate;
1182 unsigned int mrr_rate[3], mrr_tries[3];
1183 int i, ret;
Bob Copeland8902ff42009-01-22 08:44:20 -05001184 u16 hw_rate;
Bob Copeland07c1e852009-01-22 08:44:21 -05001185 u16 cts_rate = 0;
1186 u16 duration = 0;
Bob Copeland8902ff42009-01-22 08:44:20 -05001187 u8 rc_flags;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001188
1189 flags = AR5K_TXDESC_INTREQ | AR5K_TXDESC_CLRDMASK;
Johannes Berge039fa42008-05-15 12:55:29 +02001190
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001191 /* XXX endianness */
1192 bf->skbaddr = pci_map_single(sc->pdev, skb->data, skb->len,
1193 PCI_DMA_TODEVICE);
1194
Bob Copeland8902ff42009-01-22 08:44:20 -05001195 rate = ieee80211_get_tx_rate(sc->hw, info);
1196
Johannes Berge039fa42008-05-15 12:55:29 +02001197 if (info->flags & IEEE80211_TX_CTL_NO_ACK)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001198 flags |= AR5K_TXDESC_NOACK;
1199
Bob Copeland8902ff42009-01-22 08:44:20 -05001200 rc_flags = info->control.rates[0].flags;
1201 hw_rate = (rc_flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) ?
1202 rate->hw_value_short : rate->hw_value;
1203
Bruno Randolf281c56d2008-02-05 18:44:55 +09001204 pktlen = skb->len;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001205
Bob Copeland07c1e852009-01-22 08:44:21 -05001206 if (rc_flags & IEEE80211_TX_RC_USE_RTS_CTS) {
1207 flags |= AR5K_TXDESC_RTSENA;
1208 cts_rate = ieee80211_get_rts_cts_rate(sc->hw, info)->hw_value;
1209 duration = le16_to_cpu(ieee80211_rts_duration(sc->hw,
1210 sc->vif, pktlen, info));
1211 }
1212 if (rc_flags & IEEE80211_TX_RC_USE_CTS_PROTECT) {
1213 flags |= AR5K_TXDESC_CTSENA;
1214 cts_rate = ieee80211_get_rts_cts_rate(sc->hw, info)->hw_value;
1215 duration = le16_to_cpu(ieee80211_ctstoself_duration(sc->hw,
1216 sc->vif, pktlen, info));
1217 }
1218
Johannes Bergd0f09802008-07-29 11:32:07 +02001219 if (info->control.hw_key) {
Johannes Berge039fa42008-05-15 12:55:29 +02001220 keyidx = info->control.hw_key->hw_key_idx;
Felix Fietkau76708de2008-10-05 18:02:48 +02001221 pktlen += info->control.hw_key->icv_len;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001222 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001223 ret = ah->ah_setup_tx_desc(ah, ds, pktlen,
1224 ieee80211_get_hdrlen_from_skb(skb), AR5K_PKT_TYPE_NORMAL,
Johannes Berg2e92e6f2008-05-15 12:55:27 +02001225 (sc->power_level * 2),
Bob Copeland8902ff42009-01-22 08:44:20 -05001226 hw_rate,
Bob Copeland07c1e852009-01-22 08:44:21 -05001227 info->control.rates[0].count, keyidx, 0, flags,
1228 cts_rate, duration);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001229 if (ret)
1230 goto err_unmap;
1231
Felix Fietkau2f7fe872008-10-05 18:05:48 +02001232 memset(mrr_rate, 0, sizeof(mrr_rate));
1233 memset(mrr_tries, 0, sizeof(mrr_tries));
1234 for (i = 0; i < 3; i++) {
1235 rate = ieee80211_get_alt_retry_rate(sc->hw, info, i);
1236 if (!rate)
1237 break;
1238
1239 mrr_rate[i] = rate->hw_value;
Johannes Berge6a98542008-10-21 12:40:02 +02001240 mrr_tries[i] = info->control.rates[i + 1].count;
Felix Fietkau2f7fe872008-10-05 18:05:48 +02001241 }
1242
1243 ah->ah_setup_mrr_tx_desc(ah, ds,
1244 mrr_rate[0], mrr_tries[0],
1245 mrr_rate[1], mrr_tries[1],
1246 mrr_rate[2], mrr_tries[2]);
1247
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001248 ds->ds_link = 0;
1249 ds->ds_data = bf->skbaddr;
1250
1251 spin_lock_bh(&txq->lock);
1252 list_add_tail(&bf->list, &txq->q);
Johannes Berg57ffc582008-04-29 17:18:59 +02001253 sc->tx_stats[txq->qnum].len++;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001254 if (txq->link == NULL) /* is this first packet? */
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001255 ath5k_hw_set_txdp(ah, txq->qnum, bf->daddr);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001256 else /* no, so only link it */
1257 *txq->link = bf->daddr;
1258
1259 txq->link = &ds->ds_link;
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001260 ath5k_hw_start_tx_dma(ah, txq->qnum);
Jiri Slaby274c7c32008-07-15 17:44:20 +02001261 mmiowb();
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001262 spin_unlock_bh(&txq->lock);
1263
1264 return 0;
1265err_unmap:
1266 pci_unmap_single(sc->pdev, bf->skbaddr, skb->len, PCI_DMA_TODEVICE);
1267 return ret;
1268}
1269
1270/*******************\
1271* Descriptors setup *
1272\*******************/
1273
1274static int
1275ath5k_desc_alloc(struct ath5k_softc *sc, struct pci_dev *pdev)
1276{
1277 struct ath5k_desc *ds;
1278 struct ath5k_buf *bf;
1279 dma_addr_t da;
1280 unsigned int i;
1281 int ret;
1282
1283 /* allocate descriptors */
1284 sc->desc_len = sizeof(struct ath5k_desc) *
1285 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1);
1286 sc->desc = pci_alloc_consistent(pdev, sc->desc_len, &sc->desc_daddr);
1287 if (sc->desc == NULL) {
1288 ATH5K_ERR(sc, "can't allocate descriptors\n");
1289 ret = -ENOMEM;
1290 goto err;
1291 }
1292 ds = sc->desc;
1293 da = sc->desc_daddr;
1294 ATH5K_DBG(sc, ATH5K_DEBUG_ANY, "DMA map: %p (%zu) -> %llx\n",
1295 ds, sc->desc_len, (unsigned long long)sc->desc_daddr);
1296
1297 bf = kcalloc(1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF,
1298 sizeof(struct ath5k_buf), GFP_KERNEL);
1299 if (bf == NULL) {
1300 ATH5K_ERR(sc, "can't allocate bufptr\n");
1301 ret = -ENOMEM;
1302 goto err_free;
1303 }
1304 sc->bufptr = bf;
1305
1306 INIT_LIST_HEAD(&sc->rxbuf);
1307 for (i = 0; i < ATH_RXBUF; i++, bf++, ds++, da += sizeof(*ds)) {
1308 bf->desc = ds;
1309 bf->daddr = da;
1310 list_add_tail(&bf->list, &sc->rxbuf);
1311 }
1312
1313 INIT_LIST_HEAD(&sc->txbuf);
1314 sc->txbuf_len = ATH_TXBUF;
1315 for (i = 0; i < ATH_TXBUF; i++, bf++, ds++,
1316 da += sizeof(*ds)) {
1317 bf->desc = ds;
1318 bf->daddr = da;
1319 list_add_tail(&bf->list, &sc->txbuf);
1320 }
1321
1322 /* beacon buffer */
1323 bf->desc = ds;
1324 bf->daddr = da;
1325 sc->bbuf = bf;
1326
1327 return 0;
1328err_free:
1329 pci_free_consistent(pdev, sc->desc_len, sc->desc, sc->desc_daddr);
1330err:
1331 sc->desc = NULL;
1332 return ret;
1333}
1334
1335static void
1336ath5k_desc_free(struct ath5k_softc *sc, struct pci_dev *pdev)
1337{
1338 struct ath5k_buf *bf;
1339
1340 ath5k_txbuf_free(sc, sc->bbuf);
1341 list_for_each_entry(bf, &sc->txbuf, list)
1342 ath5k_txbuf_free(sc, bf);
1343 list_for_each_entry(bf, &sc->rxbuf, list)
1344 ath5k_txbuf_free(sc, bf);
1345
1346 /* Free memory associated with all descriptors */
1347 pci_free_consistent(pdev, sc->desc_len, sc->desc, sc->desc_daddr);
1348
1349 kfree(sc->bufptr);
1350 sc->bufptr = NULL;
1351}
1352
1353
1354
1355
1356
1357/**************\
1358* Queues setup *
1359\**************/
1360
1361static struct ath5k_txq *
1362ath5k_txq_setup(struct ath5k_softc *sc,
1363 int qtype, int subtype)
1364{
1365 struct ath5k_hw *ah = sc->ah;
1366 struct ath5k_txq *txq;
1367 struct ath5k_txq_info qi = {
1368 .tqi_subtype = subtype,
1369 .tqi_aifs = AR5K_TXQ_USEDEFAULT,
1370 .tqi_cw_min = AR5K_TXQ_USEDEFAULT,
1371 .tqi_cw_max = AR5K_TXQ_USEDEFAULT
1372 };
1373 int qnum;
1374
1375 /*
1376 * Enable interrupts only for EOL and DESC conditions.
1377 * We mark tx descriptors to receive a DESC interrupt
1378 * when a tx queue gets deep; otherwise waiting for the
1379 * EOL to reap descriptors. Note that this is done to
1380 * reduce interrupt load and this only defers reaping
1381 * descriptors, never transmitting frames. Aside from
1382 * reducing interrupts this also permits more concurrency.
1383 * The only potential downside is if the tx queue backs
1384 * up in which case the top half of the kernel may backup
1385 * due to a lack of tx descriptors.
1386 */
1387 qi.tqi_flags = AR5K_TXQ_FLAG_TXEOLINT_ENABLE |
1388 AR5K_TXQ_FLAG_TXDESCINT_ENABLE;
1389 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi);
1390 if (qnum < 0) {
1391 /*
1392 * NB: don't print a message, this happens
1393 * normally on parts with too few tx queues
1394 */
1395 return ERR_PTR(qnum);
1396 }
1397 if (qnum >= ARRAY_SIZE(sc->txqs)) {
1398 ATH5K_ERR(sc, "hw qnum %u out of range, max %tu!\n",
1399 qnum, ARRAY_SIZE(sc->txqs));
1400 ath5k_hw_release_tx_queue(ah, qnum);
1401 return ERR_PTR(-EINVAL);
1402 }
1403 txq = &sc->txqs[qnum];
1404 if (!txq->setup) {
1405 txq->qnum = qnum;
1406 txq->link = NULL;
1407 INIT_LIST_HEAD(&txq->q);
1408 spin_lock_init(&txq->lock);
1409 txq->setup = true;
1410 }
1411 return &sc->txqs[qnum];
1412}
1413
1414static int
1415ath5k_beaconq_setup(struct ath5k_hw *ah)
1416{
1417 struct ath5k_txq_info qi = {
1418 .tqi_aifs = AR5K_TXQ_USEDEFAULT,
1419 .tqi_cw_min = AR5K_TXQ_USEDEFAULT,
1420 .tqi_cw_max = AR5K_TXQ_USEDEFAULT,
1421 /* NB: for dynamic turbo, don't enable any other interrupts */
1422 .tqi_flags = AR5K_TXQ_FLAG_TXDESCINT_ENABLE
1423 };
1424
1425 return ath5k_hw_setup_tx_queue(ah, AR5K_TX_QUEUE_BEACON, &qi);
1426}
1427
1428static int
1429ath5k_beaconq_config(struct ath5k_softc *sc)
1430{
1431 struct ath5k_hw *ah = sc->ah;
1432 struct ath5k_txq_info qi;
1433 int ret;
1434
1435 ret = ath5k_hw_get_tx_queueprops(ah, sc->bhalq, &qi);
1436 if (ret)
1437 return ret;
Johannes Berg05c914f2008-09-11 00:01:58 +02001438 if (sc->opmode == NL80211_IFTYPE_AP ||
1439 sc->opmode == NL80211_IFTYPE_MESH_POINT) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001440 /*
1441 * Always burst out beacon and CAB traffic
1442 * (aifs = cwmin = cwmax = 0)
1443 */
1444 qi.tqi_aifs = 0;
1445 qi.tqi_cw_min = 0;
1446 qi.tqi_cw_max = 0;
Johannes Berg05c914f2008-09-11 00:01:58 +02001447 } else if (sc->opmode == NL80211_IFTYPE_ADHOC) {
Bruno Randolf6d91e1d2008-01-19 18:18:41 +09001448 /*
1449 * Adhoc mode; backoff between 0 and (2 * cw_min).
1450 */
1451 qi.tqi_aifs = 0;
1452 qi.tqi_cw_min = 0;
1453 qi.tqi_cw_max = 2 * ah->ah_cw_min;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001454 }
1455
Bruno Randolf6d91e1d2008-01-19 18:18:41 +09001456 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
1457 "beacon queueprops tqi_aifs:%d tqi_cw_min:%d tqi_cw_max:%d\n",
1458 qi.tqi_aifs, qi.tqi_cw_min, qi.tqi_cw_max);
1459
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001460 ret = ath5k_hw_set_tx_queueprops(ah, sc->bhalq, &qi);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001461 if (ret) {
1462 ATH5K_ERR(sc, "%s: unable to update parameters for beacon "
1463 "hardware queue!\n", __func__);
1464 return ret;
1465 }
1466
1467 return ath5k_hw_reset_tx_queue(ah, sc->bhalq); /* push to h/w */;
1468}
1469
1470static void
1471ath5k_txq_drainq(struct ath5k_softc *sc, struct ath5k_txq *txq)
1472{
1473 struct ath5k_buf *bf, *bf0;
1474
1475 /*
1476 * NB: this assumes output has been stopped and
1477 * we do not need to block ath5k_tx_tasklet
1478 */
1479 spin_lock_bh(&txq->lock);
1480 list_for_each_entry_safe(bf, bf0, &txq->q, list) {
Bruno Randolfb47f4072008-03-05 18:35:45 +09001481 ath5k_debug_printtxbuf(sc, bf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001482
1483 ath5k_txbuf_free(sc, bf);
1484
1485 spin_lock_bh(&sc->txbuflock);
Johannes Berg57ffc582008-04-29 17:18:59 +02001486 sc->tx_stats[txq->qnum].len--;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001487 list_move_tail(&bf->list, &sc->txbuf);
1488 sc->txbuf_len++;
1489 spin_unlock_bh(&sc->txbuflock);
1490 }
1491 txq->link = NULL;
1492 spin_unlock_bh(&txq->lock);
1493}
1494
1495/*
1496 * Drain the transmit queues and reclaim resources.
1497 */
1498static void
1499ath5k_txq_cleanup(struct ath5k_softc *sc)
1500{
1501 struct ath5k_hw *ah = sc->ah;
1502 unsigned int i;
1503
1504 /* XXX return value */
1505 if (likely(!test_bit(ATH_STAT_INVALID, sc->status))) {
1506 /* don't touch the hardware if marked invalid */
1507 ath5k_hw_stop_tx_dma(ah, sc->bhalq);
1508 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "beacon queue %x\n",
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001509 ath5k_hw_get_txdp(ah, sc->bhalq));
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001510 for (i = 0; i < ARRAY_SIZE(sc->txqs); i++)
1511 if (sc->txqs[i].setup) {
1512 ath5k_hw_stop_tx_dma(ah, sc->txqs[i].qnum);
1513 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "txq [%u] %x, "
1514 "link %p\n",
1515 sc->txqs[i].qnum,
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001516 ath5k_hw_get_txdp(ah,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001517 sc->txqs[i].qnum),
1518 sc->txqs[i].link);
1519 }
1520 }
Johannes Berg36d68252008-05-15 12:55:26 +02001521 ieee80211_wake_queues(sc->hw); /* XXX move to callers */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001522
1523 for (i = 0; i < ARRAY_SIZE(sc->txqs); i++)
1524 if (sc->txqs[i].setup)
1525 ath5k_txq_drainq(sc, &sc->txqs[i]);
1526}
1527
1528static void
1529ath5k_txq_release(struct ath5k_softc *sc)
1530{
1531 struct ath5k_txq *txq = sc->txqs;
1532 unsigned int i;
1533
1534 for (i = 0; i < ARRAY_SIZE(sc->txqs); i++, txq++)
1535 if (txq->setup) {
1536 ath5k_hw_release_tx_queue(sc->ah, txq->qnum);
1537 txq->setup = false;
1538 }
1539}
1540
1541
1542
1543
1544/*************\
1545* RX Handling *
1546\*************/
1547
1548/*
1549 * Enable the receive h/w following a reset.
1550 */
1551static int
1552ath5k_rx_start(struct ath5k_softc *sc)
1553{
1554 struct ath5k_hw *ah = sc->ah;
1555 struct ath5k_buf *bf;
1556 int ret;
1557
1558 sc->rxbufsize = roundup(IEEE80211_MAX_LEN, sc->cachelsz);
1559
1560 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "cachelsz %u rxbufsize %u\n",
1561 sc->cachelsz, sc->rxbufsize);
1562
1563 sc->rxlink = NULL;
1564
1565 spin_lock_bh(&sc->rxbuflock);
1566 list_for_each_entry(bf, &sc->rxbuf, list) {
1567 ret = ath5k_rxbuf_setup(sc, bf);
1568 if (ret != 0) {
1569 spin_unlock_bh(&sc->rxbuflock);
1570 goto err;
1571 }
1572 }
1573 bf = list_first_entry(&sc->rxbuf, struct ath5k_buf, list);
1574 spin_unlock_bh(&sc->rxbuflock);
1575
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001576 ath5k_hw_set_rxdp(ah, bf->daddr);
1577 ath5k_hw_start_rx_dma(ah); /* enable recv descriptors */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001578 ath5k_mode_setup(sc); /* set filters, etc. */
1579 ath5k_hw_start_rx_pcu(ah); /* re-enable PCU/DMA engine */
1580
1581 return 0;
1582err:
1583 return ret;
1584}
1585
1586/*
1587 * Disable the receive h/w in preparation for a reset.
1588 */
1589static void
1590ath5k_rx_stop(struct ath5k_softc *sc)
1591{
1592 struct ath5k_hw *ah = sc->ah;
1593
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03001594 ath5k_hw_stop_rx_pcu(ah); /* disable PCU */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001595 ath5k_hw_set_rx_filter(ah, 0); /* clear recv filter */
1596 ath5k_hw_stop_rx_dma(ah); /* disable DMA engine */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001597
1598 ath5k_debug_printrxbuffs(sc, ah);
1599
1600 sc->rxlink = NULL; /* just in case */
1601}
1602
1603static unsigned int
1604ath5k_rx_decrypted(struct ath5k_softc *sc, struct ath5k_desc *ds,
Bruno Randolfb47f4072008-03-05 18:35:45 +09001605 struct sk_buff *skb, struct ath5k_rx_status *rs)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001606{
1607 struct ieee80211_hdr *hdr = (void *)skb->data;
Harvey Harrison798ee982008-07-15 18:44:02 -07001608 unsigned int keyix, hlen;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001609
Bruno Randolfb47f4072008-03-05 18:35:45 +09001610 if (!(rs->rs_status & AR5K_RXERR_DECRYPT) &&
1611 rs->rs_keyix != AR5K_RXKEYIX_INVALID)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001612 return RX_FLAG_DECRYPTED;
1613
1614 /* Apparently when a default key is used to decrypt the packet
1615 the hw does not set the index used to decrypt. In such cases
1616 get the index from the packet. */
Harvey Harrison798ee982008-07-15 18:44:02 -07001617 hlen = ieee80211_hdrlen(hdr->frame_control);
Harvey Harrison24b56e72008-06-14 23:33:38 -07001618 if (ieee80211_has_protected(hdr->frame_control) &&
1619 !(rs->rs_status & AR5K_RXERR_DECRYPT) &&
1620 skb->len >= hlen + 4) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001621 keyix = skb->data[hlen + 3] >> 6;
1622
1623 if (test_bit(keyix, sc->keymap))
1624 return RX_FLAG_DECRYPTED;
1625 }
1626
1627 return 0;
1628}
1629
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001630
1631static void
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001632ath5k_check_ibss_tsf(struct ath5k_softc *sc, struct sk_buff *skb,
1633 struct ieee80211_rx_status *rxs)
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001634{
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001635 u64 tsf, bc_tstamp;
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001636 u32 hw_tu;
1637 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data;
1638
Harvey Harrison24b56e72008-06-14 23:33:38 -07001639 if (ieee80211_is_beacon(mgmt->frame_control) &&
Pavel Roskin38c07b42008-02-26 17:59:14 -05001640 le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS &&
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001641 memcmp(mgmt->bssid, sc->ah->ah_bssid, ETH_ALEN) == 0) {
1642 /*
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001643 * Received an IBSS beacon with the same BSSID. Hardware *must*
1644 * have updated the local TSF. We have to work around various
1645 * hardware bugs, though...
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001646 */
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001647 tsf = ath5k_hw_get_tsf64(sc->ah);
1648 bc_tstamp = le64_to_cpu(mgmt->u.beacon.timestamp);
1649 hw_tu = TSF_TO_TU(tsf);
1650
1651 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
1652 "beacon %llx mactime %llx (diff %lld) tsf now %llx\n",
John W. Linville06501d22008-04-01 17:38:47 -04001653 (unsigned long long)bc_tstamp,
1654 (unsigned long long)rxs->mactime,
1655 (unsigned long long)(rxs->mactime - bc_tstamp),
1656 (unsigned long long)tsf);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001657
1658 /*
1659 * Sometimes the HW will give us a wrong tstamp in the rx
1660 * status, causing the timestamp extension to go wrong.
1661 * (This seems to happen especially with beacon frames bigger
1662 * than 78 byte (incl. FCS))
1663 * But we know that the receive timestamp must be later than the
1664 * timestamp of the beacon since HW must have synced to that.
1665 *
1666 * NOTE: here we assume mactime to be after the frame was
1667 * received, not like mac80211 which defines it at the start.
1668 */
1669 if (bc_tstamp > rxs->mactime) {
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001670 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001671 "fixing mactime from %llx to %llx\n",
John W. Linville06501d22008-04-01 17:38:47 -04001672 (unsigned long long)rxs->mactime,
1673 (unsigned long long)tsf);
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001674 rxs->mactime = tsf;
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001675 }
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001676
1677 /*
1678 * Local TSF might have moved higher than our beacon timers,
1679 * in that case we have to update them to continue sending
1680 * beacons. This also takes care of synchronizing beacon sending
1681 * times with other stations.
1682 */
1683 if (hw_tu >= sc->nexttbtt)
1684 ath5k_beacon_update_timers(sc, bc_tstamp);
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001685 }
1686}
1687
1688
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001689static void
1690ath5k_tasklet_rx(unsigned long data)
1691{
1692 struct ieee80211_rx_status rxs = {};
Bruno Randolfb47f4072008-03-05 18:35:45 +09001693 struct ath5k_rx_status rs = {};
Bob Copelandb6ea0352009-01-10 14:42:54 -05001694 struct sk_buff *skb, *next_skb;
1695 dma_addr_t next_skb_addr;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001696 struct ath5k_softc *sc = (void *)data;
Jiri Slaby3a0f2c82008-07-15 17:44:18 +02001697 struct ath5k_buf *bf, *bf_last;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001698 struct ath5k_desc *ds;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001699 int ret;
1700 int hdrlen;
Benoit PAPILLAULT0fe45b12008-12-12 15:29:58 +01001701 int padsize;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001702
1703 spin_lock(&sc->rxbuflock);
Jiri Slaby3a0f2c82008-07-15 17:44:18 +02001704 if (list_empty(&sc->rxbuf)) {
1705 ATH5K_WARN(sc, "empty rx buf pool\n");
1706 goto unlock;
1707 }
1708 bf_last = list_entry(sc->rxbuf.prev, struct ath5k_buf, list);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001709 do {
Bob Copelandd6894b52008-05-12 21:16:44 -04001710 rxs.flag = 0;
1711
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001712 bf = list_first_entry(&sc->rxbuf, struct ath5k_buf, list);
1713 BUG_ON(bf->skb == NULL);
1714 skb = bf->skb;
1715 ds = bf->desc;
1716
Jiri Slaby3a0f2c82008-07-15 17:44:18 +02001717 /*
1718 * last buffer must not be freed to ensure proper hardware
1719 * function. When the hardware finishes also a packet next to
1720 * it, we are sure, it doesn't use it anymore and we can go on.
1721 */
1722 if (bf_last == bf)
1723 bf->flags |= 1;
1724 if (bf->flags) {
1725 struct ath5k_buf *bf_next = list_entry(bf->list.next,
1726 struct ath5k_buf, list);
1727 ret = sc->ah->ah_proc_rx_desc(sc->ah, bf_next->desc,
1728 &rs);
1729 if (ret)
1730 break;
1731 bf->flags &= ~1;
1732 /* skip the overwritten one (even status is martian) */
1733 goto next;
1734 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001735
Bruno Randolfb47f4072008-03-05 18:35:45 +09001736 ret = sc->ah->ah_proc_rx_desc(sc->ah, ds, &rs);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001737 if (unlikely(ret == -EINPROGRESS))
1738 break;
1739 else if (unlikely(ret)) {
1740 ATH5K_ERR(sc, "error in processing rx descriptor\n");
Jiri Slaby65872e62008-02-15 21:58:51 +01001741 spin_unlock(&sc->rxbuflock);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001742 return;
1743 }
1744
Bruno Randolfb47f4072008-03-05 18:35:45 +09001745 if (unlikely(rs.rs_more)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001746 ATH5K_WARN(sc, "unsupported jumbo\n");
1747 goto next;
1748 }
1749
Bruno Randolfb47f4072008-03-05 18:35:45 +09001750 if (unlikely(rs.rs_status)) {
1751 if (rs.rs_status & AR5K_RXERR_PHY)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001752 goto next;
Bruno Randolfb47f4072008-03-05 18:35:45 +09001753 if (rs.rs_status & AR5K_RXERR_DECRYPT) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001754 /*
1755 * Decrypt error. If the error occurred
1756 * because there was no hardware key, then
1757 * let the frame through so the upper layers
1758 * can process it. This is necessary for 5210
1759 * parts which have no way to setup a ``clear''
1760 * key cache entry.
1761 *
1762 * XXX do key cache faulting
1763 */
Bruno Randolfb47f4072008-03-05 18:35:45 +09001764 if (rs.rs_keyix == AR5K_RXKEYIX_INVALID &&
1765 !(rs.rs_status & AR5K_RXERR_CRC))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001766 goto accept;
1767 }
Bruno Randolfb47f4072008-03-05 18:35:45 +09001768 if (rs.rs_status & AR5K_RXERR_MIC) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001769 rxs.flag |= RX_FLAG_MMIC_ERROR;
1770 goto accept;
1771 }
1772
1773 /* let crypto-error packets fall through in MNTR */
Bruno Randolfb47f4072008-03-05 18:35:45 +09001774 if ((rs.rs_status &
1775 ~(AR5K_RXERR_DECRYPT|AR5K_RXERR_MIC)) ||
Johannes Berg05c914f2008-09-11 00:01:58 +02001776 sc->opmode != NL80211_IFTYPE_MONITOR)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001777 goto next;
1778 }
1779accept:
Bob Copelandb6ea0352009-01-10 14:42:54 -05001780 next_skb = ath5k_rx_skb_alloc(sc, &next_skb_addr);
1781
1782 /*
1783 * If we can't replace bf->skb with a new skb under memory
1784 * pressure, just skip this packet
1785 */
1786 if (!next_skb)
1787 goto next;
1788
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001789 pci_unmap_single(sc->pdev, bf->skbaddr, sc->rxbufsize,
1790 PCI_DMA_FROMDEVICE);
Bruno Randolfb47f4072008-03-05 18:35:45 +09001791 skb_put(skb, rs.rs_datalen);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001792
Benoit PAPILLAULT0fe45b12008-12-12 15:29:58 +01001793 /* The MAC header is padded to have 32-bit boundary if the
1794 * packet payload is non-zero. The general calculation for
1795 * padsize would take into account odd header lengths:
1796 * padsize = (4 - hdrlen % 4) % 4; However, since only
1797 * even-length headers are used, padding can only be 0 or 2
1798 * bytes and we can optimize this a bit. In addition, we must
1799 * not try to remove padding from short control frames that do
1800 * not have payload. */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001801 hdrlen = ieee80211_get_hdrlen_from_skb(skb);
Bob Copelandfd6effc2008-12-18 23:23:05 -05001802 padsize = ath5k_pad_size(hdrlen);
1803 if (padsize) {
Benoit PAPILLAULT0fe45b12008-12-12 15:29:58 +01001804 memmove(skb->data + padsize, skb->data, hdrlen);
1805 skb_pull(skb, padsize);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001806 }
1807
Bruno Randolfc0e18992008-01-21 11:09:46 +09001808 /*
1809 * always extend the mac timestamp, since this information is
1810 * also needed for proper IBSS merging.
1811 *
1812 * XXX: it might be too late to do it here, since rs_tstamp is
1813 * 15bit only. that means TSF extension has to be done within
1814 * 32768usec (about 32ms). it might be necessary to move this to
1815 * the interrupt handler, like it is done in madwifi.
Bruno Randolfe14296c2008-03-05 18:36:05 +09001816 *
1817 * Unfortunately we don't know when the hardware takes the rx
1818 * timestamp (beginning of phy frame, data frame, end of rx?).
1819 * The only thing we know is that it is hardware specific...
1820 * On AR5213 it seems the rx timestamp is at the end of the
1821 * frame, but i'm not sure.
1822 *
1823 * NOTE: mac80211 defines mactime at the beginning of the first
1824 * data symbol. Since we don't have any time references it's
1825 * impossible to comply to that. This affects IBSS merge only
1826 * right now, so it's not too bad...
Bruno Randolfc0e18992008-01-21 11:09:46 +09001827 */
Bruno Randolfb47f4072008-03-05 18:35:45 +09001828 rxs.mactime = ath5k_extend_tsf(sc->ah, rs.rs_tstamp);
Bruno Randolfc0e18992008-01-21 11:09:46 +09001829 rxs.flag |= RX_FLAG_TSFT;
1830
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05001831 rxs.freq = sc->curchan->center_freq;
1832 rxs.band = sc->curband->band;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001833
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001834 rxs.noise = sc->ah->ah_noise_floor;
Bruno Randolf566bfe52008-05-08 19:15:40 +02001835 rxs.signal = rxs.noise + rs.rs_rssi;
Luis R. Rodriguez6e0e0bf2008-10-13 14:08:10 -07001836
1837 /* An rssi of 35 indicates you should be able use
1838 * 54 Mbps reliably. A more elaborate scheme can be used
1839 * here but it requires a map of SNR/throughput for each
1840 * possible mode used */
1841 rxs.qual = rs.rs_rssi * 100 / 35;
1842
1843 /* rssi can be more than 35 though, anything above that
1844 * should be considered at 100% */
1845 if (rxs.qual > 100)
1846 rxs.qual = 100;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001847
Bruno Randolfb47f4072008-03-05 18:35:45 +09001848 rxs.antenna = rs.rs_antenna;
1849 rxs.rate_idx = ath5k_hw_to_driver_rix(sc, rs.rs_rate);
1850 rxs.flag |= ath5k_rx_decrypted(sc, ds, skb, &rs);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001851
Bruno Randolf06303352008-08-05 19:32:23 +02001852 if (rxs.rate_idx >= 0 && rs.rs_rate ==
1853 sc->curband->bitrates[rxs.rate_idx].hw_value_short)
Bruno Randolf63266a62008-07-30 17:12:58 +02001854 rxs.flag |= RX_FLAG_SHORTPRE;
Bruno Randolf06303352008-08-05 19:32:23 +02001855
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001856 ath5k_debug_dump_skb(sc, skb, "RX ", 0);
1857
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001858 /* check beacons in IBSS mode */
Johannes Berg05c914f2008-09-11 00:01:58 +02001859 if (sc->opmode == NL80211_IFTYPE_ADHOC)
Bruno Randolf6ba81c22008-03-05 18:36:26 +09001860 ath5k_check_ibss_tsf(sc, skb, &rxs);
Bruno Randolf036cd1e2008-01-19 18:18:21 +09001861
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001862 __ieee80211_rx(sc->hw, skb, &rxs);
Bob Copelandb6ea0352009-01-10 14:42:54 -05001863
1864 bf->skb = next_skb;
1865 bf->skbaddr = next_skb_addr;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001866next:
1867 list_move_tail(&bf->list, &sc->rxbuf);
1868 } while (ath5k_rxbuf_setup(sc, bf) == 0);
Jiri Slaby3a0f2c82008-07-15 17:44:18 +02001869unlock:
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001870 spin_unlock(&sc->rxbuflock);
1871}
1872
1873
1874
1875
1876/*************\
1877* TX Handling *
1878\*************/
1879
1880static void
1881ath5k_tx_processq(struct ath5k_softc *sc, struct ath5k_txq *txq)
1882{
Bruno Randolfb47f4072008-03-05 18:35:45 +09001883 struct ath5k_tx_status ts = {};
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001884 struct ath5k_buf *bf, *bf0;
1885 struct ath5k_desc *ds;
1886 struct sk_buff *skb;
Johannes Berge039fa42008-05-15 12:55:29 +02001887 struct ieee80211_tx_info *info;
Felix Fietkau2f7fe872008-10-05 18:05:48 +02001888 int i, ret;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001889
1890 spin_lock(&txq->lock);
1891 list_for_each_entry_safe(bf, bf0, &txq->q, list) {
1892 ds = bf->desc;
1893
Bruno Randolfb47f4072008-03-05 18:35:45 +09001894 ret = sc->ah->ah_proc_tx_desc(sc->ah, ds, &ts);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001895 if (unlikely(ret == -EINPROGRESS))
1896 break;
1897 else if (unlikely(ret)) {
1898 ATH5K_ERR(sc, "error %d while processing queue %u\n",
1899 ret, txq->qnum);
1900 break;
1901 }
1902
1903 skb = bf->skb;
Johannes Berga888d522008-05-26 16:43:39 +02001904 info = IEEE80211_SKB_CB(skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001905 bf->skb = NULL;
Johannes Berge039fa42008-05-15 12:55:29 +02001906
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001907 pci_unmap_single(sc->pdev, bf->skbaddr, skb->len,
1908 PCI_DMA_TODEVICE);
1909
Johannes Berge6a98542008-10-21 12:40:02 +02001910 ieee80211_tx_info_clear_status(info);
Felix Fietkau2f7fe872008-10-05 18:05:48 +02001911 for (i = 0; i < 4; i++) {
Johannes Berge6a98542008-10-21 12:40:02 +02001912 struct ieee80211_tx_rate *r =
1913 &info->status.rates[i];
Felix Fietkau2f7fe872008-10-05 18:05:48 +02001914
1915 if (ts.ts_rate[i]) {
Johannes Berge6a98542008-10-21 12:40:02 +02001916 r->idx = ath5k_hw_to_driver_rix(sc, ts.ts_rate[i]);
1917 r->count = ts.ts_retry[i];
Felix Fietkau2f7fe872008-10-05 18:05:48 +02001918 } else {
Johannes Berge6a98542008-10-21 12:40:02 +02001919 r->idx = -1;
1920 r->count = 0;
Felix Fietkau2f7fe872008-10-05 18:05:48 +02001921 }
1922 }
1923
Johannes Berge6a98542008-10-21 12:40:02 +02001924 /* count the successful attempt as well */
1925 info->status.rates[ts.ts_final_idx].count++;
1926
Bruno Randolfb47f4072008-03-05 18:35:45 +09001927 if (unlikely(ts.ts_status)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001928 sc->ll_stats.dot11ACKFailureCount++;
Johannes Berge6a98542008-10-21 12:40:02 +02001929 if (ts.ts_status & AR5K_TXERR_FILT)
Johannes Berge039fa42008-05-15 12:55:29 +02001930 info->flags |= IEEE80211_TX_STAT_TX_FILTERED;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001931 } else {
Johannes Berge039fa42008-05-15 12:55:29 +02001932 info->flags |= IEEE80211_TX_STAT_ACK;
1933 info->status.ack_signal = ts.ts_rssi;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001934 }
1935
Johannes Berge039fa42008-05-15 12:55:29 +02001936 ieee80211_tx_status(sc->hw, skb);
Johannes Berg57ffc582008-04-29 17:18:59 +02001937 sc->tx_stats[txq->qnum].count++;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001938
1939 spin_lock(&sc->txbuflock);
Johannes Berg57ffc582008-04-29 17:18:59 +02001940 sc->tx_stats[txq->qnum].len--;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001941 list_move_tail(&bf->list, &sc->txbuf);
1942 sc->txbuf_len++;
1943 spin_unlock(&sc->txbuflock);
1944 }
1945 if (likely(list_empty(&txq->q)))
1946 txq->link = NULL;
1947 spin_unlock(&txq->lock);
1948 if (sc->txbuf_len > ATH_TXBUF / 5)
1949 ieee80211_wake_queues(sc->hw);
1950}
1951
1952static void
1953ath5k_tasklet_tx(unsigned long data)
1954{
1955 struct ath5k_softc *sc = (void *)data;
1956
1957 ath5k_tx_processq(sc, sc->txq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001958}
1959
1960
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001961/*****************\
1962* Beacon handling *
1963\*****************/
1964
1965/*
1966 * Setup the beacon frame for transmit.
1967 */
1968static int
Johannes Berge039fa42008-05-15 12:55:29 +02001969ath5k_beacon_setup(struct ath5k_softc *sc, struct ath5k_buf *bf)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001970{
1971 struct sk_buff *skb = bf->skb;
Johannes Berga888d522008-05-26 16:43:39 +02001972 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001973 struct ath5k_hw *ah = sc->ah;
1974 struct ath5k_desc *ds;
1975 int ret, antenna = 0;
1976 u32 flags;
1977
1978 bf->skbaddr = pci_map_single(sc->pdev, skb->data, skb->len,
1979 PCI_DMA_TODEVICE);
1980 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, "skb %p [data %p len %u] "
1981 "skbaddr %llx\n", skb, skb->data, skb->len,
1982 (unsigned long long)bf->skbaddr);
FUJITA Tomonori8d8bb392008-07-25 19:44:49 -07001983 if (pci_dma_mapping_error(sc->pdev, bf->skbaddr)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001984 ATH5K_ERR(sc, "beacon DMA mapping failed\n");
1985 return -EIO;
1986 }
1987
1988 ds = bf->desc;
1989
1990 flags = AR5K_TXDESC_NOACK;
Johannes Berg05c914f2008-09-11 00:01:58 +02001991 if (sc->opmode == NL80211_IFTYPE_ADHOC && ath5k_hw_hasveol(ah)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001992 ds->ds_link = bf->daddr; /* self-linked */
1993 flags |= AR5K_TXDESC_VEOL;
1994 /*
1995 * Let hardware handle antenna switching if txantenna is not set
1996 */
1997 } else {
1998 ds->ds_link = 0;
1999 /*
2000 * Switch antenna every 4 beacons if txantenna is not set
2001 * XXX assumes two antennas
2002 */
2003 if (antenna == 0)
2004 antenna = sc->bsent & 4 ? 2 : 1;
2005 }
2006
2007 ds->ds_data = bf->skbaddr;
Bruno Randolf281c56d2008-02-05 18:44:55 +09002008 ret = ah->ah_setup_tx_desc(ah, ds, skb->len,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002009 ieee80211_get_hdrlen_from_skb(skb),
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05002010 AR5K_PKT_TYPE_BEACON, (sc->power_level * 2),
Johannes Berge039fa42008-05-15 12:55:29 +02002011 ieee80211_get_tx_rate(sc->hw, info)->hw_value,
Johannes Berg2e92e6f2008-05-15 12:55:27 +02002012 1, AR5K_TXKEYIX_INVALID,
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05002013 antenna, flags, 0, 0);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002014 if (ret)
2015 goto err_unmap;
2016
2017 return 0;
2018err_unmap:
2019 pci_unmap_single(sc->pdev, bf->skbaddr, skb->len, PCI_DMA_TODEVICE);
2020 return ret;
2021}
2022
2023/*
2024 * Transmit a beacon frame at SWBA. Dynamic updates to the
2025 * frame contents are done as needed and the slot time is
2026 * also adjusted based on current state.
2027 *
2028 * this is usually called from interrupt context (ath5k_intr())
2029 * but also from ath5k_beacon_config() in IBSS mode which in turn
2030 * can be called from a tasklet and user context
2031 */
2032static void
2033ath5k_beacon_send(struct ath5k_softc *sc)
2034{
2035 struct ath5k_buf *bf = sc->bbuf;
2036 struct ath5k_hw *ah = sc->ah;
2037
Bruno Randolfbe9b7252008-01-23 10:27:51 +09002038 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, "in beacon_send\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002039
Johannes Berg05c914f2008-09-11 00:01:58 +02002040 if (unlikely(bf->skb == NULL || sc->opmode == NL80211_IFTYPE_STATION ||
2041 sc->opmode == NL80211_IFTYPE_MONITOR)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002042 ATH5K_WARN(sc, "bf=%p bf_skb=%p\n", bf, bf ? bf->skb : NULL);
2043 return;
2044 }
2045 /*
2046 * Check if the previous beacon has gone out. If
2047 * not don't don't try to post another, skip this
2048 * period and wait for the next. Missed beacons
2049 * indicate a problem and should not occur. If we
2050 * miss too many consecutive beacons reset the device.
2051 */
2052 if (unlikely(ath5k_hw_num_tx_pending(ah, sc->bhalq) != 0)) {
2053 sc->bmisscount++;
Bruno Randolfbe9b7252008-01-23 10:27:51 +09002054 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002055 "missed %u consecutive beacons\n", sc->bmisscount);
2056 if (sc->bmisscount > 3) { /* NB: 3 is a guess */
Bruno Randolfbe9b7252008-01-23 10:27:51 +09002057 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002058 "stuck beacon time (%u missed)\n",
2059 sc->bmisscount);
2060 tasklet_schedule(&sc->restq);
2061 }
2062 return;
2063 }
2064 if (unlikely(sc->bmisscount != 0)) {
Bruno Randolfbe9b7252008-01-23 10:27:51 +09002065 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002066 "resume beacon xmit after %u misses\n",
2067 sc->bmisscount);
2068 sc->bmisscount = 0;
2069 }
2070
2071 /*
2072 * Stop any current dma and put the new frame on the queue.
2073 * This should never fail since we check above that no frames
2074 * are still pending on the queue.
2075 */
2076 if (unlikely(ath5k_hw_stop_tx_dma(ah, sc->bhalq))) {
2077 ATH5K_WARN(sc, "beacon queue %u didn't stop?\n", sc->bhalq);
2078 /* NB: hw still stops DMA, so proceed */
2079 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002080
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03002081 ath5k_hw_set_txdp(ah, sc->bhalq, bf->daddr);
2082 ath5k_hw_start_tx_dma(ah, sc->bhalq);
Bruno Randolfbe9b7252008-01-23 10:27:51 +09002083 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, "TXDP[%u] = %llx (%p)\n",
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002084 sc->bhalq, (unsigned long long)bf->daddr, bf->desc);
2085
2086 sc->bsent++;
2087}
2088
2089
Bruno Randolf9804b982008-01-19 18:17:59 +09002090/**
2091 * ath5k_beacon_update_timers - update beacon timers
2092 *
2093 * @sc: struct ath5k_softc pointer we are operating on
2094 * @bc_tsf: the timestamp of the beacon. 0 to reset the TSF. -1 to perform a
2095 * beacon timer update based on the current HW TSF.
2096 *
2097 * Calculate the next target beacon transmit time (TBTT) based on the timestamp
2098 * of a received beacon or the current local hardware TSF and write it to the
2099 * beacon timer registers.
2100 *
2101 * This is called in a variety of situations, e.g. when a beacon is received,
Bruno Randolf6ba81c22008-03-05 18:36:26 +09002102 * when a TSF update has been detected, but also when an new IBSS is created or
Bruno Randolf9804b982008-01-19 18:17:59 +09002103 * when we otherwise know we have to update the timers, but we keep it in this
2104 * function to have it all together in one place.
2105 */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002106static void
Bruno Randolf9804b982008-01-19 18:17:59 +09002107ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002108{
2109 struct ath5k_hw *ah = sc->ah;
Bruno Randolf9804b982008-01-19 18:17:59 +09002110 u32 nexttbtt, intval, hw_tu, bc_tu;
2111 u64 hw_tsf;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002112
2113 intval = sc->bintval & AR5K_BEACON_PERIOD;
2114 if (WARN_ON(!intval))
2115 return;
2116
Bruno Randolf9804b982008-01-19 18:17:59 +09002117 /* beacon TSF converted to TU */
2118 bc_tu = TSF_TO_TU(bc_tsf);
2119
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002120 /* current TSF converted to TU */
Bruno Randolf9804b982008-01-19 18:17:59 +09002121 hw_tsf = ath5k_hw_get_tsf64(ah);
2122 hw_tu = TSF_TO_TU(hw_tsf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002123
Bruno Randolf9804b982008-01-19 18:17:59 +09002124#define FUDGE 3
2125 /* we use FUDGE to make sure the next TBTT is ahead of the current TU */
2126 if (bc_tsf == -1) {
2127 /*
2128 * no beacons received, called internally.
2129 * just need to refresh timers based on HW TSF.
2130 */
2131 nexttbtt = roundup(hw_tu + FUDGE, intval);
2132 } else if (bc_tsf == 0) {
2133 /*
2134 * no beacon received, probably called by ath5k_reset_tsf().
2135 * reset TSF to start with 0.
2136 */
2137 nexttbtt = intval;
2138 intval |= AR5K_BEACON_RESET_TSF;
2139 } else if (bc_tsf > hw_tsf) {
2140 /*
2141 * beacon received, SW merge happend but HW TSF not yet updated.
2142 * not possible to reconfigure timers yet, but next time we
2143 * receive a beacon with the same BSSID, the hardware will
2144 * automatically update the TSF and then we need to reconfigure
2145 * the timers.
2146 */
2147 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
2148 "need to wait for HW TSF sync\n");
2149 return;
2150 } else {
2151 /*
2152 * most important case for beacon synchronization between STA.
2153 *
2154 * beacon received and HW TSF has been already updated by HW.
2155 * update next TBTT based on the TSF of the beacon, but make
2156 * sure it is ahead of our local TSF timer.
2157 */
2158 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval);
2159 }
2160#undef FUDGE
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002161
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002162 sc->nexttbtt = nexttbtt;
2163
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002164 intval |= AR5K_BEACON_ENA;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002165 ath5k_hw_init_beacon(ah, nexttbtt, intval);
Bruno Randolf9804b982008-01-19 18:17:59 +09002166
2167 /*
2168 * debugging output last in order to preserve the time critical aspect
2169 * of this function
2170 */
2171 if (bc_tsf == -1)
2172 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
2173 "reconfigured timers based on HW TSF\n");
2174 else if (bc_tsf == 0)
2175 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
2176 "reset HW TSF and timers\n");
2177 else
2178 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
2179 "updated timers based on beacon TSF\n");
2180
2181 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON,
David Miller04f93a82008-02-15 16:08:59 -08002182 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n",
2183 (unsigned long long) bc_tsf,
2184 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt);
Bruno Randolf9804b982008-01-19 18:17:59 +09002185 ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, "intval %u %s %s\n",
2186 intval & AR5K_BEACON_PERIOD,
2187 intval & AR5K_BEACON_ENA ? "AR5K_BEACON_ENA" : "",
2188 intval & AR5K_BEACON_RESET_TSF ? "AR5K_BEACON_RESET_TSF" : "");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002189}
2190
2191
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002192/**
2193 * ath5k_beacon_config - Configure the beacon queues and interrupts
2194 *
2195 * @sc: struct ath5k_softc pointer we are operating on
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002196 *
2197 * When operating in station mode we want to receive a BMISS interrupt when we
2198 * stop seeing beacons from the AP we've associated with so we can look for
2199 * another AP to associate with.
2200 *
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002201 * In IBSS mode we use a self-linked tx descriptor if possible. We enable SWBA
Bruno Randolf6ba81c22008-03-05 18:36:26 +09002202 * interrupts to detect TSF updates only.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002203 */
2204static void
2205ath5k_beacon_config(struct ath5k_softc *sc)
2206{
2207 struct ath5k_hw *ah = sc->ah;
2208
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03002209 ath5k_hw_set_imr(ah, 0);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002210 sc->bmisscount = 0;
Jiri Slabydc1968e2008-07-23 13:17:34 +02002211 sc->imask &= ~(AR5K_INT_BMISS | AR5K_INT_SWBA);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002212
Johannes Berg05c914f2008-09-11 00:01:58 +02002213 if (sc->opmode == NL80211_IFTYPE_STATION) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002214 sc->imask |= AR5K_INT_BMISS;
Jiri Slabyda966bc2008-10-12 22:54:10 +02002215 } else if (sc->opmode == NL80211_IFTYPE_ADHOC ||
Andrey Yurovskyb706e652008-10-13 18:23:07 -07002216 sc->opmode == NL80211_IFTYPE_MESH_POINT ||
Jiri Slabyda966bc2008-10-12 22:54:10 +02002217 sc->opmode == NL80211_IFTYPE_AP) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002218 /*
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002219 * In IBSS mode we use a self-linked tx descriptor and let the
2220 * hardware send the beacons automatically. We have to load it
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002221 * only once here.
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002222 * We use the SWBA interrupt only to keep track of the beacon
Bruno Randolf6ba81c22008-03-05 18:36:26 +09002223 * timers in order to detect automatic TSF updates.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002224 */
2225 ath5k_beaconq_config(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002226
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002227 sc->imask |= AR5K_INT_SWBA;
2228
Jiri Slabyda966bc2008-10-12 22:54:10 +02002229 if (sc->opmode == NL80211_IFTYPE_ADHOC) {
2230 if (ath5k_hw_hasveol(ah)) {
2231 spin_lock(&sc->block);
2232 ath5k_beacon_send(sc);
2233 spin_unlock(&sc->block);
2234 }
2235 } else
2236 ath5k_beacon_update_timers(sc, -1);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002237 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002238
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03002239 ath5k_hw_set_imr(ah, sc->imask);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002240}
2241
2242
2243/********************\
2244* Interrupt handling *
2245\********************/
2246
2247static int
Bob Copelandbb2beca2009-01-19 11:20:54 -05002248ath5k_init(struct ath5k_softc *sc)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002249{
Elias Oltmannsbc1b32d2008-10-24 21:59:18 +02002250 struct ath5k_hw *ah = sc->ah;
2251 int ret, i;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002252
2253 mutex_lock(&sc->lock);
2254
2255 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "mode %d\n", sc->opmode);
2256
2257 /*
2258 * Stop anything previously setup. This is safe
2259 * no matter this is the first time through or not.
2260 */
2261 ath5k_stop_locked(sc);
2262
2263 /*
2264 * The basic interface to setting the hardware in a good
2265 * state is ``reset''. On return the hardware is known to
2266 * be powered up and with interrupts disabled. This must
2267 * be followed by initialization of the appropriate bits
2268 * and then setup of the interrupt mask.
2269 */
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05002270 sc->curchan = sc->hw->conf.channel;
2271 sc->curband = &sc->sbands[sc->curchan->band];
Nick Kossifidis6a53a8a2008-11-04 00:25:54 +02002272 sc->imask = AR5K_INT_RXOK | AR5K_INT_RXERR | AR5K_INT_RXEOL |
2273 AR5K_INT_RXORN | AR5K_INT_TXDESC | AR5K_INT_TXEOL |
2274 AR5K_INT_FATAL | AR5K_INT_GLOBAL | AR5K_INT_MIB;
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002275 ret = ath5k_reset(sc, false, false);
2276 if (ret)
2277 goto done;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002278
Elias Oltmannsbc1b32d2008-10-24 21:59:18 +02002279 /*
2280 * Reset the key cache since some parts do not reset the
2281 * contents on initial power up or resume from suspend.
2282 */
2283 for (i = 0; i < AR5K_KEYTABLE_SIZE; i++)
2284 ath5k_hw_reset_key(ah, i);
2285
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002286 /* Set ack to be sent at low bit-rates */
Elias Oltmannsbc1b32d2008-10-24 21:59:18 +02002287 ath5k_hw_set_ack_bitrate_high(ah, false);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002288
2289 mod_timer(&sc->calib_tim, round_jiffies(jiffies +
2290 msecs_to_jiffies(ath5k_calinterval * 1000)));
2291
2292 ret = 0;
2293done:
Jiri Slaby274c7c32008-07-15 17:44:20 +02002294 mmiowb();
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002295 mutex_unlock(&sc->lock);
2296 return ret;
2297}
2298
2299static int
2300ath5k_stop_locked(struct ath5k_softc *sc)
2301{
2302 struct ath5k_hw *ah = sc->ah;
2303
2304 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "invalid %u\n",
2305 test_bit(ATH_STAT_INVALID, sc->status));
2306
2307 /*
2308 * Shutdown the hardware and driver:
2309 * stop output from above
2310 * disable interrupts
2311 * turn off timers
2312 * turn off the radio
2313 * clear transmit machinery
2314 * clear receive machinery
2315 * drain and release tx queues
2316 * reclaim beacon resources
2317 * power down hardware
2318 *
2319 * Note that some of this work is not possible if the
2320 * hardware is gone (invalid).
2321 */
2322 ieee80211_stop_queues(sc->hw);
2323
2324 if (!test_bit(ATH_STAT_INVALID, sc->status)) {
Bob Copeland3a078872008-06-25 22:35:28 -04002325 ath5k_led_off(sc);
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03002326 ath5k_hw_set_imr(ah, 0);
Jiri Slaby274c7c32008-07-15 17:44:20 +02002327 synchronize_irq(sc->pdev->irq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002328 }
2329 ath5k_txq_cleanup(sc);
2330 if (!test_bit(ATH_STAT_INVALID, sc->status)) {
2331 ath5k_rx_stop(sc);
2332 ath5k_hw_phy_disable(ah);
2333 } else
2334 sc->rxlink = NULL;
2335
2336 return 0;
2337}
2338
2339/*
2340 * Stop the device, grabbing the top-level lock to protect
2341 * against concurrent entry through ath5k_init (which can happen
2342 * if another thread does a system call and the thread doing the
2343 * stop is preempted).
2344 */
2345static int
Bob Copelandbb2beca2009-01-19 11:20:54 -05002346ath5k_stop_hw(struct ath5k_softc *sc)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002347{
2348 int ret;
2349
2350 mutex_lock(&sc->lock);
2351 ret = ath5k_stop_locked(sc);
2352 if (ret == 0 && !test_bit(ATH_STAT_INVALID, sc->status)) {
2353 /*
2354 * Set the chip in full sleep mode. Note that we are
2355 * careful to do this only when bringing the interface
2356 * completely to a stop. When the chip is in this state
2357 * it must be carefully woken up or references to
2358 * registers in the PCI clock domain may freeze the bus
2359 * (and system). This varies by chip and is mostly an
2360 * issue with newer parts that go to sleep more quickly.
2361 */
2362 if (sc->ah->ah_mac_srev >= 0x78) {
2363 /*
2364 * XXX
2365 * don't put newer MAC revisions > 7.8 to sleep because
2366 * of the above mentioned problems
2367 */
2368 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "mac version > 7.8, "
2369 "not putting device to sleep\n");
2370 } else {
2371 ATH5K_DBG(sc, ATH5K_DEBUG_RESET,
2372 "putting device to full sleep\n");
2373 ath5k_hw_set_power(sc->ah, AR5K_PM_FULL_SLEEP, true, 0);
2374 }
2375 }
2376 ath5k_txbuf_free(sc, sc->bbuf);
Bob Copeland8bdd5b92008-10-16 11:02:06 -04002377
Jiri Slaby274c7c32008-07-15 17:44:20 +02002378 mmiowb();
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002379 mutex_unlock(&sc->lock);
2380
2381 del_timer_sync(&sc->calib_tim);
Jiri Slaby10488f82008-07-15 17:44:19 +02002382 tasklet_kill(&sc->rxtq);
2383 tasklet_kill(&sc->txtq);
2384 tasklet_kill(&sc->restq);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002385
2386 return ret;
2387}
2388
2389static irqreturn_t
2390ath5k_intr(int irq, void *dev_id)
2391{
2392 struct ath5k_softc *sc = dev_id;
2393 struct ath5k_hw *ah = sc->ah;
2394 enum ath5k_int status;
2395 unsigned int counter = 1000;
2396
2397 if (unlikely(test_bit(ATH_STAT_INVALID, sc->status) ||
2398 !ath5k_hw_is_intr_pending(ah)))
2399 return IRQ_NONE;
2400
2401 do {
2402 /*
2403 * Figure out the reason(s) for the interrupt. Note
2404 * that get_isr returns a pseudo-ISR that may include
2405 * bits we haven't explicitly enabled so we mask the
2406 * value to insure we only process bits we requested.
2407 */
2408 ath5k_hw_get_isr(ah, &status); /* NB: clears IRQ too */
2409 ATH5K_DBG(sc, ATH5K_DEBUG_INTR, "status 0x%x/0x%x\n",
2410 status, sc->imask);
2411 status &= sc->imask; /* discard unasked for bits */
2412 if (unlikely(status & AR5K_INT_FATAL)) {
2413 /*
2414 * Fatal errors are unrecoverable.
2415 * Typically these are caused by DMA errors.
2416 */
2417 tasklet_schedule(&sc->restq);
2418 } else if (unlikely(status & AR5K_INT_RXORN)) {
2419 tasklet_schedule(&sc->restq);
2420 } else {
2421 if (status & AR5K_INT_SWBA) {
2422 /*
2423 * Software beacon alert--time to send a beacon.
2424 * Handle beacon transmission directly; deferring
2425 * this is too slow to meet timing constraints
2426 * under load.
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002427 *
2428 * In IBSS mode we use this interrupt just to
2429 * keep track of the next TBTT (target beacon
Bruno Randolf6ba81c22008-03-05 18:36:26 +09002430 * transmission time) in order to detect wether
2431 * automatic TSF updates happened.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002432 */
Johannes Berg05c914f2008-09-11 00:01:58 +02002433 if (sc->opmode == NL80211_IFTYPE_ADHOC) {
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002434 /* XXX: only if VEOL suppported */
2435 u64 tsf = ath5k_hw_get_tsf64(ah);
2436 sc->nexttbtt += sc->bintval;
2437 ATH5K_DBG(sc, ATH5K_DEBUG_BEACON,
David Miller04f93a82008-02-15 16:08:59 -08002438 "SWBA nexttbtt: %x hw_tu: %x "
2439 "TSF: %llx\n",
2440 sc->nexttbtt,
2441 TSF_TO_TU(tsf),
2442 (unsigned long long) tsf);
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002443 } else {
Jiri Slaby00482972008-08-18 21:45:27 +02002444 spin_lock(&sc->block);
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002445 ath5k_beacon_send(sc);
Jiri Slaby00482972008-08-18 21:45:27 +02002446 spin_unlock(&sc->block);
Bruno Randolf036cd1e2008-01-19 18:18:21 +09002447 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002448 }
2449 if (status & AR5K_INT_RXEOL) {
2450 /*
2451 * NB: the hardware should re-read the link when
2452 * RXE bit is written, but it doesn't work at
2453 * least on older hardware revs.
2454 */
2455 sc->rxlink = NULL;
2456 }
2457 if (status & AR5K_INT_TXURN) {
2458 /* bump tx trigger level */
2459 ath5k_hw_update_tx_triglevel(ah, true);
2460 }
Nick Kossifidis4c674c62008-10-26 20:40:25 +02002461 if (status & (AR5K_INT_RXOK | AR5K_INT_RXERR))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002462 tasklet_schedule(&sc->rxtq);
Nick Kossifidis4c674c62008-10-26 20:40:25 +02002463 if (status & (AR5K_INT_TXOK | AR5K_INT_TXDESC
2464 | AR5K_INT_TXERR | AR5K_INT_TXEOL))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002465 tasklet_schedule(&sc->txtq);
2466 if (status & AR5K_INT_BMISS) {
2467 }
2468 if (status & AR5K_INT_MIB) {
Nick Kossifidis194828a2008-04-16 18:49:02 +03002469 /*
2470 * These stats are also used for ANI i think
2471 * so how about updating them more often ?
2472 */
2473 ath5k_hw_update_mib_counters(ah, &sc->ll_stats);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002474 }
2475 }
2476 } while (ath5k_hw_is_intr_pending(ah) && counter-- > 0);
2477
2478 if (unlikely(!counter))
2479 ATH5K_WARN(sc, "too many interrupts, giving up for now\n");
2480
2481 return IRQ_HANDLED;
2482}
2483
2484static void
2485ath5k_tasklet_reset(unsigned long data)
2486{
2487 struct ath5k_softc *sc = (void *)data;
2488
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002489 ath5k_reset_wake(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002490}
2491
2492/*
2493 * Periodically recalibrate the PHY to account
2494 * for temperature/environment changes.
2495 */
2496static void
2497ath5k_calibrate(unsigned long data)
2498{
2499 struct ath5k_softc *sc = (void *)data;
2500 struct ath5k_hw *ah = sc->ah;
2501
2502 ATH5K_DBG(sc, ATH5K_DEBUG_CALIBRATE, "channel %u/%x\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05002503 ieee80211_frequency_to_channel(sc->curchan->center_freq),
2504 sc->curchan->hw_value);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002505
2506 if (ath5k_hw_get_rf_gain(ah) == AR5K_RFGAIN_NEED_CHANGE) {
2507 /*
2508 * Rfgain is out of bounds, reset the chip
2509 * to load new gain values.
2510 */
2511 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "calibration, resetting\n");
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002512 ath5k_reset_wake(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002513 }
2514 if (ath5k_hw_phy_calibrate(ah, sc->curchan))
2515 ATH5K_ERR(sc, "calibration of channel %u failed\n",
Luis R. Rodriguez400ec452008-02-03 21:51:49 -05002516 ieee80211_frequency_to_channel(
2517 sc->curchan->center_freq));
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002518
2519 mod_timer(&sc->calib_tim, round_jiffies(jiffies +
2520 msecs_to_jiffies(ath5k_calinterval * 1000)));
2521}
2522
2523
2524
2525/***************\
2526* LED functions *
2527\***************/
2528
2529static void
Bob Copeland3a078872008-06-25 22:35:28 -04002530ath5k_led_enable(struct ath5k_softc *sc)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002531{
Bob Copeland3a078872008-06-25 22:35:28 -04002532 if (test_bit(ATH_STAT_LEDSOFT, sc->status)) {
2533 ath5k_hw_set_gpio_output(sc->ah, sc->led_pin);
2534 ath5k_led_off(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002535 }
2536}
2537
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002538static void
Bob Copeland3a078872008-06-25 22:35:28 -04002539ath5k_led_on(struct ath5k_softc *sc)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002540{
Bob Copeland3a078872008-06-25 22:35:28 -04002541 if (!test_bit(ATH_STAT_LEDSOFT, sc->status))
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002542 return;
Bob Copeland3a078872008-06-25 22:35:28 -04002543 ath5k_hw_set_gpio(sc->ah, sc->led_pin, sc->led_on);
2544}
2545
2546static void
2547ath5k_led_off(struct ath5k_softc *sc)
2548{
2549 if (!test_bit(ATH_STAT_LEDSOFT, sc->status))
2550 return;
2551 ath5k_hw_set_gpio(sc->ah, sc->led_pin, !sc->led_on);
2552}
2553
2554static void
2555ath5k_led_brightness_set(struct led_classdev *led_dev,
2556 enum led_brightness brightness)
2557{
2558 struct ath5k_led *led = container_of(led_dev, struct ath5k_led,
2559 led_dev);
2560
2561 if (brightness == LED_OFF)
2562 ath5k_led_off(led->sc);
2563 else
2564 ath5k_led_on(led->sc);
2565}
2566
2567static int
2568ath5k_register_led(struct ath5k_softc *sc, struct ath5k_led *led,
2569 const char *name, char *trigger)
2570{
2571 int err;
2572
2573 led->sc = sc;
2574 strncpy(led->name, name, sizeof(led->name));
2575 led->led_dev.name = led->name;
2576 led->led_dev.default_trigger = trigger;
2577 led->led_dev.brightness_set = ath5k_led_brightness_set;
2578
2579 err = led_classdev_register(&sc->pdev->dev, &led->led_dev);
John Daiker0bbac082008-10-17 12:16:00 -07002580 if (err) {
Bob Copeland3a078872008-06-25 22:35:28 -04002581 ATH5K_WARN(sc, "could not register LED %s\n", name);
2582 led->sc = NULL;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002583 }
Bob Copeland3a078872008-06-25 22:35:28 -04002584 return err;
2585}
2586
2587static void
2588ath5k_unregister_led(struct ath5k_led *led)
2589{
2590 if (!led->sc)
2591 return;
2592 led_classdev_unregister(&led->led_dev);
2593 ath5k_led_off(led->sc);
2594 led->sc = NULL;
2595}
2596
2597static void
2598ath5k_unregister_leds(struct ath5k_softc *sc)
2599{
2600 ath5k_unregister_led(&sc->rx_led);
2601 ath5k_unregister_led(&sc->tx_led);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002602}
2603
2604
Bob Copeland3a078872008-06-25 22:35:28 -04002605static int
2606ath5k_init_leds(struct ath5k_softc *sc)
2607{
2608 int ret = 0;
2609 struct ieee80211_hw *hw = sc->hw;
2610 struct pci_dev *pdev = sc->pdev;
2611 char name[ATH5K_LED_MAX_NAME_LEN + 1];
2612
Bob Copeland3a078872008-06-25 22:35:28 -04002613 /*
2614 * Auto-enable soft led processing for IBM cards and for
2615 * 5211 minipci cards.
2616 */
2617 if (pdev->device == PCI_DEVICE_ID_ATHEROS_AR5212_IBM ||
2618 pdev->device == PCI_DEVICE_ID_ATHEROS_AR5211) {
2619 __set_bit(ATH_STAT_LEDSOFT, sc->status);
2620 sc->led_pin = 0;
Bob Copeland734b5aa2008-07-15 13:07:16 -04002621 sc->led_on = 0; /* active low */
Bob Copeland3a078872008-06-25 22:35:28 -04002622 }
2623 /* Enable softled on PIN1 on HP Compaq nc6xx, nc4000 & nx5000 laptops */
2624 if (pdev->subsystem_vendor == PCI_VENDOR_ID_COMPAQ) {
2625 __set_bit(ATH_STAT_LEDSOFT, sc->status);
2626 sc->led_pin = 1;
Bob Copeland734b5aa2008-07-15 13:07:16 -04002627 sc->led_on = 1; /* active high */
Bob Copeland3a078872008-06-25 22:35:28 -04002628 }
Bob Copeland63649b62009-01-01 15:01:44 -05002629 /* Pin 3 on Foxconn chips used in Acer Aspire One (0x105b:e008) */
2630 if (pdev->subsystem_vendor == PCI_VENDOR_ID_FOXCONN) {
2631 __set_bit(ATH_STAT_LEDSOFT, sc->status);
2632 sc->led_pin = 3;
2633 sc->led_on = 0; /* active low */
2634 }
2635
Bob Copeland3a078872008-06-25 22:35:28 -04002636 if (!test_bit(ATH_STAT_LEDSOFT, sc->status))
2637 goto out;
2638
2639 ath5k_led_enable(sc);
2640
2641 snprintf(name, sizeof(name), "ath5k-%s::rx", wiphy_name(hw->wiphy));
2642 ret = ath5k_register_led(sc, &sc->rx_led, name,
2643 ieee80211_get_rx_led_name(hw));
2644 if (ret)
2645 goto out;
2646
2647 snprintf(name, sizeof(name), "ath5k-%s::tx", wiphy_name(hw->wiphy));
2648 ret = ath5k_register_led(sc, &sc->tx_led, name,
2649 ieee80211_get_tx_led_name(hw));
2650out:
2651 return ret;
2652}
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002653
2654
2655/********************\
2656* Mac80211 functions *
2657\********************/
2658
2659static int
Johannes Berge039fa42008-05-15 12:55:29 +02002660ath5k_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002661{
2662 struct ath5k_softc *sc = hw->priv;
2663 struct ath5k_buf *bf;
2664 unsigned long flags;
2665 int hdrlen;
Benoit PAPILLAULT0fe45b12008-12-12 15:29:58 +01002666 int padsize;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002667
2668 ath5k_debug_dump_skb(sc, skb, "TX ", 1);
2669
Johannes Berg05c914f2008-09-11 00:01:58 +02002670 if (sc->opmode == NL80211_IFTYPE_MONITOR)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002671 ATH5K_DBG(sc, ATH5K_DEBUG_XMIT, "tx in monitor (scan?)\n");
2672
2673 /*
2674 * the hardware expects the header padded to 4 byte boundaries
2675 * if this is not the case we add the padding after the header
2676 */
2677 hdrlen = ieee80211_get_hdrlen_from_skb(skb);
Bob Copelandfd6effc2008-12-18 23:23:05 -05002678 padsize = ath5k_pad_size(hdrlen);
2679 if (padsize) {
Benoit PAPILLAULT0fe45b12008-12-12 15:29:58 +01002680
2681 if (skb_headroom(skb) < padsize) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002682 ATH5K_ERR(sc, "tx hdrlen not %%4: %d not enough"
Benoit PAPILLAULT0fe45b12008-12-12 15:29:58 +01002683 " headroom to pad %d\n", hdrlen, padsize);
Bob Copeland71ef99c2009-01-05 20:46:34 -05002684 return NETDEV_TX_BUSY;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002685 }
Benoit PAPILLAULT0fe45b12008-12-12 15:29:58 +01002686 skb_push(skb, padsize);
2687 memmove(skb->data, skb->data+padsize, hdrlen);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002688 }
2689
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002690 spin_lock_irqsave(&sc->txbuflock, flags);
2691 if (list_empty(&sc->txbuf)) {
2692 ATH5K_ERR(sc, "no further txbuf available, dropping packet\n");
2693 spin_unlock_irqrestore(&sc->txbuflock, flags);
Johannes Berge2530082008-05-17 00:57:14 +02002694 ieee80211_stop_queue(hw, skb_get_queue_mapping(skb));
Bob Copeland71ef99c2009-01-05 20:46:34 -05002695 return NETDEV_TX_BUSY;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002696 }
2697 bf = list_first_entry(&sc->txbuf, struct ath5k_buf, list);
2698 list_del(&bf->list);
2699 sc->txbuf_len--;
2700 if (list_empty(&sc->txbuf))
2701 ieee80211_stop_queues(hw);
2702 spin_unlock_irqrestore(&sc->txbuflock, flags);
2703
2704 bf->skb = skb;
2705
Johannes Berge039fa42008-05-15 12:55:29 +02002706 if (ath5k_txbuf_setup(sc, bf)) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002707 bf->skb = NULL;
2708 spin_lock_irqsave(&sc->txbuflock, flags);
2709 list_add_tail(&bf->list, &sc->txbuf);
2710 sc->txbuf_len++;
2711 spin_unlock_irqrestore(&sc->txbuflock, flags);
2712 dev_kfree_skb_any(skb);
Bob Copeland71ef99c2009-01-05 20:46:34 -05002713 return NETDEV_TX_OK;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002714 }
2715
Bob Copeland71ef99c2009-01-05 20:46:34 -05002716 return NETDEV_TX_OK;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002717}
2718
2719static int
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002720ath5k_reset(struct ath5k_softc *sc, bool stop, bool change_channel)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002721{
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002722 struct ath5k_hw *ah = sc->ah;
2723 int ret;
2724
2725 ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "resetting\n");
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002726
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002727 if (stop) {
Nick Kossifidisc6e387a2008-08-29 22:45:39 +03002728 ath5k_hw_set_imr(ah, 0);
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002729 ath5k_txq_cleanup(sc);
2730 ath5k_rx_stop(sc);
2731 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002732 ret = ath5k_hw_reset(ah, sc->opmode, sc->curchan, true);
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002733 if (ret) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002734 ATH5K_ERR(sc, "can't reset hardware (%d)\n", ret);
2735 goto err;
2736 }
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002737
2738 /*
2739 * This is needed only to setup initial state
2740 * but it's best done after a reset.
2741 */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002742 ath5k_hw_set_txpower_limit(sc->ah, 0);
2743
2744 ret = ath5k_rx_start(sc);
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002745 if (ret) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002746 ATH5K_ERR(sc, "can't start recv logic\n");
2747 goto err;
2748 }
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002749
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002750 /*
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002751 * Change channels and update the h/w rate map if we're switching;
2752 * e.g. 11a to 11b/g.
2753 *
2754 * We may be doing a reset in response to an ioctl that changes the
2755 * channel so update any state that might change as a result.
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002756 *
2757 * XXX needed?
2758 */
2759/* ath5k_chan_change(sc, c); */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002760
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002761 ath5k_beacon_config(sc);
2762 /* intrs are enabled by ath5k_beacon_config */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002763
2764 return 0;
2765err:
2766 return ret;
2767}
2768
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002769static int
2770ath5k_reset_wake(struct ath5k_softc *sc)
2771{
2772 int ret;
2773
2774 ret = ath5k_reset(sc, true, true);
2775 if (!ret)
2776 ieee80211_wake_queues(sc->hw);
2777
2778 return ret;
2779}
2780
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002781static int ath5k_start(struct ieee80211_hw *hw)
2782{
Bob Copelandbb2beca2009-01-19 11:20:54 -05002783 return ath5k_init(hw->priv);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002784}
2785
2786static void ath5k_stop(struct ieee80211_hw *hw)
2787{
Bob Copelandbb2beca2009-01-19 11:20:54 -05002788 ath5k_stop_hw(hw->priv);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002789}
2790
2791static int ath5k_add_interface(struct ieee80211_hw *hw,
2792 struct ieee80211_if_init_conf *conf)
2793{
2794 struct ath5k_softc *sc = hw->priv;
2795 int ret;
2796
2797 mutex_lock(&sc->lock);
Johannes Berg32bfd352007-12-19 01:31:26 +01002798 if (sc->vif) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002799 ret = 0;
2800 goto end;
2801 }
2802
Johannes Berg32bfd352007-12-19 01:31:26 +01002803 sc->vif = conf->vif;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002804
2805 switch (conf->type) {
Jiri Slabyda966bc2008-10-12 22:54:10 +02002806 case NL80211_IFTYPE_AP:
Johannes Berg05c914f2008-09-11 00:01:58 +02002807 case NL80211_IFTYPE_STATION:
2808 case NL80211_IFTYPE_ADHOC:
Andrey Yurovskyb706e652008-10-13 18:23:07 -07002809 case NL80211_IFTYPE_MESH_POINT:
Johannes Berg05c914f2008-09-11 00:01:58 +02002810 case NL80211_IFTYPE_MONITOR:
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002811 sc->opmode = conf->type;
2812 break;
2813 default:
2814 ret = -EOPNOTSUPP;
2815 goto end;
2816 }
Jiri Slaby67d2e2d2008-08-18 21:45:28 +02002817
2818 /* Set to a reasonable value. Note that this will
2819 * be set to mac80211's value at ath5k_config(). */
2820 sc->bintval = 1000;
Bob Copeland0e149cf2008-11-17 23:40:38 -05002821 ath5k_hw_set_lladdr(sc->ah, conf->mac_addr);
Jiri Slaby67d2e2d2008-08-18 21:45:28 +02002822
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002823 ret = 0;
2824end:
2825 mutex_unlock(&sc->lock);
2826 return ret;
2827}
2828
2829static void
2830ath5k_remove_interface(struct ieee80211_hw *hw,
2831 struct ieee80211_if_init_conf *conf)
2832{
2833 struct ath5k_softc *sc = hw->priv;
Bob Copeland0e149cf2008-11-17 23:40:38 -05002834 u8 mac[ETH_ALEN] = {};
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002835
2836 mutex_lock(&sc->lock);
Johannes Berg32bfd352007-12-19 01:31:26 +01002837 if (sc->vif != conf->vif)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002838 goto end;
2839
Bob Copeland0e149cf2008-11-17 23:40:38 -05002840 ath5k_hw_set_lladdr(sc->ah, mac);
Johannes Berg32bfd352007-12-19 01:31:26 +01002841 sc->vif = NULL;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002842end:
2843 mutex_unlock(&sc->lock);
2844}
2845
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05002846/*
2847 * TODO: Phy disable/diversity etc
2848 */
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002849static int
Johannes Berge8975582008-10-09 12:18:51 +02002850ath5k_config(struct ieee80211_hw *hw, u32 changed)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002851{
2852 struct ath5k_softc *sc = hw->priv;
Johannes Berge8975582008-10-09 12:18:51 +02002853 struct ieee80211_conf *conf = &hw->conf;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002854
Bruno Randolfe535c1a2008-01-18 21:51:40 +09002855 sc->bintval = conf->beacon_int;
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05002856 sc->power_level = conf->power_level;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002857
Luis R. Rodriguezd8ee3982008-02-03 21:51:04 -05002858 return ath5k_chan_set(sc, conf->channel);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002859}
2860
2861static int
Johannes Berg32bfd352007-12-19 01:31:26 +01002862ath5k_config_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002863 struct ieee80211_if_conf *conf)
2864{
2865 struct ath5k_softc *sc = hw->priv;
2866 struct ath5k_hw *ah = sc->ah;
2867 int ret;
2868
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002869 mutex_lock(&sc->lock);
Johannes Berg32bfd352007-12-19 01:31:26 +01002870 if (sc->vif != vif) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002871 ret = -EIO;
2872 goto unlock;
2873 }
Jiri Slabyda966bc2008-10-12 22:54:10 +02002874 if (conf->changed & IEEE80211_IFCC_BSSID && conf->bssid) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002875 /* Cache for later use during resets */
2876 memcpy(ah->ah_bssid, conf->bssid, ETH_ALEN);
2877 /* XXX: assoc id is set to 0 for now, mac80211 doesn't have
2878 * a clean way of letting us retrieve this yet. */
2879 ath5k_hw_set_associd(ah, ah->ah_bssid, 0);
Jiri Slaby274c7c32008-07-15 17:44:20 +02002880 mmiowb();
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002881 }
Johannes Berg9d139c82008-07-09 14:40:37 +02002882 if (conf->changed & IEEE80211_IFCC_BEACON &&
Jiri Slabyda966bc2008-10-12 22:54:10 +02002883 (vif->type == NL80211_IFTYPE_ADHOC ||
Andrey Yurovskyb706e652008-10-13 18:23:07 -07002884 vif->type == NL80211_IFTYPE_MESH_POINT ||
Jiri Slabyda966bc2008-10-12 22:54:10 +02002885 vif->type == NL80211_IFTYPE_AP)) {
Johannes Berg9d139c82008-07-09 14:40:37 +02002886 struct sk_buff *beacon = ieee80211_beacon_get(hw, vif);
2887 if (!beacon) {
2888 ret = -ENOMEM;
2889 goto unlock;
2890 }
Jiri Slabyda966bc2008-10-12 22:54:10 +02002891 ath5k_beacon_update(sc, beacon);
Johannes Berg9d139c82008-07-09 14:40:37 +02002892 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002893 mutex_unlock(&sc->lock);
2894
Jiri Slabyd7dc1002008-07-23 13:17:35 +02002895 return ath5k_reset_wake(sc);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002896unlock:
2897 mutex_unlock(&sc->lock);
2898 return ret;
2899}
2900
2901#define SUPPORTED_FIF_FLAGS \
2902 FIF_PROMISC_IN_BSS | FIF_ALLMULTI | FIF_FCSFAIL | \
2903 FIF_PLCPFAIL | FIF_CONTROL | FIF_OTHER_BSS | \
2904 FIF_BCN_PRBRESP_PROMISC
2905/*
2906 * o always accept unicast, broadcast, and multicast traffic
2907 * o multicast traffic for all BSSIDs will be enabled if mac80211
2908 * says it should be
2909 * o maintain current state of phy ofdm or phy cck error reception.
2910 * If the hardware detects any of these type of errors then
2911 * ath5k_hw_get_rx_filter() will pass to us the respective
2912 * hardware filters to be able to receive these type of frames.
2913 * o probe request frames are accepted only when operating in
2914 * hostap, adhoc, or monitor modes
2915 * o enable promiscuous mode according to the interface state
2916 * o accept beacons:
2917 * - when operating in adhoc mode so the 802.11 layer creates
2918 * node table entries for peers,
2919 * - when operating in station mode for collecting rssi data when
2920 * the station is otherwise quiet, or
2921 * - when scanning
2922 */
2923static void ath5k_configure_filter(struct ieee80211_hw *hw,
2924 unsigned int changed_flags,
2925 unsigned int *new_flags,
2926 int mc_count, struct dev_mc_list *mclist)
2927{
2928 struct ath5k_softc *sc = hw->priv;
2929 struct ath5k_hw *ah = sc->ah;
2930 u32 mfilt[2], val, rfilt;
2931 u8 pos;
2932 int i;
2933
2934 mfilt[0] = 0;
2935 mfilt[1] = 0;
2936
2937 /* Only deal with supported flags */
2938 changed_flags &= SUPPORTED_FIF_FLAGS;
2939 *new_flags &= SUPPORTED_FIF_FLAGS;
2940
2941 /* If HW detects any phy or radar errors, leave those filters on.
2942 * Also, always enable Unicast, Broadcasts and Multicast
2943 * XXX: move unicast, bssid broadcasts and multicast to mac80211 */
2944 rfilt = (ath5k_hw_get_rx_filter(ah) & (AR5K_RX_FILTER_PHYERR)) |
2945 (AR5K_RX_FILTER_UCAST | AR5K_RX_FILTER_BCAST |
2946 AR5K_RX_FILTER_MCAST);
2947
2948 if (changed_flags & (FIF_PROMISC_IN_BSS | FIF_OTHER_BSS)) {
2949 if (*new_flags & FIF_PROMISC_IN_BSS) {
2950 rfilt |= AR5K_RX_FILTER_PROM;
2951 __set_bit(ATH_STAT_PROMISC, sc->status);
John Daiker0bbac082008-10-17 12:16:00 -07002952 } else {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002953 __clear_bit(ATH_STAT_PROMISC, sc->status);
John Daiker0bbac082008-10-17 12:16:00 -07002954 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002955 }
2956
2957 /* Note, AR5K_RX_FILTER_MCAST is already enabled */
2958 if (*new_flags & FIF_ALLMULTI) {
2959 mfilt[0] = ~0;
2960 mfilt[1] = ~0;
2961 } else {
2962 for (i = 0; i < mc_count; i++) {
2963 if (!mclist)
2964 break;
2965 /* calculate XOR of eight 6-bit values */
Harvey Harrison533dd1b2008-04-29 01:03:36 -07002966 val = get_unaligned_le32(mclist->dmi_addr + 0);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002967 pos = (val >> 18) ^ (val >> 12) ^ (val >> 6) ^ val;
Harvey Harrison533dd1b2008-04-29 01:03:36 -07002968 val = get_unaligned_le32(mclist->dmi_addr + 3);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02002969 pos ^= (val >> 18) ^ (val >> 12) ^ (val >> 6) ^ val;
2970 pos &= 0x3f;
2971 mfilt[pos / 32] |= (1 << (pos % 32));
2972 /* XXX: we might be able to just do this instead,
2973 * but not sure, needs testing, if we do use this we'd
2974 * neet to inform below to not reset the mcast */
2975 /* ath5k_hw_set_mcast_filterindex(ah,
2976 * mclist->dmi_addr[5]); */
2977 mclist = mclist->next;
2978 }
2979 }
2980
2981 /* This is the best we can do */
2982 if (*new_flags & (FIF_FCSFAIL | FIF_PLCPFAIL))
2983 rfilt |= AR5K_RX_FILTER_PHYERR;
2984
2985 /* FIF_BCN_PRBRESP_PROMISC really means to enable beacons
2986 * and probes for any BSSID, this needs testing */
2987 if (*new_flags & FIF_BCN_PRBRESP_PROMISC)
2988 rfilt |= AR5K_RX_FILTER_BEACON | AR5K_RX_FILTER_PROBEREQ;
2989
2990 /* FIF_CONTROL doc says that if FIF_PROMISC_IN_BSS is not
2991 * set we should only pass on control frames for this
2992 * station. This needs testing. I believe right now this
2993 * enables *all* control frames, which is OK.. but
2994 * but we should see if we can improve on granularity */
2995 if (*new_flags & FIF_CONTROL)
2996 rfilt |= AR5K_RX_FILTER_CONTROL;
2997
2998 /* Additional settings per mode -- this is per ath5k */
2999
3000 /* XXX move these to mac80211, and add a beacon IFF flag to mac80211 */
3001
Johannes Berg05c914f2008-09-11 00:01:58 +02003002 if (sc->opmode == NL80211_IFTYPE_MONITOR)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003003 rfilt |= AR5K_RX_FILTER_CONTROL | AR5K_RX_FILTER_BEACON |
3004 AR5K_RX_FILTER_PROBEREQ | AR5K_RX_FILTER_PROM;
Johannes Berg05c914f2008-09-11 00:01:58 +02003005 if (sc->opmode != NL80211_IFTYPE_STATION)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003006 rfilt |= AR5K_RX_FILTER_PROBEREQ;
Johannes Berg05c914f2008-09-11 00:01:58 +02003007 if (sc->opmode != NL80211_IFTYPE_AP &&
3008 sc->opmode != NL80211_IFTYPE_MESH_POINT &&
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003009 test_bit(ATH_STAT_PROMISC, sc->status))
3010 rfilt |= AR5K_RX_FILTER_PROM;
Martin Xu02969b32008-11-24 10:49:27 +08003011 if ((sc->opmode == NL80211_IFTYPE_STATION && sc->assoc) ||
Luis R. Rodriguez296bf2ae2008-11-03 14:43:00 -08003012 sc->opmode == NL80211_IFTYPE_ADHOC ||
3013 sc->opmode == NL80211_IFTYPE_AP)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003014 rfilt |= AR5K_RX_FILTER_BEACON;
Andrey Yurovskyb706e652008-10-13 18:23:07 -07003015 if (sc->opmode == NL80211_IFTYPE_MESH_POINT)
3016 rfilt |= AR5K_RX_FILTER_CONTROL | AR5K_RX_FILTER_BEACON |
3017 AR5K_RX_FILTER_PROBEREQ | AR5K_RX_FILTER_PROM;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003018
3019 /* Set filters */
John Daiker0bbac082008-10-17 12:16:00 -07003020 ath5k_hw_set_rx_filter(ah, rfilt);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003021
3022 /* Set multicast bits */
3023 ath5k_hw_set_mcast_filter(ah, mfilt[0], mfilt[1]);
3024 /* Set the cached hw filter flags, this will alter actually
3025 * be set in HW */
3026 sc->filter_flags = rfilt;
3027}
3028
3029static int
3030ath5k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
Johannes Bergdc822b52008-12-29 12:55:09 +01003031 struct ieee80211_vif *vif, struct ieee80211_sta *sta,
3032 struct ieee80211_key_conf *key)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003033{
3034 struct ath5k_softc *sc = hw->priv;
3035 int ret = 0;
3036
Bob Copeland9ad9a262008-10-29 08:30:54 -04003037 if (modparam_nohwcrypt)
3038 return -EOPNOTSUPP;
3039
John Daiker0bbac082008-10-17 12:16:00 -07003040 switch (key->alg) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003041 case ALG_WEP:
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003042 case ALG_TKIP:
Bob Copeland3f64b432008-10-29 23:19:14 -04003043 break;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003044 case ALG_CCMP:
3045 return -EOPNOTSUPP;
3046 default:
3047 WARN_ON(1);
3048 return -EINVAL;
3049 }
3050
3051 mutex_lock(&sc->lock);
3052
3053 switch (cmd) {
3054 case SET_KEY:
Johannes Bergdc822b52008-12-29 12:55:09 +01003055 ret = ath5k_hw_set_key(sc->ah, key->keyidx, key,
3056 sta ? sta->addr : NULL);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003057 if (ret) {
3058 ATH5K_ERR(sc, "can't set the key\n");
3059 goto unlock;
3060 }
3061 __set_bit(key->keyidx, sc->keymap);
3062 key->hw_key_idx = key->keyidx;
Bob Copeland3f64b432008-10-29 23:19:14 -04003063 key->flags |= (IEEE80211_KEY_FLAG_GENERATE_IV |
3064 IEEE80211_KEY_FLAG_GENERATE_MMIC);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003065 break;
3066 case DISABLE_KEY:
3067 ath5k_hw_reset_key(sc->ah, key->keyidx);
3068 __clear_bit(key->keyidx, sc->keymap);
3069 break;
3070 default:
3071 ret = -EINVAL;
3072 goto unlock;
3073 }
3074
3075unlock:
Jiri Slaby274c7c32008-07-15 17:44:20 +02003076 mmiowb();
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003077 mutex_unlock(&sc->lock);
3078 return ret;
3079}
3080
3081static int
3082ath5k_get_stats(struct ieee80211_hw *hw,
3083 struct ieee80211_low_level_stats *stats)
3084{
3085 struct ath5k_softc *sc = hw->priv;
Nick Kossifidis194828a2008-04-16 18:49:02 +03003086 struct ath5k_hw *ah = sc->ah;
3087
3088 /* Force update */
3089 ath5k_hw_update_mib_counters(ah, &sc->ll_stats);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003090
3091 memcpy(stats, &sc->ll_stats, sizeof(sc->ll_stats));
3092
3093 return 0;
3094}
3095
3096static int
3097ath5k_get_tx_stats(struct ieee80211_hw *hw,
3098 struct ieee80211_tx_queue_stats *stats)
3099{
3100 struct ath5k_softc *sc = hw->priv;
3101
3102 memcpy(stats, &sc->tx_stats, sizeof(sc->tx_stats));
3103
3104 return 0;
3105}
3106
3107static u64
3108ath5k_get_tsf(struct ieee80211_hw *hw)
3109{
3110 struct ath5k_softc *sc = hw->priv;
3111
3112 return ath5k_hw_get_tsf64(sc->ah);
3113}
3114
3115static void
Alina Friedrichsen3b5d6652009-01-24 07:09:59 +01003116ath5k_set_tsf(struct ieee80211_hw *hw, u64 tsf)
3117{
3118 struct ath5k_softc *sc = hw->priv;
3119
3120 ath5k_hw_set_tsf64(sc->ah, tsf);
3121}
3122
3123static void
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003124ath5k_reset_tsf(struct ieee80211_hw *hw)
3125{
3126 struct ath5k_softc *sc = hw->priv;
3127
Bruno Randolf9804b982008-01-19 18:17:59 +09003128 /*
3129 * in IBSS mode we need to update the beacon timers too.
3130 * this will also reset the TSF if we call it with 0
3131 */
Johannes Berg05c914f2008-09-11 00:01:58 +02003132 if (sc->opmode == NL80211_IFTYPE_ADHOC)
Bruno Randolf9804b982008-01-19 18:17:59 +09003133 ath5k_beacon_update_timers(sc, 0);
3134 else
3135 ath5k_hw_reset_tsf(sc->ah);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003136}
3137
3138static int
Jiri Slabyda966bc2008-10-12 22:54:10 +02003139ath5k_beacon_update(struct ath5k_softc *sc, struct sk_buff *skb)
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003140{
Jiri Slaby00482972008-08-18 21:45:27 +02003141 unsigned long flags;
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003142 int ret;
3143
3144 ath5k_debug_dump_skb(sc, skb, "BC ", 1);
3145
Jiri Slaby00482972008-08-18 21:45:27 +02003146 spin_lock_irqsave(&sc->block, flags);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003147 ath5k_txbuf_free(sc, sc->bbuf);
3148 sc->bbuf->skb = skb;
Johannes Berge039fa42008-05-15 12:55:29 +02003149 ret = ath5k_beacon_setup(sc, sc->bbuf);
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003150 if (ret)
3151 sc->bbuf->skb = NULL;
Jiri Slaby00482972008-08-18 21:45:27 +02003152 spin_unlock_irqrestore(&sc->block, flags);
3153 if (!ret) {
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003154 ath5k_beacon_config(sc);
Jiri Slaby274c7c32008-07-15 17:44:20 +02003155 mmiowb();
3156 }
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003157
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003158 return ret;
3159}
Martin Xu02969b32008-11-24 10:49:27 +08003160static void
3161set_beacon_filter(struct ieee80211_hw *hw, bool enable)
3162{
3163 struct ath5k_softc *sc = hw->priv;
3164 struct ath5k_hw *ah = sc->ah;
3165 u32 rfilt;
3166 rfilt = ath5k_hw_get_rx_filter(ah);
3167 if (enable)
3168 rfilt |= AR5K_RX_FILTER_BEACON;
3169 else
3170 rfilt &= ~AR5K_RX_FILTER_BEACON;
3171 ath5k_hw_set_rx_filter(ah, rfilt);
3172 sc->filter_flags = rfilt;
3173}
Jiri Slabyfa1c1142007-08-12 17:33:16 +02003174
Martin Xu02969b32008-11-24 10:49:27 +08003175static void ath5k_bss_info_changed(struct ieee80211_hw *hw,
3176 struct ieee80211_vif *vif,
3177 struct ieee80211_bss_conf *bss_conf,
3178 u32 changes)
3179{
3180 struct ath5k_softc *sc = hw->priv;
3181 if (changes & BSS_CHANGED_ASSOC) {
3182 mutex_lock(&sc->lock);
3183 sc->assoc = bss_conf->assoc;
3184 if (sc->opmode == NL80211_IFTYPE_STATION)
3185 set_beacon_filter(hw, sc->assoc);
3186 mutex_unlock(&sc->lock);
3187 }
3188}