core.h 26.9 KB
Newer Older
1 2
/*
 * Copyright (c) 2005-2011 Atheros Communications Inc.
K
Kalle Valo 已提交
3
 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
4
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
 *
 * 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/completion.h>
#include <linux/if_ether.h>
#include <linux/types.h>
#include <linux/pci.h>
26 27
#include <linux/uuid.h>
#include <linux/time.h>
28

29
#include "htt.h"
30 31 32 33 34 35
#include "htc.h"
#include "hw.h"
#include "targaddrs.h"
#include "wmi.h"
#include "../ath.h"
#include "../regd.h"
J
Janusz Dziedzic 已提交
36
#include "../dfs_pattern_detector.h"
37
#include "spectral.h"
38
#include "thermal.h"
39
#include "wow.h"
40
#include "swap.h"
41 42 43 44 45 46 47

#define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB)
#define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK)
#define WO(_f)      ((_f##_OFFSET) >> 2)

#define ATH10K_SCAN_ID 0
#define WMI_READY_TIMEOUT (5 * HZ)
48 49
#define ATH10K_FLUSH_TIMEOUT_HZ (5 * HZ)
#define ATH10K_CONNECTION_LOSS_HZ (3 * HZ)
50
#define ATH10K_NUM_CHANS 40
51 52 53 54

/* Antenna noise floor */
#define ATH10K_DEFAULT_NOISE_FLOOR -95

55
#define ATH10K_MAX_NUM_MGMT_PENDING 128
56

57 58
/* number of failed packets (20 packets with 16 sw reties each) */
#define ATH10K_KICKOUT_THRESHOLD (20 * 16)
59 60 61 62 63 64 65 66 67 68

/*
 * Use insanely high numbers to make sure that the firmware implementation
 * won't start, we have the same functionality already in hostapd. Unit
 * is seconds.
 */
#define ATH10K_KEEPALIVE_MIN_IDLE 3747
#define ATH10K_KEEPALIVE_MAX_IDLE 3895
#define ATH10K_KEEPALIVE_MAX_UNRESPONSIVE 3900

69 70 71
/* NAPI poll budget */
#define ATH10K_NAPI_BUDGET      64

72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
/* SMBIOS type containing Board Data File Name Extension */
#define ATH10K_SMBIOS_BDF_EXT_TYPE 0xF8

/* SMBIOS type structure length (excluding strings-set) */
#define ATH10K_SMBIOS_BDF_EXT_LENGTH 0x9

/* Offset pointing to Board Data File Name Extension */
#define ATH10K_SMBIOS_BDF_EXT_OFFSET 0x8

/* Board Data File Name Extension string length.
 * String format: BDF_<Customer ID>_<Extension>\0
 */
#define ATH10K_SMBIOS_BDF_EXT_STR_LENGTH 0x20

/* The magic used by QCA spec */
#define ATH10K_SMBIOS_BDF_EXT_MAGIC "BDF_"

89 90
struct ath10k;

K
Kalle Valo 已提交
91 92
enum ath10k_bus {
	ATH10K_BUS_PCI,
93
	ATH10K_BUS_AHB,
94
	ATH10K_BUS_SDIO,
95
	ATH10K_BUS_USB,
96
	ATH10K_BUS_SNOC,
K
Kalle Valo 已提交
97 98 99 100 101 102 103
};

static inline const char *ath10k_bus_str(enum ath10k_bus bus)
{
	switch (bus) {
	case ATH10K_BUS_PCI:
		return "pci";
104 105
	case ATH10K_BUS_AHB:
		return "ahb";
106 107
	case ATH10K_BUS_SDIO:
		return "sdio";
108 109
	case ATH10K_BUS_USB:
		return "usb";
110 111
	case ATH10K_BUS_SNOC:
		return "snoc";
K
Kalle Valo 已提交
112 113 114 115 116
	}

	return "unknown";
}

M
Michal Kazior 已提交
117 118 119 120
enum ath10k_skb_flags {
	ATH10K_SKB_F_NO_HWCRYPT = BIT(0),
	ATH10K_SKB_F_DTIM_ZERO = BIT(1),
	ATH10K_SKB_F_DELIVER_CAB = BIT(2),
M
Michal Kazior 已提交
121
	ATH10K_SKB_F_MGMT = BIT(3),
122
	ATH10K_SKB_F_QOS = BIT(4),
M
Michal Kazior 已提交
123 124
};

125 126
struct ath10k_skb_cb {
	dma_addr_t paddr;
M
Michal Kazior 已提交
127
	u8 flags;
128
	u8 eid;
129
	u16 msdu_id;
130
	struct ieee80211_vif *vif;
M
Michal Kazior 已提交
131
	struct ieee80211_txq *txq;
132 133
} __packed;

134 135
struct ath10k_skb_rxcb {
	dma_addr_t paddr;
136
	struct hlist_node hlist;
137 138
};

139 140 141 142 143 144 145
static inline struct ath10k_skb_cb *ATH10K_SKB_CB(struct sk_buff *skb)
{
	BUILD_BUG_ON(sizeof(struct ath10k_skb_cb) >
		     IEEE80211_TX_INFO_DRIVER_DATA_SIZE);
	return (struct ath10k_skb_cb *)&IEEE80211_SKB_CB(skb)->driver_data;
}

146 147 148 149 150 151
static inline struct ath10k_skb_rxcb *ATH10K_SKB_RXCB(struct sk_buff *skb)
{
	BUILD_BUG_ON(sizeof(struct ath10k_skb_rxcb) > sizeof(skb->cb));
	return (struct ath10k_skb_rxcb *)skb->cb;
}

