core.h 24.0 KB
Newer Older
K
Kalle Valo 已提交
1 2
/*
 * Copyright (c) 2010-2011 Atheros Communications Inc.
3
 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
K
Kalle Valo 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

#ifndef CORE_H
#define CORE_H

#include <linux/etherdevice.h>
#include <linux/rtnetlink.h>
#include <linux/firmware.h>
#include <linux/sched.h>
K
Kalle Valo 已提交
25
#include <linux/circ_buf.h>
K
Kalle Valo 已提交
26 27 28 29
#include <net/cfg80211.h>
#include "htc.h"
#include "wmi.h"
#include "bmi.h"
30
#include "target.h"
K
Kalle Valo 已提交
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47

#define MAX_ATH6KL                        1
#define ATH6KL_MAX_RX_BUFFERS             16
#define ATH6KL_BUFFER_SIZE                1664
#define ATH6KL_MAX_AMSDU_RX_BUFFERS       4
#define ATH6KL_AMSDU_REFILL_THRESHOLD     3
#define ATH6KL_AMSDU_BUFFER_SIZE     (WMI_MAX_AMSDU_RX_DATA_FRAME_LENGTH + 128)
#define MAX_MSDU_SUBFRAME_PAYLOAD_LEN	1508
#define MIN_MSDU_SUBFRAME_PAYLOAD_LEN	46

#define USER_SAVEDKEYS_STAT_INIT     0
#define USER_SAVEDKEYS_STAT_RUN      1

#define ATH6KL_TX_TIMEOUT      10
#define ATH6KL_MAX_ENDPOINTS   4
#define MAX_NODE_NUM           15

48 49 50 51
#define ATH6KL_APSD_ALL_FRAME		0xFFFF
#define ATH6KL_APSD_NUM_OF_AC		0x4
#define ATH6KL_APSD_FRAME_MASK		0xF

52 53 54
/* Extra bytes for htc header alignment */
#define ATH6KL_HTC_ALIGN_BYTES 3

K
Kalle Valo 已提交
55 56 57 58 59 60 61 62 63
/* MAX_HI_COOKIE_NUM are reserved for high priority traffic */
#define MAX_DEF_COOKIE_NUM                180
#define MAX_HI_COOKIE_NUM                 18	/* 10% of MAX_COOKIE_NUM */
#define MAX_COOKIE_NUM                 (MAX_DEF_COOKIE_NUM + MAX_HI_COOKIE_NUM)

#define MAX_DEFAULT_SEND_QUEUE_DEPTH      (MAX_DEF_COOKIE_NUM / WMM_NUM_AC)

#define DISCON_TIMER_INTVAL               10000  /* in msec */

64 65 66
/* Channel dwell time in fg scan */
#define ATH6KL_FG_SCAN_INTERVAL		50 /* in ms */

67 68 69 70 71 72 73 74 75
/* includes also the null byte */
#define ATH6KL_FIRMWARE_MAGIC               "QCA-ATH6KL"

