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