152 153 154
#define ATH10K_RXCB_SKB(rxcb) \
		container_of((void *)rxcb, struct sk_buff, cb)

155 156 157 158 159 160 161 162 163
static inline u32 host_interest_item_address(u32 item_offset)
{
	return QCA988X_HOST_INTEREST_ADDRESS + item_offset;
}

struct ath10k_bmi {
	bool done_sent;
};

164 165 166 167 168 169 170
struct ath10k_mem_chunk {
	void *vaddr;
	dma_addr_t paddr;
	u32 len;
	u32 req_id;
};

171 172 173 174
struct ath10k_wmi {
	enum ath10k_htc_ep_id eid;
	struct completion service_ready;
	struct completion unified_ready;
175
	struct completion barrier;
176
	wait_queue_head_t tx_credits_wq;
177
	DECLARE_BITMAP(svc_map, WMI_SERVICE_MAX);
178
	struct wmi_cmd_map *cmd;
179
	struct wmi_vdev_param_map *vdev_param;
180
	struct wmi_pdev_param_map *pdev_param;
M
Michal Kazior 已提交
181
	const struct wmi_ops *ops;
182
	const struct wmi_peer_flags_map *peer_flags;
183 184

	u32 num_mem_chunks;
185
	u32 rx_decap_mode;
186
	struct ath10k_mem_chunk mem_chunks[WMI_MAX_MEM_REQS];
187 188
};

189
struct ath10k_fw_stats_peer {
M
Michal Kazior 已提交
190 191
	struct list_head list;

192 193 194
	u8 peer_macaddr[ETH_ALEN];
	u32 peer_rssi;
	u32 peer_tx_rate;
B
Ben Greear 已提交
195
	u32 peer_rx_rate; /* 10x only */
196
	u32 rx_duration;
197 198
};

199 200 201 202 203 204 205
struct ath10k_fw_extd_stats_peer {
	struct list_head list;

	u8 peer_macaddr[ETH_ALEN];
	u32 rx_duration;
};

206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
struct ath10k_fw_stats_vdev {
	struct list_head list;

	u32 vdev_id;
	u32 beacon_snr;
	u32 data_snr;
	u32 num_tx_frames[4];
	u32 num_rx_frames;
	u32 num_tx_frames_retries[4];
	u32 num_tx_frames_failures[4];
	u32 num_rts_fail;
	u32 num_rts_success;
	u32 num_rx_err;
	u32 num_rx_discard;
	u32 num_tx_not_acked;
	u32 tx_rate_history[10];
	u32 beacon_rssi_history[10];
};

225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
struct ath10k_fw_stats_vdev_extd {
	struct list_head list;

	u32 vdev_id;
	u32 ppdu_aggr_cnt;
	u32 ppdu_noack;
	u32 mpdu_queued;
	u32 ppdu_nonaggr_cnt;
	u32 mpdu_sw_requeued;
	u32 mpdu_suc_retry;
	u32 mpdu_suc_multitry;
	u32 mpdu_fail_retry;
	u32 tx_ftm_suc;
	u32 tx_ftm_suc_retry;
	u32 tx_ftm_fail;
	u32 rx_ftmr_cnt;
	u32 rx_ftmr_dup_cnt;
	u32 rx_iftmr_cnt;
	u32 rx_iftmr_dup_cnt;
};

M
Michal Kazior 已提交
246 247 248
struct ath10k_fw_stats_pdev {
	struct list_head list;

249 250
	/* PDEV stats */
	s32 ch_noise_floor;
251 252 253 254
	u32 tx_frame_count; /* Cycles spent transmitting frames */
	u32 rx_frame_count; /* Cycles spent receiving frames */
	u32 rx_clear_count; /* Total channel busy time, evidently */
	u32 cycle_count; /* Total on-channel time */
255 256
	u32 phy_err_count;
	u32 chan_tx_power;
257 258 259 260 261 262
	u32 ack_rx_bad;
	u32 rts_bad;
	u32 rts_good;
	u32 fcs_bad;
	u32 no_beacons;
	u32 mib_int_count;
263 264 265 266 267 268 269 270 271 272 273 274

	/* PDEV TX stats */
	s32 comp_queued;
	s32 comp_delivered;
	s32 msdu_enqued;
	s32 mpdu_enqued;
	s32 wmm_drop;
	s32 local_enqued;
	s32 local_freed;
	s32 hw_queued;
	s32 hw_reaped;
	s32 underrun;
275
	u32 hw_paused;
276 277 278 279 280 281 282 283 284 285 286 287
	s32 tx_abort;
	s32 mpdus_requed;
	u32 tx_ko;
	u32 data_rc;
	u32 self_triggers;
	u32 sw_retry_failure;
	u32 illgl_rate_phy_err;
	u32 pdev_cont_xretry;
	u32 pdev_tx_timeout;
	u32 pdev_resets;
	u32 phy_underrun;
	u32 txop_ovf;
288 289 290 291 292 293 294 295 296 297
	u32 seq_posted;
	u32 seq_failed_queueing;
	u32 seq_completed;
	u32 seq_restarted;
	u32 mu_seq_posted;
	u32 mpdus_sw_flush;
	u32 mpdus_hw_filter;
	u32 mpdus_truncated;
	u32 mpdus_ack_failed;
	u32 mpdus_expired;
298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313