enum ath6kl_fw_ie_type {
	ATH6KL_FW_IE_FW_VERSION = 0,
	ATH6KL_FW_IE_TIMESTAMP = 1,
	ATH6KL_FW_IE_OTP_IMAGE = 2,
	ATH6KL_FW_IE_FW_IMAGE = 3,
	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 84
enum ath6kl_fw_capability {
	ATH6KL_FW_CAPABILITY_HOST_P2P = 0,
K
Kalle Valo 已提交
85
	ATH6KL_FW_CAPABILITY_SCHED_SCAN = 1,
86

87 88 89 90 91 92 93
	/*
	 * Firmware is capable of supporting P2P mgmt operations on a
	 * station interface. After group formation, the station
	 * interface will become a P2P client/GO interface as the case may be
	 */
	ATH6KL_FW_CAPABILITY_STA_P2PDEV_DUPLEX,

94 95 96 97 98 99
	/*
	 * Firmware has support to cleanup inactive stations
	 * in AP mode.
	 */
	ATH6KL_FW_CAPABILITY_INACTIVITY_TIMEOUT,

100 101 102
	/* Firmware has support to override rsn cap of rsn ie */
	ATH6KL_FW_CAPABILITY_RSN_CAP_OVERRIDE,

103 104 105 106 107 108 109
	/*
	 * Multicast support in WOW and host awake mode.
	 * Allow all multicast in host awake mode.
	 * Apply multicast filter in WOW mode.
	 */
	ATH6KL_FW_CAPABILITY_WOW_MULTICAST_FILTER,

110 111 112
	/* Firmware supports enhanced bmiss detection */
	ATH6KL_FW_CAPABILITY_BMISS_ENHANCE,

113 114 115 116 117
	/*
	 * FW supports matching of ssid in schedule scan
	 */
	ATH6KL_FW_CAPABILITY_SCHED_SCAN_MATCH_LIST,

118 119 120
	/* Firmware supports filtering BSS results by RSSI */
	ATH6KL_FW_CAPABILITY_RSSI_SCAN_THOLD,

121 122 123
	/* FW sets mac_addr[4] ^= 0x80 for newly created interfaces */
	ATH6KL_FW_CAPABILITY_CUSTOM_MAC_ADDR,

124 125 126
	/* Firmware supports TX error rate notification */
	ATH6KL_FW_CAPABILITY_TX_ERR_NOTIFY,

127 128 129
	/* supports WMI_SET_REGDOMAIN_CMDID command */
	ATH6KL_FW_CAPABILITY_REGDOMAIN,

130 131 132 133 134 135
	/* this needs to be last */
	ATH6KL_FW_CAPABILITY_MAX,
};

#define ATH6KL_CAPABILITY_LEN (ALIGN(ATH6KL_FW_CAPABILITY_MAX, 32) / 32)

136 137 138 139 140 141
struct ath6kl_fw_ie {
	__le32 id;
	__le32 len;
	u8 data[0];
};

142 143 144 145
enum ath6kl_hw_flags {
	ATH6KL_HW_FLAG_64BIT_RATES	= BIT(0),
};

146
#define ATH6KL_FW_API2_FILE "fw-2.bin"
K
Kalle Valo 已提交
147
#define ATH6KL_FW_API3_FILE "fw-3.bin"
148

K
Kalle Valo 已提交
149
/* AR6003 1.0 definitions */
150
#define AR6003_HW_1_0_VERSION                 0x300002ba
K
Kalle Valo 已提交
151 152

/* AR6003 2.0 definitions */
153 154
#define AR6003_HW_2_0_VERSION                 0x30000384
#define AR6003_HW_2_0_PATCH_DOWNLOAD_ADDRESS  0x57e910
155 156 157 158 159
#define AR6003_HW_2_0_FW_DIR			"ath6k/AR6003/hw2.0"
#define AR6003_HW_2_0_OTP_FILE			"otp.bin.z77"
#define AR6003_HW_2_0_FIRMWARE_FILE		"athwlan.bin.z77"
#define AR6003_HW_2_0_TCMD_FIRMWARE_FILE	"athtcmd_ram.bin"
#define AR6003_HW_2_0_PATCH_FILE		"data.patch.bin"
T
Tim Gardner 已提交
160
#define AR6003_HW_2_0_BOARD_DATA_FILE AR6003_HW_2_0_FW_DIR "/bdata.bin"
161
#define AR6003_HW_2_0_DEFAULT_BOARD_DATA_FILE \
T
Tim Gardner 已提交
162
			AR6003_HW_2_0_FW_DIR "/bdata.SD31.bin"
K
Kalle Valo 已提交
163 164

/* AR6003 3.0 definitions */
165
#define AR6003_HW_2_1_1_VERSION                 0x30000582
166 167 168 169
#define AR6003_HW_2_1_1_FW_DIR			"ath6k/AR6003/hw2.1.1"
#define AR6003_HW_2_1_1_OTP_FILE		"otp.bin"
#define AR6003_HW_2_1_1_FIRMWARE_FILE		"athwlan.bin"
#define AR6003_HW_2_1_1_TCMD_FIRMWARE_FILE	"athtcmd_ram.bin"
A
Alex Yang 已提交
170 171
#define AR6003_HW_2_1_1_UTF_FIRMWARE_FILE	"utf.bin"
#define AR6003_HW_2_1_1_TESTSCRIPT_FILE	"nullTestFlow.bin"
172
#define AR6003_HW_2_1_1_PATCH_FILE		"data.patch.bin"
T
Tim Gardner 已提交
173
#define AR6003_HW_2_1_1_BOARD_DATA_FILE AR6003_HW_2_1_1_FW_DIR "/bdata.bin"
174
#define AR6003_HW_2_1_1_DEFAULT_BOARD_DATA_FILE	\
T
Tim Gardner 已提交
175
			AR6003_HW_2_1_1_FW_DIR "/bdata.SD31.bin"
K
Kalle Valo 已提交
176

177
/* AR6004 1.0 definitions */
178
#define AR6004_HW_1_0_VERSION                 0x30000623
179 180
#define AR6004_HW_1_0_FW_DIR			"ath6k/AR6004/hw1.0"
#define AR6004_HW_1_0_FIRMWARE_FILE		"fw.ram.bin"
T
Tim Gardner 已提交
181
#define AR6004_HW_1_0_BOARD_DATA_FILE         AR6004_HW_1_0_FW_DIR "/bdata.bin"
182
#define AR6004_HW_1_0_DEFAULT_BOARD_DATA_FILE \
T
Tim Gardner 已提交
183
	AR6004_HW_1_0_FW_DIR "/bdata.DB132.bin"
K
Kalle Valo 已提交
184 185

/* AR6004 1.1 definitions */
186
#define AR6004_HW_1_1_VERSION                 0x30000001
187 188
#define AR6004_HW_1_1_FW_DIR			"ath6k/AR6004/hw1.1"
#define AR6004_HW_1_1_FIRMWARE_FILE		"fw.ram.bin"
T
Tim Gardner 已提交
189
#define AR6004_HW_1_1_BOARD_DATA_FILE         AR6004_HW_1_1_FW_DIR "/bdata.bin"
190
#define AR6004_HW_1_1_DEFAULT_BOARD_DATA_FILE \
T
Tim Gardner 已提交
191
	AR6004_HW_1_1_FW_DIR "/bdata.DB132.bin"
192

193 194 195 196
/* AR6004 1.2 definitions */
#define AR6004_HW_1_2_VERSION                 0x300007e8
#define AR6004_HW_1_2_FW_DIR			"ath6k/AR6004/hw1.2"
#define AR6004_HW_1_2_FIRMWARE_FILE           "fw.ram.bin"
T
Tim Gardner 已提交
197
#define AR6004_HW_1_2_BOARD_DATA_FILE         AR6004_HW_1_2_FW_DIR "/bdata.bin"
198
#define AR6004_HW_1_2_DEFAULT_BOARD_DATA_FILE \
T
Tim Gardner 已提交
199
	AR6004_HW_1_2_FW_DIR "/bdata.bin"
200 201 202 203 204 205 206

/* AR6004 1.3 definitions */
#define AR6004_HW_1_3_VERSION			0x31c8088a
#define AR6004_HW_1_3_FW_DIR			"ath6k/AR6004/hw1.3"
#define AR6004_HW_1_3_FIRMWARE_FILE		"fw.ram.bin"
#define AR6004_HW_1_3_BOARD_DATA_FILE		"ath6k/AR6004/hw1.3/bdata.bin"
#define AR6004_HW_1_3_DEFAULT_BOARD_DATA_FILE	"ath6k/AR6004/hw1.3/bdata.bin"
207

K
Kalle Valo 已提交
208 209 210 211
/* Per STA data, used in AP mode */
#define STA_PS_AWAKE		BIT(0)
#define	STA_PS_SLEEP		BIT(1)
#define	STA_PS_POLLED		BIT(2)
212 213
#define STA_PS_APSD_TRIGGER     BIT(3)
#define STA_PS_APSD_EOSP        BIT(4)
K
Kalle Valo 已提交
214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236

/* HTC TX packet tagging definitions */
#define ATH6KL_CONTROL_PKT_TAG    HTC_TX_PACKET_TAG_USER_DEFINED
#define ATH6KL_DATA_PKT_TAG       (ATH6KL_CONTROL_PKT_TAG + 1)

#define AR6003_CUST_DATA_SIZE 16

#define AGGR_WIN_IDX(x, y)          ((x) % (y))
#define AGGR_INCR_IDX(x, y)         AGGR_WIN_IDX(((x) + 1), (y))
#define AGGR_DCRM_IDX(x, y)         AGGR_WIN_IDX(((x) - 1), (y))
#define ATH6KL_MAX_SEQ_NO		0xFFF
#define ATH6KL_NEXT_SEQ_NO(x)		(((x) + 1) & ATH6KL_MAX_SEQ_NO)

#define NUM_OF_TIDS         8
#define AGGR_SZ_DEFAULT     8

#define AGGR_WIN_SZ_MIN     2
#define AGGR_WIN_SZ_MAX     8

#define TID_WINDOW_SZ(_x)   ((_x) << 1)

#define AGGR_NUM_OF_FREE_NETBUFS    16

237
#define AGGR_RX_TIMEOUT     100	/* in ms */
K
Kalle Valo 已提交
238 239 240 241 242

#define WMI_TIMEOUT (2 * HZ)

#define MBOX_YIELD_LIMIT 99

243
#define ATH6KL_DEFAULT_LISTEN_INTVAL	100 /* in TUs */
244 245 246
#define ATH6KL_DEFAULT_BMISS_TIME	1500
#define ATH6KL_MAX_WOW_LISTEN_INTL	300 /* in TUs */
#define ATH6KL_MAX_BMISS_TIME		5000
247

K
Kalle Valo 已提交
248 249 250 251 252 253 254 255 256 257 258 259 260
/* configuration lags */
/*
 * ATH6KL_CONF_IGNORE_ERP_BARKER: Ignore the barker premable in
 * ERP IE of beacon to determine the short premable support when
 * sending (Re)Assoc req.
 * ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN: Don't send the power
 * module state transition failure events which happen during
 * scan, to the host.
 */
#define ATH6KL_CONF_IGNORE_ERP_BARKER		BIT(0)
#define ATH6KL_CONF_IGNORE_PS_FAIL_EVT_IN_SCAN  BIT(1)
#define ATH6KL_CONF_ENABLE_11N			BIT(2)
#define ATH6KL_CONF_ENABLE_TX_BURST		BIT(3)
261
#define ATH6KL_CONF_UART_DEBUG			BIT(4)
K
Kalle Valo 已提交
262

263 264
#define P2P_WILDCARD_SSID_LEN			7 /* DIRECT- */

K
Kalle Valo 已提交
265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
enum wlan_low_pwr_state {
	WLAN_POWER_STATE_ON,
	WLAN_POWER_STATE_CUT_PWR,
	WLAN_POWER_STATE_DEEP_SLEEP,
	WLAN_POWER_STATE_WOW
};

enum sme_state {
	SME_DISCONNECTED,
	SME_CONNECTING,
	SME_CONNECTED
};

struct skb_hold_q {
	struct sk_buff *skb;
	bool is_amsdu;
	u16 seq_no;
};

struct rxtid {
	bool aggr;
	bool timer_mon;
	u16 win_sz;
	u16 seq_next;
	u32 hold_q_sz;
	struct skb_hold_q *hold_q;
	struct sk_buff_head q;
K
Kalle Valo 已提交
292 293

