Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1 | /*- |
| 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 Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 43 | #include <linux/module.h> |
| 44 | #include <linux/delay.h> |
Jiri Slaby | 274c7c3 | 2008-07-15 17:44:20 +0200 | [diff] [blame] | 45 | #include <linux/hardirq.h> |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 46 | #include <linux/if.h> |
Jiri Slaby | 274c7c3 | 2008-07-15 17:44:20 +0200 | [diff] [blame] | 47 | #include <linux/io.h> |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 48 | #include <linux/netdevice.h> |
| 49 | #include <linux/cache.h> |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 50 | #include <linux/ethtool.h> |
| 51 | #include <linux/uaccess.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 52 | #include <linux/slab.h> |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 53 | #include <linux/etherdevice.h> |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 54 | |
| 55 | #include <net/ieee80211_radiotap.h> |
| 56 | |
| 57 | #include <asm/unaligned.h> |
| 58 | |
| 59 | #include "base.h" |
| 60 | #include "reg.h" |
| 61 | #include "debug.h" |
Bruno Randolf | 2111ac0 | 2010-04-02 18:44:08 +0900 | [diff] [blame] | 62 | #include "ani.h" |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 63 | |
Bob Copeland | 0e47225 | 2011-01-24 23:32:55 -0500 | [diff] [blame] | 64 | #define CREATE_TRACE_POINTS |
| 65 | #include "trace.h" |
| 66 | |
John W. Linville | 18cb6e3 | 2011-01-05 09:39:59 -0500 | [diff] [blame] | 67 | int ath5k_modparam_nohwcrypt; |
| 68 | module_param_named(nohwcrypt, ath5k_modparam_nohwcrypt, bool, S_IRUGO); |
Bob Copeland | 9ad9a26 | 2008-10-29 08:30:54 -0400 | [diff] [blame] | 69 | MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption."); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 70 | |
Bob Copeland | 42639fc | 2009-03-30 08:05:29 -0400 | [diff] [blame] | 71 | static int modparam_all_channels; |
Bob Copeland | 46802a4 | 2009-04-15 07:57:34 -0400 | [diff] [blame] | 72 | module_param_named(all_channels, modparam_all_channels, bool, S_IRUGO); |
Bob Copeland | 42639fc | 2009-03-30 08:05:29 -0400 | [diff] [blame] | 73 | MODULE_PARM_DESC(all_channels, "Expose all channels the device can use."); |
| 74 | |
Nick Kossifidis | a99168e | 2011-06-02 03:09:48 +0300 | [diff] [blame] | 75 | static int modparam_fastchanswitch; |
| 76 | module_param_named(fastchanswitch, modparam_fastchanswitch, bool, S_IRUGO); |
| 77 | MODULE_PARM_DESC(fastchanswitch, "Enable fast channel switching for AR2413/AR5413 radios."); |
| 78 | |
| 79 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 80 | /* Module info */ |
| 81 | MODULE_AUTHOR("Jiri Slaby"); |
| 82 | MODULE_AUTHOR("Nick Kossifidis"); |
| 83 | MODULE_DESCRIPTION("Support for 5xxx series of Atheros 802.11 wireless LAN cards."); |
| 84 | MODULE_SUPPORTED_DEVICE("Atheros 5xxx WLAN cards"); |
| 85 | MODULE_LICENSE("Dual BSD/GPL"); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 86 | |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 87 | static int ath5k_init(struct ieee80211_hw *hw); |
Nick Kossifidis | 8aec7af | 2010-11-23 21:39:28 +0200 | [diff] [blame] | 88 | static int ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel *chan, |
| 89 | bool skip_pcu); |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 90 | int ath5k_beacon_update(struct ieee80211_hw *hw, struct ieee80211_vif *vif); |
| 91 | void ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 92 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 93 | /* Known SREVs */ |
Jiri Slaby | 2c91108c | 2009-03-07 10:26:41 +0100 | [diff] [blame] | 94 | static const struct ath5k_srev_name srev_names[] = { |
Felix Fietkau | a0b907e | 2010-12-02 10:27:16 +0100 | [diff] [blame] | 95 | #ifdef CONFIG_ATHEROS_AR231X |
| 96 | { "5312", AR5K_VERSION_MAC, AR5K_SREV_AR5312_R2 }, |
| 97 | { "5312", AR5K_VERSION_MAC, AR5K_SREV_AR5312_R7 }, |
| 98 | { "2313", AR5K_VERSION_MAC, AR5K_SREV_AR2313_R8 }, |
| 99 | { "2315", AR5K_VERSION_MAC, AR5K_SREV_AR2315_R6 }, |
| 100 | { "2315", AR5K_VERSION_MAC, AR5K_SREV_AR2315_R7 }, |
| 101 | { "2317", AR5K_VERSION_MAC, AR5K_SREV_AR2317_R1 }, |
| 102 | { "2317", AR5K_VERSION_MAC, AR5K_SREV_AR2317_R2 }, |
| 103 | #else |
Nick Kossifidis | 1bef016 | 2008-09-29 02:09:09 +0300 | [diff] [blame] | 104 | { "5210", AR5K_VERSION_MAC, AR5K_SREV_AR5210 }, |
| 105 | { "5311", AR5K_VERSION_MAC, AR5K_SREV_AR5311 }, |
| 106 | { "5311A", AR5K_VERSION_MAC, AR5K_SREV_AR5311A }, |
| 107 | { "5311B", AR5K_VERSION_MAC, AR5K_SREV_AR5311B }, |
| 108 | { "5211", AR5K_VERSION_MAC, AR5K_SREV_AR5211 }, |
| 109 | { "5212", AR5K_VERSION_MAC, AR5K_SREV_AR5212 }, |
| 110 | { "5213", AR5K_VERSION_MAC, AR5K_SREV_AR5213 }, |
| 111 | { "5213A", AR5K_VERSION_MAC, AR5K_SREV_AR5213A }, |
| 112 | { "2413", AR5K_VERSION_MAC, AR5K_SREV_AR2413 }, |
| 113 | { "2414", AR5K_VERSION_MAC, AR5K_SREV_AR2414 }, |
| 114 | { "5424", AR5K_VERSION_MAC, AR5K_SREV_AR5424 }, |
| 115 | { "5413", AR5K_VERSION_MAC, AR5K_SREV_AR5413 }, |
| 116 | { "5414", AR5K_VERSION_MAC, AR5K_SREV_AR5414 }, |
| 117 | { "2415", AR5K_VERSION_MAC, AR5K_SREV_AR2415 }, |
| 118 | { "5416", AR5K_VERSION_MAC, AR5K_SREV_AR5416 }, |
| 119 | { "5418", AR5K_VERSION_MAC, AR5K_SREV_AR5418 }, |
| 120 | { "2425", AR5K_VERSION_MAC, AR5K_SREV_AR2425 }, |
| 121 | { "2417", AR5K_VERSION_MAC, AR5K_SREV_AR2417 }, |
Felix Fietkau | a0b907e | 2010-12-02 10:27:16 +0100 | [diff] [blame] | 122 | #endif |
Nick Kossifidis | 1bef016 | 2008-09-29 02:09:09 +0300 | [diff] [blame] | 123 | { "xxxxx", AR5K_VERSION_MAC, AR5K_SREV_UNKNOWN }, |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 124 | { "5110", AR5K_VERSION_RAD, AR5K_SREV_RAD_5110 }, |
| 125 | { "5111", AR5K_VERSION_RAD, AR5K_SREV_RAD_5111 }, |
Nick Kossifidis | 1bef016 | 2008-09-29 02:09:09 +0300 | [diff] [blame] | 126 | { "5111A", AR5K_VERSION_RAD, AR5K_SREV_RAD_5111A }, |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 127 | { "2111", AR5K_VERSION_RAD, AR5K_SREV_RAD_2111 }, |
| 128 | { "5112", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112 }, |
| 129 | { "5112A", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112A }, |
Nick Kossifidis | 1bef016 | 2008-09-29 02:09:09 +0300 | [diff] [blame] | 130 | { "5112B", AR5K_VERSION_RAD, AR5K_SREV_RAD_5112B }, |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 131 | { "2112", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112 }, |
| 132 | { "2112A", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112A }, |
Nick Kossifidis | 1bef016 | 2008-09-29 02:09:09 +0300 | [diff] [blame] | 133 | { "2112B", AR5K_VERSION_RAD, AR5K_SREV_RAD_2112B }, |
| 134 | { "2413", AR5K_VERSION_RAD, AR5K_SREV_RAD_2413 }, |
| 135 | { "5413", AR5K_VERSION_RAD, AR5K_SREV_RAD_5413 }, |
Nick Kossifidis | 1bef016 | 2008-09-29 02:09:09 +0300 | [diff] [blame] | 136 | { "5424", AR5K_VERSION_RAD, AR5K_SREV_RAD_5424 }, |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 137 | { "5133", AR5K_VERSION_RAD, AR5K_SREV_RAD_5133 }, |
Felix Fietkau | a0b907e | 2010-12-02 10:27:16 +0100 | [diff] [blame] | 138 | #ifdef CONFIG_ATHEROS_AR231X |
| 139 | { "2316", AR5K_VERSION_RAD, AR5K_SREV_RAD_2316 }, |
| 140 | { "2317", AR5K_VERSION_RAD, AR5K_SREV_RAD_2317 }, |
| 141 | #endif |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 142 | { "xxxxx", AR5K_VERSION_RAD, AR5K_SREV_UNKNOWN }, |
| 143 | }; |
| 144 | |
Jiri Slaby | 2c91108c | 2009-03-07 10:26:41 +0100 | [diff] [blame] | 145 | static const struct ieee80211_rate ath5k_rates[] = { |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 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 Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 187 | static inline u64 ath5k_extend_tsf(struct ath5k_hw *ah, u32 rstamp) |
| 188 | { |
| 189 | u64 tsf = ath5k_hw_get_tsf64(ah); |
| 190 | |
| 191 | if ((tsf & 0x7fff) < rstamp) |
| 192 | tsf -= 0x8000; |
| 193 | |
| 194 | return (tsf & ~0x7fff) | rstamp; |
| 195 | } |
| 196 | |
Felix Fietkau | e5b046d | 2010-12-02 10:27:01 +0100 | [diff] [blame] | 197 | const char * |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 198 | ath5k_chip_name(enum ath5k_srev_type type, u_int16_t val) |
| 199 | { |
| 200 | const char *name = "xxxxx"; |
| 201 | unsigned int i; |
| 202 | |
| 203 | for (i = 0; i < ARRAY_SIZE(srev_names); i++) { |
| 204 | if (srev_names[i].sr_type != type) |
| 205 | continue; |
Nick Kossifidis | 75d0edb | 2008-09-29 01:24:44 +0300 | [diff] [blame] | 206 | |
| 207 | if ((val & 0xf0) == srev_names[i].sr_val) |
| 208 | name = srev_names[i].sr_name; |
| 209 | |
| 210 | if ((val & 0xff) == srev_names[i].sr_val) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 211 | name = srev_names[i].sr_name; |
| 212 | break; |
| 213 | } |
| 214 | } |
| 215 | |
| 216 | return name; |
| 217 | } |
Luis R. Rodriguez | e5aa847 | 2009-09-10 16:55:11 -0700 | [diff] [blame] | 218 | static unsigned int ath5k_ioread32(void *hw_priv, u32 reg_offset) |
| 219 | { |
| 220 | struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; |
| 221 | return ath5k_hw_reg_read(ah, reg_offset); |
| 222 | } |
| 223 | |
| 224 | static void ath5k_iowrite32(void *hw_priv, u32 val, u32 reg_offset) |
| 225 | { |
| 226 | struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; |
| 227 | ath5k_hw_reg_write(ah, val, reg_offset); |
| 228 | } |
| 229 | |
| 230 | static const struct ath_ops ath5k_common_ops = { |
| 231 | .read = ath5k_ioread32, |
| 232 | .write = ath5k_iowrite32, |
| 233 | }; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 234 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 235 | /***********************\ |
| 236 | * Driver Initialization * |
| 237 | \***********************/ |
| 238 | |
Bob Copeland | f769c36 | 2009-03-30 22:30:31 -0400 | [diff] [blame] | 239 | static int ath5k_reg_notifier(struct wiphy *wiphy, struct regulatory_request *request) |
| 240 | { |
| 241 | struct ieee80211_hw *hw = wiphy_to_ieee80211_hw(wiphy); |
| 242 | struct ath5k_softc *sc = hw->priv; |
Luis R. Rodriguez | db71971 | 2009-09-10 11:20:57 -0700 | [diff] [blame] | 243 | struct ath_regulatory *regulatory = ath5k_hw_regulatory(sc->ah); |
Bob Copeland | f769c36 | 2009-03-30 22:30:31 -0400 | [diff] [blame] | 244 | |
Luis R. Rodriguez | 608b88c | 2009-08-17 18:07:23 -0700 | [diff] [blame] | 245 | return ath_reg_notifier_apply(wiphy, request, regulatory); |
Bob Copeland | f769c36 | 2009-03-30 22:30:31 -0400 | [diff] [blame] | 246 | } |
| 247 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 248 | /********************\ |
| 249 | * Channel/mode setup * |
| 250 | \********************/ |
| 251 | |
| 252 | /* |
Bob Copeland | 42639fc | 2009-03-30 08:05:29 -0400 | [diff] [blame] | 253 | * Returns true for the channel numbers used without all_channels modparam. |
| 254 | */ |
Bruno Randolf | 410e612 | 2011-01-19 18:20:57 +0900 | [diff] [blame] | 255 | static bool ath5k_is_standard_channel(short chan, enum ieee80211_band band) |
Bob Copeland | 42639fc | 2009-03-30 08:05:29 -0400 | [diff] [blame] | 256 | { |
Bruno Randolf | 410e612 | 2011-01-19 18:20:57 +0900 | [diff] [blame] | 257 | if (band == IEEE80211_BAND_2GHZ && chan <= 14) |
| 258 | return true; |
| 259 | |
| 260 | return /* UNII 1,2 */ |
| 261 | (((chan & 3) == 0 && chan >= 36 && chan <= 64) || |
Bob Copeland | 42639fc | 2009-03-30 08:05:29 -0400 | [diff] [blame] | 262 | /* midband */ |
| 263 | ((chan & 3) == 0 && chan >= 100 && chan <= 140) || |
| 264 | /* UNII-3 */ |
Bruno Randolf | 410e612 | 2011-01-19 18:20:57 +0900 | [diff] [blame] | 265 | ((chan & 3) == 1 && chan >= 149 && chan <= 165) || |
| 266 | /* 802.11j 5.030-5.080 GHz (20MHz) */ |
| 267 | (chan == 8 || chan == 12 || chan == 16) || |
| 268 | /* 802.11j 4.9GHz (20MHz) */ |
| 269 | (chan == 184 || chan == 188 || chan == 192 || chan == 196)); |
Bob Copeland | 42639fc | 2009-03-30 08:05:29 -0400 | [diff] [blame] | 270 | } |
| 271 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 272 | static unsigned int |
Bruno Randolf | 97d9c3a | 2011-01-19 18:20:52 +0900 | [diff] [blame] | 273 | ath5k_setup_channels(struct ath5k_hw *ah, struct ieee80211_channel *channels, |
| 274 | unsigned int mode, unsigned int max) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 275 | { |
Bruno Randolf | 2b1351a | 2011-01-21 12:19:52 +0900 | [diff] [blame] | 276 | unsigned int count, size, chfreq, freq, ch; |
Bruno Randolf | 90c02d7 | 2011-01-19 18:20:36 +0900 | [diff] [blame] | 277 | enum ieee80211_band band; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 278 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 279 | switch (mode) { |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 280 | case AR5K_MODE_11A: |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 281 | /* 1..220, but 2GHz frequencies are filtered by check_channel */ |
Bruno Randolf | 97d9c3a | 2011-01-19 18:20:52 +0900 | [diff] [blame] | 282 | size = 220; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 283 | chfreq = CHANNEL_5GHZ; |
Bruno Randolf | 90c02d7 | 2011-01-19 18:20:36 +0900 | [diff] [blame] | 284 | band = IEEE80211_BAND_5GHZ; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 285 | break; |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 286 | case AR5K_MODE_11B: |
| 287 | case AR5K_MODE_11G: |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 288 | size = 26; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 289 | chfreq = CHANNEL_2GHZ; |
Bruno Randolf | 90c02d7 | 2011-01-19 18:20:36 +0900 | [diff] [blame] | 290 | band = IEEE80211_BAND_2GHZ; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 291 | break; |
| 292 | default: |
| 293 | ATH5K_WARN(ah->ah_sc, "bad mode, not copying channels\n"); |
| 294 | return 0; |
| 295 | } |
| 296 | |
Bruno Randolf | 2b1351a | 2011-01-21 12:19:52 +0900 | [diff] [blame] | 297 | count = 0; |
| 298 | for (ch = 1; ch <= size && count < max; ch++) { |
Bruno Randolf | 90c02d7 | 2011-01-19 18:20:36 +0900 | [diff] [blame] | 299 | freq = ieee80211_channel_to_frequency(ch, band); |
| 300 | |
| 301 | if (freq == 0) /* mapping failed - not a standard channel */ |
| 302 | continue; |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 303 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 304 | /* Check if channel is supported by the chipset */ |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 305 | if (!ath5k_channel_ok(ah, freq, chfreq)) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 306 | continue; |
| 307 | |
Bruno Randolf | 410e612 | 2011-01-19 18:20:57 +0900 | [diff] [blame] | 308 | if (!modparam_all_channels && |
| 309 | !ath5k_is_standard_channel(ch, band)) |
Bob Copeland | 42639fc | 2009-03-30 08:05:29 -0400 | [diff] [blame] | 310 | continue; |
| 311 | |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 312 | /* Write channel info and increment counter */ |
| 313 | channels[count].center_freq = freq; |
Bruno Randolf | 90c02d7 | 2011-01-19 18:20:36 +0900 | [diff] [blame] | 314 | channels[count].band = band; |
Luis R. Rodriguez | 400ec45 | 2008-02-03 21:51:49 -0500 | [diff] [blame] | 315 | switch (mode) { |
| 316 | case AR5K_MODE_11A: |
| 317 | case AR5K_MODE_11G: |
| 318 | channels[count].hw_value = chfreq | CHANNEL_OFDM; |
| 319 | break; |
Luis R. Rodriguez | 400ec45 | 2008-02-03 21:51:49 -0500 | [diff] [blame] | 320 | case AR5K_MODE_11B: |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 321 | channels[count].hw_value = CHANNEL_B; |
| 322 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 323 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 324 | count++; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 325 | } |
| 326 | |
| 327 | return count; |
| 328 | } |
| 329 | |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 330 | static void |
| 331 | ath5k_setup_rate_idx(struct ath5k_softc *sc, struct ieee80211_supported_band *b) |
| 332 | { |
| 333 | u8 i; |
| 334 | |
| 335 | for (i = 0; i < AR5K_MAX_RATES; i++) |
| 336 | sc->rate_idx[b->band][i] = -1; |
| 337 | |
| 338 | for (i = 0; i < b->n_bitrates; i++) { |
| 339 | sc->rate_idx[b->band][b->bitrates[i].hw_value] = i; |
| 340 | if (b->bitrates[i].hw_value_short) |
| 341 | sc->rate_idx[b->band][b->bitrates[i].hw_value_short] = i; |
| 342 | } |
| 343 | } |
| 344 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 345 | static int |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 346 | ath5k_setup_bands(struct ieee80211_hw *hw) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 347 | { |
| 348 | struct ath5k_softc *sc = hw->priv; |
| 349 | struct ath5k_hw *ah = sc->ah; |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 350 | struct ieee80211_supported_band *sband; |
| 351 | int max_c, count_c = 0; |
| 352 | int i; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 353 | |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 354 | BUILD_BUG_ON(ARRAY_SIZE(sc->sbands) < IEEE80211_NUM_BANDS); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 355 | max_c = ARRAY_SIZE(sc->channels); |
| 356 | |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 357 | /* 2GHz band */ |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 358 | sband = &sc->sbands[IEEE80211_BAND_2GHZ]; |
| 359 | sband->band = IEEE80211_BAND_2GHZ; |
| 360 | sband->bitrates = &sc->rates[IEEE80211_BAND_2GHZ][0]; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 361 | |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 362 | if (test_bit(AR5K_MODE_11G, sc->ah->ah_capabilities.cap_mode)) { |
| 363 | /* G mode */ |
| 364 | memcpy(sband->bitrates, &ath5k_rates[0], |
| 365 | sizeof(struct ieee80211_rate) * 12); |
| 366 | sband->n_bitrates = 12; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 367 | |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 368 | sband->channels = sc->channels; |
Bruno Randolf | 0810569 | 2011-01-19 18:20:47 +0900 | [diff] [blame] | 369 | sband->n_channels = ath5k_setup_channels(ah, sband->channels, |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 370 | AR5K_MODE_11G, max_c); |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 371 | |
| 372 | hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband; |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 373 | count_c = sband->n_channels; |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 374 | max_c -= count_c; |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 375 | } else if (test_bit(AR5K_MODE_11B, sc->ah->ah_capabilities.cap_mode)) { |
| 376 | /* B mode */ |
| 377 | memcpy(sband->bitrates, &ath5k_rates[0], |
| 378 | sizeof(struct ieee80211_rate) * 4); |
| 379 | sband->n_bitrates = 4; |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 380 | |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 381 | /* 5211 only supports B rates and uses 4bit rate codes |
| 382 | * (e.g normally we have 0x1B for 1M, but on 5211 we have 0x0B) |
| 383 | * fix them up here: |
| 384 | */ |
| 385 | if (ah->ah_version == AR5K_AR5211) { |
| 386 | for (i = 0; i < 4; i++) { |
| 387 | sband->bitrates[i].hw_value = |
| 388 | sband->bitrates[i].hw_value & 0xF; |
| 389 | sband->bitrates[i].hw_value_short = |
| 390 | sband->bitrates[i].hw_value_short & 0xF; |
| 391 | } |
| 392 | } |
| 393 | |
| 394 | sband->channels = sc->channels; |
Bruno Randolf | 0810569 | 2011-01-19 18:20:47 +0900 | [diff] [blame] | 395 | sband->n_channels = ath5k_setup_channels(ah, sband->channels, |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 396 | AR5K_MODE_11B, max_c); |
| 397 | |
| 398 | hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband; |
| 399 | count_c = sband->n_channels; |
| 400 | max_c -= count_c; |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 401 | } |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 402 | ath5k_setup_rate_idx(sc, sband); |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 403 | |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 404 | /* 5GHz band, A mode */ |
Luis R. Rodriguez | 400ec45 | 2008-02-03 21:51:49 -0500 | [diff] [blame] | 405 | if (test_bit(AR5K_MODE_11A, sc->ah->ah_capabilities.cap_mode)) { |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 406 | sband = &sc->sbands[IEEE80211_BAND_5GHZ]; |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 407 | sband->band = IEEE80211_BAND_5GHZ; |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 408 | sband->bitrates = &sc->rates[IEEE80211_BAND_5GHZ][0]; |
| 409 | |
| 410 | memcpy(sband->bitrates, &ath5k_rates[4], |
| 411 | sizeof(struct ieee80211_rate) * 8); |
| 412 | sband->n_bitrates = 8; |
| 413 | |
| 414 | sband->channels = &sc->channels[count_c]; |
Bruno Randolf | 0810569 | 2011-01-19 18:20:47 +0900 | [diff] [blame] | 415 | sband->n_channels = ath5k_setup_channels(ah, sband->channels, |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 416 | AR5K_MODE_11A, max_c); |
| 417 | |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 418 | hw->wiphy->bands[IEEE80211_BAND_5GHZ] = sband; |
| 419 | } |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 420 | ath5k_setup_rate_idx(sc, sband); |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 421 | |
Luis R. Rodriguez | b446197 | 2008-02-04 10:03:54 -0500 | [diff] [blame] | 422 | ath5k_debug_dump_bands(sc); |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 423 | |
| 424 | return 0; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 425 | } |
| 426 | |
| 427 | /* |
Joerg Albert | e30eb4a | 2009-08-05 01:52:07 +0200 | [diff] [blame] | 428 | * Set/change channels. We always reset the chip. |
| 429 | * To accomplish this we must first cleanup any pending DMA, |
| 430 | * then restart stuff after a la ath5k_init. |
Bob Copeland | be00937 | 2009-01-22 08:44:16 -0500 | [diff] [blame] | 431 | * |
| 432 | * Called with sc->lock. |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 433 | */ |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 434 | int |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 435 | ath5k_chan_set(struct ath5k_softc *sc, struct ieee80211_channel *chan) |
| 436 | { |
Bruno Randolf | 8d67a03 | 2010-06-16 19:11:12 +0900 | [diff] [blame] | 437 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, |
| 438 | "channel set, resetting (%u -> %u MHz)\n", |
| 439 | sc->curchan->center_freq, chan->center_freq); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 440 | |
Joerg Albert | e30eb4a | 2009-08-05 01:52:07 +0200 | [diff] [blame] | 441 | /* |
| 442 | * To switch channels clear any pending DMA operations; |
| 443 | * wait long enough for the RX fifo to drain, reset the |
| 444 | * hardware at the new frequency, and then re-enable |
| 445 | * the relevant bits of the h/w. |
| 446 | */ |
Nick Kossifidis | 8aec7af | 2010-11-23 21:39:28 +0200 | [diff] [blame] | 447 | return ath5k_reset(sc, chan, true); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 448 | } |
| 449 | |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 450 | void ath5k_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif) |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 451 | { |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 452 | struct ath5k_vif_iter_data *iter_data = data; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 453 | int i; |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 454 | struct ath5k_vif *avf = (void *)vif->drv_priv; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 455 | |
| 456 | if (iter_data->hw_macaddr) |
| 457 | for (i = 0; i < ETH_ALEN; i++) |
| 458 | iter_data->mask[i] &= |
| 459 | ~(iter_data->hw_macaddr[i] ^ mac[i]); |
| 460 | |
| 461 | if (!iter_data->found_active) { |
| 462 | iter_data->found_active = true; |
| 463 | memcpy(iter_data->active_mac, mac, ETH_ALEN); |
| 464 | } |
| 465 | |
| 466 | if (iter_data->need_set_hw_addr && iter_data->hw_macaddr) |
| 467 | if (compare_ether_addr(iter_data->hw_macaddr, mac) == 0) |
| 468 | iter_data->need_set_hw_addr = false; |
| 469 | |
| 470 | if (!iter_data->any_assoc) { |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 471 | if (avf->assoc) |
| 472 | iter_data->any_assoc = true; |
| 473 | } |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 474 | |
| 475 | /* Calculate combined mode - when APs are active, operate in AP mode. |
| 476 | * Otherwise use the mode of the new interface. This can currently |
| 477 | * only deal with combinations of APs and STAs. Only one ad-hoc |
Ben Greear | 7afbb2f | 2010-11-10 11:43:51 -0800 | [diff] [blame] | 478 | * interfaces is allowed. |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 479 | */ |
| 480 | if (avf->opmode == NL80211_IFTYPE_AP) |
| 481 | iter_data->opmode = NL80211_IFTYPE_AP; |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 482 | else { |
| 483 | if (avf->opmode == NL80211_IFTYPE_STATION) |
| 484 | iter_data->n_stas++; |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 485 | if (iter_data->opmode == NL80211_IFTYPE_UNSPECIFIED) |
| 486 | iter_data->opmode = avf->opmode; |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 487 | } |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 488 | } |
| 489 | |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 490 | void |
| 491 | ath5k_update_bssid_mask_and_opmode(struct ath5k_softc *sc, |
| 492 | struct ieee80211_vif *vif) |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 493 | { |
| 494 | struct ath_common *common = ath5k_hw_common(sc->ah); |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 495 | struct ath5k_vif_iter_data iter_data; |
| 496 | u32 rfilt; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 497 | |
| 498 | /* |
| 499 | * Use the hardware MAC address as reference, the hardware uses it |
| 500 | * together with the BSSID mask when matching addresses. |
| 501 | */ |
| 502 | iter_data.hw_macaddr = common->macaddr; |
| 503 | memset(&iter_data.mask, 0xff, ETH_ALEN); |
| 504 | iter_data.found_active = false; |
| 505 | iter_data.need_set_hw_addr = true; |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 506 | iter_data.opmode = NL80211_IFTYPE_UNSPECIFIED; |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 507 | iter_data.n_stas = 0; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 508 | |
| 509 | if (vif) |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 510 | ath5k_vif_iter(&iter_data, vif->addr, vif); |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 511 | |
| 512 | /* Get list of all active MAC addresses */ |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 513 | ieee80211_iterate_active_interfaces_atomic(sc->hw, ath5k_vif_iter, |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 514 | &iter_data); |
| 515 | memcpy(sc->bssidmask, iter_data.mask, ETH_ALEN); |
| 516 | |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 517 | sc->opmode = iter_data.opmode; |
| 518 | if (sc->opmode == NL80211_IFTYPE_UNSPECIFIED) |
| 519 | /* Nothing active, default to station mode */ |
| 520 | sc->opmode = NL80211_IFTYPE_STATION; |
| 521 | |
Ben Greear | 7afbb2f | 2010-11-10 11:43:51 -0800 | [diff] [blame] | 522 | ath5k_hw_set_opmode(sc->ah, sc->opmode); |
| 523 | ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "mode setup opmode %d (%s)\n", |
| 524 | sc->opmode, ath_opmode_to_string(sc->opmode)); |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 525 | |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 526 | if (iter_data.need_set_hw_addr && iter_data.found_active) |
| 527 | ath5k_hw_set_lladdr(sc->ah, iter_data.active_mac); |
| 528 | |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 529 | if (ath5k_hw_hasbssidmask(sc->ah)) |
| 530 | ath5k_hw_set_bssid_mask(sc->ah, sc->bssidmask); |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 531 | |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 532 | /* Set up RX Filter */ |
| 533 | if (iter_data.n_stas > 1) { |
| 534 | /* If you have multiple STA interfaces connected to |
| 535 | * different APs, ARPs are not received (most of the time?) |
| 536 | * Enabling PROMISC appears to fix that probem. |
| 537 | */ |
| 538 | sc->filter_flags |= AR5K_RX_FILTER_PROM; |
| 539 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 540 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 541 | rfilt = sc->filter_flags; |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 542 | ath5k_hw_set_rx_filter(sc->ah, rfilt); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 543 | ATH5K_DBG(sc, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt); |
| 544 | } |
| 545 | |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 546 | static inline int |
Bruno Randolf | 63266a6 | 2008-07-30 17:12:58 +0200 | [diff] [blame] | 547 | ath5k_hw_to_driver_rix(struct ath5k_softc *sc, int hw_rix) |
| 548 | { |
Bob Copeland | b726604 | 2009-03-02 21:55:18 -0500 | [diff] [blame] | 549 | int rix; |
| 550 | |
| 551 | /* return base rate on errors */ |
| 552 | if (WARN(hw_rix < 0 || hw_rix >= AR5K_MAX_RATES, |
| 553 | "hw_rix out of bounds: %x\n", hw_rix)) |
| 554 | return 0; |
| 555 | |
Bruno Randolf | 930a762 | 2011-01-19 18:21:13 +0900 | [diff] [blame] | 556 | rix = sc->rate_idx[sc->curchan->band][hw_rix]; |
Bob Copeland | b726604 | 2009-03-02 21:55:18 -0500 | [diff] [blame] | 557 | if (WARN(rix < 0, "invalid hw_rix: %x\n", hw_rix)) |
| 558 | rix = 0; |
| 559 | |
| 560 | return rix; |
Luis R. Rodriguez | d8ee398 | 2008-02-03 21:51:04 -0500 | [diff] [blame] | 561 | } |
| 562 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 563 | /***************\ |
| 564 | * Buffers setup * |
| 565 | \***************/ |
| 566 | |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 567 | static |
| 568 | struct sk_buff *ath5k_rx_skb_alloc(struct ath5k_softc *sc, dma_addr_t *skb_addr) |
| 569 | { |
Luis R. Rodriguez | db71971 | 2009-09-10 11:20:57 -0700 | [diff] [blame] | 570 | struct ath_common *common = ath5k_hw_common(sc->ah); |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 571 | struct sk_buff *skb; |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 572 | |
| 573 | /* |
| 574 | * Allocate buffer with headroom_needed space for the |
| 575 | * fake physical layer header at the start. |
| 576 | */ |
Luis R. Rodriguez | db71971 | 2009-09-10 11:20:57 -0700 | [diff] [blame] | 577 | skb = ath_rxbuf_alloc(common, |
Luis R. Rodriguez | dd84978 | 2009-11-04 09:44:50 -0800 | [diff] [blame] | 578 | common->rx_bufsize, |
Luis R. Rodriguez | aeb63cf | 2009-08-12 09:57:00 -0700 | [diff] [blame] | 579 | GFP_ATOMIC); |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 580 | |
| 581 | if (!skb) { |
| 582 | ATH5K_ERR(sc, "can't alloc skbuff of size %u\n", |
Luis R. Rodriguez | dd84978 | 2009-11-04 09:44:50 -0800 | [diff] [blame] | 583 | common->rx_bufsize); |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 584 | return NULL; |
| 585 | } |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 586 | |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 587 | *skb_addr = dma_map_single(sc->dev, |
Luis R. Rodriguez | cc861f7 | 2009-11-04 09:11:34 -0800 | [diff] [blame] | 588 | skb->data, common->rx_bufsize, |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 589 | DMA_FROM_DEVICE); |
| 590 | |
| 591 | if (unlikely(dma_mapping_error(sc->dev, *skb_addr))) { |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 592 | ATH5K_ERR(sc, "%s: DMA mapping failed\n", __func__); |
| 593 | dev_kfree_skb(skb); |
| 594 | return NULL; |
| 595 | } |
| 596 | return skb; |
| 597 | } |
| 598 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 599 | static int |
| 600 | ath5k_rxbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf) |
| 601 | { |
| 602 | struct ath5k_hw *ah = sc->ah; |
| 603 | struct sk_buff *skb = bf->skb; |
| 604 | struct ath5k_desc *ds; |
Bruno Randolf | b5eae9f | 2010-05-19 10:18:16 +0900 | [diff] [blame] | 605 | int ret; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 606 | |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 607 | if (!skb) { |
| 608 | skb = ath5k_rx_skb_alloc(sc, &bf->skbaddr); |
| 609 | if (!skb) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 610 | return -ENOMEM; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 611 | bf->skb = skb; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 612 | } |
| 613 | |
| 614 | /* |
| 615 | * Setup descriptors. For receive we always terminate |
| 616 | * the descriptor list with a self-linked entry so we'll |
| 617 | * not get overrun under high load (as can happen with a |
| 618 | * 5212 when ANI processing enables PHY error frames). |
| 619 | * |
Bruno Randolf | beade63 | 2010-06-16 19:11:25 +0900 | [diff] [blame] | 620 | * To ensure the last descriptor is self-linked we create |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 621 | * each descriptor as self-linked and add it to the end. As |
| 622 | * each additional descriptor is added the previous self-linked |
Bruno Randolf | beade63 | 2010-06-16 19:11:25 +0900 | [diff] [blame] | 623 | * entry is "fixed" naturally. This should be safe even |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 624 | * if DMA is happening. When processing RX interrupts we |
| 625 | * never remove/process the last, self-linked, entry on the |
Bruno Randolf | beade63 | 2010-06-16 19:11:25 +0900 | [diff] [blame] | 626 | * descriptor list. This ensures the hardware always has |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 627 | * someplace to write a new frame. |
| 628 | */ |
| 629 | ds = bf->desc; |
| 630 | ds->ds_link = bf->daddr; /* link to self */ |
| 631 | ds->ds_data = bf->skbaddr; |
Bruno Randolf | a666819 | 2010-06-16 19:12:01 +0900 | [diff] [blame] | 632 | ret = ath5k_hw_setup_rx_desc(ah, ds, ah->common.rx_bufsize, 0); |
Bruno Randolf | 0452d4a | 2010-06-16 19:11:35 +0900 | [diff] [blame] | 633 | if (ret) { |
| 634 | ATH5K_ERR(sc, "%s: could not setup RX desc\n", __func__); |
Bruno Randolf | b5eae9f | 2010-05-19 10:18:16 +0900 | [diff] [blame] | 635 | return ret; |
Bruno Randolf | 0452d4a | 2010-06-16 19:11:35 +0900 | [diff] [blame] | 636 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 637 | |
| 638 | if (sc->rxlink != NULL) |
| 639 | *sc->rxlink = bf->daddr; |
| 640 | sc->rxlink = &ds->ds_link; |
| 641 | return 0; |
| 642 | } |
| 643 | |
Bob Copeland | 2ac2927 | 2010-02-09 13:06:54 -0500 | [diff] [blame] | 644 | static enum ath5k_pkt_type get_hw_packet_type(struct sk_buff *skb) |
| 645 | { |
| 646 | struct ieee80211_hdr *hdr; |
| 647 | enum ath5k_pkt_type htype; |
| 648 | __le16 fc; |
| 649 | |
| 650 | hdr = (struct ieee80211_hdr *)skb->data; |
| 651 | fc = hdr->frame_control; |
| 652 | |
| 653 | if (ieee80211_is_beacon(fc)) |
| 654 | htype = AR5K_PKT_TYPE_BEACON; |
| 655 | else if (ieee80211_is_probe_resp(fc)) |
| 656 | htype = AR5K_PKT_TYPE_PROBE_RESP; |
| 657 | else if (ieee80211_is_atim(fc)) |
| 658 | htype = AR5K_PKT_TYPE_ATIM; |
| 659 | else if (ieee80211_is_pspoll(fc)) |
| 660 | htype = AR5K_PKT_TYPE_PSPOLL; |
| 661 | else |
| 662 | htype = AR5K_PKT_TYPE_NORMAL; |
| 663 | |
| 664 | return htype; |
| 665 | } |
| 666 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 667 | static int |
Bob Copeland | cec8db2 | 2009-07-04 12:59:51 -0400 | [diff] [blame] | 668 | ath5k_txbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf, |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 669 | struct ath5k_txq *txq, int padsize) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 670 | { |
| 671 | struct ath5k_hw *ah = sc->ah; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 672 | struct ath5k_desc *ds = bf->desc; |
| 673 | struct sk_buff *skb = bf->skb; |
Johannes Berg | a888d52 | 2008-05-26 16:43:39 +0200 | [diff] [blame] | 674 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 675 | unsigned int pktlen, flags, keyidx = AR5K_TXKEYIX_INVALID; |
Felix Fietkau | 2f7fe87 | 2008-10-05 18:05:48 +0200 | [diff] [blame] | 676 | struct ieee80211_rate *rate; |
| 677 | unsigned int mrr_rate[3], mrr_tries[3]; |
| 678 | int i, ret; |
Bob Copeland | 8902ff4 | 2009-01-22 08:44:20 -0500 | [diff] [blame] | 679 | u16 hw_rate; |
Bob Copeland | 07c1e85 | 2009-01-22 08:44:21 -0500 | [diff] [blame] | 680 | u16 cts_rate = 0; |
| 681 | u16 duration = 0; |
Bob Copeland | 8902ff4 | 2009-01-22 08:44:20 -0500 | [diff] [blame] | 682 | u8 rc_flags; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 683 | |
| 684 | flags = AR5K_TXDESC_INTREQ | AR5K_TXDESC_CLRDMASK; |
Johannes Berg | e039fa4 | 2008-05-15 12:55:29 +0200 | [diff] [blame] | 685 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 686 | /* XXX endianness */ |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 687 | bf->skbaddr = dma_map_single(sc->dev, skb->data, skb->len, |
| 688 | DMA_TO_DEVICE); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 689 | |
Bob Copeland | 8902ff4 | 2009-01-22 08:44:20 -0500 | [diff] [blame] | 690 | rate = ieee80211_get_tx_rate(sc->hw, info); |
John W. Linville | d8e1ba7 | 2010-08-24 15:27:34 -0400 | [diff] [blame] | 691 | if (!rate) { |
| 692 | ret = -EINVAL; |
| 693 | goto err_unmap; |
| 694 | } |
Bob Copeland | 8902ff4 | 2009-01-22 08:44:20 -0500 | [diff] [blame] | 695 | |
Johannes Berg | e039fa4 | 2008-05-15 12:55:29 +0200 | [diff] [blame] | 696 | if (info->flags & IEEE80211_TX_CTL_NO_ACK) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 697 | flags |= AR5K_TXDESC_NOACK; |
| 698 | |
Bob Copeland | 8902ff4 | 2009-01-22 08:44:20 -0500 | [diff] [blame] | 699 | rc_flags = info->control.rates[0].flags; |
| 700 | hw_rate = (rc_flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE) ? |
| 701 | rate->hw_value_short : rate->hw_value; |
| 702 | |
Bruno Randolf | 281c56d | 2008-02-05 18:44:55 +0900 | [diff] [blame] | 703 | pktlen = skb->len; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 704 | |
Nick Kossifidis | 8f655dd | 2009-03-15 22:20:35 +0200 | [diff] [blame] | 705 | /* FIXME: If we are in g mode and rate is a CCK rate |
| 706 | * subtract ah->ah_txpower.txp_cck_ofdm_pwr_delta |
| 707 | * from tx power (value is in dB units already) */ |
Bob Copeland | 362695e | 2009-02-15 12:06:12 -0500 | [diff] [blame] | 708 | if (info->control.hw_key) { |
| 709 | keyidx = info->control.hw_key->hw_key_idx; |
| 710 | pktlen += info->control.hw_key->icv_len; |
| 711 | } |
Bob Copeland | 07c1e85 | 2009-01-22 08:44:21 -0500 | [diff] [blame] | 712 | if (rc_flags & IEEE80211_TX_RC_USE_RTS_CTS) { |
| 713 | flags |= AR5K_TXDESC_RTSENA; |
| 714 | cts_rate = ieee80211_get_rts_cts_rate(sc->hw, info)->hw_value; |
| 715 | duration = le16_to_cpu(ieee80211_rts_duration(sc->hw, |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 716 | info->control.vif, pktlen, info)); |
Bob Copeland | 07c1e85 | 2009-01-22 08:44:21 -0500 | [diff] [blame] | 717 | } |
| 718 | if (rc_flags & IEEE80211_TX_RC_USE_CTS_PROTECT) { |
| 719 | flags |= AR5K_TXDESC_CTSENA; |
| 720 | cts_rate = ieee80211_get_rts_cts_rate(sc->hw, info)->hw_value; |
| 721 | duration = le16_to_cpu(ieee80211_ctstoself_duration(sc->hw, |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 722 | info->control.vif, pktlen, info)); |
Bob Copeland | 07c1e85 | 2009-01-22 08:44:21 -0500 | [diff] [blame] | 723 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 724 | ret = ah->ah_setup_tx_desc(ah, ds, pktlen, |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 725 | ieee80211_get_hdrlen_from_skb(skb), padsize, |
Bob Copeland | 2ac2927 | 2010-02-09 13:06:54 -0500 | [diff] [blame] | 726 | get_hw_packet_type(skb), |
Johannes Berg | 2e92e6f | 2008-05-15 12:55:27 +0200 | [diff] [blame] | 727 | (sc->power_level * 2), |
Bob Copeland | 8902ff4 | 2009-01-22 08:44:20 -0500 | [diff] [blame] | 728 | hw_rate, |
Nick Kossifidis | 2bed03e | 2009-04-30 15:55:49 -0400 | [diff] [blame] | 729 | info->control.rates[0].count, keyidx, ah->ah_tx_ant, flags, |
Bob Copeland | 07c1e85 | 2009-01-22 08:44:21 -0500 | [diff] [blame] | 730 | cts_rate, duration); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 731 | if (ret) |
| 732 | goto err_unmap; |
| 733 | |
Felix Fietkau | 2f7fe87 | 2008-10-05 18:05:48 +0200 | [diff] [blame] | 734 | memset(mrr_rate, 0, sizeof(mrr_rate)); |
| 735 | memset(mrr_tries, 0, sizeof(mrr_tries)); |
| 736 | for (i = 0; i < 3; i++) { |
| 737 | rate = ieee80211_get_alt_retry_rate(sc->hw, info, i); |
| 738 | if (!rate) |
| 739 | break; |
| 740 | |
| 741 | mrr_rate[i] = rate->hw_value; |
Johannes Berg | e6a9854 | 2008-10-21 12:40:02 +0200 | [diff] [blame] | 742 | mrr_tries[i] = info->control.rates[i + 1].count; |
Felix Fietkau | 2f7fe87 | 2008-10-05 18:05:48 +0200 | [diff] [blame] | 743 | } |
| 744 | |
Bruno Randolf | a666819 | 2010-06-16 19:12:01 +0900 | [diff] [blame] | 745 | ath5k_hw_setup_mrr_tx_desc(ah, ds, |
Felix Fietkau | 2f7fe87 | 2008-10-05 18:05:48 +0200 | [diff] [blame] | 746 | mrr_rate[0], mrr_tries[0], |
| 747 | mrr_rate[1], mrr_tries[1], |
| 748 | mrr_rate[2], mrr_tries[2]); |
| 749 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 750 | ds->ds_link = 0; |
| 751 | ds->ds_data = bf->skbaddr; |
| 752 | |
| 753 | spin_lock_bh(&txq->lock); |
| 754 | list_add_tail(&bf->list, &txq->q); |
Bruno Randolf | 925e0b0 | 2010-09-17 11:36:35 +0900 | [diff] [blame] | 755 | txq->txq_len++; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 756 | if (txq->link == NULL) /* is this first packet? */ |
Nick Kossifidis | c6e387a | 2008-08-29 22:45:39 +0300 | [diff] [blame] | 757 | ath5k_hw_set_txdp(ah, txq->qnum, bf->daddr); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 758 | else /* no, so only link it */ |
| 759 | *txq->link = bf->daddr; |
| 760 | |
| 761 | txq->link = &ds->ds_link; |
Nick Kossifidis | c6e387a | 2008-08-29 22:45:39 +0300 | [diff] [blame] | 762 | ath5k_hw_start_tx_dma(ah, txq->qnum); |
Jiri Slaby | 274c7c3 | 2008-07-15 17:44:20 +0200 | [diff] [blame] | 763 | mmiowb(); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 764 | spin_unlock_bh(&txq->lock); |
| 765 | |
| 766 | return 0; |
| 767 | err_unmap: |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 768 | dma_unmap_single(sc->dev, bf->skbaddr, skb->len, DMA_TO_DEVICE); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 769 | return ret; |
| 770 | } |
| 771 | |
| 772 | /*******************\ |
| 773 | * Descriptors setup * |
| 774 | \*******************/ |
| 775 | |
| 776 | static int |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 777 | ath5k_desc_alloc(struct ath5k_softc *sc) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 778 | { |
| 779 | struct ath5k_desc *ds; |
| 780 | struct ath5k_buf *bf; |
| 781 | dma_addr_t da; |
| 782 | unsigned int i; |
| 783 | int ret; |
| 784 | |
| 785 | /* allocate descriptors */ |
| 786 | sc->desc_len = sizeof(struct ath5k_desc) * |
| 787 | (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1); |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 788 | |
| 789 | sc->desc = dma_alloc_coherent(sc->dev, sc->desc_len, |
| 790 | &sc->desc_daddr, GFP_KERNEL); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 791 | if (sc->desc == NULL) { |
| 792 | ATH5K_ERR(sc, "can't allocate descriptors\n"); |
| 793 | ret = -ENOMEM; |
| 794 | goto err; |
| 795 | } |
| 796 | ds = sc->desc; |
| 797 | da = sc->desc_daddr; |
| 798 | ATH5K_DBG(sc, ATH5K_DEBUG_ANY, "DMA map: %p (%zu) -> %llx\n", |
| 799 | ds, sc->desc_len, (unsigned long long)sc->desc_daddr); |
| 800 | |
| 801 | bf = kcalloc(1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF, |
| 802 | sizeof(struct ath5k_buf), GFP_KERNEL); |
| 803 | if (bf == NULL) { |
| 804 | ATH5K_ERR(sc, "can't allocate bufptr\n"); |
| 805 | ret = -ENOMEM; |
| 806 | goto err_free; |
| 807 | } |
| 808 | sc->bufptr = bf; |
| 809 | |
| 810 | INIT_LIST_HEAD(&sc->rxbuf); |
| 811 | for (i = 0; i < ATH_RXBUF; i++, bf++, ds++, da += sizeof(*ds)) { |
| 812 | bf->desc = ds; |
| 813 | bf->daddr = da; |
| 814 | list_add_tail(&bf->list, &sc->rxbuf); |
| 815 | } |
| 816 | |
| 817 | INIT_LIST_HEAD(&sc->txbuf); |
| 818 | sc->txbuf_len = ATH_TXBUF; |
| 819 | for (i = 0; i < ATH_TXBUF; i++, bf++, ds++, |
| 820 | da += sizeof(*ds)) { |
| 821 | bf->desc = ds; |
| 822 | bf->daddr = da; |
| 823 | list_add_tail(&bf->list, &sc->txbuf); |
| 824 | } |
| 825 | |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 826 | /* beacon buffers */ |
| 827 | INIT_LIST_HEAD(&sc->bcbuf); |
| 828 | for (i = 0; i < ATH_BCBUF; i++, bf++, ds++, da += sizeof(*ds)) { |
| 829 | bf->desc = ds; |
| 830 | bf->daddr = da; |
| 831 | list_add_tail(&bf->list, &sc->bcbuf); |
| 832 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 833 | |
| 834 | return 0; |
| 835 | err_free: |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 836 | dma_free_coherent(sc->dev, sc->desc_len, sc->desc, sc->desc_daddr); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 837 | err: |
| 838 | sc->desc = NULL; |
| 839 | return ret; |
| 840 | } |
| 841 | |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 842 | void |
| 843 | ath5k_txbuf_free_skb(struct ath5k_softc *sc, struct ath5k_buf *bf) |
| 844 | { |
| 845 | BUG_ON(!bf); |
| 846 | if (!bf->skb) |
| 847 | return; |
| 848 | dma_unmap_single(sc->dev, bf->skbaddr, bf->skb->len, |
| 849 | DMA_TO_DEVICE); |
| 850 | dev_kfree_skb_any(bf->skb); |
| 851 | bf->skb = NULL; |
| 852 | bf->skbaddr = 0; |
| 853 | bf->desc->ds_data = 0; |
| 854 | } |
| 855 | |
| 856 | void |
| 857 | ath5k_rxbuf_free_skb(struct ath5k_softc *sc, struct ath5k_buf *bf) |
| 858 | { |
| 859 | struct ath5k_hw *ah = sc->ah; |
| 860 | struct ath_common *common = ath5k_hw_common(ah); |
| 861 | |
| 862 | BUG_ON(!bf); |
| 863 | if (!bf->skb) |
| 864 | return; |
| 865 | dma_unmap_single(sc->dev, bf->skbaddr, common->rx_bufsize, |
| 866 | DMA_FROM_DEVICE); |
| 867 | dev_kfree_skb_any(bf->skb); |
| 868 | bf->skb = NULL; |
| 869 | bf->skbaddr = 0; |
| 870 | bf->desc->ds_data = 0; |
| 871 | } |
| 872 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 873 | static void |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 874 | ath5k_desc_free(struct ath5k_softc *sc) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 875 | { |
| 876 | struct ath5k_buf *bf; |
| 877 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 878 | list_for_each_entry(bf, &sc->txbuf, list) |
Bruno Randolf | 9e4e43f | 2010-06-16 19:11:17 +0900 | [diff] [blame] | 879 | ath5k_txbuf_free_skb(sc, bf); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 880 | list_for_each_entry(bf, &sc->rxbuf, list) |
Bruno Randolf | 9e4e43f | 2010-06-16 19:11:17 +0900 | [diff] [blame] | 881 | ath5k_rxbuf_free_skb(sc, bf); |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 882 | list_for_each_entry(bf, &sc->bcbuf, list) |
| 883 | ath5k_txbuf_free_skb(sc, bf); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 884 | |
| 885 | /* Free memory associated with all descriptors */ |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 886 | dma_free_coherent(sc->dev, sc->desc_len, sc->desc, sc->desc_daddr); |
Bruno Randolf | 39d63f2 | 2010-06-16 19:11:41 +0900 | [diff] [blame] | 887 | sc->desc = NULL; |
| 888 | sc->desc_daddr = 0; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 889 | |
| 890 | kfree(sc->bufptr); |
| 891 | sc->bufptr = NULL; |
| 892 | } |
| 893 | |
| 894 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 895 | /**************\ |
| 896 | * Queues setup * |
| 897 | \**************/ |
| 898 | |
| 899 | static struct ath5k_txq * |
| 900 | ath5k_txq_setup(struct ath5k_softc *sc, |
| 901 | int qtype, int subtype) |
| 902 | { |
| 903 | struct ath5k_hw *ah = sc->ah; |
| 904 | struct ath5k_txq *txq; |
| 905 | struct ath5k_txq_info qi = { |
| 906 | .tqi_subtype = subtype, |
Bruno Randolf | de8af45 | 2010-09-17 11:37:12 +0900 | [diff] [blame] | 907 | /* XXX: default values not correct for B and XR channels, |
| 908 | * but who cares? */ |
| 909 | .tqi_aifs = AR5K_TUNE_AIFS, |
| 910 | .tqi_cw_min = AR5K_TUNE_CWMIN, |
| 911 | .tqi_cw_max = AR5K_TUNE_CWMAX |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 912 | }; |
| 913 | int qnum; |
| 914 | |
| 915 | /* |
| 916 | * Enable interrupts only for EOL and DESC conditions. |
| 917 | * We mark tx descriptors to receive a DESC interrupt |
Bob Copeland | a180a13 | 2010-08-15 13:03:12 -0400 | [diff] [blame] | 918 | * when a tx queue gets deep; otherwise we wait for the |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 919 | * EOL to reap descriptors. Note that this is done to |
| 920 | * reduce interrupt load and this only defers reaping |
| 921 | * descriptors, never transmitting frames. Aside from |
| 922 | * reducing interrupts this also permits more concurrency. |
| 923 | * The only potential downside is if the tx queue backs |
| 924 | * up in which case the top half of the kernel may backup |
| 925 | * due to a lack of tx descriptors. |
| 926 | */ |
| 927 | qi.tqi_flags = AR5K_TXQ_FLAG_TXEOLINT_ENABLE | |
| 928 | AR5K_TXQ_FLAG_TXDESCINT_ENABLE; |
| 929 | qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi); |
| 930 | if (qnum < 0) { |
| 931 | /* |
| 932 | * NB: don't print a message, this happens |
| 933 | * normally on parts with too few tx queues |
| 934 | */ |
| 935 | return ERR_PTR(qnum); |
| 936 | } |
| 937 | if (qnum >= ARRAY_SIZE(sc->txqs)) { |
| 938 | ATH5K_ERR(sc, "hw qnum %u out of range, max %tu!\n", |
| 939 | qnum, ARRAY_SIZE(sc->txqs)); |
| 940 | ath5k_hw_release_tx_queue(ah, qnum); |
| 941 | return ERR_PTR(-EINVAL); |
| 942 | } |
| 943 | txq = &sc->txqs[qnum]; |
| 944 | if (!txq->setup) { |
| 945 | txq->qnum = qnum; |
| 946 | txq->link = NULL; |
| 947 | INIT_LIST_HEAD(&txq->q); |
| 948 | spin_lock_init(&txq->lock); |
| 949 | txq->setup = true; |
Bruno Randolf | 925e0b0 | 2010-09-17 11:36:35 +0900 | [diff] [blame] | 950 | txq->txq_len = 0; |
John W. Linville | 81266ba | 2011-03-07 16:32:59 -0500 | [diff] [blame] | 951 | txq->txq_max = ATH5K_TXQ_LEN_MAX; |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 952 | txq->txq_poll_mark = false; |
Bruno Randolf | 923e5b3 | 2010-09-17 11:37:02 +0900 | [diff] [blame] | 953 | txq->txq_stuck = 0; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 954 | } |
| 955 | return &sc->txqs[qnum]; |
| 956 | } |
| 957 | |
| 958 | static int |
| 959 | ath5k_beaconq_setup(struct ath5k_hw *ah) |
| 960 | { |
| 961 | struct ath5k_txq_info qi = { |
Bruno Randolf | de8af45 | 2010-09-17 11:37:12 +0900 | [diff] [blame] | 962 | /* XXX: default values not correct for B and XR channels, |
| 963 | * but who cares? */ |
| 964 | .tqi_aifs = AR5K_TUNE_AIFS, |
| 965 | .tqi_cw_min = AR5K_TUNE_CWMIN, |
| 966 | .tqi_cw_max = AR5K_TUNE_CWMAX, |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 967 | /* NB: for dynamic turbo, don't enable any other interrupts */ |
| 968 | .tqi_flags = AR5K_TXQ_FLAG_TXDESCINT_ENABLE |
| 969 | }; |
| 970 | |
| 971 | return ath5k_hw_setup_tx_queue(ah, AR5K_TX_QUEUE_BEACON, &qi); |
| 972 | } |
| 973 | |
| 974 | static int |
| 975 | ath5k_beaconq_config(struct ath5k_softc *sc) |
| 976 | { |
| 977 | struct ath5k_hw *ah = sc->ah; |
| 978 | struct ath5k_txq_info qi; |
| 979 | int ret; |
| 980 | |
| 981 | ret = ath5k_hw_get_tx_queueprops(ah, sc->bhalq, &qi); |
| 982 | if (ret) |
Bob Copeland | a951ae2 | 2010-01-20 23:51:04 -0500 | [diff] [blame] | 983 | goto err; |
| 984 | |
Johannes Berg | 05c914f | 2008-09-11 00:01:58 +0200 | [diff] [blame] | 985 | if (sc->opmode == NL80211_IFTYPE_AP || |
| 986 | sc->opmode == NL80211_IFTYPE_MESH_POINT) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 987 | /* |
| 988 | * Always burst out beacon and CAB traffic |
| 989 | * (aifs = cwmin = cwmax = 0) |
| 990 | */ |
| 991 | qi.tqi_aifs = 0; |
| 992 | qi.tqi_cw_min = 0; |
| 993 | qi.tqi_cw_max = 0; |
Johannes Berg | 05c914f | 2008-09-11 00:01:58 +0200 | [diff] [blame] | 994 | } else if (sc->opmode == NL80211_IFTYPE_ADHOC) { |
Bruno Randolf | 6d91e1d | 2008-01-19 18:18:41 +0900 | [diff] [blame] | 995 | /* |
| 996 | * Adhoc mode; backoff between 0 and (2 * cw_min). |
| 997 | */ |
| 998 | qi.tqi_aifs = 0; |
| 999 | qi.tqi_cw_min = 0; |
Bruno Randolf | de8af45 | 2010-09-17 11:37:12 +0900 | [diff] [blame] | 1000 | qi.tqi_cw_max = 2 * AR5K_TUNE_CWMIN; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1001 | } |
| 1002 | |
Bruno Randolf | 6d91e1d | 2008-01-19 18:18:41 +0900 | [diff] [blame] | 1003 | ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, |
| 1004 | "beacon queueprops tqi_aifs:%d tqi_cw_min:%d tqi_cw_max:%d\n", |
| 1005 | qi.tqi_aifs, qi.tqi_cw_min, qi.tqi_cw_max); |
| 1006 | |
Nick Kossifidis | c6e387a | 2008-08-29 22:45:39 +0300 | [diff] [blame] | 1007 | ret = ath5k_hw_set_tx_queueprops(ah, sc->bhalq, &qi); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1008 | if (ret) { |
| 1009 | ATH5K_ERR(sc, "%s: unable to update parameters for beacon " |
| 1010 | "hardware queue!\n", __func__); |
Bob Copeland | a951ae2 | 2010-01-20 23:51:04 -0500 | [diff] [blame] | 1011 | goto err; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1012 | } |
Bob Copeland | a951ae2 | 2010-01-20 23:51:04 -0500 | [diff] [blame] | 1013 | ret = ath5k_hw_reset_tx_queue(ah, sc->bhalq); /* push to h/w */ |
| 1014 | if (ret) |
| 1015 | goto err; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1016 | |
Bob Copeland | a951ae2 | 2010-01-20 23:51:04 -0500 | [diff] [blame] | 1017 | /* reconfigure cabq with ready time to 80% of beacon_interval */ |
| 1018 | ret = ath5k_hw_get_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi); |
| 1019 | if (ret) |
| 1020 | goto err; |
| 1021 | |
| 1022 | qi.tqi_ready_time = (sc->bintval * 80) / 100; |
| 1023 | ret = ath5k_hw_set_tx_queueprops(ah, AR5K_TX_QUEUE_ID_CAB, &qi); |
| 1024 | if (ret) |
| 1025 | goto err; |
| 1026 | |
| 1027 | ret = ath5k_hw_reset_tx_queue(ah, AR5K_TX_QUEUE_ID_CAB); |
| 1028 | err: |
| 1029 | return ret; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1030 | } |
| 1031 | |
Nick Kossifidis | 80dac9ee | 2010-11-23 20:45:38 +0200 | [diff] [blame] | 1032 | /** |
| 1033 | * ath5k_drain_tx_buffs - Empty tx buffers |
| 1034 | * |
| 1035 | * @sc The &struct ath5k_softc |
| 1036 | * |
| 1037 | * Empty tx buffers from all queues in preparation |
| 1038 | * of a reset or during shutdown. |
| 1039 | * |
| 1040 | * NB: this assumes output has been stopped and |
| 1041 | * we do not need to block ath5k_tx_tasklet |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1042 | */ |
| 1043 | static void |
Nick Kossifidis | 80dac9ee | 2010-11-23 20:45:38 +0200 | [diff] [blame] | 1044 | ath5k_drain_tx_buffs(struct ath5k_softc *sc) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1045 | { |
Nick Kossifidis | 80dac9ee | 2010-11-23 20:45:38 +0200 | [diff] [blame] | 1046 | struct ath5k_txq *txq; |
| 1047 | struct ath5k_buf *bf, *bf0; |
| 1048 | int i; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1049 | |
Nick Kossifidis | 80dac9ee | 2010-11-23 20:45:38 +0200 | [diff] [blame] | 1050 | for (i = 0; i < ARRAY_SIZE(sc->txqs); i++) { |
| 1051 | if (sc->txqs[i].setup) { |
| 1052 | txq = &sc->txqs[i]; |
| 1053 | spin_lock_bh(&txq->lock); |
| 1054 | list_for_each_entry_safe(bf, bf0, &txq->q, list) { |
| 1055 | ath5k_debug_printtxbuf(sc, bf); |
| 1056 | |
| 1057 | ath5k_txbuf_free_skb(sc, bf); |
| 1058 | |
| 1059 | spin_lock_bh(&sc->txbuflock); |
| 1060 | list_move_tail(&bf->list, &sc->txbuf); |
| 1061 | sc->txbuf_len++; |
| 1062 | txq->txq_len--; |
| 1063 | spin_unlock_bh(&sc->txbuflock); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1064 | } |
Nick Kossifidis | 80dac9ee | 2010-11-23 20:45:38 +0200 | [diff] [blame] | 1065 | txq->link = NULL; |
| 1066 | txq->txq_poll_mark = false; |
| 1067 | spin_unlock_bh(&txq->lock); |
| 1068 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1069 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1070 | } |
| 1071 | |
| 1072 | static void |
| 1073 | ath5k_txq_release(struct ath5k_softc *sc) |
| 1074 | { |
| 1075 | struct ath5k_txq *txq = sc->txqs; |
| 1076 | unsigned int i; |
| 1077 | |
| 1078 | for (i = 0; i < ARRAY_SIZE(sc->txqs); i++, txq++) |
| 1079 | if (txq->setup) { |
| 1080 | ath5k_hw_release_tx_queue(sc->ah, txq->qnum); |
| 1081 | txq->setup = false; |
| 1082 | } |
| 1083 | } |
| 1084 | |
| 1085 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1086 | /*************\ |
| 1087 | * RX Handling * |
| 1088 | \*************/ |
| 1089 | |
| 1090 | /* |
| 1091 | * Enable the receive h/w following a reset. |
| 1092 | */ |
| 1093 | static int |
| 1094 | ath5k_rx_start(struct ath5k_softc *sc) |
| 1095 | { |
| 1096 | struct ath5k_hw *ah = sc->ah; |
Luis R. Rodriguez | db71971 | 2009-09-10 11:20:57 -0700 | [diff] [blame] | 1097 | struct ath_common *common = ath5k_hw_common(ah); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1098 | struct ath5k_buf *bf; |
| 1099 | int ret; |
| 1100 | |
Nick Kossifidis | b612798 | 2010-08-15 13:03:11 -0400 | [diff] [blame] | 1101 | common->rx_bufsize = roundup(IEEE80211_MAX_FRAME_LEN, common->cachelsz); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1102 | |
Luis R. Rodriguez | cc861f7 | 2009-11-04 09:11:34 -0800 | [diff] [blame] | 1103 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "cachelsz %u rx_bufsize %u\n", |
| 1104 | common->cachelsz, common->rx_bufsize); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1105 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1106 | spin_lock_bh(&sc->rxbuflock); |
Bob Copeland | 2692504 | 2009-04-15 07:57:36 -0400 | [diff] [blame] | 1107 | sc->rxlink = NULL; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1108 | list_for_each_entry(bf, &sc->rxbuf, list) { |
| 1109 | ret = ath5k_rxbuf_setup(sc, bf); |
| 1110 | if (ret != 0) { |
| 1111 | spin_unlock_bh(&sc->rxbuflock); |
| 1112 | goto err; |
| 1113 | } |
| 1114 | } |
| 1115 | bf = list_first_entry(&sc->rxbuf, struct ath5k_buf, list); |
Bob Copeland | 2692504 | 2009-04-15 07:57:36 -0400 | [diff] [blame] | 1116 | ath5k_hw_set_rxdp(ah, bf->daddr); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1117 | spin_unlock_bh(&sc->rxbuflock); |
| 1118 | |
Nick Kossifidis | c6e387a | 2008-08-29 22:45:39 +0300 | [diff] [blame] | 1119 | ath5k_hw_start_rx_dma(ah); /* enable recv descriptors */ |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 1120 | ath5k_update_bssid_mask_and_opmode(sc, NULL); /* set filters, etc. */ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1121 | ath5k_hw_start_rx_pcu(ah); /* re-enable PCU/DMA engine */ |
| 1122 | |
| 1123 | return 0; |
| 1124 | err: |
| 1125 | return ret; |
| 1126 | } |
| 1127 | |
| 1128 | /* |
Nick Kossifidis | 80dac9ee | 2010-11-23 20:45:38 +0200 | [diff] [blame] | 1129 | * Disable the receive logic on PCU (DRU) |
| 1130 | * In preparation for a shutdown. |
| 1131 | * |
| 1132 | * Note: Doesn't stop rx DMA, ath5k_hw_dma_stop |
| 1133 | * does. |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1134 | */ |
| 1135 | static void |
| 1136 | ath5k_rx_stop(struct ath5k_softc *sc) |
| 1137 | { |
| 1138 | struct ath5k_hw *ah = sc->ah; |
| 1139 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1140 | ath5k_hw_set_rx_filter(ah, 0); /* clear recv filter */ |
Nick Kossifidis | 80dac9ee | 2010-11-23 20:45:38 +0200 | [diff] [blame] | 1141 | ath5k_hw_stop_rx_pcu(ah); /* disable PCU */ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1142 | |
| 1143 | ath5k_debug_printrxbuffs(sc, ah); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1144 | } |
| 1145 | |
| 1146 | static unsigned int |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1147 | ath5k_rx_decrypted(struct ath5k_softc *sc, struct sk_buff *skb, |
| 1148 | struct ath5k_rx_status *rs) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1149 | { |
Luis R. Rodriguez | dc1e001 | 2009-11-04 17:47:31 -0800 | [diff] [blame] | 1150 | struct ath5k_hw *ah = sc->ah; |
| 1151 | struct ath_common *common = ath5k_hw_common(ah); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1152 | struct ieee80211_hdr *hdr = (void *)skb->data; |
Harvey Harrison | 798ee98 | 2008-07-15 18:44:02 -0700 | [diff] [blame] | 1153 | unsigned int keyix, hlen; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1154 | |
Bruno Randolf | b47f407 | 2008-03-05 18:35:45 +0900 | [diff] [blame] | 1155 | if (!(rs->rs_status & AR5K_RXERR_DECRYPT) && |
| 1156 | rs->rs_keyix != AR5K_RXKEYIX_INVALID) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1157 | return RX_FLAG_DECRYPTED; |
| 1158 | |
| 1159 | /* Apparently when a default key is used to decrypt the packet |
| 1160 | the hw does not set the index used to decrypt. In such cases |
| 1161 | get the index from the packet. */ |
Harvey Harrison | 798ee98 | 2008-07-15 18:44:02 -0700 | [diff] [blame] | 1162 | hlen = ieee80211_hdrlen(hdr->frame_control); |
Harvey Harrison | 24b56e7 | 2008-06-14 23:33:38 -0700 | [diff] [blame] | 1163 | if (ieee80211_has_protected(hdr->frame_control) && |
| 1164 | !(rs->rs_status & AR5K_RXERR_DECRYPT) && |
| 1165 | skb->len >= hlen + 4) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1166 | keyix = skb->data[hlen + 3] >> 6; |
| 1167 | |
Luis R. Rodriguez | dc1e001 | 2009-11-04 17:47:31 -0800 | [diff] [blame] | 1168 | if (test_bit(keyix, common->keymap)) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1169 | return RX_FLAG_DECRYPTED; |
| 1170 | } |
| 1171 | |
| 1172 | return 0; |
| 1173 | } |
| 1174 | |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 1175 | |
| 1176 | static void |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1177 | ath5k_check_ibss_tsf(struct ath5k_softc *sc, struct sk_buff *skb, |
| 1178 | struct ieee80211_rx_status *rxs) |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 1179 | { |
Luis R. Rodriguez | 954fece | 2009-09-10 10:51:33 -0700 | [diff] [blame] | 1180 | struct ath_common *common = ath5k_hw_common(sc->ah); |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1181 | u64 tsf, bc_tstamp; |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 1182 | u32 hw_tu; |
| 1183 | struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data; |
| 1184 | |
Harvey Harrison | 24b56e7 | 2008-06-14 23:33:38 -0700 | [diff] [blame] | 1185 | if (ieee80211_is_beacon(mgmt->frame_control) && |
Pavel Roskin | 38c07b4 | 2008-02-26 17:59:14 -0500 | [diff] [blame] | 1186 | le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS && |
Luis R. Rodriguez | 954fece | 2009-09-10 10:51:33 -0700 | [diff] [blame] | 1187 | memcmp(mgmt->bssid, common->curbssid, ETH_ALEN) == 0) { |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 1188 | /* |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1189 | * Received an IBSS beacon with the same BSSID. Hardware *must* |
| 1190 | * have updated the local TSF. We have to work around various |
| 1191 | * hardware bugs, though... |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 1192 | */ |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1193 | tsf = ath5k_hw_get_tsf64(sc->ah); |
| 1194 | bc_tstamp = le64_to_cpu(mgmt->u.beacon.timestamp); |
| 1195 | hw_tu = TSF_TO_TU(tsf); |
| 1196 | |
| 1197 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, |
| 1198 | "beacon %llx mactime %llx (diff %lld) tsf now %llx\n", |
John W. Linville | 06501d2 | 2008-04-01 17:38:47 -0400 | [diff] [blame] | 1199 | (unsigned long long)bc_tstamp, |
| 1200 | (unsigned long long)rxs->mactime, |
| 1201 | (unsigned long long)(rxs->mactime - bc_tstamp), |
| 1202 | (unsigned long long)tsf); |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1203 | |
| 1204 | /* |
| 1205 | * Sometimes the HW will give us a wrong tstamp in the rx |
| 1206 | * status, causing the timestamp extension to go wrong. |
| 1207 | * (This seems to happen especially with beacon frames bigger |
| 1208 | * than 78 byte (incl. FCS)) |
| 1209 | * But we know that the receive timestamp must be later than the |
| 1210 | * timestamp of the beacon since HW must have synced to that. |
| 1211 | * |
| 1212 | * NOTE: here we assume mactime to be after the frame was |
| 1213 | * received, not like mac80211 which defines it at the start. |
| 1214 | */ |
| 1215 | if (bc_tstamp > rxs->mactime) { |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 1216 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1217 | "fixing mactime from %llx to %llx\n", |
John W. Linville | 06501d2 | 2008-04-01 17:38:47 -0400 | [diff] [blame] | 1218 | (unsigned long long)rxs->mactime, |
| 1219 | (unsigned long long)tsf); |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1220 | rxs->mactime = tsf; |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 1221 | } |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1222 | |
| 1223 | /* |
| 1224 | * Local TSF might have moved higher than our beacon timers, |
| 1225 | * in that case we have to update them to continue sending |
| 1226 | * beacons. This also takes care of synchronizing beacon sending |
| 1227 | * times with other stations. |
| 1228 | */ |
| 1229 | if (hw_tu >= sc->nexttbtt) |
| 1230 | ath5k_beacon_update_timers(sc, bc_tstamp); |
Bruno Randolf | 7f89612 | 2010-09-27 12:22:21 +0900 | [diff] [blame] | 1231 | |
| 1232 | /* Check if the beacon timers are still correct, because a TSF |
| 1233 | * update might have created a window between them - for a |
| 1234 | * longer description see the comment of this function: */ |
| 1235 | if (!ath5k_hw_check_beacon_timers(sc->ah, sc->bintval)) { |
| 1236 | ath5k_beacon_update_timers(sc, bc_tstamp); |
| 1237 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, |
| 1238 | "fixed beacon timers after beacon receive\n"); |
| 1239 | } |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 1240 | } |
| 1241 | } |
| 1242 | |
Bruno Randolf | b4ea449 | 2010-03-25 14:49:25 +0900 | [diff] [blame] | 1243 | static void |
| 1244 | ath5k_update_beacon_rssi(struct ath5k_softc *sc, struct sk_buff *skb, int rssi) |
| 1245 | { |
| 1246 | struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data; |
| 1247 | struct ath5k_hw *ah = sc->ah; |
| 1248 | struct ath_common *common = ath5k_hw_common(ah); |
| 1249 | |
| 1250 | /* only beacons from our BSSID */ |
| 1251 | if (!ieee80211_is_beacon(mgmt->frame_control) || |
| 1252 | memcmp(mgmt->bssid, common->curbssid, ETH_ALEN) != 0) |
| 1253 | return; |
| 1254 | |
Bruno Randolf | eef39be | 2010-11-16 10:58:43 +0900 | [diff] [blame] | 1255 | ewma_add(&ah->ah_beacon_rssi_avg, rssi); |
Bruno Randolf | b4ea449 | 2010-03-25 14:49:25 +0900 | [diff] [blame] | 1256 | |
| 1257 | /* in IBSS mode we should keep RSSI statistics per neighbour */ |
| 1258 | /* le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS */ |
| 1259 | } |
| 1260 | |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 1261 | /* |
Bob Copeland | a180a13 | 2010-08-15 13:03:12 -0400 | [diff] [blame] | 1262 | * Compute padding position. skb must contain an IEEE 802.11 frame |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 1263 | */ |
| 1264 | static int ath5k_common_padpos(struct sk_buff *skb) |
| 1265 | { |
| 1266 | struct ieee80211_hdr * hdr = (struct ieee80211_hdr *)skb->data; |
| 1267 | __le16 frame_control = hdr->frame_control; |
| 1268 | int padpos = 24; |
| 1269 | |
| 1270 | if (ieee80211_has_a4(frame_control)) { |
| 1271 | padpos += ETH_ALEN; |
| 1272 | } |
| 1273 | if (ieee80211_is_data_qos(frame_control)) { |
| 1274 | padpos += IEEE80211_QOS_CTL_LEN; |
| 1275 | } |
| 1276 | |
| 1277 | return padpos; |
| 1278 | } |
| 1279 | |
| 1280 | /* |
Bob Copeland | a180a13 | 2010-08-15 13:03:12 -0400 | [diff] [blame] | 1281 | * This function expects an 802.11 frame and returns the number of |
| 1282 | * bytes added, or -1 if we don't have enough header room. |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 1283 | */ |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 1284 | static int ath5k_add_padding(struct sk_buff *skb) |
| 1285 | { |
| 1286 | int padpos = ath5k_common_padpos(skb); |
| 1287 | int padsize = padpos & 3; |
| 1288 | |
| 1289 | if (padsize && skb->len>padpos) { |
| 1290 | |
| 1291 | if (skb_headroom(skb) < padsize) |
| 1292 | return -1; |
| 1293 | |
| 1294 | skb_push(skb, padsize); |
| 1295 | memmove(skb->data, skb->data+padsize, padpos); |
| 1296 | return padsize; |
| 1297 | } |
| 1298 | |
| 1299 | return 0; |
| 1300 | } |
| 1301 | |
| 1302 | /* |
Bob Copeland | a180a13 | 2010-08-15 13:03:12 -0400 | [diff] [blame] | 1303 | * The MAC header is padded to have 32-bit boundary if the |
| 1304 | * packet payload is non-zero. The general calculation for |
| 1305 | * padsize would take into account odd header lengths: |
| 1306 | * padsize = 4 - (hdrlen & 3); however, since only |
| 1307 | * even-length headers are used, padding can only be 0 or 2 |
| 1308 | * bytes and we can optimize this a bit. We must not try to |
| 1309 | * remove padding from short control frames that do not have a |
| 1310 | * payload. |
| 1311 | * |
| 1312 | * This function expects an 802.11 frame and returns the number of |
| 1313 | * bytes removed. |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 1314 | */ |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 1315 | static int ath5k_remove_padding(struct sk_buff *skb) |
| 1316 | { |
| 1317 | int padpos = ath5k_common_padpos(skb); |
| 1318 | int padsize = padpos & 3; |
| 1319 | |
| 1320 | if (padsize && skb->len>=padpos+padsize) { |
| 1321 | memmove(skb->data + padsize, skb->data, padpos); |
| 1322 | skb_pull(skb, padsize); |
| 1323 | return padsize; |
| 1324 | } |
| 1325 | |
| 1326 | return 0; |
| 1327 | } |
| 1328 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1329 | static void |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1330 | ath5k_receive_frame(struct ath5k_softc *sc, struct sk_buff *skb, |
| 1331 | struct ath5k_rx_status *rs) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1332 | { |
Bob Copeland | 1c5256b | 2009-08-24 23:00:32 -0400 | [diff] [blame] | 1333 | struct ieee80211_rx_status *rxs; |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1334 | |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1335 | ath5k_remove_padding(skb); |
| 1336 | |
| 1337 | rxs = IEEE80211_SKB_RXCB(skb); |
| 1338 | |
| 1339 | rxs->flag = 0; |
| 1340 | if (unlikely(rs->rs_status & AR5K_RXERR_MIC)) |
| 1341 | rxs->flag |= RX_FLAG_MMIC_ERROR; |
| 1342 | |
| 1343 | /* |
| 1344 | * always extend the mac timestamp, since this information is |
| 1345 | * also needed for proper IBSS merging. |
| 1346 | * |
| 1347 | * XXX: it might be too late to do it here, since rs_tstamp is |
| 1348 | * 15bit only. that means TSF extension has to be done within |
| 1349 | * 32768usec (about 32ms). it might be necessary to move this to |
| 1350 | * the interrupt handler, like it is done in madwifi. |
| 1351 | * |
| 1352 | * Unfortunately we don't know when the hardware takes the rx |
| 1353 | * timestamp (beginning of phy frame, data frame, end of rx?). |
| 1354 | * The only thing we know is that it is hardware specific... |
| 1355 | * On AR5213 it seems the rx timestamp is at the end of the |
| 1356 | * frame, but i'm not sure. |
| 1357 | * |
| 1358 | * NOTE: mac80211 defines mactime at the beginning of the first |
| 1359 | * data symbol. Since we don't have any time references it's |
| 1360 | * impossible to comply to that. This affects IBSS merge only |
| 1361 | * right now, so it's not too bad... |
| 1362 | */ |
| 1363 | rxs->mactime = ath5k_extend_tsf(sc->ah, rs->rs_tstamp); |
Johannes Berg | 6ebacbb | 2011-02-23 15:06:08 +0100 | [diff] [blame] | 1364 | rxs->flag |= RX_FLAG_MACTIME_MPDU; |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1365 | |
| 1366 | rxs->freq = sc->curchan->center_freq; |
Bruno Randolf | 930a762 | 2011-01-19 18:21:13 +0900 | [diff] [blame] | 1367 | rxs->band = sc->curchan->band; |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1368 | |
| 1369 | rxs->signal = sc->ah->ah_noise_floor + rs->rs_rssi; |
| 1370 | |
| 1371 | rxs->antenna = rs->rs_antenna; |
| 1372 | |
| 1373 | if (rs->rs_antenna > 0 && rs->rs_antenna < 5) |
| 1374 | sc->stats.antenna_rx[rs->rs_antenna]++; |
| 1375 | else |
| 1376 | sc->stats.antenna_rx[0]++; /* invalid */ |
| 1377 | |
| 1378 | rxs->rate_idx = ath5k_hw_to_driver_rix(sc, rs->rs_rate); |
| 1379 | rxs->flag |= ath5k_rx_decrypted(sc, skb, rs); |
| 1380 | |
| 1381 | if (rxs->rate_idx >= 0 && rs->rs_rate == |
Bruno Randolf | 930a762 | 2011-01-19 18:21:13 +0900 | [diff] [blame] | 1382 | sc->sbands[sc->curchan->band].bitrates[rxs->rate_idx].hw_value_short) |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1383 | rxs->flag |= RX_FLAG_SHORTPRE; |
| 1384 | |
Bob Copeland | 0e47225 | 2011-01-24 23:32:55 -0500 | [diff] [blame] | 1385 | trace_ath5k_rx(sc, skb); |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1386 | |
| 1387 | ath5k_update_beacon_rssi(sc, skb, rs->rs_rssi); |
| 1388 | |
| 1389 | /* check beacons in IBSS mode */ |
| 1390 | if (sc->opmode == NL80211_IFTYPE_ADHOC) |
| 1391 | ath5k_check_ibss_tsf(sc, skb, rxs); |
| 1392 | |
| 1393 | ieee80211_rx(sc->hw, skb); |
| 1394 | } |
| 1395 | |
Bruno Randolf | 02a78b4 | 2010-06-16 19:11:56 +0900 | [diff] [blame] | 1396 | /** ath5k_frame_receive_ok() - Do we want to receive this frame or not? |
| 1397 | * |
| 1398 | * Check if we want to further process this frame or not. Also update |
| 1399 | * statistics. Return true if we want this frame, false if not. |
| 1400 | */ |
| 1401 | static bool |
| 1402 | ath5k_receive_frame_ok(struct ath5k_softc *sc, struct ath5k_rx_status *rs) |
| 1403 | { |
| 1404 | sc->stats.rx_all_count++; |
Ben Greear | b72acdd | 2010-10-01 10:54:04 -0700 | [diff] [blame] | 1405 | sc->stats.rx_bytes_count += rs->rs_datalen; |
Bruno Randolf | 02a78b4 | 2010-06-16 19:11:56 +0900 | [diff] [blame] | 1406 | |
| 1407 | if (unlikely(rs->rs_status)) { |
| 1408 | if (rs->rs_status & AR5K_RXERR_CRC) |
| 1409 | sc->stats.rxerr_crc++; |
| 1410 | if (rs->rs_status & AR5K_RXERR_FIFO) |
| 1411 | sc->stats.rxerr_fifo++; |
| 1412 | if (rs->rs_status & AR5K_RXERR_PHY) { |
| 1413 | sc->stats.rxerr_phy++; |
| 1414 | if (rs->rs_phyerr > 0 && rs->rs_phyerr < 32) |
| 1415 | sc->stats.rxerr_phy_code[rs->rs_phyerr]++; |
| 1416 | return false; |
| 1417 | } |
| 1418 | if (rs->rs_status & AR5K_RXERR_DECRYPT) { |
| 1419 | /* |
| 1420 | * Decrypt error. If the error occurred |
| 1421 | * because there was no hardware key, then |
| 1422 | * let the frame through so the upper layers |
| 1423 | * can process it. This is necessary for 5210 |
| 1424 | * parts which have no way to setup a ``clear'' |
| 1425 | * key cache entry. |
| 1426 | * |
| 1427 | * XXX do key cache faulting |
| 1428 | */ |
| 1429 | sc->stats.rxerr_decrypt++; |
| 1430 | if (rs->rs_keyix == AR5K_RXKEYIX_INVALID && |
| 1431 | !(rs->rs_status & AR5K_RXERR_CRC)) |
| 1432 | return true; |
| 1433 | } |
| 1434 | if (rs->rs_status & AR5K_RXERR_MIC) { |
| 1435 | sc->stats.rxerr_mic++; |
| 1436 | return true; |
| 1437 | } |
| 1438 | |
Bob Copeland | 23538c2 | 2010-08-15 13:03:13 -0400 | [diff] [blame] | 1439 | /* reject any frames with non-crypto errors */ |
| 1440 | if (rs->rs_status & ~(AR5K_RXERR_DECRYPT)) |
Bruno Randolf | 02a78b4 | 2010-06-16 19:11:56 +0900 | [diff] [blame] | 1441 | return false; |
| 1442 | } |
| 1443 | |
| 1444 | if (unlikely(rs->rs_more)) { |
| 1445 | sc->stats.rxerr_jumbo++; |
| 1446 | return false; |
| 1447 | } |
| 1448 | return true; |
| 1449 | } |
| 1450 | |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1451 | static void |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 1452 | ath5k_set_current_imask(struct ath5k_softc *sc) |
| 1453 | { |
| 1454 | enum ath5k_int imask = sc->imask; |
| 1455 | unsigned long flags; |
| 1456 | |
| 1457 | spin_lock_irqsave(&sc->irqlock, flags); |
| 1458 | if (sc->rx_pending) |
| 1459 | imask &= ~AR5K_INT_RX_ALL; |
| 1460 | if (sc->tx_pending) |
| 1461 | imask &= ~AR5K_INT_TX_ALL; |
| 1462 | ath5k_hw_set_imr(sc->ah, imask); |
| 1463 | spin_unlock_irqrestore(&sc->irqlock, flags); |
| 1464 | } |
| 1465 | |
| 1466 | static void |
Bruno Randolf | 8a89f06 | 2010-06-16 19:11:51 +0900 | [diff] [blame] | 1467 | ath5k_tasklet_rx(unsigned long data) |
| 1468 | { |
Bruno Randolf | b47f407 | 2008-03-05 18:35:45 +0900 | [diff] [blame] | 1469 | struct ath5k_rx_status rs = {}; |
Bob Copeland | b6ea035 | 2009-01-10 14:42:54 -0500 | [diff] [blame] | 1470 | struct sk_buff *skb, *next_skb; |
| 1471 | dma_addr_t next_skb_addr; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1472 | struct ath5k_softc *sc = (void *)data; |
Luis R. Rodriguez | cc861f7 | 2009-11-04 09:11:34 -0800 | [diff] [blame] | 1473 | struct ath5k_hw *ah = sc->ah; |
| 1474 | struct ath_common *common = ath5k_hw_common(ah); |
Bob Copeland | c57ca81 | 2009-04-15 07:57:35 -0400 | [diff] [blame] | 1475 | struct ath5k_buf *bf; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1476 | struct ath5k_desc *ds; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1477 | int ret; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1478 | |
| 1479 | spin_lock(&sc->rxbuflock); |
Jiri Slaby | 3a0f2c8 | 2008-07-15 17:44:18 +0200 | [diff] [blame] | 1480 | if (list_empty(&sc->rxbuf)) { |
| 1481 | ATH5K_WARN(sc, "empty rx buf pool\n"); |
| 1482 | goto unlock; |
| 1483 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1484 | do { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1485 | bf = list_first_entry(&sc->rxbuf, struct ath5k_buf, list); |
| 1486 | BUG_ON(bf->skb == NULL); |
| 1487 | skb = bf->skb; |
| 1488 | ds = bf->desc; |
| 1489 | |
Bob Copeland | c57ca81 | 2009-04-15 07:57:35 -0400 | [diff] [blame] | 1490 | /* bail if HW is still using self-linked descriptor */ |
| 1491 | if (ath5k_hw_get_rxdp(sc->ah) == bf->daddr) |
| 1492 | break; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1493 | |
Bruno Randolf | b47f407 | 2008-03-05 18:35:45 +0900 | [diff] [blame] | 1494 | ret = sc->ah->ah_proc_rx_desc(sc->ah, ds, &rs); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1495 | if (unlikely(ret == -EINPROGRESS)) |
| 1496 | break; |
| 1497 | else if (unlikely(ret)) { |
| 1498 | ATH5K_ERR(sc, "error in processing rx descriptor\n"); |
Bruno Randolf | 7644395 | 2010-03-09 16:56:00 +0900 | [diff] [blame] | 1499 | sc->stats.rxerr_proc++; |
Bruno Randolf | b16062f | 2010-06-16 19:11:46 +0900 | [diff] [blame] | 1500 | break; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1501 | } |
| 1502 | |
Bruno Randolf | 02a78b4 | 2010-06-16 19:11:56 +0900 | [diff] [blame] | 1503 | if (ath5k_receive_frame_ok(sc, &rs)) { |
| 1504 | next_skb = ath5k_rx_skb_alloc(sc, &next_skb_addr); |
Bruno Randolf | 7644395 | 2010-03-09 16:56:00 +0900 | [diff] [blame] | 1505 | |
Bruno Randolf | 02a78b4 | 2010-06-16 19:11:56 +0900 | [diff] [blame] | 1506 | /* |
| 1507 | * If we can't replace bf->skb with a new skb under |
| 1508 | * memory pressure, just skip this packet |
| 1509 | */ |
| 1510 | if (!next_skb) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1511 | goto next; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1512 | |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 1513 | dma_unmap_single(sc->dev, bf->skbaddr, |
Bruno Randolf | 02a78b4 | 2010-06-16 19:11:56 +0900 | [diff] [blame] | 1514 | common->rx_bufsize, |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 1515 | DMA_FROM_DEVICE); |
Bruno Randolf | 02a78b4 | 2010-06-16 19:11:56 +0900 | [diff] [blame] | 1516 | |
| 1517 | skb_put(skb, rs.rs_datalen); |
| 1518 | |
| 1519 | ath5k_receive_frame(sc, skb, &rs); |
| 1520 | |
| 1521 | bf->skb = next_skb; |
| 1522 | bf->skbaddr = next_skb_addr; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1523 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1524 | next: |
| 1525 | list_move_tail(&bf->list, &sc->rxbuf); |
| 1526 | } while (ath5k_rxbuf_setup(sc, bf) == 0); |
Jiri Slaby | 3a0f2c8 | 2008-07-15 17:44:18 +0200 | [diff] [blame] | 1527 | unlock: |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1528 | spin_unlock(&sc->rxbuflock); |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 1529 | sc->rx_pending = false; |
| 1530 | ath5k_set_current_imask(sc); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1531 | } |
| 1532 | |
| 1533 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1534 | /*************\ |
| 1535 | * TX Handling * |
| 1536 | \*************/ |
| 1537 | |
Johannes Berg | 7bb4568 | 2011-02-24 14:42:06 +0100 | [diff] [blame] | 1538 | void |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 1539 | ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb, |
| 1540 | struct ath5k_txq *txq) |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1541 | { |
| 1542 | struct ath5k_softc *sc = hw->priv; |
| 1543 | struct ath5k_buf *bf; |
| 1544 | unsigned long flags; |
| 1545 | int padsize; |
| 1546 | |
Bob Copeland | 0e47225 | 2011-01-24 23:32:55 -0500 | [diff] [blame] | 1547 | trace_ath5k_tx(sc, skb, txq); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1548 | |
| 1549 | /* |
| 1550 | * The hardware expects the header padded to 4 byte boundaries. |
| 1551 | * If this is not the case, we add the padding after the header. |
| 1552 | */ |
| 1553 | padsize = ath5k_add_padding(skb); |
| 1554 | if (padsize < 0) { |
| 1555 | ATH5K_ERR(sc, "tx hdrlen not %%4: not enough" |
| 1556 | " headroom to pad"); |
| 1557 | goto drop_packet; |
| 1558 | } |
| 1559 | |
John W. Linville | 81266ba | 2011-03-07 16:32:59 -0500 | [diff] [blame] | 1560 | if (txq->txq_len >= txq->txq_max) |
Bruno Randolf | 925e0b0 | 2010-09-17 11:36:35 +0900 | [diff] [blame] | 1561 | ieee80211_stop_queue(hw, txq->qnum); |
| 1562 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1563 | spin_lock_irqsave(&sc->txbuflock, flags); |
| 1564 | if (list_empty(&sc->txbuf)) { |
| 1565 | ATH5K_ERR(sc, "no further txbuf available, dropping packet\n"); |
| 1566 | spin_unlock_irqrestore(&sc->txbuflock, flags); |
Bruno Randolf | 651d937 | 2010-09-17 11:36:46 +0900 | [diff] [blame] | 1567 | ieee80211_stop_queues(hw); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1568 | goto drop_packet; |
| 1569 | } |
| 1570 | bf = list_first_entry(&sc->txbuf, struct ath5k_buf, list); |
| 1571 | list_del(&bf->list); |
| 1572 | sc->txbuf_len--; |
| 1573 | if (list_empty(&sc->txbuf)) |
| 1574 | ieee80211_stop_queues(hw); |
| 1575 | spin_unlock_irqrestore(&sc->txbuflock, flags); |
| 1576 | |
| 1577 | bf->skb = skb; |
| 1578 | |
| 1579 | if (ath5k_txbuf_setup(sc, bf, txq, padsize)) { |
| 1580 | bf->skb = NULL; |
| 1581 | spin_lock_irqsave(&sc->txbuflock, flags); |
| 1582 | list_add_tail(&bf->list, &sc->txbuf); |
| 1583 | sc->txbuf_len++; |
| 1584 | spin_unlock_irqrestore(&sc->txbuflock, flags); |
| 1585 | goto drop_packet; |
| 1586 | } |
Johannes Berg | 7bb4568 | 2011-02-24 14:42:06 +0100 | [diff] [blame] | 1587 | return; |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1588 | |
| 1589 | drop_packet: |
| 1590 | dev_kfree_skb_any(skb); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1591 | } |
| 1592 | |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1593 | static void |
| 1594 | ath5k_tx_frame_completed(struct ath5k_softc *sc, struct sk_buff *skb, |
Bob Copeland | 0e47225 | 2011-01-24 23:32:55 -0500 | [diff] [blame] | 1595 | struct ath5k_txq *txq, struct ath5k_tx_status *ts) |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1596 | { |
| 1597 | struct ieee80211_tx_info *info; |
Felix Fietkau | ed89508 | 2011-04-10 18:32:17 +0200 | [diff] [blame] | 1598 | u8 tries[3]; |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1599 | int i; |
| 1600 | |
| 1601 | sc->stats.tx_all_count++; |
Ben Greear | b72acdd | 2010-10-01 10:54:04 -0700 | [diff] [blame] | 1602 | sc->stats.tx_bytes_count += skb->len; |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1603 | info = IEEE80211_SKB_CB(skb); |
| 1604 | |
Felix Fietkau | ed89508 | 2011-04-10 18:32:17 +0200 | [diff] [blame] | 1605 | tries[0] = info->status.rates[0].count; |
| 1606 | tries[1] = info->status.rates[1].count; |
| 1607 | tries[2] = info->status.rates[2].count; |
| 1608 | |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1609 | ieee80211_tx_info_clear_status(info); |
Felix Fietkau | ed89508 | 2011-04-10 18:32:17 +0200 | [diff] [blame] | 1610 | |
| 1611 | for (i = 0; i < ts->ts_final_idx; i++) { |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1612 | struct ieee80211_tx_rate *r = |
| 1613 | &info->status.rates[i]; |
| 1614 | |
Felix Fietkau | ed89508 | 2011-04-10 18:32:17 +0200 | [diff] [blame] | 1615 | r->count = tries[i]; |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1616 | } |
| 1617 | |
Felix Fietkau | ed89508 | 2011-04-10 18:32:17 +0200 | [diff] [blame] | 1618 | info->status.rates[ts->ts_final_idx].count = ts->ts_final_retry; |
Felix Fietkau | 6d7b97b | 2011-04-09 21:37:14 +0200 | [diff] [blame] | 1619 | info->status.rates[ts->ts_final_idx + 1].idx = -1; |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1620 | |
| 1621 | if (unlikely(ts->ts_status)) { |
| 1622 | sc->stats.ack_fail++; |
| 1623 | if (ts->ts_status & AR5K_TXERR_FILT) { |
| 1624 | info->flags |= IEEE80211_TX_STAT_TX_FILTERED; |
| 1625 | sc->stats.txerr_filt++; |
| 1626 | } |
| 1627 | if (ts->ts_status & AR5K_TXERR_XRETRY) |
| 1628 | sc->stats.txerr_retry++; |
| 1629 | if (ts->ts_status & AR5K_TXERR_FIFO) |
| 1630 | sc->stats.txerr_fifo++; |
| 1631 | } else { |
| 1632 | info->flags |= IEEE80211_TX_STAT_ACK; |
| 1633 | info->status.ack_signal = ts->ts_rssi; |
Felix Fietkau | 6d7b97b | 2011-04-09 21:37:14 +0200 | [diff] [blame] | 1634 | |
| 1635 | /* count the successful attempt as well */ |
| 1636 | info->status.rates[ts->ts_final_idx].count++; |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1637 | } |
| 1638 | |
| 1639 | /* |
| 1640 | * Remove MAC header padding before giving the frame |
| 1641 | * back to mac80211. |
| 1642 | */ |
| 1643 | ath5k_remove_padding(skb); |
| 1644 | |
| 1645 | if (ts->ts_antenna > 0 && ts->ts_antenna < 5) |
| 1646 | sc->stats.antenna_tx[ts->ts_antenna]++; |
| 1647 | else |
| 1648 | sc->stats.antenna_tx[0]++; /* invalid */ |
| 1649 | |
Bob Copeland | 0e47225 | 2011-01-24 23:32:55 -0500 | [diff] [blame] | 1650 | trace_ath5k_tx_complete(sc, skb, txq, ts); |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1651 | ieee80211_tx_status(sc->hw, skb); |
| 1652 | } |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1653 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1654 | static void |
| 1655 | ath5k_tx_processq(struct ath5k_softc *sc, struct ath5k_txq *txq) |
| 1656 | { |
Bruno Randolf | b47f407 | 2008-03-05 18:35:45 +0900 | [diff] [blame] | 1657 | struct ath5k_tx_status ts = {}; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1658 | struct ath5k_buf *bf, *bf0; |
| 1659 | struct ath5k_desc *ds; |
| 1660 | struct sk_buff *skb; |
Bruno Randolf | 1440401 | 2010-09-17 11:36:51 +0900 | [diff] [blame] | 1661 | int ret; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1662 | |
| 1663 | spin_lock(&txq->lock); |
| 1664 | list_for_each_entry_safe(bf, bf0, &txq->q, list) { |
Bruno Randolf | 2341329 | 2010-09-17 11:37:07 +0900 | [diff] [blame] | 1665 | |
| 1666 | txq->txq_poll_mark = false; |
| 1667 | |
| 1668 | /* skb might already have been processed last time. */ |
| 1669 | if (bf->skb != NULL) { |
| 1670 | ds = bf->desc; |
| 1671 | |
| 1672 | ret = sc->ah->ah_proc_tx_desc(sc->ah, ds, &ts); |
| 1673 | if (unlikely(ret == -EINPROGRESS)) |
| 1674 | break; |
| 1675 | else if (unlikely(ret)) { |
| 1676 | ATH5K_ERR(sc, |
| 1677 | "error %d while processing " |
| 1678 | "queue %u\n", ret, txq->qnum); |
| 1679 | break; |
| 1680 | } |
| 1681 | |
| 1682 | skb = bf->skb; |
| 1683 | bf->skb = NULL; |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 1684 | |
| 1685 | dma_unmap_single(sc->dev, bf->skbaddr, skb->len, |
| 1686 | DMA_TO_DEVICE); |
Bob Copeland | 0e47225 | 2011-01-24 23:32:55 -0500 | [diff] [blame] | 1687 | ath5k_tx_frame_completed(sc, skb, txq, &ts); |
Bruno Randolf | 2341329 | 2010-09-17 11:37:07 +0900 | [diff] [blame] | 1688 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1689 | |
Bob Copeland | a05988b | 2010-04-07 23:55:58 -0400 | [diff] [blame] | 1690 | /* |
| 1691 | * It's possible that the hardware can say the buffer is |
| 1692 | * completed when it hasn't yet loaded the ds_link from |
Bruno Randolf | 2341329 | 2010-09-17 11:37:07 +0900 | [diff] [blame] | 1693 | * host memory and moved on. |
| 1694 | * Always keep the last descriptor to avoid HW races... |
Bob Copeland | a05988b | 2010-04-07 23:55:58 -0400 | [diff] [blame] | 1695 | */ |
Bruno Randolf | 2341329 | 2010-09-17 11:37:07 +0900 | [diff] [blame] | 1696 | if (ath5k_hw_get_txdp(sc->ah, txq->qnum) != bf->daddr) { |
| 1697 | spin_lock(&sc->txbuflock); |
| 1698 | list_move_tail(&bf->list, &sc->txbuf); |
| 1699 | sc->txbuf_len++; |
| 1700 | txq->txq_len--; |
| 1701 | spin_unlock(&sc->txbuflock); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1702 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1703 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1704 | spin_unlock(&txq->lock); |
Bruno Randolf | 4198a8d | 2010-10-05 13:27:17 +0900 | [diff] [blame] | 1705 | if (txq->txq_len < ATH5K_TXQ_LEN_LOW && txq->qnum < 4) |
Bruno Randolf | 925e0b0 | 2010-09-17 11:36:35 +0900 | [diff] [blame] | 1706 | ieee80211_wake_queue(sc->hw, txq->qnum); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1707 | } |
| 1708 | |
| 1709 | static void |
| 1710 | ath5k_tasklet_tx(unsigned long data) |
| 1711 | { |
Bob Copeland | 8784d2e | 2009-07-29 17:32:28 -0400 | [diff] [blame] | 1712 | int i; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1713 | struct ath5k_softc *sc = (void *)data; |
| 1714 | |
Bob Copeland | 8784d2e | 2009-07-29 17:32:28 -0400 | [diff] [blame] | 1715 | for (i=0; i < AR5K_NUM_TX_QUEUES; i++) |
| 1716 | if (sc->txqs[i].setup && (sc->ah->ah_txq_isr & BIT(i))) |
| 1717 | ath5k_tx_processq(sc, &sc->txqs[i]); |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 1718 | |
| 1719 | sc->tx_pending = false; |
| 1720 | ath5k_set_current_imask(sc); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1721 | } |
| 1722 | |
| 1723 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1724 | /*****************\ |
| 1725 | * Beacon handling * |
| 1726 | \*****************/ |
| 1727 | |
| 1728 | /* |
| 1729 | * Setup the beacon frame for transmit. |
| 1730 | */ |
| 1731 | static int |
Johannes Berg | e039fa4 | 2008-05-15 12:55:29 +0200 | [diff] [blame] | 1732 | ath5k_beacon_setup(struct ath5k_softc *sc, struct ath5k_buf *bf) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1733 | { |
| 1734 | struct sk_buff *skb = bf->skb; |
Johannes Berg | a888d52 | 2008-05-26 16:43:39 +0200 | [diff] [blame] | 1735 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1736 | struct ath5k_hw *ah = sc->ah; |
| 1737 | struct ath5k_desc *ds; |
Nick Kossifidis | 2bed03e | 2009-04-30 15:55:49 -0400 | [diff] [blame] | 1738 | int ret = 0; |
| 1739 | u8 antenna; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1740 | u32 flags; |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 1741 | const int padsize = 0; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1742 | |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 1743 | bf->skbaddr = dma_map_single(sc->dev, skb->data, skb->len, |
| 1744 | DMA_TO_DEVICE); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1745 | ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, "skb %p [data %p len %u] " |
| 1746 | "skbaddr %llx\n", skb, skb->data, skb->len, |
| 1747 | (unsigned long long)bf->skbaddr); |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 1748 | |
| 1749 | if (dma_mapping_error(sc->dev, bf->skbaddr)) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1750 | ATH5K_ERR(sc, "beacon DMA mapping failed\n"); |
Bob Copeland | a4e0b4c | 2011-08-07 19:36:07 -0400 | [diff] [blame] | 1751 | dev_kfree_skb_any(skb); |
| 1752 | bf->skb = NULL; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1753 | return -EIO; |
| 1754 | } |
| 1755 | |
| 1756 | ds = bf->desc; |
Nick Kossifidis | 2bed03e | 2009-04-30 15:55:49 -0400 | [diff] [blame] | 1757 | antenna = ah->ah_tx_ant; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1758 | |
| 1759 | flags = AR5K_TXDESC_NOACK; |
Johannes Berg | 05c914f | 2008-09-11 00:01:58 +0200 | [diff] [blame] | 1760 | if (sc->opmode == NL80211_IFTYPE_ADHOC && ath5k_hw_hasveol(ah)) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1761 | ds->ds_link = bf->daddr; /* self-linked */ |
| 1762 | flags |= AR5K_TXDESC_VEOL; |
Nick Kossifidis | 2bed03e | 2009-04-30 15:55:49 -0400 | [diff] [blame] | 1763 | } else |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1764 | ds->ds_link = 0; |
Nick Kossifidis | 2bed03e | 2009-04-30 15:55:49 -0400 | [diff] [blame] | 1765 | |
| 1766 | /* |
| 1767 | * If we use multiple antennas on AP and use |
| 1768 | * the Sectored AP scenario, switch antenna every |
| 1769 | * 4 beacons to make sure everybody hears our AP. |
| 1770 | * When a client tries to associate, hw will keep |
| 1771 | * track of the tx antenna to be used for this client |
| 1772 | * automaticaly, based on ACKed packets. |
| 1773 | * |
| 1774 | * Note: AP still listens and transmits RTS on the |
| 1775 | * default antenna which is supposed to be an omni. |
| 1776 | * |
| 1777 | * Note2: On sectored scenarios it's possible to have |
Bob Copeland | a180a13 | 2010-08-15 13:03:12 -0400 | [diff] [blame] | 1778 | * multiple antennas (1 omni -- the default -- and 14 |
| 1779 | * sectors), so if we choose to actually support this |
| 1780 | * mode, we need to allow the user to set how many antennas |
| 1781 | * we have and tweak the code below to send beacons |
| 1782 | * on all of them. |
Nick Kossifidis | 2bed03e | 2009-04-30 15:55:49 -0400 | [diff] [blame] | 1783 | */ |
| 1784 | if (ah->ah_ant_mode == AR5K_ANTMODE_SECTOR_AP) |
| 1785 | antenna = sc->bsent & 4 ? 2 : 1; |
| 1786 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1787 | |
Nick Kossifidis | 8f655dd | 2009-03-15 22:20:35 +0200 | [diff] [blame] | 1788 | /* FIXME: If we are in g mode and rate is a CCK rate |
| 1789 | * subtract ah->ah_txpower.txp_cck_ofdm_pwr_delta |
| 1790 | * from tx power (value is in dB units already) */ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1791 | ds->ds_data = bf->skbaddr; |
Bruno Randolf | 281c56d | 2008-02-05 18:44:55 +0900 | [diff] [blame] | 1792 | ret = ah->ah_setup_tx_desc(ah, ds, skb->len, |
Benoit Papillault | 8127fbd | 2010-02-27 23:05:26 +0100 | [diff] [blame] | 1793 | ieee80211_get_hdrlen_from_skb(skb), padsize, |
Luis R. Rodriguez | 400ec45 | 2008-02-03 21:51:49 -0500 | [diff] [blame] | 1794 | AR5K_PKT_TYPE_BEACON, (sc->power_level * 2), |
Johannes Berg | e039fa4 | 2008-05-15 12:55:29 +0200 | [diff] [blame] | 1795 | ieee80211_get_tx_rate(sc->hw, info)->hw_value, |
Johannes Berg | 2e92e6f | 2008-05-15 12:55:27 +0200 | [diff] [blame] | 1796 | 1, AR5K_TXKEYIX_INVALID, |
Luis R. Rodriguez | 400ec45 | 2008-02-03 21:51:49 -0500 | [diff] [blame] | 1797 | antenna, flags, 0, 0); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1798 | if (ret) |
| 1799 | goto err_unmap; |
| 1800 | |
| 1801 | return 0; |
| 1802 | err_unmap: |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 1803 | dma_unmap_single(sc->dev, bf->skbaddr, skb->len, DMA_TO_DEVICE); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1804 | return ret; |
| 1805 | } |
| 1806 | |
| 1807 | /* |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1808 | * Updates the beacon that is sent by ath5k_beacon_send. For adhoc, |
| 1809 | * this is called only once at config_bss time, for AP we do it every |
| 1810 | * SWBA interrupt so that the TIM will reflect buffered frames. |
| 1811 | * |
| 1812 | * Called with the beacon lock. |
| 1813 | */ |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 1814 | int |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1815 | ath5k_beacon_update(struct ieee80211_hw *hw, struct ieee80211_vif *vif) |
| 1816 | { |
| 1817 | int ret; |
| 1818 | struct ath5k_softc *sc = hw->priv; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 1819 | struct ath5k_vif *avf = (void *)vif->drv_priv; |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1820 | struct sk_buff *skb; |
| 1821 | |
| 1822 | if (WARN_ON(!vif)) { |
| 1823 | ret = -EINVAL; |
| 1824 | goto out; |
| 1825 | } |
| 1826 | |
| 1827 | skb = ieee80211_beacon_get(hw, vif); |
| 1828 | |
| 1829 | if (!skb) { |
| 1830 | ret = -ENOMEM; |
| 1831 | goto out; |
| 1832 | } |
| 1833 | |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 1834 | ath5k_txbuf_free_skb(sc, avf->bbuf); |
| 1835 | avf->bbuf->skb = skb; |
| 1836 | ret = ath5k_beacon_setup(sc, avf->bbuf); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 1837 | out: |
| 1838 | return ret; |
| 1839 | } |
| 1840 | |
| 1841 | /* |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1842 | * Transmit a beacon frame at SWBA. Dynamic updates to the |
| 1843 | * frame contents are done as needed and the slot time is |
| 1844 | * also adjusted based on current state. |
| 1845 | * |
Bob Copeland | 5faaff7 | 2010-07-13 11:32:40 -0400 | [diff] [blame] | 1846 | * This is called from software irq context (beacontq tasklets) |
| 1847 | * or user context from ath5k_beacon_config. |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1848 | */ |
| 1849 | static void |
| 1850 | ath5k_beacon_send(struct ath5k_softc *sc) |
| 1851 | { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1852 | struct ath5k_hw *ah = sc->ah; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 1853 | struct ieee80211_vif *vif; |
| 1854 | struct ath5k_vif *avf; |
| 1855 | struct ath5k_buf *bf; |
Bob Copeland | cec8db2 | 2009-07-04 12:59:51 -0400 | [diff] [blame] | 1856 | struct sk_buff *skb; |
Bob Copeland | a4e0b4c | 2011-08-07 19:36:07 -0400 | [diff] [blame] | 1857 | int err; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1858 | |
Bruno Randolf | be9b725 | 2008-01-23 10:27:51 +0900 | [diff] [blame] | 1859 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, "in beacon_send\n"); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1860 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1861 | /* |
| 1862 | * Check if the previous beacon has gone out. If |
Bob Copeland | a180a13 | 2010-08-15 13:03:12 -0400 | [diff] [blame] | 1863 | * not, don't don't try to post another: skip this |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1864 | * period and wait for the next. Missed beacons |
| 1865 | * indicate a problem and should not occur. If we |
| 1866 | * miss too many consecutive beacons reset the device. |
| 1867 | */ |
| 1868 | if (unlikely(ath5k_hw_num_tx_pending(ah, sc->bhalq) != 0)) { |
| 1869 | sc->bmisscount++; |
Bruno Randolf | be9b725 | 2008-01-23 10:27:51 +0900 | [diff] [blame] | 1870 | ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1871 | "missed %u consecutive beacons\n", sc->bmisscount); |
Nick Kossifidis | 428cbd4 | 2009-04-30 15:55:47 -0400 | [diff] [blame] | 1872 | if (sc->bmisscount > 10) { /* NB: 10 is a guess */ |
Bruno Randolf | be9b725 | 2008-01-23 10:27:51 +0900 | [diff] [blame] | 1873 | ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1874 | "stuck beacon time (%u missed)\n", |
| 1875 | sc->bmisscount); |
Bruno Randolf | 8d67a03 | 2010-06-16 19:11:12 +0900 | [diff] [blame] | 1876 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, |
| 1877 | "stuck beacon, resetting\n"); |
Bob Copeland | 5faaff7 | 2010-07-13 11:32:40 -0400 | [diff] [blame] | 1878 | ieee80211_queue_work(sc->hw, &sc->reset_work); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1879 | } |
| 1880 | return; |
| 1881 | } |
| 1882 | if (unlikely(sc->bmisscount != 0)) { |
Bruno Randolf | be9b725 | 2008-01-23 10:27:51 +0900 | [diff] [blame] | 1883 | ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1884 | "resume beacon xmit after %u misses\n", |
| 1885 | sc->bmisscount); |
| 1886 | sc->bmisscount = 0; |
| 1887 | } |
| 1888 | |
Javier Cardona | b93996c | 2010-12-07 13:37:56 -0800 | [diff] [blame] | 1889 | if ((sc->opmode == NL80211_IFTYPE_AP && sc->num_ap_vifs > 1) || |
| 1890 | sc->opmode == NL80211_IFTYPE_MESH_POINT) { |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 1891 | u64 tsf = ath5k_hw_get_tsf64(ah); |
| 1892 | u32 tsftu = TSF_TO_TU(tsf); |
| 1893 | int slot = ((tsftu % sc->bintval) * ATH_BCBUF) / sc->bintval; |
| 1894 | vif = sc->bslot[(slot + 1) % ATH_BCBUF]; |
| 1895 | ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, |
| 1896 | "tsf %llx tsftu %x intval %u slot %u vif %p\n", |
| 1897 | (unsigned long long)tsf, tsftu, sc->bintval, slot, vif); |
| 1898 | } else /* only one interface */ |
| 1899 | vif = sc->bslot[0]; |
| 1900 | |
| 1901 | if (!vif) |
| 1902 | return; |
| 1903 | |
| 1904 | avf = (void *)vif->drv_priv; |
| 1905 | bf = avf->bbuf; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 1906 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1907 | /* |
| 1908 | * Stop any current dma and put the new frame on the queue. |
| 1909 | * This should never fail since we check above that no frames |
| 1910 | * are still pending on the queue. |
| 1911 | */ |
Nick Kossifidis | 14fae2d | 2010-11-23 20:55:17 +0200 | [diff] [blame] | 1912 | if (unlikely(ath5k_hw_stop_beacon_queue(ah, sc->bhalq))) { |
Nick Kossifidis | 428cbd4 | 2009-04-30 15:55:47 -0400 | [diff] [blame] | 1913 | ATH5K_WARN(sc, "beacon queue %u didn't start/stop ?\n", sc->bhalq); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1914 | /* NB: hw still stops DMA, so proceed */ |
| 1915 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1916 | |
Javier Cardona | d82b577 | 2010-12-07 13:35:55 -0800 | [diff] [blame] | 1917 | /* refresh the beacon for AP or MESH mode */ |
| 1918 | if (sc->opmode == NL80211_IFTYPE_AP || |
Bob Copeland | a4e0b4c | 2011-08-07 19:36:07 -0400 | [diff] [blame] | 1919 | sc->opmode == NL80211_IFTYPE_MESH_POINT) { |
| 1920 | err = ath5k_beacon_update(sc->hw, vif); |
| 1921 | if (err) |
| 1922 | return; |
| 1923 | } |
| 1924 | |
| 1925 | if (unlikely(bf->skb == NULL || sc->opmode == NL80211_IFTYPE_STATION || |
| 1926 | sc->opmode == NL80211_IFTYPE_MONITOR)) { |
| 1927 | ATH5K_WARN(sc, "bf=%p bf_skb=%p\n", bf, bf->skb); |
| 1928 | return; |
| 1929 | } |
Bob Copeland | 1071db8 | 2009-05-18 10:59:52 -0400 | [diff] [blame] | 1930 | |
Bob Copeland | 0e47225 | 2011-01-24 23:32:55 -0500 | [diff] [blame] | 1931 | trace_ath5k_tx(sc, bf->skb, &sc->txqs[sc->bhalq]); |
| 1932 | |
Nick Kossifidis | c6e387a | 2008-08-29 22:45:39 +0300 | [diff] [blame] | 1933 | ath5k_hw_set_txdp(ah, sc->bhalq, bf->daddr); |
| 1934 | ath5k_hw_start_tx_dma(ah, sc->bhalq); |
Bruno Randolf | be9b725 | 2008-01-23 10:27:51 +0900 | [diff] [blame] | 1935 | ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, "TXDP[%u] = %llx (%p)\n", |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1936 | sc->bhalq, (unsigned long long)bf->daddr, bf->desc); |
| 1937 | |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 1938 | skb = ieee80211_get_buffered_bc(sc->hw, vif); |
Bob Copeland | cec8db2 | 2009-07-04 12:59:51 -0400 | [diff] [blame] | 1939 | while (skb) { |
| 1940 | ath5k_tx_queue(sc->hw, skb, sc->cabq); |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 1941 | skb = ieee80211_get_buffered_bc(sc->hw, vif); |
Bob Copeland | cec8db2 | 2009-07-04 12:59:51 -0400 | [diff] [blame] | 1942 | } |
| 1943 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1944 | sc->bsent++; |
| 1945 | } |
| 1946 | |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 1947 | /** |
| 1948 | * ath5k_beacon_update_timers - update beacon timers |
| 1949 | * |
| 1950 | * @sc: struct ath5k_softc pointer we are operating on |
| 1951 | * @bc_tsf: the timestamp of the beacon. 0 to reset the TSF. -1 to perform a |
| 1952 | * beacon timer update based on the current HW TSF. |
| 1953 | * |
| 1954 | * Calculate the next target beacon transmit time (TBTT) based on the timestamp |
| 1955 | * of a received beacon or the current local hardware TSF and write it to the |
| 1956 | * beacon timer registers. |
| 1957 | * |
| 1958 | * This is called in a variety of situations, e.g. when a beacon is received, |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 1959 | * when a TSF update has been detected, but also when an new IBSS is created or |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 1960 | * when we otherwise know we have to update the timers, but we keep it in this |
| 1961 | * function to have it all together in one place. |
| 1962 | */ |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 1963 | void |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 1964 | ath5k_beacon_update_timers(struct ath5k_softc *sc, u64 bc_tsf) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1965 | { |
| 1966 | struct ath5k_hw *ah = sc->ah; |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 1967 | u32 nexttbtt, intval, hw_tu, bc_tu; |
| 1968 | u64 hw_tsf; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1969 | |
| 1970 | intval = sc->bintval & AR5K_BEACON_PERIOD; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 1971 | if (sc->opmode == NL80211_IFTYPE_AP && sc->num_ap_vifs > 1) { |
| 1972 | intval /= ATH_BCBUF; /* staggered multi-bss beacons */ |
| 1973 | if (intval < 15) |
| 1974 | ATH5K_WARN(sc, "intval %u is too low, min 15\n", |
| 1975 | intval); |
| 1976 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1977 | if (WARN_ON(!intval)) |
| 1978 | return; |
| 1979 | |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 1980 | /* beacon TSF converted to TU */ |
| 1981 | bc_tu = TSF_TO_TU(bc_tsf); |
| 1982 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1983 | /* current TSF converted to TU */ |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 1984 | hw_tsf = ath5k_hw_get_tsf64(ah); |
| 1985 | hw_tu = TSF_TO_TU(hw_tsf); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 1986 | |
Bruno Randolf | 11f21df | 2010-09-27 12:22:26 +0900 | [diff] [blame] | 1987 | #define FUDGE AR5K_TUNE_SW_BEACON_RESP + 3 |
| 1988 | /* We use FUDGE to make sure the next TBTT is ahead of the current TU. |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 1989 | * Since we later subtract AR5K_TUNE_SW_BEACON_RESP (10) in the timer |
Bruno Randolf | 11f21df | 2010-09-27 12:22:26 +0900 | [diff] [blame] | 1990 | * configuration we need to make sure it is bigger than that. */ |
| 1991 | |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 1992 | if (bc_tsf == -1) { |
| 1993 | /* |
| 1994 | * no beacons received, called internally. |
| 1995 | * just need to refresh timers based on HW TSF. |
| 1996 | */ |
| 1997 | nexttbtt = roundup(hw_tu + FUDGE, intval); |
| 1998 | } else if (bc_tsf == 0) { |
| 1999 | /* |
| 2000 | * no beacon received, probably called by ath5k_reset_tsf(). |
| 2001 | * reset TSF to start with 0. |
| 2002 | */ |
| 2003 | nexttbtt = intval; |
| 2004 | intval |= AR5K_BEACON_RESET_TSF; |
| 2005 | } else if (bc_tsf > hw_tsf) { |
| 2006 | /* |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 2007 | * beacon received, SW merge happened but HW TSF not yet updated. |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 2008 | * not possible to reconfigure timers yet, but next time we |
| 2009 | * receive a beacon with the same BSSID, the hardware will |
| 2010 | * automatically update the TSF and then we need to reconfigure |
| 2011 | * the timers. |
| 2012 | */ |
| 2013 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, |
| 2014 | "need to wait for HW TSF sync\n"); |
| 2015 | return; |
| 2016 | } else { |
| 2017 | /* |
| 2018 | * most important case for beacon synchronization between STA. |
| 2019 | * |
| 2020 | * beacon received and HW TSF has been already updated by HW. |
| 2021 | * update next TBTT based on the TSF of the beacon, but make |
| 2022 | * sure it is ahead of our local TSF timer. |
| 2023 | */ |
| 2024 | nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); |
| 2025 | } |
| 2026 | #undef FUDGE |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2027 | |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 2028 | sc->nexttbtt = nexttbtt; |
| 2029 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2030 | intval |= AR5K_BEACON_ENA; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2031 | ath5k_hw_init_beacon(ah, nexttbtt, intval); |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 2032 | |
| 2033 | /* |
| 2034 | * debugging output last in order to preserve the time critical aspect |
| 2035 | * of this function |
| 2036 | */ |
| 2037 | if (bc_tsf == -1) |
| 2038 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, |
| 2039 | "reconfigured timers based on HW TSF\n"); |
| 2040 | else if (bc_tsf == 0) |
| 2041 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, |
| 2042 | "reset HW TSF and timers\n"); |
| 2043 | else |
| 2044 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, |
| 2045 | "updated timers based on beacon TSF\n"); |
| 2046 | |
| 2047 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, |
David Miller | 04f93a8 | 2008-02-15 16:08:59 -0800 | [diff] [blame] | 2048 | "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n", |
| 2049 | (unsigned long long) bc_tsf, |
| 2050 | (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); |
Bruno Randolf | 9804b98 | 2008-01-19 18:17:59 +0900 | [diff] [blame] | 2051 | ATH5K_DBG_UNLIMIT(sc, ATH5K_DEBUG_BEACON, "intval %u %s %s\n", |
| 2052 | intval & AR5K_BEACON_PERIOD, |
| 2053 | intval & AR5K_BEACON_ENA ? "AR5K_BEACON_ENA" : "", |
| 2054 | intval & AR5K_BEACON_RESET_TSF ? "AR5K_BEACON_RESET_TSF" : ""); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2055 | } |
| 2056 | |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 2057 | /** |
| 2058 | * ath5k_beacon_config - Configure the beacon queues and interrupts |
| 2059 | * |
| 2060 | * @sc: struct ath5k_softc pointer we are operating on |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2061 | * |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 2062 | * In IBSS mode we use a self-linked tx descriptor if possible. We enable SWBA |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 2063 | * interrupts to detect TSF updates only. |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2064 | */ |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 2065 | void |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2066 | ath5k_beacon_config(struct ath5k_softc *sc) |
| 2067 | { |
| 2068 | struct ath5k_hw *ah = sc->ah; |
Bob Copeland | b5f0395 | 2009-02-15 12:06:10 -0500 | [diff] [blame] | 2069 | unsigned long flags; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2070 | |
Bob Copeland | 2180049 | 2009-07-04 12:59:52 -0400 | [diff] [blame] | 2071 | spin_lock_irqsave(&sc->block, flags); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2072 | sc->bmisscount = 0; |
Jiri Slaby | dc1968e | 2008-07-23 13:17:34 +0200 | [diff] [blame] | 2073 | sc->imask &= ~(AR5K_INT_BMISS | AR5K_INT_SWBA); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2074 | |
Bob Copeland | 2180049 | 2009-07-04 12:59:52 -0400 | [diff] [blame] | 2075 | if (sc->enable_beacon) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2076 | /* |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 2077 | * In IBSS mode we use a self-linked tx descriptor and let the |
| 2078 | * hardware send the beacons automatically. We have to load it |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2079 | * only once here. |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 2080 | * We use the SWBA interrupt only to keep track of the beacon |
Bruno Randolf | 6ba81c2 | 2008-03-05 18:36:26 +0900 | [diff] [blame] | 2081 | * timers in order to detect automatic TSF updates. |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2082 | */ |
| 2083 | ath5k_beaconq_config(sc); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2084 | |
Bruno Randolf | 036cd1e | 2008-01-19 18:18:21 +0900 | [diff] [blame] | 2085 | sc->imask |= AR5K_INT_SWBA; |
| 2086 | |
Jiri Slaby | da966bc | 2008-10-12 22:54:10 +0200 | [diff] [blame] | 2087 | if (sc->opmode == NL80211_IFTYPE_ADHOC) { |
Bob Copeland | 2180049 | 2009-07-04 12:59:52 -0400 | [diff] [blame] | 2088 | if (ath5k_hw_hasveol(ah)) |
Jiri Slaby | da966bc | 2008-10-12 22:54:10 +0200 | [diff] [blame] | 2089 | ath5k_beacon_send(sc); |
Jiri Slaby | da966bc | 2008-10-12 22:54:10 +0200 | [diff] [blame] | 2090 | } else |
| 2091 | ath5k_beacon_update_timers(sc, -1); |
Bob Copeland | 2180049 | 2009-07-04 12:59:52 -0400 | [diff] [blame] | 2092 | } else { |
Nick Kossifidis | 14fae2d | 2010-11-23 20:55:17 +0200 | [diff] [blame] | 2093 | ath5k_hw_stop_beacon_queue(sc->ah, sc->bhalq); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2094 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2095 | |
Nick Kossifidis | c6e387a | 2008-08-29 22:45:39 +0300 | [diff] [blame] | 2096 | ath5k_hw_set_imr(ah, sc->imask); |
Bob Copeland | 2180049 | 2009-07-04 12:59:52 -0400 | [diff] [blame] | 2097 | mmiowb(); |
| 2098 | spin_unlock_irqrestore(&sc->block, flags); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2099 | } |
| 2100 | |
Nick Kossifidis | 428cbd4 | 2009-04-30 15:55:47 -0400 | [diff] [blame] | 2101 | static void ath5k_tasklet_beacon(unsigned long data) |
| 2102 | { |
| 2103 | struct ath5k_softc *sc = (struct ath5k_softc *) data; |
| 2104 | |
| 2105 | /* |
| 2106 | * Software beacon alert--time to send a beacon. |
| 2107 | * |
| 2108 | * In IBSS mode we use this interrupt just to |
| 2109 | * keep track of the next TBTT (target beacon |
| 2110 | * transmission time) in order to detect wether |
| 2111 | * automatic TSF updates happened. |
| 2112 | */ |
| 2113 | if (sc->opmode == NL80211_IFTYPE_ADHOC) { |
| 2114 | /* XXX: only if VEOL suppported */ |
| 2115 | u64 tsf = ath5k_hw_get_tsf64(sc->ah); |
| 2116 | sc->nexttbtt += sc->bintval; |
| 2117 | ATH5K_DBG(sc, ATH5K_DEBUG_BEACON, |
| 2118 | "SWBA nexttbtt: %x hw_tu: %x " |
| 2119 | "TSF: %llx\n", |
| 2120 | sc->nexttbtt, |
| 2121 | TSF_TO_TU(tsf), |
| 2122 | (unsigned long long) tsf); |
| 2123 | } else { |
| 2124 | spin_lock(&sc->block); |
| 2125 | ath5k_beacon_send(sc); |
| 2126 | spin_unlock(&sc->block); |
| 2127 | } |
| 2128 | } |
| 2129 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2130 | |
| 2131 | /********************\ |
| 2132 | * Interrupt handling * |
| 2133 | \********************/ |
| 2134 | |
Bruno Randolf | 6a8a3f6 | 2010-03-25 14:49:19 +0900 | [diff] [blame] | 2135 | static void |
| 2136 | ath5k_intr_calibration_poll(struct ath5k_hw *ah) |
| 2137 | { |
Bruno Randolf | 2111ac0 | 2010-04-02 18:44:08 +0900 | [diff] [blame] | 2138 | if (time_is_before_eq_jiffies(ah->ah_cal_next_ani) && |
| 2139 | !(ah->ah_cal_mask & AR5K_CALIBRATION_FULL)) { |
| 2140 | /* run ANI only when full calibration is not active */ |
| 2141 | ah->ah_cal_next_ani = jiffies + |
| 2142 | msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_ANI); |
| 2143 | tasklet_schedule(&ah->ah_sc->ani_tasklet); |
| 2144 | |
| 2145 | } else if (time_is_before_eq_jiffies(ah->ah_cal_next_full)) { |
Bruno Randolf | 6a8a3f6 | 2010-03-25 14:49:19 +0900 | [diff] [blame] | 2146 | ah->ah_cal_next_full = jiffies + |
| 2147 | msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_FULL); |
| 2148 | tasklet_schedule(&ah->ah_sc->calib); |
| 2149 | } |
| 2150 | /* we could use SWI to generate enough interrupts to meet our |
| 2151 | * calibration interval requirements, if necessary: |
| 2152 | * AR5K_REG_ENABLE_BITS(ah, AR5K_CR, AR5K_CR_SWI); */ |
| 2153 | } |
| 2154 | |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 2155 | static void |
| 2156 | ath5k_schedule_rx(struct ath5k_softc *sc) |
| 2157 | { |
| 2158 | sc->rx_pending = true; |
| 2159 | tasklet_schedule(&sc->rxtq); |
| 2160 | } |
| 2161 | |
| 2162 | static void |
| 2163 | ath5k_schedule_tx(struct ath5k_softc *sc) |
| 2164 | { |
| 2165 | sc->tx_pending = true; |
| 2166 | tasklet_schedule(&sc->txtq); |
| 2167 | } |
| 2168 | |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2169 | irqreturn_t |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2170 | ath5k_intr(int irq, void *dev_id) |
| 2171 | { |
| 2172 | struct ath5k_softc *sc = dev_id; |
| 2173 | struct ath5k_hw *ah = sc->ah; |
| 2174 | enum ath5k_int status; |
| 2175 | unsigned int counter = 1000; |
| 2176 | |
| 2177 | if (unlikely(test_bit(ATH_STAT_INVALID, sc->status) || |
Felix Fietkau | 4cebb34 | 2010-12-02 10:27:21 +0100 | [diff] [blame] | 2178 | ((ath5k_get_bus_type(ah) != ATH_AHB) && |
| 2179 | !ath5k_hw_is_intr_pending(ah)))) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2180 | return IRQ_NONE; |
| 2181 | |
| 2182 | do { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2183 | ath5k_hw_get_isr(ah, &status); /* NB: clears IRQ too */ |
| 2184 | ATH5K_DBG(sc, ATH5K_DEBUG_INTR, "status 0x%x/0x%x\n", |
| 2185 | status, sc->imask); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2186 | if (unlikely(status & AR5K_INT_FATAL)) { |
| 2187 | /* |
| 2188 | * Fatal errors are unrecoverable. |
| 2189 | * Typically these are caused by DMA errors. |
| 2190 | */ |
Bruno Randolf | 8d67a03 | 2010-06-16 19:11:12 +0900 | [diff] [blame] | 2191 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, |
| 2192 | "fatal int, resetting\n"); |
Bob Copeland | 5faaff7 | 2010-07-13 11:32:40 -0400 | [diff] [blame] | 2193 | ieee80211_queue_work(sc->hw, &sc->reset_work); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2194 | } else if (unlikely(status & AR5K_INT_RXORN)) { |
Bruno Randolf | 87d77c4 | 2010-04-12 16:38:52 +0900 | [diff] [blame] | 2195 | /* |
| 2196 | * Receive buffers are full. Either the bus is busy or |
| 2197 | * the CPU is not fast enough to process all received |
| 2198 | * frames. |
| 2199 | * Older chipsets need a reset to come out of this |
| 2200 | * condition, but we treat it as RX for newer chips. |
| 2201 | * We don't know exactly which versions need a reset - |
| 2202 | * this guess is copied from the HAL. |
| 2203 | */ |
| 2204 | sc->stats.rxorn_intr++; |
Bruno Randolf | 8d67a03 | 2010-06-16 19:11:12 +0900 | [diff] [blame] | 2205 | if (ah->ah_mac_srev < AR5K_SREV_AR5212) { |
| 2206 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, |
| 2207 | "rx overrun, resetting\n"); |
Bob Copeland | 5faaff7 | 2010-07-13 11:32:40 -0400 | [diff] [blame] | 2208 | ieee80211_queue_work(sc->hw, &sc->reset_work); |
Bruno Randolf | 8d67a03 | 2010-06-16 19:11:12 +0900 | [diff] [blame] | 2209 | } |
Bruno Randolf | 87d77c4 | 2010-04-12 16:38:52 +0900 | [diff] [blame] | 2210 | else |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 2211 | ath5k_schedule_rx(sc); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2212 | } else { |
| 2213 | if (status & AR5K_INT_SWBA) { |
Bob Copeland | 56d2ac7 | 2009-04-15 07:57:33 -0400 | [diff] [blame] | 2214 | tasklet_hi_schedule(&sc->beacontq); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2215 | } |
| 2216 | if (status & AR5K_INT_RXEOL) { |
| 2217 | /* |
| 2218 | * NB: the hardware should re-read the link when |
| 2219 | * RXE bit is written, but it doesn't work at |
| 2220 | * least on older hardware revs. |
| 2221 | */ |
Bruno Randolf | b3f194e | 2010-07-14 10:53:29 +0900 | [diff] [blame] | 2222 | sc->stats.rxeol_intr++; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2223 | } |
| 2224 | if (status & AR5K_INT_TXURN) { |
| 2225 | /* bump tx trigger level */ |
| 2226 | ath5k_hw_update_tx_triglevel(ah, true); |
| 2227 | } |
Nick Kossifidis | 4c674c6 | 2008-10-26 20:40:25 +0200 | [diff] [blame] | 2228 | if (status & (AR5K_INT_RXOK | AR5K_INT_RXERR)) |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 2229 | ath5k_schedule_rx(sc); |
Nick Kossifidis | 4c674c6 | 2008-10-26 20:40:25 +0200 | [diff] [blame] | 2230 | if (status & (AR5K_INT_TXOK | AR5K_INT_TXDESC |
| 2231 | | AR5K_INT_TXERR | AR5K_INT_TXEOL)) |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 2232 | ath5k_schedule_tx(sc); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2233 | if (status & AR5K_INT_BMISS) { |
Nick Kossifidis | 1e3e6e8 | 2009-02-09 06:15:42 +0200 | [diff] [blame] | 2234 | /* TODO */ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2235 | } |
| 2236 | if (status & AR5K_INT_MIB) { |
Bruno Randolf | 2111ac0 | 2010-04-02 18:44:08 +0900 | [diff] [blame] | 2237 | sc->stats.mib_intr++; |
Bruno Randolf | 495391d | 2010-03-25 14:49:36 +0900 | [diff] [blame] | 2238 | ath5k_hw_update_mib_counters(ah); |
Bruno Randolf | 2111ac0 | 2010-04-02 18:44:08 +0900 | [diff] [blame] | 2239 | ath5k_ani_mib_intr(ah); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2240 | } |
Tobias Doerffel | e6a3b61 | 2009-06-09 17:33:27 +0200 | [diff] [blame] | 2241 | if (status & AR5K_INT_GPIO) |
Tobias Doerffel | e6a3b61 | 2009-06-09 17:33:27 +0200 | [diff] [blame] | 2242 | tasklet_schedule(&sc->rf_kill.toggleq); |
Bob Copeland | a6ae071 | 2009-06-09 23:43:11 -0400 | [diff] [blame] | 2243 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2244 | } |
Felix Fietkau | 4cebb34 | 2010-12-02 10:27:21 +0100 | [diff] [blame] | 2245 | |
| 2246 | if (ath5k_get_bus_type(ah) == ATH_AHB) |
| 2247 | break; |
| 2248 | |
Bob Copeland | 2516baa | 2009-04-27 22:18:10 -0400 | [diff] [blame] | 2249 | } while (ath5k_hw_is_intr_pending(ah) && --counter > 0); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2250 | |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 2251 | if (sc->rx_pending || sc->tx_pending) |
| 2252 | ath5k_set_current_imask(sc); |
| 2253 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2254 | if (unlikely(!counter)) |
| 2255 | ATH5K_WARN(sc, "too many interrupts, giving up for now\n"); |
| 2256 | |
Bruno Randolf | 6a8a3f6 | 2010-03-25 14:49:19 +0900 | [diff] [blame] | 2257 | ath5k_intr_calibration_poll(ah); |
Nick Kossifidis | 6e22066 | 2009-08-10 03:31:31 +0300 | [diff] [blame] | 2258 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2259 | return IRQ_HANDLED; |
| 2260 | } |
| 2261 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2262 | /* |
| 2263 | * Periodically recalibrate the PHY to account |
| 2264 | * for temperature/environment changes. |
| 2265 | */ |
| 2266 | static void |
Nick Kossifidis | 6e22066 | 2009-08-10 03:31:31 +0300 | [diff] [blame] | 2267 | ath5k_tasklet_calibrate(unsigned long data) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2268 | { |
| 2269 | struct ath5k_softc *sc = (void *)data; |
| 2270 | struct ath5k_hw *ah = sc->ah; |
| 2271 | |
Nick Kossifidis | 6e22066 | 2009-08-10 03:31:31 +0300 | [diff] [blame] | 2272 | /* Only full calibration for now */ |
Bruno Randolf | e65e1d7 | 2010-03-25 14:49:09 +0900 | [diff] [blame] | 2273 | ah->ah_cal_mask |= AR5K_CALIBRATION_FULL; |
Nick Kossifidis | 6e22066 | 2009-08-10 03:31:31 +0300 | [diff] [blame] | 2274 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2275 | ATH5K_DBG(sc, ATH5K_DEBUG_CALIBRATE, "channel %u/%x\n", |
Luis R. Rodriguez | 400ec45 | 2008-02-03 21:51:49 -0500 | [diff] [blame] | 2276 | ieee80211_frequency_to_channel(sc->curchan->center_freq), |
| 2277 | sc->curchan->hw_value); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2278 | |
Nick Kossifidis | 6f3b414 | 2009-02-09 06:03:41 +0200 | [diff] [blame] | 2279 | if (ath5k_hw_gainf_calibrate(ah) == AR5K_RFGAIN_NEED_CHANGE) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2280 | /* |
| 2281 | * Rfgain is out of bounds, reset the chip |
| 2282 | * to load new gain values. |
| 2283 | */ |
| 2284 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "calibration, resetting\n"); |
Bob Copeland | 5faaff7 | 2010-07-13 11:32:40 -0400 | [diff] [blame] | 2285 | ieee80211_queue_work(sc->hw, &sc->reset_work); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2286 | } |
| 2287 | if (ath5k_hw_phy_calibrate(ah, sc->curchan)) |
| 2288 | ATH5K_ERR(sc, "calibration of channel %u failed\n", |
Luis R. Rodriguez | 400ec45 | 2008-02-03 21:51:49 -0500 | [diff] [blame] | 2289 | ieee80211_frequency_to_channel( |
| 2290 | sc->curchan->center_freq)); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2291 | |
Bruno Randolf | 0e8e02d | 2010-05-19 10:31:05 +0900 | [diff] [blame] | 2292 | /* Noise floor calibration interrupts rx/tx path while I/Q calibration |
Bruno Randolf | 651d937 | 2010-09-17 11:36:46 +0900 | [diff] [blame] | 2293 | * doesn't. |
| 2294 | * TODO: We should stop TX here, so that it doesn't interfere. |
| 2295 | * Note that stopping the queues is not enough to stop TX! */ |
Bruno Randolf | afe8628 | 2010-05-19 10:31:10 +0900 | [diff] [blame] | 2296 | if (time_is_before_eq_jiffies(ah->ah_cal_next_nf)) { |
| 2297 | ah->ah_cal_next_nf = jiffies + |
| 2298 | msecs_to_jiffies(ATH5K_TUNE_CALIBRATION_INTERVAL_NF); |
Bruno Randolf | afe8628 | 2010-05-19 10:31:10 +0900 | [diff] [blame] | 2299 | ath5k_hw_update_noise_floor(ah); |
Bruno Randolf | afe8628 | 2010-05-19 10:31:10 +0900 | [diff] [blame] | 2300 | } |
Nick Kossifidis | 6e22066 | 2009-08-10 03:31:31 +0300 | [diff] [blame] | 2301 | |
Bruno Randolf | e65e1d7 | 2010-03-25 14:49:09 +0900 | [diff] [blame] | 2302 | ah->ah_cal_mask &= ~AR5K_CALIBRATION_FULL; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2303 | } |
| 2304 | |
| 2305 | |
Bruno Randolf | 2111ac0 | 2010-04-02 18:44:08 +0900 | [diff] [blame] | 2306 | static void |
| 2307 | ath5k_tasklet_ani(unsigned long data) |
| 2308 | { |
| 2309 | struct ath5k_softc *sc = (void *)data; |
| 2310 | struct ath5k_hw *ah = sc->ah; |
| 2311 | |
| 2312 | ah->ah_cal_mask |= AR5K_CALIBRATION_ANI; |
| 2313 | ath5k_ani_calibration(ah); |
| 2314 | ah->ah_cal_mask &= ~AR5K_CALIBRATION_ANI; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2315 | } |
| 2316 | |
| 2317 | |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2318 | static void |
| 2319 | ath5k_tx_complete_poll_work(struct work_struct *work) |
| 2320 | { |
| 2321 | struct ath5k_softc *sc = container_of(work, struct ath5k_softc, |
| 2322 | tx_complete_work.work); |
| 2323 | struct ath5k_txq *txq; |
| 2324 | int i; |
| 2325 | bool needreset = false; |
| 2326 | |
Bob Copeland | 599b13a | 2011-01-18 08:06:43 -0500 | [diff] [blame] | 2327 | mutex_lock(&sc->lock); |
| 2328 | |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2329 | for (i = 0; i < ARRAY_SIZE(sc->txqs); i++) { |
| 2330 | if (sc->txqs[i].setup) { |
| 2331 | txq = &sc->txqs[i]; |
| 2332 | spin_lock_bh(&txq->lock); |
Bruno Randolf | 2341329 | 2010-09-17 11:37:07 +0900 | [diff] [blame] | 2333 | if (txq->txq_len > 1) { |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2334 | if (txq->txq_poll_mark) { |
| 2335 | ATH5K_DBG(sc, ATH5K_DEBUG_XMIT, |
| 2336 | "TX queue stuck %d\n", |
| 2337 | txq->qnum); |
| 2338 | needreset = true; |
Bruno Randolf | 923e5b3 | 2010-09-17 11:37:02 +0900 | [diff] [blame] | 2339 | txq->txq_stuck++; |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2340 | spin_unlock_bh(&txq->lock); |
| 2341 | break; |
| 2342 | } else { |
| 2343 | txq->txq_poll_mark = true; |
| 2344 | } |
| 2345 | } |
| 2346 | spin_unlock_bh(&txq->lock); |
| 2347 | } |
| 2348 | } |
| 2349 | |
| 2350 | if (needreset) { |
| 2351 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, |
| 2352 | "TX queues stuck, resetting\n"); |
Nick Kossifidis | 8aec7af | 2010-11-23 21:39:28 +0200 | [diff] [blame] | 2353 | ath5k_reset(sc, NULL, true); |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2354 | } |
| 2355 | |
Bob Copeland | 599b13a | 2011-01-18 08:06:43 -0500 | [diff] [blame] | 2356 | mutex_unlock(&sc->lock); |
| 2357 | |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2358 | ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work, |
| 2359 | msecs_to_jiffies(ATH5K_TX_COMPLETE_POLL_INT)); |
| 2360 | } |
| 2361 | |
| 2362 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2363 | /*************************\ |
| 2364 | * Initialization routines * |
| 2365 | \*************************/ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2366 | |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2367 | int |
| 2368 | ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops) |
| 2369 | { |
| 2370 | struct ieee80211_hw *hw = sc->hw; |
| 2371 | struct ath_common *common; |
| 2372 | int ret; |
| 2373 | int csz; |
| 2374 | |
| 2375 | /* Initialize driver private data */ |
| 2376 | SET_IEEE80211_DEV(hw, sc->dev); |
| 2377 | hw->flags = IEEE80211_HW_RX_INCLUDES_FCS | |
Nick Kossifidis | b9e61f1 | 2010-12-03 06:12:39 +0200 | [diff] [blame] | 2378 | IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | |
| 2379 | IEEE80211_HW_SIGNAL_DBM | |
| 2380 | IEEE80211_HW_REPORTS_TX_ACK_STATUS; |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2381 | |
| 2382 | hw->wiphy->interface_modes = |
| 2383 | BIT(NL80211_IFTYPE_AP) | |
| 2384 | BIT(NL80211_IFTYPE_STATION) | |
| 2385 | BIT(NL80211_IFTYPE_ADHOC) | |
| 2386 | BIT(NL80211_IFTYPE_MESH_POINT); |
| 2387 | |
Bruno Randolf | 3de135d | 2010-12-16 11:30:33 +0900 | [diff] [blame] | 2388 | /* both antennas can be configured as RX or TX */ |
| 2389 | hw->wiphy->available_antennas_tx = 0x3; |
| 2390 | hw->wiphy->available_antennas_rx = 0x3; |
| 2391 | |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2392 | hw->extra_tx_headroom = 2; |
| 2393 | hw->channel_change_time = 5000; |
| 2394 | |
| 2395 | /* |
| 2396 | * Mark the device as detached to avoid processing |
| 2397 | * interrupts until setup is complete. |
| 2398 | */ |
| 2399 | __set_bit(ATH_STAT_INVALID, sc->status); |
| 2400 | |
| 2401 | sc->opmode = NL80211_IFTYPE_STATION; |
| 2402 | sc->bintval = 1000; |
| 2403 | mutex_init(&sc->lock); |
| 2404 | spin_lock_init(&sc->rxbuflock); |
| 2405 | spin_lock_init(&sc->txbuflock); |
| 2406 | spin_lock_init(&sc->block); |
Ben Greear | d381f22 | 2011-05-06 15:24:34 -0700 | [diff] [blame] | 2407 | spin_lock_init(&sc->irqlock); |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2408 | |
| 2409 | /* Setup interrupt handler */ |
| 2410 | ret = request_irq(sc->irq, ath5k_intr, IRQF_SHARED, "ath", sc); |
| 2411 | if (ret) { |
| 2412 | ATH5K_ERR(sc, "request_irq failed\n"); |
| 2413 | goto err; |
| 2414 | } |
| 2415 | |
| 2416 | /* If we passed the test, malloc an ath5k_hw struct */ |
| 2417 | sc->ah = kzalloc(sizeof(struct ath5k_hw), GFP_KERNEL); |
| 2418 | if (!sc->ah) { |
| 2419 | ret = -ENOMEM; |
| 2420 | ATH5K_ERR(sc, "out of memory\n"); |
| 2421 | goto err_irq; |
| 2422 | } |
| 2423 | |
| 2424 | sc->ah->ah_sc = sc; |
| 2425 | sc->ah->ah_iobase = sc->iobase; |
| 2426 | common = ath5k_hw_common(sc->ah); |
| 2427 | common->ops = &ath5k_common_ops; |
| 2428 | common->bus_ops = bus_ops; |
| 2429 | common->ah = sc->ah; |
| 2430 | common->hw = hw; |
| 2431 | common->priv = sc; |
| 2432 | |
| 2433 | /* |
| 2434 | * Cache line size is used to size and align various |
| 2435 | * structures used to communicate with the hardware. |
| 2436 | */ |
| 2437 | ath5k_read_cachesize(common, &csz); |
| 2438 | common->cachelsz = csz << 2; /* convert to bytes */ |
| 2439 | |
| 2440 | spin_lock_init(&common->cc_lock); |
| 2441 | |
| 2442 | /* Initialize device */ |
| 2443 | ret = ath5k_hw_init(sc); |
| 2444 | if (ret) |
| 2445 | goto err_free_ah; |
| 2446 | |
| 2447 | /* set up multi-rate retry capabilities */ |
| 2448 | if (sc->ah->ah_version == AR5K_AR5212) { |
| 2449 | hw->max_rates = 4; |
Bruno Randolf | 76a9f6f | 2011-01-28 16:52:11 +0900 | [diff] [blame] | 2450 | hw->max_rate_tries = max(AR5K_INIT_RETRY_SHORT, |
| 2451 | AR5K_INIT_RETRY_LONG); |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2452 | } |
| 2453 | |
| 2454 | hw->vif_data_size = sizeof(struct ath5k_vif); |
| 2455 | |
| 2456 | /* Finish private driver data initialization */ |
| 2457 | ret = ath5k_init(hw); |
| 2458 | if (ret) |
| 2459 | goto err_ah; |
| 2460 | |
| 2461 | ATH5K_INFO(sc, "Atheros AR%s chip found (MAC: 0x%x, PHY: 0x%x)\n", |
| 2462 | ath5k_chip_name(AR5K_VERSION_MAC, sc->ah->ah_mac_srev), |
| 2463 | sc->ah->ah_mac_srev, |
| 2464 | sc->ah->ah_phy_revision); |
| 2465 | |
| 2466 | if (!sc->ah->ah_single_chip) { |
| 2467 | /* Single chip radio (!RF5111) */ |
| 2468 | if (sc->ah->ah_radio_5ghz_revision && |
| 2469 | !sc->ah->ah_radio_2ghz_revision) { |
| 2470 | /* No 5GHz support -> report 2GHz radio */ |
| 2471 | if (!test_bit(AR5K_MODE_11A, |
| 2472 | sc->ah->ah_capabilities.cap_mode)) { |
| 2473 | ATH5K_INFO(sc, "RF%s 2GHz radio found (0x%x)\n", |
| 2474 | ath5k_chip_name(AR5K_VERSION_RAD, |
| 2475 | sc->ah->ah_radio_5ghz_revision), |
| 2476 | sc->ah->ah_radio_5ghz_revision); |
| 2477 | /* No 2GHz support (5110 and some |
| 2478 | * 5Ghz only cards) -> report 5Ghz radio */ |
| 2479 | } else if (!test_bit(AR5K_MODE_11B, |
| 2480 | sc->ah->ah_capabilities.cap_mode)) { |
| 2481 | ATH5K_INFO(sc, "RF%s 5GHz radio found (0x%x)\n", |
| 2482 | ath5k_chip_name(AR5K_VERSION_RAD, |
| 2483 | sc->ah->ah_radio_5ghz_revision), |
| 2484 | sc->ah->ah_radio_5ghz_revision); |
| 2485 | /* Multiband radio */ |
| 2486 | } else { |
| 2487 | ATH5K_INFO(sc, "RF%s multiband radio found" |
| 2488 | " (0x%x)\n", |
| 2489 | ath5k_chip_name(AR5K_VERSION_RAD, |
| 2490 | sc->ah->ah_radio_5ghz_revision), |
| 2491 | sc->ah->ah_radio_5ghz_revision); |
| 2492 | } |
| 2493 | } |
| 2494 | /* Multi chip radio (RF5111 - RF2111) -> |
| 2495 | * report both 2GHz/5GHz radios */ |
| 2496 | else if (sc->ah->ah_radio_5ghz_revision && |
| 2497 | sc->ah->ah_radio_2ghz_revision){ |
| 2498 | ATH5K_INFO(sc, "RF%s 5GHz radio found (0x%x)\n", |
| 2499 | ath5k_chip_name(AR5K_VERSION_RAD, |
| 2500 | sc->ah->ah_radio_5ghz_revision), |
| 2501 | sc->ah->ah_radio_5ghz_revision); |
| 2502 | ATH5K_INFO(sc, "RF%s 2GHz radio found (0x%x)\n", |
| 2503 | ath5k_chip_name(AR5K_VERSION_RAD, |
| 2504 | sc->ah->ah_radio_2ghz_revision), |
| 2505 | sc->ah->ah_radio_2ghz_revision); |
| 2506 | } |
| 2507 | } |
| 2508 | |
| 2509 | ath5k_debug_init_device(sc); |
| 2510 | |
| 2511 | /* ready to process interrupts */ |
| 2512 | __clear_bit(ATH_STAT_INVALID, sc->status); |
| 2513 | |
| 2514 | return 0; |
| 2515 | err_ah: |
| 2516 | ath5k_hw_deinit(sc->ah); |
| 2517 | err_free_ah: |
| 2518 | kfree(sc->ah); |
| 2519 | err_irq: |
| 2520 | free_irq(sc->irq, sc); |
| 2521 | err: |
| 2522 | return ret; |
| 2523 | } |
| 2524 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2525 | static int |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2526 | ath5k_stop_locked(struct ath5k_softc *sc) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2527 | { |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2528 | struct ath5k_hw *ah = sc->ah; |
Bob Copeland | cec8db2 | 2009-07-04 12:59:51 -0400 | [diff] [blame] | 2529 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2530 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "invalid %u\n", |
| 2531 | test_bit(ATH_STAT_INVALID, sc->status)); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2532 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2533 | /* |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2534 | * Shutdown the hardware and driver: |
| 2535 | * stop output from above |
| 2536 | * disable interrupts |
| 2537 | * turn off timers |
| 2538 | * turn off the radio |
| 2539 | * clear transmit machinery |
| 2540 | * clear receive machinery |
| 2541 | * drain and release tx queues |
| 2542 | * reclaim beacon resources |
| 2543 | * power down hardware |
| 2544 | * |
| 2545 | * Note that some of this work is not possible if the |
| 2546 | * hardware is gone (invalid). |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2547 | */ |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2548 | ieee80211_stop_queues(sc->hw); |
| 2549 | |
| 2550 | if (!test_bit(ATH_STAT_INVALID, sc->status)) { |
| 2551 | ath5k_led_off(sc); |
| 2552 | ath5k_hw_set_imr(ah, 0); |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 2553 | synchronize_irq(sc->irq); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2554 | ath5k_rx_stop(sc); |
Nick Kossifidis | 80dac9ee | 2010-11-23 20:45:38 +0200 | [diff] [blame] | 2555 | ath5k_hw_dma_stop(ah); |
| 2556 | ath5k_drain_tx_buffs(sc); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2557 | ath5k_hw_phy_disable(ah); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2558 | } |
| 2559 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2560 | return 0; |
| 2561 | } |
| 2562 | |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 2563 | int |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2564 | ath5k_init_hw(struct ath5k_softc *sc) |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2565 | { |
| 2566 | struct ath5k_hw *ah = sc->ah; |
| 2567 | struct ath_common *common = ath5k_hw_common(ah); |
| 2568 | int ret, i; |
| 2569 | |
| 2570 | mutex_lock(&sc->lock); |
| 2571 | |
| 2572 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "mode %d\n", sc->opmode); |
| 2573 | |
| 2574 | /* |
| 2575 | * Stop anything previously setup. This is safe |
| 2576 | * no matter this is the first time through or not. |
| 2577 | */ |
| 2578 | ath5k_stop_locked(sc); |
| 2579 | |
| 2580 | /* |
| 2581 | * The basic interface to setting the hardware in a good |
| 2582 | * state is ``reset''. On return the hardware is known to |
| 2583 | * be powered up and with interrupts disabled. This must |
| 2584 | * be followed by initialization of the appropriate bits |
| 2585 | * and then setup of the interrupt mask. |
| 2586 | */ |
| 2587 | sc->curchan = sc->hw->conf.channel; |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2588 | sc->imask = AR5K_INT_RXOK | AR5K_INT_RXERR | AR5K_INT_RXEOL | |
| 2589 | AR5K_INT_RXORN | AR5K_INT_TXDESC | AR5K_INT_TXEOL | |
| 2590 | AR5K_INT_FATAL | AR5K_INT_GLOBAL | AR5K_INT_MIB; |
| 2591 | |
Nick Kossifidis | 8aec7af | 2010-11-23 21:39:28 +0200 | [diff] [blame] | 2592 | ret = ath5k_reset(sc, NULL, false); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2593 | if (ret) |
| 2594 | goto done; |
| 2595 | |
| 2596 | ath5k_rfkill_hw_start(ah); |
| 2597 | |
| 2598 | /* |
| 2599 | * Reset the key cache since some parts do not reset the |
| 2600 | * contents on initial power up or resume from suspend. |
| 2601 | */ |
| 2602 | for (i = 0; i < common->keymax; i++) |
| 2603 | ath_hw_keyreset(common, (u16) i); |
| 2604 | |
Nick Kossifidis | 61cde03 | 2010-11-23 21:12:23 +0200 | [diff] [blame] | 2605 | /* Use higher rates for acks instead of base |
| 2606 | * rate */ |
| 2607 | ah->ah_ack_bitrate_high = true; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 2608 | |
| 2609 | for (i = 0; i < ARRAY_SIZE(sc->bslot); i++) |
| 2610 | sc->bslot[i] = NULL; |
| 2611 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2612 | ret = 0; |
| 2613 | done: |
| 2614 | mmiowb(); |
| 2615 | mutex_unlock(&sc->lock); |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2616 | |
| 2617 | ieee80211_queue_delayed_work(sc->hw, &sc->tx_complete_work, |
| 2618 | msecs_to_jiffies(ATH5K_TX_COMPLETE_POLL_INT)); |
| 2619 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2620 | return ret; |
| 2621 | } |
| 2622 | |
| 2623 | static void stop_tasklets(struct ath5k_softc *sc) |
| 2624 | { |
Felix Fietkau | c266c71 | 2011-04-10 18:32:19 +0200 | [diff] [blame] | 2625 | sc->rx_pending = false; |
| 2626 | sc->tx_pending = false; |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2627 | tasklet_kill(&sc->rxtq); |
| 2628 | tasklet_kill(&sc->txtq); |
| 2629 | tasklet_kill(&sc->calib); |
| 2630 | tasklet_kill(&sc->beacontq); |
| 2631 | tasklet_kill(&sc->ani_tasklet); |
| 2632 | } |
| 2633 | |
| 2634 | /* |
| 2635 | * Stop the device, grabbing the top-level lock to protect |
| 2636 | * against concurrent entry through ath5k_init (which can happen |
| 2637 | * if another thread does a system call and the thread doing the |
| 2638 | * stop is preempted). |
| 2639 | */ |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 2640 | int |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2641 | ath5k_stop_hw(struct ath5k_softc *sc) |
| 2642 | { |
| 2643 | int ret; |
| 2644 | |
| 2645 | mutex_lock(&sc->lock); |
| 2646 | ret = ath5k_stop_locked(sc); |
| 2647 | if (ret == 0 && !test_bit(ATH_STAT_INVALID, sc->status)) { |
| 2648 | /* |
| 2649 | * Don't set the card in full sleep mode! |
| 2650 | * |
| 2651 | * a) When the device is in this state it must be carefully |
| 2652 | * woken up or references to registers in the PCI clock |
| 2653 | * domain may freeze the bus (and system). This varies |
| 2654 | * by chip and is mostly an issue with newer parts |
| 2655 | * (madwifi sources mentioned srev >= 0x78) that go to |
| 2656 | * sleep more quickly. |
| 2657 | * |
| 2658 | * b) On older chips full sleep results a weird behaviour |
| 2659 | * during wakeup. I tested various cards with srev < 0x78 |
| 2660 | * and they don't wake up after module reload, a second |
| 2661 | * module reload is needed to bring the card up again. |
| 2662 | * |
| 2663 | * Until we figure out what's going on don't enable |
| 2664 | * full chip reset on any chip (this is what Legacy HAL |
| 2665 | * and Sam's HAL do anyway). Instead Perform a full reset |
| 2666 | * on the device (same as initial state after attach) and |
| 2667 | * leave it idle (keep MAC/BB on warm reset) */ |
| 2668 | ret = ath5k_hw_on_hold(sc->ah); |
| 2669 | |
| 2670 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, |
| 2671 | "putting device to sleep\n"); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2672 | } |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2673 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2674 | mmiowb(); |
| 2675 | mutex_unlock(&sc->lock); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2676 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2677 | stop_tasklets(sc); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2678 | |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2679 | cancel_delayed_work_sync(&sc->tx_complete_work); |
| 2680 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2681 | ath5k_rfkill_hw_stop(sc->ah); |
| 2682 | |
| 2683 | return ret; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2684 | } |
| 2685 | |
Bob Copeland | 209d889 | 2009-05-07 08:09:08 -0400 | [diff] [blame] | 2686 | /* |
| 2687 | * Reset the hardware. If chan is not NULL, then also pause rx/tx |
| 2688 | * and change to the given channel. |
Bob Copeland | 5faaff7 | 2010-07-13 11:32:40 -0400 | [diff] [blame] | 2689 | * |
| 2690 | * This should be called with sc->lock. |
Bob Copeland | 209d889 | 2009-05-07 08:09:08 -0400 | [diff] [blame] | 2691 | */ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2692 | static int |
Nick Kossifidis | 8aec7af | 2010-11-23 21:39:28 +0200 | [diff] [blame] | 2693 | ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel *chan, |
| 2694 | bool skip_pcu) |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2695 | { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2696 | struct ath5k_hw *ah = sc->ah; |
Bruno Randolf | f15a4bb | 2010-12-16 16:22:20 +0900 | [diff] [blame] | 2697 | struct ath_common *common = ath5k_hw_common(ah); |
Nick Kossifidis | 344b54b | 2010-12-03 06:07:13 +0200 | [diff] [blame] | 2698 | int ret, ani_mode; |
Nick Kossifidis | a99168e | 2011-06-02 03:09:48 +0300 | [diff] [blame] | 2699 | bool fast; |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2700 | |
| 2701 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "resetting\n"); |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2702 | |
Bob Copeland | 450464d | 2010-07-13 11:32:41 -0400 | [diff] [blame] | 2703 | ath5k_hw_set_imr(ah, 0); |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 2704 | synchronize_irq(sc->irq); |
Bob Copeland | 450464d | 2010-07-13 11:32:41 -0400 | [diff] [blame] | 2705 | stop_tasklets(sc); |
| 2706 | |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 2707 | /* Save ani mode and disable ANI during |
Nick Kossifidis | 344b54b | 2010-12-03 06:07:13 +0200 | [diff] [blame] | 2708 | * reset. If we don't we might get false |
| 2709 | * PHY error interrupts. */ |
| 2710 | ani_mode = ah->ah_sc->ani_state.ani_mode; |
| 2711 | ath5k_ani_init(ah, ATH5K_ANI_MODE_OFF); |
| 2712 | |
Nick Kossifidis | 19252ec | 2010-12-03 06:05:19 +0200 | [diff] [blame] | 2713 | /* We are going to empty hw queues |
| 2714 | * so we should also free any remaining |
| 2715 | * tx buffers */ |
| 2716 | ath5k_drain_tx_buffs(sc); |
Bruno Randolf | 930a762 | 2011-01-19 18:21:13 +0900 | [diff] [blame] | 2717 | if (chan) |
Bob Copeland | 209d889 | 2009-05-07 08:09:08 -0400 | [diff] [blame] | 2718 | sc->curchan = chan; |
Nick Kossifidis | a99168e | 2011-06-02 03:09:48 +0300 | [diff] [blame] | 2719 | |
| 2720 | fast = ((chan != NULL) && modparam_fastchanswitch) ? 1 : 0; |
| 2721 | |
| 2722 | ret = ath5k_hw_reset(ah, sc->opmode, sc->curchan, fast, |
Nick Kossifidis | 8aec7af | 2010-11-23 21:39:28 +0200 | [diff] [blame] | 2723 | skip_pcu); |
Jiri Slaby | d7dc100 | 2008-07-23 13:17:35 +0200 | [diff] [blame] | 2724 | if (ret) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2725 | ATH5K_ERR(sc, "can't reset hardware (%d)\n", ret); |
| 2726 | goto err; |
| 2727 | } |
Jiri Slaby | d7dc100 | 2008-07-23 13:17:35 +0200 | [diff] [blame] | 2728 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2729 | ret = ath5k_rx_start(sc); |
Jiri Slaby | d7dc100 | 2008-07-23 13:17:35 +0200 | [diff] [blame] | 2730 | if (ret) { |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2731 | ATH5K_ERR(sc, "can't start recv logic\n"); |
| 2732 | goto err; |
| 2733 | } |
Jiri Slaby | d7dc100 | 2008-07-23 13:17:35 +0200 | [diff] [blame] | 2734 | |
Nick Kossifidis | 344b54b | 2010-12-03 06:07:13 +0200 | [diff] [blame] | 2735 | ath5k_ani_init(ah, ani_mode); |
Bruno Randolf | 2111ac0 | 2010-04-02 18:44:08 +0900 | [diff] [blame] | 2736 | |
Bruno Randolf | ac55952 | 2010-05-19 10:30:55 +0900 | [diff] [blame] | 2737 | ah->ah_cal_next_full = jiffies; |
| 2738 | ah->ah_cal_next_ani = jiffies; |
Bruno Randolf | afe8628 | 2010-05-19 10:31:10 +0900 | [diff] [blame] | 2739 | ah->ah_cal_next_nf = jiffies; |
Bruno Randolf | 5dcc03f | 2010-12-02 19:12:31 +0900 | [diff] [blame] | 2740 | ewma_init(&ah->ah_beacon_rssi_avg, 1024, 8); |
Bruno Randolf | afe8628 | 2010-05-19 10:31:10 +0900 | [diff] [blame] | 2741 | |
Bruno Randolf | f15a4bb | 2010-12-16 16:22:20 +0900 | [diff] [blame] | 2742 | /* clear survey data and cycle counters */ |
| 2743 | memset(&sc->survey, 0, sizeof(sc->survey)); |
Bob Copeland | bb00755 | 2010-12-26 12:10:05 -0500 | [diff] [blame] | 2744 | spin_lock_bh(&common->cc_lock); |
Bruno Randolf | f15a4bb | 2010-12-16 16:22:20 +0900 | [diff] [blame] | 2745 | ath_hw_cycle_counters_update(common); |
| 2746 | memset(&common->cc_survey, 0, sizeof(common->cc_survey)); |
| 2747 | memset(&common->cc_ani, 0, sizeof(common->cc_ani)); |
Bob Copeland | bb00755 | 2010-12-26 12:10:05 -0500 | [diff] [blame] | 2748 | spin_unlock_bh(&common->cc_lock); |
Bruno Randolf | f15a4bb | 2010-12-16 16:22:20 +0900 | [diff] [blame] | 2749 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2750 | /* |
Jiri Slaby | d7dc100 | 2008-07-23 13:17:35 +0200 | [diff] [blame] | 2751 | * 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 Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2756 | * |
| 2757 | * XXX needed? |
| 2758 | */ |
| 2759 | /* ath5k_chan_change(sc, c); */ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2760 | |
Jiri Slaby | d7dc100 | 2008-07-23 13:17:35 +0200 | [diff] [blame] | 2761 | ath5k_beacon_config(sc); |
| 2762 | /* intrs are enabled by ath5k_beacon_config */ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2763 | |
Bruno Randolf | 397f385 | 2010-05-19 10:30:49 +0900 | [diff] [blame] | 2764 | ieee80211_wake_queues(sc->hw); |
| 2765 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 2766 | return 0; |
| 2767 | err: |
| 2768 | return ret; |
| 2769 | } |
| 2770 | |
Bob Copeland | 5faaff7 | 2010-07-13 11:32:40 -0400 | [diff] [blame] | 2771 | static void ath5k_reset_work(struct work_struct *work) |
| 2772 | { |
| 2773 | struct ath5k_softc *sc = container_of(work, struct ath5k_softc, |
| 2774 | reset_work); |
| 2775 | |
| 2776 | mutex_lock(&sc->lock); |
Nick Kossifidis | 8aec7af | 2010-11-23 21:39:28 +0200 | [diff] [blame] | 2777 | ath5k_reset(sc, NULL, true); |
Bob Copeland | 5faaff7 | 2010-07-13 11:32:40 -0400 | [diff] [blame] | 2778 | mutex_unlock(&sc->lock); |
| 2779 | } |
| 2780 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2781 | static int |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2782 | ath5k_init(struct ieee80211_hw *hw) |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2783 | { |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2784 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2785 | struct ath5k_softc *sc = hw->priv; |
| 2786 | struct ath5k_hw *ah = sc->ah; |
| 2787 | struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah); |
Bruno Randolf | 925e0b0 | 2010-09-17 11:36:35 +0900 | [diff] [blame] | 2788 | struct ath5k_txq *txq; |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2789 | u8 mac[ETH_ALEN] = {}; |
| 2790 | int ret; |
| 2791 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2792 | |
| 2793 | /* |
| 2794 | * Check if the MAC has multi-rate retry support. |
| 2795 | * We do this by trying to setup a fake extended |
| 2796 | * descriptor. MACs that don't have support will |
| 2797 | * return false w/o doing anything. MACs that do |
| 2798 | * support it will return true w/o doing anything. |
| 2799 | */ |
| 2800 | ret = ath5k_hw_setup_mrr_tx_desc(ah, NULL, 0, 0, 0, 0, 0, 0); |
| 2801 | |
| 2802 | if (ret < 0) |
| 2803 | goto err; |
| 2804 | if (ret > 0) |
| 2805 | __set_bit(ATH_STAT_MRRETRY, sc->status); |
| 2806 | |
| 2807 | /* |
| 2808 | * Collect the channel list. The 802.11 layer |
| 2809 | * is resposible for filtering this list based |
| 2810 | * on settings like the phy mode and regulatory |
| 2811 | * domain restrictions. |
| 2812 | */ |
| 2813 | ret = ath5k_setup_bands(hw); |
| 2814 | if (ret) { |
| 2815 | ATH5K_ERR(sc, "can't get channels\n"); |
| 2816 | goto err; |
| 2817 | } |
| 2818 | |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2819 | /* |
| 2820 | * Allocate tx+rx descriptors and populate the lists. |
| 2821 | */ |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 2822 | ret = ath5k_desc_alloc(sc); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2823 | if (ret) { |
| 2824 | ATH5K_ERR(sc, "can't allocate descriptors\n"); |
| 2825 | goto err; |
| 2826 | } |
| 2827 | |
| 2828 | /* |
| 2829 | * Allocate hardware transmit queues: one queue for |
| 2830 | * beacon frames and one data queue for each QoS |
| 2831 | * priority. Note that hw functions handle resetting |
| 2832 | * these queues at the needed time. |
| 2833 | */ |
| 2834 | ret = ath5k_beaconq_setup(ah); |
| 2835 | if (ret < 0) { |
| 2836 | ATH5K_ERR(sc, "can't setup a beacon xmit queue\n"); |
| 2837 | goto err_desc; |
| 2838 | } |
| 2839 | sc->bhalq = ret; |
| 2840 | sc->cabq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_CAB, 0); |
| 2841 | if (IS_ERR(sc->cabq)) { |
| 2842 | ATH5K_ERR(sc, "can't setup cab queue\n"); |
| 2843 | ret = PTR_ERR(sc->cabq); |
| 2844 | goto err_bhal; |
| 2845 | } |
| 2846 | |
Bruno Randolf | 22d8d9f | 2010-12-07 11:08:12 +0900 | [diff] [blame] | 2847 | /* 5211 and 5212 usually support 10 queues but we better rely on the |
| 2848 | * capability information */ |
| 2849 | if (ah->ah_capabilities.cap_queues.q_tx_num >= 6) { |
| 2850 | /* This order matches mac80211's queue priority, so we can |
| 2851 | * directly use the mac80211 queue number without any mapping */ |
| 2852 | txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_VO); |
| 2853 | if (IS_ERR(txq)) { |
| 2854 | ATH5K_ERR(sc, "can't setup xmit queue\n"); |
| 2855 | ret = PTR_ERR(txq); |
| 2856 | goto err_queues; |
| 2857 | } |
| 2858 | txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_VI); |
| 2859 | if (IS_ERR(txq)) { |
| 2860 | ATH5K_ERR(sc, "can't setup xmit queue\n"); |
| 2861 | ret = PTR_ERR(txq); |
| 2862 | goto err_queues; |
| 2863 | } |
| 2864 | txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BE); |
| 2865 | if (IS_ERR(txq)) { |
| 2866 | ATH5K_ERR(sc, "can't setup xmit queue\n"); |
| 2867 | ret = PTR_ERR(txq); |
| 2868 | goto err_queues; |
| 2869 | } |
| 2870 | txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BK); |
| 2871 | if (IS_ERR(txq)) { |
| 2872 | ATH5K_ERR(sc, "can't setup xmit queue\n"); |
| 2873 | ret = PTR_ERR(txq); |
| 2874 | goto err_queues; |
| 2875 | } |
| 2876 | hw->queues = 4; |
| 2877 | } else { |
| 2878 | /* older hardware (5210) can only support one data queue */ |
| 2879 | txq = ath5k_txq_setup(sc, AR5K_TX_QUEUE_DATA, AR5K_WME_AC_BE); |
| 2880 | if (IS_ERR(txq)) { |
| 2881 | ATH5K_ERR(sc, "can't setup xmit queue\n"); |
| 2882 | ret = PTR_ERR(txq); |
| 2883 | goto err_queues; |
| 2884 | } |
| 2885 | hw->queues = 1; |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2886 | } |
| 2887 | |
| 2888 | tasklet_init(&sc->rxtq, ath5k_tasklet_rx, (unsigned long)sc); |
| 2889 | tasklet_init(&sc->txtq, ath5k_tasklet_tx, (unsigned long)sc); |
| 2890 | tasklet_init(&sc->calib, ath5k_tasklet_calibrate, (unsigned long)sc); |
| 2891 | tasklet_init(&sc->beacontq, ath5k_tasklet_beacon, (unsigned long)sc); |
| 2892 | tasklet_init(&sc->ani_tasklet, ath5k_tasklet_ani, (unsigned long)sc); |
| 2893 | |
| 2894 | INIT_WORK(&sc->reset_work, ath5k_reset_work); |
Bruno Randolf | 4edd761 | 2010-09-17 11:36:56 +0900 | [diff] [blame] | 2895 | INIT_DELAYED_WORK(&sc->tx_complete_work, ath5k_tx_complete_poll_work); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2896 | |
Felix Fietkau | fa9bfd6 | 2011-04-13 21:56:44 +0200 | [diff] [blame] | 2897 | ret = ath5k_hw_common(ah)->bus_ops->eeprom_read_mac(ah, mac); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2898 | if (ret) { |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 2899 | ATH5K_ERR(sc, "unable to read address from EEPROM\n"); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2900 | goto err_queues; |
| 2901 | } |
| 2902 | |
| 2903 | SET_IEEE80211_PERM_ADDR(hw, mac); |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 2904 | memcpy(&sc->lladdr, mac, ETH_ALEN); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2905 | /* All MAC address bits matter for ACKs */ |
Ben Greear | 62c58fb | 2010-10-08 12:01:15 -0700 | [diff] [blame] | 2906 | ath5k_update_bssid_mask_and_opmode(sc, NULL); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2907 | |
| 2908 | regulatory->current_rd = ah->ah_capabilities.cap_eeprom.ee_regdomain; |
| 2909 | ret = ath_regd_init(regulatory, hw->wiphy, ath5k_reg_notifier); |
| 2910 | if (ret) { |
| 2911 | ATH5K_ERR(sc, "can't initialize regulatory system\n"); |
| 2912 | goto err_queues; |
| 2913 | } |
| 2914 | |
| 2915 | ret = ieee80211_register_hw(hw); |
| 2916 | if (ret) { |
| 2917 | ATH5K_ERR(sc, "can't register ieee80211 hw\n"); |
| 2918 | goto err_queues; |
| 2919 | } |
| 2920 | |
| 2921 | if (!ath_is_world_regd(regulatory)) |
| 2922 | regulatory_hint(hw->wiphy, regulatory->alpha2); |
| 2923 | |
| 2924 | ath5k_init_leds(sc); |
| 2925 | |
| 2926 | ath5k_sysfs_register(sc); |
| 2927 | |
| 2928 | return 0; |
| 2929 | err_queues: |
| 2930 | ath5k_txq_release(sc); |
| 2931 | err_bhal: |
| 2932 | ath5k_hw_release_tx_queue(ah, sc->bhalq); |
| 2933 | err_desc: |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 2934 | ath5k_desc_free(sc); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2935 | err: |
| 2936 | return ret; |
| 2937 | } |
| 2938 | |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2939 | void |
| 2940 | ath5k_deinit_softc(struct ath5k_softc *sc) |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2941 | { |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2942 | struct ieee80211_hw *hw = sc->hw; |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2943 | |
| 2944 | /* |
| 2945 | * NB: the order of these is important: |
| 2946 | * o call the 802.11 layer before detaching ath5k_hw to |
| 2947 | * ensure callbacks into the driver to delete global |
| 2948 | * key cache entries can be handled |
| 2949 | * o reclaim the tx queue data structures after calling |
| 2950 | * the 802.11 layer as we'll get called back to reclaim |
| 2951 | * node state and potentially want to use them |
| 2952 | * o to cleanup the tx queues the hal is called, so detach |
| 2953 | * it last |
| 2954 | * XXX: ??? detach ath5k_hw ??? |
| 2955 | * Other than that, it's straightforward... |
| 2956 | */ |
| 2957 | ieee80211_unregister_hw(hw); |
Felix Fietkau | aeae4ac | 2010-12-02 10:26:51 +0100 | [diff] [blame] | 2958 | ath5k_desc_free(sc); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2959 | ath5k_txq_release(sc); |
| 2960 | ath5k_hw_release_tx_queue(sc->ah, sc->bhalq); |
| 2961 | ath5k_unregister_leds(sc); |
| 2962 | |
| 2963 | ath5k_sysfs_unregister(sc); |
| 2964 | /* |
| 2965 | * NB: can't reclaim these until after ieee80211_ifdetach |
| 2966 | * returns because we'll get called back to reclaim node |
| 2967 | * state and potentially want to use them. |
| 2968 | */ |
Felix Fietkau | 132b1c3 | 2010-12-02 10:26:56 +0100 | [diff] [blame] | 2969 | ath5k_hw_deinit(sc->ah); |
| 2970 | free_irq(sc->irq, sc); |
Bob Copeland | 8a63fac | 2010-09-17 12:45:07 +0900 | [diff] [blame] | 2971 | } |
| 2972 | |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 2973 | bool |
| 2974 | ath_any_vif_assoc(struct ath5k_softc *sc) |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 2975 | { |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 2976 | struct ath5k_vif_iter_data iter_data; |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 2977 | iter_data.hw_macaddr = NULL; |
| 2978 | iter_data.any_assoc = false; |
| 2979 | iter_data.need_set_hw_addr = false; |
| 2980 | iter_data.found_active = true; |
| 2981 | |
Ben Greear | e4b0b32 | 2011-03-03 14:39:05 -0800 | [diff] [blame] | 2982 | ieee80211_iterate_active_interfaces_atomic(sc->hw, ath5k_vif_iter, |
Ben Greear | b1ae1ed | 2010-09-30 12:22:58 -0700 | [diff] [blame] | 2983 | &iter_data); |
| 2984 | return iter_data.any_assoc; |
| 2985 | } |
| 2986 | |
Bruno Randolf | cd2c548 | 2010-12-22 19:20:32 +0900 | [diff] [blame] | 2987 | void |
Martin Xu | 02969b3 | 2008-11-24 10:49:27 +0800 | [diff] [blame] | 2988 | set_beacon_filter(struct ieee80211_hw *hw, bool enable) |
| 2989 | { |
| 2990 | struct ath5k_softc *sc = hw->priv; |
| 2991 | struct ath5k_hw *ah = sc->ah; |
| 2992 | u32 rfilt; |
| 2993 | rfilt = ath5k_hw_get_rx_filter(ah); |
| 2994 | if (enable) |
| 2995 | rfilt |= AR5K_RX_FILTER_BEACON; |
| 2996 | else |
| 2997 | rfilt &= ~AR5K_RX_FILTER_BEACON; |
| 2998 | ath5k_hw_set_rx_filter(ah, rfilt); |
| 2999 | sc->filter_flags = rfilt; |
| 3000 | } |