	/* PDEV RX stats */
	s32 mid_ppdu_route_change;
	s32 status_rcvd;
	s32 r0_frags;
	s32 r1_frags;
	s32 r2_frags;
	s32 r3_frags;
	s32 htt_msdus;
	s32 htt_mpdus;
	s32 loc_msdus;
	s32 loc_mpdus;
	s32 oversize_amsdu;
	s32 phy_errs;
	s32 phy_err_drop;
	s32 mpdu_errs;
314
	s32 rx_ovfl_errs;
M
Michal Kazior 已提交
315
};
316

M
Michal Kazior 已提交
317
struct ath10k_fw_stats {
318
	bool extended;
M
Michal Kazior 已提交
319
	struct list_head pdevs;
320
	struct list_head vdevs;
M
Michal Kazior 已提交
321
	struct list_head peers;
322
	struct list_head peers_extd;
323 324
};

325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348
#define ATH10K_TPC_TABLE_TYPE_FLAG	1
#define ATH10K_TPC_PREAM_TABLE_END	0xFFFF

struct ath10k_tpc_table {
	u32 pream_idx[WMI_TPC_RATE_MAX];
	u8 rate_code[WMI_TPC_RATE_MAX];
	char tpc_value[WMI_TPC_RATE_MAX][WMI_TPC_TX_N_CHAIN * WMI_TPC_BUF_SIZE];
};

struct ath10k_tpc_stats {
	u32 reg_domain;
	u32 chan_freq;
	u32 phy_mode;
	u32 twice_antenna_reduction;
	u32 twice_max_rd_power;
	s32 twice_antenna_gain;
	u32 power_limit;
	u32 num_tx_chain;
	u32 ctl;
	u32 rate_max;
	u8 flag[WMI_TPC_FLAG];
	struct ath10k_tpc_table tpc_table[WMI_TPC_FLAG];
};

349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
struct ath10k_tpc_table_final {
	u32 pream_idx[WMI_TPC_FINAL_RATE_MAX];
	u8 rate_code[WMI_TPC_FINAL_RATE_MAX];
	char tpc_value[WMI_TPC_FINAL_RATE_MAX][WMI_TPC_TX_N_CHAIN * WMI_TPC_BUF_SIZE];
};

struct ath10k_tpc_stats_final {
	u32 reg_domain;
	u32 chan_freq;
	u32 phy_mode;
	u32 twice_antenna_reduction;
	u32 twice_max_rd_power;
	s32 twice_antenna_gain;
	u32 power_limit;
	u32 num_tx_chain;
	u32 ctl;
	u32 rate_max;
	u8 flag[WMI_TPC_FLAG];
	struct ath10k_tpc_table_final tpc_table_final[WMI_TPC_FLAG];
};

J
Janusz Dziedzic 已提交
370 371 372 373 374 375 376 377
struct ath10k_dfs_stats {
	u32 phy_errors;
	u32 pulses_total;
	u32 pulses_detected;
	u32 pulses_discarded;
	u32 radar_detected;
};

378 379 380 381
#define ATH10K_MAX_NUM_PEER_IDS (1 << 11) /* htt rx_desc limit */

struct ath10k_peer {
	struct list_head list;
M
Michal Kazior 已提交
382 383 384
	struct ieee80211_vif *vif;
	struct ieee80211_sta *sta;

385
	bool removed;
386 387 388
	int vdev_id;
	u8 addr[ETH_ALEN];
	DECLARE_BITMAP(peer_ids, ATH10K_MAX_NUM_PEER_IDS);
389 390

	/* protected by ar->data_lock */
391 392 393
	struct ieee80211_key_conf *keys[WMI_MAX_KEY_INDEX + 1];
};

M
Michal Kazior 已提交
394 395
struct ath10k_txq {
	struct list_head list;
396
	unsigned long num_fw_queued;
M
Michal Kazior 已提交
397
	unsigned long num_push_allowed;
M
Michal Kazior 已提交
398 399
};

400 401 402 403 404 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
enum ath10k_pkt_rx_err {
	ATH10K_PKT_RX_ERR_FCS,
	ATH10K_PKT_RX_ERR_TKIP,
	ATH10K_PKT_RX_ERR_CRYPT,
	ATH10K_PKT_RX_ERR_PEER_IDX_INVAL,
	ATH10K_PKT_RX_ERR_MAX,
};

enum ath10k_ampdu_subfrm_num {
	ATH10K_AMPDU_SUBFRM_NUM_10,
	ATH10K_AMPDU_SUBFRM_NUM_20,
	ATH10K_AMPDU_SUBFRM_NUM_30,
	ATH10K_AMPDU_SUBFRM_NUM_40,
	ATH10K_AMPDU_SUBFRM_NUM_50,
	ATH10K_AMPDU_SUBFRM_NUM_60,
	ATH10K_AMPDU_SUBFRM_NUM_MORE,
	ATH10K_AMPDU_SUBFRM_NUM_MAX,
};

enum ath10k_amsdu_subfrm_num {
	ATH10K_AMSDU_SUBFRM_NUM_1,
	ATH10K_AMSDU_SUBFRM_NUM_2,
	ATH10K_AMSDU_SUBFRM_NUM_3,
	ATH10K_AMSDU_SUBFRM_NUM_4,
	ATH10K_AMSDU_SUBFRM_NUM_MORE,
	ATH10K_AMSDU_SUBFRM_NUM_MAX,
};

struct ath10k_sta_tid_stats {
	unsigned long int rx_pkt_from_fw;
	unsigned long int rx_pkt_unchained;
	unsigned long int rx_pkt_drop_chained;
	unsigned long int rx_pkt_drop_filter;
	unsigned long int rx_pkt_err[ATH10K_PKT_RX_ERR_MAX];
	unsigned long int rx_pkt_queued_for_mac;
	unsigned long int rx_pkt_ampdu[ATH10K_AMPDU_SUBFRM_NUM_MAX];
	unsigned long int rx_pkt_amsdu[ATH10K_AMSDU_SUBFRM_NUM_MAX];
};