	/*
294 295 296 297 298 299 300 301 302
	 * lock mainly protects seq_next and hold_q. Movement of seq_next
	 * needs to be protected between aggr_timeout() and
	 * aggr_process_recv_frm(). hold_q will be holding the pending
	 * reorder frames and it's access should also be protected.
	 * Some of the other fields like hold_q_sz, win_sz and aggr are
	 * initialized/reset when receiving addba/delba req, also while
	 * deleting aggr state all the pending buffers are flushed before
	 * resetting these fields, so there should not be any race in accessing
	 * these fields.
K
Kalle Valo 已提交
303
	 */
K
Kalle Valo 已提交
304 305 306 307 308 309 310 311 312 313 314 315 316 317 318
	spinlock_t lock;
};

struct rxtid_stats {
	u32 num_into_aggr;
	u32 num_dups;
	u32 num_oow;
	u32 num_mpdu;
	u32 num_amsdu;
	u32 num_delivered;
	u32 num_timeouts;
	u32 num_hole;
	u32 num_bar;
};

319
struct aggr_info_conn {
K
Kalle Valo 已提交
320 321 322 323 324 325
	u8 aggr_sz;
	u8 timer_scheduled;
	struct timer_list timer;
	struct net_device *dev;
	struct rxtid rx_tid[NUM_OF_TIDS];
	struct rxtid_stats stat[NUM_OF_TIDS];
326 327 328 329 330 331
	struct aggr_info *aggr_info;
};

struct aggr_info {
	struct aggr_info_conn *aggr_conn;
	struct sk_buff_head rx_amsdu_freeq;
K
Kalle Valo 已提交
332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362
};

struct ath6kl_wep_key {
	u8 key_index;
	u8 key_len;
	u8 key[64];
};

#define ATH6KL_KEY_SEQ_LEN 8

struct ath6kl_key {
	u8 key[WLAN_MAX_KEY_LEN];
	u8 key_len;
	u8 seq[ATH6KL_KEY_SEQ_LEN];
	u8 seq_len;
	u32 cipher;
};

struct ath6kl_node_mapping {
	u8 mac_addr[ETH_ALEN];
	u8 ep_id;
	u8 tx_pend;
};

struct ath6kl_cookie {
	struct sk_buff *skb;
	u32 map_no;
	struct htc_packet htc_pkt;
	struct ath6kl_cookie *arc_list_next;
};

363 364 365 366 367 368 369 370 371 372
struct ath6kl_mgmt_buff {
	struct list_head list;
	u32 freq;
	u32 wait;
	u32 id;
	bool no_cck;
	size_t len;
	u8 buf[0];
};

K
Kalle Valo 已提交
373 374 375 376 377 378 379 380 381
struct ath6kl_sta {
	u16 sta_flags;
	u8 mac[ETH_ALEN];
	u8 aid;
	u8 keymgmt;
	u8 ucipher;
	u8 auth;
	u8 wpa_ie[ATH6KL_MAX_IE];
	struct sk_buff_head psq;
K
Kalle Valo 已提交
382 383

