b034001a97a683dbd1986bb54d52feb9637901e3
[cascardo/linux.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         100
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 };
75
76 enum ath6kl_fw_capability {
77         ATH6KL_FW_CAPABILITY_HOST_P2P = 0,
78
79         /* this needs to be last */
80         ATH6KL_FW_CAPABILITY_MAX,
81 };
82
83 #define ATH6KL_CAPABILITY_LEN (ALIGN(ATH6KL_FW_CAPABILITY_MAX, 32) / 32)
84
85 struct ath6kl_fw_ie {
86         __le32 id;
87         __le32 len;
88         u8 data[0];
89 };
90
91 /* AR6003 1.0 definitions */
92 #define AR6003_REV1_VERSION                 0x300002ba
93
94 /* AR6003 2.0 definitions */
95 #define AR6003_REV2_VERSION                 0x30000384
96 #define AR6003_REV2_PATCH_DOWNLOAD_ADDRESS  0x57e910
97 #define AR6003_REV2_OTP_FILE                "ath6k/AR6003/hw2.0/otp.bin.z77"
98 #define AR6003_REV2_FIRMWARE_FILE           "ath6k/AR6003/hw2.0/athwlan.bin.z77"
99 #define AR6003_REV2_TCMD_FIRMWARE_FILE      "ath6k/AR6003/hw2.0/athtcmd_ram.bin"
100 #define AR6003_REV2_PATCH_FILE              "ath6k/AR6003/hw2.0/data.patch.bin"
101 #define AR6003_REV2_FIRMWARE_2_FILE         "ath6k/AR6003/hw2.0/fw-2.bin"
102 #define AR6003_REV2_BOARD_DATA_FILE         "ath6k/AR6003/hw2.0/bdata.bin"
103 #define AR6003_REV2_DEFAULT_BOARD_DATA_FILE "ath6k/AR6003/hw2.0/bdata.SD31.bin"
104
105 /* AR6003 3.0 definitions */
106 #define AR6003_REV3_VERSION                 0x30000582
107 #define AR6003_REV3_OTP_FILE                "ath6k/AR6003/hw2.1.1/otp.bin"
108 #define AR6003_REV3_FIRMWARE_FILE           "ath6k/AR6003/hw2.1.1/athwlan.bin"
109 #define AR6003_REV3_TCMD_FIRMWARE_FILE    "ath6k/AR6003/hw2.1.1/athtcmd_ram.bin"
110 #define AR6003_REV3_PATCH_FILE            "ath6k/AR6003/hw2.1.1/data.patch.bin"
111 #define AR6003_REV3_FIRMWARE_2_FILE           "ath6k/AR6003/hw2.1.1/fw-2.bin"
112 #define AR6003_REV3_BOARD_DATA_FILE       "ath6k/AR6003/hw2.1.1/bdata.bin"
113 #define AR6003_REV3_DEFAULT_BOARD_DATA_FILE     \
114         "ath6k/AR6003/hw2.1.1/bdata.SD31.bin"
115
116 /* AR6004 1.0 definitions */
117 #define AR6004_REV1_VERSION                 0x30000623
118 #define AR6004_REV1_FIRMWARE_2_FILE         "ath6k/AR6004/hw1.0/fw-2.bin"
119 #define AR6004_REV1_FIRMWARE_FILE           "ath6k/AR6004/hw1.0/fw.ram.bin"
120 #define AR6004_REV1_BOARD_DATA_FILE         "ath6k/AR6004/hw1.0/bdata.bin"
121 #define AR6004_REV1_DEFAULT_BOARD_DATA_FILE \
122         "ath6k/AR6004/hw1.0/bdata.DB132.bin"
123
124 /* AR6004 1.1 definitions */
125 #define AR6004_REV2_VERSION                 0x30000001
126 #define AR6004_REV2_FIRMWARE_2_FILE         "ath6k/AR6004/hw1.1/fw-2.bin"
127 #define AR6004_REV2_FIRMWARE_FILE           "ath6k/AR6004/hw1.1/fw.ram.bin"
128 #define AR6004_REV2_BOARD_DATA_FILE         "ath6k/AR6004/hw1.1/bdata.bin"
129 #define AR6004_REV2_DEFAULT_BOARD_DATA_FILE \
130         "ath6k/AR6004/hw1.1/bdata.DB132.bin"
131
132 /* Per STA data, used in AP mode */
133 #define STA_PS_AWAKE            BIT(0)
134 #define STA_PS_SLEEP            BIT(1)
135 #define STA_PS_POLLED           BIT(2)
136
137 /* HTC TX packet tagging definitions */
138 #define ATH6KL_CONTROL_PKT_TAG    HTC_TX_PACKET_TAG_USER_DEFINED
139 #define ATH6KL_DATA_PKT_TAG       (ATH6KL_CONTROL_PKT_TAG + 1)
140
141 #define AR6003_CUST_DATA_SIZE 16
142
143 #define AGGR_WIN_IDX(x, y)          ((x) % (y))
144 #define AGGR_INCR_IDX(x, y)         AGGR_WIN_IDX(((x) + 1), (y))
145 #define AGGR_DCRM_IDX(x, y)         AGGR_WIN_IDX(((x) - 1), (y))
146 #define ATH6KL_MAX_SEQ_NO               0xFFF
147 #define ATH6KL_NEXT_SEQ_NO(x)           (((x) + 1) & ATH6KL_MAX_SEQ_NO)
148
149 #define NUM_OF_TIDS         8
150 #define AGGR_SZ_DEFAULT     8
151
152 #define AGGR_WIN_SZ_MIN     2
153 #define AGGR_WIN_SZ_MAX     8
154
155 #define TID_WINDOW_SZ(_x)   ((_x) << 1)
156
157 #define AGGR_NUM_OF_FREE_NETBUFS    16
158
159 #define AGGR_RX_TIMEOUT     400 /* in ms */
160
161 #define WMI_TIMEOUT (2 * HZ)
162
163 #define MBOX_YIELD_LIMIT 99
164
165 /* configuration lags */
166 /*
167  * ATH6KL_CONF_IGNORE_ERP_BARKER: Ignore the barker premable in
168  * ERP IE of beacon to determine the short premable support when
169  * sending (Re)Assoc req.
170  * ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN: Don't send the power
171  * module state transition failure events which happen during
172  * scan, to the host.
173  */
174 #define ATH6KL_CONF_IGNORE_ERP_BARKER           BIT(0)
175 #define ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN  BIT(1)
176 #define ATH6KL_CONF_ENABLE_11N                  BIT(2)
177 #define ATH6KL_CONF_ENABLE_TX_BURST             BIT(3)
178 #define ATH6KL_CONF_SUSPEND_CUTPOWER            BIT(4)
179
180 enum wlan_low_pwr_state {
181         WLAN_POWER_STATE_ON,
182         WLAN_POWER_STATE_CUT_PWR,
183         WLAN_POWER_STATE_DEEP_SLEEP,
184         WLAN_POWER_STATE_WOW
185 };
186
187 enum sme_state {
188         SME_DISCONNECTED,
189         SME_CONNECTING,
190         SME_CONNECTED
191 };
192
193 struct skb_hold_q {
194         struct sk_buff *skb;
195         bool is_amsdu;
196         u16 seq_no;
197 };
198
199 struct rxtid {
200         bool aggr;
201         bool progress;
202         bool timer_mon;
203         u16 win_sz;
204         u16 seq_next;
205         u32 hold_q_sz;
206         struct skb_hold_q *hold_q;
207         struct sk_buff_head q;
208         spinlock_t lock;
209 };
210
211 struct rxtid_stats {
212         u32 num_into_aggr;
213         u32 num_dups;
214         u32 num_oow;
215         u32 num_mpdu;
216         u32 num_amsdu;
217         u32 num_delivered;
218         u32 num_timeouts;
219         u32 num_hole;
220         u32 num_bar;
221 };
222
223 struct aggr_info {
224         u8 aggr_sz;
225         u8 timer_scheduled;
226         struct timer_list timer;
227         struct net_device *dev;
228         struct rxtid rx_tid[NUM_OF_TIDS];
229         struct sk_buff_head free_q;
230         struct rxtid_stats stat[NUM_OF_TIDS];
231 };
232
233 struct ath6kl_wep_key {
234         u8 key_index;
235         u8 key_len;
236         u8 key[64];
237 };
238
239 #define ATH6KL_KEY_SEQ_LEN 8
240
241 struct ath6kl_key {
242         u8 key[WLAN_MAX_KEY_LEN];
243         u8 key_len;
244         u8 seq[ATH6KL_KEY_SEQ_LEN];
245         u8 seq_len;
246         u32 cipher;
247 };
248
249 struct ath6kl_node_mapping {
250         u8 mac_addr[ETH_ALEN];
251         u8 ep_id;
252         u8 tx_pend;
253 };
254
255 struct ath6kl_cookie {
256         struct sk_buff *skb;
257         u32 map_no;
258         struct htc_packet htc_pkt;
259         struct ath6kl_cookie *arc_list_next;
260 };
261
262 struct ath6kl_sta {
263         u16 sta_flags;
264         u8 mac[ETH_ALEN];
265         u8 aid;
266         u8 keymgmt;
267         u8 ucipher;
268         u8 auth;
269         u8 wpa_ie[ATH6KL_MAX_IE];
270         struct sk_buff_head psq;
271         spinlock_t psq_lock;
272 };
273
274 struct ath6kl_version {
275         u32 target_ver;
276         u32 wlan_ver;
277         u32 abi_ver;
278 };
279
280 struct ath6kl_bmi {
281         u32 cmd_credits;
282         bool done_sent;
283         u8 *cmd_buf;
284         u32 max_data_size;
285         u32 max_cmd_size;
286 };
287
288 struct target_stats {
289         u64 tx_pkt;
290         u64 tx_byte;
291         u64 tx_ucast_pkt;
292         u64 tx_ucast_byte;
293         u64 tx_mcast_pkt;
294         u64 tx_mcast_byte;
295         u64 tx_bcast_pkt;
296         u64 tx_bcast_byte;
297         u64 tx_rts_success_cnt;
298         u64 tx_pkt_per_ac[4];
299
300         u64 tx_err;
301         u64 tx_fail_cnt;
302         u64 tx_retry_cnt;
303         u64 tx_mult_retry_cnt;
304         u64 tx_rts_fail_cnt;
305
306         u64 rx_pkt;
307         u64 rx_byte;
308         u64 rx_ucast_pkt;
309         u64 rx_ucast_byte;
310         u64 rx_mcast_pkt;
311         u64 rx_mcast_byte;
312         u64 rx_bcast_pkt;
313         u64 rx_bcast_byte;
314         u64 rx_frgment_pkt;
315
316         u64 rx_err;
317         u64 rx_crc_err;
318         u64 rx_key_cache_miss;
319         u64 rx_decrypt_err;
320         u64 rx_dupl_frame;
321
322         u64 tkip_local_mic_fail;
323         u64 tkip_cnter_measures_invoked;
324         u64 tkip_replays;
325         u64 tkip_fmt_err;
326         u64 ccmp_fmt_err;
327         u64 ccmp_replays;
328
329         u64 pwr_save_fail_cnt;
330
331         u64 cs_bmiss_cnt;
332         u64 cs_low_rssi_cnt;
333         u64 cs_connect_cnt;
334         u64 cs_discon_cnt;
335
336         s32 tx_ucast_rate;
337         s32 rx_ucast_rate;
338
339         u32 lq_val;
340
341         u32 wow_pkt_dropped;
342         u16 wow_evt_discarded;
343
344         s16 noise_floor_calib;
345         s16 cs_rssi;
346         s16 cs_ave_beacon_rssi;
347         u8 cs_ave_beacon_snr;
348         u8 cs_last_roam_msec;
349         u8 cs_snr;
350
351         u8 wow_host_pkt_wakeups;
352         u8 wow_host_evt_wakeups;
353
354         u32 arp_received;
355         u32 arp_matched;
356         u32 arp_replied;
357 };
358
359 struct ath6kl_mbox_info {
360         u32 htc_addr;
361         u32 htc_ext_addr;
362         u32 htc_ext_sz;
363
364         u32 block_size;
365
366         u32 gmbox_addr;
367
368         u32 gmbox_sz;
369 };
370
371 /*
372  * 802.11i defines an extended IV for use with non-WEP ciphers.
373  * When the EXTIV bit is set in the key id byte an additional
374  * 4 bytes immediately follow the IV for TKIP.  For CCMP the
375  * EXTIV bit is likewise set but the 8 bytes represent the
376  * CCMP header rather than IV+extended-IV.
377  */
378
379 #define ATH6KL_KEYBUF_SIZE 16
380 #define ATH6KL_MICBUF_SIZE (8+8)        /* space for both tx and rx */
381
382 #define ATH6KL_KEY_XMIT  0x01
383 #define ATH6KL_KEY_RECV  0x02
384 #define ATH6KL_KEY_DEFAULT   0x80       /* default xmit key */
385
386 /* Initial group key for AP mode */
387 struct ath6kl_req_key {
388         bool valid;
389         u8 key_index;
390         int key_type;
391         u8 key[WLAN_MAX_KEY_LEN];
392         u8 key_len;
393 };
394
395 enum ath6kl_hif_type {
396         ATH6KL_HIF_TYPE_SDIO,
397         ATH6KL_HIF_TYPE_USB,
398 };
399
400 #define MAX_NUM_VIF     1
401
402 /* vif flags info */
403 enum ath6kl_vif_state {
404         CONNECTED,
405         CONNECT_PEND,
406         WMM_ENABLED,
407         NETQ_STOPPED,
408         DTIM_EXPIRED,
409         NETDEV_REGISTERED,
410         CLEAR_BSSFILTER_ON_BEACON,
411         DTIM_PERIOD_AVAIL,
412         WLAN_ENABLED,
413         STATS_UPDATE_PEND,
414 };
415
416 struct ath6kl_vif {
417         struct list_head list;
418         struct wireless_dev wdev;
419         struct net_device *ndev;
420         struct ath6kl *ar;
421         /* Lock to protect vif specific net_stats and flags */
422         spinlock_t if_lock;
423         u8 fw_vif_idx;
424         unsigned long flags;
425         int ssid_len;
426         u8 ssid[IEEE80211_MAX_SSID_LEN];
427         u8 dot11_auth_mode;
428         u8 auth_mode;
429         u8 prwise_crypto;
430         u8 prwise_crypto_len;
431         u8 grp_crypto;
432         u8 grp_crypto_len;
433         u8 def_txkey_index;
434         u8 next_mode;
435         u8 nw_type;
436         u8 bssid[ETH_ALEN];
437         u8 req_bssid[ETH_ALEN];
438         u16 ch_hint;
439         u16 bss_ch;
440         struct ath6kl_wep_key wep_key_list[WMI_MAX_KEY_INDEX + 1];
441         struct ath6kl_key keys[WMI_MAX_KEY_INDEX + 1];
442         struct aggr_info *aggr_cntxt;
443         struct timer_list disconnect_timer;
444         struct cfg80211_scan_request *scan_req;
445         enum sme_state sme_state;
446         int reconnect_flag;
447         u32 last_roc_id;
448         u32 last_cancel_roc_id;
449         u32 send_action_id;
450         bool probe_req_report;
451         u16 next_chan;
452         u16 assoc_bss_beacon_int;
453         u8 assoc_bss_dtim_period;
454         struct net_device_stats net_stats;
455         struct target_stats target_stats;
456 };
457
458 #define WOW_LIST_ID             0
459 #define WOW_HOST_REQ_DELAY      500 /* ms */
460
461 /* Flag info */
462 enum ath6kl_dev_state {
463         WMI_ENABLED,
464         WMI_READY,
465         WMI_CTRL_EP_FULL,
466         TESTMODE,
467         DESTROY_IN_PROGRESS,
468         SKIP_SCAN,
469         ROAM_TBL_PEND,
470         FIRST_BOOT,
471 };
472
473 enum ath6kl_state {
474         ATH6KL_STATE_OFF,
475         ATH6KL_STATE_ON,
476         ATH6KL_STATE_DEEPSLEEP,
477         ATH6KL_STATE_CUTPOWER,
478         ATH6KL_STATE_WOW,
479 };
480
481 struct ath6kl {
482         struct device *dev;
483         struct wiphy *wiphy;
484
485         enum ath6kl_state state;
486
487         struct ath6kl_bmi bmi;
488         const struct ath6kl_hif_ops *hif_ops;
489         struct wmi *wmi;
490         int tx_pending[ENDPOINT_MAX];
491         int total_tx_data_pend;
492         struct htc_target *htc_target;
493         enum ath6kl_hif_type hif_type;
494         void *hif_priv;
495         struct list_head vif_list;
496         /* Lock to avoid race in vif_list entries among add/del/traverse */
497         spinlock_t list_lock;
498         u8 num_vif;
499         u8 max_norm_iface;
500         u8 avail_idx_map;
501         spinlock_t lock;
502         struct semaphore sem;
503         u16 listen_intvl_b;
504         u16 listen_intvl_t;
505         u8 lrssi_roam_threshold;
506         struct ath6kl_version version;
507         u32 target_type;
508         u8 tx_pwr;
509         struct ath6kl_node_mapping node_map[MAX_NODE_NUM];
510         u8 ibss_ps_enable;
511         bool ibss_if_active;
512         u8 node_num;
513         u8 next_ep_id;
514         struct ath6kl_cookie *cookie_list;
515         u32 cookie_count;
516         enum htc_endpoint_id ac2ep_map[WMM_NUM_AC];
517         bool ac_stream_active[WMM_NUM_AC];
518         u8 ac_stream_pri_map[WMM_NUM_AC];
519         u8 hiac_stream_active_pri;
520         u8 ep2ac_map[ENDPOINT_MAX];
521         enum htc_endpoint_id ctrl_ep;
522         struct ath6kl_htc_credit_info credit_state_info;
523         u32 connect_ctrl_flags;
524         u32 user_key_ctrl;
525         u8 usr_bss_filter;
526         struct ath6kl_sta sta_list[AP_MAX_NUM_STA];
527         u8 sta_list_index;
528         struct ath6kl_req_key ap_mode_bkey;
529         struct sk_buff_head mcastpsq;
530         spinlock_t mcastpsq_lock;
531         u8 intra_bss;
532         struct wmi_ap_mode_stat ap_stats;
533         u8 ap_country_code[3];
534         struct list_head amsdu_rx_buffer_queue;
535         u8 rx_meta_ver;
536         enum wlan_low_pwr_state wlan_pwr_state;
537         struct wmi_scan_params_cmd sc_params;
538         u8 mac_addr[ETH_ALEN];
539 #define AR_MCAST_FILTER_MAC_ADDR_SIZE  4
540         struct {
541                 void *rx_report;
542                 size_t rx_report_len;
543         } tm;
544
545         struct ath6kl_hw {
546                 u32 id;
547                 const char *name;
548                 u32 dataset_patch_addr;
549                 u32 app_load_addr;
550                 u32 app_start_override_addr;
551                 u32 board_ext_data_addr;
552                 u32 reserved_ram_size;
553                 u32 board_addr;
554         } hw;
555
556         u16 conf_flags;
557         wait_queue_head_t event_wq;
558         struct ath6kl_mbox_info mbox_info;
559
560         struct ath6kl_cookie cookie_mem[MAX_COOKIE_NUM];
561         unsigned long flag;
562
563         u8 *fw_board;
564         size_t fw_board_len;
565
566         u8 *fw_otp;
567         size_t fw_otp_len;
568
569         u8 *fw;
570         size_t fw_len;
571
572         u8 *fw_patch;
573         size_t fw_patch_len;
574
575         unsigned long fw_capabilities[ATH6KL_CAPABILITY_LEN];
576
577         struct workqueue_struct *ath6kl_wq;
578
579         struct dentry *debugfs_phy;
580
581         bool p2p;
582
583 #ifdef CONFIG_ATH6KL_DEBUG
584         struct {
585                 struct circ_buf fwlog_buf;
586                 spinlock_t fwlog_lock;
587                 void *fwlog_tmp;
588                 u32 fwlog_mask;
589                 unsigned int dbgfs_diag_reg;
590                 u32 diag_reg_addr_wr;
591                 u32 diag_reg_val_wr;
592
593                 struct {
594                         unsigned int invalid_rate;
595                 } war_stats;
596
597                 u8 *roam_tbl;
598                 unsigned int roam_tbl_len;
599
600                 u8 keepalive;
601                 u8 disc_timeout;
602         } debug;
603 #endif /* CONFIG_ATH6KL_DEBUG */
604 };
605
606 static inline void *ath6kl_priv(struct net_device *dev)
607 {
608         return ((struct ath6kl_vif *) netdev_priv(dev))->ar;
609 }
610
611 static inline u32 ath6kl_get_hi_item_addr(struct ath6kl *ar,
612                                           u32 item_offset)
613 {
614         u32 addr = 0;
615
616         if (ar->target_type == TARGET_TYPE_AR6003)
617                 addr = ATH6KL_AR6003_HI_START_ADDR + item_offset;
618         else if (ar->target_type == TARGET_TYPE_AR6004)
619                 addr = ATH6KL_AR6004_HI_START_ADDR + item_offset;
620
621         return addr;
622 }
623
624 int ath6kl_configure_target(struct ath6kl *ar);
625 void ath6kl_detect_error(unsigned long ptr);
626 void disconnect_timer_handler(unsigned long ptr);
627 void init_netdev(struct net_device *dev);
628 void ath6kl_cookie_init(struct ath6kl *ar);
629 void ath6kl_cookie_cleanup(struct ath6kl *ar);
630 void ath6kl_rx(struct htc_target *target, struct htc_packet *packet);
631 void ath6kl_tx_complete(void *context, struct list_head *packet_queue);
632 enum htc_send_full_action ath6kl_tx_queue_full(struct htc_target *target,
633                                                struct htc_packet *packet);
634 void ath6kl_stop_txrx(struct ath6kl *ar);
635 void ath6kl_cleanup_amsdu_rxbufs(struct ath6kl *ar);
636 int ath6kl_diag_write32(struct ath6kl *ar, u32 address, __le32 value);
637 int ath6kl_diag_write(struct ath6kl *ar, u32 address, void *data, u32 length);
638 int ath6kl_diag_read32(struct ath6kl *ar, u32 address, u32 *value);
639 int ath6kl_diag_read(struct ath6kl *ar, u32 address, void *data, u32 length);
640 int ath6kl_read_fwlogs(struct ath6kl *ar);
641 void ath6kl_init_profile_info(struct ath6kl_vif *vif);
642 void ath6kl_tx_data_cleanup(struct ath6kl *ar);
643
644 struct ath6kl_cookie *ath6kl_alloc_cookie(struct ath6kl *ar);
645 void ath6kl_free_cookie(struct ath6kl *ar, struct ath6kl_cookie *cookie);
646 int ath6kl_data_tx(struct sk_buff *skb, struct net_device *dev);
647
648 struct aggr_info *aggr_init(struct net_device *dev);
649 void ath6kl_rx_refill(struct htc_target *target,
650                       enum htc_endpoint_id endpoint);
651 void ath6kl_refill_amsdu_rxbufs(struct ath6kl *ar, int count);
652 struct htc_packet *ath6kl_alloc_amsdu_rxbuf(struct htc_target *target,
653                                             enum htc_endpoint_id endpoint,
654                                             int len);
655 void aggr_module_destroy(struct aggr_info *aggr_info);
656 void aggr_reset_state(struct aggr_info *aggr_info);
657
658 struct ath6kl_sta *ath6kl_find_sta(struct ath6kl_vif *vif, u8 * node_addr);
659 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid);
660
661 void ath6kl_ready_event(void *devt, u8 * datap, u32 sw_ver, u32 abi_ver);
662 int ath6kl_control_tx(void *devt, struct sk_buff *skb,
663                       enum htc_endpoint_id eid);
664 void ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel,
665                           u8 *bssid, u16 listen_int,
666                           u16 beacon_int, enum network_type net_type,
667                           u8 beacon_ie_len, u8 assoc_req_len,
668                           u8 assoc_resp_len, u8 *assoc_info);
669 void ath6kl_connect_ap_mode_bss(struct ath6kl_vif *vif, u16 channel);
670 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr,
671                                 u8 keymgmt, u8 ucipher, u8 auth,
672                                 u8 assoc_req_len, u8 *assoc_info);
673 void ath6kl_disconnect_event(struct ath6kl_vif *vif, u8 reason,
674                              u8 *bssid, u8 assoc_resp_len,
675                              u8 *assoc_info, u16 prot_reason_status);
676 void ath6kl_tkip_micerr_event(struct ath6kl_vif *vif, u8 keyid, bool ismcast);
677 void ath6kl_txpwr_rx_evt(void *devt, u8 tx_pwr);
678 void ath6kl_scan_complete_evt(struct ath6kl_vif *vif, int status);
679 void ath6kl_tgt_stats_event(struct ath6kl_vif *vif, u8 *ptr, u32 len);
680 void ath6kl_indicate_tx_activity(void *devt, u8 traffic_class, bool active);
681 enum htc_endpoint_id ath6kl_ac2_endpoint_id(void *devt, u8 ac);
682
683 void ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid);
684
685 void ath6kl_dtimexpiry_event(struct ath6kl_vif *vif);
686 void ath6kl_disconnect(struct ath6kl_vif *vif);
687 void aggr_recv_delba_req_evt(struct ath6kl_vif *vif, u8 tid);
688 void aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid, u16 seq_no,
689                              u8 win_sz);
690 void ath6kl_wakeup_event(void *dev);
691
692 void ath6kl_reset_device(struct ath6kl *ar, u32 target_type,
693                          bool wait_fot_compltn, bool cold_reset);
694 void ath6kl_init_control_info(struct ath6kl_vif *vif);
695 void ath6kl_deinit_if_data(struct ath6kl_vif *vif);
696 void ath6kl_core_free(struct ath6kl *ar);
697 struct ath6kl_vif *ath6kl_vif_first(struct ath6kl *ar);
698 void ath6kl_cleanup_vif(struct ath6kl_vif *vif, bool wmi_ready);
699 int ath6kl_init_hw_start(struct ath6kl *ar);
700 int ath6kl_init_hw_stop(struct ath6kl *ar);
701 void ath6kl_check_wow_status(struct ath6kl *ar);
702
703 #endif /* CORE_H */