439 440 441 442 443 444 445 446
struct ath10k_sta {
	struct ath10k_vif *arvif;

	/* the following are protected by ar->data_lock */
	u32 changed; /* IEEE80211_RC_* */
	u32 bw;
	u32 nss;
	u32 smps;
447
	u16 peer_id;
448
	struct rate_info txrate;
449 450

	struct work_struct update_wk;
451
	u64 rx_duration;
452 453 454 455

#ifdef CONFIG_MAC80211_DEBUGFS
	/* protected by conf_mutex */
	bool aggr_mode;
456 457 458

	/* Protected with ar->data_lock */
	struct ath10k_sta_tid_stats tid_stats[IEEE80211_NUM_TIDS + 1];
459
#endif
460 461
};

462
#define ATH10K_VDEV_SETUP_TIMEOUT_HZ (5 * HZ)
463

M
Michal Kazior 已提交
464 465 466 467 468 469
enum ath10k_beacon_state {
	ATH10K_BEACON_SCHEDULED = 0,
	ATH10K_BEACON_SENDING,
	ATH10K_BEACON_SENT,
};

470
struct ath10k_vif {
M
Michal Kazior 已提交
471 472
	struct list_head list;

473
	u32 vdev_id;
474
	u16 peer_id;
475 476 477 478
	enum wmi_vdev_type vdev_type;
	enum wmi_vdev_subtype vdev_subtype;
	u32 beacon_interval;
	u32 dtim_period;
479
	struct sk_buff *beacon;
480
	/* protected by data_lock */
M
Michal Kazior 已提交
481
	enum ath10k_beacon_state beacon_state;
482 483
	void *beacon_buf;
	dma_addr_t beacon_paddr;
M
Michal Kazior 已提交
484
	unsigned long tx_paused; /* arbitrary values defined by target */
485 486 487 488

	struct ath10k *ar;
	struct ieee80211_vif *vif;

489 490
	bool is_started;
	bool is_up;
491
	bool spectral_enabled;
492
	bool ps;
493 494 495
	u32 aid;
	u8 bssid[ETH_ALEN];

496
	struct ieee80211_key_conf *wep_keys[WMI_MAX_KEY_INDEX + 1];
497
	s8 def_wep_key_idx;
498 499 500 501 502 503 504 505

	u16 tx_seq_no;

	union {
		struct {
			u32 uapsd;
		} sta;
		struct {
506 507
			/* 512 stations */
			u8 tim_bitmap[64];
508 509 510 511 512 513 514 515 516
			u8 tim_len;
			u32 ssid_len;
			u8 ssid[IEEE80211_MAX_SSID_LEN];
			bool hidden_ssid;
			/* P2P_IE with NoA attribute for P2P_GO case */
			u32 noa_len;
			u8 *noa_data;
		} ap;
	} u;
517

518
	bool use_cts_prot;
519
	bool nohwcrypt;
520
	int num_legacy_stations;
521
	int txpower;
522
	struct wmi_wmm_params_all_arg wmm_params;
523
	struct work_struct ap_csa_work;
524
	struct delayed_work connection_loss_work;
525
	struct cfg80211_bitrate_mask bitrate_mask;
526 527 528 529 530 531 532
};

struct ath10k_vif_iter {
	u32 vdev_id;
	struct ath10k_vif *arvif;
};

533 534 535 536 537 538 539 540 541 542 543 544 545 546 547
/* Copy Engine register dump, protected by ce-lock */
struct ath10k_ce_crash_data {
	__le32 base_addr;
	__le32 src_wr_idx;
	__le32 src_r_idx;
	__le32 dst_wr_idx;
	__le32 dst_r_idx;
};

struct ath10k_ce_crash_hdr {
	__le32 ce_count;
	__le32 reserved[3]; /* for future use */
	struct ath10k_ce_crash_data entries[];
};

548 549
#define MAX_MEM_DUMP_TYPE	5

550 551
/* used for crash-dump storage, protected by data-lock */
struct ath10k_fw_crash_data {
552
	guid_t guid;
553
	struct timespec64 timestamp;
554
	__le32 registers[REG_DUMP_COUNT_QCA988X];
555
	struct ath10k_ce_crash_data ce_crash_data[CE_COUNT_MAX];
556 557 558

	u8 *ramdump_buf;
	size_t ramdump_buf_len;
559 560
};

561 562 563
struct ath10k_debug {
	struct dentry *debugfs_phy;

564 565
	struct ath10k_fw_stats fw_stats;
	struct completion fw_stats_complete;
M
Michal Kazior 已提交
566
	bool fw_stats_done;
567

568 569
	unsigned long htt_stats_mask;
	struct delayed_work htt_stats_dwork;
J
Janusz Dziedzic 已提交
570 571
	struct ath10k_dfs_stats dfs_stats;
	struct ath_dfs_pool_stats dfs_pool_stats;
572

573 574
	/* used for tpc-dump storage, protected by data-lock */
	struct ath10k_tpc_stats *tpc_stats;
575
	struct ath10k_tpc_stats_final *tpc_stats_final;
576 577 578

	struct completion tpc_complete;

579
	/* protected by conf_mutex */
580
	u64 fw_dbglog_mask;
581
	u32 fw_dbglog_level;
582
	u32 reg_addr;
583
	u32 nf_cal_period;
584
	void *cal_data;
585 586
};

