cfg_mlme_rates.h 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. /*
  2. * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for
  5. * any purpose with or without fee is hereby granted, provided that the
  6. * above copyright notice and this permission notice appear in all
  7. * copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  11. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  12. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  13. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  14. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  15. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  16. * PERFORMANCE OF THIS SOFTWARE.
  17. */
  18. /**
  19. * DOC: This file contains centralized definitions of converged configuration.
  20. */
  21. #ifndef __CFG_MLME_RATES_H
  22. #define __CFG_MLME_RATES_H
  23. #define CFG_SUPPORTED_RATES_11B_LEN 4
  24. #define CFG_SUPPORTED_RATES_11A_LEN 8
  25. #define CFG_OPERATIONAL_RATE_SET_LEN 12
  26. #define CFG_EXTENDED_OPERATIONAL_RATE_SET_LEN 8
  27. #define CFG_SUPPORTED_MCS_SET_LEN 16
  28. #define CFG_BASIC_MCS_SET_LEN 16
  29. #define CFG_CURRENT_MCS_SET_LEN 16
  30. #define CFG_MLME_RATE_MASK_LEN 4
  31. /*
  32. * <ini>
  33. * gMaxHTMCSForTxData - max HT mcs for TX
  34. * @Min: 0
  35. * @Max: 383
  36. * @Default: 0
  37. *
  38. * This ini is used to configure the max HT mcs
  39. * for tx data.
  40. *
  41. * Usage: External
  42. *
  43. * bits 0-15: max HT mcs
  44. * bits 16-31: zero to disable, otherwise enable.
  45. *
  46. * </ini>
  47. */
  48. #define CFG_MAX_HT_MCS_FOR_TX_DATA CFG_INI_UINT( \
  49. "gMaxHTMCSForTxData", \
  50. 0, \
  51. 0x17f, \
  52. 0, \
  53. CFG_VALUE_OR_DEFAULT, \
  54. "Max HT Mcs for Tx Data")
  55. /*
  56. * <ini>
  57. * gDisableABGRateForTxData - disable abg rate for tx data
  58. * @Min: 0
  59. * @Max: 1
  60. * @Default: 0
  61. *
  62. * This ini is used to disable abg rate for tx data.
  63. *
  64. * Usage: External
  65. *
  66. * </ini>
  67. */
  68. #define CFG_DISABLE_ABG_RATE_FOR_TX_DATA CFG_INI_BOOL( \
  69. "gDisableABGRateForTxData", \
  70. 0, \
  71. "Disable ABG RATE for TX Data")
  72. /*
  73. * <ini>
  74. * gSapMaxMCSForTxData - sap 11n max mcs
  75. * @Min: 0
  76. * @Max: 383
  77. * @Default: 0
  78. *
  79. * This ini configure SAP 11n max mcs
  80. *
  81. * Usage: External
  82. *
  83. * </ini>
  84. */
  85. #define CFG_SAP_MAX_MCS_FOR_TX_DATA CFG_INI_UINT( \
  86. "gSapMaxMCSForTxData", \
  87. 0, \
  88. 383, \
  89. 0, \
  90. CFG_VALUE_OR_DEFAULT, \
  91. "SAP Max MCS for TX Data")
  92. /*
  93. * <ini>
  94. * disable_high_ht_mcs_2x2 - disable high mcs index for 2nd stream in 2.4G
  95. * @Min: 0
  96. * @Max: 8
  97. * @Default: 0
  98. *
  99. * This ini is used to disable high HT MCS index for 2.4G STA connection.
  100. * It has been introduced to resolve IOT issue with one of the vendor.
  101. *
  102. * Note: This INI is not useful with 1x1 setting. If some platform supports
  103. * only 1x1 then this INI is not useful.
  104. *
  105. * 0 - It won't disable any HT MCS index (just like normal HT MCS)
  106. * 1 - It will disable 15th bit from HT RX MCS set (from 8-15 bits slot)
  107. * 2 - It will disable 14th & 15th bits from HT RX MCS set
  108. * 3 - It will disable 13th, 14th, & 15th bits from HT RX MCS set
  109. * and so on.
  110. *
  111. * Related: STA
  112. *
  113. * Supported Feature: 11n
  114. *
  115. * Usage: External
  116. */
  117. #define CFG_DISABLE_HIGH_HT_RX_MCS_2x2 CFG_INI_UINT( \
  118. "disable_high_ht_mcs_2x2", \
  119. 0, \
  120. 8, \
  121. 0, \
  122. CFG_VALUE_OR_DEFAULT, \
  123. "Disable high MCS index for 2x2")
  124. #define CFG_CFP_PERIOD CFG_UINT( \
  125. "cfpPeriod", \
  126. 0, \
  127. 255, \
  128. 1, \
  129. CFG_VALUE_OR_DEFAULT, \
  130. "CFP Period")
  131. #define CFG_CFP_MAX_DURATION CFG_UINT( \
  132. "cfpMaxDuration", \
  133. 0, \
  134. 65535, \
  135. 30000, \
  136. CFG_VALUE_OR_DEFAULT, \
  137. "CFP Max Duration")
  138. /*
  139. * <cfg>
  140. * supported_rates_11b - supported rates for 11b
  141. * @Min: 0 minimum length of supported rates
  142. * @Max: default data length of supported rates in string format
  143. * @Default: 2, 4, 11, 22
  144. */
  145. #define CFG_SUPPORTED_RATES_11B_DATA "2, 4, 11, 22"
  146. #define CFG_SUPPORTED_RATES_11B CFG_STRING( \
  147. "supported_rates_11b", \
  148. 0, \
  149. sizeof(CFG_SUPPORTED_RATES_11B_DATA) - 1, \
  150. CFG_SUPPORTED_RATES_11B_DATA, \
  151. "Supported rates for 11B")
  152. /*
  153. * <cfg>
  154. * supported_rates_11a - supported rates for 11a
  155. * @Min: 0 minimum length of supported rates
  156. * @Max: default data length of supported rates in string format
  157. * @Default: 12, 18, 24, 36, 48, 72, 96, 108
  158. */
  159. #define CFG_SUPPORTED_RATES_11A_DATA "12, 18, 24, 36, 48, 72, 96, 108"
  160. #define CFG_SUPPORTED_RATES_11A CFG_STRING( \
  161. "supported_rates_11a", \
  162. 0, \
  163. sizeof(CFG_SUPPORTED_RATES_11A_DATA) - 1, \
  164. CFG_SUPPORTED_RATES_11A_DATA, \
  165. "Supported rates for 11A")
  166. /*
  167. * <cfg>
  168. * supported_mcs_set - supported MCS set data
  169. * @Min: 0 minimum length of supported MCS set
  170. * @Max: default data length of supported mcs set in string format
  171. * @Default: 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
  172. * 0x0, 0x0, 0x0
  173. */
  174. #define CFG_SUPPORTED_MCS_SET_DATA "0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0"
  175. #define CFG_SUPPORTED_MCS_SET CFG_STRING( \
  176. "supported_mcs_set", \
  177. 0, \
  178. sizeof(CFG_SUPPORTED_MCS_SET_DATA) - 1, \
  179. CFG_SUPPORTED_MCS_SET_DATA, \
  180. "supported MCS set")
  181. /*
  182. * <cfg>
  183. * basic_mcs_set - basic MCS set data
  184. * @Min: 0 minimum length of basic MCS set
  185. * @Max: default data length of basic mcs set in string format
  186. * @Default: 0x00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
  187. * 0x0, 0x0, 0x0
  188. */
  189. #define CFG_BASIC_MCS_SET_DATA "0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0"
  190. #define CFG_BASIC_MCS_SET CFG_STRING( \
  191. "basic_mcs_set", \
  192. 0, \
  193. sizeof(CFG_BASIC_MCS_SET_DATA) - 1, \
  194. CFG_BASIC_MCS_SET_DATA, \
  195. "basic MCS set")
  196. /*
  197. * <cfg>
  198. * current_mcs_set - current MCS set data
  199. * @Min: 0 minimum length of current MCS set
  200. * @Max: default data length of current mcs set in string format
  201. * @Default: 0x00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
  202. * 0x0, 0x0, 0x0
  203. */
  204. #define CFG_CURRENT_MCS_SET_DATA "0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0"
  205. #define CFG_CURRENT_MCS_SET CFG_STRING( \
  206. "current_mcs_set", \
  207. 0, \
  208. sizeof(CFG_CURRENT_MCS_SET_DATA) - 1, \
  209. CFG_CURRENT_MCS_SET_DATA, \
  210. "current MCS set")
  211. /*
  212. * <cfg>
  213. * ratemask_type - PHY type for the ratemask.
  214. * @Min: 0 No rate mask set defined - disabled the configuration
  215. * @Max: 4
  216. * @Default: 0
  217. *
  218. * This ini is used to set the PHY type for ratemask in rate selection.
  219. *
  220. * 0 = Disables the configuration
  221. * 1 = The rate mask specified is for CCK/OFDM configuration
  222. * 2 = The rate mask specified is for HT configuration
  223. * 3 = The rate mask specified is for VHT configuration
  224. * 4 = The rate mask specified is for HE/11ax configuration
  225. *
  226. * Related: CFG_RATEMASK_SET
  227. *
  228. * Usage: External
  229. */
  230. #define CFG_RATEMASK_TYPE CFG_INI_UINT( \
  231. "ratemask_type", \
  232. 0, \
  233. 4, \
  234. 0, \
  235. CFG_VALUE_OR_DEFAULT, \
  236. "Ratemask type")
  237. /*
  238. * <cfg>
  239. * ratemask_set - ratemasks for a PHY type used in rate selection
  240. * @Min: default data length of ratemask in string format
  241. * @Max: default data length of ratemask in string format
  242. * @Default: 0xFFFFFFFF,0xFFFFFFFF,0xFFFFFFFF, 0xFFFFFFFF
  243. *
  244. * This is used to set the rate mask value to be used in rate selection.
  245. * Each of the four words must be configured.
  246. * A bit value of 1 represents rate is enabled
  247. * A bit value of 0 represents rate is disabled
  248. *
  249. * [b31-b0],[b63-b32],[b95-b64],[b127-b96]
  250. * For HE targets, 12 bits correpond to one NSS setting. Ex:
  251. * b0-13 => NSS1, MCS 0-13
  252. * b14-27 => NSS2, MCS 0-13 and so on for other NSS.
  253. * Note that the bit representation is continuous.
  254. *
  255. * For VHT targets, 10 bits correspond to one NSS setting.
  256. * b0-9 => NSS1, MCS 0-9
  257. * b10-19 => NSS2, MCS 0-9 and so on for other NSS.
  258. *
  259. * For HT targets, 8 bits correspond to one NSS setting.
  260. * b0-7 => NSS1, MCS 0-7
  261. * b8-15 => NSS2, MCS 0-7 and so on for other NSS.
  262. *
  263. * For OFDM/CCK targets, 8 bits correspond to one NSS setting.
  264. * Bit position |-b3-|-b2-|-b1-|-b0-|
  265. * Rates in Mbps |-1 -|-2 -|-5.5|-11-| CCK Rates
  266. *
  267. * Bit position |-b11-|-b10-|-b09-|-b08-|-b07-|-b06-|-b05-|-b04-|
  268. * Rates in Mbps |- 9 -|- 18-|-36 -|-54 -|- 6 -|-12 -| -24-|-48- | OFDM Rates
  269. *
  270. * Related: CFG_RATEMASK_TYPE
  271. *
  272. * Usage: External
  273. */
  274. #define CFG_RATEMASK_DATA "0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF"
  275. #define CFG_RATEMASK_SET CFG_INI_STRING( \
  276. "ratemask_set", \
  277. 0, \
  278. sizeof(CFG_RATEMASK_DATA) - 1, \
  279. CFG_RATEMASK_DATA, \
  280. "Ratemasks for rate selection")
  281. #define CFG_RATES_ALL \
  282. CFG(CFG_MAX_HT_MCS_FOR_TX_DATA) \
  283. CFG(CFG_DISABLE_ABG_RATE_FOR_TX_DATA) \
  284. CFG(CFG_SAP_MAX_MCS_FOR_TX_DATA) \
  285. CFG(CFG_DISABLE_HIGH_HT_RX_MCS_2x2) \
  286. CFG(CFG_CFP_PERIOD) \
  287. CFG(CFG_CFP_MAX_DURATION) \
  288. CFG(CFG_SUPPORTED_RATES_11B) \
  289. CFG(CFG_SUPPORTED_RATES_11A) \
  290. CFG(CFG_SUPPORTED_MCS_SET) \
  291. CFG(CFG_BASIC_MCS_SET) \
  292. CFG(CFG_CURRENT_MCS_SET) \
  293. CFG(CFG_RATEMASK_TYPE) \
  294. CFG(CFG_RATEMASK_SET)
  295. #endif /* __CFG_MLME_RATES_H */