blob: 90cfcb3983d1b683fa6cbc7e1c6e0c12c39d8863 [file] [log] [blame]
Sujith55624202010-01-08 10:36:02 +05301/*
Sujith Manoharan5b681382011-05-17 13:36:18 +05302 * Copyright (c) 2008-2011 Atheros Communications Inc.
Sujith55624202010-01-08 10:36:02 +05303 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16
Joe Perches516304b2012-03-18 17:30:52 -070017#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
18
Alexey Dobriyanb7f080c2011-06-16 11:01:34 +000019#include <linux/dma-mapping.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090020#include <linux/slab.h>
Felix Fietkau6fb1b1e2011-03-19 13:55:39 +010021#include <linux/ath9k_platform.h>
Paul Gortmaker9d9779e2011-07-03 15:21:01 -040022#include <linux/module.h>
Simon Wunderliche93d0832013-01-08 14:48:58 +010023#include <linux/relay.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090024
Sujith55624202010-01-08 10:36:02 +053025#include "ath9k.h"
26
Gabor Juhosab5c4f72012-12-10 15:30:28 +010027struct ath9k_eeprom_ctx {
28 struct completion complete;
29 struct ath_hw *ah;
30};
31
Sujith55624202010-01-08 10:36:02 +053032static char *dev_info = "ath9k";
33
34MODULE_AUTHOR("Atheros Communications");
35MODULE_DESCRIPTION("Support for Atheros 802.11n wireless LAN cards.");
36MODULE_SUPPORTED_DEVICE("Atheros 802.11n WLAN cards");
37MODULE_LICENSE("Dual BSD/GPL");
38
39static unsigned int ath9k_debug = ATH_DBG_DEFAULT;
40module_param_named(debug, ath9k_debug, uint, 0);
41MODULE_PARM_DESC(debug, "Debugging mask");
42
John W. Linville3e6109c2011-01-05 09:39:17 -050043int ath9k_modparam_nohwcrypt;
44module_param_named(nohwcrypt, ath9k_modparam_nohwcrypt, int, 0444);
Sujith55624202010-01-08 10:36:02 +053045MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption");
46
Vivek Natarajan93dbbcc2010-08-25 19:34:52 +053047int led_blink;
Vivek Natarajan9a75c2f2010-06-22 11:52:37 +053048module_param_named(blink, led_blink, int, 0444);
49MODULE_PARM_DESC(blink, "Enable LED blink on activity");
50
Vasanthakumar Thiagarajan8f5dcb12010-11-26 06:10:06 -080051static int ath9k_btcoex_enable;
52module_param_named(btcoex_enable, ath9k_btcoex_enable, int, 0444);
53MODULE_PARM_DESC(btcoex_enable, "Enable wifi-BT coexistence");
54
Sujith Manoharane09f2dc2012-09-16 08:06:56 +053055static int ath9k_enable_diversity;
56module_param_named(enable_diversity, ath9k_enable_diversity, int, 0444);
57MODULE_PARM_DESC(enable_diversity, "Enable Antenna diversity for AR9565");
58
Rajkumar Manoharand5847472010-12-20 14:39:51 +053059bool is_ath9k_unloaded;
Sujith55624202010-01-08 10:36:02 +053060/* We use the hw_value as an index into our private channel structure */
61
62#define CHAN2G(_freq, _idx) { \
Mohammed Shafi Shajakhanb1c1d002010-12-17 20:44:36 +053063 .band = IEEE80211_BAND_2GHZ, \
Sujith55624202010-01-08 10:36:02 +053064 .center_freq = (_freq), \
65 .hw_value = (_idx), \
66 .max_power = 20, \
67}
68
69#define CHAN5G(_freq, _idx) { \
70 .band = IEEE80211_BAND_5GHZ, \
71 .center_freq = (_freq), \
72 .hw_value = (_idx), \
73 .max_power = 20, \
74}
75
76/* Some 2 GHz radios are actually tunable on 2312-2732
77 * on 5 MHz steps, we support the channels which we know
78 * we have calibration data for all cards though to make
79 * this static */
Felix Fietkauf209f522010-10-01 01:06:53 +020080static const struct ieee80211_channel ath9k_2ghz_chantable[] = {
Sujith55624202010-01-08 10:36:02 +053081 CHAN2G(2412, 0), /* Channel 1 */
82 CHAN2G(2417, 1), /* Channel 2 */
83 CHAN2G(2422, 2), /* Channel 3 */
84 CHAN2G(2427, 3), /* Channel 4 */
85 CHAN2G(2432, 4), /* Channel 5 */
86 CHAN2G(2437, 5), /* Channel 6 */
87 CHAN2G(2442, 6), /* Channel 7 */
88 CHAN2G(2447, 7), /* Channel 8 */
89 CHAN2G(2452, 8), /* Channel 9 */
90 CHAN2G(2457, 9), /* Channel 10 */
91 CHAN2G(2462, 10), /* Channel 11 */
92 CHAN2G(2467, 11), /* Channel 12 */
93 CHAN2G(2472, 12), /* Channel 13 */
94 CHAN2G(2484, 13), /* Channel 14 */
95};
96
97/* Some 5 GHz radios are actually tunable on XXXX-YYYY
98 * on 5 MHz steps, we support the channels which we know
99 * we have calibration data for all cards though to make
100 * this static */
Felix Fietkauf209f522010-10-01 01:06:53 +0200101static const struct ieee80211_channel ath9k_5ghz_chantable[] = {
Sujith55624202010-01-08 10:36:02 +0530102 /* _We_ call this UNII 1 */
103 CHAN5G(5180, 14), /* Channel 36 */
104 CHAN5G(5200, 15), /* Channel 40 */
105 CHAN5G(5220, 16), /* Channel 44 */
106 CHAN5G(5240, 17), /* Channel 48 */
107 /* _We_ call this UNII 2 */
108 CHAN5G(5260, 18), /* Channel 52 */
109 CHAN5G(5280, 19), /* Channel 56 */
110 CHAN5G(5300, 20), /* Channel 60 */
111 CHAN5G(5320, 21), /* Channel 64 */
112 /* _We_ call this "Middle band" */
113 CHAN5G(5500, 22), /* Channel 100 */
114 CHAN5G(5520, 23), /* Channel 104 */
115 CHAN5G(5540, 24), /* Channel 108 */
116 CHAN5G(5560, 25), /* Channel 112 */
117 CHAN5G(5580, 26), /* Channel 116 */
118 CHAN5G(5600, 27), /* Channel 120 */
119 CHAN5G(5620, 28), /* Channel 124 */
120 CHAN5G(5640, 29), /* Channel 128 */
121 CHAN5G(5660, 30), /* Channel 132 */
122 CHAN5G(5680, 31), /* Channel 136 */
123 CHAN5G(5700, 32), /* Channel 140 */
124 /* _We_ call this UNII 3 */
125 CHAN5G(5745, 33), /* Channel 149 */
126 CHAN5G(5765, 34), /* Channel 153 */
127 CHAN5G(5785, 35), /* Channel 157 */
128 CHAN5G(5805, 36), /* Channel 161 */
129 CHAN5G(5825, 37), /* Channel 165 */
130};
131
132/* Atheros hardware rate code addition for short premble */
133#define SHPCHECK(__hw_rate, __flags) \
134 ((__flags & IEEE80211_RATE_SHORT_PREAMBLE) ? (__hw_rate | 0x04 ) : 0)
135
136#define RATE(_bitrate, _hw_rate, _flags) { \
137 .bitrate = (_bitrate), \
138 .flags = (_flags), \
139 .hw_value = (_hw_rate), \
140 .hw_value_short = (SHPCHECK(_hw_rate, _flags)) \
141}
142
143static struct ieee80211_rate ath9k_legacy_rates[] = {
144 RATE(10, 0x1b, 0),
145 RATE(20, 0x1a, IEEE80211_RATE_SHORT_PREAMBLE),
146 RATE(55, 0x19, IEEE80211_RATE_SHORT_PREAMBLE),
147 RATE(110, 0x18, IEEE80211_RATE_SHORT_PREAMBLE),
148 RATE(60, 0x0b, 0),
149 RATE(90, 0x0f, 0),
150 RATE(120, 0x0a, 0),
151 RATE(180, 0x0e, 0),
152 RATE(240, 0x09, 0),
153 RATE(360, 0x0d, 0),
154 RATE(480, 0x08, 0),
155 RATE(540, 0x0c, 0),
156};
157
Felix Fietkau0cf55c22011-02-27 22:26:40 +0100158#ifdef CONFIG_MAC80211_LEDS
159static const struct ieee80211_tpt_blink ath9k_tpt_blink[] = {
160 { .throughput = 0 * 1024, .blink_time = 334 },
161 { .throughput = 1 * 1024, .blink_time = 260 },
162 { .throughput = 5 * 1024, .blink_time = 220 },
163 { .throughput = 10 * 1024, .blink_time = 190 },
164 { .throughput = 20 * 1024, .blink_time = 170 },
165 { .throughput = 50 * 1024, .blink_time = 150 },
166 { .throughput = 70 * 1024, .blink_time = 130 },
167 { .throughput = 100 * 1024, .blink_time = 110 },
168 { .throughput = 200 * 1024, .blink_time = 80 },
169 { .throughput = 300 * 1024, .blink_time = 50 },
170};
171#endif
172
Sujith285f2dd2010-01-08 10:36:07 +0530173static void ath9k_deinit_softc(struct ath_softc *sc);
Sujith55624202010-01-08 10:36:02 +0530174
175/*
176 * Read and write, they both share the same lock. We do this to serialize
177 * reads and writes on Atheros 802.11n PCI devices only. This is required
178 * as the FIFO on these devices can only accept sanely 2 requests.
179 */
180
181static void ath9k_iowrite32(void *hw_priv, u32 val, u32 reg_offset)
182{
183 struct ath_hw *ah = (struct ath_hw *) hw_priv;
184 struct ath_common *common = ath9k_hw_common(ah);
185 struct ath_softc *sc = (struct ath_softc *) common->priv;
186
Felix Fietkauf3eef642012-03-14 16:40:25 +0100187 if (NR_CPUS > 1 && ah->config.serialize_regmode == SER_REG_MODE_ON) {
Sujith55624202010-01-08 10:36:02 +0530188 unsigned long flags;
189 spin_lock_irqsave(&sc->sc_serial_rw, flags);
190 iowrite32(val, sc->mem + reg_offset);
191 spin_unlock_irqrestore(&sc->sc_serial_rw, flags);
192 } else
193 iowrite32(val, sc->mem + reg_offset);
194}
195
196static unsigned int ath9k_ioread32(void *hw_priv, u32 reg_offset)
197{
198 struct ath_hw *ah = (struct ath_hw *) hw_priv;
199 struct ath_common *common = ath9k_hw_common(ah);
200 struct ath_softc *sc = (struct ath_softc *) common->priv;
201 u32 val;
202
Felix Fietkauf3eef642012-03-14 16:40:25 +0100203 if (NR_CPUS > 1 && ah->config.serialize_regmode == SER_REG_MODE_ON) {
Sujith55624202010-01-08 10:36:02 +0530204 unsigned long flags;
205 spin_lock_irqsave(&sc->sc_serial_rw, flags);
206 val = ioread32(sc->mem + reg_offset);
207 spin_unlock_irqrestore(&sc->sc_serial_rw, flags);
208 } else
209 val = ioread32(sc->mem + reg_offset);
210 return val;
211}
212
Rajkumar Manoharan5479de62011-07-17 11:43:02 +0530213static unsigned int __ath9k_reg_rmw(struct ath_softc *sc, u32 reg_offset,
214 u32 set, u32 clr)
215{
216 u32 val;
217
218 val = ioread32(sc->mem + reg_offset);
219 val &= ~clr;
220 val |= set;
221 iowrite32(val, sc->mem + reg_offset);
222
223 return val;
224}
225
Felix Fietkau845e03c2011-03-23 20:57:25 +0100226static unsigned int ath9k_reg_rmw(void *hw_priv, u32 reg_offset, u32 set, u32 clr)
227{
228 struct ath_hw *ah = (struct ath_hw *) hw_priv;
229 struct ath_common *common = ath9k_hw_common(ah);
230 struct ath_softc *sc = (struct ath_softc *) common->priv;
231 unsigned long uninitialized_var(flags);
232 u32 val;
233
Felix Fietkauf3eef642012-03-14 16:40:25 +0100234 if (NR_CPUS > 1 && ah->config.serialize_regmode == SER_REG_MODE_ON) {
Felix Fietkau845e03c2011-03-23 20:57:25 +0100235 spin_lock_irqsave(&sc->sc_serial_rw, flags);
Rajkumar Manoharan5479de62011-07-17 11:43:02 +0530236 val = __ath9k_reg_rmw(sc, reg_offset, set, clr);
Felix Fietkau845e03c2011-03-23 20:57:25 +0100237 spin_unlock_irqrestore(&sc->sc_serial_rw, flags);
Rajkumar Manoharan5479de62011-07-17 11:43:02 +0530238 } else
239 val = __ath9k_reg_rmw(sc, reg_offset, set, clr);
Felix Fietkau845e03c2011-03-23 20:57:25 +0100240
241 return val;
242}
243
Sujith55624202010-01-08 10:36:02 +0530244/**************************/
245/* Initialization */
246/**************************/
247
248static void setup_ht_cap(struct ath_softc *sc,
249 struct ieee80211_sta_ht_cap *ht_info)
250{
Felix Fietkau3bb065a2010-04-19 19:57:34 +0200251 struct ath_hw *ah = sc->sc_ah;
252 struct ath_common *common = ath9k_hw_common(ah);
Sujith55624202010-01-08 10:36:02 +0530253 u8 tx_streams, rx_streams;
Felix Fietkau3bb065a2010-04-19 19:57:34 +0200254 int i, max_streams;
Sujith55624202010-01-08 10:36:02 +0530255
256 ht_info->ht_supported = true;
257 ht_info->cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 |
258 IEEE80211_HT_CAP_SM_PS |
259 IEEE80211_HT_CAP_SGI_40 |
260 IEEE80211_HT_CAP_DSSSCCK40;
261
Luis R. Rodriguezb0a33442010-04-15 17:39:39 -0400262 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_LDPC)
263 ht_info->cap |= IEEE80211_HT_CAP_LDPC_CODING;
264
Vasanthakumar Thiagarajan6473d242010-05-13 18:42:38 -0700265 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_SGI_20)
266 ht_info->cap |= IEEE80211_HT_CAP_SGI_20;
267
Sujith55624202010-01-08 10:36:02 +0530268 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
269 ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8;
270
Sujith Manoharane41db612012-09-10 09:20:12 +0530271 if (AR_SREV_9330(ah) || AR_SREV_9485(ah) || AR_SREV_9565(ah))
Vasanthakumar Thiagarajan7f1c7a62010-12-06 04:27:41 -0800272 max_streams = 1;
Mohammed Shafi Shajakhane7104192011-12-01 18:14:01 +0530273 else if (AR_SREV_9462(ah))
274 max_streams = 2;
Vasanthakumar Thiagarajan7f1c7a62010-12-06 04:27:41 -0800275 else if (AR_SREV_9300_20_OR_LATER(ah))
Felix Fietkau3bb065a2010-04-19 19:57:34 +0200276 max_streams = 3;
277 else
278 max_streams = 2;
279
Felix Fietkau7a370812010-09-22 12:34:52 +0200280 if (AR_SREV_9280_20_OR_LATER(ah)) {
Felix Fietkau074a8c02010-04-19 19:57:36 +0200281 if (max_streams >= 2)
282 ht_info->cap |= IEEE80211_HT_CAP_TX_STBC;
283 ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT);
284 }
285
Sujith55624202010-01-08 10:36:02 +0530286 /* set up supported mcs set */
287 memset(&ht_info->mcs, 0, sizeof(ht_info->mcs));
Felix Fietkau82b2d332011-09-03 01:40:23 +0200288 tx_streams = ath9k_cmn_count_streams(ah->txchainmask, max_streams);
289 rx_streams = ath9k_cmn_count_streams(ah->rxchainmask, max_streams);
Felix Fietkau3bb065a2010-04-19 19:57:34 +0200290
Joe Perchesd2182b62011-12-15 14:55:53 -0800291 ath_dbg(common, CONFIG, "TX streams %d, RX streams: %d\n",
Joe Perches226afe62010-12-02 19:12:37 -0800292 tx_streams, rx_streams);
Sujith55624202010-01-08 10:36:02 +0530293
294 if (tx_streams != rx_streams) {
Sujith55624202010-01-08 10:36:02 +0530295 ht_info->mcs.tx_params |= IEEE80211_HT_MCS_TX_RX_DIFF;
296 ht_info->mcs.tx_params |= ((tx_streams - 1) <<
297 IEEE80211_HT_MCS_TX_MAX_STREAMS_SHIFT);
298 }
299
Felix Fietkau3bb065a2010-04-19 19:57:34 +0200300 for (i = 0; i < rx_streams; i++)
301 ht_info->mcs.rx_mask[i] = 0xff;
Sujith55624202010-01-08 10:36:02 +0530302
303 ht_info->mcs.tx_params |= IEEE80211_HT_MCS_TX_DEFINED;
304}
305
306static int ath9k_reg_notifier(struct wiphy *wiphy,
307 struct regulatory_request *request)
308{
309 struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy);
Felix Fietkau9ac586152011-01-24 19:23:18 +0100310 struct ath_softc *sc = hw->priv;
Rajkumar Manoharan687f5452011-12-08 23:59:25 +0530311 struct ath_hw *ah = sc->sc_ah;
312 struct ath_regulatory *reg = ath9k_hw_regulatory(ah);
313 int ret;
Sujith55624202010-01-08 10:36:02 +0530314
Rajkumar Manoharan687f5452011-12-08 23:59:25 +0530315 ret = ath_reg_notifier_apply(wiphy, request, reg);
316
317 /* Set tx power */
318 if (ah->curchan) {
319 sc->config.txpowlimit = 2 * ah->curchan->chan->max_power;
320 ath9k_ps_wakeup(sc);
321 ath9k_hw_set_txpowerlimit(ah, sc->config.txpowlimit, false);
322 sc->curtxpow = ath9k_hw_regulatory(ah)->power_limit;
323 ath9k_ps_restore(sc);
324 }
325
326 return ret;
Sujith55624202010-01-08 10:36:02 +0530327}
328
329/*
330 * This function will allocate both the DMA descriptor structure, and the
331 * buffers it contains. These are used to contain the descriptors used
332 * by the system.
333*/
334int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
335 struct list_head *head, const char *name,
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400336 int nbuf, int ndesc, bool is_tx)
Sujith55624202010-01-08 10:36:02 +0530337{
Sujith55624202010-01-08 10:36:02 +0530338 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400339 u8 *ds;
Sujith55624202010-01-08 10:36:02 +0530340 struct ath_buf *bf;
Felix Fietkaub81950b12012-12-12 13:14:22 +0100341 int i, bsize, desc_len;
Sujith55624202010-01-08 10:36:02 +0530342
Joe Perchesd2182b62011-12-15 14:55:53 -0800343 ath_dbg(common, CONFIG, "%s DMA: %u buffers %u desc/buf\n",
Joe Perches226afe62010-12-02 19:12:37 -0800344 name, nbuf, ndesc);
Sujith55624202010-01-08 10:36:02 +0530345
346 INIT_LIST_HEAD(head);
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400347
348 if (is_tx)
349 desc_len = sc->sc_ah->caps.tx_desc_len;
350 else
351 desc_len = sizeof(struct ath_desc);
352
Sujith55624202010-01-08 10:36:02 +0530353 /* ath_desc must be a multiple of DWORDs */
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400354 if ((desc_len % 4) != 0) {
Joe Perches38002762010-12-02 19:12:36 -0800355 ath_err(common, "ath_desc not DWORD aligned\n");
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400356 BUG_ON((desc_len % 4) != 0);
Felix Fietkaub81950b12012-12-12 13:14:22 +0100357 return -ENOMEM;
Sujith55624202010-01-08 10:36:02 +0530358 }
359
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400360 dd->dd_desc_len = desc_len * nbuf * ndesc;
Sujith55624202010-01-08 10:36:02 +0530361
362 /*
363 * Need additional DMA memory because we can't use
364 * descriptors that cross the 4K page boundary. Assume
365 * one skipped descriptor per 4K page.
366 */
367 if (!(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_4KB_SPLITTRANS)) {
368 u32 ndesc_skipped =
369 ATH_DESC_4KB_BOUND_NUM_SKIPPED(dd->dd_desc_len);
370 u32 dma_len;
371
372 while (ndesc_skipped) {
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400373 dma_len = ndesc_skipped * desc_len;
Sujith55624202010-01-08 10:36:02 +0530374 dd->dd_desc_len += dma_len;
375
376 ndesc_skipped = ATH_DESC_4KB_BOUND_NUM_SKIPPED(dma_len);
Joe Perchesee289b62010-05-17 22:47:34 -0700377 }
Sujith55624202010-01-08 10:36:02 +0530378 }
379
380 /* allocate descriptors */
Felix Fietkaub81950b12012-12-12 13:14:22 +0100381 dd->dd_desc = dmam_alloc_coherent(sc->dev, dd->dd_desc_len,
382 &dd->dd_desc_paddr, GFP_KERNEL);
383 if (!dd->dd_desc)
384 return -ENOMEM;
385
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400386 ds = (u8 *) dd->dd_desc;
Joe Perchesd2182b62011-12-15 14:55:53 -0800387 ath_dbg(common, CONFIG, "%s DMA map: %p (%u) -> %llx (%u)\n",
Joe Perches226afe62010-12-02 19:12:37 -0800388 name, ds, (u32) dd->dd_desc_len,
389 ito64(dd->dd_desc_paddr), /*XXX*/(u32) dd->dd_desc_len);
Sujith55624202010-01-08 10:36:02 +0530390
391 /* allocate buffers */
392 bsize = sizeof(struct ath_buf) * nbuf;
Felix Fietkaub81950b12012-12-12 13:14:22 +0100393 bf = devm_kzalloc(sc->dev, bsize, GFP_KERNEL);
394 if (!bf)
395 return -ENOMEM;
Sujith55624202010-01-08 10:36:02 +0530396
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400397 for (i = 0; i < nbuf; i++, bf++, ds += (desc_len * ndesc)) {
Sujith55624202010-01-08 10:36:02 +0530398 bf->bf_desc = ds;
399 bf->bf_daddr = DS2PHYS(dd, ds);
400
401 if (!(sc->sc_ah->caps.hw_caps &
402 ATH9K_HW_CAP_4KB_SPLITTRANS)) {
403 /*
404 * Skip descriptor addresses which can cause 4KB
405 * boundary crossing (addr + length) with a 32 dword
406 * descriptor fetch.
407 */
408 while (ATH_DESC_4KB_BOUND_CHECK(bf->bf_daddr)) {
409 BUG_ON((caddr_t) bf->bf_desc >=
410 ((caddr_t) dd->dd_desc +
411 dd->dd_desc_len));
412
Vasanthakumar Thiagarajan4adfcde2010-04-15 17:39:33 -0400413 ds += (desc_len * ndesc);
Sujith55624202010-01-08 10:36:02 +0530414 bf->bf_desc = ds;
415 bf->bf_daddr = DS2PHYS(dd, ds);
416 }
417 }
418 list_add_tail(&bf->list, head);
419 }
420 return 0;
Sujith55624202010-01-08 10:36:02 +0530421}
422
Sujith285f2dd2010-01-08 10:36:07 +0530423static int ath9k_init_queues(struct ath_softc *sc)
424{
Sujith285f2dd2010-01-08 10:36:07 +0530425 int i = 0;
Sujith55624202010-01-08 10:36:02 +0530426
Sujith285f2dd2010-01-08 10:36:07 +0530427 sc->beacon.beaconq = ath9k_hw_beaconq_setup(sc->sc_ah);
Sujith285f2dd2010-01-08 10:36:07 +0530428 sc->beacon.cabq = ath_txq_setup(sc, ATH9K_TX_QUEUE_CAB, 0);
Sujith55624202010-01-08 10:36:02 +0530429
Sujith285f2dd2010-01-08 10:36:07 +0530430 sc->config.cabqReadytime = ATH_CABQ_READY_TIME;
431 ath_cabq_update(sc);
432
Sujith Manoharanbea843c2012-11-21 18:13:10 +0530433 for (i = 0; i < IEEE80211_NUM_ACS; i++) {
Felix Fietkau066dae92010-11-07 14:59:39 +0100434 sc->tx.txq_map[i] = ath_txq_setup(sc, ATH9K_TX_QUEUE_DATA, i);
Ben Greear60f2d1d2011-01-09 23:11:52 -0800435 sc->tx.txq_map[i]->mac80211_qnum = i;
Felix Fietkau7702e782012-07-15 19:53:35 +0200436 sc->tx.txq_max_pending[i] = ATH_MAX_QDEPTH;
Ben Greear60f2d1d2011-01-09 23:11:52 -0800437 }
Sujith285f2dd2010-01-08 10:36:07 +0530438 return 0;
Sujith285f2dd2010-01-08 10:36:07 +0530439}
440
Felix Fietkauf209f522010-10-01 01:06:53 +0200441static int ath9k_init_channels_rates(struct ath_softc *sc)
Sujith285f2dd2010-01-08 10:36:07 +0530442{
Felix Fietkauf209f522010-10-01 01:06:53 +0200443 void *channels;
444
Felix Fietkaucac42202010-10-09 02:39:30 +0200445 BUILD_BUG_ON(ARRAY_SIZE(ath9k_2ghz_chantable) +
446 ARRAY_SIZE(ath9k_5ghz_chantable) !=
447 ATH9K_NUM_CHANNELS);
448
Felix Fietkaud4659912010-10-14 16:02:39 +0200449 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_2GHZ) {
Felix Fietkaub81950b12012-12-12 13:14:22 +0100450 channels = devm_kzalloc(sc->dev,
Felix Fietkauf209f522010-10-01 01:06:53 +0200451 sizeof(ath9k_2ghz_chantable), GFP_KERNEL);
452 if (!channels)
453 return -ENOMEM;
454
Felix Fietkaub81950b12012-12-12 13:14:22 +0100455 memcpy(channels, ath9k_2ghz_chantable,
456 sizeof(ath9k_2ghz_chantable));
Felix Fietkauf209f522010-10-01 01:06:53 +0200457 sc->sbands[IEEE80211_BAND_2GHZ].channels = channels;
Sujith55624202010-01-08 10:36:02 +0530458 sc->sbands[IEEE80211_BAND_2GHZ].band = IEEE80211_BAND_2GHZ;
459 sc->sbands[IEEE80211_BAND_2GHZ].n_channels =
460 ARRAY_SIZE(ath9k_2ghz_chantable);
461 sc->sbands[IEEE80211_BAND_2GHZ].bitrates = ath9k_legacy_rates;
462 sc->sbands[IEEE80211_BAND_2GHZ].n_bitrates =
463 ARRAY_SIZE(ath9k_legacy_rates);
464 }
465
Felix Fietkaud4659912010-10-14 16:02:39 +0200466 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ) {
Felix Fietkaub81950b12012-12-12 13:14:22 +0100467 channels = devm_kzalloc(sc->dev,
Felix Fietkauf209f522010-10-01 01:06:53 +0200468 sizeof(ath9k_5ghz_chantable), GFP_KERNEL);
Felix Fietkaub81950b12012-12-12 13:14:22 +0100469 if (!channels)
Felix Fietkauf209f522010-10-01 01:06:53 +0200470 return -ENOMEM;
Felix Fietkauf209f522010-10-01 01:06:53 +0200471
Felix Fietkaub81950b12012-12-12 13:14:22 +0100472 memcpy(channels, ath9k_5ghz_chantable,
473 sizeof(ath9k_5ghz_chantable));
Felix Fietkauf209f522010-10-01 01:06:53 +0200474 sc->sbands[IEEE80211_BAND_5GHZ].channels = channels;
Sujith55624202010-01-08 10:36:02 +0530475 sc->sbands[IEEE80211_BAND_5GHZ].band = IEEE80211_BAND_5GHZ;
476 sc->sbands[IEEE80211_BAND_5GHZ].n_channels =
477 ARRAY_SIZE(ath9k_5ghz_chantable);
478 sc->sbands[IEEE80211_BAND_5GHZ].bitrates =
479 ath9k_legacy_rates + 4;
480 sc->sbands[IEEE80211_BAND_5GHZ].n_bitrates =
481 ARRAY_SIZE(ath9k_legacy_rates) - 4;
482 }
Felix Fietkauf209f522010-10-01 01:06:53 +0200483 return 0;
Sujith285f2dd2010-01-08 10:36:07 +0530484}
Sujith55624202010-01-08 10:36:02 +0530485
Sujith285f2dd2010-01-08 10:36:07 +0530486static void ath9k_init_misc(struct ath_softc *sc)
487{
488 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
489 int i = 0;
Sujith Manoharan3d4e20f2012-03-14 14:40:58 +0530490
Sujith285f2dd2010-01-08 10:36:07 +0530491 setup_timer(&common->ani.timer, ath_ani_calibrate, (unsigned long)sc);
492
Sujith Manoharanaaa1ec42012-06-04 16:27:08 +0530493 sc->last_rssi = ATH_RSSI_DUMMY_MARKER;
Sujith285f2dd2010-01-08 10:36:07 +0530494 sc->config.txpowlimit = ATH_TXPOWER_MAX;
Felix Fietkau364734f2010-09-14 20:22:44 +0200495 memcpy(common->bssidmask, ath_bcast_mac, ETH_ALEN);
Sujith285f2dd2010-01-08 10:36:07 +0530496 sc->beacon.slottime = ATH9K_SLOT_TIME_9;
497
Felix Fietkau7545daf2011-01-24 19:23:16 +0100498 for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++)
Sujith285f2dd2010-01-08 10:36:07 +0530499 sc->beacon.bslot[i] = NULL;
Vasanthakumar Thiagarajan102885a2010-09-02 01:34:43 -0700500
501 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB)
502 sc->ant_comb.count = ATH_ANT_DIV_COMB_INIT_COUNT;
Sujith285f2dd2010-01-08 10:36:07 +0530503}
504
Gabor Juhosab5c4f72012-12-10 15:30:28 +0100505static void ath9k_eeprom_request_cb(const struct firmware *eeprom_blob,
506 void *ctx)
507{
508 struct ath9k_eeprom_ctx *ec = ctx;
509
510 if (eeprom_blob)
511 ec->ah->eeprom_blob = eeprom_blob;
512
513 complete(&ec->complete);
514}
515
516static int ath9k_eeprom_request(struct ath_softc *sc, const char *name)
517{
518 struct ath9k_eeprom_ctx ec;
519 struct ath_hw *ah = ah = sc->sc_ah;
520 int err;
521
522 /* try to load the EEPROM content asynchronously */
523 init_completion(&ec.complete);
524 ec.ah = sc->sc_ah;
525
526 err = request_firmware_nowait(THIS_MODULE, 1, name, sc->dev, GFP_KERNEL,
527 &ec, ath9k_eeprom_request_cb);
528 if (err < 0) {
529 ath_err(ath9k_hw_common(ah),
530 "EEPROM request failed\n");
531 return err;
532 }
533
534 wait_for_completion(&ec.complete);
535
536 if (!ah->eeprom_blob) {
537 ath_err(ath9k_hw_common(ah),
538 "Unable to load EEPROM file %s\n", name);
539 return -EINVAL;
540 }
541
542 return 0;
543}
544
545static void ath9k_eeprom_release(struct ath_softc *sc)
546{
547 release_firmware(sc->sc_ah->eeprom_blob);
548}
549
Pavel Roskineb93e892011-07-23 03:55:39 -0400550static int ath9k_init_softc(u16 devid, struct ath_softc *sc,
Sujith285f2dd2010-01-08 10:36:07 +0530551 const struct ath_bus_ops *bus_ops)
552{
Felix Fietkau6fb1b1e2011-03-19 13:55:39 +0100553 struct ath9k_platform_data *pdata = sc->dev->platform_data;
Sujith285f2dd2010-01-08 10:36:07 +0530554 struct ath_hw *ah = NULL;
555 struct ath_common *common;
556 int ret = 0, i;
557 int csz = 0;
558
Felix Fietkaub81950b12012-12-12 13:14:22 +0100559 ah = devm_kzalloc(sc->dev, sizeof(struct ath_hw), GFP_KERNEL);
Sujith285f2dd2010-01-08 10:36:07 +0530560 if (!ah)
561 return -ENOMEM;
562
Felix Fietkauc1b976d2012-12-12 13:14:23 +0100563 ah->dev = sc->dev;
Ben Greear233536e2011-01-09 23:11:44 -0800564 ah->hw = sc->hw;
Sujith285f2dd2010-01-08 10:36:07 +0530565 ah->hw_version.devid = devid;
Felix Fietkauf9f84e92011-03-23 20:57:24 +0100566 ah->reg_ops.read = ath9k_ioread32;
567 ah->reg_ops.write = ath9k_iowrite32;
Felix Fietkau845e03c2011-03-23 20:57:25 +0100568 ah->reg_ops.rmw = ath9k_reg_rmw;
Rajkumar Manoharane8fe7332011-08-05 18:59:41 +0530569 atomic_set(&ah->intr_ref_cnt, -1);
Sujith285f2dd2010-01-08 10:36:07 +0530570 sc->sc_ah = ah;
571
Zefir Kurtisi8e92d3f2012-04-03 17:15:50 +0200572 sc->dfs_detector = dfs_pattern_detector_init(NL80211_DFS_UNSET);
573
Felix Fietkau6de66dd2011-03-19 13:55:40 +0100574 if (!pdata) {
Felix Fietkaua05b5d452010-11-17 04:25:33 +0100575 ah->ah_flags |= AH_USE_EEPROM;
Felix Fietkau6de66dd2011-03-19 13:55:40 +0100576 sc->sc_ah->led_pin = -1;
577 } else {
578 sc->sc_ah->gpio_mask = pdata->gpio_mask;
579 sc->sc_ah->gpio_val = pdata->gpio_val;
580 sc->sc_ah->led_pin = pdata->led_pin;
Vasanthakumar Thiagarajanf2f5f2a2011-04-19 19:29:01 +0530581 ah->is_clk_25mhz = pdata->is_clk_25mhz;
Gabor Juhos37625612011-06-21 11:23:23 +0200582 ah->get_mac_revision = pdata->get_mac_revision;
Gabor Juhos7d95847c2011-06-21 11:23:51 +0200583 ah->external_reset = pdata->external_reset;
Felix Fietkau6de66dd2011-03-19 13:55:40 +0100584 }
Felix Fietkaua05b5d452010-11-17 04:25:33 +0100585
Sujith285f2dd2010-01-08 10:36:07 +0530586 common = ath9k_hw_common(ah);
Felix Fietkauf9f84e92011-03-23 20:57:24 +0100587 common->ops = &ah->reg_ops;
Sujith285f2dd2010-01-08 10:36:07 +0530588 common->bus_ops = bus_ops;
589 common->ah = ah;
590 common->hw = sc->hw;
591 common->priv = sc;
592 common->debug_mask = ath9k_debug;
Vasanthakumar Thiagarajan8f5dcb12010-11-26 06:10:06 -0800593 common->btcoex_enabled = ath9k_btcoex_enable == 1;
Mohammed Shafi Shajakhan05c0be22011-05-26 10:56:15 +0530594 common->disable_ani = false;
Sujith Manoharane09f2dc2012-09-16 08:06:56 +0530595
596 /*
597 * Enable Antenna diversity only when BTCOEX is disabled
598 * and the user manually requests the feature.
599 */
600 if (!common->btcoex_enabled && ath9k_enable_diversity)
601 common->antenna_diversity = 1;
602
Ben Greear20b257442010-10-15 15:04:09 -0700603 spin_lock_init(&common->cc_lock);
Sujith285f2dd2010-01-08 10:36:07 +0530604
Sujith285f2dd2010-01-08 10:36:07 +0530605 spin_lock_init(&sc->sc_serial_rw);
606 spin_lock_init(&sc->sc_pm_lock);
607 mutex_init(&sc->mutex);
Felix Fietkau5baec742012-03-03 15:17:03 +0100608#ifdef CONFIG_ATH9K_MAC_DEBUG
609 spin_lock_init(&sc->debug.samp_lock);
610#endif
Sujith285f2dd2010-01-08 10:36:07 +0530611 tasklet_init(&sc->intr_tq, ath9k_tasklet, (unsigned long)sc);
Sujith Manoharanfb6e2522012-07-17 17:16:22 +0530612 tasklet_init(&sc->bcon_tasklet, ath9k_beacon_tasklet,
Sujith285f2dd2010-01-08 10:36:07 +0530613 (unsigned long)sc);
614
Sujith Manoharanaaa1ec42012-06-04 16:27:08 +0530615 INIT_WORK(&sc->hw_reset_work, ath_reset_work);
616 INIT_WORK(&sc->hw_check_work, ath_hw_check);
617 INIT_WORK(&sc->paprd_work, ath_paprd_calibrate);
618 INIT_DELAYED_WORK(&sc->hw_pll_work, ath_hw_pll_work);
619 setup_timer(&sc->rx_poll_timer, ath_rx_poll, (unsigned long)sc);
620
Sujith285f2dd2010-01-08 10:36:07 +0530621 /*
622 * Cache line size is used to size and align various
623 * structures used to communicate with the hardware.
624 */
625 ath_read_cachesize(common, &csz);
626 common->cachelsz = csz << 2; /* convert to bytes */
627
Gabor Juhos36b07d12012-12-11 00:06:41 +0100628 if (pdata && pdata->eeprom_name) {
Gabor Juhosab5c4f72012-12-10 15:30:28 +0100629 ret = ath9k_eeprom_request(sc, pdata->eeprom_name);
630 if (ret)
Felix Fietkaub81950b12012-12-12 13:14:22 +0100631 return ret;
Gabor Juhosab5c4f72012-12-10 15:30:28 +0100632 }
633
Luis R. Rodriguezd70357d2010-04-15 17:38:06 -0400634 /* Initializes the hardware for all supported chipsets */
Sujith285f2dd2010-01-08 10:36:07 +0530635 ret = ath9k_hw_init(ah);
Luis R. Rodriguezd70357d2010-04-15 17:38:06 -0400636 if (ret)
Sujith285f2dd2010-01-08 10:36:07 +0530637 goto err_hw;
Sujith285f2dd2010-01-08 10:36:07 +0530638
Felix Fietkau6fb1b1e2011-03-19 13:55:39 +0100639 if (pdata && pdata->macaddr)
640 memcpy(common->macaddr, pdata->macaddr, ETH_ALEN);
641
Sujith285f2dd2010-01-08 10:36:07 +0530642 ret = ath9k_init_queues(sc);
643 if (ret)
644 goto err_queues;
645
646 ret = ath9k_init_btcoex(sc);
647 if (ret)
648 goto err_btcoex;
649
Felix Fietkauf209f522010-10-01 01:06:53 +0200650 ret = ath9k_init_channels_rates(sc);
651 if (ret)
652 goto err_btcoex;
653
Rajkumar Manoharanf82b4bd2011-08-13 10:28:15 +0530654 ath9k_cmn_init_crypto(sc->sc_ah);
Sujith285f2dd2010-01-08 10:36:07 +0530655 ath9k_init_misc(sc);
Rajkumar Manoharan8f176a32012-09-12 18:59:23 +0530656 ath_fill_led_pin(sc);
Sujith285f2dd2010-01-08 10:36:07 +0530657
Sujith Manoharand09f5f42012-06-04 16:27:14 +0530658 if (common->bus_ops->aspm_init)
659 common->bus_ops->aspm_init(common);
660
Sujith55624202010-01-08 10:36:02 +0530661 return 0;
Sujith285f2dd2010-01-08 10:36:07 +0530662
663err_btcoex:
Sujith55624202010-01-08 10:36:02 +0530664 for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++)
665 if (ATH_TXQ_SETUP(sc, i))
666 ath_tx_cleanupq(sc, &sc->tx.txq[i]);
Sujith285f2dd2010-01-08 10:36:07 +0530667err_queues:
Sujith285f2dd2010-01-08 10:36:07 +0530668 ath9k_hw_deinit(ah);
669err_hw:
Gabor Juhosab5c4f72012-12-10 15:30:28 +0100670 ath9k_eeprom_release(sc);
Sujith285f2dd2010-01-08 10:36:07 +0530671 return ret;
Sujith55624202010-01-08 10:36:02 +0530672}
673
Felix Fietkaubabcbc22010-10-20 02:09:46 +0200674static void ath9k_init_band_txpower(struct ath_softc *sc, int band)
675{
676 struct ieee80211_supported_band *sband;
677 struct ieee80211_channel *chan;
678 struct ath_hw *ah = sc->sc_ah;
Felix Fietkaubabcbc22010-10-20 02:09:46 +0200679 int i;
680
681 sband = &sc->sbands[band];
682 for (i = 0; i < sband->n_channels; i++) {
683 chan = &sband->channels[i];
684 ah->curchan = &ah->channels[chan->hw_value];
685 ath9k_cmn_update_ichannel(ah->curchan, chan, NL80211_CHAN_HT20);
686 ath9k_hw_set_txpowerlimit(ah, MAX_RATE_POWER, true);
Felix Fietkaubabcbc22010-10-20 02:09:46 +0200687 }
688}
689
690static void ath9k_init_txpower_limits(struct ath_softc *sc)
691{
692 struct ath_hw *ah = sc->sc_ah;
693 struct ath9k_channel *curchan = ah->curchan;
694
695 if (ah->caps.hw_caps & ATH9K_HW_CAP_2GHZ)
696 ath9k_init_band_txpower(sc, IEEE80211_BAND_2GHZ);
697 if (ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)
698 ath9k_init_band_txpower(sc, IEEE80211_BAND_5GHZ);
699
700 ah->curchan = curchan;
701}
702
Felix Fietkau43c35282011-09-03 01:40:27 +0200703void ath9k_reload_chainmask_settings(struct ath_softc *sc)
704{
705 if (!(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_HT))
706 return;
707
708 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_2GHZ)
709 setup_ht_cap(sc, &sc->sbands[IEEE80211_BAND_2GHZ].ht_cap);
710 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)
711 setup_ht_cap(sc, &sc->sbands[IEEE80211_BAND_5GHZ].ht_cap);
712}
713
Felix Fietkau20c8e8d2012-04-17 02:40:07 +0200714static const struct ieee80211_iface_limit if_limits[] = {
715 { .max = 2048, .types = BIT(NL80211_IFTYPE_STATION) |
716 BIT(NL80211_IFTYPE_P2P_CLIENT) |
717 BIT(NL80211_IFTYPE_WDS) },
718 { .max = 8, .types =
719#ifdef CONFIG_MAC80211_MESH
720 BIT(NL80211_IFTYPE_MESH_POINT) |
721#endif
722 BIT(NL80211_IFTYPE_AP) |
723 BIT(NL80211_IFTYPE_P2P_GO) },
724};
725
726static const struct ieee80211_iface_combination if_comb = {
727 .limits = if_limits,
728 .n_limits = ARRAY_SIZE(if_limits),
729 .max_interfaces = 2048,
730 .num_different_channels = 1,
Mohammed Shafi Shajakhanaebc0d42012-10-08 21:30:54 +0530731 .beacon_int_infra_match = true,
Felix Fietkau20c8e8d2012-04-17 02:40:07 +0200732};
Felix Fietkau43c35282011-09-03 01:40:27 +0200733
Sujith285f2dd2010-01-08 10:36:07 +0530734void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
Sujith55624202010-01-08 10:36:02 +0530735{
Felix Fietkau43c35282011-09-03 01:40:27 +0200736 struct ath_hw *ah = sc->sc_ah;
737 struct ath_common *common = ath9k_hw_common(ah);
Sujith285f2dd2010-01-08 10:36:07 +0530738
Sujith55624202010-01-08 10:36:02 +0530739 hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
740 IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
741 IEEE80211_HW_SIGNAL_DBM |
Sujith55624202010-01-08 10:36:02 +0530742 IEEE80211_HW_SUPPORTS_PS |
743 IEEE80211_HW_PS_NULLFUNC_STACK |
Vivek Natarajan05df4982010-02-09 11:34:50 +0530744 IEEE80211_HW_SPECTRUM_MGMT |
Mohammed Shafi Shajakhanbd8027a2010-12-30 12:18:01 +0530745 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
Sujith55624202010-01-08 10:36:02 +0530746
Luis R. Rodriguez5ffaf8a2010-02-02 11:58:33 -0500747 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_HT)
748 hw->flags |= IEEE80211_HW_AMPDU_AGGREGATION;
749
John W. Linville3e6109c2011-01-05 09:39:17 -0500750 if (AR_SREV_9160_10_OR_LATER(sc->sc_ah) || ath9k_modparam_nohwcrypt)
Sujith55624202010-01-08 10:36:02 +0530751 hw->flags |= IEEE80211_HW_MFP_CAPABLE;
752
753 hw->wiphy->interface_modes =
Johannes Bergc426ee22010-11-26 11:38:04 +0100754 BIT(NL80211_IFTYPE_P2P_GO) |
755 BIT(NL80211_IFTYPE_P2P_CLIENT) |
Sujith55624202010-01-08 10:36:02 +0530756 BIT(NL80211_IFTYPE_AP) |
Bill Jordane51f3ef2010-10-01 11:20:39 -0400757 BIT(NL80211_IFTYPE_WDS) |
Sujith55624202010-01-08 10:36:02 +0530758 BIT(NL80211_IFTYPE_STATION) |
759 BIT(NL80211_IFTYPE_ADHOC) |
760 BIT(NL80211_IFTYPE_MESH_POINT);
761
Felix Fietkau20c8e8d2012-04-17 02:40:07 +0200762 hw->wiphy->iface_combinations = &if_comb;
763 hw->wiphy->n_iface_combinations = 1;
764
Luis R. Rodriguez008443d2010-09-16 15:12:36 -0400765 if (AR_SREV_5416(sc->sc_ah))
766 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
Sujith55624202010-01-08 10:36:02 +0530767
Jouni Malinencfdc9a82011-03-23 14:52:19 +0200768 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
Jouni Malinenfd656232011-10-27 17:31:50 +0300769 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
Johannes Berg81ddbb52012-03-26 18:47:18 +0200770 hw->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
Jouni Malinencfdc9a82011-03-23 14:52:19 +0200771
Mohammed Shafi Shajakhan9f11e162012-07-10 14:55:35 +0530772#ifdef CONFIG_PM_SLEEP
773
774 if ((ah->caps.hw_caps & ATH9K_HW_WOW_DEVICE_CAPABLE) &&
775 device_can_wakeup(sc->dev)) {
776
777 hw->wiphy->wowlan.flags = WIPHY_WOWLAN_MAGIC_PKT |
778 WIPHY_WOWLAN_DISCONNECT;
779 hw->wiphy->wowlan.n_patterns = MAX_NUM_USER_PATTERN;
780 hw->wiphy->wowlan.pattern_min_len = 1;
781 hw->wiphy->wowlan.pattern_max_len = MAX_PATTERN_SIZE;
782
783 }
784
785 atomic_set(&sc->wow_sleep_proc_intr, -1);
786 atomic_set(&sc->wow_got_bmiss_intr, -1);
787
788#endif
789
Sujith55624202010-01-08 10:36:02 +0530790 hw->queues = 4;
791 hw->max_rates = 4;
792 hw->channel_change_time = 5000;
Rajkumar Manoharan195ca3b2012-03-15 23:05:28 +0530793 hw->max_listen_interval = 1;
Felix Fietkau65896512010-01-24 03:26:11 +0100794 hw->max_rate_tries = 10;
Sujith55624202010-01-08 10:36:02 +0530795 hw->sta_data_size = sizeof(struct ath_node);
796 hw->vif_data_size = sizeof(struct ath_vif);
797
Felix Fietkau43c35282011-09-03 01:40:27 +0200798 hw->wiphy->available_antennas_rx = BIT(ah->caps.max_rxchains) - 1;
799 hw->wiphy->available_antennas_tx = BIT(ah->caps.max_txchains) - 1;
800
801 /* single chain devices with rx diversity */
802 if (ah->caps.hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB)
803 hw->wiphy->available_antennas_rx = BIT(0) | BIT(1);
804
805 sc->ant_rx = hw->wiphy->available_antennas_rx;
806 sc->ant_tx = hw->wiphy->available_antennas_tx;
807
Felix Fietkau6e5c2b42010-09-20 13:45:40 +0200808#ifdef CONFIG_ATH9K_RATE_CONTROL
Sujith55624202010-01-08 10:36:02 +0530809 hw->rate_control_algorithm = "ath9k_rate_control";
Felix Fietkau6e5c2b42010-09-20 13:45:40 +0200810#endif
Sujith55624202010-01-08 10:36:02 +0530811
Felix Fietkaud4659912010-10-14 16:02:39 +0200812 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_2GHZ)
Sujith55624202010-01-08 10:36:02 +0530813 hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
814 &sc->sbands[IEEE80211_BAND_2GHZ];
Felix Fietkaud4659912010-10-14 16:02:39 +0200815 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_5GHZ)
Sujith55624202010-01-08 10:36:02 +0530816 hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
817 &sc->sbands[IEEE80211_BAND_5GHZ];
Sujith285f2dd2010-01-08 10:36:07 +0530818
Felix Fietkau43c35282011-09-03 01:40:27 +0200819 ath9k_reload_chainmask_settings(sc);
Sujith285f2dd2010-01-08 10:36:07 +0530820
821 SET_IEEE80211_PERM_ADDR(hw, common->macaddr);
Sujith55624202010-01-08 10:36:02 +0530822}
823
Pavel Roskineb93e892011-07-23 03:55:39 -0400824int ath9k_init_device(u16 devid, struct ath_softc *sc,
Sujith55624202010-01-08 10:36:02 +0530825 const struct ath_bus_ops *bus_ops)
826{
827 struct ieee80211_hw *hw = sc->hw;
828 struct ath_common *common;
829 struct ath_hw *ah;
Sujith285f2dd2010-01-08 10:36:07 +0530830 int error = 0;
Sujith55624202010-01-08 10:36:02 +0530831 struct ath_regulatory *reg;
832
Sujith285f2dd2010-01-08 10:36:07 +0530833 /* Bring up device */
Pavel Roskineb93e892011-07-23 03:55:39 -0400834 error = ath9k_init_softc(devid, sc, bus_ops);
Felix Fietkaub81950b12012-12-12 13:14:22 +0100835 if (error)
836 return error;
Sujith55624202010-01-08 10:36:02 +0530837
838 ah = sc->sc_ah;
839 common = ath9k_hw_common(ah);
Sujith285f2dd2010-01-08 10:36:07 +0530840 ath9k_set_hw_capab(sc, hw);
Sujith55624202010-01-08 10:36:02 +0530841
Sujith285f2dd2010-01-08 10:36:07 +0530842 /* Initialize regulatory */
Sujith55624202010-01-08 10:36:02 +0530843 error = ath_regd_init(&common->regulatory, sc->hw->wiphy,
844 ath9k_reg_notifier);
845 if (error)
Felix Fietkaub81950b12012-12-12 13:14:22 +0100846 goto deinit;
Sujith55624202010-01-08 10:36:02 +0530847
848 reg = &common->regulatory;
849
Sujith285f2dd2010-01-08 10:36:07 +0530850 /* Setup TX DMA */
Sujith55624202010-01-08 10:36:02 +0530851 error = ath_tx_init(sc, ATH_TXBUF);
852 if (error != 0)
Felix Fietkaub81950b12012-12-12 13:14:22 +0100853 goto deinit;
Sujith55624202010-01-08 10:36:02 +0530854
Sujith285f2dd2010-01-08 10:36:07 +0530855 /* Setup RX DMA */
Sujith55624202010-01-08 10:36:02 +0530856 error = ath_rx_init(sc, ATH_RXBUF);
857 if (error != 0)
Felix Fietkaub81950b12012-12-12 13:14:22 +0100858 goto deinit;
Sujith285f2dd2010-01-08 10:36:07 +0530859
Felix Fietkaubabcbc22010-10-20 02:09:46 +0200860 ath9k_init_txpower_limits(sc);
861
Felix Fietkau0cf55c22011-02-27 22:26:40 +0100862#ifdef CONFIG_MAC80211_LEDS
863 /* must be initialized before ieee80211_register_hw */
864 sc->led_cdev.default_trigger = ieee80211_create_tpt_led_trigger(sc->hw,
865 IEEE80211_TPT_LEDTRIG_FL_RADIO, ath9k_tpt_blink,
866 ARRAY_SIZE(ath9k_tpt_blink));
867#endif
868
Sujith285f2dd2010-01-08 10:36:07 +0530869 /* Register with mac80211 */
870 error = ieee80211_register_hw(hw);
871 if (error)
Felix Fietkaub81950b12012-12-12 13:14:22 +0100872 goto rx_cleanup;
Sujith285f2dd2010-01-08 10:36:07 +0530873
Ben Greeareb272442010-11-29 14:13:22 -0800874 error = ath9k_init_debug(ah);
875 if (error) {
Joe Perches38002762010-12-02 19:12:36 -0800876 ath_err(common, "Unable to create debugfs files\n");
Felix Fietkaub81950b12012-12-12 13:14:22 +0100877 goto unregister;
Ben Greeareb272442010-11-29 14:13:22 -0800878 }
879
Sujith285f2dd2010-01-08 10:36:07 +0530880 /* Handle world regulatory */
881 if (!ath_is_world_regd(reg)) {
882 error = regulatory_hint(hw->wiphy, reg->alpha2);
883 if (error)
Felix Fietkaub81950b12012-12-12 13:14:22 +0100884 goto unregister;
Sujith285f2dd2010-01-08 10:36:07 +0530885 }
Sujith55624202010-01-08 10:36:02 +0530886
Sujith55624202010-01-08 10:36:02 +0530887 ath_init_leds(sc);
Sujith55624202010-01-08 10:36:02 +0530888 ath_start_rfkill_poll(sc);
889
890 return 0;
891
Felix Fietkaub81950b12012-12-12 13:14:22 +0100892unregister:
Sujith285f2dd2010-01-08 10:36:07 +0530893 ieee80211_unregister_hw(hw);
Felix Fietkaub81950b12012-12-12 13:14:22 +0100894rx_cleanup:
Sujith285f2dd2010-01-08 10:36:07 +0530895 ath_rx_cleanup(sc);
Felix Fietkaub81950b12012-12-12 13:14:22 +0100896deinit:
Sujith285f2dd2010-01-08 10:36:07 +0530897 ath9k_deinit_softc(sc);
Sujith55624202010-01-08 10:36:02 +0530898 return error;
899}
900
901/*****************************/
902/* De-Initialization */
903/*****************************/
904
Sujith285f2dd2010-01-08 10:36:07 +0530905static void ath9k_deinit_softc(struct ath_softc *sc)
Sujith55624202010-01-08 10:36:02 +0530906{
Sujith285f2dd2010-01-08 10:36:07 +0530907 int i = 0;
Sujith55624202010-01-08 10:36:02 +0530908
Sujith Manoharan59081202012-02-22 12:40:21 +0530909 ath9k_deinit_btcoex(sc);
Mohammed Shafi Shajakhan19686dd2011-11-30 10:41:28 +0530910
Sujith285f2dd2010-01-08 10:36:07 +0530911 for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++)
912 if (ATH_TXQ_SETUP(sc, i))
913 ath_tx_cleanupq(sc, &sc->tx.txq[i]);
914
Sujith285f2dd2010-01-08 10:36:07 +0530915 ath9k_hw_deinit(sc->sc_ah);
Zefir Kurtisi8e92d3f2012-04-03 17:15:50 +0200916 if (sc->dfs_detector != NULL)
917 sc->dfs_detector->exit(sc->dfs_detector);
Sujith285f2dd2010-01-08 10:36:07 +0530918
Gabor Juhosab5c4f72012-12-10 15:30:28 +0100919 ath9k_eeprom_release(sc);
Simon Wunderliche93d0832013-01-08 14:48:58 +0100920
921 if (sc->rfs_chan_spec_scan) {
922 relay_close(sc->rfs_chan_spec_scan);
923 sc->rfs_chan_spec_scan = NULL;
924 }
Sujith55624202010-01-08 10:36:02 +0530925}
926
Sujith285f2dd2010-01-08 10:36:07 +0530927void ath9k_deinit_device(struct ath_softc *sc)
Sujith55624202010-01-08 10:36:02 +0530928{
929 struct ieee80211_hw *hw = sc->hw;
Sujith55624202010-01-08 10:36:02 +0530930
931 ath9k_ps_wakeup(sc);
932
Sujith55624202010-01-08 10:36:02 +0530933 wiphy_rfkill_stop_polling(sc->hw->wiphy);
Sujith285f2dd2010-01-08 10:36:07 +0530934 ath_deinit_leds(sc);
Sujith55624202010-01-08 10:36:02 +0530935
Rajkumar Manoharanc7c18062011-01-27 18:39:38 +0530936 ath9k_ps_restore(sc);
937
Sujith55624202010-01-08 10:36:02 +0530938 ieee80211_unregister_hw(hw);
939 ath_rx_cleanup(sc);
Sujith285f2dd2010-01-08 10:36:07 +0530940 ath9k_deinit_softc(sc);
Sujith55624202010-01-08 10:36:02 +0530941}
942
Sujith55624202010-01-08 10:36:02 +0530943/************************/
944/* Module Hooks */
945/************************/
946
947static int __init ath9k_init(void)
948{
949 int error;
950
951 /* Register rate control algorithm */
952 error = ath_rate_control_register();
953 if (error != 0) {
Joe Perches516304b2012-03-18 17:30:52 -0700954 pr_err("Unable to register rate control algorithm: %d\n",
955 error);
Sujith55624202010-01-08 10:36:02 +0530956 goto err_out;
957 }
958
Sujith55624202010-01-08 10:36:02 +0530959 error = ath_pci_init();
960 if (error < 0) {
Joe Perches516304b2012-03-18 17:30:52 -0700961 pr_err("No PCI devices found, driver not installed\n");
Sujith55624202010-01-08 10:36:02 +0530962 error = -ENODEV;
Ben Greeareb272442010-11-29 14:13:22 -0800963 goto err_rate_unregister;
Sujith55624202010-01-08 10:36:02 +0530964 }
965
966 error = ath_ahb_init();
967 if (error < 0) {
968 error = -ENODEV;
969 goto err_pci_exit;
970 }
971
972 return 0;
973
974 err_pci_exit:
975 ath_pci_exit();
976
Sujith55624202010-01-08 10:36:02 +0530977 err_rate_unregister:
978 ath_rate_control_unregister();
979 err_out:
980 return error;
981}
982module_init(ath9k_init);
983
984static void __exit ath9k_exit(void)
985{
Rajkumar Manoharand5847472010-12-20 14:39:51 +0530986 is_ath9k_unloaded = true;
Sujith55624202010-01-08 10:36:02 +0530987 ath_ahb_exit();
988 ath_pci_exit();
Sujith55624202010-01-08 10:36:02 +0530989 ath_rate_control_unregister();
Joe Perches516304b2012-03-18 17:30:52 -0700990 pr_info("%s: Driver unloaded\n", dev_info);
Sujith55624202010-01-08 10:36:02 +0530991}
992module_exit(ath9k_exit);