blob: 1018f9b8b41c728e7af7aba188ab965990110b8c [file] [log] [blame]
Wey-Yi Guy73356132011-11-10 06:55:11 -08001/******************************************************************************
2 *
Wey-Yi Guy4e318262011-12-27 11:21:32 -08003 * Copyright(c) 2003 - 2012 Intel Corporation. All rights reserved.
Wey-Yi Guy73356132011-11-10 06:55:11 -08004 *
5 * Portions of this file are derived from the ipw3945 project, as well
6 * as portions of the ieee80211 subsystem header files.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of version 2 of the GNU General Public License as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
20 *
21 * The full GNU General Public License is included in this distribution in the
22 * file called LICENSE.
23 *
24 * Contact Information:
25 * Intel Linux Wireless <ilw@linux.intel.com>
26 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *
28 *****************************************************************************/
29#include <linux/kernel.h>
30#include <linux/module.h>
31#include <linux/init.h>
32#include <linux/slab.h>
33#include <linux/dma-mapping.h>
34#include <linux/delay.h>
35#include <linux/sched.h>
36#include <linux/skbuff.h>
37#include <linux/netdevice.h>
Wey-Yi Guy73356132011-11-10 06:55:11 -080038#include <linux/etherdevice.h>
39#include <linux/if_arp.h>
40
41#include <net/mac80211.h>
42
43#include <asm/div64.h>
44
45#include "iwl-eeprom.h"
46#include "iwl-dev.h"
47#include "iwl-core.h"
48#include "iwl-io.h"
49#include "iwl-agn-calib.h"
50#include "iwl-agn.h"
51#include "iwl-shared.h"
Wey-Yi Guy73356132011-11-10 06:55:11 -080052#include "iwl-trans.h"
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +020053#include "iwl-op-mode.h"
Wey-Yi Guy73356132011-11-10 06:55:11 -080054
55/*****************************************************************************
56 *
57 * mac80211 entry point functions
58 *
59 *****************************************************************************/
60
61static const struct ieee80211_iface_limit iwlagn_sta_ap_limits[] = {
62 {
63 .max = 1,
64 .types = BIT(NL80211_IFTYPE_STATION),
65 },
66 {
67 .max = 1,
68 .types = BIT(NL80211_IFTYPE_AP),
69 },
70};
71
72static const struct ieee80211_iface_limit iwlagn_2sta_limits[] = {
73 {
74 .max = 2,
75 .types = BIT(NL80211_IFTYPE_STATION),
76 },
77};
78
79static const struct ieee80211_iface_limit iwlagn_p2p_sta_go_limits[] = {
80 {
81 .max = 1,
82 .types = BIT(NL80211_IFTYPE_STATION),
83 },
84 {
85 .max = 1,
86 .types = BIT(NL80211_IFTYPE_P2P_GO) |
87 BIT(NL80211_IFTYPE_AP),
88 },
89};
90
91static const struct ieee80211_iface_limit iwlagn_p2p_2sta_limits[] = {
92 {
93 .max = 2,
94 .types = BIT(NL80211_IFTYPE_STATION),
95 },
96 {
97 .max = 1,
98 .types = BIT(NL80211_IFTYPE_P2P_CLIENT),
99 },
100};
101
102static const struct ieee80211_iface_combination
103iwlagn_iface_combinations_dualmode[] = {
104 { .num_different_channels = 1,
105 .max_interfaces = 2,
106 .beacon_int_infra_match = true,
107 .limits = iwlagn_sta_ap_limits,
108 .n_limits = ARRAY_SIZE(iwlagn_sta_ap_limits),
109 },
110 { .num_different_channels = 1,
111 .max_interfaces = 2,
112 .limits = iwlagn_2sta_limits,
113 .n_limits = ARRAY_SIZE(iwlagn_2sta_limits),
114 },
115};
116
117static const struct ieee80211_iface_combination
118iwlagn_iface_combinations_p2p[] = {
119 { .num_different_channels = 1,
120 .max_interfaces = 2,
121 .beacon_int_infra_match = true,
122 .limits = iwlagn_p2p_sta_go_limits,
123 .n_limits = ARRAY_SIZE(iwlagn_p2p_sta_go_limits),
124 },
125 { .num_different_channels = 1,
126 .max_interfaces = 2,
127 .limits = iwlagn_p2p_2sta_limits,
128 .n_limits = ARRAY_SIZE(iwlagn_p2p_2sta_limits),
129 },
130};
131
132/*
133 * Not a mac80211 entry point function, but it fits in with all the
134 * other mac80211 functions grouped here.
135 */
136int iwlagn_mac_setup_register(struct iwl_priv *priv,
Johannes Berg0692fe42012-03-06 13:30:37 -0800137 const struct iwl_ucode_capabilities *capa)
Wey-Yi Guy73356132011-11-10 06:55:11 -0800138{
139 int ret;
140 struct ieee80211_hw *hw = priv->hw;
141 struct iwl_rxon_context *ctx;
142
143 hw->rate_control_algorithm = "iwl-agn-rs";
144
145 /* Tell mac80211 our characteristics */
146 hw->flags = IEEE80211_HW_SIGNAL_DBM |
147 IEEE80211_HW_AMPDU_AGGREGATION |
148 IEEE80211_HW_NEED_DTIM_PERIOD |
149 IEEE80211_HW_SPECTRUM_MGMT |
150 IEEE80211_HW_REPORTS_TX_ACK_STATUS;
151
152 /*
153 * Including the following line will crash some AP's. This
154 * workaround removes the stimulus which causes the crash until
155 * the AP software can be fixed.
156 hw->max_tx_aggregation_subframes = LINK_QUAL_AGG_FRAME_LIMIT_DEF;
157 */
158
159 hw->flags |= IEEE80211_HW_SUPPORTS_PS |
160 IEEE80211_HW_SUPPORTS_DYNAMIC_PS;
161
Johannes Berg54708d82012-03-05 11:24:31 -0800162 if (hw_params(priv).sku & EEPROM_SKU_CAP_11N_ENABLE)
Wey-Yi Guy73356132011-11-10 06:55:11 -0800163 hw->flags |= IEEE80211_HW_SUPPORTS_DYNAMIC_SMPS |
164 IEEE80211_HW_SUPPORTS_STATIC_SMPS;
165
David Spinadel18c57d32012-03-07 09:52:31 -0800166#ifndef CONFIG_IWLWIFI_EXPERIMENTAL_MFP
167 /* enable 11w if the uCode advertise */
Wey-Yi Guy73356132011-11-10 06:55:11 -0800168 if (capa->flags & IWL_UCODE_TLV_FLAGS_MFP)
David Spinadel18c57d32012-03-07 09:52:31 -0800169#endif /* !CONFIG_IWLWIFI_EXPERIMENTAL_MFP */
Wey-Yi Guy73356132011-11-10 06:55:11 -0800170 hw->flags |= IEEE80211_HW_MFP_CAPABLE;
171
172 hw->sta_data_size = sizeof(struct iwl_station_priv);
173 hw->vif_data_size = sizeof(struct iwl_vif_priv);
174
175 for_each_context(priv, ctx) {
176 hw->wiphy->interface_modes |= ctx->interface_modes;
177 hw->wiphy->interface_modes |= ctx->exclusive_interface_modes;
178 }
179
180 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
181
182 if (hw->wiphy->interface_modes & BIT(NL80211_IFTYPE_P2P_CLIENT)) {
183 hw->wiphy->iface_combinations = iwlagn_iface_combinations_p2p;
184 hw->wiphy->n_iface_combinations =
185 ARRAY_SIZE(iwlagn_iface_combinations_p2p);
186 } else if (hw->wiphy->interface_modes & BIT(NL80211_IFTYPE_AP)) {
187 hw->wiphy->iface_combinations =
188 iwlagn_iface_combinations_dualmode;
189 hw->wiphy->n_iface_combinations =
190 ARRAY_SIZE(iwlagn_iface_combinations_dualmode);
191 }
192
193 hw->wiphy->max_remain_on_channel_duration = 1000;
194
195 hw->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY |
196 WIPHY_FLAG_DISABLE_BEACON_HINTS |
197 WIPHY_FLAG_IBSS_RSN;
198
Johannes Berg20528f72012-06-04 13:43:11 +0200199#ifdef CONFIG_PM_SLEEP
David Spinadel6dfa8d02012-03-10 13:00:14 -0800200 if (priv->fw->img[IWL_UCODE_WOWLAN].sec[0].len &&
Johannes Berg2dd4f9f2012-03-05 11:24:35 -0800201 trans(priv)->ops->wowlan_suspend &&
Emmanuel Grumbach1042db22012-01-03 16:56:15 +0200202 device_can_wakeup(trans(priv)->dev)) {
Wey-Yi Guy73356132011-11-10 06:55:11 -0800203 hw->wiphy->wowlan.flags = WIPHY_WOWLAN_MAGIC_PKT |
204 WIPHY_WOWLAN_DISCONNECT |
205 WIPHY_WOWLAN_EAP_IDENTITY_REQ |
206 WIPHY_WOWLAN_RFKILL_RELEASE;
207 if (!iwlagn_mod_params.sw_crypto)
208 hw->wiphy->wowlan.flags |=
209 WIPHY_WOWLAN_SUPPORTS_GTK_REKEY |
210 WIPHY_WOWLAN_GTK_REKEY_FAILURE;
211
212 hw->wiphy->wowlan.n_patterns = IWLAGN_WOWLAN_MAX_PATTERNS;
213 hw->wiphy->wowlan.pattern_min_len =
214 IWLAGN_WOWLAN_MIN_PATTERN_LEN;
215 hw->wiphy->wowlan.pattern_max_len =
216 IWLAGN_WOWLAN_MAX_PATTERN_LEN;
217 }
Johannes Berg20528f72012-06-04 13:43:11 +0200218#endif
Wey-Yi Guy73356132011-11-10 06:55:11 -0800219
220 if (iwlagn_mod_params.power_save)
221 hw->wiphy->flags |= WIPHY_FLAG_PS_ON_BY_DEFAULT;
222 else
223 hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
224
225 hw->wiphy->max_scan_ssids = PROBE_OPTION_MAX;
226 /* we create the 802.11 header and a zero-length SSID element */
227 hw->wiphy->max_scan_ie_len = capa->max_probe_length - 24 - 2;
228
229 /* Default value; 4 EDCA QOS priorities */
230 hw->queues = 4;
231
232 hw->max_listen_interval = IWL_CONN_MAX_LISTEN_INTERVAL;
233
234 if (priv->bands[IEEE80211_BAND_2GHZ].n_channels)
235 priv->hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
236 &priv->bands[IEEE80211_BAND_2GHZ];
237 if (priv->bands[IEEE80211_BAND_5GHZ].n_channels)
238 priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
239 &priv->bands[IEEE80211_BAND_5GHZ];
240
Emmanuel Grumbach99673ee2012-01-08 21:19:45 +0200241 hw->wiphy->hw_version = trans(priv)->hw_id;
Wey-Yi Guy0ba958e2011-12-10 11:33:52 -0800242
Wey-Yi Guy73356132011-11-10 06:55:11 -0800243 iwl_leds_init(priv);
244
245 ret = ieee80211_register_hw(priv->hw);
246 if (ret) {
247 IWL_ERR(priv, "Failed to register hw (error %d)\n", ret);
Johannes Berg5a4c9cb2012-06-05 09:38:35 +0200248 iwl_leds_exit(priv);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800249 return ret;
250 }
251 priv->mac80211_registered = 1;
252
253 return 0;
254}
255
Don Fry09af1402011-12-09 10:07:38 -0800256void iwlagn_mac_unregister(struct iwl_priv *priv)
257{
258 if (!priv->mac80211_registered)
259 return;
260 iwl_leds_exit(priv);
261 ieee80211_unregister_hw(priv->hw);
262 priv->mac80211_registered = 0;
263}
264
Wey-Yi Guy73356132011-11-10 06:55:11 -0800265static int __iwl_up(struct iwl_priv *priv)
266{
267 struct iwl_rxon_context *ctx;
268 int ret;
269
Johannes Bergb1eea292012-03-06 13:30:42 -0800270 lockdep_assert_held(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800271
Don Fry83626402012-03-07 09:52:37 -0800272 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Wey-Yi Guy73356132011-11-10 06:55:11 -0800273 IWL_WARN(priv, "Exit pending; will not bring the NIC up\n");
274 return -EIO;
275 }
276
277 for_each_context(priv, ctx) {
278 ret = iwlagn_alloc_bcast_station(priv, ctx);
279 if (ret) {
280 iwl_dealloc_bcast_stations(priv);
281 return ret;
282 }
283 }
284
Johannes Berge1991882012-03-06 13:30:36 -0800285 ret = iwl_run_init_ucode(priv);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800286 if (ret) {
287 IWL_ERR(priv, "Failed to run INIT ucode: %d\n", ret);
288 goto error;
289 }
290
Johannes Berge1991882012-03-06 13:30:36 -0800291 ret = iwl_load_ucode_wait_alive(priv, IWL_UCODE_REGULAR);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800292 if (ret) {
293 IWL_ERR(priv, "Failed to start RT ucode: %d\n", ret);
294 goto error;
295 }
296
297 ret = iwl_alive_start(priv);
298 if (ret)
299 goto error;
300 return 0;
301
302 error:
Don Fry83626402012-03-07 09:52:37 -0800303 set_bit(STATUS_EXIT_PENDING, &priv->status);
Emmanuel Grumbach78e5a462012-02-17 10:34:53 -0800304 iwl_down(priv);
Don Fry83626402012-03-07 09:52:37 -0800305 clear_bit(STATUS_EXIT_PENDING, &priv->status);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800306
307 IWL_ERR(priv, "Unable to initialize device.\n");
308 return ret;
309}
310
311static int iwlagn_mac_start(struct ieee80211_hw *hw)
312{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200313 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800314 int ret;
315
316 IWL_DEBUG_MAC80211(priv, "enter\n");
317
318 /* we should be verifying the device is ready to be opened */
Johannes Bergb1eea292012-03-06 13:30:42 -0800319 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800320 ret = __iwl_up(priv);
Johannes Bergb1eea292012-03-06 13:30:42 -0800321 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800322 if (ret)
323 return ret;
324
325 IWL_DEBUG_INFO(priv, "Start UP work done.\n");
326
327 /* Now we should be done, and the READY bit should be set. */
Don Fry83626402012-03-07 09:52:37 -0800328 if (WARN_ON(!test_bit(STATUS_READY, &priv->status)))
Wey-Yi Guy73356132011-11-10 06:55:11 -0800329 ret = -EIO;
330
331 iwlagn_led_enable(priv);
332
333 priv->is_open = 1;
334 IWL_DEBUG_MAC80211(priv, "leave\n");
335 return 0;
336}
337
338static void iwlagn_mac_stop(struct ieee80211_hw *hw)
339{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200340 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800341
342 IWL_DEBUG_MAC80211(priv, "enter\n");
343
344 if (!priv->is_open)
345 return;
346
347 priv->is_open = 0;
348
Johannes Bergb1eea292012-03-06 13:30:42 -0800349 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800350 iwl_down(priv);
Johannes Bergb1eea292012-03-06 13:30:42 -0800351 mutex_unlock(&priv->mutex);
Emmanuel Grumbach78e5a462012-02-17 10:34:53 -0800352
353 iwl_cancel_deferred_work(priv);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800354
Johannes Berg1ee158d2012-02-17 10:07:44 -0800355 flush_workqueue(priv->workqueue);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800356
357 /* User space software may expect getting rfkill changes
Emmanuel Grumbach1df06bd2012-01-09 16:35:08 +0200358 * even if interface is down, trans->down will leave the RF
359 * kill interrupt enabled
360 */
361 iwl_trans_stop_hw(trans(priv));
Wey-Yi Guy73356132011-11-10 06:55:11 -0800362
363 IWL_DEBUG_MAC80211(priv, "leave\n");
364}
365
366static void iwlagn_mac_set_rekey_data(struct ieee80211_hw *hw,
367 struct ieee80211_vif *vif,
368 struct cfg80211_gtk_rekey_data *data)
369{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200370 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800371
372 if (iwlagn_mod_params.sw_crypto)
373 return;
374
375 IWL_DEBUG_MAC80211(priv, "enter\n");
Johannes Bergb1eea292012-03-06 13:30:42 -0800376 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800377
378 if (priv->contexts[IWL_RXON_CTX_BSS].vif != vif)
379 goto out;
380
381 memcpy(priv->kek, data->kek, NL80211_KEK_LEN);
382 memcpy(priv->kck, data->kck, NL80211_KCK_LEN);
383 priv->replay_ctr =
384 cpu_to_le64(be64_to_cpup((__be64 *)&data->replay_ctr));
385 priv->have_rekey_data = true;
386
387 out:
Johannes Bergb1eea292012-03-06 13:30:42 -0800388 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800389 IWL_DEBUG_MAC80211(priv, "leave\n");
390}
391
392#ifdef CONFIG_PM_SLEEP
Wey-Yi Guy73356132011-11-10 06:55:11 -0800393
394static int iwlagn_mac_suspend(struct ieee80211_hw *hw,
395 struct cfg80211_wowlan *wowlan)
396{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200397 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800398 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
Wey-Yi Guy023ca582011-11-10 06:55:17 -0800399 int ret;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800400
401 if (WARN_ON(!wowlan))
402 return -EINVAL;
403
404 IWL_DEBUG_MAC80211(priv, "enter\n");
Johannes Bergb1eea292012-03-06 13:30:42 -0800405 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800406
407 /* Don't attempt WoWLAN when not associated, tear down instead. */
408 if (!ctx->vif || ctx->vif->type != NL80211_IFTYPE_STATION ||
409 !iwl_is_associated_ctx(ctx)) {
410 ret = 1;
411 goto out;
412 }
413
Johannes Bergea886a62012-03-07 09:52:15 -0800414 ret = iwlagn_suspend(priv, wowlan);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800415 if (ret)
416 goto error;
417
Emmanuel Grumbach1042db22012-01-03 16:56:15 +0200418 device_set_wakeup_enable(trans(priv)->dev, true);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800419
Johannes Berg2dd4f9f2012-03-05 11:24:35 -0800420 iwl_trans_wowlan_suspend(trans(priv));
Wey-Yi Guy73356132011-11-10 06:55:11 -0800421
422 goto out;
423
424 error:
Johannes Berg15b86bf2012-03-05 11:24:36 -0800425 priv->wowlan = false;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800426 iwlagn_prepare_restart(priv);
427 ieee80211_restart_hw(priv->hw);
428 out:
Johannes Bergb1eea292012-03-06 13:30:42 -0800429 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800430 IWL_DEBUG_MAC80211(priv, "leave\n");
431
432 return ret;
433}
434
435static int iwlagn_mac_resume(struct ieee80211_hw *hw)
436{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200437 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800438 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
439 struct ieee80211_vif *vif;
440 unsigned long flags;
441 u32 base, status = 0xffffffff;
442 int ret = -EIO;
David Spinadel6dfa8d02012-03-10 13:00:14 -0800443 const struct fw_img *img;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800444
445 IWL_DEBUG_MAC80211(priv, "enter\n");
Johannes Bergb1eea292012-03-06 13:30:42 -0800446 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800447
Emmanuel Grumbach1042db22012-01-03 16:56:15 +0200448 iwl_write32(trans(priv), CSR_UCODE_DRV_GP1_CLR,
Wey-Yi Guy73356132011-11-10 06:55:11 -0800449 CSR_UCODE_DRV_GP1_BIT_D3_CFG_COMPLETE);
450
Don Fryae6130f2011-11-30 16:12:59 -0800451 base = priv->shrd->device_pointers.error_event_table;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800452 if (iwlagn_hw_valid_rtc_data_addr(base)) {
Emmanuel Grumbach1042db22012-01-03 16:56:15 +0200453 spin_lock_irqsave(&trans(priv)->reg_lock, flags);
454 ret = iwl_grab_nic_access_silent(trans(priv));
Stanislaw Gruszkabfe4b802012-03-07 09:52:24 -0800455 if (likely(ret == 0)) {
Emmanuel Grumbach1042db22012-01-03 16:56:15 +0200456 iwl_write32(trans(priv), HBUS_TARG_MEM_RADDR, base);
457 status = iwl_read32(trans(priv), HBUS_TARG_MEM_RDAT);
458 iwl_release_nic_access(trans(priv));
Wey-Yi Guy73356132011-11-10 06:55:11 -0800459 }
Emmanuel Grumbach1042db22012-01-03 16:56:15 +0200460 spin_unlock_irqrestore(&trans(priv)->reg_lock, flags);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800461
462#ifdef CONFIG_IWLWIFI_DEBUGFS
463 if (ret == 0) {
David Spinadel6dfa8d02012-03-10 13:00:14 -0800464 img = &(priv->fw->img[IWL_UCODE_WOWLAN]);
465 if (!priv->wowlan_sram) {
Wey-Yi Guy73356132011-11-10 06:55:11 -0800466 priv->wowlan_sram =
David Spinadel6dfa8d02012-03-10 13:00:14 -0800467 kzalloc(img->sec[IWL_UCODE_SECTION_DATA].len,
Wey-Yi Guy73356132011-11-10 06:55:11 -0800468 GFP_KERNEL);
David Spinadel6dfa8d02012-03-10 13:00:14 -0800469 }
Wey-Yi Guy73356132011-11-10 06:55:11 -0800470
471 if (priv->wowlan_sram)
472 _iwl_read_targ_mem_words(
David Spinadel6dfa8d02012-03-10 13:00:14 -0800473 trans(priv), 0x800000,
474 priv->wowlan_sram,
475 img->sec[IWL_UCODE_SECTION_DATA].len / 4);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800476 }
477#endif
478 }
479
480 /* we'll clear ctx->vif during iwlagn_prepare_restart() */
481 vif = ctx->vif;
482
Johannes Berg15b86bf2012-03-05 11:24:36 -0800483 priv->wowlan = false;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800484
Emmanuel Grumbach1042db22012-01-03 16:56:15 +0200485 device_set_wakeup_enable(trans(priv)->dev, false);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800486
487 iwlagn_prepare_restart(priv);
488
489 memset((void *)&ctx->active, 0, sizeof(ctx->active));
490 iwl_connection_init_rx_config(priv, ctx);
491 iwlagn_set_rxon_chain(priv, ctx);
492
Johannes Bergb1eea292012-03-06 13:30:42 -0800493 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800494 IWL_DEBUG_MAC80211(priv, "leave\n");
495
496 ieee80211_resume_disconnect(vif);
497
498 return 1;
499}
500
501#endif
502
503static void iwlagn_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
504{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200505 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800506
Wey-Yi Guy73356132011-11-10 06:55:11 -0800507 IWL_DEBUG_TX(priv, "dev->xmit(%d bytes) at rate 0x%02x\n", skb->len,
508 ieee80211_get_tx_rate(hw, IEEE80211_SKB_CB(skb))->bitrate);
509
510 if (iwlagn_tx_skb(priv, skb))
511 dev_kfree_skb_any(skb);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800512}
513
514static void iwlagn_mac_update_tkip_key(struct ieee80211_hw *hw,
515 struct ieee80211_vif *vif,
516 struct ieee80211_key_conf *keyconf,
517 struct ieee80211_sta *sta,
518 u32 iv32, u16 *phase1key)
519{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200520 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800521
522 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key);
523}
524
525static int iwlagn_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
526 struct ieee80211_vif *vif,
527 struct ieee80211_sta *sta,
528 struct ieee80211_key_conf *key)
529{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200530 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800531 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
532 struct iwl_rxon_context *ctx = vif_priv->ctx;
533 int ret;
534 bool is_default_wep_key = false;
535
536 IWL_DEBUG_MAC80211(priv, "enter\n");
537
538 if (iwlagn_mod_params.sw_crypto) {
539 IWL_DEBUG_MAC80211(priv, "leave - hwcrypto disabled\n");
540 return -EOPNOTSUPP;
541 }
542
Johannes Berga7e12c82011-11-25 03:20:09 -0800543 switch (key->cipher) {
544 case WLAN_CIPHER_SUITE_TKIP:
545 key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
546 /* fall through */
547 case WLAN_CIPHER_SUITE_CCMP:
548 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
549 break;
550 default:
551 break;
552 }
553
Wey-Yi Guy73356132011-11-10 06:55:11 -0800554 /*
555 * We could program these keys into the hardware as well, but we
556 * don't expect much multicast traffic in IBSS and having keys
557 * for more stations is probably more useful.
558 *
559 * Mark key TX-only and return 0.
560 */
561 if (vif->type == NL80211_IFTYPE_ADHOC &&
562 !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE)) {
563 key->hw_key_idx = WEP_INVALID_OFFSET;
564 return 0;
565 }
566
567 /* If they key was TX-only, accept deletion */
568 if (cmd == DISABLE_KEY && key->hw_key_idx == WEP_INVALID_OFFSET)
569 return 0;
570
Johannes Bergb1eea292012-03-06 13:30:42 -0800571 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800572 iwl_scan_cancel_timeout(priv, 100);
573
574 BUILD_BUG_ON(WEP_INVALID_OFFSET == IWLAGN_HW_KEY_DEFAULT);
575
576 /*
577 * If we are getting WEP group key and we didn't receive any key mapping
578 * so far, we are in legacy wep mode (group key only), otherwise we are
579 * in 1X mode.
580 * In legacy wep mode, we use another host command to the uCode.
581 */
582 if ((key->cipher == WLAN_CIPHER_SUITE_WEP40 ||
583 key->cipher == WLAN_CIPHER_SUITE_WEP104) && !sta) {
584 if (cmd == SET_KEY)
585 is_default_wep_key = !ctx->key_mapping_keys;
586 else
587 is_default_wep_key =
588 key->hw_key_idx == IWLAGN_HW_KEY_DEFAULT;
589 }
590
591
592 switch (cmd) {
593 case SET_KEY:
594 if (is_default_wep_key) {
595 ret = iwl_set_default_wep_key(priv, vif_priv->ctx, key);
596 break;
597 }
598 ret = iwl_set_dynamic_key(priv, vif_priv->ctx, key, sta);
599 if (ret) {
600 /*
601 * can't add key for RX, but we don't need it
602 * in the device for TX so still return 0
603 */
604 ret = 0;
605 key->hw_key_idx = WEP_INVALID_OFFSET;
606 }
607
608 IWL_DEBUG_MAC80211(priv, "enable hwcrypto key\n");
609 break;
610 case DISABLE_KEY:
611 if (is_default_wep_key)
612 ret = iwl_remove_default_wep_key(priv, ctx, key);
613 else
614 ret = iwl_remove_dynamic_key(priv, ctx, key, sta);
615
616 IWL_DEBUG_MAC80211(priv, "disable hwcrypto key\n");
617 break;
618 default:
619 ret = -EINVAL;
620 }
621
Johannes Bergb1eea292012-03-06 13:30:42 -0800622 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800623 IWL_DEBUG_MAC80211(priv, "leave\n");
624
625 return ret;
626}
627
628static int iwlagn_mac_ampdu_action(struct ieee80211_hw *hw,
629 struct ieee80211_vif *vif,
630 enum ieee80211_ampdu_mlme_action action,
631 struct ieee80211_sta *sta, u16 tid, u16 *ssn,
632 u8 buf_size)
633{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200634 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800635 int ret = -EINVAL;
636 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800637
638 IWL_DEBUG_HT(priv, "A-MPDU action on addr %pM tid %d\n",
639 sta->addr, tid);
640
Johannes Berg54708d82012-03-05 11:24:31 -0800641 if (!(hw_params(priv).sku & EEPROM_SKU_CAP_11N_ENABLE))
Wey-Yi Guy73356132011-11-10 06:55:11 -0800642 return -EACCES;
643
644 IWL_DEBUG_MAC80211(priv, "enter\n");
Johannes Bergb1eea292012-03-06 13:30:42 -0800645 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800646
647 switch (action) {
648 case IEEE80211_AMPDU_RX_START:
Johannes Berg74289942011-12-13 00:07:40 -0800649 if (iwlagn_mod_params.disable_11n & IWL_DISABLE_HT_RXAGG)
650 break;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800651 IWL_DEBUG_HT(priv, "start Rx\n");
652 ret = iwl_sta_rx_agg_start(priv, sta, tid, *ssn);
653 break;
654 case IEEE80211_AMPDU_RX_STOP:
655 IWL_DEBUG_HT(priv, "stop Rx\n");
656 ret = iwl_sta_rx_agg_stop(priv, sta, tid);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800657 break;
658 case IEEE80211_AMPDU_TX_START:
Johannes Berg74289942011-12-13 00:07:40 -0800659 if (iwlagn_mod_params.disable_11n & IWL_DISABLE_HT_TXAGG)
660 break;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800661 IWL_DEBUG_HT(priv, "start Tx\n");
662 ret = iwlagn_tx_agg_start(priv, vif, sta, tid, ssn);
663 break;
664 case IEEE80211_AMPDU_TX_STOP:
665 IWL_DEBUG_HT(priv, "stop Tx\n");
666 ret = iwlagn_tx_agg_stop(priv, vif, sta, tid);
667 if ((ret == 0) && (priv->agg_tids_count > 0)) {
668 priv->agg_tids_count--;
669 IWL_DEBUG_HT(priv, "priv->agg_tids_count = %u\n",
670 priv->agg_tids_count);
671 }
Johannes Bergb9ad70d2012-03-06 13:30:55 -0800672 if (!priv->agg_tids_count &&
673 hw_params(priv).use_rts_for_aggregation) {
Wey-Yi Guy73356132011-11-10 06:55:11 -0800674 /*
675 * switch off RTS/CTS if it was previously enabled
676 */
677 sta_priv->lq_sta.lq.general_params.flags &=
678 ~LINK_QUAL_FLAGS_SET_STA_TLC_RTS_MSK;
679 iwl_send_lq_cmd(priv, iwl_rxon_ctx_from_vif(vif),
680 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
681 }
682 break;
683 case IEEE80211_AMPDU_TX_OPERATIONAL:
Emmanuel Grumbach822e8b22011-11-21 13:25:31 +0200684 ret = iwlagn_tx_agg_oper(priv, vif, sta, tid, buf_size);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800685 break;
686 }
Johannes Bergb1eea292012-03-06 13:30:42 -0800687 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800688 IWL_DEBUG_MAC80211(priv, "leave\n");
689 return ret;
690}
691
692static int iwlagn_mac_sta_add(struct ieee80211_hw *hw,
693 struct ieee80211_vif *vif,
694 struct ieee80211_sta *sta)
695{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200696 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800697 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
698 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
699 bool is_ap = vif->type == NL80211_IFTYPE_STATION;
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800700 int ret;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800701 u8 sta_id;
702
Wey-Yi Guy73356132011-11-10 06:55:11 -0800703 IWL_DEBUG_INFO(priv, "proceeding to add station %pM\n",
704 sta->addr);
705 sta_priv->sta_id = IWL_INVALID_STATION;
706
707 atomic_set(&sta_priv->pending_frames, 0);
708 if (vif->type == NL80211_IFTYPE_AP)
709 sta_priv->client = true;
710
711 ret = iwl_add_station_common(priv, vif_priv->ctx, sta->addr,
712 is_ap, sta, &sta_id);
713 if (ret) {
714 IWL_ERR(priv, "Unable to add station %pM (%d)\n",
715 sta->addr, ret);
716 /* Should we return success if return code is EEXIST ? */
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800717 return ret;
Wey-Yi Guy73356132011-11-10 06:55:11 -0800718 }
719
720 sta_priv->sta_id = sta_id;
721
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800722 return 0;
723}
724
725static int iwlagn_mac_sta_remove(struct ieee80211_hw *hw,
726 struct ieee80211_vif *vif,
727 struct ieee80211_sta *sta)
728{
729 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
730 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
731 int ret;
732
Johannes Berg97420512012-03-07 09:52:42 -0800733 IWL_DEBUG_INFO(priv, "proceeding to remove station %pM\n", sta->addr);
734
735 if (vif->type == NL80211_IFTYPE_STATION) {
736 /*
737 * Station will be removed from device when the RXON
738 * is set to unassociated -- just deactivate it here
739 * to avoid re-programming it.
740 */
741 ret = 0;
742 iwl_deactivate_station(priv, sta_priv->sta_id, sta->addr);
743 } else {
744 ret = iwl_remove_station(priv, sta_priv->sta_id, sta->addr);
745 if (ret)
746 IWL_DEBUG_QUIET_RFKILL(priv,
747 "Error removing station %pM\n", sta->addr);
748 }
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800749 return ret;
750}
751
752static int iwlagn_mac_sta_state(struct ieee80211_hw *hw,
753 struct ieee80211_vif *vif,
754 struct ieee80211_sta *sta,
755 enum ieee80211_sta_state old_state,
756 enum ieee80211_sta_state new_state)
757{
758 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Johannes Bergab0bd5b2012-03-05 11:24:47 -0800759 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800760 enum {
Johannes Bergab0bd5b2012-03-05 11:24:47 -0800761 NONE, ADD, REMOVE, HT_RATE_INIT, ADD_RATE_INIT,
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800762 } op = NONE;
763 int ret;
764
765 IWL_DEBUG_MAC80211(priv, "station %pM state change %d->%d\n",
766 sta->addr, old_state, new_state);
767
Johannes Bergb1eea292012-03-06 13:30:42 -0800768 mutex_lock(&priv->mutex);
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800769 if (vif->type == NL80211_IFTYPE_STATION) {
770 if (old_state == IEEE80211_STA_NOTEXIST &&
771 new_state == IEEE80211_STA_NONE)
772 op = ADD;
773 else if (old_state == IEEE80211_STA_NONE &&
774 new_state == IEEE80211_STA_NOTEXIST)
775 op = REMOVE;
776 else if (old_state == IEEE80211_STA_AUTH &&
777 new_state == IEEE80211_STA_ASSOC)
Johannes Bergab0bd5b2012-03-05 11:24:47 -0800778 op = HT_RATE_INIT;
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800779 } else {
780 if (old_state == IEEE80211_STA_AUTH &&
781 new_state == IEEE80211_STA_ASSOC)
782 op = ADD_RATE_INIT;
783 else if (old_state == IEEE80211_STA_ASSOC &&
784 new_state == IEEE80211_STA_AUTH)
785 op = REMOVE;
786 }
787
788 switch (op) {
789 case ADD:
790 ret = iwlagn_mac_sta_add(hw, vif, sta);
791 break;
792 case REMOVE:
793 ret = iwlagn_mac_sta_remove(hw, vif, sta);
794 break;
795 case ADD_RATE_INIT:
796 ret = iwlagn_mac_sta_add(hw, vif, sta);
797 if (ret)
798 break;
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800799 /* Initialize rate scaling */
800 IWL_DEBUG_INFO(priv,
801 "Initializing rate scaling for station %pM\n",
802 sta->addr);
803 iwl_rs_rate_init(priv, sta, iwl_sta_id(sta));
804 ret = 0;
805 break;
Johannes Bergab0bd5b2012-03-05 11:24:47 -0800806 case HT_RATE_INIT:
807 /* Initialize rate scaling */
808 ret = iwl_sta_update_ht(priv, vif_priv->ctx, sta);
809 if (ret)
810 break;
811 IWL_DEBUG_INFO(priv,
812 "Initializing rate scaling for station %pM\n",
813 sta->addr);
814 iwl_rs_rate_init(priv, sta, iwl_sta_id(sta));
815 ret = 0;
816 break;
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800817 default:
818 ret = 0;
819 break;
820 }
821
822 /*
823 * mac80211 might WARN if we fail, but due the way we
824 * (badly) handle hard rfkill, we might fail here
825 */
Don Fry83626402012-03-07 09:52:37 -0800826 if (iwl_is_rfkill(priv))
Johannes Bergfb5fe5b2012-03-05 11:24:29 -0800827 ret = 0;
828
Johannes Bergb1eea292012-03-06 13:30:42 -0800829 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800830 IWL_DEBUG_MAC80211(priv, "leave\n");
831
832 return ret;
833}
834
835static void iwlagn_mac_channel_switch(struct ieee80211_hw *hw,
836 struct ieee80211_channel_switch *ch_switch)
837{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200838 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800839 const struct iwl_channel_info *ch_info;
840 struct ieee80211_conf *conf = &hw->conf;
841 struct ieee80211_channel *channel = ch_switch->channel;
842 struct iwl_ht_config *ht_conf = &priv->current_ht_config;
843 /*
844 * MULTI-FIXME
845 * When we add support for multiple interfaces, we need to
846 * revisit this. The channel switch command in the device
847 * only affects the BSS context, but what does that really
848 * mean? And what if we get a CSA on the second interface?
849 * This needs a lot of work.
850 */
851 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
852 u16 ch;
853
854 IWL_DEBUG_MAC80211(priv, "enter\n");
855
Johannes Bergb1eea292012-03-06 13:30:42 -0800856 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800857
Don Fry83626402012-03-07 09:52:37 -0800858 if (iwl_is_rfkill(priv))
Wey-Yi Guy73356132011-11-10 06:55:11 -0800859 goto out;
860
Don Fry83626402012-03-07 09:52:37 -0800861 if (test_bit(STATUS_EXIT_PENDING, &priv->status) ||
862 test_bit(STATUS_SCANNING, &priv->status) ||
863 test_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status))
Wey-Yi Guy73356132011-11-10 06:55:11 -0800864 goto out;
865
866 if (!iwl_is_associated_ctx(ctx))
867 goto out;
868
Don Fry38622412011-12-16 07:07:36 -0800869 if (!cfg(priv)->lib->set_channel_switch)
Wey-Yi Guy73356132011-11-10 06:55:11 -0800870 goto out;
871
872 ch = channel->hw_value;
873 if (le16_to_cpu(ctx->active.channel) == ch)
874 goto out;
875
876 ch_info = iwl_get_channel_info(priv, channel->band, ch);
877 if (!is_channel_valid(ch_info)) {
878 IWL_DEBUG_MAC80211(priv, "invalid channel\n");
879 goto out;
880 }
881
Wey-Yi Guy73356132011-11-10 06:55:11 -0800882 priv->current_ht_config.smps = conf->smps_mode;
883
884 /* Configure HT40 channels */
885 ctx->ht.enabled = conf_is_ht(conf);
Wey-Yi Guy137ce792011-11-22 16:23:35 -0800886 if (ctx->ht.enabled)
887 iwlagn_config_ht40(conf, ctx);
888 else
Wey-Yi Guy73356132011-11-10 06:55:11 -0800889 ctx->ht.is_40mhz = false;
890
891 if ((le16_to_cpu(ctx->staging.channel) != ch))
892 ctx->staging.flags = 0;
893
894 iwl_set_rxon_channel(priv, channel, ctx);
895 iwl_set_rxon_ht(priv, ht_conf);
896 iwl_set_flags_for_band(priv, ctx, channel->band, ctx->vif);
897
Wey-Yi Guy73356132011-11-10 06:55:11 -0800898 iwl_set_rate(priv);
899 /*
900 * at this point, staging_rxon has the
901 * configuration for channel switch
902 */
Don Fry83626402012-03-07 09:52:37 -0800903 set_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800904 priv->switch_channel = cpu_to_le16(ch);
Don Fry38622412011-12-16 07:07:36 -0800905 if (cfg(priv)->lib->set_channel_switch(priv, ch_switch)) {
Don Fry83626402012-03-07 09:52:37 -0800906 clear_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->status);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800907 priv->switch_channel = 0;
908 ieee80211_chswitch_done(ctx->vif, false);
909 }
910
911out:
Johannes Bergb1eea292012-03-06 13:30:42 -0800912 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800913 IWL_DEBUG_MAC80211(priv, "leave\n");
914}
915
916static void iwlagn_configure_filter(struct ieee80211_hw *hw,
917 unsigned int changed_flags,
918 unsigned int *total_flags,
919 u64 multicast)
920{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200921 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800922 __le32 filter_or = 0, filter_nand = 0;
923 struct iwl_rxon_context *ctx;
924
925#define CHK(test, flag) do { \
926 if (*total_flags & (test)) \
927 filter_or |= (flag); \
928 else \
929 filter_nand |= (flag); \
930 } while (0)
931
932 IWL_DEBUG_MAC80211(priv, "Enter: changed: 0x%x, total: 0x%x\n",
933 changed_flags, *total_flags);
934
935 CHK(FIF_OTHER_BSS | FIF_PROMISC_IN_BSS, RXON_FILTER_PROMISC_MSK);
936 /* Setting _just_ RXON_FILTER_CTL2HOST_MSK causes FH errors */
937 CHK(FIF_CONTROL, RXON_FILTER_CTL2HOST_MSK | RXON_FILTER_PROMISC_MSK);
938 CHK(FIF_BCN_PRBRESP_PROMISC, RXON_FILTER_BCON_AWARE_MSK);
939
940#undef CHK
941
Johannes Bergb1eea292012-03-06 13:30:42 -0800942 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800943
944 for_each_context(priv, ctx) {
945 ctx->staging.filter_flags &= ~filter_nand;
946 ctx->staging.filter_flags |= filter_or;
947
948 /*
949 * Not committing directly because hardware can perform a scan,
950 * but we'll eventually commit the filter flags change anyway.
951 */
952 }
953
Johannes Bergb1eea292012-03-06 13:30:42 -0800954 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800955
956 /*
957 * Receiving all multicast frames is always enabled by the
958 * default flags setup in iwl_connection_init_rx_config()
959 * since we currently do not support programming multicast
960 * filters into the device.
961 */
962 *total_flags &= FIF_OTHER_BSS | FIF_ALLMULTI | FIF_PROMISC_IN_BSS |
963 FIF_BCN_PRBRESP_PROMISC | FIF_CONTROL;
964}
965
966static void iwlagn_mac_flush(struct ieee80211_hw *hw, bool drop)
967{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +0200968 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800969
Johannes Bergb1eea292012-03-06 13:30:42 -0800970 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800971 IWL_DEBUG_MAC80211(priv, "enter\n");
972
Don Fry83626402012-03-07 09:52:37 -0800973 if (test_bit(STATUS_EXIT_PENDING, &priv->status)) {
Wey-Yi Guy73356132011-11-10 06:55:11 -0800974 IWL_DEBUG_TX(priv, "Aborting flush due to device shutdown\n");
975 goto done;
976 }
Don Fry83626402012-03-07 09:52:37 -0800977 if (iwl_is_rfkill(priv)) {
Wey-Yi Guy73356132011-11-10 06:55:11 -0800978 IWL_DEBUG_TX(priv, "Aborting flush due to RF Kill\n");
979 goto done;
980 }
981
982 /*
983 * mac80211 will not push any more frames for transmit
984 * until the flush is completed
985 */
986 if (drop) {
987 IWL_DEBUG_MAC80211(priv, "send flush command\n");
988 if (iwlagn_txfifo_flush(priv, IWL_DROP_ALL)) {
989 IWL_ERR(priv, "flush request fail\n");
990 goto done;
991 }
992 }
993 IWL_DEBUG_MAC80211(priv, "wait transmit/flush all frames\n");
994 iwl_trans_wait_tx_queue_empty(trans(priv));
995done:
Johannes Bergb1eea292012-03-06 13:30:42 -0800996 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -0800997 IWL_DEBUG_MAC80211(priv, "leave\n");
998}
999
1000static int iwlagn_mac_remain_on_channel(struct ieee80211_hw *hw,
1001 struct ieee80211_channel *channel,
1002 enum nl80211_channel_type channel_type,
1003 int duration)
1004{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001005 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001006 struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_PAN];
1007 int err = 0;
1008
1009 if (!(priv->shrd->valid_contexts & BIT(IWL_RXON_CTX_PAN)))
1010 return -EOPNOTSUPP;
1011
1012 if (!(ctx->interface_modes & BIT(NL80211_IFTYPE_P2P_CLIENT)))
1013 return -EOPNOTSUPP;
1014
1015 IWL_DEBUG_MAC80211(priv, "enter\n");
Johannes Bergb1eea292012-03-06 13:30:42 -08001016 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001017
Don Fry83626402012-03-07 09:52:37 -08001018 if (test_bit(STATUS_SCAN_HW, &priv->status)) {
Wey-Yi Guy73356132011-11-10 06:55:11 -08001019 err = -EBUSY;
1020 goto out;
1021 }
1022
1023 priv->hw_roc_channel = channel;
1024 priv->hw_roc_chantype = channel_type;
Johannes Berg3ddf6be2011-11-10 06:55:21 -08001025 /* convert from ms to TU */
1026 priv->hw_roc_duration = DIV_ROUND_UP(1000 * duration, 1024);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001027 priv->hw_roc_start_notified = false;
1028 cancel_delayed_work(&priv->hw_roc_disable_work);
1029
1030 if (!ctx->is_active) {
Johannes Berga69cd042011-11-10 06:55:13 -08001031 static const struct iwl_qos_info default_qos_data = {
1032 .def_qos_parm = {
1033 .ac[0] = {
1034 .cw_min = cpu_to_le16(3),
1035 .cw_max = cpu_to_le16(7),
1036 .aifsn = 2,
1037 .edca_txop = cpu_to_le16(1504),
1038 },
1039 .ac[1] = {
1040 .cw_min = cpu_to_le16(7),
1041 .cw_max = cpu_to_le16(15),
1042 .aifsn = 2,
1043 .edca_txop = cpu_to_le16(3008),
1044 },
1045 .ac[2] = {
1046 .cw_min = cpu_to_le16(15),
1047 .cw_max = cpu_to_le16(1023),
1048 .aifsn = 3,
1049 },
1050 .ac[3] = {
1051 .cw_min = cpu_to_le16(15),
1052 .cw_max = cpu_to_le16(1023),
1053 .aifsn = 7,
1054 },
1055 },
1056 };
1057
Wey-Yi Guy73356132011-11-10 06:55:11 -08001058 ctx->is_active = true;
Johannes Berga69cd042011-11-10 06:55:13 -08001059 ctx->qos_data = default_qos_data;
Wey-Yi Guy73356132011-11-10 06:55:11 -08001060 ctx->staging.dev_type = RXON_DEV_TYPE_P2P;
1061 memcpy(ctx->staging.node_addr,
1062 priv->contexts[IWL_RXON_CTX_BSS].staging.node_addr,
1063 ETH_ALEN);
1064 memcpy(ctx->staging.bssid_addr,
1065 priv->contexts[IWL_RXON_CTX_BSS].staging.node_addr,
1066 ETH_ALEN);
1067 err = iwlagn_commit_rxon(priv, ctx);
1068 if (err)
1069 goto out;
1070 ctx->staging.filter_flags |= RXON_FILTER_ASSOC_MSK |
1071 RXON_FILTER_PROMISC_MSK |
1072 RXON_FILTER_CTL2HOST_MSK;
1073
1074 err = iwlagn_commit_rxon(priv, ctx);
1075 if (err) {
1076 iwlagn_disable_roc(priv);
1077 goto out;
1078 }
1079 priv->hw_roc_setup = true;
1080 }
1081
1082 err = iwl_scan_initiate(priv, ctx->vif, IWL_SCAN_ROC, channel->band);
1083 if (err)
1084 iwlagn_disable_roc(priv);
1085
1086 out:
Johannes Bergb1eea292012-03-06 13:30:42 -08001087 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001088 IWL_DEBUG_MAC80211(priv, "leave\n");
1089
1090 return err;
1091}
1092
1093static int iwlagn_mac_cancel_remain_on_channel(struct ieee80211_hw *hw)
1094{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001095 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001096
1097 if (!(priv->shrd->valid_contexts & BIT(IWL_RXON_CTX_PAN)))
1098 return -EOPNOTSUPP;
1099
1100 IWL_DEBUG_MAC80211(priv, "enter\n");
Johannes Bergb1eea292012-03-06 13:30:42 -08001101 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001102 iwl_scan_cancel_timeout(priv, priv->hw_roc_duration);
1103 iwlagn_disable_roc(priv);
Johannes Bergb1eea292012-03-06 13:30:42 -08001104 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001105 IWL_DEBUG_MAC80211(priv, "leave\n");
1106
1107 return 0;
1108}
1109
Wey-Yi Guy73356132011-11-10 06:55:11 -08001110static void iwlagn_mac_rssi_callback(struct ieee80211_hw *hw,
1111 enum ieee80211_rssi_event rssi_event)
1112{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001113 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001114
1115 IWL_DEBUG_MAC80211(priv, "enter\n");
Johannes Bergb1eea292012-03-06 13:30:42 -08001116 mutex_lock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001117
Don Fry38622412011-12-16 07:07:36 -08001118 if (cfg(priv)->bt_params &&
1119 cfg(priv)->bt_params->advanced_bt_coexist) {
Wey-Yi Guy73356132011-11-10 06:55:11 -08001120 if (rssi_event == RSSI_EVENT_LOW)
1121 priv->bt_enable_pspoll = true;
1122 else if (rssi_event == RSSI_EVENT_HIGH)
1123 priv->bt_enable_pspoll = false;
1124
1125 iwlagn_send_advance_bt_config(priv);
1126 } else {
1127 IWL_DEBUG_MAC80211(priv, "Advanced BT coex disabled,"
1128 "ignoring RSSI callback\n");
1129 }
1130
Johannes Bergb1eea292012-03-06 13:30:42 -08001131 mutex_unlock(&priv->mutex);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001132 IWL_DEBUG_MAC80211(priv, "leave\n");
1133}
1134
1135static int iwlagn_mac_set_tim(struct ieee80211_hw *hw,
1136 struct ieee80211_sta *sta, bool set)
1137{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001138 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001139
Johannes Berg1ee158d2012-02-17 10:07:44 -08001140 queue_work(priv->workqueue, &priv->beacon_update);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001141
1142 return 0;
1143}
1144
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001145static int iwlagn_mac_conf_tx(struct ieee80211_hw *hw,
1146 struct ieee80211_vif *vif, u16 queue,
1147 const struct ieee80211_tx_queue_params *params)
1148{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001149 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001150 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
1151 struct iwl_rxon_context *ctx = vif_priv->ctx;
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001152 int q;
1153
1154 if (WARN_ON(!ctx))
1155 return -EINVAL;
1156
1157 IWL_DEBUG_MAC80211(priv, "enter\n");
1158
Don Fry83626402012-03-07 09:52:37 -08001159 if (!iwl_is_ready_rf(priv)) {
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001160 IWL_DEBUG_MAC80211(priv, "leave - RF not ready\n");
1161 return -EIO;
1162 }
1163
1164 if (queue >= AC_NUM) {
1165 IWL_DEBUG_MAC80211(priv, "leave - queue >= AC_NUM %d\n", queue);
1166 return 0;
1167 }
1168
1169 q = AC_NUM - 1 - queue;
1170
Johannes Bergb1eea292012-03-06 13:30:42 -08001171 mutex_lock(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001172
1173 ctx->qos_data.def_qos_parm.ac[q].cw_min =
1174 cpu_to_le16(params->cw_min);
1175 ctx->qos_data.def_qos_parm.ac[q].cw_max =
1176 cpu_to_le16(params->cw_max);
1177 ctx->qos_data.def_qos_parm.ac[q].aifsn = params->aifs;
1178 ctx->qos_data.def_qos_parm.ac[q].edca_txop =
1179 cpu_to_le16((params->txop * 32));
1180
1181 ctx->qos_data.def_qos_parm.ac[q].reserved1 = 0;
1182
Johannes Bergb1eea292012-03-06 13:30:42 -08001183 mutex_unlock(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001184
1185 IWL_DEBUG_MAC80211(priv, "leave\n");
1186 return 0;
1187}
1188
1189static int iwlagn_mac_tx_last_beacon(struct ieee80211_hw *hw)
1190{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001191 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001192
1193 return priv->ibss_manager == IWL_IBSS_MANAGER;
1194}
1195
1196static int iwl_set_mode(struct iwl_priv *priv, struct iwl_rxon_context *ctx)
1197{
1198 iwl_connection_init_rx_config(priv, ctx);
1199
1200 iwlagn_set_rxon_chain(priv, ctx);
1201
1202 return iwlagn_commit_rxon(priv, ctx);
1203}
1204
1205static int iwl_setup_interface(struct iwl_priv *priv,
1206 struct iwl_rxon_context *ctx)
1207{
1208 struct ieee80211_vif *vif = ctx->vif;
1209 int err;
1210
Johannes Bergb1eea292012-03-06 13:30:42 -08001211 lockdep_assert_held(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001212
1213 /*
1214 * This variable will be correct only when there's just
1215 * a single context, but all code using it is for hardware
1216 * that supports only one context.
1217 */
1218 priv->iw_mode = vif->type;
1219
1220 ctx->is_active = true;
1221
1222 err = iwl_set_mode(priv, ctx);
1223 if (err) {
1224 if (!ctx->always_active)
1225 ctx->is_active = false;
1226 return err;
1227 }
1228
Don Fry38622412011-12-16 07:07:36 -08001229 if (cfg(priv)->bt_params && cfg(priv)->bt_params->advanced_bt_coexist &&
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001230 vif->type == NL80211_IFTYPE_ADHOC) {
1231 /*
1232 * pretend to have high BT traffic as long as we
1233 * are operating in IBSS mode, as this will cause
1234 * the rate scaling etc. to behave as intended.
1235 */
1236 priv->bt_traffic_load = IWL_BT_COEX_TRAFFIC_LOAD_HIGH;
1237 }
1238
1239 return 0;
1240}
1241
1242static int iwlagn_mac_add_interface(struct ieee80211_hw *hw,
1243 struct ieee80211_vif *vif)
1244{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001245 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001246 struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
1247 struct iwl_rxon_context *tmp, *ctx = NULL;
1248 int err;
1249 enum nl80211_iftype viftype = ieee80211_vif_type_p2p(vif);
Stanislaw Gruszka8db4c7e2012-04-18 08:01:15 -07001250 bool reset = false;
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001251
1252 IWL_DEBUG_MAC80211(priv, "enter: type %d, addr %pM\n",
1253 viftype, vif->addr);
1254
1255 cancel_delayed_work_sync(&priv->hw_roc_disable_work);
1256
Johannes Bergb1eea292012-03-06 13:30:42 -08001257 mutex_lock(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001258
1259 iwlagn_disable_roc(priv);
1260
Don Fry83626402012-03-07 09:52:37 -08001261 if (!iwl_is_ready_rf(priv)) {
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001262 IWL_WARN(priv, "Try to add interface when device not ready\n");
1263 err = -EINVAL;
1264 goto out;
1265 }
1266
1267 for_each_context(priv, tmp) {
1268 u32 possible_modes =
1269 tmp->interface_modes | tmp->exclusive_interface_modes;
1270
1271 if (tmp->vif) {
Stanislaw Gruszka8db4c7e2012-04-18 08:01:15 -07001272 /* On reset we need to add the same interface again */
1273 if (tmp->vif == vif) {
1274 reset = true;
1275 ctx = tmp;
1276 break;
1277 }
1278
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001279 /* check if this busy context is exclusive */
1280 if (tmp->exclusive_interface_modes &
1281 BIT(tmp->vif->type)) {
1282 err = -EINVAL;
1283 goto out;
1284 }
1285 continue;
1286 }
1287
1288 if (!(possible_modes & BIT(viftype)))
1289 continue;
1290
1291 /* have maybe usable context w/o interface */
1292 ctx = tmp;
1293 break;
1294 }
1295
1296 if (!ctx) {
1297 err = -EOPNOTSUPP;
1298 goto out;
1299 }
1300
1301 vif_priv->ctx = ctx;
1302 ctx->vif = vif;
1303
1304 err = iwl_setup_interface(priv, ctx);
Stanislaw Gruszka8db4c7e2012-04-18 08:01:15 -07001305 if (!err || reset)
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001306 goto out;
1307
1308 ctx->vif = NULL;
1309 priv->iw_mode = NL80211_IFTYPE_STATION;
1310 out:
Johannes Bergb1eea292012-03-06 13:30:42 -08001311 mutex_unlock(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001312
1313 IWL_DEBUG_MAC80211(priv, "leave\n");
1314 return err;
1315}
1316
1317static void iwl_teardown_interface(struct iwl_priv *priv,
1318 struct ieee80211_vif *vif,
1319 bool mode_change)
1320{
1321 struct iwl_rxon_context *ctx = iwl_rxon_ctx_from_vif(vif);
1322
Johannes Bergb1eea292012-03-06 13:30:42 -08001323 lockdep_assert_held(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001324
1325 if (priv->scan_vif == vif) {
1326 iwl_scan_cancel_timeout(priv, 200);
1327 iwl_force_scan_end(priv);
1328 }
1329
1330 if (!mode_change) {
1331 iwl_set_mode(priv, ctx);
1332 if (!ctx->always_active)
1333 ctx->is_active = false;
1334 }
1335
1336 /*
1337 * When removing the IBSS interface, overwrite the
1338 * BT traffic load with the stored one from the last
1339 * notification, if any. If this is a device that
1340 * doesn't implement this, this has no effect since
1341 * both values are the same and zero.
1342 */
1343 if (vif->type == NL80211_IFTYPE_ADHOC)
1344 priv->bt_traffic_load = priv->last_bt_traffic_load;
1345}
1346
1347static void iwlagn_mac_remove_interface(struct ieee80211_hw *hw,
1348 struct ieee80211_vif *vif)
1349{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001350 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001351 struct iwl_rxon_context *ctx = iwl_rxon_ctx_from_vif(vif);
1352
1353 IWL_DEBUG_MAC80211(priv, "enter\n");
1354
Johannes Bergb1eea292012-03-06 13:30:42 -08001355 mutex_lock(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001356
1357 if (WARN_ON(ctx->vif != vif)) {
1358 struct iwl_rxon_context *tmp;
1359 IWL_ERR(priv, "ctx->vif = %p, vif = %p\n", ctx->vif, vif);
1360 for_each_context(priv, tmp)
1361 IWL_ERR(priv, "\tID = %d:\tctx = %p\tctx->vif = %p\n",
1362 tmp->ctxid, tmp, tmp->vif);
1363 }
1364 ctx->vif = NULL;
1365
1366 iwl_teardown_interface(priv, vif, false);
1367
Johannes Bergb1eea292012-03-06 13:30:42 -08001368 mutex_unlock(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001369
1370 IWL_DEBUG_MAC80211(priv, "leave\n");
1371
1372}
1373
1374static int iwlagn_mac_change_interface(struct ieee80211_hw *hw,
1375 struct ieee80211_vif *vif,
1376 enum nl80211_iftype newtype, bool newp2p)
1377{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001378 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001379 struct iwl_rxon_context *ctx = iwl_rxon_ctx_from_vif(vif);
1380 struct iwl_rxon_context *bss_ctx = &priv->contexts[IWL_RXON_CTX_BSS];
1381 struct iwl_rxon_context *tmp;
1382 enum nl80211_iftype newviftype = newtype;
1383 u32 interface_modes;
1384 int err;
1385
1386 IWL_DEBUG_MAC80211(priv, "enter\n");
1387
1388 newtype = ieee80211_iftype_p2p(newtype, newp2p);
1389
Johannes Bergb1eea292012-03-06 13:30:42 -08001390 mutex_lock(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001391
Don Fry83626402012-03-07 09:52:37 -08001392 if (!ctx->vif || !iwl_is_ready_rf(priv)) {
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001393 /*
1394 * Huh? But wait ... this can maybe happen when
1395 * we're in the middle of a firmware restart!
1396 */
1397 err = -EBUSY;
1398 goto out;
1399 }
1400
1401 interface_modes = ctx->interface_modes | ctx->exclusive_interface_modes;
1402
1403 if (!(interface_modes & BIT(newtype))) {
1404 err = -EBUSY;
1405 goto out;
1406 }
1407
1408 /*
1409 * Refuse a change that should be done by moving from the PAN
1410 * context to the BSS context instead, if the BSS context is
1411 * available and can support the new interface type.
1412 */
1413 if (ctx->ctxid == IWL_RXON_CTX_PAN && !bss_ctx->vif &&
1414 (bss_ctx->interface_modes & BIT(newtype) ||
1415 bss_ctx->exclusive_interface_modes & BIT(newtype))) {
1416 BUILD_BUG_ON(NUM_IWL_RXON_CTX != 2);
1417 err = -EBUSY;
1418 goto out;
1419 }
1420
1421 if (ctx->exclusive_interface_modes & BIT(newtype)) {
1422 for_each_context(priv, tmp) {
1423 if (ctx == tmp)
1424 continue;
1425
1426 if (!tmp->vif)
1427 continue;
1428
1429 /*
1430 * The current mode switch would be exclusive, but
1431 * another context is active ... refuse the switch.
1432 */
1433 err = -EBUSY;
1434 goto out;
1435 }
1436 }
1437
1438 /* success */
1439 iwl_teardown_interface(priv, vif, true);
1440 vif->type = newviftype;
1441 vif->p2p = newp2p;
1442 err = iwl_setup_interface(priv, ctx);
1443 WARN_ON(err);
1444 /*
1445 * We've switched internally, but submitting to the
1446 * device may have failed for some reason. Mask this
1447 * error, because otherwise mac80211 will not switch
1448 * (and set the interface type back) and we'll be
1449 * out of sync with it.
1450 */
1451 err = 0;
1452
1453 out:
Johannes Bergb1eea292012-03-06 13:30:42 -08001454 mutex_unlock(&priv->mutex);
Wey-Yi Guy0b7a4c72011-11-10 06:55:14 -08001455 IWL_DEBUG_MAC80211(priv, "leave\n");
1456
1457 return err;
1458}
1459
Wey-Yi Guyba4c5312011-11-10 06:55:15 -08001460static int iwlagn_mac_hw_scan(struct ieee80211_hw *hw,
1461 struct ieee80211_vif *vif,
1462 struct cfg80211_scan_request *req)
1463{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001464 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guyba4c5312011-11-10 06:55:15 -08001465 int ret;
1466
1467 IWL_DEBUG_MAC80211(priv, "enter\n");
1468
1469 if (req->n_channels == 0)
1470 return -EINVAL;
1471
Johannes Bergb1eea292012-03-06 13:30:42 -08001472 mutex_lock(&priv->mutex);
Wey-Yi Guyba4c5312011-11-10 06:55:15 -08001473
1474 /*
1475 * If an internal scan is in progress, just set
1476 * up the scan_request as per above.
1477 */
1478 if (priv->scan_type != IWL_SCAN_NORMAL) {
1479 IWL_DEBUG_SCAN(priv,
1480 "SCAN request during internal scan - defer\n");
1481 priv->scan_request = req;
1482 priv->scan_vif = vif;
1483 ret = 0;
1484 } else {
1485 priv->scan_request = req;
1486 priv->scan_vif = vif;
1487 /*
1488 * mac80211 will only ask for one band at a time
1489 * so using channels[0] here is ok
1490 */
1491 ret = iwl_scan_initiate(priv, vif, IWL_SCAN_NORMAL,
1492 req->channels[0]->band);
1493 if (ret) {
1494 priv->scan_request = NULL;
1495 priv->scan_vif = NULL;
1496 }
1497 }
1498
1499 IWL_DEBUG_MAC80211(priv, "leave\n");
1500
Johannes Bergb1eea292012-03-06 13:30:42 -08001501 mutex_unlock(&priv->mutex);
Wey-Yi Guyba4c5312011-11-10 06:55:15 -08001502
1503 return ret;
1504}
1505
Wey-Yi Guy76b29332011-11-10 06:55:16 -08001506static void iwl_sta_modify_ps_wake(struct iwl_priv *priv, int sta_id)
1507{
Johannes Berg9451ca12012-03-05 11:24:23 -08001508 struct iwl_addsta_cmd cmd = {
1509 .mode = STA_CONTROL_MODIFY_MSK,
1510 .station_flags_msk = STA_FLG_PWR_SAVE_MSK,
1511 .sta.sta_id = sta_id,
1512 };
Wey-Yi Guy76b29332011-11-10 06:55:16 -08001513
Johannes Berg9451ca12012-03-05 11:24:23 -08001514 iwl_send_add_sta(priv, &cmd, CMD_ASYNC);
Wey-Yi Guy76b29332011-11-10 06:55:16 -08001515}
1516
1517static void iwlagn_mac_sta_notify(struct ieee80211_hw *hw,
1518 struct ieee80211_vif *vif,
1519 enum sta_notify_cmd cmd,
1520 struct ieee80211_sta *sta)
1521{
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001522 struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
Wey-Yi Guy76b29332011-11-10 06:55:16 -08001523 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
1524 int sta_id;
1525
1526 IWL_DEBUG_MAC80211(priv, "enter\n");
1527
1528 switch (cmd) {
1529 case STA_NOTIFY_SLEEP:
1530 WARN_ON(!sta_priv->client);
1531 sta_priv->asleep = true;
1532 if (atomic_read(&sta_priv->pending_frames) > 0)
1533 ieee80211_sta_block_awake(hw, sta, true);
1534 break;
1535 case STA_NOTIFY_AWAKE:
1536 WARN_ON(!sta_priv->client);
1537 if (!sta_priv->asleep)
1538 break;
1539 sta_priv->asleep = false;
1540 sta_id = iwl_sta_id(sta);
1541 if (sta_id != IWL_INVALID_STATION)
1542 iwl_sta_modify_ps_wake(priv, sta_id);
1543 break;
1544 default:
1545 break;
1546 }
1547 IWL_DEBUG_MAC80211(priv, "leave\n");
1548}
1549
Wey-Yi Guy73356132011-11-10 06:55:11 -08001550struct ieee80211_ops iwlagn_hw_ops = {
1551 .tx = iwlagn_mac_tx,
1552 .start = iwlagn_mac_start,
1553 .stop = iwlagn_mac_stop,
1554#ifdef CONFIG_PM_SLEEP
1555 .suspend = iwlagn_mac_suspend,
1556 .resume = iwlagn_mac_resume,
1557#endif
1558 .add_interface = iwlagn_mac_add_interface,
1559 .remove_interface = iwlagn_mac_remove_interface,
1560 .change_interface = iwlagn_mac_change_interface,
1561 .config = iwlagn_mac_config,
1562 .configure_filter = iwlagn_configure_filter,
1563 .set_key = iwlagn_mac_set_key,
1564 .update_tkip_key = iwlagn_mac_update_tkip_key,
1565 .set_rekey_data = iwlagn_mac_set_rekey_data,
1566 .conf_tx = iwlagn_mac_conf_tx,
1567 .bss_info_changed = iwlagn_bss_info_changed,
1568 .ampdu_action = iwlagn_mac_ampdu_action,
1569 .hw_scan = iwlagn_mac_hw_scan,
1570 .sta_notify = iwlagn_mac_sta_notify,
Johannes Bergfb5fe5b2012-03-05 11:24:29 -08001571 .sta_state = iwlagn_mac_sta_state,
Wey-Yi Guy73356132011-11-10 06:55:11 -08001572 .channel_switch = iwlagn_mac_channel_switch,
1573 .flush = iwlagn_mac_flush,
1574 .tx_last_beacon = iwlagn_mac_tx_last_beacon,
1575 .remain_on_channel = iwlagn_mac_remain_on_channel,
1576 .cancel_remain_on_channel = iwlagn_mac_cancel_remain_on_channel,
1577 .rssi_callback = iwlagn_mac_rssi_callback,
1578 CFG80211_TESTMODE_CMD(iwlagn_mac_testmode_cmd)
1579 CFG80211_TESTMODE_DUMP(iwlagn_mac_testmode_dump)
Wey-Yi Guy73356132011-11-10 06:55:11 -08001580 .set_tim = iwlagn_mac_set_tim,
1581};
1582
1583/* This function both allocates and initializes hw and priv. */
1584struct ieee80211_hw *iwl_alloc_all(void)
1585{
1586 struct iwl_priv *priv;
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001587 struct iwl_op_mode *op_mode;
Wey-Yi Guy73356132011-11-10 06:55:11 -08001588 /* mac80211 allocates memory for this device instance, including
1589 * space for this driver's private structure */
1590 struct ieee80211_hw *hw;
1591
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001592 hw = ieee80211_alloc_hw(sizeof(struct iwl_priv) +
1593 sizeof(struct iwl_op_mode), &iwlagn_hw_ops);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001594 if (!hw)
1595 goto out;
1596
Emmanuel Grumbachd0f76d62012-02-09 16:08:15 +02001597 op_mode = hw->priv;
1598 priv = IWL_OP_MODE_GET_DVM(op_mode);
Wey-Yi Guy73356132011-11-10 06:55:11 -08001599 priv->hw = hw;
1600
1601out:
1602 return hw;
1603}