	/* protects psq, mgmt_psq, apsdq, and mgmt_psq_len fields */
K
Kalle Valo 已提交
384
	spinlock_t psq_lock;
K
Kalle Valo 已提交
385

386 387
	struct list_head mgmt_psq;
	size_t mgmt_psq_len;
388 389
	u8 apsd_info;
	struct sk_buff_head apsdq;
390
	struct aggr_info_conn *aggr_conn;
K
Kalle Valo 已提交
391 392 393 394 395 396 397 398 399 400 401 402
};

struct ath6kl_version {
	u32 target_ver;
	u32 wlan_ver;
	u32 abi_ver;
};

struct ath6kl_bmi {
	u32 cmd_credits;
	bool done_sent;
	u8 *cmd_buf;
403 404
	u32 max_data_size;
	u32 max_cmd_size;
K
Kalle Valo 已提交
405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504
};

struct target_stats {
	u64 tx_pkt;
	u64 tx_byte;
	u64 tx_ucast_pkt;
	u64 tx_ucast_byte;
	u64 tx_mcast_pkt;
	u64 tx_mcast_byte;
	u64 tx_bcast_pkt;
	u64 tx_bcast_byte;
	u64 tx_rts_success_cnt;
	u64 tx_pkt_per_ac[4];

	u64 tx_err;
	u64 tx_fail_cnt;
	u64 tx_retry_cnt;
	u64 tx_mult_retry_cnt;
	u64 tx_rts_fail_cnt;

	u64 rx_pkt;
	u64 rx_byte;
	u64 rx_ucast_pkt;
	u64 rx_ucast_byte;
	u64 rx_mcast_pkt;
	u64 rx_mcast_byte;
	u64 rx_bcast_pkt;
	u64 rx_bcast_byte;
	u64 rx_frgment_pkt;

	u64 rx_err;
	u64 rx_crc_err;
	u64 rx_key_cache_miss;
	u64 rx_decrypt_err;
	u64 rx_dupl_frame;

	u64 tkip_local_mic_fail;
	u64 tkip_cnter_measures_invoked;
	u64 tkip_replays;
	u64 tkip_fmt_err;
	u64 ccmp_fmt_err;
	u64 ccmp_replays;

	u64 pwr_save_fail_cnt;

	u64 cs_bmiss_cnt;
	u64 cs_low_rssi_cnt;
	u64 cs_connect_cnt;
	u64 cs_discon_cnt;

	s32 tx_ucast_rate;
	s32 rx_ucast_rate;

	u32 lq_val;

	u32 wow_pkt_dropped;
	u16 wow_evt_discarded;

	s16 noise_floor_calib;
	s16 cs_rssi;
	s16 cs_ave_beacon_rssi;
	u8 cs_ave_beacon_snr;
	u8 cs_last_roam_msec;
	u8 cs_snr;