587 588 589
enum ath10k_state {
	ATH10K_STATE_OFF = 0,
	ATH10K_STATE_ON,
590 591 592 593 594 595 596 597

	/* When doing firmware recovery the device is first powered down.
	 * mac80211 is supposed to call in to start() hook later on. It is
	 * however possible that driver unloading and firmware crash overlap.
	 * mac80211 can wait on conf_mutex in stop() while the device is
	 * stopped in ath10k_core_restart() work holding conf_mutex. The state
	 * RESTARTED means that the device is up and mac80211 has started hw
	 * reconfiguration. Once mac80211 is done with the reconfiguration we
598 599
	 * set the state to STATE_ON in reconfig_complete().
	 */
600 601 602 603 604 605
	ATH10K_STATE_RESTARTING,
	ATH10K_STATE_RESTARTED,

	/* The device has crashed while restarting hw. This state is like ON
	 * but commands are blocked in HTC and -ECOMM response is given. This
	 * prevents completion timeouts and makes the driver more responsive to
606 607
	 * userspace commands. This is also prevents recursive recovery.
	 */
608
	ATH10K_STATE_WEDGED,
K
Kalle Valo 已提交
609 610 611 612 613 614 615 616 617 618 619

	/* factory tests */
	ATH10K_STATE_UTF,
};

enum ath10k_firmware_mode {
	/* the default mode, standard 802.11 functionality */
	ATH10K_FIRMWARE_MODE_NORMAL,

	/* factory tests etc */
	ATH10K_FIRMWARE_MODE_UTF,
620 621
};

622 623 624 625
enum ath10k_fw_features {
	/* wmi_mgmt_rx_hdr contains extra RSSI information */
	ATH10K_FW_FEATURE_EXT_WMI_MGMT_RX = 0,

626
	/* Firmware from 10X branch. Deprecated, don't use in new code. */
627 628
	ATH10K_FW_FEATURE_WMI_10X = 1,

629 630 631
	/* firmware support tx frame management over WMI, otherwise it's HTT */
	ATH10K_FW_FEATURE_HAS_WMI_MGMT_TX = 2,

632 633 634
	/* Firmware does not support P2P */
	ATH10K_FW_FEATURE_NO_P2P = 3,

635 636 637
	/* Firmware 10.2 feature bit. The ATH10K_FW_FEATURE_WMI_10X feature
	 * bit is required to be set as well. Deprecated, don't use in new
	 * code.
638 639 640
	 */
	ATH10K_FW_FEATURE_WMI_10_2 = 4,

641 642 643 644 645 646
	/* Some firmware revisions lack proper multi-interface client powersave
	 * implementation. Enabling PS could result in connection drops,
	 * traffic stalls, etc.
	 */
	ATH10K_FW_FEATURE_MULTI_VIF_PS_SUPPORT = 5,

647 648 649 650 651 652
	/* Some firmware revisions have an incomplete WoWLAN implementation
	 * despite WMI service bit being advertised. This feature flag is used
	 * to distinguish whether WoWLAN is really supported or not.
	 */
	ATH10K_FW_FEATURE_WOWLAN_SUPPORT = 6,

653
	/* Don't trust error code from otp.bin */
654
	ATH10K_FW_FEATURE_IGNORE_OTP_RESULT = 7,
655

656 657 658
	/* Some firmware revisions pad 4th hw address to 4 byte boundary making
	 * it 8 bytes long in Native Wifi Rx decap.
	 */
659
	ATH10K_FW_FEATURE_NO_NWIFI_DECAP_4ADDR_PADDING = 8,
660

661 662 663
	/* Firmware supports bypassing PLL setting on init. */
	ATH10K_FW_FEATURE_SUPPORTS_SKIP_CLOCK_INIT = 9,

664 665 666 667 668
	/* Raw mode support. If supported, FW supports receiving and trasmitting
	 * frames in raw mode.
	 */
	ATH10K_FW_FEATURE_RAW_MODE_SUPPORT = 10,

M
Maharaja 已提交
669 670 671
	/* Firmware Supports Adaptive CCA*/
	ATH10K_FW_FEATURE_SUPPORTS_ADAPTIVE_CCA = 11,

672 673 674
	/* Firmware supports management frame protection */
	ATH10K_FW_FEATURE_MFP_SUPPORT = 12,

675 676 677 678 679 680 681 682 683
	/* Firmware supports pull-push model where host shares it's software
	 * queue state with firmware and firmware generates fetch requests
	 * telling host which queues to dequeue tx from.
	 *
	 * Primary function of this is improved MU-MIMO performance with
	 * multiple clients.
	 */
	ATH10K_FW_FEATURE_PEER_FLOW_CONTROL = 13,

684 685 686 687 688 689 690
	/* Firmware supports BT-Coex without reloading firmware via pdev param.
	 * To support Bluetooth coexistence pdev param, WMI_COEX_GPIO_SUPPORT of
	 * extended resource config should be enabled always. This firmware IE
	 * is used to configure WMI_COEX_GPIO_SUPPORT.
	 */
	ATH10K_FW_FEATURE_BTCOEX_PARAM = 14,

691 692
	/* Unused flag and proven to be not working, enable this if you want
	 * to experiment sending NULL func data frames in HTT TX
693 694 695
	 */
	ATH10K_FW_FEATURE_SKIP_NULL_FUNC_WAR = 15,

696 697 698 699 700 701 702
	/* Firmware allow other BSS mesh broadcast/multicast frames without
	 * creating monitor interface. Appropriate rxfilters are programmed for
	 * mesh vdev by firmware itself. This feature flags will be used for
	 * not creating monitor vdev while configuring mesh node.
	 */
	ATH10K_FW_FEATURE_ALLOWS_MESH_BCAST = 16,

703 704 705
	/* Firmware does not support power save in station mode. */
	ATH10K_FW_FEATURE_NO_PS = 17,

706 707 708
	/* Firmware allows management tx by reference instead of by value. */
	ATH10K_FW_FEATURE_MGMT_TX_BY_REF = 18,

709 710 711
	/* Firmware load is done externally, not by bmi */
	ATH10K_FW_FEATURE_NON_BMI = 19,

712 713 714 715
	/* keep last */
	ATH10K_FW_FEATURE_COUNT,
};

