iwlegacy: rename iwl to il
[deliverable/linux.git] / drivers / net / wireless / iwlegacy / iwl-core.h
CommitLineData
be663ab6
WYG
1/******************************************************************************
2 *
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * GPL LICENSE SUMMARY
7 *
8 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of version 2 of the GNU General Public License as
12 * published by the Free Software Foundation.
13 *
14 * This program is distributed in the hope that it will be useful, but
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
22 * USA
23 *
24 * The full GNU General Public License is included in this distribution
25 * in the file called LICENSE.GPL.
26 *
27 * Contact Information:
28 * Intel Linux Wireless <ilw@linux.intel.com>
29 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 *
31 * BSD LICENSE
32 *
33 * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved.
34 * All rights reserved.
35 *
36 * Redistribution and use in source and binary forms, with or without
37 * modification, are permitted provided that the following conditions
38 * are met:
39 *
40 * * Redistributions of source code must retain the above copyright
41 * notice, this list of conditions and the following disclaimer.
42 * * Redistributions in binary form must reproduce the above copyright
43 * notice, this list of conditions and the following disclaimer in
44 * the documentation and/or other materials provided with the
45 * distribution.
46 * * Neither the name Intel Corporation nor the names of its
47 * contributors may be used to endorse or promote products derived
48 * from this software without specific prior written permission.
49 *
50 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
52 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
53 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
54 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
55 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
56 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
57 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
58 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
59 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
60 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61 *****************************************************************************/
62
e2ebc833
SG
63#ifndef __il_core_h__
64#define __il_core_h__
be663ab6
WYG
65
66/************************
67 * forward declarations *
68 ************************/
e2ebc833
SG
69struct il_host_cmd;
70struct il_cmd;
be663ab6
WYG
71
72
73#define IWLWIFI_VERSION "in-tree:"
74#define DRV_COPYRIGHT "Copyright(c) 2003-2011 Intel Corporation"
75#define DRV_AUTHOR "<ilw@linux.intel.com>"
76
e2ebc833 77#define IL_PCI_DEVICE(dev, subdev, cfg) \
be663ab6
WYG
78 .vendor = PCI_VENDOR_ID_INTEL, .device = (dev), \
79 .subvendor = PCI_ANY_ID, .subdevice = (subdev), \
80 .driver_data = (kernel_ulong_t)&(cfg)
81
82#define TIME_UNIT 1024
83
e2ebc833
SG
84#define IL_SKU_G 0x1
85#define IL_SKU_A 0x2
86#define IL_SKU_N 0x8
be663ab6 87
e2ebc833 88#define IL_CMD(x) case x: return #x
be663ab6 89
e2ebc833
SG
90struct il_hcmd_ops {
91 int (*rxon_assoc)(struct il_priv *priv, struct il_rxon_context *ctx);
92 int (*commit_rxon)(struct il_priv *priv, struct il_rxon_context *ctx);
93 void (*set_rxon_chain)(struct il_priv *priv,
94 struct il_rxon_context *ctx);
be663ab6
WYG
95};
96
e2ebc833 97struct il_hcmd_utils_ops {
be663ab6 98 u16 (*get_hcmd_size)(u8 cmd_id, u16 len);
e2ebc833 99 u16 (*build_addsta_hcmd)(const struct il_addsta_cmd *cmd,
be663ab6 100 u8 *data);
e2ebc833
SG
101 int (*request_scan)(struct il_priv *priv, struct ieee80211_vif *vif);
102 void (*post_scan)(struct il_priv *priv);
be663ab6
WYG
103};
104
e2ebc833
SG
105struct il_apm_ops {
106 int (*init)(struct il_priv *priv);
107 void (*config)(struct il_priv *priv);
be663ab6
WYG
108};
109
e2ebc833 110struct il_debugfs_ops {
be663ab6
WYG
111 ssize_t (*rx_stats_read)(struct file *file, char __user *user_buf,
112 size_t count, loff_t *ppos);
113 ssize_t (*tx_stats_read)(struct file *file, char __user *user_buf,
114 size_t count, loff_t *ppos);
115 ssize_t (*general_stats_read)(struct file *file, char __user *user_buf,
116 size_t count, loff_t *ppos);
117};
118
e2ebc833
SG
119struct il_temp_ops {
120 void (*temperature)(struct il_priv *priv);
be663ab6
WYG
121};
122
e2ebc833 123struct il_lib_ops {
be663ab6 124 /* set hw dependent parameters */
e2ebc833 125 int (*set_hw_params)(struct il_priv *priv);
be663ab6 126 /* Handling TX */
e2ebc833
SG
127 void (*txq_update_byte_cnt_tbl)(struct il_priv *priv,
128 struct il_tx_queue *txq,
be663ab6 129 u16 byte_cnt);
e2ebc833
SG
130 int (*txq_attach_buf_to_tfd)(struct il_priv *priv,
131 struct il_tx_queue *txq,
be663ab6
WYG
132 dma_addr_t addr,
133 u16 len, u8 reset, u8 pad);
e2ebc833
SG
134 void (*txq_free_tfd)(struct il_priv *priv,
135 struct il_tx_queue *txq);
136 int (*txq_init)(struct il_priv *priv,
137 struct il_tx_queue *txq);
be663ab6 138 /* setup Rx handler */
e2ebc833 139 void (*rx_handler_setup)(struct il_priv *priv);
be663ab6 140 /* alive notification after init uCode load */
e2ebc833 141 void (*init_alive_start)(struct il_priv *priv);
be663ab6
WYG
142 /* check validity of rtc data address */
143 int (*is_valid_rtc_data_addr)(u32 addr);
144 /* 1st ucode load */
e2ebc833 145 int (*load_ucode)(struct il_priv *priv);
1ba2f121 146
e2ebc833
SG
147 void (*dump_nic_error_log)(struct il_priv *priv);
148 int (*dump_fh)(struct il_priv *priv, char **buf, bool display);
149 int (*set_channel_switch)(struct il_priv *priv,
be663ab6
WYG
150 struct ieee80211_channel_switch *ch_switch);
151 /* power management */
e2ebc833 152 struct il_apm_ops apm_ops;
be663ab6
WYG
153
154 /* power */
e2ebc833
SG
155 int (*send_tx_power) (struct il_priv *priv);
156 void (*update_chain_flags)(struct il_priv *priv);
be663ab6
WYG
157
158 /* eeprom operations (as defined in iwl-eeprom.h) */
e2ebc833 159 struct il_eeprom_ops eeprom_ops;
be663ab6
WYG
160
161 /* temperature */
e2ebc833 162 struct il_temp_ops temp_ops;
be663ab6 163
e2ebc833 164 struct il_debugfs_ops debugfs_ops;
be663ab6
WYG
165
166};
167
e2ebc833
SG
168struct il_led_ops {
169 int (*cmd)(struct il_priv *priv, struct il_led_cmd *led_cmd);
be663ab6
WYG
170};
171
e2ebc833
SG
172struct il_legacy_ops {
173 void (*post_associate)(struct il_priv *priv);
174 void (*config_ap)(struct il_priv *priv);
be663ab6 175 /* station management */
e2ebc833
SG
176 int (*update_bcast_stations)(struct il_priv *priv);
177 int (*manage_ibss_station)(struct il_priv *priv,
be663ab6
WYG
178 struct ieee80211_vif *vif, bool add);
179};
180
e2ebc833
SG
181struct il_ops {
182 const struct il_lib_ops *lib;
183 const struct il_hcmd_ops *hcmd;
184 const struct il_hcmd_utils_ops *utils;
185 const struct il_led_ops *led;
186 const struct il_nic_ops *nic;
187 const struct il_legacy_ops *legacy;
be663ab6
WYG
188 const struct ieee80211_ops *ieee80211_ops;
189};
190
e2ebc833 191struct il_mod_params {
be663ab6
WYG
192 int sw_crypto; /* def: 0 = using hardware encryption */
193 int disable_hw_scan; /* def: 0 = use h/w scan */
194 int num_of_queues; /* def: HW dependent */
195 int disable_11n; /* def: 0 = 11n capabilities enabled */
196 int amsdu_size_8K; /* def: 1 = enable 8K amsdu size */
197 int antenna; /* def: 0 = both antennas (use diversity) */
198 int restart_fw; /* def: 1 = restart firmware */
199};
200
201/*
202 * @led_compensation: compensate on the led on/off time per HW according
203 * to the deviation to achieve the desired led frequency.
204 * The detail algorithm is described in iwl-led.c
205 * @chain_noise_num_beacons: number of beacons used to compute chain noise
be663ab6
WYG
206 * @wd_timeout: TX queues watchdog timeout
207 * @temperature_kelvin: temperature report by uCode in kelvin
be663ab6
WYG
208 * @ucode_tracing: support ucode continuous tracing
209 * @sensitivity_calib_by_driver: driver has the capability to perform
210 * sensitivity calibration operation
211 * @chain_noise_calib_by_driver: driver has the capability to perform
212 * chain noise calibration operation
213 */
e2ebc833 214struct il_base_params {
be663ab6
WYG
215 int eeprom_size;
216 int num_of_queues; /* def: HW dependent */
217 int num_of_ampdu_queues;/* def: HW dependent */
e2ebc833 218 /* for il_apm_init() */
be663ab6
WYG
219 u32 pll_cfg_val;
220 bool set_l0s;
221 bool use_bsm;
222
223 u16 led_compensation;
224 int chain_noise_num_beacons;
be663ab6
WYG
225 unsigned int wd_timeout;
226 bool temperature_kelvin;
be663ab6
WYG
227 const bool ucode_tracing;
228 const bool sensitivity_calib_by_driver;
229 const bool chain_noise_calib_by_driver;
230};
231
232/**
e2ebc833 233 * struct il_cfg
be663ab6
WYG
234 * @fw_name_pre: Firmware filename prefix. The api version and extension
235 * (.ucode) will be added to filename before loading from disk. The
236 * filename is constructed as fw_name_pre<api>.ucode.
237 * @ucode_api_max: Highest version of uCode API supported by driver.
238 * @ucode_api_min: Lowest version of uCode API supported by driver.
239 * @scan_antennas: available antenna for scan operation
240 * @led_mode: 0=blinking, 1=On(RF On)/Off(RF Off)
241 *
242 * We enable the driver to be backward compatible wrt API version. The
243 * driver specifies which APIs it supports (with @ucode_api_max being the
244 * highest and @ucode_api_min the lowest). Firmware will only be loaded if
245 * it has a supported API version. The firmware's API version will be
e2ebc833 246 * stored in @il_priv, enabling the driver to make runtime changes based
be663ab6
WYG
247 * on firmware version used.
248 *
249 * For example,
e2ebc833 250 * if (IL_UCODE_API(priv->ucode_ver) >= 2) {
be663ab6
WYG
251 * Driver interacts with Firmware API version >= 2.
252 * } else {
253 * Driver interacts with Firmware API version 1.
254 * }
255 *
256 * The ideal usage of this infrastructure is to treat a new ucode API
257 * release as a new hardware revision. That is, through utilizing the
e2ebc833 258 * il_hcmd_utils_ops etc. we accommodate different command structures
be663ab6
WYG
259 * and flows between hardware versions as well as their API
260 * versions.
261 *
262 */
e2ebc833 263struct il_cfg {
be663ab6
WYG
264 /* params specific to an individual device within a device family */
265 const char *name;
266 const char *fw_name_pre;
267 const unsigned int ucode_api_max;
268 const unsigned int ucode_api_min;
269 u8 valid_tx_ant;
270 u8 valid_rx_ant;
271 unsigned int sku;
272 u16 eeprom_ver;
273 u16 eeprom_calib_ver;
e2ebc833 274 const struct il_ops *ops;
be663ab6 275 /* module based parameters which can be set from modprobe cmd */
e2ebc833 276 const struct il_mod_params *mod_params;
be663ab6 277 /* params not likely to change within a device family */
e2ebc833 278 struct il_base_params *base_params;
be663ab6
WYG
279 /* params likely to change within a device family */
280 u8 scan_rx_antennas[IEEE80211_NUM_BANDS];
e2ebc833 281 enum il_led_mode led_mode;
be663ab6
WYG
282};
283
284/***************************
285 * L i b *
286 ***************************/
287
e2ebc833
SG
288struct ieee80211_hw *il_alloc_all(struct il_cfg *cfg);
289int il_mac_conf_tx(struct ieee80211_hw *hw,
8a3a3c85 290 struct ieee80211_vif *vif, u16 queue,
be663ab6 291 const struct ieee80211_tx_queue_params *params);
e2ebc833
SG
292int il_mac_tx_last_beacon(struct ieee80211_hw *hw);
293void il_set_rxon_hwcrypto(struct il_priv *priv,
294 struct il_rxon_context *ctx,
be663ab6 295 int hw_decrypt);
e2ebc833
SG
296int il_check_rxon_cmd(struct il_priv *priv,
297 struct il_rxon_context *ctx);
298int il_full_rxon_required(struct il_priv *priv,
299 struct il_rxon_context *ctx);
300int il_set_rxon_channel(struct il_priv *priv,
be663ab6 301 struct ieee80211_channel *ch,
e2ebc833
SG
302 struct il_rxon_context *ctx);
303void il_set_flags_for_band(struct il_priv *priv,
304 struct il_rxon_context *ctx,
be663ab6
WYG
305 enum ieee80211_band band,
306 struct ieee80211_vif *vif);
e2ebc833 307u8 il_get_single_channel_number(struct il_priv *priv,
be663ab6 308 enum ieee80211_band band);
e2ebc833
SG
309void il_set_rxon_ht(struct il_priv *priv,
310 struct il_ht_config *ht_conf);
311bool il_is_ht40_tx_allowed(struct il_priv *priv,
312 struct il_rxon_context *ctx,
be663ab6 313 struct ieee80211_sta_ht_cap *ht_cap);
e2ebc833
SG
314void il_connection_init_rx_config(struct il_priv *priv,
315 struct il_rxon_context *ctx);
316void il_set_rate(struct il_priv *priv);
317int il_set_decrypted_flag(struct il_priv *priv,
be663ab6
WYG
318 struct ieee80211_hdr *hdr,
319 u32 decrypt_res,
320 struct ieee80211_rx_status *stats);
e2ebc833
SG
321void il_irq_handle_error(struct il_priv *priv);
322int il_mac_add_interface(struct ieee80211_hw *hw,
be663ab6 323 struct ieee80211_vif *vif);
e2ebc833 324void il_mac_remove_interface(struct ieee80211_hw *hw,
be663ab6 325 struct ieee80211_vif *vif);
e2ebc833 326int il_mac_change_interface(struct ieee80211_hw *hw,
be663ab6
WYG
327 struct ieee80211_vif *vif,
328 enum nl80211_iftype newtype, bool newp2p);
e2ebc833
SG
329int il_alloc_txq_mem(struct il_priv *priv);
330void il_txq_mem(struct il_priv *priv);
be663ab6
WYG
331
332#ifdef CONFIG_IWLWIFI_LEGACY_DEBUGFS
e2ebc833
SG
333int il_alloc_traffic_mem(struct il_priv *priv);
334void il_free_traffic_mem(struct il_priv *priv);
335void il_reset_traffic_log(struct il_priv *priv);
336void il_dbg_log_tx_data_frame(struct il_priv *priv,
be663ab6 337 u16 length, struct ieee80211_hdr *header);
e2ebc833 338void il_dbg_log_rx_data_frame(struct il_priv *priv,
be663ab6 339 u16 length, struct ieee80211_hdr *header);
e2ebc833
SG
340const char *il_get_mgmt_string(int cmd);
341const char *il_get_ctrl_string(int cmd);
342void il_clear_traffic_stats(struct il_priv *priv);
343void il_update_stats(struct il_priv *priv, bool is_tx, __le16 fc,
be663ab6
WYG
344 u16 len);
345#else
e2ebc833 346static inline int il_alloc_traffic_mem(struct il_priv *priv)
be663ab6
WYG
347{
348 return 0;
349}
e2ebc833 350static inline void il_free_traffic_mem(struct il_priv *priv)
be663ab6
WYG
351{
352}
e2ebc833 353static inline void il_reset_traffic_log(struct il_priv *priv)
be663ab6
WYG
354{
355}
e2ebc833 356static inline void il_dbg_log_tx_data_frame(struct il_priv *priv,
be663ab6
WYG
357 u16 length, struct ieee80211_hdr *header)
358{
359}
e2ebc833 360static inline void il_dbg_log_rx_data_frame(struct il_priv *priv,
be663ab6
WYG
361 u16 length, struct ieee80211_hdr *header)
362{
363}
e2ebc833 364static inline void il_update_stats(struct il_priv *priv, bool is_tx,
be663ab6
WYG
365 __le16 fc, u16 len)
366{
367}
368#endif
369/*****************************************************
370 * RX handlers.
371 * **************************************************/
e2ebc833
SG
372void il_rx_pm_sleep_notif(struct il_priv *priv,
373 struct il_rx_mem_buffer *rxb);
374void il_rx_pm_debug_statistics_notif(struct il_priv *priv,
375 struct il_rx_mem_buffer *rxb);
376void il_rx_reply_error(struct il_priv *priv,
377 struct il_rx_mem_buffer *rxb);
be663ab6
WYG
378
379/*****************************************************
380* RX
381******************************************************/
e2ebc833
SG
382void il_cmd_queue_unmap(struct il_priv *priv);
383void il_cmd_queue_free(struct il_priv *priv);
384int il_rx_queue_alloc(struct il_priv *priv);
385void il_rx_queue_update_write_ptr(struct il_priv *priv,
386 struct il_rx_queue *q);
387int il_rx_queue_space(const struct il_rx_queue *q);
388void il_tx_cmd_complete(struct il_priv *priv,
389 struct il_rx_mem_buffer *rxb);
be663ab6 390/* Handlers */
e2ebc833
SG
391void il_rx_spectrum_measure_notif(struct il_priv *priv,
392 struct il_rx_mem_buffer *rxb);
393void il_recover_from_statistics(struct il_priv *priv,
394 struct il_rx_packet *pkt);
395void il_chswitch_done(struct il_priv *priv, bool is_success);
396void il_rx_csa(struct il_priv *priv, struct il_rx_mem_buffer *rxb);
be663ab6
WYG
397
398/* TX helpers */
399
400/*****************************************************
401* TX
402******************************************************/
e2ebc833
SG
403void il_txq_update_write_ptr(struct il_priv *priv,
404 struct il_tx_queue *txq);
405int il_tx_queue_init(struct il_priv *priv, struct il_tx_queue *txq,
be663ab6 406 int slots_num, u32 txq_id);
e2ebc833
SG
407void il_tx_queue_reset(struct il_priv *priv,
408 struct il_tx_queue *txq,
be663ab6 409 int slots_num, u32 txq_id);
e2ebc833
SG
410void il_tx_queue_unmap(struct il_priv *priv, int txq_id);
411void il_tx_queue_free(struct il_priv *priv, int txq_id);
412void il_setup_watchdog(struct il_priv *priv);
be663ab6
WYG
413/*****************************************************
414 * TX power
415 ****************************************************/
e2ebc833 416int il_set_tx_power(struct il_priv *priv, s8 tx_power, bool force);
be663ab6
WYG
417
418/*******************************************************************************
419 * Rate
420 ******************************************************************************/
421
e2ebc833
SG
422u8 il_get_lowest_plcp(struct il_priv *priv,
423 struct il_rxon_context *ctx);
be663ab6
WYG
424
425/*******************************************************************************
426 * Scanning
427 ******************************************************************************/
e2ebc833
SG
428void il_init_scan_params(struct il_priv *priv);
429int il_scan_cancel(struct il_priv *priv);
430int il_scan_cancel_timeout(struct il_priv *priv, unsigned long ms);
431void il_force_scan_end(struct il_priv *priv);
432int il_mac_hw_scan(struct ieee80211_hw *hw,
be663ab6
WYG
433 struct ieee80211_vif *vif,
434 struct cfg80211_scan_request *req);
e2ebc833
SG
435void il_internal_short_hw_scan(struct il_priv *priv);
436int il_force_reset(struct il_priv *priv, bool external);
437u16 il_fill_probe_req(struct il_priv *priv,
be663ab6
WYG
438 struct ieee80211_mgmt *frame,
439 const u8 *ta, const u8 *ie, int ie_len, int left);
e2ebc833
SG
440void il_setup_rx_scan_handlers(struct il_priv *priv);
441u16 il_get_active_dwell_time(struct il_priv *priv,
be663ab6
WYG
442 enum ieee80211_band band,
443 u8 n_probes);
e2ebc833 444u16 il_get_passive_dwell_time(struct il_priv *priv,
be663ab6
WYG
445 enum ieee80211_band band,
446 struct ieee80211_vif *vif);
e2ebc833
SG
447void il_setup_scan_deferred_work(struct il_priv *priv);
448void il_cancel_scan_deferred_work(struct il_priv *priv);
be663ab6
WYG
449
450/* For faster active scanning, scan will move to the next channel if fewer than
451 * PLCP_QUIET_THRESH packets are heard on this channel within
452 * ACTIVE_QUIET_TIME after sending probe request. This shortens the dwell
453 * time if it's a quiet channel (nothing responded to our probe, and there's
454 * no other traffic).
455 * Disable "quiet" feature by setting PLCP_QUIET_THRESH to 0. */
e2ebc833
SG
456#define IL_ACTIVE_QUIET_TIME cpu_to_le16(10) /* msec */
457#define IL_PLCP_QUIET_THRESH cpu_to_le16(1) /* packets */
be663ab6 458
e2ebc833 459#define IL_SCAN_CHECK_WATCHDOG (HZ * 7)
be663ab6
WYG
460
461/*****************************************************
462 * S e n d i n g H o s t C o m m a n d s *
463 *****************************************************/
464
e2ebc833
SG
465const char *il_get_cmd_string(u8 cmd);
466int __must_check il_send_cmd_sync(struct il_priv *priv,
467 struct il_host_cmd *cmd);
468int il_send_cmd(struct il_priv *priv, struct il_host_cmd *cmd);
469int __must_check il_send_cmd_pdu(struct il_priv *priv, u8 id,
be663ab6 470 u16 len, const void *data);
e2ebc833 471int il_send_cmd_pdu_async(struct il_priv *priv, u8 id, u16 len,
be663ab6 472 const void *data,
e2ebc833
SG
473 void (*callback)(struct il_priv *priv,
474 struct il_device_cmd *cmd,
475 struct il_rx_packet *pkt));
be663ab6 476
e2ebc833 477int il_enqueue_hcmd(struct il_priv *priv, struct il_host_cmd *cmd);
be663ab6
WYG
478
479
480/*****************************************************
481 * PCI *
482 *****************************************************/
483
e2ebc833 484static inline u16 il_pcie_link_ctl(struct il_priv *priv)
be663ab6
WYG
485{
486 int pos;
487 u16 pci_lnk_ctl;
f05b6911 488 pos = pci_pcie_cap(priv->pci_dev);
be663ab6
WYG
489 pci_read_config_word(priv->pci_dev, pos + PCI_EXP_LNKCTL, &pci_lnk_ctl);
490 return pci_lnk_ctl;
491}
492
e2ebc833
SG
493void il_bg_watchdog(unsigned long data);
494u32 il_usecs_to_beacons(struct il_priv *priv,
be663ab6 495 u32 usec, u32 beacon_interval);
e2ebc833 496__le32 il_add_beacon_time(struct il_priv *priv, u32 base,
be663ab6
WYG
497 u32 addon, u32 beacon_interval);
498
499#ifdef CONFIG_PM
e2ebc833
SG
500int il_pci_suspend(struct device *device);
501int il_pci_resume(struct device *device);
502extern const struct dev_pm_ops il_pm_ops;
be663ab6 503
e2ebc833 504#define IL_LEGACY_PM_OPS (&il_pm_ops)
be663ab6
WYG
505
506#else /* !CONFIG_PM */
507
e2ebc833 508#define IL_LEGACY_PM_OPS NULL
be663ab6
WYG
509
510#endif /* !CONFIG_PM */
511
512/*****************************************************
513* Error Handling Debugging
514******************************************************/
e2ebc833 515void il4965_dump_nic_error_log(struct il_priv *priv);
be663ab6 516#ifdef CONFIG_IWLWIFI_LEGACY_DEBUG
e2ebc833
SG
517void il_print_rx_config_cmd(struct il_priv *priv,
518 struct il_rxon_context *ctx);
be663ab6 519#else
e2ebc833
SG
520static inline void il_print_rx_config_cmd(struct il_priv *priv,
521 struct il_rxon_context *ctx)
be663ab6
WYG
522{
523}
524#endif
525
e2ebc833 526void il_clear_isr_stats(struct il_priv *priv);
be663ab6
WYG
527
528/*****************************************************
529* GEOS
530******************************************************/
e2ebc833
SG
531int il_init_geos(struct il_priv *priv);
532void il_free_geos(struct il_priv *priv);
be663ab6
WYG
533
534/*************** DRIVER STATUS FUNCTIONS *****/
535
536#define STATUS_HCMD_ACTIVE 0 /* host command in progress */
537/* 1 is unused (used to be STATUS_HCMD_SYNC_ACTIVE) */
538#define STATUS_INT_ENABLED 2
539#define STATUS_RF_KILL_HW 3
540#define STATUS_CT_KILL 4
541#define STATUS_INIT 5
542#define STATUS_ALIVE 6
543#define STATUS_READY 7
544#define STATUS_TEMPERATURE 8
545#define STATUS_GEO_CONFIGURED 9
546#define STATUS_EXIT_PENDING 10
547#define STATUS_STATISTICS 12
548#define STATUS_SCANNING 13
549#define STATUS_SCAN_ABORTING 14
550#define STATUS_SCAN_HW 15
551#define STATUS_POWER_PMI 16
552#define STATUS_FW_ERROR 17
51e65257 553#define STATUS_CHANNEL_SWITCH_PENDING 18
be663ab6 554
e2ebc833 555static inline int il_is_ready(struct il_priv *priv)
be663ab6
WYG
556{
557 /* The adapter is 'ready' if READY and GEO_CONFIGURED bits are
558 * set but EXIT_PENDING is not */
559 return test_bit(STATUS_READY, &priv->status) &&
560 test_bit(STATUS_GEO_CONFIGURED, &priv->status) &&
561 !test_bit(STATUS_EXIT_PENDING, &priv->status);
562}
563
e2ebc833 564static inline int il_is_alive(struct il_priv *priv)
be663ab6
WYG
565{
566 return test_bit(STATUS_ALIVE, &priv->status);
567}
568
e2ebc833 569static inline int il_is_init(struct il_priv *priv)
be663ab6
WYG
570{
571 return test_bit(STATUS_INIT, &priv->status);
572}
573
e2ebc833 574static inline int il_is_rfkill_hw(struct il_priv *priv)
be663ab6
WYG
575{
576 return test_bit(STATUS_RF_KILL_HW, &priv->status);
577}
578
e2ebc833 579static inline int il_is_rfkill(struct il_priv *priv)
be663ab6 580{
e2ebc833 581 return il_is_rfkill_hw(priv);
be663ab6
WYG
582}
583
e2ebc833 584static inline int il_is_ctkill(struct il_priv *priv)
be663ab6
WYG
585{
586 return test_bit(STATUS_CT_KILL, &priv->status);
587}
588
e2ebc833 589static inline int il_is_ready_rf(struct il_priv *priv)
be663ab6
WYG
590{
591
e2ebc833 592 if (il_is_rfkill(priv))
be663ab6
WYG
593 return 0;
594
e2ebc833 595 return il_is_ready(priv);
be663ab6
WYG
596}
597
e2ebc833
SG
598extern void il_send_bt_config(struct il_priv *priv);
599extern int il_send_statistics_request(struct il_priv *priv,
be663ab6 600 u8 flags, bool clear);
e2ebc833
SG
601void il_apm_stop(struct il_priv *priv);
602int il_apm_init(struct il_priv *priv);
be663ab6 603
e2ebc833
SG
604int il_send_rxon_timing(struct il_priv *priv,
605 struct il_rxon_context *ctx);
606static inline int il_send_rxon_assoc(struct il_priv *priv,
607 struct il_rxon_context *ctx)
be663ab6
WYG
608{
609 return priv->cfg->ops->hcmd->rxon_assoc(priv, ctx);
610}
e2ebc833
SG
611static inline int il_commit_rxon(struct il_priv *priv,
612 struct il_rxon_context *ctx)
be663ab6
WYG
613{
614 return priv->cfg->ops->hcmd->commit_rxon(priv, ctx);
615}
e2ebc833
SG
616static inline const struct ieee80211_supported_band *il_get_hw_mode(
617 struct il_priv *priv, enum ieee80211_band band)
be663ab6
WYG
618{
619 return priv->hw->wiphy->bands[band];
620}
621
be663ab6 622/* mac80211 handlers */
e2ebc833
SG
623int il_mac_config(struct ieee80211_hw *hw, u32 changed);
624void il_mac_reset_tsf(struct ieee80211_hw *hw,
37a41b4a 625 struct ieee80211_vif *vif);
e2ebc833 626void il_mac_bss_info_changed(struct ieee80211_hw *hw,
be663ab6
WYG
627 struct ieee80211_vif *vif,
628 struct ieee80211_bss_conf *bss_conf,
629 u32 changes);
e2ebc833 630void il_tx_cmd_protection(struct il_priv *priv,
be663ab6
WYG
631 struct ieee80211_tx_info *info,
632 __le16 fc, __le32 *tx_flags);
633
e2ebc833 634irqreturn_t il_isr(int irq, void *data);
be663ab6 635
e2ebc833 636#endif /* __il_core_h__ */
This page took 0.137778 seconds and 5 git commands to generate.