wlan_defs.h 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184
  1. /*
  2. * Copyright (c) 2013-2016, 2018 The Linux Foundation. All rights reserved.*
  3. *
  4. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  5. *
  6. *
  7. * Permission to use, copy, modify, and/or distribute this software for
  8. * any purpose with or without fee is hereby granted, provided that the
  9. * above copyright notice and this permission notice appear in all
  10. * copies.
  11. *
  12. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  13. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  14. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  15. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  16. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  17. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  18. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  19. * PERFORMANCE OF THIS SOFTWARE.
  20. */
  21. /*
  22. * This file was originally distributed by Qualcomm Atheros, Inc.
  23. * under proprietary terms before Copyright ownership was assigned
  24. * to the Linux Foundation.
  25. */
  26. #ifndef __WLAN_DEFS_H__
  27. #define __WLAN_DEFS_H__
  28. #include <a_osapi.h> /* A_COMPILE_TIME_ASSERT */
  29. /*
  30. * This file contains WLAN definitions that may be used across both
  31. * Host and Target software.
  32. */
  33. /*
  34. * MAX_SPATIAL_STREAM should be defined in a fwconfig_xxx.h file,
  35. * but for now provide a default value here in case it's not defined
  36. * in the fwconfig_xxx.h file.
  37. */
  38. #ifndef MAX_SPATIAL_STREAM
  39. #define MAX_SPATIAL_STREAM 3
  40. #endif
  41. /*
  42. * NOTE: The CONFIG_160MHZ_SUPPORT is not used consistently - some code
  43. * uses "#ifdef CONFIG_160MHZ_SUPPORT" while other code uses
  44. * "#if CONFIG_160MHZ_SUPPORT".
  45. * This use is being standardized in the recent versions of code to use
  46. * #ifdef, but is being left as is in the legacy code branches.
  47. * To minimize impact to legacy code branches, this file internally
  48. * converts CONFIG_160MHZ_SUPPORT=0 to having CONFIG_160MHZ_SUPPORT
  49. * undefined.
  50. * For builds that explicitly set CONFIG_160MHZ_SUPPORT=0, the bottom of
  51. * this file restores CONFIG_160MHZ_SUPPORT from being undefined to being 0.
  52. */
  53. // OLD:
  54. //#ifndef CONFIG_160MHZ_SUPPORT
  55. //#define CONFIG_160MHZ_SUPPORT 0 /* default: 160 MHz channels not supported */
  56. //#endif
  57. // NEW:
  58. #ifdef CONFIG_160MHZ_SUPPORT
  59. /* CONFIG_160MHZ_SUPPORT is explicitly enabled or explicitly disabled */
  60. #if !CONFIG_160MHZ_SUPPORT
  61. /* CONFIG_160MHZ_SUPPORT is explicitly disabled */
  62. /* Change from CONFIG_160MHZ_SUPPORT=0 to CONFIG_160MHZ_SUPPORT=<undef> */
  63. #undef CONFIG_160MHZ_SUPPORT
  64. /*
  65. * Set a flag to indicate this CONFIG_160MHZ_SUPPORT = 0 --> undef
  66. * change has been done, so we can undo the change at the bottom
  67. * of the file.
  68. */
  69. #define CONFIG_160MHZ_SUPPORT_UNDEF_WAR
  70. #endif
  71. #else
  72. /*
  73. * For backwards compatibility, if CONFIG_160MHZ_SUPPORT is not defined,
  74. * default it to 0, if this is either a host build or a Rome target build.
  75. * This maintains the prior behavior for the host and Rome target builds.
  76. */
  77. #if defined(AR6320) || !defined(ATH_TARGET)
  78. /*
  79. * Set a flag to indicate that at the end of the file,
  80. * CONFIG_160MHZ_SUPPORT should be set to 0.
  81. */
  82. #define CONFIG_160MHZ_SUPPORT_UNDEF_WAR
  83. #endif
  84. #endif
  85. #ifndef SUPPORT_11AX
  86. #define SUPPORT_11AX 0 /* 11ax not supported by default */
  87. #endif
  88. /*
  89. * MAX_SPATIAL_STREAM_ANY -
  90. * what is the largest number of spatial streams that any target supports
  91. */
  92. #define MAX_SPATIAL_STREAM_ANY_V2 4 /* pre-hawkeye */
  93. #define MAX_SPATIAL_STREAM_ANY_V3 8 /* includes hawkeye */
  94. /*
  95. * (temporarily) leave the old MAX_SPATIAL_STREAM_ANY name in place as an alias,
  96. * and in case some old code is using it
  97. */
  98. #define MAX_SPATIAL_STREAM_ANY MAX_SPATIAL_STREAM_ANY_V2 /* DEPRECATED */
  99. /* defines to set Packet extension values whic can be 0 us, 8 usec or 16 usec */
  100. /* NOTE: Below values cannot be changed without breaking WMI Compatibility */
  101. #define MAX_HE_NSS 8
  102. #define MAX_HE_MODULATION 8
  103. #define MAX_HE_RU 4
  104. #define HE_MODULATION_NONE 7
  105. #define HE_PET_0_USEC 0
  106. #define HE_PET_8_USEC 1
  107. #define HE_PET_16_USEC 2
  108. typedef enum {
  109. MODE_11A = 0, /* 11a Mode */
  110. MODE_11G = 1, /* 11b/g Mode */
  111. MODE_11B = 2, /* 11b Mode */
  112. MODE_11GONLY = 3, /* 11g only Mode */
  113. MODE_11NA_HT20 = 4, /* 11a HT20 mode */
  114. MODE_11NG_HT20 = 5, /* 11g HT20 mode */
  115. MODE_11NA_HT40 = 6, /* 11a HT40 mode */
  116. MODE_11NG_HT40 = 7, /* 11g HT40 mode */
  117. MODE_11AC_VHT20 = 8,
  118. MODE_11AC_VHT40 = 9,
  119. MODE_11AC_VHT80 = 10,
  120. MODE_11AC_VHT20_2G = 11,
  121. MODE_11AC_VHT40_2G = 12,
  122. MODE_11AC_VHT80_2G = 13,
  123. #ifdef CONFIG_160MHZ_SUPPORT
  124. MODE_11AC_VHT80_80 = 14,
  125. MODE_11AC_VHT160 = 15,
  126. #endif
  127. #if SUPPORT_11AX
  128. MODE_11AX_HE20 = 16,
  129. MODE_11AX_HE40 = 17,
  130. MODE_11AX_HE80 = 18,
  131. MODE_11AX_HE80_80 = 19,
  132. MODE_11AX_HE160 = 20,
  133. MODE_11AX_HE20_2G = 21,
  134. MODE_11AX_HE40_2G = 22,
  135. MODE_11AX_HE80_2G = 23,
  136. #endif
  137. /*
  138. * MODE_UNKNOWN should not be used within the host / target interface.
  139. * Thus, it is permissible for ODE_UNKNOWN to be conditionally-defined,
  140. * taking different values when compiling for different targets.
  141. */
  142. MODE_UNKNOWN,
  143. MODE_UNKNOWN_NO_160MHZ_SUPPORT = 14, /* not needed? */
  144. #if 0
  145. MODE_UNKNOWN_NO_11AX_SUPPORT = 16, /* not needed? */
  146. MODE_UNKNOWN_11AX_SUPPORT = 24, /* not needed? */
  147. #endif
  148. MODE_UNKNOWN_160MHZ_SUPPORT = MODE_UNKNOWN, /* not needed? */
  149. #ifdef ATHR_WIN_NWF
  150. PHY_MODE_MAX = MODE_UNKNOWN,
  151. PHY_MODE_MAX_NO_160_MHZ_SUPPORT = MODE_UNKNOWN_NO_160MHZ_SUPPORT,
  152. PHY_MODE_MAX_160_MHZ_SUPPORT = MODE_UNKNOWN_160MHZ_SUPPORT,
  153. #else
  154. MODE_MAX = MODE_UNKNOWN,
  155. MODE_MAX_NO_160_MHZ_SUPPORT = MODE_UNKNOWN_NO_160MHZ_SUPPORT,
  156. MODE_MAX_160_MHZ_SUPPORT = MODE_UNKNOWN_160MHZ_SUPPORT,
  157. #endif
  158. } WLAN_PHY_MODE;
  159. #ifndef CONFIG_160MHZ_SUPPORT
  160. A_COMPILE_TIME_ASSERT(
  161. mode_unknown_value_consistency_Check,
  162. MODE_UNKNOWN == MODE_UNKNOWN_NO_160MHZ_SUPPORT);
  163. #else
  164. A_COMPILE_TIME_ASSERT(
  165. mode_unknown_value_consistency_Check,
  166. MODE_UNKNOWN == MODE_UNKNOWN_160MHZ_SUPPORT);
  167. #endif
  168. typedef enum {
  169. VHT_MODE_NONE = 0, /* NON VHT Mode, e.g., HT, DSSS, CCK */
  170. VHT_MODE_20M = 1,
  171. VHT_MODE_40M = 2,
  172. VHT_MODE_80M = 3,
  173. VHT_MODE_160M = 4
  174. } VHT_OPER_MODE;
  175. typedef enum {
  176. WLAN_11A_CAPABILITY = 1,
  177. WLAN_11G_CAPABILITY = 2,
  178. WLAN_11AG_CAPABILITY = 3,
  179. } WLAN_CAPABILITY;
  180. #ifdef CONFIG_160MHZ_SUPPORT
  181. #define IS_MODE_VHT(mode) (((mode) == MODE_11AC_VHT20) || \
  182. ((mode) == MODE_11AC_VHT40) || \
  183. ((mode) == MODE_11AC_VHT80) || \
  184. ((mode) == MODE_11AC_VHT80_80) || \
  185. ((mode) == MODE_11AC_VHT160))
  186. #else
  187. #define IS_MODE_VHT(mode) (((mode) == MODE_11AC_VHT20) || \
  188. ((mode) == MODE_11AC_VHT40) || \
  189. ((mode) == MODE_11AC_VHT80))
  190. #endif
  191. #define IS_MODE_HE(mode) (((mode) == MODE_11AX_HE20) || \
  192. ((mode) == MODE_11AX_HE40) || \
  193. ((mode) == MODE_11AX_HE80) || \
  194. ((mode) == MODE_11AX_HE80_80) || \
  195. ((mode) == MODE_11AX_HE160) || \
  196. ((mode) == MODE_11AX_HE20_2G) || \
  197. ((mode) == MODE_11AX_HE40_2G) || \
  198. ((mode) == MODE_11AX_HE80_2G))
  199. #define IS_MODE_VHT_2G(mode) (((mode) == MODE_11AC_VHT20_2G) || \
  200. ((mode) == MODE_11AC_VHT40_2G) || \
  201. ((mode) == MODE_11AC_VHT80_2G))
  202. #define IS_MODE_11A(mode) (((mode) == MODE_11A) || \
  203. ((mode) == MODE_11NA_HT20) || \
  204. ((mode) == MODE_11NA_HT40) || \
  205. (IS_MODE_VHT(mode)))
  206. #define IS_MODE_11B(mode) ((mode) == MODE_11B)
  207. #define IS_MODE_11G(mode) (((mode) == MODE_11G) || \
  208. ((mode) == MODE_11GONLY) || \
  209. ((mode) == MODE_11NG_HT20) || \
  210. ((mode) == MODE_11NG_HT40) || \
  211. (IS_MODE_VHT_2G(mode)))
  212. #define IS_MODE_11GN(mode) (((mode) == MODE_11NG_HT20) || \
  213. ((mode) == MODE_11NG_HT40))
  214. #define IS_MODE_11GONLY(mode) ((mode) == MODE_11GONLY)
  215. #define IS_MODE_LEGACY(phymode) ((phymode == MODE_11A) || \
  216. (phymode == MODE_11G) || \
  217. (phymode == MODE_11B) || \
  218. (phymode == MODE_11GONLY))
  219. #define IS_MODE_11N(phymode) ((phymode >= MODE_11NA_HT20) && \
  220. (phymode <= MODE_11NG_HT40))
  221. #ifdef CONFIG_160MHZ_SUPPORT
  222. #define IS_MODE_11AC(phymode) ((phymode >= MODE_11AC_VHT20) && \
  223. (phymode <= MODE_11AC_VHT160))
  224. #else
  225. #define IS_MODE_11AC(phymode) ((phymode >= MODE_11AC_VHT20) && \
  226. (phymode <= MODE_11AC_VHT80_2G))
  227. #endif /* CONFIG_160MHZ_SUPPORT */
  228. #if SUPPORT_11AX
  229. #define IS_MODE_80MHZ(phymode) ((phymode == MODE_11AC_VHT80_2G) || \
  230. (phymode == MODE_11AC_VHT80) || \
  231. (phymode == MODE_11AX_HE80) || \
  232. (phymode == MODE_11AX_HE80_2G))
  233. #define IS_MODE_40MHZ(phymode) ((phymode == MODE_11AC_VHT40_2G) || \
  234. (phymode == MODE_11AC_VHT40) || \
  235. (phymode == MODE_11NG_HT40) || \
  236. (phymode == MODE_11NA_HT40) || \
  237. (phymode == MODE_11AX_HE40) || \
  238. (phymode == MODE_11AX_HE40_2G))
  239. #else
  240. #define IS_MODE_80MHZ(phymode) ((phymode == MODE_11AC_VHT80_2G) || \
  241. (phymode == MODE_11AC_VHT80))
  242. #define IS_MODE_40MHZ(phymode) ((phymode == MODE_11AC_VHT40_2G) || \
  243. (phymode == MODE_11AC_VHT40) || \
  244. (phymode == MODE_11NG_HT40) || \
  245. (phymode == MODE_11NA_HT40))
  246. #endif /* SUPPORT_11AX */
  247. enum {
  248. REGDMN_MODE_11A = 0x00000001, /* 11a channels */
  249. REGDMN_MODE_TURBO = 0x00000002, /* 11a turbo-only channels */
  250. REGDMN_MODE_11B = 0x00000004, /* 11b channels */
  251. REGDMN_MODE_PUREG = 0x00000008, /* 11g channels (OFDM only) */
  252. REGDMN_MODE_11G = 0x00000008, /* XXX historical */
  253. REGDMN_MODE_108G = 0x00000020, /* 11g+Turbo channels */
  254. REGDMN_MODE_108A = 0x00000040, /* 11a+Turbo channels */
  255. REGDMN_MODE_XR = 0x00000100, /* XR channels */
  256. REGDMN_MODE_11A_HALF_RATE = 0x00000200, /* 11A half rate channels */
  257. REGDMN_MODE_11A_QUARTER_RATE = 0x00000400, /* 11A quarter rate channels */
  258. REGDMN_MODE_11NG_HT20 = 0x00000800, /* 11N-G HT20 channels */
  259. REGDMN_MODE_11NA_HT20 = 0x00001000, /* 11N-A HT20 channels */
  260. REGDMN_MODE_11NG_HT40PLUS = 0x00002000, /* 11N-G HT40 + channels */
  261. REGDMN_MODE_11NG_HT40MINUS = 0x00004000, /* 11N-G HT40 - channels */
  262. REGDMN_MODE_11NA_HT40PLUS = 0x00008000, /* 11N-A HT40 + channels */
  263. REGDMN_MODE_11NA_HT40MINUS = 0x00010000, /* 11N-A HT40 - channels */
  264. REGDMN_MODE_11AC_VHT20 = 0x00020000, /* 5Ghz, VHT20 */
  265. REGDMN_MODE_11AC_VHT40PLUS = 0x00040000, /* 5Ghz, VHT40 + channels */
  266. REGDMN_MODE_11AC_VHT40MINUS = 0x00080000, /* 5Ghz VHT40 - channels */
  267. REGDMN_MODE_11AC_VHT80 = 0x000100000, /* 5Ghz, VHT80 channels */
  268. REGDMN_MODE_11AC_VHT20_2G = 0x000200000, /* 2Ghz, VHT20 */
  269. REGDMN_MODE_11AC_VHT40_2G = 0x000400000, /* 2Ghz, VHT40 */
  270. REGDMN_MODE_11AC_VHT80_2G = 0x000800000, /* 2Ghz, VHT80 */
  271. REGDMN_MODE_11AC_VHT160 = 0x001000000, /* 5Ghz, VHT160 */
  272. REGDMN_MODE_11AC_VHT40_2GPLUS = 0x002000000, /* 2Ghz, VHT40+ */
  273. REGDMN_MODE_11AC_VHT40_2GMINUS = 0x004000000, /* 2Ghz, VHT40- */
  274. REGDMN_MODE_11AC_VHT80_80 = 0x008000000, /* 5GHz, VHT80+80 */
  275. };
  276. #define REGDMN_MODE_ALL (0xFFFFFFFF) /* REGDMN_MODE_ALL is defined out of the enum
  277. * to prevent the ARM compile "warning #66:
  278. * enumeration value is out of int range"
  279. * Anyway, this is a BIT-OR of all possible values.
  280. */
  281. #define REGDMN_CAP1_CHAN_HALF_RATE 0x00000001
  282. #define REGDMN_CAP1_CHAN_QUARTER_RATE 0x00000002
  283. #define REGDMN_CAP1_CHAN_HAL49GHZ 0x00000004
  284. /* regulatory capabilities */
  285. #define REGDMN_EEPROM_EEREGCAP_EN_FCC_MIDBAND 0x0040
  286. #define REGDMN_EEPROM_EEREGCAP_EN_KK_U1_EVEN 0x0080
  287. #define REGDMN_EEPROM_EEREGCAP_EN_KK_U2 0x0100
  288. #define REGDMN_EEPROM_EEREGCAP_EN_KK_MIDBAND 0x0200
  289. #define REGDMN_EEPROM_EEREGCAP_EN_KK_U1_ODD 0x0400
  290. #define REGDMN_EEPROM_EEREGCAP_EN_KK_NEW_11A 0x0800
  291. typedef struct {
  292. A_UINT32 tlv_header; /* TLV tag and len; tag equals WMI_TLVTAG_STRUC_HAL_REG_CAPABILITIES */
  293. A_UINT32 eeprom_rd; /* regdomain value specified in EEPROM */
  294. A_UINT32 eeprom_rd_ext; /* regdomain */
  295. A_UINT32 regcap1; /* CAP1 capabilities bit map. */
  296. A_UINT32 regcap2; /* REGDMN EEPROM CAP. */
  297. A_UINT32 wireless_modes; /* REGDMN MODE */
  298. A_UINT32 low_2ghz_chan;
  299. A_UINT32 high_2ghz_chan;
  300. A_UINT32 low_5ghz_chan;
  301. A_UINT32 high_5ghz_chan;
  302. } HAL_REG_CAPABILITIES;
  303. #ifdef NUM_SPATIAL_STREAM
  304. /*
  305. * The rate control definitions below are only used in the target.
  306. * (Host-based rate control is no longer applicable.)
  307. * Maintain the defs in wlanfw_cmn for the sake of existing Rome / Helium
  308. * targets, but for Lithium targets remove them from wlanfw_cmn and define
  309. * them in a target-only location instead.
  310. * SUPPORT_11AX is essentially used as a condition to identify Lithium targets.
  311. * Some host drivers would also have SUPPORT_11AX defined, and thus would lose
  312. * the definition of RATE_CODE, RC_TX_DONE_PARAMS, and related macros, but
  313. * that's okay because the host should have no references to these
  314. * target-only data structures.
  315. */
  316. #if !((NUM_SPATIAL_STREAM > 4) || SUPPORT_11AX) /* following N/A for Lithium */
  317. /*
  318. * Used to update rate-control logic with the status of the tx-completion.
  319. * In host-based implementation of the rate-control feature, this struture is used to
  320. * create the payload for HTT message/s from target to host.
  321. */
  322. #ifndef CONFIG_MOVE_RC_STRUCT_TO_MACCORE
  323. #if (NUM_SPATIAL_STREAM > 3)
  324. #define A_RATEMASK A_UINT64
  325. #else
  326. #define A_RATEMASK A_UINT32
  327. #endif
  328. #endif /* CONFIG_MOVE_RC_STRUCT_TO_MACCORE */
  329. typedef A_UINT8 A_RATE;
  330. typedef A_UINT8 A_RATECODE;
  331. #define A_RATEMASK_NUM_OCTET (sizeof (A_RATEMASK))
  332. #define A_RATEMASK_NUM_BITS ((sizeof (A_RATEMASK)) << 3)
  333. typedef struct {
  334. A_RATECODE rateCode;
  335. A_UINT8 flags;
  336. } RATE_CODE;
  337. typedef struct {
  338. RATE_CODE ptx_rc; /* rate code, bw, chain mask sgi */
  339. A_UINT8 reserved[2];
  340. A_UINT32 flags; /* Encodes information such as excessive
  341. retransmission, aggregate, some info
  342. from .11 frame control,
  343. STBC, LDPC, (SGI and Tx Chain Mask
  344. are encoded in ptx_rc->flags field),
  345. AMPDU truncation (BT/time based etc.),
  346. RTS/CTS attempt */
  347. A_UINT32 num_enqued; /* # of MPDUs (for non-AMPDU 1) for this rate */
  348. A_UINT32 num_retries; /* Total # of transmission attempt for this rate */
  349. A_UINT32 num_failed; /* # of failed MPDUs in A-MPDU, 0 otherwise */
  350. A_UINT32 ack_rssi; /* ACK RSSI: b'7..b'0 avg RSSI across all chain */
  351. A_UINT32 time_stamp ; /* ACK timestamp (helps determine age) */
  352. A_UINT32 is_probe; /* Valid if probing. Else, 0 */
  353. A_UINT32 ba_win_size; /* b'7..b0, block Ack Window size, b'31..b8 Resvd */
  354. A_UINT32 failed_ba_bmap_0_31; /* failed BA bitmap 0..31 */
  355. A_UINT32 failed_ba_bmap_32_63; /* failed BA bitmap 32..63 */
  356. A_UINT32 bmap_tried_0_31; /* enqued bitmap 0..31 */
  357. A_UINT32 bmap_tried_32_63; /* enqued bitmap 32..63 */
  358. } RC_TX_DONE_PARAMS;
  359. #define RC_SET_TX_DONE_INFO(_dst, _rc, _f, _nq, _nr, _nf, _rssi, _ts) \
  360. do { \
  361. (_dst).ptx_rc.rateCode = (_rc).rateCode; \
  362. (_dst).ptx_rc.flags = (_rc).flags; \
  363. (_dst).flags = (_f); \
  364. (_dst).num_enqued = (_nq); \
  365. (_dst).num_retries = (_nr); \
  366. (_dst).num_failed = (_nf); \
  367. (_dst).ack_rssi = (_rssi); \
  368. (_dst).time_stamp = (_ts); \
  369. } while (0)
  370. #define RC_SET_TXBF_DONE_INFO(_dst, _f) \
  371. do { \
  372. (_dst).flags |= (_f); \
  373. } while (0)
  374. /*
  375. * NOTE: NUM_SCHED_ENTRIES is not used in the host/target interface, but for
  376. * historical reasons has been defined in the host/target interface files.
  377. * The NUM_SCHED_ENTRIES definition is being moved into a target-only
  378. * header file for newer (Lithium) targets, but is being left here for
  379. * non-Lithium cases, to avoid having to rework legacy targets to move
  380. * the NUM_SCHED_ENTRIES definition into a target-only header file.
  381. * Moving the NUM_SCHED_ENTRIES definition into a non-Lithium conditional
  382. * block should have no impact on the host, since the host does not use
  383. * NUM_SCHED_ENTRIES.
  384. */
  385. #define NUM_SCHED_ENTRIES 2
  386. #endif /* !((NUM_SPATIAL_STREAM > 4) || SUPPORT_11AX) */ /* above N/A for Lithium */
  387. #endif /* NUM_SPATIAL_STREAM */
  388. /* NOTE: NUM_DYN_BW cannot be changed without breaking WMI Compatibility */
  389. #define NUM_DYN_BW_MAX 4
  390. /* Some products only use 20/40/80; some use 20/40/80/160 */
  391. #ifndef NUM_DYN_BW
  392. #define NUM_DYN_BW 3 /* default: support up through 80 MHz */
  393. #endif
  394. #define NUM_DYN_BW_MASK 0x3
  395. #define PROD_SCHED_BW_ENTRIES (NUM_SCHED_ENTRIES * NUM_DYN_BW)
  396. #if NUM_DYN_BW > 4
  397. /* Extend rate table module first */
  398. #error "Extend rate table module first"
  399. #endif
  400. #define MAX_IBSS_PEERS 32
  401. #ifdef NUM_SPATIAL_STREAM
  402. /*
  403. * RC_TX_RATE_SCHEDULE and RC_TX_RATE_INFO defs are used only in the target.
  404. * (Host-based rate control is no longer applicable.)
  405. * Maintain the defs in wlanfw_cmn for the sake of existing Rome / Helium
  406. * targets, but for Lithium targets remove them from wlanfw_cmn and define
  407. * them in a target-only location instead.
  408. * SUPPORT_11AX is essentially used as a condition to identify Lithium targets.
  409. * Some host drivers would also have SUPPORT_11AX defined, and thus would lose
  410. * the definition of RC_TX_RATE_SCHEDULE and RC_TX_RATE_INFO, but that's okay
  411. * because the host should have no references to these target-only data
  412. * structures.
  413. */
  414. #ifndef CONFIG_MOVE_RC_STRUCT_TO_MACCORE
  415. #if !((NUM_SPATIAL_STREAM > 4) || SUPPORT_11AX)
  416. #if defined(CONFIG_AR900B_SUPPORT) || defined(AR900B)
  417. typedef struct{
  418. A_UINT32 psdu_len[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  419. A_UINT16 flags[NUM_SCHED_ENTRIES][NUM_DYN_BW];
  420. A_RATE rix[NUM_SCHED_ENTRIES][NUM_DYN_BW];
  421. A_UINT8 tpc[NUM_SCHED_ENTRIES][NUM_DYN_BW];
  422. A_UINT32 antmask[NUM_SCHED_ENTRIES];
  423. A_UINT8 num_mpdus[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  424. A_UINT16 txbf_cv_len;
  425. A_UINT32 txbf_cv_ptr;
  426. A_UINT16 txbf_flags;
  427. A_UINT16 txbf_cv_size;
  428. A_UINT8 txbf_nc_idx;
  429. A_UINT8 tries[NUM_SCHED_ENTRIES];
  430. A_UINT8 bw_mask[NUM_SCHED_ENTRIES];
  431. A_UINT8 max_bw[NUM_SCHED_ENTRIES];
  432. A_UINT8 num_sched_entries;
  433. A_UINT8 paprd_mask;
  434. A_RATE rts_rix;
  435. A_UINT8 sh_pream;
  436. A_UINT8 min_spacing_1_4_us;
  437. A_UINT8 fixed_delims;
  438. A_UINT8 bw_in_service;
  439. A_RATE probe_rix;
  440. A_UINT8 num_valid_rates;
  441. A_UINT8 rtscts_tpc;
  442. A_UINT8 dd_profile;
  443. } RC_TX_RATE_SCHEDULE;
  444. #else
  445. typedef struct{
  446. A_UINT32 psdu_len[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  447. A_UINT16 flags[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  448. A_RATE rix[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  449. A_UINT8 tpc[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  450. A_UINT8 num_mpdus[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  451. A_UINT32 antmask[NUM_SCHED_ENTRIES];
  452. A_UINT32 txbf_cv_ptr;
  453. A_UINT16 txbf_cv_len;
  454. A_UINT8 tries[NUM_SCHED_ENTRIES];
  455. A_UINT8 num_valid_rates;
  456. A_UINT8 paprd_mask;
  457. A_RATE rts_rix;
  458. A_UINT8 sh_pream;
  459. A_UINT8 min_spacing_1_4_us;
  460. A_UINT8 fixed_delims;
  461. A_UINT8 bw_in_service;
  462. A_RATE probe_rix;
  463. } RC_TX_RATE_SCHEDULE;
  464. #endif
  465. typedef struct{
  466. A_UINT16 flags[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  467. A_RATE rix[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  468. #ifdef DYN_TPC_ENABLE
  469. A_UINT8 tpc[NUM_DYN_BW * NUM_SCHED_ENTRIES];
  470. #endif
  471. #ifdef SECTORED_ANTENNA
  472. A_UINT32 antmask[NUM_SCHED_ENTRIES];
  473. #endif
  474. A_UINT8 tries[NUM_SCHED_ENTRIES];
  475. A_UINT8 num_valid_rates;
  476. A_RATE rts_rix;
  477. A_UINT8 sh_pream;
  478. A_UINT8 bw_in_service;
  479. A_RATE probe_rix;
  480. A_UINT8 dd_profile;
  481. } RC_TX_RATE_INFO;
  482. #endif /* !((NUM_SPATIAL_STREAM > 4) || SUPPORT_11AX) */
  483. #endif /* CONFIG_MOVE_RC_STRUCT_TO_MACCORE */
  484. #endif
  485. /*
  486. * Temporarily continue to provide the WHAL_RC_INIT_RC_MASKS def in wlan_defs.h
  487. * for older targets.
  488. * The WHAL_RX_INIT_RC_MASKS macro def needs to be moved into ratectrl_11ac.h
  489. * for all targets, but until this is complete, the WHAL_RC_INIT_RC_MASKS def
  490. * will be maintained here in its old location.
  491. */
  492. #ifndef CONFIG_160MHZ_SUPPORT
  493. #define WHAL_RC_INIT_RC_MASKS(_rm) do { \
  494. _rm[WHAL_RC_MASK_IDX_NON_HT] = A_RATEMASK_OFDM_CCK; \
  495. _rm[WHAL_RC_MASK_IDX_HT_20] = A_RATEMASK_HT_20; \
  496. _rm[WHAL_RC_MASK_IDX_HT_40] = A_RATEMASK_HT_40; \
  497. _rm[WHAL_RC_MASK_IDX_VHT_20] = A_RATEMASK_VHT_20; \
  498. _rm[WHAL_RC_MASK_IDX_VHT_40] = A_RATEMASK_VHT_40; \
  499. _rm[WHAL_RC_MASK_IDX_VHT_80] = A_RATEMASK_VHT_80; \
  500. } while (0)
  501. #endif
  502. /**
  503. * strucutre describing host memory chunk.
  504. */
  505. typedef struct {
  506. A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wlan_host_memory_chunk */
  507. /** id of the request that is passed up in service ready */
  508. A_UINT32 req_id;
  509. /** the physical address the memory chunk */
  510. A_UINT32 ptr;
  511. /** size of the chunk */
  512. A_UINT32 size;
  513. /** ptr_high
  514. * most significant bits of physical address of the memory chunk
  515. * Only applicable for addressing more than 32 bit.
  516. * This will only be non-zero if the target has set
  517. * WMI_SERVICE_SUPPORT_EXTEND_ADDRESS flag.
  518. */
  519. A_UINT32 ptr_high;
  520. } wlan_host_memory_chunk;
  521. #define NUM_UNITS_IS_NUM_VDEVS 0x1
  522. #define NUM_UNITS_IS_NUM_PEERS 0x2
  523. #define NUM_UNITS_IS_NUM_ACTIVE_PEERS 0x4
  524. /* request host to allocate memory contiguously */
  525. #define REQ_TO_HOST_FOR_CONT_MEMORY 0x8
  526. /**
  527. * structure used by FW for requesting host memory
  528. */
  529. typedef struct {
  530. A_UINT32 tlv_header; /* TLV tag and len; tag equals WMI_TLVTAG_STRUC_wlan_host_mem_req */
  531. /** ID of the request */
  532. A_UINT32 req_id;
  533. /** size of the of each unit */
  534. A_UINT32 unit_size;
  535. /**
  536. * flags to indicate that
  537. * the number units is dependent
  538. * on number of resources(num vdevs num peers .. etc)
  539. */
  540. A_UINT32 num_unit_info;
  541. /*
  542. * actual number of units to allocate . if flags in the num_unit_info
  543. * indicate that number of units is tied to number of a particular
  544. * resource to allocate then num_units filed is set to 0 and host
  545. * will derive the number units from number of the resources it is
  546. * requesting.
  547. */
  548. A_UINT32 num_units;
  549. } wlan_host_mem_req;
  550. typedef enum {
  551. IGNORE_DTIM = 0x01,
  552. NORMAL_DTIM = 0x02,
  553. STICK_DTIM = 0x03,
  554. AUTO_DTIM = 0x04,
  555. } BEACON_DTIM_POLICY;
  556. /* During test it is observed that 6 * 400 = 2400 can
  557. * be alloced in addition to CFG_TGT_NUM_MSDU_DESC.
  558. * If there is any change memory requirement, this number
  559. * needs to be revisited. */
  560. #define TOTAL_VOW_ALLOCABLE 2400
  561. #define VOW_DESC_GRAB_MAX 800
  562. #define VOW_GET_NUM_VI_STA(vow_config) (((vow_config) & 0xffff0000) >> 16)
  563. #define VOW_GET_DESC_PER_VI_STA(vow_config) ((vow_config) & 0x0000ffff)
  564. /***TODO!!! Get these values dynamically in WMI_READY event and use it to calculate the mem req*/
  565. /* size in bytes required for msdu descriptor. If it changes, this should be updated. LARGE_AP
  566. * case is not considered. LARGE_AP is disabled when VoW is enabled.*/
  567. #define MSDU_DESC_SIZE 20
  568. /* size in bytes required to support a peer in target.
  569. * This obtained by considering Two tids per peer.
  570. * peer structure = 168 bytes
  571. * tid = 96 bytes (per sta 2 means we need 192 bytes)
  572. * peer_cb = 16 * 2
  573. * key = 52 * 2
  574. * AST = 12 * 2
  575. * rate, reorder.. = 384
  576. * smart antenna = 50
  577. */
  578. #define MEMORY_REQ_FOR_PEER 800
  579. /*
  580. * NB: it is important to keep all the fields in the structure dword long
  581. * so that it is easy to handle the statistics in BE host.
  582. */
  583. /*
  584. * wlan_dbg_tx_stats_v1, _v2:
  585. * differing versions of the wlan_dbg_tx_stats struct used by different
  586. * targets
  587. */
  588. struct wlan_dbg_tx_stats_v1 {
  589. /* Num HTT cookies queued to dispatch list */
  590. A_INT32 comp_queued;
  591. /* Num HTT cookies dispatched */
  592. A_INT32 comp_delivered;
  593. /* Num MSDU queued to WAL */
  594. A_INT32 msdu_enqued;
  595. /* Num MPDU queue to WAL */
  596. A_INT32 mpdu_enqued;
  597. /* Num MSDUs dropped by WMM limit */
  598. A_INT32 wmm_drop;
  599. /* Num Local frames queued */
  600. A_INT32 local_enqued;
  601. /* Num Local frames done */
  602. A_INT32 local_freed;
  603. /* Num queued to HW */
  604. A_INT32 hw_queued;
  605. /* Num PPDU reaped from HW */
  606. A_INT32 hw_reaped;
  607. /* Num underruns */
  608. A_INT32 underrun;
  609. /* Num PPDUs cleaned up in TX abort */
  610. A_INT32 tx_abort;
  611. /* Num MPDUs requed by SW */
  612. A_INT32 mpdus_requed;
  613. /* excessive retries */
  614. A_UINT32 tx_ko;
  615. /* data hw rate code */
  616. A_UINT32 data_rc;
  617. /* Scheduler self triggers */
  618. A_UINT32 self_triggers;
  619. /* frames dropped due to excessive sw retries */
  620. A_UINT32 sw_retry_failure;
  621. /* illegal rate phy errors */
  622. A_UINT32 illgl_rate_phy_err;
  623. /* wal pdev continous xretry */
  624. A_UINT32 pdev_cont_xretry;
  625. /* wal pdev continous xretry */
  626. A_UINT32 pdev_tx_timeout;
  627. /* wal pdev resets */
  628. A_UINT32 pdev_resets;
  629. /* frames dropped due to non-availability of stateless TIDs */
  630. A_UINT32 stateless_tid_alloc_failure;
  631. /* PhY/BB underrun */
  632. A_UINT32 phy_underrun;
  633. /* MPDU is more than txop limit */
  634. A_UINT32 txop_ovf;
  635. };
  636. struct wlan_dbg_tx_stats_v2 {
  637. /* Num HTT cookies queued to dispatch list */
  638. A_INT32 comp_queued;
  639. /* Num HTT cookies dispatched */
  640. A_INT32 comp_delivered;
  641. /* Num MSDU queued to WAL */
  642. A_INT32 msdu_enqued;
  643. /* Num MPDU queue to WAL */
  644. A_INT32 mpdu_enqued;
  645. /* Num MSDUs dropped by WMM limit */
  646. A_INT32 wmm_drop;
  647. /* Num Local frames queued */
  648. A_INT32 local_enqued;
  649. /* Num Local frames done */
  650. A_INT32 local_freed;
  651. /* Num queued to HW */
  652. A_INT32 hw_queued;
  653. /* Num PPDU reaped from HW */
  654. A_INT32 hw_reaped;
  655. /* Num underruns */
  656. A_INT32 underrun;
  657. /* HW Paused. */
  658. A_UINT32 hw_paused;
  659. /* Num PPDUs cleaned up in TX abort */
  660. A_INT32 tx_abort;
  661. /* Num MPDUs requed by SW */
  662. A_INT32 mpdus_requed;
  663. /* excessive retries */
  664. A_UINT32 tx_ko;
  665. A_UINT32 tx_xretry;
  666. /* data hw rate code */
  667. A_UINT32 data_rc;
  668. /* Scheduler self triggers */
  669. A_UINT32 self_triggers;
  670. /* frames dropped due to excessive sw retries */
  671. A_UINT32 sw_retry_failure;
  672. /* illegal rate phy errors */
  673. A_UINT32 illgl_rate_phy_err;
  674. /* wal pdev continous xretry */
  675. A_UINT32 pdev_cont_xretry;
  676. /* wal pdev continous xretry */
  677. A_UINT32 pdev_tx_timeout;
  678. /* wal pdev resets */
  679. A_UINT32 pdev_resets;
  680. /* frames dropped due to non-availability of stateless TIDs */
  681. A_UINT32 stateless_tid_alloc_failure;
  682. /* PhY/BB underrun */
  683. A_UINT32 phy_underrun;
  684. /* MPDU is more than txop limit */
  685. A_UINT32 txop_ovf;
  686. /* Number of Sequences posted */
  687. A_UINT32 seq_posted;
  688. /* Number of Sequences failed queueing */
  689. A_UINT32 seq_failed_queueing;
  690. /* Number of Sequences completed */
  691. A_UINT32 seq_completed;
  692. /* Number of Sequences restarted */
  693. A_UINT32 seq_restarted;
  694. /* Number of MU Sequences posted */
  695. A_UINT32 mu_seq_posted;
  696. /* Num MPDUs flushed by SW, HWPAUSED, SW TXABORT (Reset,channel change) */
  697. A_INT32 mpdus_sw_flush;
  698. /* Num MPDUs filtered by HW, all filter condition (TTL expired) */
  699. A_INT32 mpdus_hw_filter;
  700. /* Num MPDUs truncated by PDG (TXOP, TBTT, PPDU_duration based on rate, dyn_bw) */
  701. A_INT32 mpdus_truncated;
  702. /* Num MPDUs that was tried but didn't receive ACK or BA */
  703. A_INT32 mpdus_ack_failed;
  704. /* Num MPDUs that was dropped du to expiry. */
  705. A_INT32 mpdus_expired;
  706. };
  707. #if defined(AR900B)
  708. #define wlan_dbg_tx_stats wlan_dbg_tx_stats_v2
  709. #else
  710. #define wlan_dbg_tx_stats wlan_dbg_tx_stats_v1
  711. #endif
  712. /*
  713. * wlan_dbg_rx_stats_v1, _v2:
  714. * differing versions of the wlan_dbg_rx_stats struct used by different
  715. * targets
  716. */
  717. struct wlan_dbg_rx_stats_v1 {
  718. /* Cnts any change in ring routing mid-ppdu */
  719. A_INT32 mid_ppdu_route_change;
  720. /* Total number of statuses processed */
  721. A_INT32 status_rcvd;
  722. /* Extra frags on rings 0-3 */
  723. A_INT32 r0_frags;
  724. A_INT32 r1_frags;
  725. A_INT32 r2_frags;
  726. A_INT32 r3_frags;
  727. /* MSDUs / MPDUs delivered to HTT */
  728. A_INT32 htt_msdus;
  729. A_INT32 htt_mpdus;
  730. /* MSDUs / MPDUs delivered to local stack */
  731. A_INT32 loc_msdus;
  732. A_INT32 loc_mpdus;
  733. /* AMSDUs that have more MSDUs than the status ring size */
  734. A_INT32 oversize_amsdu;
  735. /* Number of PHY errors */
  736. A_INT32 phy_errs;
  737. /* Number of PHY errors drops */
  738. A_INT32 phy_err_drop;
  739. /* Number of mpdu errors - FCS, MIC, ENC etc. */
  740. A_INT32 mpdu_errs;
  741. };
  742. struct wlan_dbg_rx_stats_v2 {
  743. /* Cnts any change in ring routing mid-ppdu */
  744. A_INT32 mid_ppdu_route_change;
  745. /* Total number of statuses processed */
  746. A_INT32 status_rcvd;
  747. /* Extra frags on rings 0-3 */
  748. A_INT32 r0_frags;
  749. A_INT32 r1_frags;
  750. A_INT32 r2_frags;
  751. A_INT32 r3_frags;
  752. /* MSDUs / MPDUs delivered to HTT */
  753. A_INT32 htt_msdus;
  754. A_INT32 htt_mpdus;
  755. /* MSDUs / MPDUs delivered to local stack */
  756. A_INT32 loc_msdus;
  757. A_INT32 loc_mpdus;
  758. /* AMSDUs that have more MSDUs than the status ring size */
  759. A_INT32 oversize_amsdu;
  760. /* Number of PHY errors */
  761. A_INT32 phy_errs;
  762. /* Number of PHY errors drops */
  763. A_INT32 phy_err_drop;
  764. /* Number of mpdu errors - FCS, MIC, ENC etc. */
  765. A_INT32 mpdu_errs;
  766. /* Number of rx overflow errors. */
  767. A_INT32 rx_ovfl_errs;
  768. };
  769. #if defined(AR900B)
  770. #define wlan_dbg_rx_stats wlan_dbg_rx_stats_v2
  771. #else
  772. #define wlan_dbg_rx_stats wlan_dbg_rx_stats_v1
  773. #endif
  774. struct wlan_dbg_mem_stats {
  775. A_UINT32 iram_free_size;
  776. A_UINT32 dram_free_size;
  777. };
  778. struct wlan_dbg_peer_stats {
  779. A_INT32 dummy; /* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */
  780. };
  781. /*
  782. * wlan_dbg_rx_rate_info_v1a_t, _v1b_t:
  783. * differing versions of the wlan_dbg_rx_rate_info struct used by different
  784. * targets
  785. */
  786. typedef struct {
  787. A_UINT32 mcs[10];
  788. A_UINT32 sgi[10];
  789. A_UINT32 nss[4];
  790. A_UINT32 nsts;
  791. A_UINT32 stbc[10];
  792. A_UINT32 bw[3];
  793. A_UINT32 pream[6];
  794. A_UINT32 ldpc;
  795. A_UINT32 txbf;
  796. A_UINT32 mgmt_rssi;
  797. A_UINT32 data_rssi;
  798. A_UINT32 rssi_chain0;
  799. A_UINT32 rssi_chain1;
  800. A_UINT32 rssi_chain2;
  801. } wlan_dbg_rx_rate_info_v1a_t;
  802. typedef struct {
  803. A_UINT32 mcs[10];
  804. A_UINT32 sgi[10];
  805. A_UINT32 nss[4];
  806. A_UINT32 nsts;
  807. A_UINT32 stbc[10];
  808. A_UINT32 bw[3];
  809. A_UINT32 pream[6];
  810. A_UINT32 ldpc;
  811. A_UINT32 txbf;
  812. A_UINT32 mgmt_rssi;
  813. A_UINT32 data_rssi;
  814. A_UINT32 rssi_chain0;
  815. A_UINT32 rssi_chain1;
  816. A_UINT32 rssi_chain2;
  817. /*
  818. * TEMPORARY: leave rssi_chain3 in place for AR900B builds until code using
  819. * rssi_chain3 has been converted to use wlan_dbg_rx_rate_info_v2_t.
  820. */
  821. A_UINT32 rssi_chain3;
  822. } wlan_dbg_rx_rate_info_v1b_t;
  823. #if defined(AR900B)
  824. #define wlan_dbg_rx_rate_info_t wlan_dbg_rx_rate_info_v1b_t
  825. #else
  826. #define wlan_dbg_rx_rate_info_t wlan_dbg_rx_rate_info_v1a_t
  827. #endif
  828. typedef struct {
  829. A_UINT32 mcs[10];
  830. A_UINT32 sgi[10];
  831. /*
  832. * TEMPORARY: leave nss conditionally defined, until all code that
  833. * requires nss[4] is converted to use wlan_dbg_tx_rate_info_v2_t.
  834. * At that time, this nss array will be made length = 3 unconditionally.
  835. */
  836. #if defined(CONFIG_AR900B_SUPPORT) || defined(AR900B)
  837. A_UINT32 nss[4];
  838. #else
  839. A_UINT32 nss[3];
  840. #endif
  841. A_UINT32 stbc[10];
  842. A_UINT32 bw[3];
  843. A_UINT32 pream[4];
  844. A_UINT32 ldpc;
  845. A_UINT32 rts_cnt;
  846. A_UINT32 ack_rssi;
  847. } wlan_dbg_tx_rate_info_t ;
  848. #define WLAN_MAX_MCS 10
  849. typedef struct {
  850. A_UINT32 mcs[WLAN_MAX_MCS];
  851. A_UINT32 sgi[WLAN_MAX_MCS];
  852. A_UINT32 nss[MAX_SPATIAL_STREAM_ANY_V2];
  853. A_UINT32 nsts;
  854. A_UINT32 stbc[WLAN_MAX_MCS];
  855. A_UINT32 bw[NUM_DYN_BW_MAX];
  856. A_UINT32 pream[6];
  857. A_UINT32 ldpc;
  858. A_UINT32 txbf;
  859. A_UINT32 mgmt_rssi;
  860. A_UINT32 data_rssi;
  861. A_UINT32 rssi_chain0;
  862. A_UINT32 rssi_chain1;
  863. A_UINT32 rssi_chain2;
  864. A_UINT32 rssi_chain3;
  865. A_UINT32 reserved[8];
  866. } wlan_dbg_rx_rate_info_v2_t;
  867. typedef struct {
  868. A_UINT32 mcs[WLAN_MAX_MCS];
  869. A_UINT32 sgi[WLAN_MAX_MCS];
  870. A_UINT32 nss[MAX_SPATIAL_STREAM_ANY_V2];
  871. A_UINT32 stbc[WLAN_MAX_MCS];
  872. A_UINT32 bw[NUM_DYN_BW_MAX];
  873. A_UINT32 pream[4];
  874. A_UINT32 ldpc;
  875. A_UINT32 rts_cnt;
  876. A_UINT32 ack_rssi;
  877. A_UINT32 reserved[8];
  878. } wlan_dbg_tx_rate_info_v2_t;
  879. typedef struct {
  880. A_UINT32 mcs[WLAN_MAX_MCS];
  881. A_UINT32 sgi[WLAN_MAX_MCS];
  882. A_UINT32 nss[MAX_SPATIAL_STREAM_ANY_V3];
  883. A_UINT32 nsts;
  884. A_UINT32 stbc[WLAN_MAX_MCS];
  885. A_UINT32 bw[NUM_DYN_BW_MAX];
  886. A_UINT32 pream[6];
  887. A_UINT32 ldpc;
  888. A_UINT32 txbf;
  889. A_UINT32 mgmt_rssi;
  890. A_UINT32 data_rssi;
  891. A_UINT32 rssi_chain0;
  892. A_UINT32 rssi_chain1;
  893. A_UINT32 rssi_chain2;
  894. A_UINT32 rssi_chain3;
  895. A_UINT32 reserved[8];
  896. } wlan_dbg_rx_rate_info_v3_t;
  897. typedef struct {
  898. A_UINT32 mcs[WLAN_MAX_MCS];
  899. A_UINT32 sgi[WLAN_MAX_MCS];
  900. A_UINT32 nss[MAX_SPATIAL_STREAM_ANY_V3];
  901. A_UINT32 stbc[WLAN_MAX_MCS];
  902. A_UINT32 bw[NUM_DYN_BW_MAX];
  903. A_UINT32 pream[4];
  904. A_UINT32 ldpc;
  905. A_UINT32 rts_cnt;
  906. A_UINT32 ack_rssi;
  907. A_UINT32 reserved[8];
  908. } wlan_dbg_tx_rate_info_v3_t;
  909. #define WHAL_DBG_PHY_ERR_MAXCNT 18
  910. #define WHAL_DBG_SIFS_STATUS_MAXCNT 8
  911. #define WHAL_DBG_SIFS_ERR_MAXCNT 8
  912. #define WHAL_DBG_CMD_RESULT_MAXCNT 11
  913. #define WHAL_DBG_CMD_STALL_ERR_MAXCNT 4
  914. #define WHAL_DBG_FLUSH_REASON_MAXCNT 40
  915. typedef enum {
  916. WIFI_URRN_STATS_FIRST_PKT,
  917. WIFI_URRN_STATS_BETWEEN_MPDU,
  918. WIFI_URRN_STATS_WITHIN_MPDU,
  919. WHAL_MAX_URRN_STATS
  920. } wifi_urrn_type_t;
  921. typedef struct wlan_dbg_txbf_snd_stats {
  922. A_UINT32 cbf_20[4];
  923. A_UINT32 cbf_40[4];
  924. A_UINT32 cbf_80[4];
  925. A_UINT32 sounding[9];
  926. A_UINT32 cbf_160[4];
  927. } wlan_dbg_txbf_snd_stats_t;
  928. typedef struct wlan_dbg_wifi2_error_stats {
  929. A_UINT32 urrn_stats[WHAL_MAX_URRN_STATS];
  930. A_UINT32 flush_errs[WHAL_DBG_FLUSH_REASON_MAXCNT];
  931. A_UINT32 schd_stall_errs[WHAL_DBG_CMD_STALL_ERR_MAXCNT];
  932. A_UINT32 schd_cmd_result[WHAL_DBG_CMD_RESULT_MAXCNT];
  933. A_UINT32 sifs_status[WHAL_DBG_SIFS_STATUS_MAXCNT];
  934. A_UINT8 phy_errs[WHAL_DBG_PHY_ERR_MAXCNT];
  935. A_UINT32 rx_rate_inval;
  936. } wlan_dbg_wifi2_error_stats_t;
  937. typedef struct wlan_dbg_wifi2_error2_stats {
  938. A_UINT32 schd_errs[WHAL_DBG_CMD_STALL_ERR_MAXCNT];
  939. A_UINT32 sifs_errs[WHAL_DBG_SIFS_ERR_MAXCNT];
  940. } wlan_dbg_wifi2_error2_stats_t;
  941. #define WLAN_DBG_STATS_SIZE_TXBF_VHT 10
  942. #define WLAN_DBG_STATS_SIZE_TXBF_HT 8
  943. #define WLAN_DBG_STATS_SIZE_TXBF_OFDM 8
  944. #define WLAN_DBG_STATS_SIZE_TXBF_CCK 7
  945. typedef struct wlan_dbg_txbf_data_stats {
  946. A_UINT32 tx_txbf_vht[WLAN_DBG_STATS_SIZE_TXBF_VHT];
  947. A_UINT32 rx_txbf_vht[WLAN_DBG_STATS_SIZE_TXBF_VHT];
  948. A_UINT32 tx_txbf_ht[WLAN_DBG_STATS_SIZE_TXBF_HT];
  949. A_UINT32 tx_txbf_ofdm[WLAN_DBG_STATS_SIZE_TXBF_OFDM];
  950. A_UINT32 tx_txbf_cck[WLAN_DBG_STATS_SIZE_TXBF_CCK];
  951. } wlan_dbg_txbf_data_stats_t;
  952. struct wlan_dbg_tx_mu_stats {
  953. A_UINT32 mu_sch_nusers_2;
  954. A_UINT32 mu_sch_nusers_3;
  955. A_UINT32 mu_mpdus_queued_usr[4];
  956. A_UINT32 mu_mpdus_tried_usr[4];
  957. A_UINT32 mu_mpdus_failed_usr[4];
  958. A_UINT32 mu_mpdus_requeued_usr[4];
  959. A_UINT32 mu_err_no_ba_usr[4];
  960. A_UINT32 mu_mpdu_underrun_usr[4];
  961. A_UINT32 mu_ampdu_underrun_usr[4];
  962. };
  963. struct wlan_dbg_tx_selfgen_stats {
  964. A_UINT32 su_ndpa;
  965. A_UINT32 su_ndp;
  966. A_UINT32 mu_ndpa;
  967. A_UINT32 mu_ndp;
  968. A_UINT32 mu_brpoll_1;
  969. A_UINT32 mu_brpoll_2;
  970. A_UINT32 mu_bar_1;
  971. A_UINT32 mu_bar_2;
  972. A_UINT32 cts_burst;
  973. A_UINT32 su_ndp_err;
  974. A_UINT32 su_ndpa_err;
  975. A_UINT32 mu_ndp_err;
  976. A_UINT32 mu_brp1_err;
  977. A_UINT32 mu_brp2_err;
  978. };
  979. typedef struct wlan_dbg_sifs_resp_stats {
  980. A_UINT32 ps_poll_trigger; /* num ps-poll trigger frames */
  981. A_UINT32 uapsd_trigger; /* num uapsd trigger frames */
  982. A_UINT32 qb_data_trigger[2]; /* num data trigger frames; idx 0: explicit and idx 1: implicit */
  983. A_UINT32 qb_bar_trigger[2]; /* num bar trigger frames; idx 0: explicit and idx 1: implicit */
  984. A_UINT32 sifs_resp_data; /* num ppdus transmitted at SIFS interval */
  985. A_UINT32 sifs_resp_err; /* num ppdus failed to meet SIFS resp timing */
  986. } wlan_dgb_sifs_resp_stats_t;
  987. /** wlan_dbg_wifi2_error_stats_t is not grouped with the
  988. * following structure as it is allocated differently and only
  989. * belongs to whal
  990. */
  991. typedef struct wlan_dbg_stats_wifi2 {
  992. wlan_dbg_txbf_snd_stats_t txbf_snd_info;
  993. wlan_dbg_txbf_data_stats_t txbf_data_info;
  994. struct wlan_dbg_tx_selfgen_stats tx_selfgen;
  995. struct wlan_dbg_tx_mu_stats tx_mu;
  996. wlan_dgb_sifs_resp_stats_t sifs_resp_info;
  997. } wlan_dbg_wifi2_stats_t;
  998. /*
  999. * wlan_dbg_rx_rate_info_v1a, _v1b:
  1000. * differing versions of the wlan_dbg_rx_rate_info struct used by different
  1001. * targets
  1002. */
  1003. typedef struct {
  1004. wlan_dbg_rx_rate_info_v1a_t rx_phy_info;
  1005. wlan_dbg_tx_rate_info_t tx_rate_info;
  1006. } wlan_dbg_rate_info_v1a_t;
  1007. typedef struct {
  1008. wlan_dbg_rx_rate_info_v1b_t rx_phy_info;
  1009. wlan_dbg_tx_rate_info_t tx_rate_info;
  1010. } wlan_dbg_rate_info_v1b_t;
  1011. #if defined(AR900B)
  1012. #define wlan_dbg_rate_info_t wlan_dbg_rate_info_v1b_t
  1013. #else
  1014. #define wlan_dbg_rate_info_t wlan_dbg_rate_info_v1a_t
  1015. #endif
  1016. typedef struct {
  1017. wlan_dbg_rx_rate_info_v2_t rx_phy_info;
  1018. wlan_dbg_tx_rate_info_v2_t tx_rate_info;
  1019. } wlan_dbg_rate_info_v2_t;
  1020. /*
  1021. * wlan_dbg_stats_v1, _v2:
  1022. * differing versions of the wlan_dbg_stats struct used by different
  1023. * targets
  1024. */
  1025. struct wlan_dbg_stats_v1 {
  1026. struct wlan_dbg_tx_stats_v1 tx;
  1027. struct wlan_dbg_rx_stats_v1 rx;
  1028. struct wlan_dbg_peer_stats peer;
  1029. };
  1030. struct wlan_dbg_stats_v2 {
  1031. struct wlan_dbg_tx_stats_v2 tx;
  1032. struct wlan_dbg_rx_stats_v2 rx;
  1033. struct wlan_dbg_mem_stats mem;
  1034. struct wlan_dbg_peer_stats peer;
  1035. };
  1036. #if defined(AR900B)
  1037. #define wlan_dbg_stats wlan_dbg_stats_v2
  1038. #else
  1039. #define wlan_dbg_stats wlan_dbg_stats_v1
  1040. #endif
  1041. #define DBG_STATS_MAX_HWQ_NUM 10
  1042. #define DBG_STATS_MAX_TID_NUM 20
  1043. #define DBG_STATS_MAX_CONG_NUM 16
  1044. struct wlan_dbg_txq_stats {
  1045. A_UINT16 num_pkts_queued[DBG_STATS_MAX_HWQ_NUM];
  1046. A_UINT16 tid_hw_qdepth[DBG_STATS_MAX_TID_NUM]; /* WAL_MAX_TID is 20 */
  1047. A_UINT16 tid_sw_qdepth[DBG_STATS_MAX_TID_NUM]; /* WAL_MAX_TID is 20 */
  1048. };
  1049. struct wlan_dbg_tidq_stats {
  1050. A_UINT32 wlan_dbg_tid_txq_status;
  1051. struct wlan_dbg_txq_stats txq_st;
  1052. };
  1053. typedef enum {
  1054. WLAN_DBG_DATA_STALL_NONE = 0,
  1055. WLAN_DBG_DATA_STALL_VDEV_PAUSE, /* 1 */
  1056. WLAN_DBG_DATA_STALL_HWSCHED_CMD_FILTER, /* 2 */
  1057. WLAN_DBG_DATA_STALL_HWSCHED_CMD_FLUSH, /* 3 */
  1058. WLAN_DBG_DATA_STALL_RX_REFILL_FAILED, /* 4 */
  1059. WLAN_DBG_DATA_STALL_RX_FCS_LEN_ERROR, /* 5 */
  1060. WLAN_DBG_DATA_STALL_MAC_WDOG_ERRORS, /* 6 */ /* Mac watch dog */
  1061. WLAN_DBG_DATA_STALL_PHY_BB_WDOG_ERROR, /* 7 */ /* PHY watch dog */
  1062. WLAN_DBG_DATA_STALL_POST_TIM_NO_TXRX_ERROR, /* 8 */
  1063. WLAN_DBG_DATA_STALL_MAX,
  1064. } wlan_dbg_data_stall_type_e;
  1065. typedef enum {
  1066. WLAN_DBG_DATA_STALL_RECOVERY_NONE = 0,
  1067. WLAN_DBG_DATA_STALL_RECOVERY_CONNECT_DISCONNECT,
  1068. WLAN_DBG_DATA_STALL_RECOVERY_CONNECT_MAC_PHY_RESET,
  1069. WLAN_DBG_DATA_STALL_RECOVERY_CONNECT_PDR,
  1070. WLAN_DBG_DATA_STALL_RECOVERY_CONNECT_SSR,
  1071. } wlan_dbg_data_stall_recovery_type_e;
  1072. /*
  1073. * NOTE: If necessary, restore the explicit disabling of CONFIG_160MHZ_SUPPORT
  1074. * See the corresponding comment + pre-processor block at the top of the file.
  1075. */
  1076. #ifdef CONFIG_160MHZ_SUPPORT_UNDEF_WAR
  1077. #define CONFIG_160MHZ_SUPPORT 0
  1078. #undef CONFIG_160MHZ_SUPPORT_UNDEF_WAR
  1079. #endif
  1080. #endif /* __WLANDEFS_H__ */