716 717 718
enum ath10k_dev_flags {
	/* Indicates that ath10k device is during CAC phase of DFS */
	ATH10K_CAC_RUNNING,
719
	ATH10K_FLAG_CORE_REGISTERED,
M
Michal Kazior 已提交
720 721 722 723 724

	/* Device has crashed and needs to restart. This indicates any pending
	 * waiters should immediately cancel instead of waiting for a time out.
	 */
	ATH10K_FLAG_CRASH_FLUSH,
725 726 727 728 729 730 731 732 733

	/* Use Raw mode instead of native WiFi Tx/Rx encap mode.
	 * Raw mode supports both hardware and software crypto. Native WiFi only
	 * supports hardware crypto.
	 */
	ATH10K_FLAG_RAW_MODE,

	/* Disable HW crypto engine */
	ATH10K_FLAG_HW_CRYPTO_DISABLED,
734 735 736

	/* Bluetooth coexistance enabled */
	ATH10K_FLAG_BTCOEX,
737 738 739

	/* Per Station statistics service */
	ATH10K_FLAG_PEER_STATS,
740 741
};

742 743 744
enum ath10k_cal_mode {
	ATH10K_CAL_MODE_FILE,
	ATH10K_CAL_MODE_OTP,
745
	ATH10K_CAL_MODE_DT,
746 747
	ATH10K_PRE_CAL_MODE_FILE,
	ATH10K_PRE_CAL_MODE_DT,
748
	ATH10K_CAL_MODE_EEPROM,
749 750
};

751 752 753 754 755 756 757
enum ath10k_crypt_mode {
	/* Only use hardware crypto engine */
	ATH10K_CRYPT_MODE_HW,
	/* Only use software crypto engine */
	ATH10K_CRYPT_MODE_SW,
};

758 759 760 761 762 763 764
static inline const char *ath10k_cal_mode_str(enum ath10k_cal_mode mode)
{
	switch (mode) {
	case ATH10K_CAL_MODE_FILE:
		return "file";
	case ATH10K_CAL_MODE_OTP:
		return "otp";
765 766
	case ATH10K_CAL_MODE_DT:
		return "dt";
767 768 769 770
	case ATH10K_PRE_CAL_MODE_FILE:
		return "pre-cal-file";
	case ATH10K_PRE_CAL_MODE_DT:
		return "pre-cal-dt";
771 772
	case ATH10K_CAL_MODE_EEPROM:
		return "eeprom";
773 774 775 776 777
	}

	return "unknown";
}

778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800
enum ath10k_scan_state {
	ATH10K_SCAN_IDLE,
	ATH10K_SCAN_STARTING,
	ATH10K_SCAN_RUNNING,
	ATH10K_SCAN_ABORTING,
};

static inline const char *ath10k_scan_state_str(enum ath10k_scan_state state)
{
	switch (state) {
	case ATH10K_SCAN_IDLE:
		return "idle";
	case ATH10K_SCAN_STARTING:
		return "starting";
	case ATH10K_SCAN_RUNNING:
		return "running";
	case ATH10K_SCAN_ABORTING:
		return "aborting";
	}

	return "unknown";
}

M
Michal Kazior 已提交
801 802 803 804 805
enum ath10k_tx_pause_reason {
	ATH10K_TX_PAUSE_Q_FULL,
	ATH10K_TX_PAUSE_MAX,
};

806 807 808
struct ath10k_fw_file {
	const struct firmware *firmware;

809 810
	char fw_version[ETHTOOL_FWVERS_LEN];

811 812
	DECLARE_BITMAP(fw_features, ATH10K_FW_FEATURE_COUNT);

813
	enum ath10k_fw_wmi_op_version wmi_op_version;
814
	enum ath10k_fw_htt_op_version htt_op_version;
815

816 817 818 819 820 821 822 823
	const void *firmware_data;
	size_t firmware_len;

	const void *otp_data;
	size_t otp_len;

	const void *codeswap_data;
	size_t codeswap_len;
824 825 826 827 828 829 830 831 832

	/* The original idea of struct ath10k_fw_file was that it only
	 * contains struct firmware and pointers to various parts (actual
	 * firmware binary, otp, metadata etc) of the file. This seg_info
	 * is actually created separate but as this is used similarly as
	 * the other firmware components it's more convenient to have it
	 * here.
	 */
	struct ath10k_swap_code_seg_info *firmware_swap_code_seg_info;
833 834 835 836 837 838 839 840 841 842
};

struct ath10k_fw_components {
	const struct firmware *board;
	const void *board_data;
	size_t board_len;

	struct ath10k_fw_file fw_file;
};

843 844 845 846 847 848 849 850 851 852 853 854 855 856 857
struct ath10k_per_peer_tx_stats {
	u32	succ_bytes;
	u32	retry_bytes;
	u32	failed_bytes;
	u8	ratecode;
	u8	flags;
	u16	peer_id;
	u16	succ_pkts;
	u16	retry_pkts;
	u16	failed_pkts;
	u16	duration;
	u32	reserved1;
	u32	reserved2;
};

