core.h 25 KB

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