rs.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2003 - 2013 Intel Corporation. All rights reserved.
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of version 2 of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but WITHOUT
  10. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12. * more details.
  13. *
  14. * You should have received a copy of the GNU General Public License along with
  15. * this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  17. *
  18. * The full GNU General Public License is included in this distribution in the
  19. * file called LICENSE.
  20. *
  21. * Contact Information:
  22. * Intel Linux Wireless <ilw@linux.intel.com>
  23. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  24. *
  25. *****************************************************************************/
  26. #ifndef __rs_h__
  27. #define __rs_h__
  28. #include <net/mac80211.h>
  29. #include "iwl-config.h"
  30. #include "fw-api.h"
  31. #include "iwl-trans.h"
  32. struct iwl_rs_rate_info {
  33. u8 plcp; /* uCode API: IWL_RATE_6M_PLCP, etc. */
  34. u8 plcp_siso; /* uCode API: IWL_RATE_SISO_6M_PLCP, etc. */
  35. u8 plcp_mimo2; /* uCode API: IWL_RATE_MIMO2_6M_PLCP, etc. */
  36. u8 plcp_mimo3; /* uCode API: IWL_RATE_MIMO3_6M_PLCP, etc. */
  37. u8 ieee; /* MAC header: IWL_RATE_6M_IEEE, etc. */
  38. u8 prev_ieee; /* previous rate in IEEE speeds */
  39. u8 next_ieee; /* next rate in IEEE speeds */
  40. u8 prev_rs; /* previous rate used in rs algo */
  41. u8 next_rs; /* next rate used in rs algo */
  42. u8 prev_rs_tgg; /* previous rate used in TGG rs algo */
  43. u8 next_rs_tgg; /* next rate used in TGG rs algo */
  44. };
  45. #define IWL_RATE_60M_PLCP 3
  46. enum {
  47. IWL_RATE_INVM_INDEX = IWL_RATE_COUNT,
  48. IWL_RATE_INVALID = IWL_RATE_COUNT,
  49. };
  50. #define LINK_QUAL_MAX_RETRY_NUM 16
  51. enum {
  52. IWL_RATE_6M_INDEX_TABLE = 0,
  53. IWL_RATE_9M_INDEX_TABLE,
  54. IWL_RATE_12M_INDEX_TABLE,
  55. IWL_RATE_18M_INDEX_TABLE,
  56. IWL_RATE_24M_INDEX_TABLE,
  57. IWL_RATE_36M_INDEX_TABLE,
  58. IWL_RATE_48M_INDEX_TABLE,
  59. IWL_RATE_54M_INDEX_TABLE,
  60. IWL_RATE_1M_INDEX_TABLE,
  61. IWL_RATE_2M_INDEX_TABLE,
  62. IWL_RATE_5M_INDEX_TABLE,
  63. IWL_RATE_11M_INDEX_TABLE,
  64. IWL_RATE_INVM_INDEX_TABLE = IWL_RATE_INVM_INDEX - 1,
  65. };
  66. /* #define vs. enum to keep from defaulting to 'large integer' */
  67. #define IWL_RATE_6M_MASK (1 << IWL_RATE_6M_INDEX)
  68. #define IWL_RATE_9M_MASK (1 << IWL_RATE_9M_INDEX)
  69. #define IWL_RATE_12M_MASK (1 << IWL_RATE_12M_INDEX)
  70. #define IWL_RATE_18M_MASK (1 << IWL_RATE_18M_INDEX)
  71. #define IWL_RATE_24M_MASK (1 << IWL_RATE_24M_INDEX)
  72. #define IWL_RATE_36M_MASK (1 << IWL_RATE_36M_INDEX)
  73. #define IWL_RATE_48M_MASK (1 << IWL_RATE_48M_INDEX)
  74. #define IWL_RATE_54M_MASK (1 << IWL_RATE_54M_INDEX)
  75. #define IWL_RATE_60M_MASK (1 << IWL_RATE_60M_INDEX)
  76. #define IWL_RATE_1M_MASK (1 << IWL_RATE_1M_INDEX)
  77. #define IWL_RATE_2M_MASK (1 << IWL_RATE_2M_INDEX)
  78. #define IWL_RATE_5M_MASK (1 << IWL_RATE_5M_INDEX)
  79. #define IWL_RATE_11M_MASK (1 << IWL_RATE_11M_INDEX)
  80. /* uCode API values for OFDM high-throughput (HT) bit rates */
  81. enum {
  82. IWL_RATE_SISO_6M_PLCP = 0,
  83. IWL_RATE_SISO_12M_PLCP = 1,
  84. IWL_RATE_SISO_18M_PLCP = 2,
  85. IWL_RATE_SISO_24M_PLCP = 3,
  86. IWL_RATE_SISO_36M_PLCP = 4,
  87. IWL_RATE_SISO_48M_PLCP = 5,
  88. IWL_RATE_SISO_54M_PLCP = 6,
  89. IWL_RATE_SISO_60M_PLCP = 7,
  90. IWL_RATE_MIMO2_6M_PLCP = 0x8,
  91. IWL_RATE_MIMO2_12M_PLCP = 0x9,
  92. IWL_RATE_MIMO2_18M_PLCP = 0xa,
  93. IWL_RATE_MIMO2_24M_PLCP = 0xb,
  94. IWL_RATE_MIMO2_36M_PLCP = 0xc,
  95. IWL_RATE_MIMO2_48M_PLCP = 0xd,
  96. IWL_RATE_MIMO2_54M_PLCP = 0xe,
  97. IWL_RATE_MIMO2_60M_PLCP = 0xf,
  98. IWL_RATE_MIMO3_6M_PLCP = 0x10,
  99. IWL_RATE_MIMO3_12M_PLCP = 0x11,
  100. IWL_RATE_MIMO3_18M_PLCP = 0x12,
  101. IWL_RATE_MIMO3_24M_PLCP = 0x13,
  102. IWL_RATE_MIMO3_36M_PLCP = 0x14,
  103. IWL_RATE_MIMO3_48M_PLCP = 0x15,
  104. IWL_RATE_MIMO3_54M_PLCP = 0x16,
  105. IWL_RATE_MIMO3_60M_PLCP = 0x17,
  106. IWL_RATE_SISO_INVM_PLCP,
  107. IWL_RATE_MIMO2_INVM_PLCP = IWL_RATE_SISO_INVM_PLCP,
  108. IWL_RATE_MIMO3_INVM_PLCP = IWL_RATE_SISO_INVM_PLCP,
  109. };
  110. /* MAC header values for bit rates */
  111. enum {
  112. IWL_RATE_6M_IEEE = 12,
  113. IWL_RATE_9M_IEEE = 18,
  114. IWL_RATE_12M_IEEE = 24,
  115. IWL_RATE_18M_IEEE = 36,
  116. IWL_RATE_24M_IEEE = 48,
  117. IWL_RATE_36M_IEEE = 72,
  118. IWL_RATE_48M_IEEE = 96,
  119. IWL_RATE_54M_IEEE = 108,
  120. IWL_RATE_60M_IEEE = 120,
  121. IWL_RATE_1M_IEEE = 2,
  122. IWL_RATE_2M_IEEE = 4,
  123. IWL_RATE_5M_IEEE = 11,
  124. IWL_RATE_11M_IEEE = 22,
  125. };
  126. #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1)
  127. #define IWL_INVALID_VALUE -1
  128. #define IWL_MIN_RSSI_VAL -100
  129. #define IWL_MAX_RSSI_VAL 0
  130. /* These values specify how many Tx frame attempts before
  131. * searching for a new modulation mode */
  132. #define IWL_LEGACY_FAILURE_LIMIT 160
  133. #define IWL_LEGACY_SUCCESS_LIMIT 480
  134. #define IWL_LEGACY_TABLE_COUNT 160
  135. #define IWL_NONE_LEGACY_FAILURE_LIMIT 400
  136. #define IWL_NONE_LEGACY_SUCCESS_LIMIT 4500
  137. #define IWL_NONE_LEGACY_TABLE_COUNT 1500
  138. /* Success ratio (ACKed / attempted tx frames) values (perfect is 128 * 100) */
  139. #define IWL_RS_GOOD_RATIO 12800 /* 100% */
  140. #define IWL_RATE_SCALE_SWITCH 10880 /* 85% */
  141. #define IWL_RATE_HIGH_TH 10880 /* 85% */
  142. #define IWL_RATE_INCREASE_TH 6400 /* 50% */
  143. #define IWL_RATE_DECREASE_TH 1920 /* 15% */
  144. /* possible actions when in legacy mode */
  145. #define IWL_LEGACY_SWITCH_ANTENNA1 0
  146. #define IWL_LEGACY_SWITCH_ANTENNA2 1
  147. #define IWL_LEGACY_SWITCH_SISO 2
  148. #define IWL_LEGACY_SWITCH_MIMO2_AB 3
  149. #define IWL_LEGACY_SWITCH_MIMO2_AC 4
  150. #define IWL_LEGACY_SWITCH_MIMO2_BC 5
  151. #define IWL_LEGACY_SWITCH_MIMO3_ABC 6
  152. /* possible actions when in siso mode */
  153. #define IWL_SISO_SWITCH_ANTENNA1 0
  154. #define IWL_SISO_SWITCH_ANTENNA2 1
  155. #define IWL_SISO_SWITCH_MIMO2_AB 2
  156. #define IWL_SISO_SWITCH_MIMO2_AC 3
  157. #define IWL_SISO_SWITCH_MIMO2_BC 4
  158. #define IWL_SISO_SWITCH_GI 5
  159. #define IWL_SISO_SWITCH_MIMO3_ABC 6
  160. /* possible actions when in mimo mode */
  161. #define IWL_MIMO2_SWITCH_ANTENNA1 0
  162. #define IWL_MIMO2_SWITCH_ANTENNA2 1
  163. #define IWL_MIMO2_SWITCH_SISO_A 2
  164. #define IWL_MIMO2_SWITCH_SISO_B 3
  165. #define IWL_MIMO2_SWITCH_SISO_C 4
  166. #define IWL_MIMO2_SWITCH_GI 5
  167. #define IWL_MIMO2_SWITCH_MIMO3_ABC 6
  168. /* possible actions when in mimo3 mode */
  169. #define IWL_MIMO3_SWITCH_ANTENNA1 0
  170. #define IWL_MIMO3_SWITCH_ANTENNA2 1
  171. #define IWL_MIMO3_SWITCH_SISO_A 2
  172. #define IWL_MIMO3_SWITCH_SISO_B 3
  173. #define IWL_MIMO3_SWITCH_SISO_C 4
  174. #define IWL_MIMO3_SWITCH_MIMO2_AB 5
  175. #define IWL_MIMO3_SWITCH_MIMO2_AC 6
  176. #define IWL_MIMO3_SWITCH_MIMO2_BC 7
  177. #define IWL_MIMO3_SWITCH_GI 8
  178. #define IWL_MAX_11N_MIMO3_SEARCH IWL_MIMO3_SWITCH_GI
  179. #define IWL_MAX_SEARCH IWL_MIMO2_SWITCH_MIMO3_ABC
  180. /*FIXME:RS:add possible actions for MIMO3*/
  181. #define IWL_ACTION_LIMIT 3 /* # possible actions */
  182. #define LINK_QUAL_AGG_TIME_LIMIT_DEF (4000) /* 4 milliseconds */
  183. #define LINK_QUAL_AGG_TIME_LIMIT_MAX (8000)
  184. #define LINK_QUAL_AGG_TIME_LIMIT_MIN (100)
  185. #define LINK_QUAL_AGG_DISABLE_START_DEF (3)
  186. #define LINK_QUAL_AGG_DISABLE_START_MAX (255)
  187. #define LINK_QUAL_AGG_DISABLE_START_MIN (0)
  188. #define LINK_QUAL_AGG_FRAME_LIMIT_DEF (63)
  189. #define LINK_QUAL_AGG_FRAME_LIMIT_MAX (63)
  190. #define LINK_QUAL_AGG_FRAME_LIMIT_MIN (0)
  191. #define LQ_SIZE 2 /* 2 mode tables: "Active" and "Search" */
  192. /* load per tid defines for A-MPDU activation */
  193. #define IWL_AGG_TPT_THREHOLD 0
  194. #define IWL_AGG_LOAD_THRESHOLD 10
  195. #define IWL_AGG_ALL_TID 0xff
  196. #define TID_QUEUE_CELL_SPACING 50 /*mS */
  197. #define TID_QUEUE_MAX_SIZE 20
  198. #define TID_ROUND_VALUE 5 /* mS */
  199. #define TID_MAX_TIME_DIFF ((TID_QUEUE_MAX_SIZE - 1) * TID_QUEUE_CELL_SPACING)
  200. #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y))
  201. enum iwl_table_type {
  202. LQ_NONE,
  203. LQ_G, /* legacy types */
  204. LQ_A,
  205. LQ_SISO, /* high-throughput types */
  206. LQ_MIMO2,
  207. LQ_MIMO3,
  208. LQ_MAX,
  209. };
  210. #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A))
  211. #define is_siso(tbl) ((tbl) == LQ_SISO)
  212. #define is_mimo2(tbl) ((tbl) == LQ_MIMO2)
  213. #define is_mimo3(tbl) ((tbl) == LQ_MIMO3)
  214. #define is_mimo(tbl) (is_mimo2(tbl) || is_mimo3(tbl))
  215. #define is_Ht(tbl) (is_siso(tbl) || is_mimo(tbl))
  216. #define is_a_band(tbl) ((tbl) == LQ_A)
  217. #define is_g_and(tbl) ((tbl) == LQ_G)
  218. #define IWL_MAX_MCS_DISPLAY_SIZE 12
  219. struct iwl_rate_mcs_info {
  220. char mbps[IWL_MAX_MCS_DISPLAY_SIZE];
  221. char mcs[IWL_MAX_MCS_DISPLAY_SIZE];
  222. };
  223. /**
  224. * struct iwl_rate_scale_data -- tx success history for one rate
  225. */
  226. struct iwl_rate_scale_data {
  227. u64 data; /* bitmap of successful frames */
  228. s32 success_counter; /* number of frames successful */
  229. s32 success_ratio; /* per-cent * 128 */
  230. s32 counter; /* number of frames attempted */
  231. s32 average_tpt; /* success ratio * expected throughput */
  232. unsigned long stamp;
  233. };
  234. /**
  235. * struct iwl_scale_tbl_info -- tx params and success history for all rates
  236. *
  237. * There are two of these in struct iwl_lq_sta,
  238. * one for "active", and one for "search".
  239. */
  240. struct iwl_scale_tbl_info {
  241. enum iwl_table_type lq_type;
  242. u8 ant_type;
  243. u8 is_SGI; /* 1 = short guard interval */
  244. u8 is_ht40; /* 1 = 40 MHz channel width */
  245. u8 action; /* change modulation; IWL_[LEGACY/SISO/MIMO]_SWITCH_* */
  246. u8 max_search; /* maximun number of tables we can search */
  247. s32 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */
  248. u32 current_rate; /* rate_n_flags, uCode API format */
  249. struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
  250. };
  251. struct iwl_traffic_load {
  252. unsigned long time_stamp; /* age of the oldest statistics */
  253. u32 packet_count[TID_QUEUE_MAX_SIZE]; /* packet count in this time
  254. * slice */
  255. u32 total; /* total num of packets during the
  256. * last TID_MAX_TIME_DIFF */
  257. u8 queue_count; /* number of queues that has
  258. * been used since the last cleanup */
  259. u8 head; /* start of the circular buffer */
  260. };
  261. /**
  262. * struct iwl_lq_sta -- driver's rate scaling private structure
  263. *
  264. * Pointer to this gets passed back and forth between driver and mac80211.
  265. */
  266. struct iwl_lq_sta {
  267. u8 active_tbl; /* index of active table, range 0-1 */
  268. u8 enable_counter; /* indicates HT mode */
  269. u8 stay_in_tbl; /* 1: disallow, 0: allow search for new mode */
  270. u8 search_better_tbl; /* 1: currently trying alternate mode */
  271. s32 last_tpt;
  272. /* The following determine when to search for a new mode */
  273. u32 table_count_limit;
  274. u32 max_failure_limit; /* # failed frames before new search */
  275. u32 max_success_limit; /* # successful frames before new search */
  276. u32 table_count;
  277. u32 total_failed; /* total failed frames, any/all rates */
  278. u32 total_success; /* total successful frames, any/all rates */
  279. u64 flush_timer; /* time staying in mode before new search */
  280. u8 action_counter; /* # mode-switch actions tried */
  281. u8 is_green;
  282. enum ieee80211_band band;
  283. /* The following are bitmaps of rates; IWL_RATE_6M_MASK, etc. */
  284. u32 supp_rates;
  285. u16 active_legacy_rate;
  286. u16 active_siso_rate;
  287. u16 active_mimo2_rate;
  288. u16 active_mimo3_rate;
  289. s8 max_rate_idx; /* Max rate set by user */
  290. u8 missed_rate_counter;
  291. struct iwl_lq_cmd lq;
  292. struct iwl_scale_tbl_info lq_info[LQ_SIZE]; /* "active", "search" */
  293. struct iwl_traffic_load load[IWL_MAX_TID_COUNT];
  294. u8 tx_agg_tid_en;
  295. #ifdef CONFIG_MAC80211_DEBUGFS
  296. struct dentry *rs_sta_dbgfs_scale_table_file;
  297. struct dentry *rs_sta_dbgfs_stats_table_file;
  298. struct dentry *rs_sta_dbgfs_rate_scale_data_file;
  299. struct dentry *rs_sta_dbgfs_tx_agg_tid_en_file;
  300. u32 dbg_fixed_rate;
  301. #endif
  302. struct iwl_mvm *drv;
  303. /* used to be in sta_info */
  304. int last_txrate_idx;
  305. /* last tx rate_n_flags */
  306. u32 last_rate_n_flags;
  307. /* packets destined for this STA are aggregated */
  308. u8 is_agg;
  309. /* BT traffic this sta was last updated in */
  310. u8 last_bt_traffic;
  311. };
  312. static inline u8 num_of_ant(u8 mask)
  313. {
  314. return !!((mask) & ANT_A) +
  315. !!((mask) & ANT_B) +
  316. !!((mask) & ANT_C);
  317. }
  318. /* Initialize station's rate scaling information after adding station */
  319. extern void iwl_mvm_rs_rate_init(struct iwl_mvm *mvm,
  320. struct ieee80211_sta *sta,
  321. enum ieee80211_band band);
  322. /**
  323. * iwl_rate_control_register - Register the rate control algorithm callbacks
  324. *
  325. * Since the rate control algorithm is hardware specific, there is no need
  326. * or reason to place it as a stand alone module. The driver can call
  327. * iwl_rate_control_register in order to register the rate control callbacks
  328. * with the mac80211 subsystem. This should be performed prior to calling
  329. * ieee80211_register_hw
  330. *
  331. */
  332. extern int iwl_mvm_rate_control_register(void);
  333. /**
  334. * iwl_rate_control_unregister - Unregister the rate control callbacks
  335. *
  336. * This should be called after calling ieee80211_unregister_hw, but before
  337. * the driver is unloaded.
  338. */
  339. extern void iwl_mvm_rate_control_unregister(void);
  340. #endif /* __rs__ */