]> git.karo-electronics.de Git - mv-sheeva.git/blob - drivers/net/wireless/ath/ath6kl/core.h
ath6kl: Fix listen interval handling
[mv-sheeva.git] / drivers / net / wireless / ath / ath6kl / core.h
1 /*
2  * Copyright (c) 2010-2011 Atheros Communications Inc.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for any
5  * purpose with or without fee is hereby granted, provided that the above
6  * copyright notice and this permission notice appear in all copies.
7  *
8  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15  */
16
17 #ifndef CORE_H
18 #define CORE_H
19
20 #include <linux/etherdevice.h>
21 #include <linux/rtnetlink.h>
22 #include <linux/firmware.h>
23 #include <linux/sched.h>
24 #include <linux/circ_buf.h>
25 #include <net/cfg80211.h>
26 #include "htc.h"
27 #include "wmi.h"
28 #include "bmi.h"
29 #include "target.h"
30
31 #define MAX_ATH6KL                        1
32 #define ATH6KL_MAX_RX_BUFFERS             16
33 #define ATH6KL_BUFFER_SIZE                1664
34 #define ATH6KL_MAX_AMSDU_RX_BUFFERS       4
35 #define ATH6KL_AMSDU_REFILL_THRESHOLD     3
36 #define ATH6KL_AMSDU_BUFFER_SIZE     (WMI_MAX_AMSDU_RX_DATA_FRAME_LENGTH + 128)
37 #define MAX_MSDU_SUBFRAME_PAYLOAD_LEN   1508
38 #define MIN_MSDU_SUBFRAME_PAYLOAD_LEN   46
39
40 #define USER_SAVEDKEYS_STAT_INIT     0
41 #define USER_SAVEDKEYS_STAT_RUN      1
42
43 #define ATH6KL_TX_TIMEOUT      10
44 #define ATH6KL_MAX_ENDPOINTS   4
45 #define MAX_NODE_NUM           15
46
47 /* Extra bytes for htc header alignment */
48 #define ATH6KL_HTC_ALIGN_BYTES 3
49
50 /* MAX_HI_COOKIE_NUM are reserved for high priority traffic */
51 #define MAX_DEF_COOKIE_NUM                180
52 #define MAX_HI_COOKIE_NUM                 18    /* 10% of MAX_COOKIE_NUM */
53 #define MAX_COOKIE_NUM                 (MAX_DEF_COOKIE_NUM + MAX_HI_COOKIE_NUM)
54
55 #define MAX_DEFAULT_SEND_QUEUE_DEPTH      (MAX_DEF_COOKIE_NUM / WMM_NUM_AC)
56
57 #define DISCON_TIMER_INTVAL               10000  /* in msec */
58 #define A_DEFAULT_LISTEN_INTERVAL         1      /* beacon intervals */
59 #define A_MAX_WOW_LISTEN_INTERVAL         1000
60
61 /* includes also the null byte */
62 #define ATH6KL_FIRMWARE_MAGIC               "QCA-ATH6KL"
63
64 enum ath6kl_fw_ie_type {
65         ATH6KL_FW_IE_FW_VERSION = 0,
66         ATH6KL_FW_IE_TIMESTAMP = 1,
67         ATH6KL_FW_IE_OTP_IMAGE = 2,
68         ATH6KL_FW_IE_FW_IMAGE = 3,
69         ATH6KL_FW_IE_PATCH_IMAGE = 4,
70         ATH6KL_FW_IE_RESERVED_RAM_SIZE = 5,
71         ATH6KL_FW_IE_CAPABILITIES = 6,
72         ATH6KL_FW_IE_PATCH_ADDR = 7,
73         ATH6KL_FW_IE_BOARD_ADDR = 8,
74         ATH6KL_FW_IE_VIF_MAX = 9,
75 };
76
77 enum ath6kl_fw_capability {
78         ATH6KL_FW_CAPABILITY_HOST_P2P = 0,
79         ATH6KL_FW_CAPABILITY_SCHED_SCAN = 1,
80
81         /*
82          * Firmware is capable of supporting P2P mgmt operations on a
83          * station interface. After group formation, the station
84          * interface will become a P2P client/GO interface as the case may be
85          */
86         ATH6KL_FW_CAPABILITY_STA_P2PDEV_DUPLEX,
87
88         /* this needs to be last */
89         ATH6KL_FW_CAPABILITY_MAX,
90 };
91
92 #define ATH6KL_CAPABILITY_LEN (ALIGN(ATH6KL_FW_CAPABILITY_MAX, 32) / 32)
93
94 struct ath6kl_fw_ie {
95         __le32 id;
96         __le32 len;
97         u8 data[0];
98 };
99
100 #define ATH6KL_FW_API2_FILE "fw-2.bin"
101 #define ATH6KL_FW_API3_FILE "fw-3.bin"
102
103 /* AR6003 1.0 definitions */
104 #define AR6003_HW_1_0_VERSION                 0x300002ba
105
106 /* AR6003 2.0 definitions */
107 #define AR6003_HW_2_0_VERSION                 0x30000384
108 #define AR6003_HW_2_0_PATCH_DOWNLOAD_ADDRESS  0x57e910
109 #define AR6003_HW_2_0_FW_DIR                    "ath6k/AR6003/hw2.0"
110 #define AR6003_HW_2_0_OTP_FILE                  "otp.bin.z77"
111 #define AR6003_HW_2_0_FIRMWARE_FILE             "athwlan.bin.z77"
112 #define AR6003_HW_2_0_TCMD_FIRMWARE_FILE        "athtcmd_ram.bin"
113 #define AR6003_HW_2_0_PATCH_FILE                "data.patch.bin"
114 #define AR6003_HW_2_0_BOARD_DATA_FILE "ath6k/AR6003/hw2.0/bdata.bin"
115 #define AR6003_HW_2_0_DEFAULT_BOARD_DATA_FILE \
116                         "ath6k/AR6003/hw2.0/bdata.SD31.bin"
117
118 /* AR6003 3.0 definitions */
119 #define AR6003_HW_2_1_1_VERSION                 0x30000582
120 #define AR6003_HW_2_1_1_FW_DIR                  "ath6k/AR6003/hw2.1.1"
121 #define AR6003_HW_2_1_1_OTP_FILE                "otp.bin"
122 #define AR6003_HW_2_1_1_FIRMWARE_FILE           "athwlan.bin"
123 #define AR6003_HW_2_1_1_TCMD_FIRMWARE_FILE      "athtcmd_ram.bin"
124 #define AR6003_HW_2_1_1_PATCH_FILE              "data.patch.bin"
125 #define AR6003_HW_2_1_1_BOARD_DATA_FILE "ath6k/AR6003/hw2.1.1/bdata.bin"
126 #define AR6003_HW_2_1_1_DEFAULT_BOARD_DATA_FILE \
127                         "ath6k/AR6003/hw2.1.1/bdata.SD31.bin"
128
129 /* AR6004 1.0 definitions */
130 #define AR6004_HW_1_0_VERSION                 0x30000623
131 #define AR6004_HW_1_0_FW_DIR                    "ath6k/AR6004/hw1.0"
132 #define AR6004_HW_1_0_FIRMWARE_FILE             "fw.ram.bin"
133 #define AR6004_HW_1_0_BOARD_DATA_FILE         "ath6k/AR6004/hw1.0/bdata.bin"
134 #define AR6004_HW_1_0_DEFAULT_BOARD_DATA_FILE \
135         "ath6k/AR6004/hw1.0/bdata.DB132.bin"
136
137 /* AR6004 1.1 definitions */
138 #define AR6004_HW_1_1_VERSION                 0x30000001
139 #define AR6004_HW_1_1_FW_DIR                    "ath6k/AR6004/hw1.1"
140 #define AR6004_HW_1_1_FIRMWARE_FILE             "fw.ram.bin"
141 #define AR6004_HW_1_1_BOARD_DATA_FILE         "ath6k/AR6004/hw1.1/bdata.bin"
142 #define AR6004_HW_1_1_DEFAULT_BOARD_DATA_FILE \
143         "ath6k/AR6004/hw1.1/bdata.DB132.bin"
144
145 /* Per STA data, used in AP mode */
146 #define STA_PS_AWAKE            BIT(0)
147 #define STA_PS_SLEEP            BIT(1)
148 #define STA_PS_POLLED           BIT(2)
149
150 /* HTC TX packet tagging definitions */
151 #define ATH6KL_CONTROL_PKT_TAG    HTC_TX_PACKET_TAG_USER_DEFINED
152 #define ATH6KL_DATA_PKT_TAG       (ATH6KL_CONTROL_PKT_TAG + 1)
153
154 #define AR6003_CUST_DATA_SIZE 16
155
156 #define AGGR_WIN_IDX(x, y)          ((x) % (y))
157 #define AGGR_INCR_IDX(x, y)         AGGR_WIN_IDX(((x) + 1), (y))
158 #define AGGR_DCRM_IDX(x, y)         AGGR_WIN_IDX(((x) - 1), (y))
159 #define ATH6KL_MAX_SEQ_NO               0xFFF
160 #define ATH6KL_NEXT_SEQ_NO(x)           (((x) + 1) & ATH6KL_MAX_SEQ_NO)
161
162 #define NUM_OF_TIDS         8
163 #define AGGR_SZ_DEFAULT     8
164
165 #define AGGR_WIN_SZ_MIN     2
166 #define AGGR_WIN_SZ_MAX     8
167
168 #define TID_WINDOW_SZ(_x)   ((_x) << 1)
169
170 #define AGGR_NUM_OF_FREE_NETBUFS    16
171
172 #define AGGR_RX_TIMEOUT     400 /* in ms */
173
174 #define WMI_TIMEOUT (2 * HZ)
175
176 #define MBOX_YIELD_LIMIT 99
177
178 /* configuration lags */
179 /*
180  * ATH6KL_CONF_IGNORE_ERP_BARKER: Ignore the barker premable in
181  * ERP IE of beacon to determine the short premable support when
182  * sending (Re)Assoc req.
183  * ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN: Don't send the power
184  * module state transition failure events which happen during
185  * scan, to the host.
186  */
187 #define ATH6KL_CONF_IGNORE_ERP_BARKER           BIT(0)
188 #define ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN  BIT(1)
189 #define ATH6KL_CONF_ENABLE_11N                  BIT(2)
190 #define ATH6KL_CONF_ENABLE_TX_BURST             BIT(3)
191 #define ATH6KL_CONF_SUSPEND_CUTPOWER            BIT(4)
192
193 enum wlan_low_pwr_state {
194         WLAN_POWER_STATE_ON,
195         WLAN_POWER_STATE_CUT_PWR,
196         WLAN_POWER_STATE_DEEP_SLEEP,
197         WLAN_POWER_STATE_WOW
198 };
199
200 enum sme_state {
201         SME_DISCONNECTED,
202         SME_CONNECTING,
203         SME_CONNECTED
204 };
205
206 struct skb_hold_q {
207         struct sk_buff *skb;
208         bool is_amsdu;
209         u16 seq_no;
210 };
211
212 struct rxtid {
213         bool aggr;
214         bool progress;
215         bool timer_mon;
216         u16 win_sz;
217         u16 seq_next;
218         u32 hold_q_sz;
219         struct skb_hold_q *hold_q;
220         struct sk_buff_head q;
221         spinlock_t lock;
222 };
223
224 struct rxtid_stats {
225         u32 num_into_aggr;
226         u32 num_dups;
227         u32 num_oow;
228         u32 num_mpdu;
229         u32 num_amsdu;
230         u32 num_delivered;
231         u32 num_timeouts;
232         u32 num_hole;
233         u32 num_bar;
234 };
235
236 struct aggr_info {
237         u8 aggr_sz;
238         u8 timer_scheduled;
239         struct timer_list timer;
240         struct net_device *dev;
241         struct rxtid rx_tid[NUM_OF_TIDS];
242         struct sk_buff_head free_q;
243         struct rxtid_stats stat[NUM_OF_TIDS];
244 };
245
246 struct ath6kl_wep_key {
247         u8 key_index;
248         u8 key_len;
249         u8 key[64];
250 };
251
252 #define ATH6KL_KEY_SEQ_LEN 8
253
254 struct ath6kl_key {
255         u8 key[WLAN_MAX_KEY_LEN];
256         u8 key_len;
257         u8 seq[ATH6KL_KEY_SEQ_LEN];
258         u8 seq_len;
259         u32 cipher;
260 };
261
262 struct ath6kl_node_mapping {
263         u8 mac_addr[ETH_ALEN];
264         u8 ep_id;
265         u8 tx_pend;
266 };
267
268 struct ath6kl_cookie {
269         struct sk_buff *skb;
270         u32 map_no;
271         struct htc_packet htc_pkt;
272         struct ath6kl_cookie *arc_list_next;
273 };
274
275 struct ath6kl_sta {
276         u16 sta_flags;
277         u8 mac[ETH_ALEN];
278         u8 aid;
279         u8 keymgmt;
280         u8 ucipher;
281         u8 auth;
282         u8 wpa_ie[ATH6KL_MAX_IE];
283         struct sk_buff_head psq;
284         spinlock_t psq_lock;
285 };
286
287 struct ath6kl_version {
288         u32 target_ver;
289         u32 wlan_ver;
290         u32 abi_ver;
291 };
292
293 struct ath6kl_bmi {
294         u32 cmd_credits;
295         bool done_sent;
296         u8 *cmd_buf;
297         u32 max_data_size;
298         u32 max_cmd_size;
299 };
300
301 struct target_stats {
302         u64 tx_pkt;
303         u64 tx_byte;
304         u64 tx_ucast_pkt;
305         u64 tx_ucast_byte;
306         u64 tx_mcast_pkt;
307         u64 tx_mcast_byte;
308         u64 tx_bcast_pkt;
309         u64 tx_bcast_byte;
310         u64 tx_rts_success_cnt;
311         u64 tx_pkt_per_ac[4];
312
313         u64 tx_err;
314         u64 tx_fail_cnt;
315         u64 tx_retry_cnt;
316         u64 tx_mult_retry_cnt;
317         u64 tx_rts_fail_cnt;
318
319         u64 rx_pkt;
320         u64 rx_byte;
321         u64 rx_ucast_pkt;
322         u64 rx_ucast_byte;
323         u64 rx_mcast_pkt;
324         u64 rx_mcast_byte;
325         u64 rx_bcast_pkt;
326         u64 rx_bcast_byte;
327         u64 rx_frgment_pkt;
328
329         u64 rx_err;
330         u64 rx_crc_err;
331         u64 rx_key_cache_miss;
332         u64 rx_decrypt_err;
333         u64 rx_dupl_frame;
334
335         u64 tkip_local_mic_fail;
336         u64 tkip_cnter_measures_invoked;
337         u64 tkip_replays;
338         u64 tkip_fmt_err;
339         u64 ccmp_fmt_err;
340         u64 ccmp_replays;
341
342         u64 pwr_save_fail_cnt;
343
344         u64 cs_bmiss_cnt;
345         u64 cs_low_rssi_cnt;
346         u64 cs_connect_cnt;
347         u64 cs_discon_cnt;
348
349         s32 tx_ucast_rate;
350         s32 rx_ucast_rate;
351
352         u32 lq_val;
353
354         u32 wow_pkt_dropped;
355         u16 wow_evt_discarded;
356
357         s16 noise_floor_calib;
358         s16 cs_rssi;
359         s16 cs_ave_beacon_rssi;
360         u8 cs_ave_beacon_snr;
361         u8 cs_last_roam_msec;
362         u8 cs_snr;
363
364         u8 wow_host_pkt_wakeups;
365         u8 wow_host_evt_wakeups;
366
367         u32 arp_received;
368         u32 arp_matched;
369         u32 arp_replied;
370 };
371
372 struct ath6kl_mbox_info {
373         u32 htc_addr;
374         u32 htc_ext_addr;
375         u32 htc_ext_sz;
376
377         u32 block_size;
378
379         u32 gmbox_addr;
380
381         u32 gmbox_sz;
382 };
383
384 /*
385  * 802.11i defines an extended IV for use with non-WEP ciphers.
386  * When the EXTIV bit is set in the key id byte an additional
387  * 4 bytes immediately follow the IV for TKIP.  For CCMP the
388  * EXTIV bit is likewise set but the 8 bytes represent the
389  * CCMP header rather than IV+extended-IV.
390  */
391
392 #define ATH6KL_KEYBUF_SIZE 16
393 #define ATH6KL_MICBUF_SIZE (8+8)        /* space for both tx and rx */
394
395 #define ATH6KL_KEY_XMIT  0x01
396 #define ATH6KL_KEY_RECV  0x02
397 #define ATH6KL_KEY_DEFAULT   0x80       /* default xmit key */
398
399 /* Initial group key for AP mode */
400 struct ath6kl_req_key {
401         bool valid;
402         u8 key_index;
403         int key_type;
404         u8 key[WLAN_MAX_KEY_LEN];
405         u8 key_len;
406 };
407
408 enum ath6kl_hif_type {
409         ATH6KL_HIF_TYPE_SDIO,
410         ATH6KL_HIF_TYPE_USB,
411 };
412
413 /* Max number of filters that hw supports */
414 #define ATH6K_MAX_MC_FILTERS_PER_LIST 7
415 struct ath6kl_mc_filter {
416         struct list_head list;
417         char hw_addr[ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE];
418 };
419
420 /*
421  * Driver's maximum limit, note that some firmwares support only one vif
422  * and the runtime (current) limit must be checked from ar->vif_max.
423  */
424 #define ATH6KL_VIF_MAX  3
425
426 /* vif flags info */
427 enum ath6kl_vif_state {
428         CONNECTED,
429         CONNECT_PEND,
430         WMM_ENABLED,
431         NETQ_STOPPED,
432         DTIM_EXPIRED,
433         NETDEV_REGISTERED,
434         CLEAR_BSSFILTER_ON_BEACON,
435         DTIM_PERIOD_AVAIL,
436         WLAN_ENABLED,
437         STATS_UPDATE_PEND,
438 };
439
440 struct ath6kl_vif {
441         struct list_head list;
442         struct wireless_dev wdev;
443         struct net_device *ndev;
444         struct ath6kl *ar;
445         /* Lock to protect vif specific net_stats and flags */
446         spinlock_t if_lock;
447         u8 fw_vif_idx;
448         unsigned long flags;
449         int ssid_len;
450         u8 ssid[IEEE80211_MAX_SSID_LEN];
451         u8 dot11_auth_mode;
452         u8 auth_mode;
453         u8 prwise_crypto;
454         u8 prwise_crypto_len;
455         u8 grp_crypto;
456         u8 grp_crypto_len;
457         u8 def_txkey_index;
458         u8 next_mode;
459         u8 nw_type;
460         u8 bssid[ETH_ALEN];
461         u8 req_bssid[ETH_ALEN];
462         u16 ch_hint;
463         u16 bss_ch;
464         struct ath6kl_wep_key wep_key_list[WMI_MAX_KEY_INDEX + 1];
465         struct ath6kl_key keys[WMI_MAX_KEY_INDEX + 1];
466         struct aggr_info *aggr_cntxt;
467
468         struct timer_list disconnect_timer;
469         struct timer_list sched_scan_timer;
470
471         struct cfg80211_scan_request *scan_req;
472         enum sme_state sme_state;
473         int reconnect_flag;
474         u32 last_roc_id;
475         u32 last_cancel_roc_id;
476         u32 send_action_id;
477         bool probe_req_report;
478         u16 next_chan;
479         u16 assoc_bss_beacon_int;
480         u8 assoc_bss_dtim_period;
481         struct net_device_stats net_stats;
482         struct target_stats target_stats;
483
484         struct list_head mc_filter;
485 };
486
487 #define WOW_LIST_ID             0
488 #define WOW_HOST_REQ_DELAY      500 /* ms */
489
490 #define ATH6KL_SCHED_SCAN_RESULT_DELAY 5000 /* ms */
491
492 /* Flag info */
493 enum ath6kl_dev_state {
494         WMI_ENABLED,
495         WMI_READY,
496         WMI_CTRL_EP_FULL,
497         TESTMODE,
498         DESTROY_IN_PROGRESS,
499         SKIP_SCAN,
500         ROAM_TBL_PEND,
501         FIRST_BOOT,
502 };
503
504 enum ath6kl_state {
505         ATH6KL_STATE_OFF,
506         ATH6KL_STATE_ON,
507         ATH6KL_STATE_DEEPSLEEP,
508         ATH6KL_STATE_CUTPOWER,
509         ATH6KL_STATE_WOW,
510         ATH6KL_STATE_SCHED_SCAN,
511 };
512
513 struct ath6kl {
514         struct device *dev;
515         struct wiphy *wiphy;
516
517         enum ath6kl_state state;
518
519         struct ath6kl_bmi bmi;
520         const struct ath6kl_hif_ops *hif_ops;
521         struct wmi *wmi;
522         int tx_pending[ENDPOINT_MAX];
523         int total_tx_data_pend;
524         struct htc_target *htc_target;
525         enum ath6kl_hif_type hif_type;
526         void *hif_priv;
527         struct list_head vif_list;
528         /* Lock to avoid race in vif_list entries among add/del/traverse */
529         spinlock_t list_lock;
530         u8 num_vif;
531         unsigned int vif_max;
532         u8 max_norm_iface;
533         u8 avail_idx_map;
534         spinlock_t lock;
535         struct semaphore sem;
536         u16 listen_intvl_b;
537         u8 lrssi_roam_threshold;
538         struct ath6kl_version version;
539         u32 target_type;
540         u8 tx_pwr;
541         struct ath6kl_node_mapping node_map[MAX_NODE_NUM];
542         u8 ibss_ps_enable;
543         bool ibss_if_active;
544         u8 node_num;
545         u8 next_ep_id;
546         struct ath6kl_cookie *cookie_list;
547         u32 cookie_count;
548         enum htc_endpoint_id ac2ep_map[WMM_NUM_AC];
549         bool ac_stream_active[WMM_NUM_AC];
550         u8 ac_stream_pri_map[WMM_NUM_AC];
551         u8 hiac_stream_active_pri;
552         u8 ep2ac_map[ENDPOINT_MAX];
553         enum htc_endpoint_id ctrl_ep;
554         struct ath6kl_htc_credit_info credit_state_info;
555         u32 connect_ctrl_flags;
556         u32 user_key_ctrl;
557         u8 usr_bss_filter;
558         struct ath6kl_sta sta_list[AP_MAX_NUM_STA];
559         u8 sta_list_index;
560         struct ath6kl_req_key ap_mode_bkey;
561         struct sk_buff_head mcastpsq;
562         spinlock_t mcastpsq_lock;
563         u8 intra_bss;
564         struct wmi_ap_mode_stat ap_stats;
565         u8 ap_country_code[3];
566         struct list_head amsdu_rx_buffer_queue;
567         u8 rx_meta_ver;
568         enum wlan_low_pwr_state wlan_pwr_state;
569         u8 mac_addr[ETH_ALEN];
570 #define AR_MCAST_FILTER_MAC_ADDR_SIZE  4
571         struct {
572                 void *rx_report;
573                 size_t rx_report_len;
574         } tm;
575
576         struct ath6kl_hw {
577                 u32 id;
578                 const char *name;
579                 u32 dataset_patch_addr;
580                 u32 app_load_addr;
581                 u32 app_start_override_addr;
582                 u32 board_ext_data_addr;
583                 u32 reserved_ram_size;
584                 u32 board_addr;
585                 u32 refclk_hz;
586                 u32 uarttx_pin;
587
588                 struct ath6kl_hw_fw {
589                         const char *dir;
590                         const char *otp;
591                         const char *fw;
592                         const char *tcmd;
593                         const char *patch;
594                 } fw;
595
596                 const char *fw_board;
597                 const char *fw_default_board;
598         } hw;
599
600         u16 conf_flags;
601         wait_queue_head_t event_wq;
602         struct ath6kl_mbox_info mbox_info;
603
604         struct ath6kl_cookie cookie_mem[MAX_COOKIE_NUM];
605         unsigned long flag;
606
607         u8 *fw_board;
608         size_t fw_board_len;
609
610         u8 *fw_otp;
611         size_t fw_otp_len;
612
613         u8 *fw;
614         size_t fw_len;
615
616         u8 *fw_patch;
617         size_t fw_patch_len;
618
619         unsigned int fw_api;
620         unsigned long fw_capabilities[ATH6KL_CAPABILITY_LEN];
621
622         struct workqueue_struct *ath6kl_wq;
623
624         struct dentry *debugfs_phy;
625
626         bool p2p;
627
628 #ifdef CONFIG_ATH6KL_DEBUG
629         struct {
630                 struct circ_buf fwlog_buf;
631                 spinlock_t fwlog_lock;
632                 void *fwlog_tmp;
633                 u32 fwlog_mask;
634                 unsigned int dbgfs_diag_reg;
635                 u32 diag_reg_addr_wr;
636                 u32 diag_reg_val_wr;
637
638                 struct {
639                         unsigned int invalid_rate;
640                 } war_stats;
641
642                 u8 *roam_tbl;
643                 unsigned int roam_tbl_len;
644
645                 u8 keepalive;
646                 u8 disc_timeout;
647         } debug;
648 #endif /* CONFIG_ATH6KL_DEBUG */
649 };
650
651 static inline struct ath6kl *ath6kl_priv(struct net_device *dev)
652 {
653         return ((struct ath6kl_vif *) netdev_priv(dev))->ar;
654 }
655
656 static inline u32 ath6kl_get_hi_item_addr(struct ath6kl *ar,
657                                           u32 item_offset)
658 {
659         u32 addr = 0;
660
661         if (ar->target_type == TARGET_TYPE_AR6003)
662                 addr = ATH6KL_AR6003_HI_START_ADDR + item_offset;
663         else if (ar->target_type == TARGET_TYPE_AR6004)
664                 addr = ATH6KL_AR6004_HI_START_ADDR + item_offset;
665
666         return addr;
667 }
668
669 int ath6kl_configure_target(struct ath6kl *ar);
670 void ath6kl_detect_error(unsigned long ptr);
671 void disconnect_timer_handler(unsigned long ptr);
672 void init_netdev(struct net_device *dev);
673 void ath6kl_cookie_init(struct ath6kl *ar);
674 void ath6kl_cookie_cleanup(struct ath6kl *ar);
675 void ath6kl_rx(struct htc_target *target, struct htc_packet *packet);
676 void ath6kl_tx_complete(void *context, struct list_head *packet_queue);
677 enum htc_send_full_action ath6kl_tx_queue_full(struct htc_target *target,
678                                                struct htc_packet *packet);
679 void ath6kl_stop_txrx(struct ath6kl *ar);
680 void ath6kl_cleanup_amsdu_rxbufs(struct ath6kl *ar);
681 int ath6kl_diag_write32(struct ath6kl *ar, u32 address, __le32 value);
682 int ath6kl_diag_write(struct ath6kl *ar, u32 address, void *data, u32 length);
683 int ath6kl_diag_read32(struct ath6kl *ar, u32 address, u32 *value);
684 int ath6kl_diag_read(struct ath6kl *ar, u32 address, void *data, u32 length);
685 int ath6kl_read_fwlogs(struct ath6kl *ar);
686 void ath6kl_init_profile_info(struct ath6kl_vif *vif);
687 void ath6kl_tx_data_cleanup(struct ath6kl *ar);
688
689 struct ath6kl_cookie *ath6kl_alloc_cookie(struct ath6kl *ar);
690 void ath6kl_free_cookie(struct ath6kl *ar, struct ath6kl_cookie *cookie);
691 int ath6kl_data_tx(struct sk_buff *skb, struct net_device *dev);
692
693 struct aggr_info *aggr_init(struct net_device *dev);
694 void ath6kl_rx_refill(struct htc_target *target,
695                       enum htc_endpoint_id endpoint);
696 void ath6kl_refill_amsdu_rxbufs(struct ath6kl *ar, int count);
697 struct htc_packet *ath6kl_alloc_amsdu_rxbuf(struct htc_target *target,
698                                             enum htc_endpoint_id endpoint,
699                                             int len);
700 void aggr_module_destroy(struct aggr_info *aggr_info);
701 void aggr_reset_state(struct aggr_info *aggr_info);
702
703 struct ath6kl_sta *ath6kl_find_sta(struct ath6kl_vif *vif, u8 * node_addr);
704 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid);
705
706 void ath6kl_ready_event(void *devt, u8 * datap, u32 sw_ver, u32 abi_ver);
707 int ath6kl_control_tx(void *devt, struct sk_buff *skb,
708                       enum htc_endpoint_id eid);
709 void ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel,
710                           u8 *bssid, u16 listen_int,
711                           u16 beacon_int, enum network_type net_type,
712                           u8 beacon_ie_len, u8 assoc_req_len,
713                           u8 assoc_resp_len, u8 *assoc_info);
714 void ath6kl_connect_ap_mode_bss(struct ath6kl_vif *vif, u16 channel);
715 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr,
716                                 u8 keymgmt, u8 ucipher, u8 auth,
717                                 u8 assoc_req_len, u8 *assoc_info);
718 void ath6kl_disconnect_event(struct ath6kl_vif *vif, u8 reason,
719                              u8 *bssid, u8 assoc_resp_len,
720                              u8 *assoc_info, u16 prot_reason_status);
721 void ath6kl_tkip_micerr_event(struct ath6kl_vif *vif, u8 keyid, bool ismcast);
722 void ath6kl_txpwr_rx_evt(void *devt, u8 tx_pwr);
723 void ath6kl_scan_complete_evt(struct ath6kl_vif *vif, int status);
724 void ath6kl_tgt_stats_event(struct ath6kl_vif *vif, u8 *ptr, u32 len);
725 void ath6kl_indicate_tx_activity(void *devt, u8 traffic_class, bool active);
726 enum htc_endpoint_id ath6kl_ac2_endpoint_id(void *devt, u8 ac);
727
728 void ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid);
729
730 void ath6kl_dtimexpiry_event(struct ath6kl_vif *vif);
731 void ath6kl_disconnect(struct ath6kl_vif *vif);
732 void aggr_recv_delba_req_evt(struct ath6kl_vif *vif, u8 tid);
733 void aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid, u16 seq_no,
734                              u8 win_sz);
735 void ath6kl_wakeup_event(void *dev);
736
737 void ath6kl_reset_device(struct ath6kl *ar, u32 target_type,
738                          bool wait_fot_compltn, bool cold_reset);
739 void ath6kl_init_control_info(struct ath6kl_vif *vif);
740 void ath6kl_deinit_if_data(struct ath6kl_vif *vif);
741 void ath6kl_core_free(struct ath6kl *ar);
742 struct ath6kl_vif *ath6kl_vif_first(struct ath6kl *ar);
743 void ath6kl_cleanup_vif(struct ath6kl_vif *vif, bool wmi_ready);
744 int ath6kl_init_hw_start(struct ath6kl *ar);
745 int ath6kl_init_hw_stop(struct ath6kl *ar);
746 void ath6kl_check_wow_status(struct ath6kl *ar);
747
748 #endif /* CORE_H */