	u8 wow_host_pkt_wakeups;
	u8 wow_host_evt_wakeups;

	u32 arp_received;
	u32 arp_matched;
	u32 arp_replied;
};

struct ath6kl_mbox_info {
	u32 htc_addr;
	u32 htc_ext_addr;
	u32 htc_ext_sz;

	u32 block_size;

	u32 gmbox_addr;

	u32 gmbox_sz;
};

/*
 * 802.11i defines an extended IV for use with non-WEP ciphers.
 * When the EXTIV bit is set in the key id byte an additional
 * 4 bytes immediately follow the IV for TKIP.  For CCMP the
 * EXTIV bit is likewise set but the 8 bytes represent the
 * CCMP header rather than IV+extended-IV.
 */

#define ATH6KL_KEYBUF_SIZE 16
#define ATH6KL_MICBUF_SIZE (8+8)	/* space for both tx and rx */

#define ATH6KL_KEY_XMIT  0x01
#define ATH6KL_KEY_RECV  0x02
#define ATH6KL_KEY_DEFAULT   0x80	/* default xmit key */

505
/* Initial group key for AP mode */
K
Kalle Valo 已提交
506
struct ath6kl_req_key {
507 508 509 510 511
	bool valid;
	u8 key_index;
	int key_type;
	u8 key[WLAN_MAX_KEY_LEN];
	u8 key_len;
K
Kalle Valo 已提交
512 513
};

K
Kalle Valo 已提交
514 515 516 517 518
enum ath6kl_hif_type {
	ATH6KL_HIF_TYPE_SDIO,
	ATH6KL_HIF_TYPE_USB,
};

K
Kalle Valo 已提交
519 520
enum ath6kl_htc_type {
	ATH6KL_HTC_TYPE_MBOX,
K
Kalle Valo 已提交
521
	ATH6KL_HTC_TYPE_PIPE,
K
Kalle Valo 已提交
522 523
};

524 525 526 527 528 529 530
/* Max number of filters that hw supports */
#define ATH6K_MAX_MC_FILTERS_PER_LIST 7
struct ath6kl_mc_filter {
	struct list_head list;
	char hw_addr[ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE];
};

531 532 533 534 535 536
struct ath6kl_htcap {
	bool ht_enable;
	u8 ampdu_factor;
	unsigned short cap_info;
};

537 538 539 540
/*
 * Driver's maximum limit, note that some firmwares support only one vif
 * and the runtime (current) limit must be checked from ar->vif_max.
 */
541
#define ATH6KL_VIF_MAX	3
542

543 544 545 546 547 548 549 550 551 552 553
/* vif flags info */
enum ath6kl_vif_state {
	CONNECTED,
	CONNECT_PEND,
	WMM_ENABLED,
	NETQ_STOPPED,
	DTIM_EXPIRED,
	NETDEV_REGISTERED,
	CLEAR_BSSFILTER_ON_BEACON,
	DTIM_PERIOD_AVAIL,
	WLAN_ENABLED,
554
	STATS_UPDATE_PEND,
555
	HOST_SLEEP_MODE_CMD_PROCESSED,
556 557
	NETDEV_MCAST_ALL_ON,
	NETDEV_MCAST_ALL_OFF,
558 559
};

560
struct ath6kl_vif {
561
	struct list_head list;
562 563 564
	struct wireless_dev wdev;
	struct net_device *ndev;
	struct ath6kl *ar;
565 566
	/* Lock to protect vif specific net_stats and flags */
	spinlock_t if_lock;
567
	u8 fw_vif_idx;
568
	unsigned long flags;
569 570 571 572 573 574 575 576 577
	int ssid_len;
	u8 ssid[IEEE80211_MAX_SSID_LEN];
	u8 dot11_auth_mode;
	u8 auth_mode;
	u8 prwise_crypto;
	u8 prwise_crypto_len;
	u8 grp_crypto;
	u8 grp_crypto_len;
	u8 def_txkey_index;
578 579
	u8 next_mode;
	u8 nw_type;
580 581
	u8 bssid[ETH_ALEN];
	u8 req_bssid[ETH_ALEN];
582 583
	u16 ch_hint;
	u16 bss_ch;
584 585
	struct ath6kl_wep_key wep_key_list[WMI_MAX_KEY_INDEX + 1];
	struct ath6kl_key keys[WMI_MAX_KEY_INDEX + 1];
586
	struct aggr_info *aggr_cntxt;
587
	struct ath6kl_htcap htcap[IEEE80211_NUM_BANDS];
K
Kalle Valo 已提交
588

589
	struct timer_list disconnect_timer;
K
Kalle Valo 已提交
590 591
	struct timer_list sched_scan_timer;

592 593
	struct cfg80211_scan_request *scan_req;
	enum sme_state sme_state;
594
	int reconnect_flag;
595 596
	u32 last_roc_id;
	u32 last_cancel_roc_id;
597 598 599
	u32 send_action_id;
	bool probe_req_report;
	u16 assoc_bss_beacon_int;
600
	u16 listen_intvl_t;
601
	u16 bmiss_time_t;
602
	u32 txe_intvl;
603
	u16 bg_scan_period;
604
	u8 assoc_bss_dtim_period;
605 606
	struct net_device_stats net_stats;
	struct target_stats target_stats;
607
	struct wmi_connect_cmd profile;
608
	u16 rsn_capab;
609 610

