2 * Copyright (c) 2010-2011 Atheros Communications Inc.
3 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
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.
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.
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>
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
41 #define USER_SAVEDKEYS_STAT_INIT 0
42 #define USER_SAVEDKEYS_STAT_RUN 1
44 #define ATH6KL_TX_TIMEOUT 10
45 #define ATH6KL_MAX_ENDPOINTS 4
46 #define MAX_NODE_NUM 15
48 #define ATH6KL_APSD_ALL_FRAME 0xFFFF
49 #define ATH6KL_APSD_NUM_OF_AC 0x4
50 #define ATH6KL_APSD_FRAME_MASK 0xF
52 /* Extra bytes for htc header alignment */
53 #define ATH6KL_HTC_ALIGN_BYTES 3
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)
60 #define MAX_DEFAULT_SEND_QUEUE_DEPTH (MAX_DEF_COOKIE_NUM / WMM_NUM_AC)
62 #define DISCON_TIMER_INTVAL 10000 /* in msec */
64 /* Channel dwell time in fg scan */
65 #define ATH6KL_FG_SCAN_INTERVAL 50 /* in ms */
67 /* includes also the null byte */
68 #define ATH6KL_FIRMWARE_MAGIC "QCA-ATH6KL"
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,
83 enum ath6kl_fw_capability
{
84 ATH6KL_FW_CAPABILITY_HOST_P2P
= 0,
85 ATH6KL_FW_CAPABILITY_SCHED_SCAN
= 1,
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
92 ATH6KL_FW_CAPABILITY_STA_P2PDEV_DUPLEX
,
95 * Firmware has support to cleanup inactive stations
98 ATH6KL_FW_CAPABILITY_INACTIVITY_TIMEOUT
,
100 /* Firmware has support to override rsn cap of rsn ie */
101 ATH6KL_FW_CAPABILITY_RSN_CAP_OVERRIDE
,
103 /* this needs to be last */
104 ATH6KL_FW_CAPABILITY_MAX
,
107 #define ATH6KL_CAPABILITY_LEN (ALIGN(ATH6KL_FW_CAPABILITY_MAX, 32) / 32)
109 struct ath6kl_fw_ie
{
115 #define ATH6KL_FW_API2_FILE "fw-2.bin"
116 #define ATH6KL_FW_API3_FILE "fw-3.bin"
118 /* AR6003 1.0 definitions */
119 #define AR6003_HW_1_0_VERSION 0x300002ba
121 /* AR6003 2.0 definitions */
122 #define AR6003_HW_2_0_VERSION 0x30000384
123 #define AR6003_HW_2_0_PATCH_DOWNLOAD_ADDRESS 0x57e910
124 #define AR6003_HW_2_0_FW_DIR "ath6k/AR6003/hw2.0"
125 #define AR6003_HW_2_0_OTP_FILE "otp.bin.z77"
126 #define AR6003_HW_2_0_FIRMWARE_FILE "athwlan.bin.z77"
127 #define AR6003_HW_2_0_TCMD_FIRMWARE_FILE "athtcmd_ram.bin"
128 #define AR6003_HW_2_0_PATCH_FILE "data.patch.bin"
129 #define AR6003_HW_2_0_BOARD_DATA_FILE AR6003_HW_2_0_FW_DIR "/bdata.bin"
130 #define AR6003_HW_2_0_DEFAULT_BOARD_DATA_FILE \
131 AR6003_HW_2_0_FW_DIR "/bdata.SD31.bin"
133 /* AR6003 3.0 definitions */
134 #define AR6003_HW_2_1_1_VERSION 0x30000582
135 #define AR6003_HW_2_1_1_FW_DIR "ath6k/AR6003/hw2.1.1"
136 #define AR6003_HW_2_1_1_OTP_FILE "otp.bin"
137 #define AR6003_HW_2_1_1_FIRMWARE_FILE "athwlan.bin"
138 #define AR6003_HW_2_1_1_TCMD_FIRMWARE_FILE "athtcmd_ram.bin"
139 #define AR6003_HW_2_1_1_UTF_FIRMWARE_FILE "utf.bin"
140 #define AR6003_HW_2_1_1_TESTSCRIPT_FILE "nullTestFlow.bin"
141 #define AR6003_HW_2_1_1_PATCH_FILE "data.patch.bin"
142 #define AR6003_HW_2_1_1_BOARD_DATA_FILE AR6003_HW_2_1_1_FW_DIR "/bdata.bin"
143 #define AR6003_HW_2_1_1_DEFAULT_BOARD_DATA_FILE \
144 AR6003_HW_2_1_1_FW_DIR "/bdata.SD31.bin"
146 /* AR6004 1.0 definitions */
147 #define AR6004_HW_1_0_VERSION 0x30000623
148 #define AR6004_HW_1_0_FW_DIR "ath6k/AR6004/hw1.0"
149 #define AR6004_HW_1_0_FIRMWARE_FILE "fw.ram.bin"
150 #define AR6004_HW_1_0_BOARD_DATA_FILE AR6004_HW_1_0_FW_DIR "/bdata.bin"
151 #define AR6004_HW_1_0_DEFAULT_BOARD_DATA_FILE \
152 AR6004_HW_1_0_FW_DIR "/bdata.DB132.bin"
154 /* AR6004 1.1 definitions */
155 #define AR6004_HW_1_1_VERSION 0x30000001
156 #define AR6004_HW_1_1_FW_DIR "ath6k/AR6004/hw1.1"
157 #define AR6004_HW_1_1_FIRMWARE_FILE "fw.ram.bin"
158 #define AR6004_HW_1_1_BOARD_DATA_FILE AR6004_HW_1_1_FW_DIR "/bdata.bin"
159 #define AR6004_HW_1_1_DEFAULT_BOARD_DATA_FILE \
160 AR6004_HW_1_1_FW_DIR "/bdata.DB132.bin"
162 /* AR6004 1.2 definitions */
163 #define AR6004_HW_1_2_VERSION 0x300007e8
164 #define AR6004_HW_1_2_FW_DIR "ath6k/AR6004/hw1.2"
165 #define AR6004_HW_1_2_FIRMWARE_FILE "fw.ram.bin"
166 #define AR6004_HW_1_2_BOARD_DATA_FILE AR6004_HW_1_2_FW_DIR "/bdata.bin"
167 #define AR6004_HW_1_2_DEFAULT_BOARD_DATA_FILE \
168 AR6004_HW_1_2_FW_DIR "/bdata.bin"
170 /* Per STA data, used in AP mode */
171 #define STA_PS_AWAKE BIT(0)
172 #define STA_PS_SLEEP BIT(1)
173 #define STA_PS_POLLED BIT(2)
174 #define STA_PS_APSD_TRIGGER BIT(3)
175 #define STA_PS_APSD_EOSP BIT(4)
177 /* HTC TX packet tagging definitions */
178 #define ATH6KL_CONTROL_PKT_TAG HTC_TX_PACKET_TAG_USER_DEFINED
179 #define ATH6KL_DATA_PKT_TAG (ATH6KL_CONTROL_PKT_TAG + 1)
181 #define AR6003_CUST_DATA_SIZE 16
183 #define AGGR_WIN_IDX(x, y) ((x) % (y))
184 #define AGGR_INCR_IDX(x, y) AGGR_WIN_IDX(((x) + 1), (y))
185 #define AGGR_DCRM_IDX(x, y) AGGR_WIN_IDX(((x) - 1), (y))
186 #define ATH6KL_MAX_SEQ_NO 0xFFF
187 #define ATH6KL_NEXT_SEQ_NO(x) (((x) + 1) & ATH6KL_MAX_SEQ_NO)
189 #define NUM_OF_TIDS 8
190 #define AGGR_SZ_DEFAULT 8
192 #define AGGR_WIN_SZ_MIN 2
193 #define AGGR_WIN_SZ_MAX 8
195 #define TID_WINDOW_SZ(_x) ((_x) << 1)
197 #define AGGR_NUM_OF_FREE_NETBUFS 16
199 #define AGGR_RX_TIMEOUT 400 /* in ms */
201 #define WMI_TIMEOUT (2 * HZ)
203 #define MBOX_YIELD_LIMIT 99
205 #define ATH6KL_DEFAULT_LISTEN_INTVAL 100 /* in TUs */
206 #define ATH6KL_DEFAULT_BMISS_TIME 1500
207 #define ATH6KL_MAX_WOW_LISTEN_INTL 300 /* in TUs */
208 #define ATH6KL_MAX_BMISS_TIME 5000
210 /* configuration lags */
212 * ATH6KL_CONF_IGNORE_ERP_BARKER: Ignore the barker premable in
213 * ERP IE of beacon to determine the short premable support when
214 * sending (Re)Assoc req.
215 * ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN: Don't send the power
216 * module state transition failure events which happen during
219 #define ATH6KL_CONF_IGNORE_ERP_BARKER BIT(0)
220 #define ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN BIT(1)
221 #define ATH6KL_CONF_ENABLE_11N BIT(2)
222 #define ATH6KL_CONF_ENABLE_TX_BURST BIT(3)
223 #define ATH6KL_CONF_UART_DEBUG BIT(4)
225 #define P2P_WILDCARD_SSID_LEN 7 /* DIRECT- */
227 enum wlan_low_pwr_state
{
229 WLAN_POWER_STATE_CUT_PWR
,
230 WLAN_POWER_STATE_DEEP_SLEEP
,
253 struct skb_hold_q
*hold_q
;
254 struct sk_buff_head q
;
257 * FIXME: No clue what this should protect. Apparently it should
258 * protect some of the fields above but they are also accessed
259 * without taking the lock.
276 struct aggr_info_conn
{
279 struct timer_list timer
;
280 struct net_device
*dev
;
281 struct rxtid rx_tid
[NUM_OF_TIDS
];
282 struct rxtid_stats stat
[NUM_OF_TIDS
];
283 struct aggr_info
*aggr_info
;
287 struct aggr_info_conn
*aggr_conn
;
288 struct sk_buff_head rx_amsdu_freeq
;
291 struct ath6kl_wep_key
{
297 #define ATH6KL_KEY_SEQ_LEN 8
300 u8 key
[WLAN_MAX_KEY_LEN
];
302 u8 seq
[ATH6KL_KEY_SEQ_LEN
];
307 struct ath6kl_node_mapping
{
308 u8 mac_addr
[ETH_ALEN
];
313 struct ath6kl_cookie
{
316 struct htc_packet htc_pkt
;
317 struct ath6kl_cookie
*arc_list_next
;
320 struct ath6kl_mgmt_buff
{
321 struct list_head list
;
337 u8 wpa_ie
[ATH6KL_MAX_IE
];
338 struct sk_buff_head psq
;
340 /* protects psq, mgmt_psq, apsdq, and mgmt_psq_len fields */
343 struct list_head mgmt_psq
;
346 struct sk_buff_head apsdq
;
347 struct aggr_info_conn
*aggr_conn
;
350 struct ath6kl_version
{
364 struct target_stats
{
373 u64 tx_rts_success_cnt
;
374 u64 tx_pkt_per_ac
[4];
379 u64 tx_mult_retry_cnt
;
394 u64 rx_key_cache_miss
;
398 u64 tkip_local_mic_fail
;
399 u64 tkip_cnter_measures_invoked
;
405 u64 pwr_save_fail_cnt
;
418 u16 wow_evt_discarded
;
420 s16 noise_floor_calib
;
422 s16 cs_ave_beacon_rssi
;
423 u8 cs_ave_beacon_snr
;
424 u8 cs_last_roam_msec
;
427 u8 wow_host_pkt_wakeups
;
428 u8 wow_host_evt_wakeups
;
435 struct ath6kl_mbox_info
{
448 * 802.11i defines an extended IV for use with non-WEP ciphers.
449 * When the EXTIV bit is set in the key id byte an additional
450 * 4 bytes immediately follow the IV for TKIP. For CCMP the
451 * EXTIV bit is likewise set but the 8 bytes represent the
452 * CCMP header rather than IV+extended-IV.
455 #define ATH6KL_KEYBUF_SIZE 16
456 #define ATH6KL_MICBUF_SIZE (8+8) /* space for both tx and rx */
458 #define ATH6KL_KEY_XMIT 0x01
459 #define ATH6KL_KEY_RECV 0x02
460 #define ATH6KL_KEY_DEFAULT 0x80 /* default xmit key */
462 /* Initial group key for AP mode */
463 struct ath6kl_req_key
{
467 u8 key
[WLAN_MAX_KEY_LEN
];
471 enum ath6kl_hif_type
{
472 ATH6KL_HIF_TYPE_SDIO
,
476 enum ath6kl_htc_type
{
477 ATH6KL_HTC_TYPE_MBOX
,
478 ATH6KL_HTC_TYPE_PIPE
,
481 /* Max number of filters that hw supports */
482 #define ATH6K_MAX_MC_FILTERS_PER_LIST 7
483 struct ath6kl_mc_filter
{
484 struct list_head list
;
485 char hw_addr
[ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE
];
488 struct ath6kl_htcap
{
491 unsigned short cap_info
;
495 * Driver's maximum limit, note that some firmwares support only one vif
496 * and the runtime (current) limit must be checked from ar->vif_max.
498 #define ATH6KL_VIF_MAX 3
501 enum ath6kl_vif_state
{
508 CLEAR_BSSFILTER_ON_BEACON
,
512 HOST_SLEEP_MODE_CMD_PROCESSED
,
516 struct list_head list
;
517 struct wireless_dev wdev
;
518 struct net_device
*ndev
;
520 /* Lock to protect vif specific net_stats and flags */
525 u8 ssid
[IEEE80211_MAX_SSID_LEN
];
529 u8 prwise_crypto_len
;
536 u8 req_bssid
[ETH_ALEN
];
539 struct ath6kl_wep_key wep_key_list
[WMI_MAX_KEY_INDEX
+ 1];
540 struct ath6kl_key keys
[WMI_MAX_KEY_INDEX
+ 1];
541 struct aggr_info
*aggr_cntxt
;
542 struct ath6kl_htcap htcap
;
544 struct timer_list disconnect_timer
;
545 struct timer_list sched_scan_timer
;
547 struct cfg80211_scan_request
*scan_req
;
548 enum sme_state sme_state
;
551 u32 last_cancel_roc_id
;
553 bool probe_req_report
;
555 enum nl80211_channel_type next_ch_type
;
556 enum ieee80211_band next_ch_band
;
557 u16 assoc_bss_beacon_int
;
560 u8 assoc_bss_dtim_period
;
561 struct net_device_stats net_stats
;
562 struct target_stats target_stats
;
563 struct wmi_connect_cmd profile
;
565 struct list_head mc_filter
;
568 #define WOW_LIST_ID 0
569 #define WOW_HOST_REQ_DELAY 500 /* ms */
571 #define ATH6KL_SCHED_SCAN_RESULT_DELAY 5000 /* ms */
574 enum ath6kl_dev_state
{
588 ATH6KL_STATE_SUSPENDING
,
589 ATH6KL_STATE_RESUMING
,
590 ATH6KL_STATE_DEEPSLEEP
,
591 ATH6KL_STATE_CUTPOWER
,
593 ATH6KL_STATE_SCHED_SCAN
,
600 enum ath6kl_state state
;
601 unsigned int testmode
;
603 struct ath6kl_bmi bmi
;
604 const struct ath6kl_hif_ops
*hif_ops
;
605 const struct ath6kl_htc_ops
*htc_ops
;
607 int tx_pending
[ENDPOINT_MAX
];
608 int total_tx_data_pend
;
609 struct htc_target
*htc_target
;
610 enum ath6kl_hif_type hif_type
;
612 struct list_head vif_list
;
613 /* Lock to avoid race in vif_list entries among add/del/traverse */
614 spinlock_t list_lock
;
616 unsigned int vif_max
;
621 * Protects at least amsdu_rx_buffer_queue, ath6kl_alloc_cookie()
622 * calls, tx_pending and total_tx_data_pend.
626 struct semaphore sem
;
627 u8 lrssi_roam_threshold
;
628 struct ath6kl_version version
;
631 struct ath6kl_node_mapping node_map
[MAX_NODE_NUM
];
636 struct ath6kl_cookie
*cookie_list
;
638 enum htc_endpoint_id ac2ep_map
[WMM_NUM_AC
];
639 bool ac_stream_active
[WMM_NUM_AC
];
640 u8 ac_stream_pri_map
[WMM_NUM_AC
];
641 u8 hiac_stream_active_pri
;
642 u8 ep2ac_map
[ENDPOINT_MAX
];
643 enum htc_endpoint_id ctrl_ep
;
644 struct ath6kl_htc_credit_info credit_state_info
;
645 u32 connect_ctrl_flags
;
648 struct ath6kl_sta sta_list
[AP_MAX_NUM_STA
];
650 struct ath6kl_req_key ap_mode_bkey
;
651 struct sk_buff_head mcastpsq
;
655 * FIXME: protects access to mcastpsq but is actually useless as
656 * all skbe_queue_*() functions provide serialisation themselves
658 spinlock_t mcastpsq_lock
;
661 struct wmi_ap_mode_stat ap_stats
;
662 u8 ap_country_code
[3];
663 struct list_head amsdu_rx_buffer_queue
;
665 enum wlan_low_pwr_state wlan_pwr_state
;
666 u8 mac_addr
[ETH_ALEN
];
667 #define AR_MCAST_FILTER_MAC_ADDR_SIZE 4
670 size_t rx_report_len
;
676 u32 dataset_patch_addr
;
678 u32 app_start_override_addr
;
679 u32 board_ext_data_addr
;
680 u32 reserved_ram_size
;
686 struct ath6kl_hw_fw
{
693 const char *testscript
;
696 const char *fw_board
;
697 const char *fw_default_board
;
702 u16 wow_suspend_mode
;
703 wait_queue_head_t event_wq
;
704 struct ath6kl_mbox_info mbox_info
;
706 struct ath6kl_cookie cookie_mem
[MAX_COOKIE_NUM
];
722 size_t fw_testscript_len
;
725 unsigned long fw_capabilities
[ATH6KL_CAPABILITY_LEN
];
727 struct workqueue_struct
*ath6kl_wq
;
729 struct dentry
*debugfs_phy
;
733 bool wiphy_registered
;
735 #ifdef CONFIG_ATH6KL_DEBUG
737 struct sk_buff_head fwlog_queue
;
738 struct completion fwlog_completion
;
743 unsigned int dbgfs_diag_reg
;
744 u32 diag_reg_addr_wr
;
748 unsigned int invalid_rate
;
752 unsigned int roam_tbl_len
;
757 #endif /* CONFIG_ATH6KL_DEBUG */
760 static inline struct ath6kl
*ath6kl_priv(struct net_device
*dev
)
762 return ((struct ath6kl_vif
*) netdev_priv(dev
))->ar
;
765 static inline u32
ath6kl_get_hi_item_addr(struct ath6kl
*ar
,
770 if (ar
->target_type
== TARGET_TYPE_AR6003
)
771 addr
= ATH6KL_AR6003_HI_START_ADDR
+ item_offset
;
772 else if (ar
->target_type
== TARGET_TYPE_AR6004
)
773 addr
= ATH6KL_AR6004_HI_START_ADDR
+ item_offset
;
778 int ath6kl_configure_target(struct ath6kl
*ar
);
779 void ath6kl_detect_error(unsigned long ptr
);
780 void disconnect_timer_handler(unsigned long ptr
);
781 void init_netdev(struct net_device
*dev
);
782 void ath6kl_cookie_init(struct ath6kl
*ar
);
783 void ath6kl_cookie_cleanup(struct ath6kl
*ar
);
784 void ath6kl_rx(struct htc_target
*target
, struct htc_packet
*packet
);
785 void ath6kl_tx_complete(struct htc_target
*context
,
786 struct list_head
*packet_queue
);
787 enum htc_send_full_action
ath6kl_tx_queue_full(struct htc_target
*target
,
788 struct htc_packet
*packet
);
789 void ath6kl_stop_txrx(struct ath6kl
*ar
);
790 void ath6kl_cleanup_amsdu_rxbufs(struct ath6kl
*ar
);
791 int ath6kl_diag_write32(struct ath6kl
*ar
, u32 address
, __le32 value
);
792 int ath6kl_diag_write(struct ath6kl
*ar
, u32 address
, void *data
, u32 length
);
793 int ath6kl_diag_read32(struct ath6kl
*ar
, u32 address
, u32
*value
);
794 int ath6kl_diag_read(struct ath6kl
*ar
, u32 address
, void *data
, u32 length
);
795 int ath6kl_read_fwlogs(struct ath6kl
*ar
);
796 void ath6kl_init_profile_info(struct ath6kl_vif
*vif
);
797 void ath6kl_tx_data_cleanup(struct ath6kl
*ar
);
799 struct ath6kl_cookie
*ath6kl_alloc_cookie(struct ath6kl
*ar
);
800 void ath6kl_free_cookie(struct ath6kl
*ar
, struct ath6kl_cookie
*cookie
);
801 int ath6kl_data_tx(struct sk_buff
*skb
, struct net_device
*dev
);
803 struct aggr_info
*aggr_init(struct ath6kl_vif
*vif
);
804 void aggr_conn_init(struct ath6kl_vif
*vif
, struct aggr_info
*aggr_info
,
805 struct aggr_info_conn
*aggr_conn
);
806 void ath6kl_rx_refill(struct htc_target
*target
,
807 enum htc_endpoint_id endpoint
);
808 void ath6kl_refill_amsdu_rxbufs(struct ath6kl
*ar
, int count
);
809 struct htc_packet
*ath6kl_alloc_amsdu_rxbuf(struct htc_target
*target
,
810 enum htc_endpoint_id endpoint
,
812 void aggr_module_destroy(struct aggr_info
*aggr_info
);
813 void aggr_reset_state(struct aggr_info_conn
*aggr_conn
);
815 struct ath6kl_sta
*ath6kl_find_sta(struct ath6kl_vif
*vif
, u8
*node_addr
);
816 struct ath6kl_sta
*ath6kl_find_sta_by_aid(struct ath6kl
*ar
, u8 aid
);
818 void ath6kl_ready_event(void *devt
, u8
*datap
, u32 sw_ver
, u32 abi_ver
);
819 int ath6kl_control_tx(void *devt
, struct sk_buff
*skb
,
820 enum htc_endpoint_id eid
);
821 void ath6kl_connect_event(struct ath6kl_vif
*vif
, u16 channel
,
822 u8
*bssid
, u16 listen_int
,
823 u16 beacon_int
, enum network_type net_type
,
824 u8 beacon_ie_len
, u8 assoc_req_len
,
825 u8 assoc_resp_len
, u8
*assoc_info
);
826 void ath6kl_connect_ap_mode_bss(struct ath6kl_vif
*vif
, u16 channel
);
827 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif
*vif
, u16 aid
, u8
*mac_addr
,
828 u8 keymgmt
, u8 ucipher
, u8 auth
,
829 u8 assoc_req_len
, u8
*assoc_info
, u8 apsd_info
);
830 void ath6kl_disconnect_event(struct ath6kl_vif
*vif
, u8 reason
,
831 u8
*bssid
, u8 assoc_resp_len
,
832 u8
*assoc_info
, u16 prot_reason_status
);
833 void ath6kl_tkip_micerr_event(struct ath6kl_vif
*vif
, u8 keyid
, bool ismcast
);
834 void ath6kl_txpwr_rx_evt(void *devt
, u8 tx_pwr
);
835 void ath6kl_scan_complete_evt(struct ath6kl_vif
*vif
, int status
);
836 void ath6kl_tgt_stats_event(struct ath6kl_vif
*vif
, u8
*ptr
, u32 len
);
837 void ath6kl_indicate_tx_activity(void *devt
, u8 traffic_class
, bool active
);
838 enum htc_endpoint_id
ath6kl_ac2_endpoint_id(void *devt
, u8 ac
);
840 void ath6kl_pspoll_event(struct ath6kl_vif
*vif
, u8 aid
);
842 void ath6kl_dtimexpiry_event(struct ath6kl_vif
*vif
);
843 void ath6kl_disconnect(struct ath6kl_vif
*vif
);
844 void aggr_recv_delba_req_evt(struct ath6kl_vif
*vif
, u8 tid
);
845 void aggr_recv_addba_req_evt(struct ath6kl_vif
*vif
, u8 tid
, u16 seq_no
,
847 void ath6kl_wakeup_event(void *dev
);
849 void ath6kl_reset_device(struct ath6kl
*ar
, u32 target_type
,
850 bool wait_fot_compltn
, bool cold_reset
);
851 void ath6kl_init_control_info(struct ath6kl_vif
*vif
);
852 struct ath6kl_vif
*ath6kl_vif_first(struct ath6kl
*ar
);
853 void ath6kl_cleanup_vif(struct ath6kl_vif
*vif
, bool wmi_ready
);
854 int ath6kl_init_hw_start(struct ath6kl
*ar
);
855 int ath6kl_init_hw_stop(struct ath6kl
*ar
);
856 int ath6kl_init_fetch_firmwares(struct ath6kl
*ar
);
857 int ath6kl_init_hw_params(struct ath6kl
*ar
);
859 void ath6kl_check_wow_status(struct ath6kl
*ar
);
861 void ath6kl_core_tx_complete(struct ath6kl
*ar
, struct sk_buff
*skb
);
862 void ath6kl_core_rx_complete(struct ath6kl
*ar
, struct sk_buff
*skb
, u8 pipe
);
864 struct ath6kl
*ath6kl_core_create(struct device
*dev
);
865 int ath6kl_core_init(struct ath6kl
*ar
, enum ath6kl_htc_type htc_type
);
866 void ath6kl_core_cleanup(struct ath6kl
*ar
);
867 void ath6kl_core_destroy(struct ath6kl
*ar
);