858 859 860
struct ath10k {
	struct ath_common ath_common;
	struct ieee80211_hw *hw;
861
	struct ieee80211_ops *ops;
862 863 864
	struct device *dev;
	u8 mac_addr[ETH_ALEN];

M
Michal Kazior 已提交
865
	enum ath10k_hw_rev hw_rev;
M
Michal Kazior 已提交
866
	u16 dev_id;
867
	u32 chip_id;
868 869 870 871 872
	u32 target_version;
	u8 fw_version_major;
	u32 fw_version_minor;
	u16 fw_version_release;
	u16 fw_version_build;
873
	u32 fw_stats_req_mask;
874 875 876
	u32 phy_capability;
	u32 hw_min_tx_power;
	u32 hw_max_tx_power;
877
	u32 hw_eeprom_rd;
878 879
	u32 ht_cap_info;
	u32 vht_cap_info;
880
	u32 num_rf_chains;
881
	u32 max_spatial_stream;
882
	/* protected by conf_mutex */
883 884
	u32 low_5ghz_chan;
	u32 high_5ghz_chan;
885
	bool ani_enabled;
886 887 888 889

	bool p2p;

	struct {
K
Kalle Valo 已提交
890
		enum ath10k_bus bus;
891 892 893
		const struct ath10k_hif_ops *ops;
	} hif;

894
	struct completion target_suspend;
895

M
Michal Kazior 已提交
896
	const struct ath10k_hw_regs *regs;
897
	const struct ath10k_hw_ce_regs *hw_ce_regs;
898
	const struct ath10k_hw_values *hw_values;
899
	struct ath10k_bmi bmi;
900
	struct ath10k_wmi wmi;
901
	struct ath10k_htc htc;
902
	struct ath10k_htt htt;
903

904
	struct ath10k_hw_params hw_params;
905

906 907
	/* contains the firmware images used with ATH10K_FIRMWARE_MODE_NORMAL */
	struct ath10k_fw_components normal_mode_fw;
908

909 910 911 912
	/* READ-ONLY images of the running firmware, which can be either
	 * normal or UTF. Do not modify, release etc!
	 */
	const struct ath10k_fw_components *running_fw;
913

914 915
	const struct firmware *pre_cal_file;
	const struct firmware *cal_file;
916

917 918 919 920 921
	struct {
		u32 vendor;
		u32 device;
		u32 subsystem_vendor;
		u32 subsystem_device;
922 923 924 925

		bool bmi_ids_valid;
		u8 bmi_board_id;
		u8 bmi_chip_id;
926 927

		char bdf_ext[ATH10K_SMBIOS_BDF_EXT_STR_LENGTH];
928
	} id;
929

930
	int fw_api;
931
	int bd_api;
932
	enum ath10k_cal_mode cal_mode;
933

934 935 936 937
	struct {
		struct completion started;
		struct completion completed;
		struct completion on_channel;
938 939
		struct delayed_work timeout;
		enum ath10k_scan_state state;
940 941 942
		bool is_roc;
		int vdev_id;
		int roc_freq;
943
		bool roc_notify;
944 945 946
	} scan;

	struct {
947
		struct ieee80211_supported_band sbands[NUM_NL80211_BANDS];
948 949 950 951 952 953 954 955
	} mac;

	/* should never be NULL; needed for regular htt rx */
	struct ieee80211_channel *rx_channel;

	/* valid during scan; needed for mgmt rx during scan */
	struct ieee80211_channel *scan_channel;

956 957 958
	/* current operating channel definition */
	struct cfg80211_chan_def chandef;

959 960 961
	/* currently configured operating channel in firmware */
	struct ieee80211_channel *tgt_oper_chan;

B
Ben Greear 已提交
962
	unsigned long long free_vdev_map;
M
Michal Kazior 已提交
963
	struct ath10k_vif *monitor_arvif;
M
Michal Kazior 已提交
964
	bool monitor;
965
	int monitor_vdev_id;
M
Michal Kazior 已提交
966
	bool monitor_started;
967
	unsigned int filter_flags;
968
	unsigned long dev_flags;
969
	bool dfs_block_radar_events;
970

971 972 973 974
	/* protected by conf_mutex */
	bool radar_enabled;
	int num_started_vdevs;

975 976 977 978
	/* Protected by conf-mutex */
	u8 cfg_tx_chainmask;
	u8 cfg_rx_chainmask;

979 980 981 982 983
	struct completion install_key_done;

	struct completion vdev_setup_done;

	struct workqueue_struct *workqueue;
984 985
	/* Auxiliary workqueue */
	struct workqueue_struct *workqueue_aux;
986 987 988 989 990 991

	/* prevents concurrent FW reconfiguration */
	struct mutex conf_mutex;

	/* protects shared structure data */
	spinlock_t data_lock;
M
Michal Kazior 已提交
992 993
	/* protects: ar->txqs, artxq->list */
	spinlock_t txqs_lock;
994

M
Michal Kazior 已提交
995
	struct list_head txqs;
M
Michal Kazior 已提交
996
	struct list_head arvifs;
997
	struct list_head peers;
M
Michal Kazior 已提交
998
	struct ath10k_peer *peer_map[ATH10K_MAX_NUM_PEER_IDS];
999 1000
	wait_queue_head_t peer_mapping_wq;

M
Michal Kazior 已提交
1001
	/* protected by conf_mutex */
1002
	int num_peers;
1003 1004 1005 1006
	int num_stations;