	struct list_head mc_filter;
611 612
};

613 614 615 616 617
static inline struct ath6kl_vif *ath6kl_vif_from_wdev(struct wireless_dev *wdev)
{
	return container_of(wdev, struct ath6kl_vif, wdev);
}

618 619 620
#define WOW_LIST_ID		0
#define WOW_HOST_REQ_DELAY	500 /* ms */

K
Kalle Valo 已提交
621 622
#define ATH6KL_SCHED_SCAN_RESULT_DELAY 5000 /* ms */

K
Kalle Valo 已提交
623
/* Flag info */
624 625 626 627 628 629 630 631
enum ath6kl_dev_state {
	WMI_ENABLED,
	WMI_READY,
	WMI_CTRL_EP_FULL,
	TESTMODE,
	DESTROY_IN_PROGRESS,
	SKIP_SCAN,
	ROAM_TBL_PEND,
632
	FIRST_BOOT,
633
};
K
Kalle Valo 已提交
634

635 636 637
enum ath6kl_state {
	ATH6KL_STATE_OFF,
	ATH6KL_STATE_ON,
638 639
	ATH6KL_STATE_SUSPENDING,
	ATH6KL_STATE_RESUMING,
640
	ATH6KL_STATE_DEEPSLEEP,
K
Kalle Valo 已提交
641
	ATH6KL_STATE_CUTPOWER,
R
Raja Mani 已提交
642
	ATH6KL_STATE_WOW,
K
Kalle Valo 已提交
643
	ATH6KL_STATE_SCHED_SCAN,
644 645
};

K
Kalle Valo 已提交
646 647
struct ath6kl {
	struct device *dev;
648
	struct wiphy *wiphy;
649 650

	enum ath6kl_state state;
651
	unsigned int testmode;
652

K
Kalle Valo 已提交
653 654
	struct ath6kl_bmi bmi;
	const struct ath6kl_hif_ops *hif_ops;
K
Kalle Valo 已提交
655
	const struct ath6kl_htc_ops *htc_ops;
K
Kalle Valo 已提交
656 657 658 659
	struct wmi *wmi;
	int tx_pending[ENDPOINT_MAX];
	int total_tx_data_pend;
	struct htc_target *htc_target;
K
Kalle Valo 已提交
660
	enum ath6kl_hif_type hif_type;
K
Kalle Valo 已提交
661
	void *hif_priv;
662 663 664
	struct list_head vif_list;
	/* Lock to avoid race in vif_list entries among add/del/traverse */
	spinlock_t list_lock;
665
	u8 num_vif;
666
	unsigned int vif_max;
667
	u8 max_norm_iface;
668
	u8 avail_idx_map;
K
Kalle Valo 已提交
669 670 671 672 673

	/*
	 * Protects at least amsdu_rx_buffer_queue, ath6kl_alloc_cookie()
	 * calls, tx_pending and total_tx_data_pend.
	 */
K
Kalle Valo 已提交
674
	spinlock_t lock;
K
Kalle Valo 已提交
675

K
Kalle Valo 已提交
676
	struct semaphore sem;
677
	u8 lrssi_roam_threshold;
K
Kalle Valo 已提交
678 679 680 681 682
	struct ath6kl_version version;
	u32 target_type;
	u8 tx_pwr;
	struct ath6kl_node_mapping node_map[MAX_NODE_NUM];
	u8 ibss_ps_enable;
683
	bool ibss_if_active;
K
Kalle Valo 已提交
684 685 686 687 688 689 690 691 692 693
	u8 node_num;
	u8 next_ep_id;
	struct ath6kl_cookie *cookie_list;
	u32 cookie_count;
	enum htc_endpoint_id ac2ep_map[WMM_NUM_AC];
	bool ac_stream_active[WMM_NUM_AC];
	u8 ac_stream_pri_map[WMM_NUM_AC];
	u8 hiac_stream_active_pri;
	u8 ep2ac_map[ENDPOINT_MAX];
	enum htc_endpoint_id ctrl_ep;
694
	struct ath6kl_htc_credit_info credit_state_info;
K
Kalle Valo 已提交
695 696 697 698 699 700 701
	u32 connect_ctrl_flags;
	u32 user_key_ctrl;
	u8 usr_bss_filter;
	struct ath6kl_sta sta_list[AP_MAX_NUM_STA];
	u8 sta_list_index;
	struct ath6kl_req_key ap_mode_bkey;
	struct sk_buff_head mcastpsq;
702
	u32 want_ch_switch;
703
	u16 last_ch;
K
Kalle Valo 已提交
704 705 706 707 708

