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