	int max_num_peers;
	int max_num_stations;
1007
	int max_num_vdevs;
1008
	int max_num_tdls_vdevs;
1009 1010
	int num_active_peers;
	int num_tids;
1011

1012 1013 1014
	struct work_struct svc_rdy_work;
	struct sk_buff *svc_rdy_skb;

1015 1016 1017 1018 1019
	struct work_struct offchan_tx_work;
	struct sk_buff_head offchan_tx_queue;
	struct completion offchan_tx_completed;
	struct sk_buff *offchan_tx_skb;

1020 1021 1022
	struct work_struct wmi_mgmt_tx_work;
	struct sk_buff_head wmi_mgmt_tx_queue;

1023 1024
	enum ath10k_state state;

1025
	struct work_struct register_work;
1026 1027
	struct work_struct restart_work;

M
Michal Kazior 已提交
1028
	/* cycle count is reported twice for each visited channel during scan.
1029 1030
	 * access protected by data_lock
	 */
M
Michal Kazior 已提交
1031 1032 1033 1034
	u32 survey_last_rx_clear_count;
	u32 survey_last_cycle_count;
	struct survey_info survey[ATH10K_NUM_CHANS];

1035 1036 1037 1038 1039 1040 1041
	/* Channel info events are expected to come in pairs without and with
	 * COMPLETE flag set respectively for each channel visit during scan.
	 *
	 * However there are deviations from this rule. This flag is used to
	 * avoid reporting garbage data.
	 */
	bool ch_info_can_report_survey;
1042
	struct completion bss_survey_done;
1043

J
Janusz Dziedzic 已提交
1044 1045
	struct dfs_pattern_detector *dfs_detector;

M
Michal Kazior 已提交
1046 1047
	unsigned long tx_paused; /* see ATH10K_TX_PAUSE_ */

1048 1049
#ifdef CONFIG_ATH10K_DEBUGFS
	struct ath10k_debug debug;
1050 1051 1052 1053 1054 1055 1056 1057
	struct {
		/* relay(fs) channel for spectral scan */
		struct rchan *rfs_chan_spec_scan;

		/* spectral_mode and spec_config are protected by conf_mutex */
		enum ath10k_spectral_mode mode;
		struct ath10k_spec_scan config;
	} spectral;
1058
#endif
M
Michal Kazior 已提交
1059

1060
	u32 pktlog_filter;
1061 1062 1063 1064 1065 1066 1067

#ifdef CONFIG_DEV_COREDUMP
	struct {
		struct ath10k_fw_crash_data *fw_crash_data;
	} coredump;
#endif

K
Kalle Valo 已提交
1068 1069
	struct {
		/* protected by conf_mutex */
1070 1071
		struct ath10k_fw_components utf_mode_fw;

K
Kalle Valo 已提交
1072 1073 1074 1075
		/* protected by data_lock */
		bool utf_monitor;
	} testmode;

B
Ben Greear 已提交
1076 1077 1078 1079 1080 1081 1082
	struct {
		/* protected by data_lock */
		u32 fw_crash_counter;
		u32 fw_warm_reset_counter;
		u32 fw_cold_reset_counter;
	} stats;

1083
	struct ath10k_thermal thermal;
1084
	struct ath10k_wow wow;
1085
	struct ath10k_per_peer_tx_stats peer_tx_stats;
1086

1087 1088 1089 1090
	/* NAPI */
	struct net_device napi_dev;
	struct napi_struct napi;

1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103
	struct work_struct set_coverage_class_work;
	/* protected by conf_mutex */
	struct {
		/* writing also protected by data_lock */
		s16 coverage_class;

		u32 reg_phyclk;
		u32 reg_slottime_conf;
		u32 reg_slottime_orig;
		u32 reg_ack_cts_timeout_conf;
		u32 reg_ack_cts_timeout_orig;
	} fw_coverage;

1104 1105
	u32 ampdu_reference;

1106 1107
	void *ce_priv;

1108 1109
	u32 sta_tid_stats_mask;

M
Michal Kazior 已提交
1110 1111
	/* must be last */
	u8 drv_priv[0] __aligned(sizeof(void *));
1112 1113
};

1114 1115 1116 1117 1118 1119 1120 1121 1122
static inline bool ath10k_peer_stats_enabled(struct ath10k *ar)
{
	if (test_bit(ATH10K_FLAG_PEER_STATS, &ar->dev_flags) &&
	    test_bit(WMI_SERVICE_PEER_STATS, ar->wmi.svc_map))
		return true;

	return false;
}

1123 1124
extern unsigned long ath10k_coredump_mask;

M
Michal Kazior 已提交
1125
struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev,
K
Kalle Valo 已提交
1126
				  enum ath10k_bus bus,
M
Michal Kazior 已提交
1127
				  enum ath10k_hw_rev hw_rev,
1128 1129
				  const struct ath10k_hif_ops *hif_ops);
void ath10k_core_destroy(struct ath10k *ar);
1130 1131 1132
void ath10k_core_get_fw_features_str(struct ath10k *ar,
				     char *buf,
				     size_t max_len);
1133 1134
int ath10k_core_fetch_firmware_api_n(struct ath10k *ar, const char *name,
				     struct ath10k_fw_file *fw_file);
1135

1136 1137
int ath10k_core_start(struct ath10k *ar, enum ath10k_firmware_mode mode,
		      const struct ath10k_fw_components *fw_components);
1138
int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt);
1139
void ath10k_core_stop(struct ath10k *ar);
1140
int ath10k_core_register(struct ath10k *ar, u32 chip_id);
1141 1142 1143
void ath10k_core_unregister(struct ath10k *ar);

#endif /* _CORE_H_ */