	/*
	 * FIXME: protects access to mcastpsq but is actually useless as
	 * all skbe_queue_*() functions provide serialisation themselves
	 */
K
Kalle Valo 已提交
709
	spinlock_t mcastpsq_lock;
K
Kalle Valo 已提交
710

K
Kalle Valo 已提交
711 712 713 714 715 716
	u8 intra_bss;
	struct wmi_ap_mode_stat ap_stats;
	u8 ap_country_code[3];
	struct list_head amsdu_rx_buffer_queue;
	u8 rx_meta_ver;
	enum wlan_low_pwr_state wlan_pwr_state;
717
	u8 mac_addr[ETH_ALEN];
K
Kalle Valo 已提交
718
#define AR_MCAST_FILTER_MAC_ADDR_SIZE  4
K
Kalle Valo 已提交
719 720 721 722 723
	struct {
		void *rx_report;
		size_t rx_report_len;
	} tm;

724 725
	struct ath6kl_hw {
		u32 id;
726
		const char *name;
727 728 729
		u32 dataset_patch_addr;
		u32 app_load_addr;
		u32 app_start_override_addr;
730 731
		u32 board_ext_data_addr;
		u32 reserved_ram_size;
732
		u32 board_addr;
733 734
		u32 refclk_hz;
		u32 uarttx_pin;
A
Alex Yang 已提交
735
		u32 testscript_addr;
736
		enum wmi_phy_cap cap;
737

738 739
		u32 flags;

740 741 742 743 744 745
		struct ath6kl_hw_fw {
			const char *dir;
			const char *otp;
			const char *fw;
			const char *tcmd;
			const char *patch;
A
Alex Yang 已提交
746 747
			const char *utf;
			const char *testscript;
748 749
		} fw;

750 751
		const char *fw_board;
		const char *fw_default_board;
752 753
	} hw;

K
Kalle Valo 已提交
754
	u16 conf_flags;
755
	u16 suspend_mode;
756
	u16 wow_suspend_mode;
K
Kalle Valo 已提交
757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774
	wait_queue_head_t event_wq;
	struct ath6kl_mbox_info mbox_info;

	struct ath6kl_cookie cookie_mem[MAX_COOKIE_NUM];
	unsigned long flag;

	u8 *fw_board;
	size_t fw_board_len;

	u8 *fw_otp;
	size_t fw_otp_len;

	u8 *fw;
	size_t fw_len;

	u8 *fw_patch;
	size_t fw_patch_len;

A
Alex Yang 已提交
775 776 777
	u8 *fw_testscript;
	size_t fw_testscript_len;

K
Kalle Valo 已提交
778
	unsigned int fw_api;
779 780
	unsigned long fw_capabilities[ATH6KL_CAPABILITY_LEN];

K
Kalle Valo 已提交
781
	struct workqueue_struct *ath6kl_wq;
782

783
	struct dentry *debugfs_phy;
784

785 786
	bool p2p;

787 788
	bool wiphy_registered;

K
Kalle Valo 已提交
789 790
#ifdef CONFIG_ATH6KL_DEBUG
	struct {
791
		struct sk_buff_head fwlog_queue;
792 793 794
		struct completion fwlog_completion;
		bool fwlog_open;

795
		u32 fwlog_mask;
796

797
		unsigned int dbgfs_diag_reg;
798 799
		u32 diag_reg_addr_wr;
		u32 diag_reg_val_wr;
800 801 802 803

		struct {
			unsigned int invalid_rate;
		} war_stats;
804 805 806

		u8 *roam_tbl;
		unsigned int roam_tbl_len;
807 808 809

		u8 keepalive;
		u8 disc_timeout;
K
Kalle Valo 已提交
810 811
	} debug;
#endif /* CONFIG_ATH6KL_DEBUG */
K
Kalle Valo 已提交
812 813
};

K
Kalle Valo 已提交
814
static inline struct ath6kl *ath6kl_priv(struct net_device *dev)
K
Kalle Valo 已提交
815
{
816
	return ((struct ath6kl_vif *) netdev_priv(dev))->ar;
K
Kalle Valo 已提交
817 818
}

819 820 821 822 823 824 825 826 827 828 829 830 831
static inline u32 ath6kl_get_hi_item_addr(struct ath6kl *ar,
					  u32 item_offset)
{
	u32 addr = 0;

	if (ar->target_type == TARGET_TYPE_AR6003)
		addr = ATH6KL_AR6003_HI_START_ADDR + item_offset;
	else if (ar->target_type == TARGET_TYPE_AR6004)
		addr = ATH6KL_AR6004_HI_START_ADDR + item_offset;

	return addr;
}

K
Kalle Valo 已提交
832 833 834 835 836 837 838
int ath6kl_configure_target(struct ath6kl *ar);
void ath6kl_detect_error(unsigned long ptr);
void disconnect_timer_handler(unsigned long ptr);
void init_netdev(struct net_device *dev);
void ath6kl_cookie_init(struct ath6kl *ar);
void ath6kl_cookie_cleanup(struct ath6kl *ar);
void ath6kl_rx(struct htc_target *target, struct htc_packet *packet);
839 840
void ath6kl_tx_complete(struct htc_target *context,
			struct list_head *packet_queue);
K
Kalle Valo 已提交
841 842 843 844
enum htc_send_full_action ath6kl_tx_queue_full(struct htc_target *target,
					       struct htc_packet *packet);
void ath6kl_stop_txrx(struct ath6kl *ar);
void ath6kl_cleanup_amsdu_rxbufs(struct ath6kl *ar);
845
int ath6kl_diag_write32(struct ath6kl *ar, u32 address, __le32 value);
846 847 848
int ath6kl_diag_write(struct ath6kl *ar, u32 address, void *data, u32 length);
int ath6kl_diag_read32(struct ath6kl *ar, u32 address, u32 *value);
int ath6kl_diag_read(struct ath6kl *ar, u32 address, void *data, u32 length);
849
int ath6kl_read_fwlogs(struct ath6kl *ar);
850
void ath6kl_init_profile_info(struct ath6kl_vif *vif);
K
Kalle Valo 已提交
851 852 853 854 855 856
void ath6kl_tx_data_cleanup(struct ath6kl *ar);

struct ath6kl_cookie *ath6kl_alloc_cookie(struct ath6kl *ar);
void ath6kl_free_cookie(struct ath6kl *ar, struct ath6kl_cookie *cookie);
int ath6kl_data_tx(struct sk_buff *skb, struct net_device *dev);

857
struct aggr_info *aggr_init(struct ath6kl_vif *vif);
858 859
void aggr_conn_init(struct ath6kl_vif *vif, struct aggr_info *aggr_info,
		    struct aggr_info_conn *aggr_conn);
K
Kalle Valo 已提交
860 861 862 863 864 865 866
void ath6kl_rx_refill(struct htc_target *target,
		      enum htc_endpoint_id endpoint);
void ath6kl_refill_amsdu_rxbufs(struct ath6kl *ar, int count);
struct htc_packet *ath6kl_alloc_amsdu_rxbuf(struct htc_target *target,
					    enum htc_endpoint_id endpoint,
					    int len);
void aggr_module_destroy(struct aggr_info *aggr_info);
867
void aggr_reset_state(struct aggr_info_conn *aggr_conn);
K
Kalle Valo 已提交
868

K
Kalle Valo 已提交
869
struct ath6kl_sta *ath6kl_find_sta(struct ath6kl_vif *vif, u8 *node_addr);
K
Kalle Valo 已提交
870 871
struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid);

