conf.h 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276
  1. /*
  2. * This file is part of wl1271
  3. *
  4. * Copyright (C) 2009 Nokia Corporation
  5. *
  6. * Contact: Luciano Coelho <luciano.coelho@nokia.com>
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License
  10. * version 2 as published by the Free Software Foundation.
  11. *
  12. * This program is distributed in the hope that it will be useful, but
  13. * WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. * General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  20. * 02110-1301 USA
  21. *
  22. */
  23. #ifndef __CONF_H__
  24. #define __CONF_H__
  25. enum {
  26. CONF_HW_BIT_RATE_1MBPS = BIT(0),
  27. CONF_HW_BIT_RATE_2MBPS = BIT(1),
  28. CONF_HW_BIT_RATE_5_5MBPS = BIT(2),
  29. CONF_HW_BIT_RATE_6MBPS = BIT(3),
  30. CONF_HW_BIT_RATE_9MBPS = BIT(4),
  31. CONF_HW_BIT_RATE_11MBPS = BIT(5),
  32. CONF_HW_BIT_RATE_12MBPS = BIT(6),
  33. CONF_HW_BIT_RATE_18MBPS = BIT(7),
  34. CONF_HW_BIT_RATE_22MBPS = BIT(8),
  35. CONF_HW_BIT_RATE_24MBPS = BIT(9),
  36. CONF_HW_BIT_RATE_36MBPS = BIT(10),
  37. CONF_HW_BIT_RATE_48MBPS = BIT(11),
  38. CONF_HW_BIT_RATE_54MBPS = BIT(12),
  39. CONF_HW_BIT_RATE_MCS_0 = BIT(13),
  40. CONF_HW_BIT_RATE_MCS_1 = BIT(14),
  41. CONF_HW_BIT_RATE_MCS_2 = BIT(15),
  42. CONF_HW_BIT_RATE_MCS_3 = BIT(16),
  43. CONF_HW_BIT_RATE_MCS_4 = BIT(17),
  44. CONF_HW_BIT_RATE_MCS_5 = BIT(18),
  45. CONF_HW_BIT_RATE_MCS_6 = BIT(19),
  46. CONF_HW_BIT_RATE_MCS_7 = BIT(20)
  47. };
  48. enum {
  49. CONF_HW_RATE_INDEX_1MBPS = 0,
  50. CONF_HW_RATE_INDEX_2MBPS = 1,
  51. CONF_HW_RATE_INDEX_5_5MBPS = 2,
  52. CONF_HW_RATE_INDEX_6MBPS = 3,
  53. CONF_HW_RATE_INDEX_9MBPS = 4,
  54. CONF_HW_RATE_INDEX_11MBPS = 5,
  55. CONF_HW_RATE_INDEX_12MBPS = 6,
  56. CONF_HW_RATE_INDEX_18MBPS = 7,
  57. CONF_HW_RATE_INDEX_22MBPS = 8,
  58. CONF_HW_RATE_INDEX_24MBPS = 9,
  59. CONF_HW_RATE_INDEX_36MBPS = 10,
  60. CONF_HW_RATE_INDEX_48MBPS = 11,
  61. CONF_HW_RATE_INDEX_54MBPS = 12,
  62. CONF_HW_RATE_INDEX_MAX = CONF_HW_RATE_INDEX_54MBPS,
  63. };
  64. enum {
  65. CONF_HW_RXTX_RATE_MCS7 = 0,
  66. CONF_HW_RXTX_RATE_MCS6,
  67. CONF_HW_RXTX_RATE_MCS5,
  68. CONF_HW_RXTX_RATE_MCS4,
  69. CONF_HW_RXTX_RATE_MCS3,
  70. CONF_HW_RXTX_RATE_MCS2,
  71. CONF_HW_RXTX_RATE_MCS1,
  72. CONF_HW_RXTX_RATE_MCS0,
  73. CONF_HW_RXTX_RATE_54,
  74. CONF_HW_RXTX_RATE_48,
  75. CONF_HW_RXTX_RATE_36,
  76. CONF_HW_RXTX_RATE_24,
  77. CONF_HW_RXTX_RATE_22,
  78. CONF_HW_RXTX_RATE_18,
  79. CONF_HW_RXTX_RATE_12,
  80. CONF_HW_RXTX_RATE_11,
  81. CONF_HW_RXTX_RATE_9,
  82. CONF_HW_RXTX_RATE_6,
  83. CONF_HW_RXTX_RATE_5_5,
  84. CONF_HW_RXTX_RATE_2,
  85. CONF_HW_RXTX_RATE_1,
  86. CONF_HW_RXTX_RATE_MAX,
  87. CONF_HW_RXTX_RATE_UNSUPPORTED = 0xff
  88. };
  89. /* Rates between and including these are MCS rates */
  90. #define CONF_HW_RXTX_RATE_MCS_MIN CONF_HW_RXTX_RATE_MCS7
  91. #define CONF_HW_RXTX_RATE_MCS_MAX CONF_HW_RXTX_RATE_MCS0
  92. enum {
  93. CONF_SG_DISABLE = 0,
  94. CONF_SG_PROTECTIVE,
  95. CONF_SG_OPPORTUNISTIC
  96. };
  97. enum {
  98. /*
  99. * Configure the min and max time BT gains the antenna
  100. * in WLAN / BT master basic rate
  101. *
  102. * Range: 0 - 255 (ms)
  103. */
  104. CONF_SG_ACL_BT_MASTER_MIN_BR = 0,
  105. CONF_SG_ACL_BT_MASTER_MAX_BR,
  106. /*
  107. * Configure the min and max time BT gains the antenna
  108. * in WLAN / BT slave basic rate
  109. *
  110. * Range: 0 - 255 (ms)
  111. */
  112. CONF_SG_ACL_BT_SLAVE_MIN_BR,
  113. CONF_SG_ACL_BT_SLAVE_MAX_BR,
  114. /*
  115. * Configure the min and max time BT gains the antenna
  116. * in WLAN / BT master EDR
  117. *
  118. * Range: 0 - 255 (ms)
  119. */
  120. CONF_SG_ACL_BT_MASTER_MIN_EDR,
  121. CONF_SG_ACL_BT_MASTER_MAX_EDR,
  122. /*
  123. * Configure the min and max time BT gains the antenna
  124. * in WLAN / BT slave EDR
  125. *
  126. * Range: 0 - 255 (ms)
  127. */
  128. CONF_SG_ACL_BT_SLAVE_MIN_EDR,
  129. CONF_SG_ACL_BT_SLAVE_MAX_EDR,
  130. /*
  131. * The maximum time WLAN can gain the antenna
  132. * in WLAN PSM / BT master/slave BR
  133. *
  134. * Range: 0 - 255 (ms)
  135. */
  136. CONF_SG_ACL_WLAN_PS_MASTER_BR,
  137. CONF_SG_ACL_WLAN_PS_SLAVE_BR,
  138. /*
  139. * The maximum time WLAN can gain the antenna
  140. * in WLAN PSM / BT master/slave EDR
  141. *
  142. * Range: 0 - 255 (ms)
  143. */
  144. CONF_SG_ACL_WLAN_PS_MASTER_EDR,
  145. CONF_SG_ACL_WLAN_PS_SLAVE_EDR,
  146. /* TODO: explain these values */
  147. CONF_SG_ACL_WLAN_ACTIVE_MASTER_MIN_BR,
  148. CONF_SG_ACL_WLAN_ACTIVE_MASTER_MAX_BR,
  149. CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MIN_BR,
  150. CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MAX_BR,
  151. CONF_SG_ACL_WLAN_ACTIVE_MASTER_MIN_EDR,
  152. CONF_SG_ACL_WLAN_ACTIVE_MASTER_MAX_EDR,
  153. CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MIN_EDR,
  154. CONF_SG_ACL_WLAN_ACTIVE_SLAVE_MAX_EDR,
  155. CONF_SG_ACL_ACTIVE_SCAN_WLAN_BR,
  156. CONF_SG_ACL_ACTIVE_SCAN_WLAN_EDR,
  157. CONF_SG_ACL_PASSIVE_SCAN_BT_BR,
  158. CONF_SG_ACL_PASSIVE_SCAN_WLAN_BR,
  159. CONF_SG_ACL_PASSIVE_SCAN_BT_EDR,
  160. CONF_SG_ACL_PASSIVE_SCAN_WLAN_EDR,
  161. /*
  162. * Compensation percentage of probe requests when scan initiated
  163. * during BT voice/ACL link.
  164. *
  165. * Range: 0 - 255 (%)
  166. */
  167. CONF_SG_AUTO_SCAN_PROBE_REQ,
  168. /*
  169. * Compensation percentage of probe requests when active scan initiated
  170. * during BT voice
  171. *
  172. * Range: 0 - 255 (%)
  173. */
  174. CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_HV3,
  175. /*
  176. * Compensation percentage of WLAN active scan window if initiated
  177. * during BT A2DP
  178. *
  179. * Range: 0 - 1000 (%)
  180. */
  181. CONF_SG_ACTIVE_SCAN_DURATION_FACTOR_A2DP,
  182. /*
  183. * Compensation percentage of WLAN passive scan window if initiated
  184. * during BT A2DP BR
  185. *
  186. * Range: 0 - 1000 (%)
  187. */
  188. CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP_BR,
  189. /*
  190. * Compensation percentage of WLAN passive scan window if initiated
  191. * during BT A2DP EDR
  192. *
  193. * Range: 0 - 1000 (%)
  194. */
  195. CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_A2DP_EDR,
  196. /*
  197. * Compensation percentage of WLAN passive scan window if initiated
  198. * during BT voice
  199. *
  200. * Range: 0 - 1000 (%)
  201. */
  202. CONF_SG_PASSIVE_SCAN_DURATION_FACTOR_HV3,
  203. /* TODO: explain these values */
  204. CONF_SG_CONSECUTIVE_HV3_IN_PASSIVE_SCAN,
  205. CONF_SG_BCN_HV3_COLLISION_THRESH_IN_PASSIVE_SCAN,
  206. CONF_SG_TX_RX_PROTECTION_BWIDTH_IN_PASSIVE_SCAN,
  207. /*
  208. * Defines whether the SG will force WLAN host to enter/exit PSM
  209. *
  210. * Range: 1 - SG can force, 0 - host handles PSM
  211. */
  212. CONF_SG_STA_FORCE_PS_IN_BT_SCO,
  213. /*
  214. * Defines antenna configuration (single/dual antenna)
  215. *
  216. * Range: 0 - single antenna, 1 - dual antenna
  217. */
  218. CONF_SG_ANTENNA_CONFIGURATION,
  219. /*
  220. * The threshold (percent) of max consecutive beacon misses before
  221. * increasing priority of beacon reception.
  222. *
  223. * Range: 0 - 100 (%)
  224. */
  225. CONF_SG_BEACON_MISS_PERCENT,
  226. /*
  227. * Protection time of the DHCP procedure.
  228. *
  229. * Range: 0 - 100000 (ms)
  230. */
  231. CONF_SG_DHCP_TIME,
  232. /*
  233. * RX guard time before the beginning of a new BT voice frame during
  234. * which no new WLAN trigger frame is transmitted.
  235. *
  236. * Range: 0 - 100000 (us)
  237. */
  238. CONF_SG_RXT,
  239. /*
  240. * TX guard time before the beginning of a new BT voice frame during
  241. * which no new WLAN frame is transmitted.
  242. *
  243. * Range: 0 - 100000 (us)
  244. */
  245. CONF_SG_TXT,
  246. /*
  247. * Enable adaptive RXT/TXT algorithm. If disabled, the host values
  248. * will be utilized.
  249. *
  250. * Range: 0 - disable, 1 - enable
  251. */
  252. CONF_SG_ADAPTIVE_RXT_TXT,
  253. /* TODO: explain this value */
  254. CONF_SG_GENERAL_USAGE_BIT_MAP,
  255. /*
  256. * Number of consecutive BT voice frames not interrupted by WLAN
  257. *
  258. * Range: 0 - 100
  259. */
  260. CONF_SG_HV3_MAX_SERVED,
  261. /*
  262. * The used WLAN legacy service period during active BT ACL link
  263. *
  264. * Range: 0 - 255 (ms)
  265. */
  266. CONF_SG_PS_POLL_TIMEOUT,
  267. /*
  268. * The used WLAN UPSD service period during active BT ACL link
  269. *
  270. * Range: 0 - 255 (ms)
  271. */
  272. CONF_SG_UPSD_TIMEOUT,
  273. CONF_SG_CONSECUTIVE_CTS_THRESHOLD,
  274. CONF_SG_STA_RX_WINDOW_AFTER_DTIM,
  275. CONF_SG_STA_CONNECTION_PROTECTION_TIME,
  276. /* AP params */
  277. CONF_AP_BEACON_MISS_TX,
  278. CONF_AP_RX_WINDOW_AFTER_BEACON,
  279. CONF_AP_BEACON_WINDOW_INTERVAL,
  280. CONF_AP_CONNECTION_PROTECTION_TIME,
  281. CONF_AP_BT_ACL_VAL_BT_SERVE_TIME,
  282. CONF_AP_BT_ACL_VAL_WL_SERVE_TIME,
  283. CONF_SG_TEMP_PARAM_1,
  284. CONF_SG_TEMP_PARAM_2,
  285. CONF_SG_TEMP_PARAM_3,
  286. CONF_SG_TEMP_PARAM_4,
  287. CONF_SG_TEMP_PARAM_5,
  288. CONF_SG_TEMP_PARAM_6,
  289. CONF_SG_TEMP_PARAM_7,
  290. CONF_SG_TEMP_PARAM_8,
  291. CONF_SG_TEMP_PARAM_9,
  292. CONF_SG_TEMP_PARAM_10,
  293. CONF_SG_PARAMS_MAX,
  294. CONF_SG_PARAMS_ALL = 0xff
  295. };
  296. struct conf_sg_settings {
  297. u32 params[CONF_SG_PARAMS_MAX];
  298. u8 state;
  299. };
  300. enum conf_rx_queue_type {
  301. CONF_RX_QUEUE_TYPE_LOW_PRIORITY, /* All except the high priority */
  302. CONF_RX_QUEUE_TYPE_HIGH_PRIORITY, /* Management and voice packets */
  303. };
  304. struct conf_rx_settings {
  305. /*
  306. * The maximum amount of time, in TU, before the
  307. * firmware discards the MSDU.
  308. *
  309. * Range: 0 - 0xFFFFFFFF
  310. */
  311. u32 rx_msdu_life_time;
  312. /*
  313. * Packet detection threshold in the PHY.
  314. *
  315. * FIXME: details unknown.
  316. */
  317. u32 packet_detection_threshold;
  318. /*
  319. * The longest time the STA will wait to receive traffic from the AP
  320. * after a PS-poll has been transmitted.
  321. *
  322. * Range: 0 - 200000
  323. */
  324. u16 ps_poll_timeout;
  325. /*
  326. * The longest time the STA will wait to receive traffic from the AP
  327. * after a frame has been sent from an UPSD enabled queue.
  328. *
  329. * Range: 0 - 200000
  330. */
  331. u16 upsd_timeout;
  332. /*
  333. * The number of octets in an MPDU, below which an RTS/CTS
  334. * handshake is not performed.
  335. *
  336. * Range: 0 - 4096
  337. */
  338. u16 rts_threshold;
  339. /*
  340. * The RX Clear Channel Assessment threshold in the PHY
  341. * (the energy threshold).
  342. *
  343. * Range: ENABLE_ENERGY_D == 0x140A
  344. * DISABLE_ENERGY_D == 0xFFEF
  345. */
  346. u16 rx_cca_threshold;
  347. /*
  348. * Occupied Rx mem-blocks number which requires interrupting the host
  349. * (0 = no buffering, 0xffff = disabled).
  350. *
  351. * Range: u16
  352. */
  353. u16 irq_blk_threshold;
  354. /*
  355. * Rx packets number which requires interrupting the host
  356. * (0 = no buffering).
  357. *
  358. * Range: u16
  359. */
  360. u16 irq_pkt_threshold;
  361. /*
  362. * Max time in msec the FW may delay RX-Complete interrupt.
  363. *
  364. * Range: 1 - 100
  365. */
  366. u16 irq_timeout;
  367. /*
  368. * The RX queue type.
  369. *
  370. * Range: RX_QUEUE_TYPE_RX_LOW_PRIORITY, RX_QUEUE_TYPE_RX_HIGH_PRIORITY,
  371. */
  372. u8 queue_type;
  373. };
  374. #define CONF_TX_MAX_RATE_CLASSES 10
  375. #define CONF_TX_RATE_MASK_UNSPECIFIED 0
  376. #define CONF_TX_RATE_MASK_BASIC (CONF_HW_BIT_RATE_1MBPS | \
  377. CONF_HW_BIT_RATE_2MBPS)
  378. #define CONF_TX_RATE_RETRY_LIMIT 10
  379. /* basic rates for p2p operations (probe req/resp, etc.) */
  380. #define CONF_TX_RATE_MASK_BASIC_P2P (CONF_HW_BIT_RATE_6MBPS | \
  381. CONF_HW_BIT_RATE_12MBPS | CONF_HW_BIT_RATE_24MBPS)
  382. /*
  383. * Rates supported for data packets when operating as AP. Note the absence
  384. * of the 22Mbps rate. There is a FW limitation on 12 rates so we must drop
  385. * one. The rate dropped is not mandatory under any operating mode.
  386. */
  387. #define CONF_TX_AP_ENABLED_RATES (CONF_HW_BIT_RATE_1MBPS | \
  388. CONF_HW_BIT_RATE_2MBPS | CONF_HW_BIT_RATE_5_5MBPS | \
  389. CONF_HW_BIT_RATE_6MBPS | CONF_HW_BIT_RATE_9MBPS | \
  390. CONF_HW_BIT_RATE_11MBPS | CONF_HW_BIT_RATE_12MBPS | \
  391. CONF_HW_BIT_RATE_18MBPS | CONF_HW_BIT_RATE_24MBPS | \
  392. CONF_HW_BIT_RATE_36MBPS | CONF_HW_BIT_RATE_48MBPS | \
  393. CONF_HW_BIT_RATE_54MBPS)
  394. #define CONF_TX_CCK_RATES (CONF_HW_BIT_RATE_1MBPS | \
  395. CONF_HW_BIT_RATE_2MBPS | CONF_HW_BIT_RATE_5_5MBPS | \
  396. CONF_HW_BIT_RATE_11MBPS)
  397. #define CONF_TX_OFDM_RATES (CONF_HW_BIT_RATE_6MBPS | \
  398. CONF_HW_BIT_RATE_12MBPS | CONF_HW_BIT_RATE_24MBPS | \
  399. CONF_HW_BIT_RATE_36MBPS | CONF_HW_BIT_RATE_48MBPS | \
  400. CONF_HW_BIT_RATE_54MBPS)
  401. #define CONF_TX_MCS_RATES (CONF_HW_BIT_RATE_MCS_0 | \
  402. CONF_HW_BIT_RATE_MCS_1 | CONF_HW_BIT_RATE_MCS_2 | \
  403. CONF_HW_BIT_RATE_MCS_3 | CONF_HW_BIT_RATE_MCS_4 | \
  404. CONF_HW_BIT_RATE_MCS_5 | CONF_HW_BIT_RATE_MCS_6 | \
  405. CONF_HW_BIT_RATE_MCS_7)
  406. /*
  407. * Default rates for management traffic when operating in AP mode. This
  408. * should be configured according to the basic rate set of the AP
  409. */
  410. #define CONF_TX_AP_DEFAULT_MGMT_RATES (CONF_HW_BIT_RATE_1MBPS | \
  411. CONF_HW_BIT_RATE_2MBPS | CONF_HW_BIT_RATE_5_5MBPS)
  412. /* default rates for working as IBSS (11b and OFDM) */
  413. #define CONF_TX_IBSS_DEFAULT_RATES (CONF_HW_BIT_RATE_1MBPS | \
  414. CONF_HW_BIT_RATE_2MBPS | CONF_HW_BIT_RATE_5_5MBPS | \
  415. CONF_HW_BIT_RATE_11MBPS | CONF_TX_OFDM_RATES);
  416. struct conf_tx_rate_class {
  417. /*
  418. * The rates enabled for this rate class.
  419. *
  420. * Range: CONF_HW_BIT_RATE_* bit mask
  421. */
  422. u32 enabled_rates;
  423. /*
  424. * The dot11 short retry limit used for TX retries.
  425. *
  426. * Range: u8
  427. */
  428. u8 short_retry_limit;
  429. /*
  430. * The dot11 long retry limit used for TX retries.
  431. *
  432. * Range: u8
  433. */
  434. u8 long_retry_limit;
  435. /*
  436. * Flags controlling the attributes of TX transmission.
  437. *
  438. * Range: bit 0: Truncate - when set, FW attempts to send a frame stop
  439. * when the total valid per-rate attempts have
  440. * been exhausted; otherwise transmissions
  441. * will continue at the lowest available rate
  442. * until the appropriate one of the
  443. * short_retry_limit, long_retry_limit,
  444. * dot11_max_transmit_msdu_life_time, or
  445. * max_tx_life_time, is exhausted.
  446. * 1: Preamble Override - indicates if the preamble type
  447. * should be used in TX.
  448. * 2: Preamble Type - the type of the preamble to be used by
  449. * the policy (0 - long preamble, 1 - short preamble.
  450. */
  451. u8 aflags;
  452. };
  453. #define CONF_TX_MAX_AC_COUNT 4
  454. /* Slot number setting to start transmission at PIFS interval */
  455. #define CONF_TX_AIFS_PIFS 1
  456. /* Slot number setting to start transmission at DIFS interval normal
  457. * DCF access */
  458. #define CONF_TX_AIFS_DIFS 2
  459. enum conf_tx_ac {
  460. CONF_TX_AC_BE = 0, /* best effort / legacy */
  461. CONF_TX_AC_BK = 1, /* background */
  462. CONF_TX_AC_VI = 2, /* video */
  463. CONF_TX_AC_VO = 3, /* voice */
  464. CONF_TX_AC_CTS2SELF = 4, /* fictitious AC, follows AC_VO */
  465. CONF_TX_AC_ANY_TID = 0x1f
  466. };
  467. struct conf_tx_ac_category {
  468. /*
  469. * The AC class identifier.
  470. *
  471. * Range: enum conf_tx_ac
  472. */
  473. u8 ac;
  474. /*
  475. * The contention window minimum size (in slots) for the access
  476. * class.
  477. *
  478. * Range: u8
  479. */
  480. u8 cw_min;
  481. /*
  482. * The contention window maximum size (in slots) for the access
  483. * class.
  484. *
  485. * Range: u8
  486. */
  487. u16 cw_max;
  488. /*
  489. * The AIF value (in slots) for the access class.
  490. *
  491. * Range: u8
  492. */
  493. u8 aifsn;
  494. /*
  495. * The TX Op Limit (in microseconds) for the access class.
  496. *
  497. * Range: u16
  498. */
  499. u16 tx_op_limit;
  500. };
  501. #define CONF_TX_MAX_TID_COUNT 8
  502. /* Allow TX BA on all TIDs but 6,7. These are currently reserved in the FW */
  503. #define CONF_TX_BA_ENABLED_TID_BITMAP 0x3F
  504. enum {
  505. CONF_CHANNEL_TYPE_DCF = 0, /* DC/LEGACY*/
  506. CONF_CHANNEL_TYPE_EDCF = 1, /* EDCA*/
  507. CONF_CHANNEL_TYPE_HCCA = 2, /* HCCA*/
  508. };
  509. enum {
  510. CONF_PS_SCHEME_LEGACY = 0,
  511. CONF_PS_SCHEME_UPSD_TRIGGER = 1,
  512. CONF_PS_SCHEME_LEGACY_PSPOLL = 2,
  513. CONF_PS_SCHEME_SAPSD = 3,
  514. };
  515. enum {
  516. CONF_ACK_POLICY_LEGACY = 0,
  517. CONF_ACK_POLICY_NO_ACK = 1,
  518. CONF_ACK_POLICY_BLOCK = 2,
  519. };
  520. struct conf_tx_tid {
  521. u8 queue_id;
  522. u8 channel_type;
  523. u8 tsid;
  524. u8 ps_scheme;
  525. u8 ack_policy;
  526. u32 apsd_conf[2];
  527. };
  528. struct conf_tx_settings {
  529. /*
  530. * The TX ED value for TELEC Enable/Disable.
  531. *
  532. * Range: 0, 1
  533. */
  534. u8 tx_energy_detection;
  535. /*
  536. * Configuration for rate classes for TX (currently only one
  537. * rate class supported). Used in non-AP mode.
  538. */
  539. struct conf_tx_rate_class sta_rc_conf;
  540. /*
  541. * Configuration for access categories for TX rate control.
  542. */
  543. u8 ac_conf_count;
  544. struct conf_tx_ac_category ac_conf[CONF_TX_MAX_AC_COUNT];
  545. /*
  546. * AP-mode - allow this number of TX retries to a station before an
  547. * event is triggered from FW.
  548. * In AP-mode the hlids of unreachable stations are given in the
  549. * "sta_tx_retry_exceeded" member in the event mailbox.
  550. */
  551. u8 max_tx_retries;
  552. /*
  553. * AP-mode - after this number of seconds a connected station is
  554. * considered inactive.
  555. */
  556. u16 ap_aging_period;
  557. /*
  558. * Configuration for TID parameters.
  559. */
  560. u8 tid_conf_count;
  561. struct conf_tx_tid tid_conf[CONF_TX_MAX_TID_COUNT];
  562. /*
  563. * The TX fragmentation threshold.
  564. *
  565. * Range: u16
  566. */
  567. u16 frag_threshold;
  568. /*
  569. * Max time in msec the FW may delay frame TX-Complete interrupt.
  570. *
  571. * Range: u16
  572. */
  573. u16 tx_compl_timeout;
  574. /*
  575. * Completed TX packet count which requires to issue the TX-Complete
  576. * interrupt.
  577. *
  578. * Range: u16
  579. */
  580. u16 tx_compl_threshold;
  581. /*
  582. * The rate used for control messages and scanning on the 2.4GHz band
  583. *
  584. * Range: CONF_HW_BIT_RATE_* bit mask
  585. */
  586. u32 basic_rate;
  587. /*
  588. * The rate used for control messages and scanning on the 5GHz band
  589. *
  590. * Range: CONF_HW_BIT_RATE_* bit mask
  591. */
  592. u32 basic_rate_5;
  593. /*
  594. * TX retry limits for templates
  595. */
  596. u8 tmpl_short_retry_limit;
  597. u8 tmpl_long_retry_limit;
  598. };
  599. enum {
  600. CONF_WAKE_UP_EVENT_BEACON = 0x01, /* Wake on every Beacon*/
  601. CONF_WAKE_UP_EVENT_DTIM = 0x02, /* Wake on every DTIM*/
  602. CONF_WAKE_UP_EVENT_N_DTIM = 0x04, /* Wake every Nth DTIM */
  603. CONF_WAKE_UP_EVENT_N_BEACONS = 0x08, /* Wake every Nth beacon */
  604. CONF_WAKE_UP_EVENT_BITS_MASK = 0x0F
  605. };
  606. #define CONF_MAX_BCN_FILT_IE_COUNT 32
  607. #define CONF_BCN_RULE_PASS_ON_CHANGE BIT(0)
  608. #define CONF_BCN_RULE_PASS_ON_APPEARANCE BIT(1)
  609. #define CONF_BCN_IE_OUI_LEN 3
  610. #define CONF_BCN_IE_VER_LEN 2
  611. struct conf_bcn_filt_rule {
  612. /*
  613. * IE number to which to associate a rule.
  614. *
  615. * Range: u8
  616. */
  617. u8 ie;
  618. /*
  619. * Rule to associate with the specific ie.
  620. *
  621. * Range: CONF_BCN_RULE_PASS_ON_*
  622. */
  623. u8 rule;
  624. /*
  625. * OUI for the vendor specifie IE (221)
  626. */
  627. u8 oui[CONF_BCN_IE_OUI_LEN];
  628. /*
  629. * Type for the vendor specifie IE (221)
  630. */
  631. u8 type;
  632. /*
  633. * Version for the vendor specifie IE (221)
  634. */
  635. u8 version[CONF_BCN_IE_VER_LEN];
  636. };
  637. #define CONF_MAX_RSSI_SNR_TRIGGERS 8
  638. enum {
  639. CONF_TRIG_METRIC_RSSI_BEACON = 0,
  640. CONF_TRIG_METRIC_RSSI_DATA,
  641. CONF_TRIG_METRIC_SNR_BEACON,
  642. CONF_TRIG_METRIC_SNR_DATA
  643. };
  644. enum {
  645. CONF_TRIG_EVENT_TYPE_LEVEL = 0,
  646. CONF_TRIG_EVENT_TYPE_EDGE
  647. };
  648. enum {
  649. CONF_TRIG_EVENT_DIR_LOW = 0,
  650. CONF_TRIG_EVENT_DIR_HIGH,
  651. CONF_TRIG_EVENT_DIR_BIDIR
  652. };
  653. struct conf_sig_weights {
  654. /*
  655. * RSSI from beacons average weight.
  656. *
  657. * Range: u8
  658. */
  659. u8 rssi_bcn_avg_weight;
  660. /*
  661. * RSSI from data average weight.
  662. *
  663. * Range: u8
  664. */
  665. u8 rssi_pkt_avg_weight;
  666. /*
  667. * SNR from beacons average weight.
  668. *
  669. * Range: u8
  670. */
  671. u8 snr_bcn_avg_weight;
  672. /*
  673. * SNR from data average weight.
  674. *
  675. * Range: u8
  676. */
  677. u8 snr_pkt_avg_weight;
  678. };
  679. enum conf_bcn_filt_mode {
  680. CONF_BCN_FILT_MODE_DISABLED = 0,
  681. CONF_BCN_FILT_MODE_ENABLED = 1
  682. };
  683. enum conf_bet_mode {
  684. CONF_BET_MODE_DISABLE = 0,
  685. CONF_BET_MODE_ENABLE = 1,
  686. };
  687. struct conf_conn_settings {
  688. /*
  689. * Firmware wakeup conditions configuration. The host may set only
  690. * one bit.
  691. *
  692. * Range: CONF_WAKE_UP_EVENT_*
  693. */
  694. u8 wake_up_event;
  695. /*
  696. * Listen interval for beacons or Dtims.
  697. *
  698. * Range: 0 for beacon and Dtim wakeup
  699. * 1-10 for x Dtims
  700. * 1-255 for x beacons
  701. */
  702. u8 listen_interval;
  703. /*
  704. * Enable or disable the beacon filtering.
  705. *
  706. * Range: CONF_BCN_FILT_MODE_*
  707. */
  708. enum conf_bcn_filt_mode bcn_filt_mode;
  709. /*
  710. * Configure Beacon filter pass-thru rules.
  711. */
  712. u8 bcn_filt_ie_count;
  713. struct conf_bcn_filt_rule bcn_filt_ie[CONF_MAX_BCN_FILT_IE_COUNT];
  714. /*
  715. * The number of consecutive beacons to lose, before the firmware
  716. * becomes out of synch.
  717. *
  718. * Range: u32
  719. */
  720. u32 synch_fail_thold;
  721. /*
  722. * After out-of-synch, the number of TU's to wait without a further
  723. * received beacon (or probe response) before issuing the BSS_EVENT_LOSE
  724. * event.
  725. *
  726. * Range: u32
  727. */
  728. u32 bss_lose_timeout;
  729. /*
  730. * Beacon receive timeout.
  731. *
  732. * Range: u32
  733. */
  734. u32 beacon_rx_timeout;
  735. /*
  736. * Broadcast receive timeout.
  737. *
  738. * Range: u32
  739. */
  740. u32 broadcast_timeout;
  741. /*
  742. * Enable/disable reception of broadcast packets in power save mode
  743. *
  744. * Range: 1 - enable, 0 - disable
  745. */
  746. u8 rx_broadcast_in_ps;
  747. /*
  748. * Consecutive PS Poll failures before sending event to driver
  749. *
  750. * Range: u8
  751. */
  752. u8 ps_poll_threshold;
  753. /*
  754. * Configuration of signal average weights.
  755. */
  756. struct conf_sig_weights sig_weights;
  757. /*
  758. * Specifies if beacon early termination procedure is enabled or
  759. * disabled.
  760. *
  761. * Range: CONF_BET_MODE_*
  762. */
  763. u8 bet_enable;
  764. /*
  765. * Specifies the maximum number of consecutive beacons that may be
  766. * early terminated. After this number is reached at least one full
  767. * beacon must be correctly received in FW before beacon ET
  768. * resumes.
  769. *
  770. * Range 0 - 255
  771. */
  772. u8 bet_max_consecutive;
  773. /*
  774. * Specifies the maximum number of times to try PSM entry if it fails
  775. * (if sending the appropriate null-func message fails.)
  776. *
  777. * Range 0 - 255
  778. */
  779. u8 psm_entry_retries;
  780. /*
  781. * Specifies the maximum number of times to try PSM exit if it fails
  782. * (if sending the appropriate null-func message fails.)
  783. *
  784. * Range 0 - 255
  785. */
  786. u8 psm_exit_retries;
  787. /*
  788. * Specifies the maximum number of times to try transmit the PSM entry
  789. * null-func frame for each PSM entry attempt
  790. *
  791. * Range 0 - 255
  792. */
  793. u8 psm_entry_nullfunc_retries;
  794. /*
  795. * Specifies the dynamic PS timeout in ms that will be used
  796. * by the FW when in AUTO_PS mode
  797. */
  798. u16 dynamic_ps_timeout;
  799. /*
  800. *
  801. * Specifies the interval of the connection keep-alive null-func
  802. * frame in ms.
  803. *
  804. * Range: 1000 - 3600000
  805. */
  806. u32 keep_alive_interval;
  807. /*
  808. * Maximum listen interval supported by the driver in units of beacons.
  809. *
  810. * Range: u16
  811. */
  812. u8 max_listen_interval;
  813. };
  814. enum {
  815. CONF_REF_CLK_19_2_E,
  816. CONF_REF_CLK_26_E,
  817. CONF_REF_CLK_38_4_E,
  818. CONF_REF_CLK_52_E,
  819. CONF_REF_CLK_38_4_M_XTAL,
  820. CONF_REF_CLK_26_M_XTAL,
  821. };
  822. enum single_dual_band_enum {
  823. CONF_SINGLE_BAND,
  824. CONF_DUAL_BAND
  825. };
  826. #define CONF_RSSI_AND_PROCESS_COMPENSATION_SIZE 15
  827. #define CONF_NUMBER_OF_SUB_BANDS_5 7
  828. #define CONF_NUMBER_OF_RATE_GROUPS 6
  829. #define CONF_NUMBER_OF_CHANNELS_2_4 14
  830. #define CONF_NUMBER_OF_CHANNELS_5 35
  831. struct conf_itrim_settings {
  832. /* enable dco itrim */
  833. u8 enable;
  834. /* moderation timeout in microsecs from the last TX */
  835. u32 timeout;
  836. };
  837. struct conf_pm_config_settings {
  838. /*
  839. * Host clock settling time
  840. *
  841. * Range: 0 - 30000 us
  842. */
  843. u32 host_clk_settling_time;
  844. /*
  845. * Host fast wakeup support
  846. *
  847. * Range: true, false
  848. */
  849. bool host_fast_wakeup_support;
  850. };
  851. struct conf_roam_trigger_settings {
  852. /*
  853. * The minimum interval between two trigger events.
  854. *
  855. * Range: 0 - 60000 ms
  856. */
  857. u16 trigger_pacing;
  858. /*
  859. * The weight for rssi/beacon average calculation
  860. *
  861. * Range: 0 - 255
  862. */
  863. u8 avg_weight_rssi_beacon;
  864. /*
  865. * The weight for rssi/data frame average calculation
  866. *
  867. * Range: 0 - 255
  868. */
  869. u8 avg_weight_rssi_data;
  870. /*
  871. * The weight for snr/beacon average calculation
  872. *
  873. * Range: 0 - 255
  874. */
  875. u8 avg_weight_snr_beacon;
  876. /*
  877. * The weight for snr/data frame average calculation
  878. *
  879. * Range: 0 - 255
  880. */
  881. u8 avg_weight_snr_data;
  882. };
  883. struct conf_scan_settings {
  884. /*
  885. * The minimum time to wait on each channel for active scans
  886. *
  887. * Range: u32 tu/1000
  888. */
  889. u32 min_dwell_time_active;
  890. /*
  891. * The maximum time to wait on each channel for active scans
  892. *
  893. * Range: u32 tu/1000
  894. */
  895. u32 max_dwell_time_active;
  896. /*
  897. * The minimum time to wait on each channel for passive scans
  898. *
  899. * Range: u32 tu/1000
  900. */
  901. u32 min_dwell_time_passive;
  902. /*
  903. * The maximum time to wait on each channel for passive scans
  904. *
  905. * Range: u32 tu/1000
  906. */
  907. u32 max_dwell_time_passive;
  908. /*
  909. * Number of probe requests to transmit on each active scan channel
  910. *
  911. * Range: u8
  912. */
  913. u16 num_probe_reqs;
  914. };
  915. struct conf_sched_scan_settings {
  916. /* minimum time to wait on the channel for active scans (in TUs) */
  917. u16 min_dwell_time_active;
  918. /* maximum time to wait on the channel for active scans (in TUs) */
  919. u16 max_dwell_time_active;
  920. /* time to wait on the channel for passive scans (in TUs) */
  921. u32 dwell_time_passive;
  922. /* time to wait on the channel for DFS scans (in TUs) */
  923. u32 dwell_time_dfs;
  924. /* number of probe requests to send on each channel in active scans */
  925. u8 num_probe_reqs;
  926. /* RSSI threshold to be used for filtering */
  927. s8 rssi_threshold;
  928. /* SNR threshold to be used for filtering */
  929. s8 snr_threshold;
  930. };
  931. /* these are number of channels on the band divided by two, rounded up */
  932. #define CONF_TX_PWR_COMPENSATION_LEN_2 7
  933. #define CONF_TX_PWR_COMPENSATION_LEN_5 18
  934. struct conf_rf_settings {
  935. /*
  936. * Per channel power compensation for 2.4GHz
  937. *
  938. * Range: s8
  939. */
  940. u8 tx_per_channel_power_compensation_2[CONF_TX_PWR_COMPENSATION_LEN_2];
  941. /*
  942. * Per channel power compensation for 5GHz
  943. *
  944. * Range: s8
  945. */
  946. u8 tx_per_channel_power_compensation_5[CONF_TX_PWR_COMPENSATION_LEN_5];
  947. };
  948. struct conf_ht_setting {
  949. u8 rx_ba_win_size;
  950. u8 tx_ba_win_size;
  951. u16 inactivity_timeout;
  952. /* bitmap of enabled TIDs for TX BA sessions */
  953. u8 tx_ba_tid_bitmap;
  954. };
  955. struct conf_memory_settings {
  956. /* Number of stations supported in IBSS mode */
  957. u8 num_stations;
  958. /* Number of ssid profiles used in IBSS mode */
  959. u8 ssid_profiles;
  960. /* Number of memory buffers allocated to rx pool */
  961. u8 rx_block_num;
  962. /* Minimum number of blocks allocated to tx pool */
  963. u8 tx_min_block_num;
  964. /* Disable/Enable dynamic memory */
  965. u8 dynamic_memory;
  966. /*
  967. * Minimum required free tx memory blocks in order to assure optimum
  968. * performance
  969. *
  970. * Range: 0-120
  971. */
  972. u8 min_req_tx_blocks;
  973. /*
  974. * Minimum required free rx memory blocks in order to assure optimum
  975. * performance
  976. *
  977. * Range: 0-120
  978. */
  979. u8 min_req_rx_blocks;
  980. /*
  981. * Minimum number of mem blocks (free+used) guaranteed for TX
  982. *
  983. * Range: 0-120
  984. */
  985. u8 tx_min;
  986. };
  987. struct conf_fm_coex {
  988. u8 enable;
  989. u8 swallow_period;
  990. u8 n_divider_fref_set_1;
  991. u8 n_divider_fref_set_2;
  992. u16 m_divider_fref_set_1;
  993. u16 m_divider_fref_set_2;
  994. u32 coex_pll_stabilization_time;
  995. u16 ldo_stabilization_time;
  996. u8 fm_disturbed_band_margin;
  997. u8 swallow_clk_diff;
  998. };
  999. struct conf_rx_streaming_settings {
  1000. /*
  1001. * RX Streaming duration (in msec) from last tx/rx
  1002. *
  1003. * Range: u32
  1004. */
  1005. u32 duration;
  1006. /*
  1007. * Bitmap of tids to be polled during RX streaming.
  1008. * (Note: it doesn't look like it really matters)
  1009. *
  1010. * Range: 0x1-0xff
  1011. */
  1012. u8 queues;
  1013. /*
  1014. * RX Streaming interval.
  1015. * (Note:this value is also used as the rx streaming timeout)
  1016. * Range: 0 (disabled), 10 - 100
  1017. */
  1018. u8 interval;
  1019. /*
  1020. * enable rx streaming also when there is no coex activity
  1021. */
  1022. u8 always;
  1023. };
  1024. struct conf_fwlog {
  1025. /* Continuous or on-demand */
  1026. u8 mode;
  1027. /*
  1028. * Number of memory blocks dedicated for the FW logger
  1029. *
  1030. * Range: 1-3, or 0 to disable the FW logger
  1031. */
  1032. u8 mem_blocks;
  1033. /* Minimum log level threshold */
  1034. u8 severity;
  1035. /* Include/exclude timestamps from the log messages */
  1036. u8 timestamp;
  1037. /* See enum wl1271_fwlogger_output */
  1038. u8 output;
  1039. /* Regulates the frequency of log messages */
  1040. u8 threshold;
  1041. };
  1042. #define ACX_RATE_MGMT_NUM_OF_RATES 13
  1043. struct conf_rate_policy_settings {
  1044. u16 rate_retry_score;
  1045. u16 per_add;
  1046. u16 per_th1;
  1047. u16 per_th2;
  1048. u16 max_per;
  1049. u8 inverse_curiosity_factor;
  1050. u8 tx_fail_low_th;
  1051. u8 tx_fail_high_th;
  1052. u8 per_alpha_shift;
  1053. u8 per_add_shift;
  1054. u8 per_beta1_shift;
  1055. u8 per_beta2_shift;
  1056. u8 rate_check_up;
  1057. u8 rate_check_down;
  1058. u8 rate_retry_policy[ACX_RATE_MGMT_NUM_OF_RATES];
  1059. };
  1060. struct conf_hangover_settings {
  1061. u32 recover_time;
  1062. u8 hangover_period;
  1063. u8 dynamic_mode;
  1064. u8 early_termination_mode;
  1065. u8 max_period;
  1066. u8 min_period;
  1067. u8 increase_delta;
  1068. u8 decrease_delta;
  1069. u8 quiet_time;
  1070. u8 increase_time;
  1071. u8 window_size;
  1072. };
  1073. struct conf_drv_settings {
  1074. struct conf_sg_settings sg;
  1075. struct conf_rx_settings rx;
  1076. struct conf_tx_settings tx;
  1077. struct conf_conn_settings conn;
  1078. struct conf_itrim_settings itrim;
  1079. struct conf_pm_config_settings pm_config;
  1080. struct conf_roam_trigger_settings roam_trigger;
  1081. struct conf_scan_settings scan;
  1082. struct conf_sched_scan_settings sched_scan;
  1083. struct conf_rf_settings rf;
  1084. struct conf_ht_setting ht;
  1085. struct conf_memory_settings mem_wl127x;
  1086. struct conf_memory_settings mem_wl128x;
  1087. struct conf_fm_coex fm_coex;
  1088. struct conf_rx_streaming_settings rx_streaming;
  1089. struct conf_fwlog fwlog;
  1090. struct conf_rate_policy_settings rate;
  1091. struct conf_hangover_settings hangover;
  1092. u8 hci_io_ds;
  1093. };
  1094. #endif