phyrx_vht_sig_a.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. /*
  2. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for any
  5. * purpose with or without fee is hereby granted, provided that the above
  6. * copyright notice and this permission notice appear in all copies.
  7. *
  8. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  9. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  10. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  11. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  12. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  13. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  14. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  15. */
  16. #ifndef _PHYRX_VHT_SIG_A_H_
  17. #define _PHYRX_VHT_SIG_A_H_
  18. #if !defined(__ASSEMBLER__)
  19. #endif
  20. #include "vht_sig_a_info.h"
  21. // ################ START SUMMARY #################
  22. //
  23. // Dword Fields
  24. // 0-1 struct vht_sig_a_info phyrx_vht_sig_a_info_details;
  25. //
  26. // ################ END SUMMARY #################
  27. #define NUM_OF_DWORDS_PHYRX_VHT_SIG_A 2
  28. struct phyrx_vht_sig_a {
  29. struct vht_sig_a_info phyrx_vht_sig_a_info_details;
  30. };
  31. /*
  32. struct vht_sig_a_info phyrx_vht_sig_a_info_details
  33. See detailed description of the STRUCT
  34. */
  35. /* EXTERNAL REFERENCE : struct vht_sig_a_info phyrx_vht_sig_a_info_details */
  36. /* Description PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_BANDWIDTH
  37. Packet bandwidth
  38. <enum 0 20_MHZ_11AC>
  39. <enum 1 40_MHZ_11AC>
  40. <enum 2 80_MHZ_11AC>
  41. <enum 3 160_MHZ_11AC>
  42. <legal 0-3>
  43. */
  44. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_BANDWIDTH_OFFSET 0x00000000
  45. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_BANDWIDTH_LSB 0
  46. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_BANDWIDTH_MASK 0x00000003
  47. /* Description PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_0
  48. Reserved. Set to 1 by MAC, PHY should ignore
  49. <legal 1>
  50. */
  51. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_0_OFFSET 0x00000000
  52. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_0_LSB 2
  53. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_0_MASK 0x00000004
  54. /* Description PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_STBC
  55. Space time block coding:
  56. <enum 0 stbc_disabled> Indicates STBC is disabled
  57. <enum 1 stbc_enabled> Indicates STBC is enabled on
  58. all streams
  59. <legal 0-1>
  60. */
  61. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_STBC_OFFSET 0x00000000
  62. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_STBC_LSB 3
  63. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_STBC_MASK 0x00000008
  64. /* Description PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_GROUP_ID
  65. In a SU VHT PPDU, if the PPDU carries MPDU(s) addressed
  66. to an AP or to a mesh STA, the Group ID field is set to 0,
  67. otherwise it is set to 63. In an NDP PPDU the Group ID is
  68. set according to IEEE 802.11ac_D1.0 Section 9.30.6
  69. (Transmission of a VHT NDP). For a MU-MIMO PPDU the Group ID
  70. is set as in 802.11ac_D1.0 Section 22.3.11.3 (Group ID).
  71. <legal all>
  72. */
  73. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_GROUP_ID_OFFSET 0x00000000
  74. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_GROUP_ID_LSB 4
  75. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_GROUP_ID_MASK 0x000003f0
  76. /* Description PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_N_STS
  77. For MU:
  78. 3 bits/user with maximum of 4 users (user u uses
  79. vht_sig_a[0][10+3u] - vht_sig_a[0][12+3u]), u = 0, 1, 2,
  80. 3)
  81. Set to 0 for 0 space time streams
  82. Set to 1 for 1 space time stream
  83. Set to 2 for 2 space time streams
  84. Set to 3 for 3 space time streams
  85. Set to 4 for 4 space time streams (not supported in Wifi
  86. 3.0)
  87. Values 5-7 are reserved
  88. In this field, references to user u should be
  89. interpreted as MU user u. As described in the previous
  90. chapter in this document (see chapter on User number), the
  91. MU user value for a given client is defined for each MU
  92. group that the client participates in. The MU user number is
  93. not related to the internal user number that is used within
  94. the BFer.
  95. For SU:
  96. vht_sig_a[0][12:10]
  97. Set to 0 for 1 space time stream
  98. Set to 1 for 2 space time streams
  99. Set to 2 for 3 space time streams
  100. Set to 3 for 4 space time streams
  101. Set to 4 for 5 space time streams
  102. Set to 5 for 6 space time streams
  103. Set to 6 for 7 space time streams
  104. Set to 7 for 8 space time streams
  105. vht_sig_a[0][21:13]
  106. Partial AID:
  107. Set to the value of the TXVECTOR parameter PARTIAL_AID.
  108. Partial AID provides an abbreviated indication of the
  109. intended recipient(s) of the frame (see IEEE802.11ac_D1.0
  110. Section 9.17a (Partial AID in VHT PPDUs)).
  111. <legal all>
  112. */
  113. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_N_STS_OFFSET 0x00000000
  114. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_N_STS_LSB 10
  115. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_N_STS_MASK 0x003ffc00
  116. /* Description PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_TXOP_PS_NOT_ALLOWED
  117. E_num 0 txop_ps_allowed Not supported: If set to by
  118. VHT AP if it allows non-AP VHT STAs in TXOP power save mode
  119. to enter Doze state during a TXOP
  120. <enum 1 no_txop_ps_allowed> Otherwise
  121. <legal 1>
  122. */
  123. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_TXOP_PS_NOT_ALLOWED_OFFSET 0x00000000
  124. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_TXOP_PS_NOT_ALLOWED_LSB 22
  125. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_TXOP_PS_NOT_ALLOWED_MASK 0x00400000
  126. /* Description PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_0B
  127. Reserved: Should be set to 1 by the MAC and ignored by
  128. the PHY <legal 1>
  129. */
  130. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_0B_OFFSET 0x00000000
  131. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_0B_LSB 23
  132. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_0B_MASK 0x00800000
  133. /* Description PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_RESERVED_0
  134. This field is not part of HT-SIG:
  135. Reserved: Should be set to 0 by the MAC and ignored by
  136. the PHY <legal 0>
  137. */
  138. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_RESERVED_0_OFFSET 0x00000000
  139. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_RESERVED_0_LSB 24
  140. #define PHYRX_VHT_SIG_A_0_PHYRX_VHT_SIG_A_INFO_DETAILS_RESERVED_0_MASK 0xff000000
  141. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_GI_SETTING
  142. <enum 0 normal_gi> Indicates short guard interval
  143. is not used in the data field
  144. <enum 1 short_gi> Indicates short guard interval is
  145. used in the data field
  146. <enum 3 short_gi_ambiguity> Indicates short guard
  147. interval is used in the data field and NSYM mod 10 = 9
  148. NSYM is defined in IEEE802.11ac_D1.0 Section 22.4.3
  149. (TXTIME and PSDU_LENGTH calculation).
  150. <legal 0,1,3>
  151. */
  152. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_GI_SETTING_OFFSET 0x00000004
  153. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_GI_SETTING_LSB 0
  154. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_GI_SETTING_MASK 0x00000003
  155. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_SU_MU_CODING
  156. For an SU PPDU, B2 is set to 0 for BCC, 1 for LDPC For
  157. an MU PPDU, if the MU[0] NSTS field is nonzero(#6773), then
  158. B2 indicates the coding used for user 0; set to 0 for BCC
  159. and 1 for LDPC. If the MU[0] NSTS field is 0, then this
  160. field is reserved and set to 1
  161. */
  162. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_SU_MU_CODING_OFFSET 0x00000004
  163. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_SU_MU_CODING_LSB 2
  164. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_SU_MU_CODING_MASK 0x00000004
  165. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_LDPC_EXTRA_SYMBOL
  166. Set to 1 if the LDPC PPDU encoding process (if an SU
  167. PPDU), or at least one LDPC user's PPDU encoding process (if
  168. an MU PPDU), results in an extra OFDM symbol (or symbols) as
  169. described in 22.3.10.5.4 (LDPC coding) and 22.3.10.5.5
  170. (Encoding process for MU PPDUs). Set to 0 otherwise.
  171. */
  172. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_LDPC_EXTRA_SYMBOL_OFFSET 0x00000004
  173. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_LDPC_EXTRA_SYMBOL_LSB 3
  174. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_LDPC_EXTRA_SYMBOL_MASK 0x00000008
  175. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_MCS
  176. For SU:
  177. Set to 0 for BPSK 1/2
  178. Set to 1 for QPSK 1/2
  179. Set to 2 for QPSK 3/4
  180. Set to 3 for 16-QAM 1/2
  181. Set to 4 for 16-QAM 3/4
  182. Set to 5 for 64-QAM 2/3
  183. Set to 6 for 64-QAM 3/4
  184. Set to 7 for 64-QAM 5/6
  185. Set to 8 for 256-QAM 3/4
  186. Set to 9 for 256-QAM 5/6
  187. For MU:
  188. If NSTS for user 1 is non-zero, then vht_sig_a[1][4]
  189. indicates coding for user 1: set to 0 for BCC, 1 for LDPC.
  190. If NSTS for user 1 is set to 0, then vht_sig_a[1][4] is
  191. reserved and set to 1.
  192. If NSTS for user 2 is non-zero, then vht_sig_a[1][5]
  193. indicates coding for user 2: set to 0 for BCC, 1 for LDPC.
  194. If NSTS for user 2 is set to 0, then vht_sig_a[1][5] is
  195. reserved and set to 1.
  196. If NSTS for user 3 is non-zero, then vht_sig_a[1][6]
  197. indicates coding for user 3: set to 0 for BCC, 1 for LDPC.
  198. If NSTS for user 3 is set to 0, then vht_sig_a[1][6] is
  199. reserved and set to 1.
  200. vht_sig_a[1][7] is reserved and set to 1
  201. <legal 0-15>
  202. */
  203. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_MCS_OFFSET 0x00000004
  204. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_MCS_LSB 4
  205. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_MCS_MASK 0x000000f0
  206. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_BEAMFORMED
  207. For SU:
  208. Set to 1 if a Beamforming steering matrix is applied to
  209. the waveform in an SU transmission as described in
  210. IEEE802.11ac_D1.0 Section 19.3.11.11.2 (Spatial mapping),
  211. set to 0 otherwise.
  212. For MU:
  213. Reserved and set to 1
  214. <legal 0-1>
  215. */
  216. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_BEAMFORMED_OFFSET 0x00000004
  217. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_BEAMFORMED_LSB 8
  218. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_BEAMFORMED_MASK 0x00000100
  219. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_1
  220. Reserved and set to 1. <legal 1>
  221. */
  222. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_1_OFFSET 0x00000004
  223. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_1_LSB 9
  224. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_VHTA_RESERVED_1_MASK 0x00000200
  225. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_CRC
  226. CRC calculated as in IEEE802.11ac_D1.0 Section
  227. 19.3.9.4.4 (CRC calculation for HTSIG) with C7 in
  228. vht_sig_a[1][10], etc. <legal all>
  229. */
  230. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_CRC_OFFSET 0x00000004
  231. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_CRC_LSB 10
  232. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_CRC_MASK 0x0003fc00
  233. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_TAIL
  234. Used to terminate the trellis of the convolutional
  235. decoder. Set to 0. <legal 0>
  236. */
  237. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_TAIL_OFFSET 0x00000004
  238. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_TAIL_LSB 18
  239. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_TAIL_MASK 0x00fc0000
  240. /* Description PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_RESERVED_1
  241. This field is not part of HT-SIG:
  242. Reserved: Should be set to 0 by the MAC and ignored by
  243. the PHY <legal 0>
  244. */
  245. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_RESERVED_1_OFFSET 0x00000004
  246. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_RESERVED_1_LSB 24
  247. #define PHYRX_VHT_SIG_A_1_PHYRX_VHT_SIG_A_INFO_DETAILS_RESERVED_1_MASK 0xff000000
  248. #endif // _PHYRX_VHT_SIG_A_H_