872 873
void ath6kl_ready_event(void *devt, u8 *datap, u32 sw_ver, u32 abi_ver,
			enum wmi_phy_cap cap);
K
Kalle Valo 已提交
874 875
int ath6kl_control_tx(void *devt, struct sk_buff *skb,
		      enum htc_endpoint_id eid);
876
void ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel,
K
Kalle Valo 已提交
877 878 879 880
			  u8 *bssid, u16 listen_int,
			  u16 beacon_int, enum network_type net_type,
			  u8 beacon_ie_len, u8 assoc_req_len,
			  u8 assoc_resp_len, u8 *assoc_info);
881 882
void ath6kl_connect_ap_mode_bss(struct ath6kl_vif *vif, u16 channel);
void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr,
883
				u8 keymgmt, u8 ucipher, u8 auth,
884
				u8 assoc_req_len, u8 *assoc_info, u8 apsd_info);
885
void ath6kl_disconnect_event(struct ath6kl_vif *vif, u8 reason,
K
Kalle Valo 已提交
886 887
			     u8 *bssid, u8 assoc_resp_len,
			     u8 *assoc_info, u16 prot_reason_status);
888
void ath6kl_tkip_micerr_event(struct ath6kl_vif *vif, u8 keyid, bool ismcast);
K
Kalle Valo 已提交
889
void ath6kl_txpwr_rx_evt(void *devt, u8 tx_pwr);
890 891
void ath6kl_scan_complete_evt(struct ath6kl_vif *vif, int status);
void ath6kl_tgt_stats_event(struct ath6kl_vif *vif, u8 *ptr, u32 len);
K
Kalle Valo 已提交
892 893 894
void ath6kl_indicate_tx_activity(void *devt, u8 traffic_class, bool active);
enum htc_endpoint_id ath6kl_ac2_endpoint_id(void *devt, u8 ac);

895
void ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid);
K
Kalle Valo 已提交
896

897 898 899 900
void ath6kl_dtimexpiry_event(struct ath6kl_vif *vif);
void ath6kl_disconnect(struct ath6kl_vif *vif);
void aggr_recv_delba_req_evt(struct ath6kl_vif *vif, u8 tid);
void aggr_recv_addba_req_evt(struct ath6kl_vif *vif, u8 tid, u16 seq_no,
K
Kalle Valo 已提交
901 902 903
			     u8 win_sz);
void ath6kl_wakeup_event(void *dev);

904 905
void ath6kl_reset_device(struct ath6kl *ar, u32 target_type,
			 bool wait_fot_compltn, bool cold_reset);
906
void ath6kl_init_control_info(struct ath6kl_vif *vif);
907
struct ath6kl_vif *ath6kl_vif_first(struct ath6kl *ar);
908
void ath6kl_cleanup_vif(struct ath6kl_vif *vif, bool wmi_ready);
909 910
int ath6kl_init_hw_start(struct ath6kl *ar);
int ath6kl_init_hw_stop(struct ath6kl *ar);
K
Kalle Valo 已提交
911 912 913
int ath6kl_init_fetch_firmwares(struct ath6kl *ar);
int ath6kl_init_hw_params(struct ath6kl *ar);

914
void ath6kl_check_wow_status(struct ath6kl *ar);
915

K
Kalle Valo 已提交
916 917 918
void ath6kl_core_tx_complete(struct ath6kl *ar, struct sk_buff *skb);
void ath6kl_core_rx_complete(struct ath6kl *ar, struct sk_buff *skb, u8 pipe);

K
Kalle Valo 已提交
919
struct ath6kl *ath6kl_core_create(struct device *dev);
K
Kalle Valo 已提交
920
int ath6kl_core_init(struct ath6kl *ar, enum ath6kl_htc_type htc_type);
K
Kalle Valo 已提交
921 922 923
void ath6kl_core_cleanup(struct ath6kl *ar);
void ath6kl_core_destroy(struct ath6kl *ar);

K
Kalle Valo 已提交
924
#endif /* CORE_H */