blob: c0f8b96b9f8b7366905eee97872432095397ef3b [file] [log] [blame]
Zhu Yib481de92007-09-25 17:54:57 -07001/******************************************************************************
2 *
Reinette Chatreeb7ae892008-03-11 16:17:17 -07003 * Copyright(c) 2005 - 2008 Intel Corporation. All rights reserved.
Zhu Yib481de92007-09-25 17:54:57 -07004 *
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:
Winkler, Tomas759ef892008-12-09 11:28:58 -080022 * Intel Linux Wireless <ilw@linux.intel.com>
Zhu Yib481de92007-09-25 17:54:57 -070023 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
24 *
25 *****************************************************************************/
26#include <linux/kernel.h>
27#include <linux/init.h>
28#include <linux/skbuff.h>
29#include <linux/wireless.h>
30#include <net/mac80211.h>
Zhu Yib481de92007-09-25 17:54:57 -070031
32#include <linux/netdevice.h>
33#include <linux/etherdevice.h>
34#include <linux/delay.h>
35
36#include <linux/workqueue.h>
37
Tomas Winkler3e0d4cb2008-04-24 11:55:38 -070038#include "iwl-dev.h"
Emmanuel Grumbachbe1f3ab62008-06-12 09:47:18 +080039#include "iwl-sta.h"
Tomas Winkler857485c2008-03-21 13:53:44 -070040#include "iwl-core.h"
Zhu Yib481de92007-09-25 17:54:57 -070041
Tomas Winklere227cea2008-07-18 13:53:05 +080042#define RS_NAME "iwl-agn-rs"
Zhu Yib481de92007-09-25 17:54:57 -070043
Guy Cohenaade00c2008-04-23 17:14:59 -070044#define NUM_TRY_BEFORE_ANT_TOGGLE 1
Zhu Yib481de92007-09-25 17:54:57 -070045#define IWL_NUMBER_TRY 1
46#define IWL_HT_NUMBER_TRY 3
47
Ben Cahill77626352007-11-29 11:09:44 +080048#define IWL_RATE_MAX_WINDOW 62 /* # tx in history window */
49#define IWL_RATE_MIN_FAILURE_TH 6 /* min failures to calc tpt */
50#define IWL_RATE_MIN_SUCCESS_TH 8 /* min successes to calc tpt */
51
52/* max time to accum history 2 seconds */
53#define IWL_RATE_SCALE_FLUSH_INTVL (2*HZ)
Zhu Yib481de92007-09-25 17:54:57 -070054
55static u8 rs_ht_to_legacy[] = {
56 IWL_RATE_6M_INDEX, IWL_RATE_6M_INDEX,
57 IWL_RATE_6M_INDEX, IWL_RATE_6M_INDEX,
58 IWL_RATE_6M_INDEX,
59 IWL_RATE_6M_INDEX, IWL_RATE_9M_INDEX,
60 IWL_RATE_12M_INDEX, IWL_RATE_18M_INDEX,
61 IWL_RATE_24M_INDEX, IWL_RATE_36M_INDEX,
62 IWL_RATE_48M_INDEX, IWL_RATE_54M_INDEX
63};
64
Guy Cohenaade00c2008-04-23 17:14:59 -070065static const u8 ant_toggle_lookup[] = {
66 /*ANT_NONE -> */ ANT_NONE,
67 /*ANT_A -> */ ANT_B,
68 /*ANT_B -> */ ANT_C,
69 /*ANT_AB -> */ ANT_BC,
70 /*ANT_C -> */ ANT_A,
71 /*ANT_AC -> */ ANT_AB,
72 /*ANT_BC -> */ ANT_AC,
73 /*ANT_ABC -> */ ANT_ABC,
74};
75
Ben Cahill77626352007-11-29 11:09:44 +080076/**
Tomas Winklere227cea2008-07-18 13:53:05 +080077 * struct iwl_rate_scale_data -- tx success history for one rate
Ben Cahill77626352007-11-29 11:09:44 +080078 */
Tomas Winklere227cea2008-07-18 13:53:05 +080079struct iwl_rate_scale_data {
Ben Cahill77626352007-11-29 11:09:44 +080080 u64 data; /* bitmap of successful frames */
81 s32 success_counter; /* number of frames successful */
82 s32 success_ratio; /* per-cent * 128 */
83 s32 counter; /* number of frames attempted */
84 s32 average_tpt; /* success ratio * expected throughput */
Zhu Yib481de92007-09-25 17:54:57 -070085 unsigned long stamp;
86};
87
Ben Cahill77626352007-11-29 11:09:44 +080088/**
Tomas Winklere227cea2008-07-18 13:53:05 +080089 * struct iwl_scale_tbl_info -- tx params and success history for all rates
Ben Cahill77626352007-11-29 11:09:44 +080090 *
Tomas Winklere227cea2008-07-18 13:53:05 +080091 * There are two of these in struct iwl_lq_sta,
Ben Cahill77626352007-11-29 11:09:44 +080092 * one for "active", and one for "search".
93 */
Tomas Winklere227cea2008-07-18 13:53:05 +080094struct iwl_scale_tbl_info {
Guy Cohenfde0db32008-04-21 15:42:01 -070095 enum iwl_table_type lq_type;
96 u8 ant_type;
Ben Cahill77626352007-11-29 11:09:44 +080097 u8 is_SGI; /* 1 = short guard interval */
98 u8 is_fat; /* 1 = 40 MHz channel width */
99 u8 is_dup; /* 1 = duplicated data streams */
100 u8 action; /* change modulation; IWL_[LEGACY/SISO/MIMO]_SWITCH_* */
101 s32 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */
Guy Cohen39e88502008-04-23 17:14:57 -0700102 u32 current_rate; /* rate_n_flags, uCode API format */
Tomas Winklere227cea2008-07-18 13:53:05 +0800103 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
Zhu Yib481de92007-09-25 17:54:57 -0700104};
105
Tomas Winklere227cea2008-07-18 13:53:05 +0800106struct iwl_traffic_load {
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200107 unsigned long time_stamp; /* age of the oldest statistics */
108 u32 packet_count[TID_QUEUE_MAX_SIZE]; /* packet count in this time
109 * slice */
110 u32 total; /* total num of packets during the
111 * last TID_MAX_TIME_DIFF */
112 u8 queue_count; /* number of queues that has
113 * been used since the last cleanup */
114 u8 head; /* start of the circular buffer */
115};
116
Ben Cahill77626352007-11-29 11:09:44 +0800117/**
Tomas Winklere227cea2008-07-18 13:53:05 +0800118 * struct iwl_lq_sta -- driver's rate scaling private structure
Ben Cahill77626352007-11-29 11:09:44 +0800119 *
120 * Pointer to this gets passed back and forth between driver and mac80211.
121 */
Tomas Winklere227cea2008-07-18 13:53:05 +0800122struct iwl_lq_sta {
Ben Cahill77626352007-11-29 11:09:44 +0800123 u8 active_tbl; /* index of active table, range 0-1 */
124 u8 enable_counter; /* indicates HT mode */
125 u8 stay_in_tbl; /* 1: disallow, 0: allow search for new mode */
126 u8 search_better_tbl; /* 1: currently trying alternate mode */
Zhu Yib481de92007-09-25 17:54:57 -0700127 s32 last_tpt;
Ben Cahill77626352007-11-29 11:09:44 +0800128
129 /* The following determine when to search for a new mode */
Zhu Yib481de92007-09-25 17:54:57 -0700130 u32 table_count_limit;
Ben Cahill77626352007-11-29 11:09:44 +0800131 u32 max_failure_limit; /* # failed frames before new search */
132 u32 max_success_limit; /* # successful frames before new search */
Zhu Yib481de92007-09-25 17:54:57 -0700133 u32 table_count;
Ben Cahill77626352007-11-29 11:09:44 +0800134 u32 total_failed; /* total failed frames, any/all rates */
135 u32 total_success; /* total successful frames, any/all rates */
136 u32 flush_timer; /* time staying in mode before new search */
137
138 u8 action_counter; /* # mode-switch actions tried */
Zhu Yib481de92007-09-25 17:54:57 -0700139 u8 is_green;
140 u8 is_dup;
Johannes Berg8318d782008-01-24 19:38:38 +0100141 enum ieee80211_band band;
Zhu Yib481de92007-09-25 17:54:57 -0700142 u8 ibss_sta_added;
Ben Cahill77626352007-11-29 11:09:44 +0800143
144 /* The following are bitmaps of rates; IWL_RATE_6M_MASK, etc. */
Zhu Yi02dede02007-09-27 11:27:40 +0800145 u32 supp_rates;
Guy Cohen39e88502008-04-23 17:14:57 -0700146 u16 active_legacy_rate;
Zhu Yib481de92007-09-25 17:54:57 -0700147 u16 active_siso_rate;
Guy Cohenfde0db32008-04-21 15:42:01 -0700148 u16 active_mimo2_rate;
149 u16 active_mimo3_rate;
Zhu Yib481de92007-09-25 17:54:57 -0700150 u16 active_rate_basic;
Ben Cahill77626352007-11-29 11:09:44 +0800151
Tomas Winkler66c73db2008-04-15 16:01:40 -0700152 struct iwl_link_quality_cmd lq;
Tomas Winklere227cea2008-07-18 13:53:05 +0800153 struct iwl_scale_tbl_info lq_info[LQ_SIZE]; /* "active", "search" */
154 struct iwl_traffic_load load[TID_MAX_LOAD_COUNT];
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200155 u8 tx_agg_tid_en;
Zhu Yi5ae212c2007-09-27 11:27:38 +0800156#ifdef CONFIG_MAC80211_DEBUGFS
Zhu Yi98d7e092007-09-27 11:27:42 +0800157 struct dentry *rs_sta_dbgfs_scale_table_file;
Zhu Yi0209dc12007-09-27 11:27:43 +0800158 struct dentry *rs_sta_dbgfs_stats_table_file;
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200159 struct dentry *rs_sta_dbgfs_tx_agg_tid_en_file;
Guy Cohen39e88502008-04-23 17:14:57 -0700160 u32 dbg_fixed_rate;
Zhu Yi5ae212c2007-09-27 11:27:38 +0800161#endif
Zhu Yi62430652008-05-05 10:22:46 +0800162 struct iwl_priv *drv;
Johannes Bergb7e35002008-09-11 02:22:58 +0200163
164 /* used to be in sta_info */
165 int last_txrate_idx;
Zhu Yib481de92007-09-25 17:54:57 -0700166};
167
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700168static void rs_rate_scale_perform(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -0700169 struct ieee80211_hdr *hdr,
Johannes Berg4b7679a2008-09-18 18:14:18 +0200170 struct ieee80211_sta *sta,
171 struct iwl_lq_sta *lq_sta);
Guy Cohenfde0db32008-04-21 15:42:01 -0700172static void rs_fill_link_cmd(const struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +0800173 struct iwl_lq_sta *lq_sta, u32 rate_n_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700174
175
Zhu Yi98d7e092007-09-27 11:27:42 +0800176#ifdef CONFIG_MAC80211_DEBUGFS
Tomas Winklere227cea2008-07-18 13:53:05 +0800177static void rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta,
178 u32 *rate_n_flags, int index);
Zhu Yi98d7e092007-09-27 11:27:42 +0800179#else
Tomas Winklere227cea2008-07-18 13:53:05 +0800180static void rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta,
181 u32 *rate_n_flags, int index)
Zhu Yi98d7e092007-09-27 11:27:42 +0800182{}
183#endif
Ben Cahill77626352007-11-29 11:09:44 +0800184
185/*
186 * Expected throughput metrics for following rates:
187 * 1, 2, 5.5, 11, 6, 9, 12, 18, 24, 36, 48, 54, 60 MBits
188 * "G" is the only table that supports CCK (the first 4 rates).
189 */
Tomas Winklera96a27f2008-10-23 23:48:56 -0700190/*FIXME:RS:need to separate tables for MIMO2/MIMO3*/
Zhu Yib481de92007-09-25 17:54:57 -0700191static s32 expected_tpt_A[IWL_RATE_COUNT] = {
192 0, 0, 0, 0, 40, 57, 72, 98, 121, 154, 177, 186, 186
193};
194
195static s32 expected_tpt_G[IWL_RATE_COUNT] = {
196 7, 13, 35, 58, 40, 57, 72, 98, 121, 154, 177, 186, 186
197};
198
199static s32 expected_tpt_siso20MHz[IWL_RATE_COUNT] = {
200 0, 0, 0, 0, 42, 42, 76, 102, 124, 159, 183, 193, 202
201};
202
203static s32 expected_tpt_siso20MHzSGI[IWL_RATE_COUNT] = {
204 0, 0, 0, 0, 46, 46, 82, 110, 132, 168, 192, 202, 211
205};
206
207static s32 expected_tpt_mimo20MHz[IWL_RATE_COUNT] = {
208 0, 0, 0, 0, 74, 74, 123, 155, 179, 214, 236, 244, 251
209};
210
211static s32 expected_tpt_mimo20MHzSGI[IWL_RATE_COUNT] = {
212 0, 0, 0, 0, 81, 81, 131, 164, 188, 222, 243, 251, 257
213};
214
215static s32 expected_tpt_siso40MHz[IWL_RATE_COUNT] = {
216 0, 0, 0, 0, 77, 77, 127, 160, 184, 220, 242, 250, 257
217};
218
219static s32 expected_tpt_siso40MHzSGI[IWL_RATE_COUNT] = {
220 0, 0, 0, 0, 83, 83, 135, 169, 193, 229, 250, 257, 264
221};
222
223static s32 expected_tpt_mimo40MHz[IWL_RATE_COUNT] = {
224 0, 0, 0, 0, 123, 123, 182, 214, 235, 264, 279, 285, 289
225};
226
227static s32 expected_tpt_mimo40MHzSGI[IWL_RATE_COUNT] = {
228 0, 0, 0, 0, 131, 131, 191, 222, 242, 270, 284, 289, 293
229};
230
Guy Cohen39e88502008-04-23 17:14:57 -0700231static inline u8 rs_extract_rate(u32 rate_n_flags)
Zhu Yib481de92007-09-25 17:54:57 -0700232{
233 return (u8)(rate_n_flags & 0xFF);
234}
235
Tomas Winklere227cea2008-07-18 13:53:05 +0800236static void rs_rate_scale_clear_window(struct iwl_rate_scale_data *window)
Zhu Yib481de92007-09-25 17:54:57 -0700237{
238 window->data = 0;
239 window->success_counter = 0;
240 window->success_ratio = IWL_INVALID_VALUE;
241 window->counter = 0;
242 window->average_tpt = IWL_INVALID_VALUE;
243 window->stamp = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700244}
245
Guy Cohenaade00c2008-04-23 17:14:59 -0700246static inline u8 rs_is_valid_ant(u8 valid_antenna, u8 ant_type)
247{
Tomas Winkler3ac7f142008-07-21 02:40:14 +0300248 return (ant_type & valid_antenna) == ant_type;
Guy Cohenaade00c2008-04-23 17:14:59 -0700249}
250
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200251/*
252 * removes the old data from the statistics. All data that is older than
253 * TID_MAX_TIME_DIFF, will be deleted.
254 */
Tomas Winklere227cea2008-07-18 13:53:05 +0800255static void rs_tl_rm_old_stats(struct iwl_traffic_load *tl, u32 curr_time)
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200256{
257 /* The oldest age we want to keep */
258 u32 oldest_time = curr_time - TID_MAX_TIME_DIFF;
259
260 while (tl->queue_count &&
261 (tl->time_stamp < oldest_time)) {
262 tl->total -= tl->packet_count[tl->head];
263 tl->packet_count[tl->head] = 0;
264 tl->time_stamp += TID_QUEUE_CELL_SPACING;
265 tl->queue_count--;
266 tl->head++;
267 if (tl->head >= TID_QUEUE_MAX_SIZE)
268 tl->head = 0;
269 }
270}
271
272/*
273 * increment traffic load value for tid and also remove
274 * any old values if passed the certain time period
275 */
Tomas Winklere227cea2008-07-18 13:53:05 +0800276static u8 rs_tl_add_packet(struct iwl_lq_sta *lq_data,
Ron Rindjunskyfaa29712008-06-12 09:46:58 +0800277 struct ieee80211_hdr *hdr)
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200278{
279 u32 curr_time = jiffies_to_msecs(jiffies);
280 u32 time_diff;
281 s32 index;
Tomas Winklere227cea2008-07-18 13:53:05 +0800282 struct iwl_traffic_load *tl = NULL;
Tomas Winkler54dbb522008-05-15 13:54:06 +0800283 u8 tid;
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200284
Tomas Winkler417f1142008-11-12 13:14:06 -0800285 if (ieee80211_is_data_qos(hdr->frame_control)) {
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -0700286 u8 *qc = ieee80211_get_qos_ctl(hdr);
Tomas Winkler54dbb522008-05-15 13:54:06 +0800287 tid = qc[0] & 0xf;
288 } else
Ron Rindjunskyfaa29712008-06-12 09:46:58 +0800289 return MAX_TID_COUNT;
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200290
291 tl = &lq_data->load[tid];
292
293 curr_time -= curr_time % TID_ROUND_VALUE;
294
295 /* Happens only for the first packet. Initialize the data */
296 if (!(tl->queue_count)) {
297 tl->total = 1;
298 tl->time_stamp = curr_time;
299 tl->queue_count = 1;
300 tl->head = 0;
301 tl->packet_count[0] = 1;
Ron Rindjunskyfaa29712008-06-12 09:46:58 +0800302 return MAX_TID_COUNT;
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200303 }
304
305 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time);
306 index = time_diff / TID_QUEUE_CELL_SPACING;
307
308 /* The history is too long: remove data that is older than */
309 /* TID_MAX_TIME_DIFF */
310 if (index >= TID_QUEUE_MAX_SIZE)
311 rs_tl_rm_old_stats(tl, curr_time);
312
313 index = (tl->head + index) % TID_QUEUE_MAX_SIZE;
314 tl->packet_count[index] = tl->packet_count[index] + 1;
315 tl->total = tl->total + 1;
316
317 if ((index + 1) > tl->queue_count)
318 tl->queue_count = index + 1;
Ron Rindjunskyfaa29712008-06-12 09:46:58 +0800319
320 return tid;
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200321}
322
323/*
324 get the traffic load value for tid
325*/
Tomas Winklere227cea2008-07-18 13:53:05 +0800326static u32 rs_tl_get_load(struct iwl_lq_sta *lq_data, u8 tid)
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200327{
328 u32 curr_time = jiffies_to_msecs(jiffies);
329 u32 time_diff;
330 s32 index;
Tomas Winklere227cea2008-07-18 13:53:05 +0800331 struct iwl_traffic_load *tl = NULL;
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200332
333 if (tid >= TID_MAX_LOAD_COUNT)
334 return 0;
335
336 tl = &(lq_data->load[tid]);
337
338 curr_time -= curr_time % TID_ROUND_VALUE;
339
340 if (!(tl->queue_count))
341 return 0;
342
343 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time);
344 index = time_diff / TID_QUEUE_CELL_SPACING;
345
346 /* The history is too long: remove data that is older than */
347 /* TID_MAX_TIME_DIFF */
348 if (index >= TID_QUEUE_MAX_SIZE)
349 rs_tl_rm_old_stats(tl, curr_time);
350
351 return tl->total;
352}
353
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700354static void rs_tl_turn_on_agg_for_tid(struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +0800355 struct iwl_lq_sta *lq_data, u8 tid,
Johannes Berg4b7679a2008-09-18 18:14:18 +0200356 struct ieee80211_sta *sta)
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200357{
Johannes Bergff550cb2008-09-11 03:17:05 +0200358 if (rs_tl_get_load(lq_data, tid) > IWL_AGG_LOAD_THRESHOLD) {
Johannes Berge1749612008-10-27 15:59:26 -0700359 IWL_DEBUG_HT("Starting Tx agg: STA: %pM tid: %d\n",
360 sta->addr, tid);
Johannes Berg4b7679a2008-09-18 18:14:18 +0200361 ieee80211_start_tx_ba_session(priv->hw, sta->addr, tid);
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200362 }
363}
364
Tomas Winklerc79dd5b2008-03-12 16:58:50 -0700365static void rs_tl_turn_on_agg(struct iwl_priv *priv, u8 tid,
Tomas Winklere227cea2008-07-18 13:53:05 +0800366 struct iwl_lq_sta *lq_data,
Johannes Berg4b7679a2008-09-18 18:14:18 +0200367 struct ieee80211_sta *sta)
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +0200368{
369 if ((tid < TID_MAX_LOAD_COUNT))
370 rs_tl_turn_on_agg_for_tid(priv, lq_data, tid, sta);
371 else if (tid == IWL_AGG_ALL_TID)
372 for (tid = 0; tid < TID_MAX_LOAD_COUNT; tid++)
373 rs_tl_turn_on_agg_for_tid(priv, lq_data, tid, sta);
374}
375
Guy Cohen39e88502008-04-23 17:14:57 -0700376static inline int get_num_of_ant_from_rate(u32 rate_n_flags)
Guy Cohenfde0db32008-04-21 15:42:01 -0700377{
Tomas Winkler3ac7f142008-07-21 02:40:14 +0300378 return !!(rate_n_flags & RATE_MCS_ANT_A_MSK) +
379 !!(rate_n_flags & RATE_MCS_ANT_B_MSK) +
380 !!(rate_n_flags & RATE_MCS_ANT_C_MSK);
Guy Cohenfde0db32008-04-21 15:42:01 -0700381}
382
Ben Cahill77626352007-11-29 11:09:44 +0800383/**
384 * rs_collect_tx_data - Update the success/failure sliding window
385 *
386 * We keep a sliding window of the last 62 packets transmitted
387 * at this rate. window->data contains the bitmask of successful
388 * packets.
389 */
Tomas Winklere227cea2008-07-18 13:53:05 +0800390static int rs_collect_tx_data(struct iwl_rate_scale_data *windows,
Ron Rindjunsky99556432008-01-28 14:07:25 +0200391 int scale_index, s32 tpt, int retries,
392 int successes)
Zhu Yib481de92007-09-25 17:54:57 -0700393{
Tomas Winklere227cea2008-07-18 13:53:05 +0800394 struct iwl_rate_scale_data *window = NULL;
Guy Cohen39e88502008-04-23 17:14:57 -0700395 static const u64 mask = (((u64)1) << (IWL_RATE_MAX_WINDOW - 1));
Zhu Yib481de92007-09-25 17:54:57 -0700396 s32 fail_count;
397
Tomas Winklerdc2453ae2007-10-25 17:15:25 +0800398 if (scale_index < 0 || scale_index >= IWL_RATE_COUNT)
399 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -0700400
Ben Cahill77626352007-11-29 11:09:44 +0800401 /* Select data for current tx bit rate */
Zhu Yib481de92007-09-25 17:54:57 -0700402 window = &(windows[scale_index]);
403
Ben Cahill77626352007-11-29 11:09:44 +0800404 /*
405 * Keep track of only the latest 62 tx frame attempts in this rate's
406 * history window; anything older isn't really relevant any more.
407 * If we have filled up the sliding window, drop the oldest attempt;
408 * if the oldest attempt (highest bit in bitmap) shows "success",
409 * subtract "1" from the success counter (this is the main reason
410 * we keep these bitmaps!).
411 */
Ron Rindjunsky99556432008-01-28 14:07:25 +0200412 while (retries > 0) {
Guy Cohen39e88502008-04-23 17:14:57 -0700413 if (window->counter >= IWL_RATE_MAX_WINDOW) {
414
415 /* remove earliest */
416 window->counter = IWL_RATE_MAX_WINDOW - 1;
417
Ron Rindjunsky99556432008-01-28 14:07:25 +0200418 if (window->data & mask) {
419 window->data &= ~mask;
Guy Cohen39e88502008-04-23 17:14:57 -0700420 window->success_counter--;
Ron Rindjunsky99556432008-01-28 14:07:25 +0200421 }
Zhu Yib481de92007-09-25 17:54:57 -0700422 }
Zhu Yib481de92007-09-25 17:54:57 -0700423
Ron Rindjunsky99556432008-01-28 14:07:25 +0200424 /* Increment frames-attempted counter */
425 window->counter++;
Ben Cahill77626352007-11-29 11:09:44 +0800426
Ron Rindjunsky99556432008-01-28 14:07:25 +0200427 /* Shift bitmap by one frame (throw away oldest history),
428 * OR in "1", and increment "success" if this
429 * frame was successful. */
Guy Cohen90d77952008-09-09 10:54:53 +0800430 window->data <<= 1;
Ron Rindjunsky99556432008-01-28 14:07:25 +0200431 if (successes > 0) {
Guy Cohen39e88502008-04-23 17:14:57 -0700432 window->success_counter++;
Ron Rindjunsky99556432008-01-28 14:07:25 +0200433 window->data |= 0x1;
434 successes--;
435 }
436
437 retries--;
Zhu Yib481de92007-09-25 17:54:57 -0700438 }
439
Ben Cahill77626352007-11-29 11:09:44 +0800440 /* Calculate current success ratio, avoid divide-by-0! */
Zhu Yib481de92007-09-25 17:54:57 -0700441 if (window->counter > 0)
442 window->success_ratio = 128 * (100 * window->success_counter)
443 / window->counter;
444 else
445 window->success_ratio = IWL_INVALID_VALUE;
446
447 fail_count = window->counter - window->success_counter;
448
Ben Cahill77626352007-11-29 11:09:44 +0800449 /* Calculate average throughput, if we have enough history. */
Zhu Yib481de92007-09-25 17:54:57 -0700450 if ((fail_count >= IWL_RATE_MIN_FAILURE_TH) ||
451 (window->success_counter >= IWL_RATE_MIN_SUCCESS_TH))
452 window->average_tpt = (window->success_ratio * tpt + 64) / 128;
453 else
454 window->average_tpt = IWL_INVALID_VALUE;
455
Ben Cahill77626352007-11-29 11:09:44 +0800456 /* Tag this window as having been updated */
Zhu Yib481de92007-09-25 17:54:57 -0700457 window->stamp = jiffies;
458
Tomas Winklerdc2453ae2007-10-25 17:15:25 +0800459 return 0;
Zhu Yib481de92007-09-25 17:54:57 -0700460}
461
Ben Cahill77626352007-11-29 11:09:44 +0800462/*
463 * Fill uCode API rate_n_flags field, based on "search" or "active" table.
464 */
Guy Cohen39e88502008-04-23 17:14:57 -0700465/* FIXME:RS:remove this function and put the flags statically in the table */
Tomas Winkler978785a2008-12-19 10:37:31 +0800466static u32 rate_n_flags_from_tbl(struct iwl_priv *priv,
467 struct iwl_scale_tbl_info *tbl,
468 int index, u8 use_green)
Zhu Yib481de92007-09-25 17:54:57 -0700469{
Guy Cohen39e88502008-04-23 17:14:57 -0700470 u32 rate_n_flags = 0;
471
Zhu Yib481de92007-09-25 17:54:57 -0700472 if (is_legacy(tbl->lq_type)) {
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800473 rate_n_flags = iwl_rates[index].plcp;
Zhu Yib481de92007-09-25 17:54:57 -0700474 if (index >= IWL_FIRST_CCK_RATE && index <= IWL_LAST_CCK_RATE)
Guy Cohen39e88502008-04-23 17:14:57 -0700475 rate_n_flags |= RATE_MCS_CCK_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700476
Guy Cohenfde0db32008-04-21 15:42:01 -0700477 } else if (is_Ht(tbl->lq_type)) {
478 if (index > IWL_LAST_OFDM_RATE) {
Tomas Winkler978785a2008-12-19 10:37:31 +0800479 IWL_ERR(priv, "Invalid HT rate index %d\n", index);
Zhu Yib481de92007-09-25 17:54:57 -0700480 index = IWL_LAST_OFDM_RATE;
Guy Cohenfde0db32008-04-21 15:42:01 -0700481 }
Guy Cohen39e88502008-04-23 17:14:57 -0700482 rate_n_flags = RATE_MCS_HT_MSK;
Guy Cohenfde0db32008-04-21 15:42:01 -0700483
484 if (is_siso(tbl->lq_type))
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800485 rate_n_flags |= iwl_rates[index].plcp_siso;
Guy Cohenfde0db32008-04-21 15:42:01 -0700486 else if (is_mimo2(tbl->lq_type))
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800487 rate_n_flags |= iwl_rates[index].plcp_mimo2;
Guy Cohenfde0db32008-04-21 15:42:01 -0700488 else
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800489 rate_n_flags |= iwl_rates[index].plcp_mimo3;
Zhu Yib481de92007-09-25 17:54:57 -0700490 } else {
Tomas Winkler978785a2008-12-19 10:37:31 +0800491 IWL_ERR(priv, "Invalid tbl->lq_type %d\n", tbl->lq_type);
Zhu Yib481de92007-09-25 17:54:57 -0700492 }
493
Guy Cohen39e88502008-04-23 17:14:57 -0700494 rate_n_flags |= ((tbl->ant_type << RATE_MCS_ANT_POS) &
Guy Cohenfde0db32008-04-21 15:42:01 -0700495 RATE_MCS_ANT_ABC_MSK);
Zhu Yib481de92007-09-25 17:54:57 -0700496
Guy Cohen39e88502008-04-23 17:14:57 -0700497 if (is_Ht(tbl->lq_type)) {
498 if (tbl->is_fat) {
499 if (tbl->is_dup)
500 rate_n_flags |= RATE_MCS_DUP_MSK;
501 else
502 rate_n_flags |= RATE_MCS_FAT_MSK;
503 }
504 if (tbl->is_SGI)
505 rate_n_flags |= RATE_MCS_SGI_MSK;
Zhu Yib481de92007-09-25 17:54:57 -0700506
Guy Cohen39e88502008-04-23 17:14:57 -0700507 if (use_green) {
508 rate_n_flags |= RATE_MCS_GF_MSK;
509 if (is_siso(tbl->lq_type) && tbl->is_SGI) {
510 rate_n_flags &= ~RATE_MCS_SGI_MSK;
Tomas Winkler978785a2008-12-19 10:37:31 +0800511 IWL_ERR(priv, "GF was set with SGI:SISO\n");
Guy Cohen39e88502008-04-23 17:14:57 -0700512 }
513 }
Zhu Yib481de92007-09-25 17:54:57 -0700514 }
Guy Cohen39e88502008-04-23 17:14:57 -0700515 return rate_n_flags;
Zhu Yib481de92007-09-25 17:54:57 -0700516}
517
Ben Cahill77626352007-11-29 11:09:44 +0800518/*
519 * Interpret uCode API's rate_n_flags format,
520 * fill "search" or "active" tx mode table.
521 */
Guy Cohen39e88502008-04-23 17:14:57 -0700522static int rs_get_tbl_info_from_mcs(const u32 rate_n_flags,
Johannes Berg8318d782008-01-24 19:38:38 +0100523 enum ieee80211_band band,
Tomas Winklere227cea2008-07-18 13:53:05 +0800524 struct iwl_scale_tbl_info *tbl,
Zhu Yib481de92007-09-25 17:54:57 -0700525 int *rate_idx)
526{
Guy Cohen39e88502008-04-23 17:14:57 -0700527 u32 ant_msk = (rate_n_flags & RATE_MCS_ANT_ABC_MSK);
528 u8 num_of_ant = get_num_of_ant_from_rate(rate_n_flags);
529 u8 mcs;
Zhu Yib481de92007-09-25 17:54:57 -0700530
Tomas Winklere7d326ac2008-06-12 09:47:11 +0800531 *rate_idx = iwl_hwrate_to_plcp_idx(rate_n_flags);
Zhu Yib481de92007-09-25 17:54:57 -0700532
Guy Cohenfde0db32008-04-21 15:42:01 -0700533 if (*rate_idx == IWL_RATE_INVALID) {
Zhu Yib481de92007-09-25 17:54:57 -0700534 *rate_idx = -1;
Tomas Winklerdc2453ae2007-10-25 17:15:25 +0800535 return -EINVAL;
Zhu Yib481de92007-09-25 17:54:57 -0700536 }
Ben Cahill77626352007-11-29 11:09:44 +0800537 tbl->is_SGI = 0; /* default legacy setup */
Zhu Yib481de92007-09-25 17:54:57 -0700538 tbl->is_fat = 0;
539 tbl->is_dup = 0;
Guy Cohenfde0db32008-04-21 15:42:01 -0700540 tbl->ant_type = (ant_msk >> RATE_MCS_ANT_POS);
541 tbl->lq_type = LQ_NONE;
Zhu Yib481de92007-09-25 17:54:57 -0700542
Ben Cahill77626352007-11-29 11:09:44 +0800543 /* legacy rate format */
Guy Cohen39e88502008-04-23 17:14:57 -0700544 if (!(rate_n_flags & RATE_MCS_HT_MSK)) {
Guy Cohenfde0db32008-04-21 15:42:01 -0700545 if (num_of_ant == 1) {
Johannes Berg8318d782008-01-24 19:38:38 +0100546 if (band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -0700547 tbl->lq_type = LQ_A;
548 else
549 tbl->lq_type = LQ_G;
Zhu Yib481de92007-09-25 17:54:57 -0700550 }
Guy Cohenfde0db32008-04-21 15:42:01 -0700551 /* HT rate format */
Zhu Yib481de92007-09-25 17:54:57 -0700552 } else {
Guy Cohen39e88502008-04-23 17:14:57 -0700553 if (rate_n_flags & RATE_MCS_SGI_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700554 tbl->is_SGI = 1;
555
Guy Cohen39e88502008-04-23 17:14:57 -0700556 if ((rate_n_flags & RATE_MCS_FAT_MSK) ||
557 (rate_n_flags & RATE_MCS_DUP_MSK))
Zhu Yib481de92007-09-25 17:54:57 -0700558 tbl->is_fat = 1;
559
Guy Cohen39e88502008-04-23 17:14:57 -0700560 if (rate_n_flags & RATE_MCS_DUP_MSK)
Zhu Yib481de92007-09-25 17:54:57 -0700561 tbl->is_dup = 1;
Guy Cohenfde0db32008-04-21 15:42:01 -0700562
Guy Cohen39e88502008-04-23 17:14:57 -0700563 mcs = rs_extract_rate(rate_n_flags);
Guy Cohenfde0db32008-04-21 15:42:01 -0700564
Guy Cohen39e88502008-04-23 17:14:57 -0700565 /* SISO */
566 if (mcs <= IWL_RATE_SISO_60M_PLCP) {
Guy Cohenfde0db32008-04-21 15:42:01 -0700567 if (num_of_ant == 1)
568 tbl->lq_type = LQ_SISO; /*else NONE*/
569 /* MIMO2 */
Guy Cohen39e88502008-04-23 17:14:57 -0700570 } else if (mcs <= IWL_RATE_MIMO2_60M_PLCP) {
Guy Cohenfde0db32008-04-21 15:42:01 -0700571 if (num_of_ant == 2)
572 tbl->lq_type = LQ_MIMO2;
573 /* MIMO3 */
574 } else {
575 if (num_of_ant == 3)
576 tbl->lq_type = LQ_MIMO3;
577 }
Zhu Yib481de92007-09-25 17:54:57 -0700578 }
579 return 0;
580}
Guy Cohenaade00c2008-04-23 17:14:59 -0700581
582/* switch to another antenna/antennas and return 1 */
583/* if no other valid antenna found, return 0 */
584static int rs_toggle_antenna(u32 valid_ant, u32 *rate_n_flags,
Tomas Winklere227cea2008-07-18 13:53:05 +0800585 struct iwl_scale_tbl_info *tbl)
Zhu Yib481de92007-09-25 17:54:57 -0700586{
Guy Cohenaade00c2008-04-23 17:14:59 -0700587 u8 new_ant_type;
588
589 if (!tbl->ant_type || tbl->ant_type > ANT_ABC)
590 return 0;
591
592 if (!rs_is_valid_ant(valid_ant, tbl->ant_type))
593 return 0;
594
595 new_ant_type = ant_toggle_lookup[tbl->ant_type];
596
597 while ((new_ant_type != tbl->ant_type) &&
598 !rs_is_valid_ant(valid_ant, new_ant_type))
599 new_ant_type = ant_toggle_lookup[new_ant_type];
600
601 if (new_ant_type == tbl->ant_type)
602 return 0;
603
604 tbl->ant_type = new_ant_type;
605 *rate_n_flags &= ~RATE_MCS_ANT_ABC_MSK;
606 *rate_n_flags |= new_ant_type << RATE_MCS_ANT_POS;
607 return 1;
Zhu Yib481de92007-09-25 17:54:57 -0700608}
609
Guy Cohen39e88502008-04-23 17:14:57 -0700610/* FIXME:RS: in 4965 we don't use greenfield at all */
Guy Cohenf935a6d2008-04-23 17:15:02 -0700611/* FIXME:RS: don't use greenfield for now in TX */
Guy Cohenf935a6d2008-04-23 17:15:02 -0700612#if 0
613static inline u8 rs_use_green(struct iwl_priv *priv, struct ieee80211_conf *conf)
Zhu Yib481de92007-09-25 17:54:57 -0700614{
Tomas Winkler3ac7f142008-07-21 02:40:14 +0300615 return (conf->flags & IEEE80211_CONF_SUPPORT_HT_MODE) &&
Ron Rindjunsky270243a2007-11-26 16:14:41 +0200616 priv->current_ht_config.is_green_field &&
Tomas Winkler3ac7f142008-07-21 02:40:14 +0300617 !priv->current_ht_config.non_GF_STA_present;
Zhu Yib481de92007-09-25 17:54:57 -0700618}
Ron Rindjunsky4f85f5b2008-06-09 22:54:35 +0300619#endif
Guy Cohenf935a6d2008-04-23 17:15:02 -0700620static inline u8 rs_use_green(struct iwl_priv *priv, struct ieee80211_conf *conf)
621{
622 return 0;
623}
Zhu Yib481de92007-09-25 17:54:57 -0700624
625/**
626 * rs_get_supported_rates - get the available rates
627 *
628 * if management frame or broadcast frame only return
629 * basic available rates.
630 *
631 */
Tomas Winklere227cea2008-07-18 13:53:05 +0800632static u16 rs_get_supported_rates(struct iwl_lq_sta *lq_sta,
633 struct ieee80211_hdr *hdr,
634 enum iwl_table_type rate_type)
Zhu Yib481de92007-09-25 17:54:57 -0700635{
Zhu Yib481de92007-09-25 17:54:57 -0700636 if (hdr && is_multicast_ether_addr(hdr->addr1) &&
Guy Coheneecd6e52008-04-23 17:14:58 -0700637 lq_sta->active_rate_basic)
638 return lq_sta->active_rate_basic;
639
640 if (is_legacy(rate_type)) {
641 return lq_sta->active_legacy_rate;
642 } else {
643 if (is_siso(rate_type))
644 return lq_sta->active_siso_rate;
645 else if (is_mimo2(rate_type))
646 return lq_sta->active_mimo2_rate;
647 else
648 return lq_sta->active_mimo3_rate;
Tomas Winklerc33104f2008-01-14 17:46:21 -0800649 }
Zhu Yib481de92007-09-25 17:54:57 -0700650}
651
Ester Kummerbf403db2008-05-05 10:22:40 +0800652static u16 rs_get_adjacent_rate(struct iwl_priv *priv, u8 index, u16 rate_mask,
653 int rate_type)
Zhu Yib481de92007-09-25 17:54:57 -0700654{
655 u8 high = IWL_RATE_INVALID;
656 u8 low = IWL_RATE_INVALID;
657
Ian Schram01ebd062007-10-25 17:15:22 +0800658 /* 802.11A or ht walks to the next literal adjacent rate in
Zhu Yib481de92007-09-25 17:54:57 -0700659 * the rate table */
660 if (is_a_band(rate_type) || !is_legacy(rate_type)) {
661 int i;
662 u32 mask;
663
664 /* Find the previous rate that is in the rate mask */
665 i = index - 1;
666 for (mask = (1 << i); i >= 0; i--, mask >>= 1) {
667 if (rate_mask & mask) {
668 low = i;
669 break;
670 }
671 }
672
673 /* Find the next rate that is in the rate mask */
674 i = index + 1;
675 for (mask = (1 << i); i < IWL_RATE_COUNT; i++, mask <<= 1) {
676 if (rate_mask & mask) {
677 high = i;
678 break;
679 }
680 }
681
682 return (high << 8) | low;
683 }
684
685 low = index;
686 while (low != IWL_RATE_INVALID) {
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800687 low = iwl_rates[low].prev_rs;
Zhu Yib481de92007-09-25 17:54:57 -0700688 if (low == IWL_RATE_INVALID)
689 break;
690 if (rate_mask & (1 << low))
691 break;
692 IWL_DEBUG_RATE("Skipping masked lower rate: %d\n", low);
693 }
694
695 high = index;
696 while (high != IWL_RATE_INVALID) {
Tomas Winkler1826dcc2008-05-15 13:54:02 +0800697 high = iwl_rates[high].next_rs;
Zhu Yib481de92007-09-25 17:54:57 -0700698 if (high == IWL_RATE_INVALID)
699 break;
700 if (rate_mask & (1 << high))
701 break;
702 IWL_DEBUG_RATE("Skipping masked higher rate: %d\n", high);
703 }
704
705 return (high << 8) | low;
706}
707
Tomas Winklere227cea2008-07-18 13:53:05 +0800708static u32 rs_get_lower_rate(struct iwl_lq_sta *lq_sta,
709 struct iwl_scale_tbl_info *tbl,
710 u8 scale_index, u8 ht_possible)
Zhu Yib481de92007-09-25 17:54:57 -0700711{
Zhu Yib481de92007-09-25 17:54:57 -0700712 s32 low;
713 u16 rate_mask;
714 u16 high_low;
715 u8 switch_to_legacy = 0;
Tomas Winklerc33104f2008-01-14 17:46:21 -0800716 u8 is_green = lq_sta->is_green;
Zhu Yib481de92007-09-25 17:54:57 -0700717
718 /* check if we need to switch from HT to legacy rates.
719 * assumption is that mandatory rates (1Mbps or 6Mbps)
720 * are always supported (spec demand) */
721 if (!is_legacy(tbl->lq_type) && (!ht_possible || !scale_index)) {
722 switch_to_legacy = 1;
723 scale_index = rs_ht_to_legacy[scale_index];
Johannes Berg8318d782008-01-24 19:38:38 +0100724 if (lq_sta->band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -0700725 tbl->lq_type = LQ_A;
726 else
727 tbl->lq_type = LQ_G;
728
Guy Cohen69fdb302008-04-23 17:15:01 -0700729 if (num_of_ant(tbl->ant_type) > 1)
Guy Cohenfde0db32008-04-21 15:42:01 -0700730 tbl->ant_type = ANT_A;/*FIXME:RS*/
Zhu Yib481de92007-09-25 17:54:57 -0700731
732 tbl->is_fat = 0;
733 tbl->is_SGI = 0;
734 }
735
Guy Coheneecd6e52008-04-23 17:14:58 -0700736 rate_mask = rs_get_supported_rates(lq_sta, NULL, tbl->lq_type);
Zhu Yib481de92007-09-25 17:54:57 -0700737
Ben Cahill77626352007-11-29 11:09:44 +0800738 /* Mask with station rate restriction */
Zhu Yib481de92007-09-25 17:54:57 -0700739 if (is_legacy(tbl->lq_type)) {
Ben Cahill77626352007-11-29 11:09:44 +0800740 /* supp_rates has no CCK bits in A mode */
Johannes Berg8318d782008-01-24 19:38:38 +0100741 if (lq_sta->band == IEEE80211_BAND_5GHZ)
Zhu Yib481de92007-09-25 17:54:57 -0700742 rate_mask = (u16)(rate_mask &
Tomas Winklerc33104f2008-01-14 17:46:21 -0800743 (lq_sta->supp_rates << IWL_FIRST_OFDM_RATE));
Zhu Yib481de92007-09-25 17:54:57 -0700744 else
Tomas Winklerc33104f2008-01-14 17:46:21 -0800745 rate_mask = (u16)(rate_mask & lq_sta->supp_rates);
Zhu Yib481de92007-09-25 17:54:57 -0700746 }
747
Ben Cahill77626352007-11-29 11:09:44 +0800748 /* If we switched from HT to legacy, check current rate */
Tomas Winklerdc2453ae2007-10-25 17:15:25 +0800749 if (switch_to_legacy && (rate_mask & (1 << scale_index))) {
Guy Cohen39e88502008-04-23 17:14:57 -0700750 low = scale_index;
751 goto out;
Zhu Yib481de92007-09-25 17:54:57 -0700752 }
753
Ester Kummerbf403db2008-05-05 10:22:40 +0800754 high_low = rs_get_adjacent_rate(lq_sta->drv, scale_index, rate_mask,
755 tbl->lq_type);
Zhu Yib481de92007-09-25 17:54:57 -0700756 low = high_low & 0xff;
757
Guy Cohen39e88502008-04-23 17:14:57 -0700758 if (low == IWL_RATE_INVALID)
759 low = scale_index;
760
761out:
Tomas Winkler978785a2008-12-19 10:37:31 +0800762 return rate_n_flags_from_tbl(lq_sta->drv, tbl, low, is_green);
Zhu Yib481de92007-09-25 17:54:57 -0700763}
764
Ben Cahill77626352007-11-29 11:09:44 +0800765/*
766 * mac80211 sends us Tx status
767 */
Johannes Berg4b7679a2008-09-18 18:14:18 +0200768static void rs_tx_status(void *priv_r, struct ieee80211_supported_band *sband,
769 struct ieee80211_sta *sta, void *priv_sta,
Johannes Berge039fa42008-05-15 12:55:29 +0200770 struct sk_buff *skb)
Zhu Yib481de92007-09-25 17:54:57 -0700771{
772 int status;
773 u8 retries;
774 int rs_index, index = 0;
Tomas Winkler417f1142008-11-12 13:14:06 -0800775 struct iwl_lq_sta *lq_sta = priv_sta;
Tomas Winkler66c73db2008-04-15 16:01:40 -0700776 struct iwl_link_quality_cmd *table;
Zhu Yib481de92007-09-25 17:54:57 -0700777 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berg4b7679a2008-09-18 18:14:18 +0200778 struct iwl_priv *priv = (struct iwl_priv *)priv_r;
779 struct ieee80211_hw *hw = priv->hw;
Johannes Berge039fa42008-05-15 12:55:29 +0200780 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Tomas Winklere227cea2008-07-18 13:53:05 +0800781 struct iwl_rate_scale_data *window = NULL;
782 struct iwl_rate_scale_data *search_win = NULL;
Guy Cohen39e88502008-04-23 17:14:57 -0700783 u32 tx_rate;
Tomas Winklere227cea2008-07-18 13:53:05 +0800784 struct iwl_scale_tbl_info tbl_type;
785 struct iwl_scale_tbl_info *curr_tbl, *search_tbl;
Zhu Yib481de92007-09-25 17:54:57 -0700786 u8 active_index = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700787 s32 tpt = 0;
788
Zhu Yi58826352007-09-27 11:27:39 +0800789 IWL_DEBUG_RATE_LIMIT("get frame ack response, update rate scale window\n");
Zhu Yib481de92007-09-25 17:54:57 -0700790
Tomas Winkler417f1142008-11-12 13:14:06 -0800791 if (!ieee80211_is_data(hdr->frame_control) ||
792 is_multicast_ether_addr(hdr->addr1))
Zhu Yib481de92007-09-25 17:54:57 -0700793 return;
794
Ron Rindjunsky99556432008-01-28 14:07:25 +0200795 /* This packet was aggregated but doesn't carry rate scale info */
Johannes Berge039fa42008-05-15 12:55:29 +0200796 if ((info->flags & IEEE80211_TX_CTL_AMPDU) &&
797 !(info->flags & IEEE80211_TX_STAT_AMPDU))
Ron Rindjunsky99556432008-01-28 14:07:25 +0200798 return;
799
Johannes Berge6a98542008-10-21 12:40:02 +0200800 retries = info->status.rates[0].count - 1;
Zhu Yib481de92007-09-25 17:54:57 -0700801
802 if (retries > 15)
803 retries = 15;
804
Johannes Berg05c914f2008-09-11 00:01:58 +0200805 if ((priv->iw_mode == NL80211_IFTYPE_ADHOC) &&
Tomas Winklerc33104f2008-01-14 17:46:21 -0800806 !lq_sta->ibss_sta_added)
Tomas Winklerf4d60822008-03-05 11:31:00 -0800807 goto out;
Zhu Yib481de92007-09-25 17:54:57 -0700808
Tomas Winklerc33104f2008-01-14 17:46:21 -0800809 table = &lq_sta->lq;
810 active_index = lq_sta->active_tbl;
Zhu Yib481de92007-09-25 17:54:57 -0700811
Tomas Winklerc33104f2008-01-14 17:46:21 -0800812 curr_tbl = &(lq_sta->lq_info[active_index]);
813 search_tbl = &(lq_sta->lq_info[(1 - active_index)]);
Tomas Winklere227cea2008-07-18 13:53:05 +0800814 window = (struct iwl_rate_scale_data *)&(curr_tbl->win[0]);
815 search_win = (struct iwl_rate_scale_data *)&(search_tbl->win[0]);
Zhu Yib481de92007-09-25 17:54:57 -0700816
Ben Cahill77626352007-11-29 11:09:44 +0800817 /*
818 * Ignore this Tx frame response if its initial rate doesn't match
819 * that of latest Link Quality command. There may be stragglers
820 * from a previous Link Quality command, but we're no longer interested
821 * in those; they're either from the "active" mode while we're trying
822 * to check "search" mode, or a prior "search" mode after we've moved
823 * to a new "search" mode (which might become the new "active" mode).
824 */
Guy Cohen39e88502008-04-23 17:14:57 -0700825 tx_rate = le32_to_cpu(table->rs_table[0].rate_n_flags);
826 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, &rs_index);
Ron Rindjunsky4c424e42008-03-04 18:09:27 -0800827 if (priv->band == IEEE80211_BAND_5GHZ)
828 rs_index -= IWL_FIRST_OFDM_RATE;
829
Johannes Berge6a98542008-10-21 12:40:02 +0200830 if ((info->status.rates[0].idx < 0) ||
831 (tbl_type.is_SGI != !!(info->status.rates[0].flags & IEEE80211_TX_RC_SHORT_GI)) ||
832 (tbl_type.is_fat != !!(info->status.rates[0].flags & IEEE80211_TX_RC_40_MHZ_WIDTH)) ||
833 (tbl_type.is_dup != !!(info->status.rates[0].flags & IEEE80211_TX_RC_DUP_DATA)) ||
834 (tbl_type.ant_type != info->antenna_sel_tx) ||
835 (!!(tx_rate & RATE_MCS_HT_MSK) != !!(info->status.rates[0].flags & IEEE80211_TX_RC_MCS)) ||
836 (!!(tx_rate & RATE_MCS_GF_MSK) != !!(info->status.rates[0].flags & IEEE80211_TX_RC_GREEN_FIELD)) ||
Ron Rindjunsky4c424e42008-03-04 18:09:27 -0800837 (hw->wiphy->bands[priv->band]->bitrates[rs_index].bitrate !=
Johannes Berge6a98542008-10-21 12:40:02 +0200838 hw->wiphy->bands[info->band]->bitrates[info->status.rates[0].idx].bitrate)) {
Guy Cohen39e88502008-04-23 17:14:57 -0700839 IWL_DEBUG_RATE("initial rate does not match 0x%x\n", tx_rate);
Mohamed Abbasd5e49032008-12-12 08:22:15 -0800840 /* the last LQ command could failed so the LQ in ucode not
841 * the same in driver sync up
842 */
843 iwl_send_lq_cmd(priv, &lq_sta->lq, CMD_ASYNC);
Tomas Winklerf4d60822008-03-05 11:31:00 -0800844 goto out;
Zhu Yib481de92007-09-25 17:54:57 -0700845 }
846
Ben Cahill77626352007-11-29 11:09:44 +0800847 /* Update frame history window with "failure" for each Tx retry. */
Zhu Yib481de92007-09-25 17:54:57 -0700848 while (retries) {
Ben Cahill77626352007-11-29 11:09:44 +0800849 /* Look up the rate and other info used for each tx attempt.
850 * Each tx attempt steps one entry deeper in the rate table. */
Guy Cohen39e88502008-04-23 17:14:57 -0700851 tx_rate = le32_to_cpu(table->rs_table[index].rate_n_flags);
852 rs_get_tbl_info_from_mcs(tx_rate, priv->band,
Zhu Yib481de92007-09-25 17:54:57 -0700853 &tbl_type, &rs_index);
854
Ben Cahill77626352007-11-29 11:09:44 +0800855 /* If type matches "search" table,
856 * add failure to "search" history */
Zhu Yib481de92007-09-25 17:54:57 -0700857 if ((tbl_type.lq_type == search_tbl->lq_type) &&
Guy Cohenfde0db32008-04-21 15:42:01 -0700858 (tbl_type.ant_type == search_tbl->ant_type) &&
Zhu Yib481de92007-09-25 17:54:57 -0700859 (tbl_type.is_SGI == search_tbl->is_SGI)) {
860 if (search_tbl->expected_tpt)
861 tpt = search_tbl->expected_tpt[rs_index];
862 else
863 tpt = 0;
Ron Rindjunsky99556432008-01-28 14:07:25 +0200864 rs_collect_tx_data(search_win, rs_index, tpt, 1, 0);
Ben Cahill77626352007-11-29 11:09:44 +0800865
866 /* Else if type matches "current/active" table,
867 * add failure to "current/active" history */
Zhu Yib481de92007-09-25 17:54:57 -0700868 } else if ((tbl_type.lq_type == curr_tbl->lq_type) &&
Guy Cohenfde0db32008-04-21 15:42:01 -0700869 (tbl_type.ant_type == curr_tbl->ant_type) &&
Zhu Yib481de92007-09-25 17:54:57 -0700870 (tbl_type.is_SGI == curr_tbl->is_SGI)) {
871 if (curr_tbl->expected_tpt)
872 tpt = curr_tbl->expected_tpt[rs_index];
873 else
874 tpt = 0;
Ron Rindjunsky99556432008-01-28 14:07:25 +0200875 rs_collect_tx_data(window, rs_index, tpt, 1, 0);
Zhu Yib481de92007-09-25 17:54:57 -0700876 }
Ben Cahill77626352007-11-29 11:09:44 +0800877
878 /* If not searching for a new mode, increment failed counter
879 * ... this helps determine when to start searching again */
Tomas Winklerc33104f2008-01-14 17:46:21 -0800880 if (lq_sta->stay_in_tbl)
881 lq_sta->total_failed++;
Zhu Yib481de92007-09-25 17:54:57 -0700882 --retries;
883 index++;
884
885 }
886
Ben Cahill77626352007-11-29 11:09:44 +0800887 /*
888 * Find (by rate) the history window to update with final Tx attempt;
889 * if Tx was successful first try, use original rate,
890 * else look up the rate that was, finally, successful.
891 */
Guy Cohen39e88502008-04-23 17:14:57 -0700892 tx_rate = le32_to_cpu(table->rs_table[index].rate_n_flags);
893 rs_get_tbl_info_from_mcs(tx_rate, priv->band, &tbl_type, &rs_index);
Zhu Yib481de92007-09-25 17:54:57 -0700894
Ben Cahill77626352007-11-29 11:09:44 +0800895 /* Update frame history window with "success" if Tx got ACKed ... */
Johannes Berge039fa42008-05-15 12:55:29 +0200896 status = !!(info->flags & IEEE80211_TX_STAT_ACK);
Zhu Yib481de92007-09-25 17:54:57 -0700897
Ben Cahill77626352007-11-29 11:09:44 +0800898 /* If type matches "search" table,
899 * add final tx status to "search" history */
Zhu Yib481de92007-09-25 17:54:57 -0700900 if ((tbl_type.lq_type == search_tbl->lq_type) &&
Guy Cohenfde0db32008-04-21 15:42:01 -0700901 (tbl_type.ant_type == search_tbl->ant_type) &&
Zhu Yib481de92007-09-25 17:54:57 -0700902 (tbl_type.is_SGI == search_tbl->is_SGI)) {
903 if (search_tbl->expected_tpt)
904 tpt = search_tbl->expected_tpt[rs_index];
905 else
906 tpt = 0;
Johannes Berge039fa42008-05-15 12:55:29 +0200907 if (info->flags & IEEE80211_TX_CTL_AMPDU)
Ron Rindjunsky99556432008-01-28 14:07:25 +0200908 rs_collect_tx_data(search_win, rs_index, tpt,
Johannes Berge039fa42008-05-15 12:55:29 +0200909 info->status.ampdu_ack_len,
910 info->status.ampdu_ack_map);
Ron Rindjunsky99556432008-01-28 14:07:25 +0200911 else
912 rs_collect_tx_data(search_win, rs_index, tpt,
913 1, status);
Ben Cahill77626352007-11-29 11:09:44 +0800914 /* Else if type matches "current/active" table,
915 * add final tx status to "current/active" history */
Zhu Yib481de92007-09-25 17:54:57 -0700916 } else if ((tbl_type.lq_type == curr_tbl->lq_type) &&
Guy Cohenfde0db32008-04-21 15:42:01 -0700917 (tbl_type.ant_type == curr_tbl->ant_type) &&
Zhu Yib481de92007-09-25 17:54:57 -0700918 (tbl_type.is_SGI == curr_tbl->is_SGI)) {
919 if (curr_tbl->expected_tpt)
920 tpt = curr_tbl->expected_tpt[rs_index];
921 else
922 tpt = 0;
Johannes Berge039fa42008-05-15 12:55:29 +0200923 if (info->flags & IEEE80211_TX_CTL_AMPDU)
Ron Rindjunsky99556432008-01-28 14:07:25 +0200924 rs_collect_tx_data(window, rs_index, tpt,
Johannes Berge039fa42008-05-15 12:55:29 +0200925 info->status.ampdu_ack_len,
926 info->status.ampdu_ack_map);
Ron Rindjunsky99556432008-01-28 14:07:25 +0200927 else
928 rs_collect_tx_data(window, rs_index, tpt,
929 1, status);
Zhu Yib481de92007-09-25 17:54:57 -0700930 }
931
Ben Cahill77626352007-11-29 11:09:44 +0800932 /* If not searching for new mode, increment success/failed counter
933 * ... these help determine when to start searching again */
Tomas Winklerc33104f2008-01-14 17:46:21 -0800934 if (lq_sta->stay_in_tbl) {
Johannes Berge039fa42008-05-15 12:55:29 +0200935 if (info->flags & IEEE80211_TX_CTL_AMPDU) {
936 lq_sta->total_success += info->status.ampdu_ack_map;
Ron Rindjunsky99556432008-01-28 14:07:25 +0200937 lq_sta->total_failed +=
Johannes Berge039fa42008-05-15 12:55:29 +0200938 (info->status.ampdu_ack_len - info->status.ampdu_ack_map);
Ron Rindjunsky99556432008-01-28 14:07:25 +0200939 } else {
940 if (status)
941 lq_sta->total_success++;
942 else
943 lq_sta->total_failed++;
944 }
Zhu Yib481de92007-09-25 17:54:57 -0700945 }
946
Ben Cahill77626352007-11-29 11:09:44 +0800947 /* See if there's a better rate or modulation mode to try. */
Abbas, Mohamedc338ba32009-01-21 10:58:02 -0800948 if (sta && sta->supp_rates[sband->band])
949 rs_rate_scale_perform(priv, hdr, sta, lq_sta);
Tomas Winklerf4d60822008-03-05 11:31:00 -0800950out:
Zhu Yib481de92007-09-25 17:54:57 -0700951 return;
952}
953
Ben Cahill77626352007-11-29 11:09:44 +0800954/*
955 * Begin a period of staying with a selected modulation mode.
956 * Set "stay_in_tbl" flag to prevent any mode switches.
957 * Set frame tx success limits according to legacy vs. high-throughput,
958 * and reset overall (spanning all rates) tx success history statistics.
959 * These control how long we stay using same modulation mode before
960 * searching for a new mode.
961 */
Ester Kummerbf403db2008-05-05 10:22:40 +0800962static void rs_set_stay_in_table(struct iwl_priv *priv, u8 is_legacy,
Tomas Winklere227cea2008-07-18 13:53:05 +0800963 struct iwl_lq_sta *lq_sta)
Zhu Yib481de92007-09-25 17:54:57 -0700964{
Guy Coheneecd6e52008-04-23 17:14:58 -0700965 IWL_DEBUG_RATE("we are staying in the same table\n");
Tomas Winklerc33104f2008-01-14 17:46:21 -0800966 lq_sta->stay_in_tbl = 1; /* only place this gets set */
Zhu Yib481de92007-09-25 17:54:57 -0700967 if (is_legacy) {
Tomas Winklerc33104f2008-01-14 17:46:21 -0800968 lq_sta->table_count_limit = IWL_LEGACY_TABLE_COUNT;
969 lq_sta->max_failure_limit = IWL_LEGACY_FAILURE_LIMIT;
970 lq_sta->max_success_limit = IWL_LEGACY_SUCCESS_LIMIT;
Zhu Yib481de92007-09-25 17:54:57 -0700971 } else {
Tomas Winklerc33104f2008-01-14 17:46:21 -0800972 lq_sta->table_count_limit = IWL_NONE_LEGACY_TABLE_COUNT;
973 lq_sta->max_failure_limit = IWL_NONE_LEGACY_FAILURE_LIMIT;
974 lq_sta->max_success_limit = IWL_NONE_LEGACY_SUCCESS_LIMIT;
Zhu Yib481de92007-09-25 17:54:57 -0700975 }
Tomas Winklerc33104f2008-01-14 17:46:21 -0800976 lq_sta->table_count = 0;
977 lq_sta->total_failed = 0;
978 lq_sta->total_success = 0;
Zhu Yib481de92007-09-25 17:54:57 -0700979}
980
Ben Cahill77626352007-11-29 11:09:44 +0800981/*
982 * Find correct throughput table for given mode of modulation
983 */
Tomas Winklere227cea2008-07-18 13:53:05 +0800984static void rs_set_expected_tpt_table(struct iwl_lq_sta *lq_sta,
985 struct iwl_scale_tbl_info *tbl)
Zhu Yib481de92007-09-25 17:54:57 -0700986{
987 if (is_legacy(tbl->lq_type)) {
988 if (!is_a_band(tbl->lq_type))
989 tbl->expected_tpt = expected_tpt_G;
990 else
991 tbl->expected_tpt = expected_tpt_A;
992 } else if (is_siso(tbl->lq_type)) {
Tomas Winklerc33104f2008-01-14 17:46:21 -0800993 if (tbl->is_fat && !lq_sta->is_dup)
Zhu Yib481de92007-09-25 17:54:57 -0700994 if (tbl->is_SGI)
995 tbl->expected_tpt = expected_tpt_siso40MHzSGI;
996 else
997 tbl->expected_tpt = expected_tpt_siso40MHz;
998 else if (tbl->is_SGI)
999 tbl->expected_tpt = expected_tpt_siso20MHzSGI;
1000 else
1001 tbl->expected_tpt = expected_tpt_siso20MHz;
1002
Guy Cohenfde0db32008-04-21 15:42:01 -07001003 } else if (is_mimo(tbl->lq_type)) { /* FIXME:need to separate mimo2/3 */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001004 if (tbl->is_fat && !lq_sta->is_dup)
Zhu Yib481de92007-09-25 17:54:57 -07001005 if (tbl->is_SGI)
1006 tbl->expected_tpt = expected_tpt_mimo40MHzSGI;
1007 else
1008 tbl->expected_tpt = expected_tpt_mimo40MHz;
1009 else if (tbl->is_SGI)
1010 tbl->expected_tpt = expected_tpt_mimo20MHzSGI;
1011 else
1012 tbl->expected_tpt = expected_tpt_mimo20MHz;
1013 } else
1014 tbl->expected_tpt = expected_tpt_G;
1015}
1016
Ben Cahill77626352007-11-29 11:09:44 +08001017/*
1018 * Find starting rate for new "search" high-throughput mode of modulation.
1019 * Goal is to find lowest expected rate (under perfect conditions) that is
1020 * above the current measured throughput of "active" mode, to give new mode
1021 * a fair chance to prove itself without too many challenges.
1022 *
1023 * This gets called when transitioning to more aggressive modulation
1024 * (i.e. legacy to SISO or MIMO, or SISO to MIMO), as well as less aggressive
1025 * (i.e. MIMO to SISO). When moving to MIMO, bit rate will typically need
1026 * to decrease to match "active" throughput. When moving from MIMO to SISO,
1027 * bit rate will typically need to increase, but not if performance was bad.
1028 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001029static s32 rs_get_best_rate(struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +08001030 struct iwl_lq_sta *lq_sta,
1031 struct iwl_scale_tbl_info *tbl, /* "search" */
Guy Cohenf935a6d2008-04-23 17:15:02 -07001032 u16 rate_mask, s8 index)
Zhu Yib481de92007-09-25 17:54:57 -07001033{
Ben Cahill77626352007-11-29 11:09:44 +08001034 /* "active" values */
Tomas Winklere227cea2008-07-18 13:53:05 +08001035 struct iwl_scale_tbl_info *active_tbl =
Tomas Winklerc33104f2008-01-14 17:46:21 -08001036 &(lq_sta->lq_info[lq_sta->active_tbl]);
Zhu Yib481de92007-09-25 17:54:57 -07001037 s32 active_sr = active_tbl->win[index].success_ratio;
Zhu Yib481de92007-09-25 17:54:57 -07001038 s32 active_tpt = active_tbl->expected_tpt[index];
Ben Cahill77626352007-11-29 11:09:44 +08001039
1040 /* expected "search" throughput */
1041 s32 *tpt_tbl = tbl->expected_tpt;
1042
1043 s32 new_rate, high, low, start_hi;
Zhu Yib481de92007-09-25 17:54:57 -07001044 u16 high_low;
Guy Cohenf935a6d2008-04-23 17:15:02 -07001045 s8 rate = index;
Zhu Yib481de92007-09-25 17:54:57 -07001046
1047 new_rate = high = low = start_hi = IWL_RATE_INVALID;
1048
1049 for (; ;) {
Ester Kummerbf403db2008-05-05 10:22:40 +08001050 high_low = rs_get_adjacent_rate(priv, rate, rate_mask,
1051 tbl->lq_type);
Zhu Yib481de92007-09-25 17:54:57 -07001052
1053 low = high_low & 0xff;
1054 high = (high_low >> 8) & 0xff;
1055
Ben Cahill77626352007-11-29 11:09:44 +08001056 /*
1057 * Lower the "search" bit rate, to give new "search" mode
1058 * approximately the same throughput as "active" if:
1059 *
1060 * 1) "Active" mode has been working modestly well (but not
1061 * great), and expected "search" throughput (under perfect
1062 * conditions) at candidate rate is above the actual
1063 * measured "active" throughput (but less than expected
1064 * "active" throughput under perfect conditions).
1065 * OR
1066 * 2) "Active" mode has been working perfectly or very well
1067 * and expected "search" throughput (under perfect
1068 * conditions) at candidate rate is above expected
1069 * "active" throughput (under perfect conditions).
1070 */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001071 if ((((100 * tpt_tbl[rate]) > lq_sta->last_tpt) &&
Zhu Yib481de92007-09-25 17:54:57 -07001072 ((active_sr > IWL_RATE_DECREASE_TH) &&
1073 (active_sr <= IWL_RATE_HIGH_TH) &&
1074 (tpt_tbl[rate] <= active_tpt))) ||
1075 ((active_sr >= IWL_RATE_SCALE_SWITCH) &&
1076 (tpt_tbl[rate] > active_tpt))) {
1077
Ben Cahill77626352007-11-29 11:09:44 +08001078 /* (2nd or later pass)
1079 * If we've already tried to raise the rate, and are
1080 * now trying to lower it, use the higher rate. */
Zhu Yib481de92007-09-25 17:54:57 -07001081 if (start_hi != IWL_RATE_INVALID) {
1082 new_rate = start_hi;
1083 break;
1084 }
Ben Cahill77626352007-11-29 11:09:44 +08001085
Zhu Yib481de92007-09-25 17:54:57 -07001086 new_rate = rate;
Ben Cahill77626352007-11-29 11:09:44 +08001087
1088 /* Loop again with lower rate */
Zhu Yib481de92007-09-25 17:54:57 -07001089 if (low != IWL_RATE_INVALID)
1090 rate = low;
Ben Cahill77626352007-11-29 11:09:44 +08001091
1092 /* Lower rate not available, use the original */
Zhu Yib481de92007-09-25 17:54:57 -07001093 else
1094 break;
Ben Cahill77626352007-11-29 11:09:44 +08001095
1096 /* Else try to raise the "search" rate to match "active" */
Zhu Yib481de92007-09-25 17:54:57 -07001097 } else {
Ben Cahill77626352007-11-29 11:09:44 +08001098 /* (2nd or later pass)
1099 * If we've already tried to lower the rate, and are
1100 * now trying to raise it, use the lower rate. */
Zhu Yib481de92007-09-25 17:54:57 -07001101 if (new_rate != IWL_RATE_INVALID)
1102 break;
Ben Cahill77626352007-11-29 11:09:44 +08001103
1104 /* Loop again with higher rate */
Zhu Yib481de92007-09-25 17:54:57 -07001105 else if (high != IWL_RATE_INVALID) {
1106 start_hi = high;
1107 rate = high;
Ben Cahill77626352007-11-29 11:09:44 +08001108
1109 /* Higher rate not available, use the original */
Zhu Yib481de92007-09-25 17:54:57 -07001110 } else {
Guy Cohen90d77952008-09-09 10:54:53 +08001111 new_rate = rate;
Zhu Yib481de92007-09-25 17:54:57 -07001112 break;
1113 }
1114 }
1115 }
1116
1117 return new_rate;
1118}
Zhu Yib481de92007-09-25 17:54:57 -07001119
Ben Cahill77626352007-11-29 11:09:44 +08001120/*
1121 * Set up search table for MIMO
1122 */
Guy Cohenfde0db32008-04-21 15:42:01 -07001123static int rs_switch_to_mimo2(struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +08001124 struct iwl_lq_sta *lq_sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001125 struct ieee80211_conf *conf,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001126 struct ieee80211_sta *sta,
Tomas Winklere227cea2008-07-18 13:53:05 +08001127 struct iwl_scale_tbl_info *tbl, int index)
Zhu Yib481de92007-09-25 17:54:57 -07001128{
Zhu Yib481de92007-09-25 17:54:57 -07001129 u16 rate_mask;
1130 s32 rate;
Tomas Winklerc33104f2008-01-14 17:46:21 -08001131 s8 is_green = lq_sta->is_green;
Zhu Yib481de92007-09-25 17:54:57 -07001132
Johannes Bergae5eb022008-10-14 16:58:37 +02001133 if (!conf->ht.enabled || !sta->ht_cap.ht_supported)
Zhu Yib481de92007-09-25 17:54:57 -07001134 return -1;
1135
Johannes Bergd9fe60d2008-10-09 12:13:49 +02001136 if (((sta->ht_cap.cap & IEEE80211_HT_CAP_SM_PS) >> 2)
Tomas Winkler00c5ae22008-09-03 11:26:42 +08001137 == WLAN_HT_CAP_SM_PS_STATIC)
Zhu Yib481de92007-09-25 17:54:57 -07001138 return -1;
1139
Ben Cahill77626352007-11-29 11:09:44 +08001140 /* Need both Tx chains/antennas to support MIMO */
Guy Cohenaade00c2008-04-23 17:14:59 -07001141 if (priv->hw_params.tx_chains_num < 2)
Zhu Yib481de92007-09-25 17:54:57 -07001142 return -1;
1143
Guy Coheneecd6e52008-04-23 17:14:58 -07001144 IWL_DEBUG_RATE("LQ: try to switch to MIMO2\n");
Guy Cohen39e88502008-04-23 17:14:57 -07001145
1146 tbl->lq_type = LQ_MIMO2;
Tomas Winklerc33104f2008-01-14 17:46:21 -08001147 tbl->is_dup = lq_sta->is_dup;
Zhu Yib481de92007-09-25 17:54:57 -07001148 tbl->action = 0;
Guy Cohen39e88502008-04-23 17:14:57 -07001149 rate_mask = lq_sta->active_mimo2_rate;
1150
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001151 if (priv->current_ht_config.supported_chan_width
Guy Cohen39e88502008-04-23 17:14:57 -07001152 == IWL_CHANNEL_WIDTH_40MHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001153 tbl->is_fat = 1;
1154 else
1155 tbl->is_fat = 0;
1156
Guy Cohen39e88502008-04-23 17:14:57 -07001157 /* FIXME: - don't toggle SGI here
Zhu Yib481de92007-09-25 17:54:57 -07001158 if (tbl->is_fat) {
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001159 if (priv->current_ht_config.sgf & HT_SHORT_GI_40MHZ_ONLY)
Zhu Yib481de92007-09-25 17:54:57 -07001160 tbl->is_SGI = 1;
1161 else
1162 tbl->is_SGI = 0;
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001163 } else if (priv->current_ht_config.sgf & HT_SHORT_GI_20MHZ_ONLY)
Zhu Yib481de92007-09-25 17:54:57 -07001164 tbl->is_SGI = 1;
1165 else
1166 tbl->is_SGI = 0;
Guy Cohen39e88502008-04-23 17:14:57 -07001167 */
Zhu Yib481de92007-09-25 17:54:57 -07001168
Guy Coheneecd6e52008-04-23 17:14:58 -07001169 rs_set_expected_tpt_table(lq_sta, tbl);
Zhu Yib481de92007-09-25 17:54:57 -07001170
Guy Cohenf935a6d2008-04-23 17:15:02 -07001171 rate = rs_get_best_rate(priv, lq_sta, tbl, rate_mask, index);
Zhu Yib481de92007-09-25 17:54:57 -07001172
Guy Coheneecd6e52008-04-23 17:14:58 -07001173 IWL_DEBUG_RATE("LQ: MIMO2 best rate %d mask %X\n", rate, rate_mask);
Guy Cohen39e88502008-04-23 17:14:57 -07001174
1175 if ((rate == IWL_RATE_INVALID) || !((1 << rate) & rate_mask)) {
Guy Coheneecd6e52008-04-23 17:14:58 -07001176 IWL_DEBUG_RATE("Can't switch with index %d rate mask %x\n",
Guy Cohen39e88502008-04-23 17:14:57 -07001177 rate, rate_mask);
Zhu Yib481de92007-09-25 17:54:57 -07001178 return -1;
Guy Cohen39e88502008-04-23 17:14:57 -07001179 }
Tomas Winkler978785a2008-12-19 10:37:31 +08001180 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green);
Zhu Yib481de92007-09-25 17:54:57 -07001181
Guy Coheneecd6e52008-04-23 17:14:58 -07001182 IWL_DEBUG_RATE("LQ: Switch to new mcs %X index is green %X\n",
Guy Cohen39e88502008-04-23 17:14:57 -07001183 tbl->current_rate, is_green);
Tomas Winklerdc2453ae2007-10-25 17:15:25 +08001184 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07001185}
1186
Ben Cahill77626352007-11-29 11:09:44 +08001187/*
1188 * Set up search table for SISO
1189 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001190static int rs_switch_to_siso(struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +08001191 struct iwl_lq_sta *lq_sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001192 struct ieee80211_conf *conf,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001193 struct ieee80211_sta *sta,
Tomas Winklere227cea2008-07-18 13:53:05 +08001194 struct iwl_scale_tbl_info *tbl, int index)
Zhu Yib481de92007-09-25 17:54:57 -07001195{
Zhu Yib481de92007-09-25 17:54:57 -07001196 u16 rate_mask;
Tomas Winklerc33104f2008-01-14 17:46:21 -08001197 u8 is_green = lq_sta->is_green;
Zhu Yib481de92007-09-25 17:54:57 -07001198 s32 rate;
1199
Johannes Bergae5eb022008-10-14 16:58:37 +02001200 if (!conf->ht.enabled || !sta->ht_cap.ht_supported)
Zhu Yib481de92007-09-25 17:54:57 -07001201 return -1;
1202
Guy Coheneecd6e52008-04-23 17:14:58 -07001203 IWL_DEBUG_RATE("LQ: try to switch to SISO\n");
Guy Cohen39e88502008-04-23 17:14:57 -07001204
Tomas Winklerc33104f2008-01-14 17:46:21 -08001205 tbl->is_dup = lq_sta->is_dup;
Zhu Yib481de92007-09-25 17:54:57 -07001206 tbl->lq_type = LQ_SISO;
1207 tbl->action = 0;
Guy Cohen39e88502008-04-23 17:14:57 -07001208 rate_mask = lq_sta->active_siso_rate;
Zhu Yib481de92007-09-25 17:54:57 -07001209
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001210 if (priv->current_ht_config.supported_chan_width
1211 == IWL_CHANNEL_WIDTH_40MHZ)
Zhu Yib481de92007-09-25 17:54:57 -07001212 tbl->is_fat = 1;
1213 else
1214 tbl->is_fat = 0;
1215
Guy Cohen39e88502008-04-23 17:14:57 -07001216 /* FIXME: - don't toggle SGI here
Zhu Yib481de92007-09-25 17:54:57 -07001217 if (tbl->is_fat) {
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001218 if (priv->current_ht_config.sgf & HT_SHORT_GI_40MHZ_ONLY)
Zhu Yib481de92007-09-25 17:54:57 -07001219 tbl->is_SGI = 1;
1220 else
1221 tbl->is_SGI = 0;
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001222 } else if (priv->current_ht_config.sgf & HT_SHORT_GI_20MHZ_ONLY)
Zhu Yib481de92007-09-25 17:54:57 -07001223 tbl->is_SGI = 1;
1224 else
1225 tbl->is_SGI = 0;
Guy Cohen39e88502008-04-23 17:14:57 -07001226 */
Zhu Yib481de92007-09-25 17:54:57 -07001227
1228 if (is_green)
Guy Cohen39e88502008-04-23 17:14:57 -07001229 tbl->is_SGI = 0; /*11n spec: no SGI in SISO+Greenfield*/
Zhu Yib481de92007-09-25 17:54:57 -07001230
Guy Coheneecd6e52008-04-23 17:14:58 -07001231 rs_set_expected_tpt_table(lq_sta, tbl);
Guy Cohenf935a6d2008-04-23 17:15:02 -07001232 rate = rs_get_best_rate(priv, lq_sta, tbl, rate_mask, index);
Zhu Yib481de92007-09-25 17:54:57 -07001233
Guy Coheneecd6e52008-04-23 17:14:58 -07001234 IWL_DEBUG_RATE("LQ: get best rate %d mask %X\n", rate, rate_mask);
Zhu Yib481de92007-09-25 17:54:57 -07001235 if ((rate == IWL_RATE_INVALID) || !((1 << rate) & rate_mask)) {
Guy Coheneecd6e52008-04-23 17:14:58 -07001236 IWL_DEBUG_RATE("can not switch with index %d rate mask %x\n",
Zhu Yib481de92007-09-25 17:54:57 -07001237 rate, rate_mask);
1238 return -1;
1239 }
Tomas Winkler978785a2008-12-19 10:37:31 +08001240 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green);
Guy Coheneecd6e52008-04-23 17:14:58 -07001241 IWL_DEBUG_RATE("LQ: Switch to new mcs %X index is green %X\n",
Guy Cohen39e88502008-04-23 17:14:57 -07001242 tbl->current_rate, is_green);
Mohamed Abbas403ab562007-11-06 22:06:25 -08001243 return 0;
Zhu Yib481de92007-09-25 17:54:57 -07001244}
1245
Ben Cahill77626352007-11-29 11:09:44 +08001246/*
1247 * Try to switch to new modulation mode from legacy
1248 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001249static int rs_move_legacy_other(struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +08001250 struct iwl_lq_sta *lq_sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001251 struct ieee80211_conf *conf,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001252 struct ieee80211_sta *sta,
Zhu Yib481de92007-09-25 17:54:57 -07001253 int index)
1254{
Tomas Winklere227cea2008-07-18 13:53:05 +08001255 struct iwl_scale_tbl_info *tbl = &(lq_sta->lq_info[lq_sta->active_tbl]);
1256 struct iwl_scale_tbl_info *search_tbl =
1257 &(lq_sta->lq_info[(1 - lq_sta->active_tbl)]);
1258 struct iwl_rate_scale_data *window = &(tbl->win[index]);
1259 u32 sz = (sizeof(struct iwl_scale_tbl_info) -
1260 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT));
Zhu Yib481de92007-09-25 17:54:57 -07001261 u8 start_action = tbl->action;
Guy Cohenfde0db32008-04-21 15:42:01 -07001262 u8 valid_tx_ant = priv->hw_params.valid_tx_ant;
Guy Cohen3110bef2008-09-09 10:54:54 +08001263 u8 tx_chains_num = priv->hw_params.tx_chains_num;
Guy Cohenfde0db32008-04-21 15:42:01 -07001264 int ret = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001265
1266 for (; ;) {
1267 switch (tbl->action) {
Guy Cohen3110bef2008-09-09 10:54:54 +08001268 case IWL_LEGACY_SWITCH_ANTENNA1:
1269 case IWL_LEGACY_SWITCH_ANTENNA2:
Guy Cohenf935a6d2008-04-23 17:15:02 -07001270 IWL_DEBUG_RATE("LQ: Legacy toggle Antenna\n");
Zhu Yib481de92007-09-25 17:54:57 -07001271
Tomas Winklerc33104f2008-01-14 17:46:21 -08001272 lq_sta->action_counter++;
Ben Cahill77626352007-11-29 11:09:44 +08001273
Guy Cohen3110bef2008-09-09 10:54:54 +08001274 if ((tbl->action == IWL_LEGACY_SWITCH_ANTENNA1 &&
1275 tx_chains_num <= 1) ||
1276 (tbl->action == IWL_LEGACY_SWITCH_ANTENNA2 &&
1277 tx_chains_num <= 2))
1278 break;
1279
Ben Cahill77626352007-11-29 11:09:44 +08001280 /* Don't change antenna if success has been great */
Zhu Yib481de92007-09-25 17:54:57 -07001281 if (window->success_ratio >= IWL_RS_GOOD_RATIO)
1282 break;
Ben Cahill77626352007-11-29 11:09:44 +08001283
Ben Cahill77626352007-11-29 11:09:44 +08001284 /* Set up search table to try other antenna */
Zhu Yib481de92007-09-25 17:54:57 -07001285 memcpy(search_tbl, tbl, sz);
1286
Guy Cohenaade00c2008-04-23 17:14:59 -07001287 if (rs_toggle_antenna(valid_tx_ant,
1288 &search_tbl->current_rate, search_tbl)) {
Guy Cohen3110bef2008-09-09 10:54:54 +08001289 rs_set_expected_tpt_table(lq_sta, search_tbl);
Guy Cohenaade00c2008-04-23 17:14:59 -07001290 goto out;
1291 }
Guy Cohena5e8b502008-05-29 16:35:11 +08001292 break;
Zhu Yib481de92007-09-25 17:54:57 -07001293 case IWL_LEGACY_SWITCH_SISO:
Guy Coheneecd6e52008-04-23 17:14:58 -07001294 IWL_DEBUG_RATE("LQ: Legacy switch to SISO\n");
Ben Cahill77626352007-11-29 11:09:44 +08001295
1296 /* Set up search table to try SISO */
Zhu Yib481de92007-09-25 17:54:57 -07001297 memcpy(search_tbl, tbl, sz);
Zhu Yib481de92007-09-25 17:54:57 -07001298 search_tbl->is_SGI = 0;
Tomas Winklerc33104f2008-01-14 17:46:21 -08001299 ret = rs_switch_to_siso(priv, lq_sta, conf, sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001300 search_tbl, index);
Tomas Winklerdc2453ae2007-10-25 17:15:25 +08001301 if (!ret) {
Tomas Winklerc33104f2008-01-14 17:46:21 -08001302 lq_sta->action_counter = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001303 goto out;
Tomas Winklerdc2453ae2007-10-25 17:15:25 +08001304 }
Zhu Yib481de92007-09-25 17:54:57 -07001305
1306 break;
Guy Cohen3110bef2008-09-09 10:54:54 +08001307 case IWL_LEGACY_SWITCH_MIMO2_AB:
1308 case IWL_LEGACY_SWITCH_MIMO2_AC:
1309 case IWL_LEGACY_SWITCH_MIMO2_BC:
Guy Coheneecd6e52008-04-23 17:14:58 -07001310 IWL_DEBUG_RATE("LQ: Legacy switch to MIMO2\n");
Ben Cahill77626352007-11-29 11:09:44 +08001311
1312 /* Set up search table to try MIMO */
Zhu Yib481de92007-09-25 17:54:57 -07001313 memcpy(search_tbl, tbl, sz);
Zhu Yib481de92007-09-25 17:54:57 -07001314 search_tbl->is_SGI = 0;
Guy Cohen3110bef2008-09-09 10:54:54 +08001315
1316 if (tbl->action == IWL_LEGACY_SWITCH_MIMO2_AB)
1317 search_tbl->ant_type = ANT_AB;
1318 else if (tbl->action == IWL_LEGACY_SWITCH_MIMO2_AC)
1319 search_tbl->ant_type = ANT_AC;
1320 else
1321 search_tbl->ant_type = ANT_BC;
1322
1323 if (!rs_is_valid_ant(valid_tx_ant, search_tbl->ant_type))
1324 break;
1325
Guy Cohenfde0db32008-04-21 15:42:01 -07001326 ret = rs_switch_to_mimo2(priv, lq_sta, conf, sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001327 search_tbl, index);
Tomas Winklerdc2453ae2007-10-25 17:15:25 +08001328 if (!ret) {
Tomas Winklerc33104f2008-01-14 17:46:21 -08001329 lq_sta->action_counter = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001330 goto out;
Tomas Winklerdc2453ae2007-10-25 17:15:25 +08001331 }
Zhu Yib481de92007-09-25 17:54:57 -07001332 break;
1333 }
1334 tbl->action++;
Guy Cohen3110bef2008-09-09 10:54:54 +08001335 if (tbl->action > IWL_LEGACY_SWITCH_MIMO2_BC)
1336 tbl->action = IWL_LEGACY_SWITCH_ANTENNA1;
Zhu Yib481de92007-09-25 17:54:57 -07001337
1338 if (tbl->action == start_action)
1339 break;
1340
1341 }
Guy Cohen3110bef2008-09-09 10:54:54 +08001342 search_tbl->lq_type = LQ_NONE;
Zhu Yib481de92007-09-25 17:54:57 -07001343 return 0;
1344
Guy Cohen3110bef2008-09-09 10:54:54 +08001345out:
1346 lq_sta->search_better_tbl = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001347 tbl->action++;
Guy Cohen3110bef2008-09-09 10:54:54 +08001348 if (tbl->action > IWL_LEGACY_SWITCH_MIMO2_BC)
1349 tbl->action = IWL_LEGACY_SWITCH_ANTENNA1;
Zhu Yib481de92007-09-25 17:54:57 -07001350 return 0;
1351
1352}
1353
Ben Cahill77626352007-11-29 11:09:44 +08001354/*
1355 * Try to switch to new modulation mode from SISO
1356 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001357static int rs_move_siso_to_other(struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +08001358 struct iwl_lq_sta *lq_sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001359 struct ieee80211_conf *conf,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001360 struct ieee80211_sta *sta, int index)
Zhu Yib481de92007-09-25 17:54:57 -07001361{
Tomas Winklerc33104f2008-01-14 17:46:21 -08001362 u8 is_green = lq_sta->is_green;
Tomas Winklere227cea2008-07-18 13:53:05 +08001363 struct iwl_scale_tbl_info *tbl = &(lq_sta->lq_info[lq_sta->active_tbl]);
1364 struct iwl_scale_tbl_info *search_tbl =
1365 &(lq_sta->lq_info[(1 - lq_sta->active_tbl)]);
1366 struct iwl_rate_scale_data *window = &(tbl->win[index]);
1367 u32 sz = (sizeof(struct iwl_scale_tbl_info) -
1368 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT));
Zhu Yib481de92007-09-25 17:54:57 -07001369 u8 start_action = tbl->action;
Guy Cohenfde0db32008-04-21 15:42:01 -07001370 u8 valid_tx_ant = priv->hw_params.valid_tx_ant;
Guy Cohen3110bef2008-09-09 10:54:54 +08001371 u8 tx_chains_num = priv->hw_params.tx_chains_num;
Guy Cohenfde0db32008-04-21 15:42:01 -07001372 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07001373
1374 for (;;) {
Tomas Winklerc33104f2008-01-14 17:46:21 -08001375 lq_sta->action_counter++;
Zhu Yib481de92007-09-25 17:54:57 -07001376 switch (tbl->action) {
Guy Cohen3110bef2008-09-09 10:54:54 +08001377 case IWL_SISO_SWITCH_ANTENNA1:
1378 case IWL_SISO_SWITCH_ANTENNA2:
Guy Coheneecd6e52008-04-23 17:14:58 -07001379 IWL_DEBUG_RATE("LQ: SISO toggle Antenna\n");
Guy Cohen3110bef2008-09-09 10:54:54 +08001380
1381 if ((tbl->action == IWL_SISO_SWITCH_ANTENNA1 &&
1382 tx_chains_num <= 1) ||
1383 (tbl->action == IWL_SISO_SWITCH_ANTENNA2 &&
1384 tx_chains_num <= 2))
1385 break;
1386
Zhu Yib481de92007-09-25 17:54:57 -07001387 if (window->success_ratio >= IWL_RS_GOOD_RATIO)
1388 break;
Zhu Yib481de92007-09-25 17:54:57 -07001389
1390 memcpy(search_tbl, tbl, sz);
Guy Cohenaade00c2008-04-23 17:14:59 -07001391 if (rs_toggle_antenna(valid_tx_ant,
Guy Cohen3110bef2008-09-09 10:54:54 +08001392 &search_tbl->current_rate, search_tbl))
Guy Cohenaade00c2008-04-23 17:14:59 -07001393 goto out;
Guy Cohena5e8b502008-05-29 16:35:11 +08001394 break;
Guy Cohen3110bef2008-09-09 10:54:54 +08001395 case IWL_SISO_SWITCH_MIMO2_AB:
1396 case IWL_SISO_SWITCH_MIMO2_AC:
1397 case IWL_SISO_SWITCH_MIMO2_BC:
Guy Cohena5e8b502008-05-29 16:35:11 +08001398 IWL_DEBUG_RATE("LQ: SISO switch to MIMO2\n");
Zhu Yib481de92007-09-25 17:54:57 -07001399 memcpy(search_tbl, tbl, sz);
Zhu Yib481de92007-09-25 17:54:57 -07001400 search_tbl->is_SGI = 0;
Guy Cohen3110bef2008-09-09 10:54:54 +08001401
1402 if (tbl->action == IWL_SISO_SWITCH_MIMO2_AB)
1403 search_tbl->ant_type = ANT_AB;
1404 else if (tbl->action == IWL_SISO_SWITCH_MIMO2_AC)
1405 search_tbl->ant_type = ANT_AC;
1406 else
1407 search_tbl->ant_type = ANT_BC;
1408
1409 if (!rs_is_valid_ant(valid_tx_ant, search_tbl->ant_type))
1410 break;
1411
Guy Cohenfde0db32008-04-21 15:42:01 -07001412 ret = rs_switch_to_mimo2(priv, lq_sta, conf, sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001413 search_tbl, index);
Guy Cohen3110bef2008-09-09 10:54:54 +08001414 if (!ret)
Zhu Yib481de92007-09-25 17:54:57 -07001415 goto out;
1416 break;
1417 case IWL_SISO_SWITCH_GI:
Emmanuel Grumbacha9841012008-05-15 13:54:08 +08001418 if (!tbl->is_fat &&
1419 !(priv->current_ht_config.sgf &
1420 HT_SHORT_GI_20MHZ))
1421 break;
1422 if (tbl->is_fat &&
1423 !(priv->current_ht_config.sgf &
1424 HT_SHORT_GI_40MHZ))
1425 break;
1426
Guy Coheneecd6e52008-04-23 17:14:58 -07001427 IWL_DEBUG_RATE("LQ: SISO toggle SGI/NGI\n");
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02001428
Zhu Yib481de92007-09-25 17:54:57 -07001429 memcpy(search_tbl, tbl, sz);
Guy Cohen39e88502008-04-23 17:14:57 -07001430 if (is_green) {
1431 if (!tbl->is_SGI)
1432 break;
1433 else
1434 IWL_ERROR("SGI was set in GF+SISO\n");
Zhu Yib481de92007-09-25 17:54:57 -07001435 }
Guy Cohen39e88502008-04-23 17:14:57 -07001436 search_tbl->is_SGI = !tbl->is_SGI;
Guy Coheneecd6e52008-04-23 17:14:58 -07001437 rs_set_expected_tpt_table(lq_sta, search_tbl);
Guy Cohen39e88502008-04-23 17:14:57 -07001438 if (tbl->is_SGI) {
1439 s32 tpt = lq_sta->last_tpt / 100;
1440 if (tpt >= search_tbl->expected_tpt[index])
1441 break;
1442 }
Tomas Winkler978785a2008-12-19 10:37:31 +08001443 search_tbl->current_rate =
1444 rate_n_flags_from_tbl(priv, search_tbl,
1445 index, is_green);
Zhu Yib481de92007-09-25 17:54:57 -07001446 goto out;
1447 }
1448 tbl->action++;
1449 if (tbl->action > IWL_SISO_SWITCH_GI)
Guy Cohen3110bef2008-09-09 10:54:54 +08001450 tbl->action = IWL_SISO_SWITCH_ANTENNA1;
Zhu Yib481de92007-09-25 17:54:57 -07001451
1452 if (tbl->action == start_action)
1453 break;
1454 }
Guy Cohen3110bef2008-09-09 10:54:54 +08001455 search_tbl->lq_type = LQ_NONE;
Zhu Yib481de92007-09-25 17:54:57 -07001456 return 0;
1457
1458 out:
Guy Cohen3110bef2008-09-09 10:54:54 +08001459 lq_sta->search_better_tbl = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001460 tbl->action++;
1461 if (tbl->action > IWL_SISO_SWITCH_GI)
Guy Cohen3110bef2008-09-09 10:54:54 +08001462 tbl->action = IWL_SISO_SWITCH_ANTENNA1;
Zhu Yib481de92007-09-25 17:54:57 -07001463 return 0;
1464}
1465
Ben Cahill77626352007-11-29 11:09:44 +08001466/*
1467 * Try to switch to new modulation mode from MIMO
1468 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001469static int rs_move_mimo_to_other(struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +08001470 struct iwl_lq_sta *lq_sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001471 struct ieee80211_conf *conf,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001472 struct ieee80211_sta *sta, int index)
Zhu Yib481de92007-09-25 17:54:57 -07001473{
Tomas Winklerc33104f2008-01-14 17:46:21 -08001474 s8 is_green = lq_sta->is_green;
Tomas Winklere227cea2008-07-18 13:53:05 +08001475 struct iwl_scale_tbl_info *tbl = &(lq_sta->lq_info[lq_sta->active_tbl]);
1476 struct iwl_scale_tbl_info *search_tbl =
1477 &(lq_sta->lq_info[(1 - lq_sta->active_tbl)]);
Guy Cohen3110bef2008-09-09 10:54:54 +08001478 struct iwl_rate_scale_data *window = &(tbl->win[index]);
Tomas Winklere227cea2008-07-18 13:53:05 +08001479 u32 sz = (sizeof(struct iwl_scale_tbl_info) -
1480 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT));
Zhu Yib481de92007-09-25 17:54:57 -07001481 u8 start_action = tbl->action;
Guy Cohen3110bef2008-09-09 10:54:54 +08001482 u8 valid_tx_ant = priv->hw_params.valid_tx_ant;
1483 u8 tx_chains_num = priv->hw_params.tx_chains_num;
Guy Cohenaade00c2008-04-23 17:14:59 -07001484 int ret;
Zhu Yib481de92007-09-25 17:54:57 -07001485
1486 for (;;) {
Tomas Winklerc33104f2008-01-14 17:46:21 -08001487 lq_sta->action_counter++;
Zhu Yib481de92007-09-25 17:54:57 -07001488 switch (tbl->action) {
Guy Cohen3110bef2008-09-09 10:54:54 +08001489 case IWL_MIMO2_SWITCH_ANTENNA1:
1490 case IWL_MIMO2_SWITCH_ANTENNA2:
1491 IWL_DEBUG_RATE("LQ: MIMO toggle Antennas\n");
1492
1493 if (tx_chains_num <= 2)
1494 break;
1495
1496 if (window->success_ratio >= IWL_RS_GOOD_RATIO)
1497 break;
1498
1499 memcpy(search_tbl, tbl, sz);
1500 if (rs_toggle_antenna(valid_tx_ant,
1501 &search_tbl->current_rate, search_tbl))
1502 goto out;
1503 break;
1504 case IWL_MIMO2_SWITCH_SISO_A:
1505 case IWL_MIMO2_SWITCH_SISO_B:
1506 case IWL_MIMO2_SWITCH_SISO_C:
Guy Coheneecd6e52008-04-23 17:14:58 -07001507 IWL_DEBUG_RATE("LQ: MIMO2 switch to SISO\n");
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02001508
Ben Cahill77626352007-11-29 11:09:44 +08001509 /* Set up new search table for SISO */
Zhu Yib481de92007-09-25 17:54:57 -07001510 memcpy(search_tbl, tbl, sz);
Guy Cohen39e88502008-04-23 17:14:57 -07001511
Guy Cohen3110bef2008-09-09 10:54:54 +08001512 if (tbl->action == IWL_MIMO2_SWITCH_SISO_A)
Guy Cohenfde0db32008-04-21 15:42:01 -07001513 search_tbl->ant_type = ANT_A;
Guy Cohen3110bef2008-09-09 10:54:54 +08001514 else if (tbl->action == IWL_MIMO2_SWITCH_SISO_B)
Guy Cohenfde0db32008-04-21 15:42:01 -07001515 search_tbl->ant_type = ANT_B;
Guy Cohen3110bef2008-09-09 10:54:54 +08001516 else
1517 search_tbl->ant_type = ANT_C;
1518
1519 if (!rs_is_valid_ant(valid_tx_ant, search_tbl->ant_type))
1520 break;
Zhu Yib481de92007-09-25 17:54:57 -07001521
Tomas Winklerc33104f2008-01-14 17:46:21 -08001522 ret = rs_switch_to_siso(priv, lq_sta, conf, sta,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001523 search_tbl, index);
Guy Cohen3110bef2008-09-09 10:54:54 +08001524 if (!ret)
Zhu Yib481de92007-09-25 17:54:57 -07001525 goto out;
Guy Cohen3110bef2008-09-09 10:54:54 +08001526
Zhu Yib481de92007-09-25 17:54:57 -07001527 break;
1528
Guy Cohen3110bef2008-09-09 10:54:54 +08001529 case IWL_MIMO2_SWITCH_GI:
Emmanuel Grumbacha9841012008-05-15 13:54:08 +08001530 if (!tbl->is_fat &&
1531 !(priv->current_ht_config.sgf &
1532 HT_SHORT_GI_20MHZ))
1533 break;
1534 if (tbl->is_fat &&
1535 !(priv->current_ht_config.sgf &
1536 HT_SHORT_GI_40MHZ))
1537 break;
1538
Guy Coheneecd6e52008-04-23 17:14:58 -07001539 IWL_DEBUG_RATE("LQ: MIMO toggle SGI/NGI\n");
Ben Cahill77626352007-11-29 11:09:44 +08001540
1541 /* Set up new search table for MIMO */
Zhu Yib481de92007-09-25 17:54:57 -07001542 memcpy(search_tbl, tbl, sz);
Guy Cohen39e88502008-04-23 17:14:57 -07001543 search_tbl->is_SGI = !tbl->is_SGI;
Guy Coheneecd6e52008-04-23 17:14:58 -07001544 rs_set_expected_tpt_table(lq_sta, search_tbl);
Ben Cahill77626352007-11-29 11:09:44 +08001545 /*
1546 * If active table already uses the fastest possible
1547 * modulation (dual stream with short guard interval),
1548 * and it's working well, there's no need to look
1549 * for a better type of modulation!
1550 */
Guy Cohen39e88502008-04-23 17:14:57 -07001551 if (tbl->is_SGI) {
Tomas Winklerc33104f2008-01-14 17:46:21 -08001552 s32 tpt = lq_sta->last_tpt / 100;
Guy Cohen39e88502008-04-23 17:14:57 -07001553 if (tpt >= search_tbl->expected_tpt[index])
1554 break;
Zhu Yib481de92007-09-25 17:54:57 -07001555 }
Tomas Winkler978785a2008-12-19 10:37:31 +08001556 search_tbl->current_rate =
1557 rate_n_flags_from_tbl(priv, search_tbl,
1558 index, is_green);
Zhu Yib481de92007-09-25 17:54:57 -07001559 goto out;
1560
1561 }
1562 tbl->action++;
Guy Cohen3110bef2008-09-09 10:54:54 +08001563 if (tbl->action > IWL_MIMO2_SWITCH_GI)
1564 tbl->action = IWL_MIMO2_SWITCH_ANTENNA1;
Zhu Yib481de92007-09-25 17:54:57 -07001565
1566 if (tbl->action == start_action)
1567 break;
1568 }
Guy Cohen3110bef2008-09-09 10:54:54 +08001569 search_tbl->lq_type = LQ_NONE;
Zhu Yib481de92007-09-25 17:54:57 -07001570 return 0;
1571 out:
Guy Cohen3110bef2008-09-09 10:54:54 +08001572 lq_sta->search_better_tbl = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001573 tbl->action++;
Guy Cohen3110bef2008-09-09 10:54:54 +08001574 if (tbl->action > IWL_MIMO2_SWITCH_GI)
1575 tbl->action = IWL_MIMO2_SWITCH_ANTENNA1;
Zhu Yib481de92007-09-25 17:54:57 -07001576 return 0;
1577
1578}
1579
Ben Cahill77626352007-11-29 11:09:44 +08001580/*
1581 * Check whether we should continue using same modulation mode, or
1582 * begin search for a new mode, based on:
1583 * 1) # tx successes or failures while using this mode
1584 * 2) # times calling this function
1585 * 3) elapsed time in this mode (not used, for now)
1586 */
Tomas Winklere227cea2008-07-18 13:53:05 +08001587static void rs_stay_in_table(struct iwl_lq_sta *lq_sta)
Zhu Yib481de92007-09-25 17:54:57 -07001588{
Tomas Winklere227cea2008-07-18 13:53:05 +08001589 struct iwl_scale_tbl_info *tbl;
Zhu Yib481de92007-09-25 17:54:57 -07001590 int i;
1591 int active_tbl;
1592 int flush_interval_passed = 0;
Ester Kummerbf403db2008-05-05 10:22:40 +08001593 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07001594
Ester Kummerbf403db2008-05-05 10:22:40 +08001595 priv = lq_sta->drv;
Tomas Winklerc33104f2008-01-14 17:46:21 -08001596 active_tbl = lq_sta->active_tbl;
Zhu Yib481de92007-09-25 17:54:57 -07001597
Tomas Winklerc33104f2008-01-14 17:46:21 -08001598 tbl = &(lq_sta->lq_info[active_tbl]);
Zhu Yib481de92007-09-25 17:54:57 -07001599
Ben Cahill77626352007-11-29 11:09:44 +08001600 /* If we've been disallowing search, see if we should now allow it */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001601 if (lq_sta->stay_in_tbl) {
Zhu Yib481de92007-09-25 17:54:57 -07001602
Ben Cahill77626352007-11-29 11:09:44 +08001603 /* Elapsed time using current modulation mode */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001604 if (lq_sta->flush_timer)
Zhu Yib481de92007-09-25 17:54:57 -07001605 flush_interval_passed =
1606 time_after(jiffies,
Tomas Winklerc33104f2008-01-14 17:46:21 -08001607 (unsigned long)(lq_sta->flush_timer +
Zhu Yib481de92007-09-25 17:54:57 -07001608 IWL_RATE_SCALE_FLUSH_INTVL));
1609
Ben Cahill77626352007-11-29 11:09:44 +08001610 /*
1611 * Check if we should allow search for new modulation mode.
1612 * If many frames have failed or succeeded, or we've used
1613 * this same modulation for a long time, allow search, and
1614 * reset history stats that keep track of whether we should
1615 * allow a new search. Also (below) reset all bitmaps and
1616 * stats in active history.
1617 */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001618 if ((lq_sta->total_failed > lq_sta->max_failure_limit) ||
1619 (lq_sta->total_success > lq_sta->max_success_limit) ||
1620 ((!lq_sta->search_better_tbl) && (lq_sta->flush_timer)
Zhu Yib481de92007-09-25 17:54:57 -07001621 && (flush_interval_passed))) {
Guy Coheneecd6e52008-04-23 17:14:58 -07001622 IWL_DEBUG_RATE("LQ: stay is expired %d %d %d\n:",
Tomas Winklerc33104f2008-01-14 17:46:21 -08001623 lq_sta->total_failed,
1624 lq_sta->total_success,
Zhu Yib481de92007-09-25 17:54:57 -07001625 flush_interval_passed);
Ben Cahill77626352007-11-29 11:09:44 +08001626
1627 /* Allow search for new mode */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001628 lq_sta->stay_in_tbl = 0; /* only place reset */
1629 lq_sta->total_failed = 0;
1630 lq_sta->total_success = 0;
1631 lq_sta->flush_timer = 0;
Ben Cahill77626352007-11-29 11:09:44 +08001632
1633 /*
1634 * Else if we've used this modulation mode enough repetitions
1635 * (regardless of elapsed time or success/failure), reset
1636 * history bitmaps and rate-specific stats for all rates in
1637 * active table.
1638 */
Mohamed Abbas403ab562007-11-06 22:06:25 -08001639 } else {
Tomas Winklerc33104f2008-01-14 17:46:21 -08001640 lq_sta->table_count++;
1641 if (lq_sta->table_count >=
1642 lq_sta->table_count_limit) {
1643 lq_sta->table_count = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001644
Guy Coheneecd6e52008-04-23 17:14:58 -07001645 IWL_DEBUG_RATE("LQ: stay in table clear win\n");
Zhu Yib481de92007-09-25 17:54:57 -07001646 for (i = 0; i < IWL_RATE_COUNT; i++)
1647 rs_rate_scale_clear_window(
1648 &(tbl->win[i]));
1649 }
1650 }
1651
Ben Cahill77626352007-11-29 11:09:44 +08001652 /* If transitioning to allow "search", reset all history
1653 * bitmaps and stats in active table (this will become the new
1654 * "search" table). */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001655 if (!lq_sta->stay_in_tbl) {
Zhu Yib481de92007-09-25 17:54:57 -07001656 for (i = 0; i < IWL_RATE_COUNT; i++)
1657 rs_rate_scale_clear_window(&(tbl->win[i]));
1658 }
1659 }
1660}
1661
Ben Cahill77626352007-11-29 11:09:44 +08001662/*
1663 * Do rate scaling and search for new modulation mode.
1664 */
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07001665static void rs_rate_scale_perform(struct iwl_priv *priv,
Zhu Yib481de92007-09-25 17:54:57 -07001666 struct ieee80211_hdr *hdr,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001667 struct ieee80211_sta *sta,
1668 struct iwl_lq_sta *lq_sta)
Zhu Yib481de92007-09-25 17:54:57 -07001669{
Johannes Berg4b7679a2008-09-18 18:14:18 +02001670 struct ieee80211_hw *hw = priv->hw;
Ron Rindjunsky270243a2007-11-26 16:14:41 +02001671 struct ieee80211_conf *conf = &hw->conf;
Zhu Yib481de92007-09-25 17:54:57 -07001672 int low = IWL_RATE_INVALID;
1673 int high = IWL_RATE_INVALID;
1674 int index;
1675 int i;
Tomas Winklere227cea2008-07-18 13:53:05 +08001676 struct iwl_rate_scale_data *window = NULL;
Zhu Yib481de92007-09-25 17:54:57 -07001677 int current_tpt = IWL_INVALID_VALUE;
1678 int low_tpt = IWL_INVALID_VALUE;
1679 int high_tpt = IWL_INVALID_VALUE;
1680 u32 fail_count;
1681 s8 scale_action = 0;
Harvey Harrisonfd7c8a42008-06-11 14:21:56 -07001682 u16 rate_mask;
Zhu Yib481de92007-09-25 17:54:57 -07001683 u8 update_lq = 0;
Tomas Winklere227cea2008-07-18 13:53:05 +08001684 struct iwl_scale_tbl_info *tbl, *tbl1;
Zhu Yib481de92007-09-25 17:54:57 -07001685 u16 rate_scale_index_msk = 0;
Guy Cohen39e88502008-04-23 17:14:57 -07001686 u32 rate;
Zhu Yib481de92007-09-25 17:54:57 -07001687 u8 is_green = 0;
1688 u8 active_tbl = 0;
1689 u8 done_search = 0;
1690 u16 high_low;
Guy Cohena5e8b502008-05-29 16:35:11 +08001691 s32 sr;
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02001692 u8 tid = MAX_TID_COUNT;
Zhu Yib481de92007-09-25 17:54:57 -07001693
1694 IWL_DEBUG_RATE("rate scale calculate new rate for skb\n");
1695
Tomas Winkler417f1142008-11-12 13:14:06 -08001696 /* Send management frames and broadcast/multicast data using
1697 * lowest rate. */
1698 /* TODO: this could probably be improved.. */
1699 if (!ieee80211_is_data(hdr->frame_control) ||
1700 is_multicast_ether_addr(hdr->addr1))
Zhu Yib481de92007-09-25 17:54:57 -07001701 return;
Zhu Yib481de92007-09-25 17:54:57 -07001702
Johannes Berg4b7679a2008-09-18 18:14:18 +02001703 if (!sta || !lq_sta)
Zhu Yib481de92007-09-25 17:54:57 -07001704 return;
1705
Johannes Berg4b7679a2008-09-18 18:14:18 +02001706 lq_sta->supp_rates = sta->supp_rates[lq_sta->band];
Zhu Yib481de92007-09-25 17:54:57 -07001707
Ron Rindjunskyfaa29712008-06-12 09:46:58 +08001708 tid = rs_tl_add_packet(lq_sta, hdr);
1709
Ben Cahill77626352007-11-29 11:09:44 +08001710 /*
1711 * Select rate-scale / modulation-mode table to work with in
1712 * the rest of this function: "search" if searching for better
1713 * modulation mode, or "active" if doing rate scaling within a mode.
1714 */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001715 if (!lq_sta->search_better_tbl)
1716 active_tbl = lq_sta->active_tbl;
Zhu Yib481de92007-09-25 17:54:57 -07001717 else
Tomas Winklerc33104f2008-01-14 17:46:21 -08001718 active_tbl = 1 - lq_sta->active_tbl;
Zhu Yib481de92007-09-25 17:54:57 -07001719
Tomas Winklerc33104f2008-01-14 17:46:21 -08001720 tbl = &(lq_sta->lq_info[active_tbl]);
1721 is_green = lq_sta->is_green;
Zhu Yib481de92007-09-25 17:54:57 -07001722
Ben Cahill77626352007-11-29 11:09:44 +08001723 /* current tx rate */
Johannes Bergb7e35002008-09-11 02:22:58 +02001724 index = lq_sta->last_txrate_idx;
Zhu Yib481de92007-09-25 17:54:57 -07001725
1726 IWL_DEBUG_RATE("Rate scale index %d for type %d\n", index,
1727 tbl->lq_type);
1728
Ben Cahill77626352007-11-29 11:09:44 +08001729 /* rates available for this association, and for modulation mode */
Guy Coheneecd6e52008-04-23 17:14:58 -07001730 rate_mask = rs_get_supported_rates(lq_sta, hdr, tbl->lq_type);
Zhu Yib481de92007-09-25 17:54:57 -07001731
1732 IWL_DEBUG_RATE("mask 0x%04X \n", rate_mask);
1733
1734 /* mask with station rate restriction */
1735 if (is_legacy(tbl->lq_type)) {
Johannes Berg8318d782008-01-24 19:38:38 +01001736 if (lq_sta->band == IEEE80211_BAND_5GHZ)
Ben Cahill77626352007-11-29 11:09:44 +08001737 /* supp_rates has no CCK bits in A mode */
Zhu Yib481de92007-09-25 17:54:57 -07001738 rate_scale_index_msk = (u16) (rate_mask &
Tomas Winklerc33104f2008-01-14 17:46:21 -08001739 (lq_sta->supp_rates << IWL_FIRST_OFDM_RATE));
Zhu Yib481de92007-09-25 17:54:57 -07001740 else
1741 rate_scale_index_msk = (u16) (rate_mask &
Tomas Winklerc33104f2008-01-14 17:46:21 -08001742 lq_sta->supp_rates);
Zhu Yib481de92007-09-25 17:54:57 -07001743
1744 } else
1745 rate_scale_index_msk = rate_mask;
1746
1747 if (!rate_scale_index_msk)
1748 rate_scale_index_msk = rate_mask;
1749
Guy Cohen07bc28e2008-04-23 17:15:03 -07001750 if (!((1 << index) & rate_scale_index_msk)) {
1751 IWL_ERROR("Current Rate is not valid\n");
1752 return;
Zhu Yib481de92007-09-25 17:54:57 -07001753 }
1754
Ben Cahill77626352007-11-29 11:09:44 +08001755 /* Get expected throughput table and history window for current rate */
Guy Cohen07bc28e2008-04-23 17:15:03 -07001756 if (!tbl->expected_tpt) {
1757 IWL_ERROR("tbl->expected_tpt is NULL\n");
1758 return;
1759 }
Zhu Yib481de92007-09-25 17:54:57 -07001760
1761 window = &(tbl->win[index]);
1762
Ben Cahill77626352007-11-29 11:09:44 +08001763 /*
1764 * If there is not enough history to calculate actual average
1765 * throughput, keep analyzing results of more tx frames, without
1766 * changing rate or mode (bypass most of the rest of this function).
1767 * Set up new rate table in uCode only if old rate is not supported
1768 * in current association (use new rate found above).
1769 */
Zhu Yib481de92007-09-25 17:54:57 -07001770 fail_count = window->counter - window->success_counter;
Guy Cohen07bc28e2008-04-23 17:15:03 -07001771 if ((fail_count < IWL_RATE_MIN_FAILURE_TH) &&
1772 (window->success_counter < IWL_RATE_MIN_SUCCESS_TH)) {
1773 IWL_DEBUG_RATE("LQ: still below TH. succ=%d total=%d "
Zhu Yib481de92007-09-25 17:54:57 -07001774 "for index %d\n",
1775 window->success_counter, window->counter, index);
Ben Cahill77626352007-11-29 11:09:44 +08001776
1777 /* Can't calculate this yet; not enough history */
Zhu Yib481de92007-09-25 17:54:57 -07001778 window->average_tpt = IWL_INVALID_VALUE;
Ben Cahill77626352007-11-29 11:09:44 +08001779
1780 /* Should we stay with this modulation mode,
1781 * or search for a new one? */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001782 rs_stay_in_table(lq_sta);
Ben Cahill77626352007-11-29 11:09:44 +08001783
Zhu Yib481de92007-09-25 17:54:57 -07001784 goto out;
Guy Cohen3110bef2008-09-09 10:54:54 +08001785 }
Zhu Yib481de92007-09-25 17:54:57 -07001786
Ben Cahill77626352007-11-29 11:09:44 +08001787 /* Else we have enough samples; calculate estimate of
1788 * actual average throughput */
Guy Cohen3110bef2008-09-09 10:54:54 +08001789
1790 BUG_ON(window->average_tpt != ((window->success_ratio *
1791 tbl->expected_tpt[index] + 64) / 128));
Zhu Yib481de92007-09-25 17:54:57 -07001792
Ben Cahill77626352007-11-29 11:09:44 +08001793 /* If we are searching for better modulation mode, check success. */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001794 if (lq_sta->search_better_tbl) {
Zhu Yib481de92007-09-25 17:54:57 -07001795
Ben Cahill77626352007-11-29 11:09:44 +08001796 /* If good success, continue using the "search" mode;
1797 * no need to send new link quality command, since we're
1798 * continuing to use the setup that we've been trying. */
Guy Cohen07bc28e2008-04-23 17:15:03 -07001799 if (window->average_tpt > lq_sta->last_tpt) {
1800
Guy Cohen3110bef2008-09-09 10:54:54 +08001801 IWL_DEBUG_RATE("LQ: SWITCHING TO NEW TABLE "
Guy Cohen07bc28e2008-04-23 17:15:03 -07001802 "suc=%d cur-tpt=%d old-tpt=%d\n",
1803 window->success_ratio,
1804 window->average_tpt,
1805 lq_sta->last_tpt);
1806
1807 if (!is_legacy(tbl->lq_type))
Tomas Winklerc33104f2008-01-14 17:46:21 -08001808 lq_sta->enable_counter = 1;
Guy Cohen07bc28e2008-04-23 17:15:03 -07001809
Ben Cahill77626352007-11-29 11:09:44 +08001810 /* Swap tables; "search" becomes "active" */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001811 lq_sta->active_tbl = active_tbl;
Zhu Yib481de92007-09-25 17:54:57 -07001812 current_tpt = window->average_tpt;
Ben Cahill77626352007-11-29 11:09:44 +08001813
1814 /* Else poor success; go back to mode in "active" table */
Zhu Yib481de92007-09-25 17:54:57 -07001815 } else {
Guy Cohen07bc28e2008-04-23 17:15:03 -07001816
1817 IWL_DEBUG_RATE("LQ: GOING BACK TO THE OLD TABLE "
1818 "suc=%d cur-tpt=%d old-tpt=%d\n",
1819 window->success_ratio,
1820 window->average_tpt,
1821 lq_sta->last_tpt);
1822
Ben Cahill77626352007-11-29 11:09:44 +08001823 /* Nullify "search" table */
Zhu Yib481de92007-09-25 17:54:57 -07001824 tbl->lq_type = LQ_NONE;
Ben Cahill77626352007-11-29 11:09:44 +08001825
1826 /* Revert to "active" table */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001827 active_tbl = lq_sta->active_tbl;
1828 tbl = &(lq_sta->lq_info[active_tbl]);
Zhu Yib481de92007-09-25 17:54:57 -07001829
Ben Cahill77626352007-11-29 11:09:44 +08001830 /* Revert to "active" rate and throughput info */
Tomas Winklere7d326ac2008-06-12 09:47:11 +08001831 index = iwl_hwrate_to_plcp_idx(tbl->current_rate);
Tomas Winklerc33104f2008-01-14 17:46:21 -08001832 current_tpt = lq_sta->last_tpt;
Ben Cahill77626352007-11-29 11:09:44 +08001833
1834 /* Need to set up a new rate table in uCode */
1835 update_lq = 1;
Zhu Yib481de92007-09-25 17:54:57 -07001836 }
Ben Cahill77626352007-11-29 11:09:44 +08001837
1838 /* Either way, we've made a decision; modulation mode
1839 * search is done, allow rate adjustment next time. */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001840 lq_sta->search_better_tbl = 0;
Ben Cahill77626352007-11-29 11:09:44 +08001841 done_search = 1; /* Don't switch modes below! */
Zhu Yib481de92007-09-25 17:54:57 -07001842 goto lq_update;
1843 }
1844
Ben Cahill77626352007-11-29 11:09:44 +08001845 /* (Else) not in search of better modulation mode, try for better
1846 * starting rate, while staying in this mode. */
Ester Kummerbf403db2008-05-05 10:22:40 +08001847 high_low = rs_get_adjacent_rate(priv, index, rate_scale_index_msk,
Zhu Yib481de92007-09-25 17:54:57 -07001848 tbl->lq_type);
1849 low = high_low & 0xff;
1850 high = (high_low >> 8) & 0xff;
1851
Guy Cohena5e8b502008-05-29 16:35:11 +08001852 sr = window->success_ratio;
1853
Ben Cahill77626352007-11-29 11:09:44 +08001854 /* Collect measured throughputs for current and adjacent rates */
Zhu Yib481de92007-09-25 17:54:57 -07001855 current_tpt = window->average_tpt;
Zhu Yib481de92007-09-25 17:54:57 -07001856 if (low != IWL_RATE_INVALID)
1857 low_tpt = tbl->win[low].average_tpt;
Zhu Yib481de92007-09-25 17:54:57 -07001858 if (high != IWL_RATE_INVALID)
1859 high_tpt = tbl->win[high].average_tpt;
1860
Guy Cohena5e8b502008-05-29 16:35:11 +08001861 scale_action = 0;
Zhu Yib481de92007-09-25 17:54:57 -07001862
Ben Cahill77626352007-11-29 11:09:44 +08001863 /* Too many failures, decrease rate */
Guy Cohena5e8b502008-05-29 16:35:11 +08001864 if ((sr <= IWL_RATE_DECREASE_TH) || (current_tpt == 0)) {
Zhu Yib481de92007-09-25 17:54:57 -07001865 IWL_DEBUG_RATE("decrease rate because of low success_ratio\n");
1866 scale_action = -1;
Ben Cahill77626352007-11-29 11:09:44 +08001867
1868 /* No throughput measured yet for adjacent rates; try increase. */
Zhu Yib481de92007-09-25 17:54:57 -07001869 } else if ((low_tpt == IWL_INVALID_VALUE) &&
Guy Cohena5e8b502008-05-29 16:35:11 +08001870 (high_tpt == IWL_INVALID_VALUE)) {
1871
1872 if (high != IWL_RATE_INVALID && sr >= IWL_RATE_INCREASE_TH)
1873 scale_action = 1;
1874 else if (low != IWL_RATE_INVALID)
1875 scale_action = -1;
1876 }
Ben Cahill77626352007-11-29 11:09:44 +08001877
1878 /* Both adjacent throughputs are measured, but neither one has better
1879 * throughput; we're using the best rate, don't change it! */
Zhu Yib481de92007-09-25 17:54:57 -07001880 else if ((low_tpt != IWL_INVALID_VALUE) &&
1881 (high_tpt != IWL_INVALID_VALUE) &&
1882 (low_tpt < current_tpt) &&
1883 (high_tpt < current_tpt))
1884 scale_action = 0;
Ben Cahill77626352007-11-29 11:09:44 +08001885
1886 /* At least one adjacent rate's throughput is measured,
1887 * and may have better performance. */
Zhu Yib481de92007-09-25 17:54:57 -07001888 else {
Ben Cahill77626352007-11-29 11:09:44 +08001889 /* Higher adjacent rate's throughput is measured */
Zhu Yib481de92007-09-25 17:54:57 -07001890 if (high_tpt != IWL_INVALID_VALUE) {
Ben Cahill77626352007-11-29 11:09:44 +08001891 /* Higher rate has better throughput */
Guy Cohena5e8b502008-05-29 16:35:11 +08001892 if (high_tpt > current_tpt &&
1893 sr >= IWL_RATE_INCREASE_TH) {
Zhu Yib481de92007-09-25 17:54:57 -07001894 scale_action = 1;
Guy Cohena5e8b502008-05-29 16:35:11 +08001895 } else {
Zhu Yib481de92007-09-25 17:54:57 -07001896 IWL_DEBUG_RATE
1897 ("decrease rate because of high tpt\n");
1898 scale_action = -1;
1899 }
Ben Cahill77626352007-11-29 11:09:44 +08001900
1901 /* Lower adjacent rate's throughput is measured */
Zhu Yib481de92007-09-25 17:54:57 -07001902 } else if (low_tpt != IWL_INVALID_VALUE) {
Ben Cahill77626352007-11-29 11:09:44 +08001903 /* Lower rate has better throughput */
Zhu Yib481de92007-09-25 17:54:57 -07001904 if (low_tpt > current_tpt) {
1905 IWL_DEBUG_RATE
1906 ("decrease rate because of low tpt\n");
1907 scale_action = -1;
Guy Cohena5e8b502008-05-29 16:35:11 +08001908 } else if (sr >= IWL_RATE_INCREASE_TH) {
Zhu Yib481de92007-09-25 17:54:57 -07001909 scale_action = 1;
Guy Cohena5e8b502008-05-29 16:35:11 +08001910 }
Zhu Yib481de92007-09-25 17:54:57 -07001911 }
1912 }
1913
Ben Cahill77626352007-11-29 11:09:44 +08001914 /* Sanity check; asked for decrease, but success rate or throughput
1915 * has been good at old rate. Don't change it. */
Guy Cohena5e8b502008-05-29 16:35:11 +08001916 if ((scale_action == -1) && (low != IWL_RATE_INVALID) &&
1917 ((sr > IWL_RATE_HIGH_TH) ||
Zhu Yib481de92007-09-25 17:54:57 -07001918 (current_tpt > (100 * tbl->expected_tpt[low]))))
Zhu Yib481de92007-09-25 17:54:57 -07001919 scale_action = 0;
1920
1921 switch (scale_action) {
1922 case -1:
Ben Cahill77626352007-11-29 11:09:44 +08001923 /* Decrease starting rate, update uCode's rate table */
Zhu Yib481de92007-09-25 17:54:57 -07001924 if (low != IWL_RATE_INVALID) {
1925 update_lq = 1;
1926 index = low;
1927 }
1928 break;
1929 case 1:
Ben Cahill77626352007-11-29 11:09:44 +08001930 /* Increase starting rate, update uCode's rate table */
Zhu Yib481de92007-09-25 17:54:57 -07001931 if (high != IWL_RATE_INVALID) {
1932 update_lq = 1;
1933 index = high;
1934 }
1935
1936 break;
1937 case 0:
Ben Cahill77626352007-11-29 11:09:44 +08001938 /* No change */
Zhu Yib481de92007-09-25 17:54:57 -07001939 default:
1940 break;
1941 }
1942
Guy Coheneecd6e52008-04-23 17:14:58 -07001943 IWL_DEBUG_RATE("choose rate scale index %d action %d low %d "
Zhu Yib481de92007-09-25 17:54:57 -07001944 "high %d type %d\n",
1945 index, scale_action, low, high, tbl->lq_type);
1946
Guy Cohena5e8b502008-05-29 16:35:11 +08001947lq_update:
Ben Cahill77626352007-11-29 11:09:44 +08001948 /* Replace uCode's rate table for the destination station. */
Zhu Yib481de92007-09-25 17:54:57 -07001949 if (update_lq) {
Tomas Winkler978785a2008-12-19 10:37:31 +08001950 rate = rate_n_flags_from_tbl(priv, tbl, index, is_green);
Guy Cohen07bc28e2008-04-23 17:15:03 -07001951 rs_fill_link_cmd(priv, lq_sta, rate);
Tomas Winkler66c73db2008-04-15 16:01:40 -07001952 iwl_send_lq_cmd(priv, &lq_sta->lq, CMD_ASYNC);
Zhu Yib481de92007-09-25 17:54:57 -07001953 }
Ben Cahill77626352007-11-29 11:09:44 +08001954
1955 /* Should we stay with this modulation mode, or search for a new one? */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001956 rs_stay_in_table(lq_sta);
Zhu Yib481de92007-09-25 17:54:57 -07001957
Ben Cahill77626352007-11-29 11:09:44 +08001958 /*
1959 * Search for new modulation mode if we're:
1960 * 1) Not changing rates right now
1961 * 2) Not just finishing up a search
1962 * 3) Allowing a new search
1963 */
Guy Cohen47cfd462008-05-27 11:29:34 +08001964 if (!update_lq && !done_search && !lq_sta->stay_in_tbl && window->counter) {
Ben Cahill77626352007-11-29 11:09:44 +08001965 /* Save current throughput to compare with "search" throughput*/
Tomas Winklerc33104f2008-01-14 17:46:21 -08001966 lq_sta->last_tpt = current_tpt;
Zhu Yib481de92007-09-25 17:54:57 -07001967
Ben Cahill77626352007-11-29 11:09:44 +08001968 /* Select a new "search" modulation mode to try.
1969 * If one is found, set up the new "search" table. */
Zhu Yib481de92007-09-25 17:54:57 -07001970 if (is_legacy(tbl->lq_type))
Tomas Winklerc33104f2008-01-14 17:46:21 -08001971 rs_move_legacy_other(priv, lq_sta, conf, sta, index);
Zhu Yib481de92007-09-25 17:54:57 -07001972 else if (is_siso(tbl->lq_type))
Tomas Winklerc33104f2008-01-14 17:46:21 -08001973 rs_move_siso_to_other(priv, lq_sta, conf, sta, index);
Zhu Yib481de92007-09-25 17:54:57 -07001974 else
Tomas Winklerc33104f2008-01-14 17:46:21 -08001975 rs_move_mimo_to_other(priv, lq_sta, conf, sta, index);
Zhu Yib481de92007-09-25 17:54:57 -07001976
Ben Cahill77626352007-11-29 11:09:44 +08001977 /* If new "search" mode was selected, set up in uCode table */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001978 if (lq_sta->search_better_tbl) {
Ben Cahill77626352007-11-29 11:09:44 +08001979 /* Access the "search" table, clear its history. */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001980 tbl = &(lq_sta->lq_info[(1 - lq_sta->active_tbl)]);
Zhu Yib481de92007-09-25 17:54:57 -07001981 for (i = 0; i < IWL_RATE_COUNT; i++)
1982 rs_rate_scale_clear_window(&(tbl->win[i]));
1983
Ben Cahill77626352007-11-29 11:09:44 +08001984 /* Use new "search" start rate */
Tomas Winklere7d326ac2008-06-12 09:47:11 +08001985 index = iwl_hwrate_to_plcp_idx(tbl->current_rate);
Zhu Yib481de92007-09-25 17:54:57 -07001986
Guy Coheneecd6e52008-04-23 17:14:58 -07001987 IWL_DEBUG_RATE("Switch current mcs: %X index: %d\n",
Guy Cohen39e88502008-04-23 17:14:57 -07001988 tbl->current_rate, index);
Guy Cohen07bc28e2008-04-23 17:15:03 -07001989 rs_fill_link_cmd(priv, lq_sta, tbl->current_rate);
Tomas Winkler66c73db2008-04-15 16:01:40 -07001990 iwl_send_lq_cmd(priv, &lq_sta->lq, CMD_ASYNC);
Zhu Yib481de92007-09-25 17:54:57 -07001991 }
Zhu Yib481de92007-09-25 17:54:57 -07001992
Ben Cahill77626352007-11-29 11:09:44 +08001993 /* If the "active" (non-search) mode was legacy,
1994 * and we've tried switching antennas,
1995 * but we haven't been able to try HT modes (not available),
1996 * stay with best antenna legacy modulation for a while
1997 * before next round of mode comparisons. */
Tomas Winklerc33104f2008-01-14 17:46:21 -08001998 tbl1 = &(lq_sta->lq_info[lq_sta->active_tbl]);
Johannes Bergae5eb022008-10-14 16:58:37 +02001999 if (is_legacy(tbl1->lq_type) && !conf->ht.enabled &&
2000 lq_sta->action_counter >= 1) {
Tomas Winklerc33104f2008-01-14 17:46:21 -08002001 lq_sta->action_counter = 0;
Guy Coheneecd6e52008-04-23 17:14:58 -07002002 IWL_DEBUG_RATE("LQ: STAY in legacy table\n");
Ester Kummerbf403db2008-05-05 10:22:40 +08002003 rs_set_stay_in_table(priv, 1, lq_sta);
Zhu Yib481de92007-09-25 17:54:57 -07002004 }
2005
Ben Cahill77626352007-11-29 11:09:44 +08002006 /* If we're in an HT mode, and all 3 mode switch actions
2007 * have been tried and compared, stay in this best modulation
2008 * mode for a while before next round of mode comparisons. */
Tomas Winklerc33104f2008-01-14 17:46:21 -08002009 if (lq_sta->enable_counter &&
2010 (lq_sta->action_counter >= IWL_ACTION_LIMIT)) {
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02002011 if ((lq_sta->last_tpt > IWL_AGG_TPT_THREHOLD) &&
2012 (lq_sta->tx_agg_tid_en & (1 << tid)) &&
2013 (tid != MAX_TID_COUNT)) {
Guy Coheneecd6e52008-04-23 17:14:58 -07002014 IWL_DEBUG_RATE("try to aggregate tid %d\n", tid);
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02002015 rs_tl_turn_on_agg(priv, tid, lq_sta, sta);
Zhu Yib481de92007-09-25 17:54:57 -07002016 }
Tomas Winklerc33104f2008-01-14 17:46:21 -08002017 lq_sta->action_counter = 0;
Ester Kummerbf403db2008-05-05 10:22:40 +08002018 rs_set_stay_in_table(priv, 0, lq_sta);
Zhu Yib481de92007-09-25 17:54:57 -07002019 }
Ben Cahill77626352007-11-29 11:09:44 +08002020
2021 /*
2022 * Else, don't search for a new modulation mode.
2023 * Put new timestamp in stay-in-modulation-mode flush timer if:
2024 * 1) Not changing rates right now
2025 * 2) Not just finishing up a search
2026 * 3) flush timer is empty
2027 */
Zhu Yib481de92007-09-25 17:54:57 -07002028 } else {
Tomas Winklerc33104f2008-01-14 17:46:21 -08002029 if ((!update_lq) && (!done_search) && (!lq_sta->flush_timer))
2030 lq_sta->flush_timer = jiffies;
Zhu Yib481de92007-09-25 17:54:57 -07002031 }
2032
2033out:
Tomas Winkler978785a2008-12-19 10:37:31 +08002034 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, index, is_green);
Zhu Yib481de92007-09-25 17:54:57 -07002035 i = index;
Johannes Bergb7e35002008-09-11 02:22:58 +02002036 lq_sta->last_txrate_idx = i;
Zhu Yib481de92007-09-25 17:54:57 -07002037
Zhu Yib481de92007-09-25 17:54:57 -07002038 return;
2039}
2040
2041
Tomas Winklerc79dd5b2008-03-12 16:58:50 -07002042static void rs_initialize_lq(struct iwl_priv *priv,
Ron Rindjunsky270243a2007-11-26 16:14:41 +02002043 struct ieee80211_conf *conf,
Johannes Berg4b7679a2008-09-18 18:14:18 +02002044 struct ieee80211_sta *sta,
2045 struct iwl_lq_sta *lq_sta)
Zhu Yib481de92007-09-25 17:54:57 -07002046{
Tomas Winklere227cea2008-07-18 13:53:05 +08002047 struct iwl_scale_tbl_info *tbl;
Zhu Yib481de92007-09-25 17:54:57 -07002048 int rate_idx;
Guy Cohenaade00c2008-04-23 17:14:59 -07002049 int i;
Guy Cohen39e88502008-04-23 17:14:57 -07002050 u32 rate;
Guy Cohenaade00c2008-04-23 17:14:59 -07002051 u8 use_green = rs_use_green(priv, conf);
2052 u8 active_tbl = 0;
2053 u8 valid_tx_ant;
Zhu Yib481de92007-09-25 17:54:57 -07002054
Johannes Berg4b7679a2008-09-18 18:14:18 +02002055 if (!sta || !lq_sta)
Zhu Yib481de92007-09-25 17:54:57 -07002056 goto out;
2057
Johannes Bergb7e35002008-09-11 02:22:58 +02002058 i = lq_sta->last_txrate_idx;
Zhu Yib481de92007-09-25 17:54:57 -07002059
Tomas Winklerc33104f2008-01-14 17:46:21 -08002060 if ((lq_sta->lq.sta_id == 0xff) &&
Johannes Berg05c914f2008-09-11 00:01:58 +02002061 (priv->iw_mode == NL80211_IFTYPE_ADHOC))
Zhu Yib481de92007-09-25 17:54:57 -07002062 goto out;
2063
Guy Cohenaade00c2008-04-23 17:14:59 -07002064 valid_tx_ant = priv->hw_params.valid_tx_ant;
2065
Tomas Winklerc33104f2008-01-14 17:46:21 -08002066 if (!lq_sta->search_better_tbl)
2067 active_tbl = lq_sta->active_tbl;
Zhu Yib481de92007-09-25 17:54:57 -07002068 else
Tomas Winklerc33104f2008-01-14 17:46:21 -08002069 active_tbl = 1 - lq_sta->active_tbl;
Zhu Yib481de92007-09-25 17:54:57 -07002070
Tomas Winklerc33104f2008-01-14 17:46:21 -08002071 tbl = &(lq_sta->lq_info[active_tbl]);
Zhu Yib481de92007-09-25 17:54:57 -07002072
2073 if ((i < 0) || (i >= IWL_RATE_COUNT))
2074 i = 0;
2075
Tomas Winkler1826dcc2008-05-15 13:54:02 +08002076 rate = iwl_rates[i].plcp;
Winkler, Tomaseb48dca2008-10-29 14:05:48 -07002077 tbl->ant_type = first_antenna(valid_tx_ant);
2078 rate |= tbl->ant_type << RATE_MCS_ANT_POS;
Zhu Yib481de92007-09-25 17:54:57 -07002079
2080 if (i >= IWL_FIRST_CCK_RATE && i <= IWL_LAST_CCK_RATE)
Guy Cohen39e88502008-04-23 17:14:57 -07002081 rate |= RATE_MCS_CCK_MSK;
Zhu Yib481de92007-09-25 17:54:57 -07002082
Guy Cohen39e88502008-04-23 17:14:57 -07002083 rs_get_tbl_info_from_mcs(rate, priv->band, tbl, &rate_idx);
Guy Cohenaade00c2008-04-23 17:14:59 -07002084 if (!rs_is_valid_ant(valid_tx_ant, tbl->ant_type))
2085 rs_toggle_antenna(valid_tx_ant, &rate, tbl);
Zhu Yib481de92007-09-25 17:54:57 -07002086
Tomas Winkler978785a2008-12-19 10:37:31 +08002087 rate = rate_n_flags_from_tbl(priv, tbl, rate_idx, use_green);
Guy Cohen39e88502008-04-23 17:14:57 -07002088 tbl->current_rate = rate;
Guy Coheneecd6e52008-04-23 17:14:58 -07002089 rs_set_expected_tpt_table(lq_sta, tbl);
Guy Cohen07bc28e2008-04-23 17:15:03 -07002090 rs_fill_link_cmd(NULL, lq_sta, rate);
Tomas Winkler66c73db2008-04-15 16:01:40 -07002091 iwl_send_lq_cmd(priv, &lq_sta->lq, CMD_ASYNC);
Zhu Yib481de92007-09-25 17:54:57 -07002092 out:
2093 return;
2094}
2095
Johannes Berge6a98542008-10-21 12:40:02 +02002096static void rs_get_rate(void *priv_r, struct ieee80211_sta *sta, void *priv_sta,
2097 struct ieee80211_tx_rate_control *txrc)
Zhu Yib481de92007-09-25 17:54:57 -07002098{
2099
Johannes Berge6a98542008-10-21 12:40:02 +02002100 struct sk_buff *skb = txrc->skb;
2101 struct ieee80211_supported_band *sband = txrc->sband;
Johannes Berg4b7679a2008-09-18 18:14:18 +02002102 struct iwl_priv *priv = (struct iwl_priv *)priv_r;
2103 struct ieee80211_conf *conf = &priv->hw->conf;
Zhu Yib481de92007-09-25 17:54:57 -07002104 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Johannes Berge6a98542008-10-21 12:40:02 +02002105 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
Tomas Winkler417f1142008-11-12 13:14:06 -08002106 struct iwl_lq_sta *lq_sta = priv_sta;
2107 int rate_idx;
Abbas, Mohamedc338ba32009-01-21 10:58:02 -08002108 u64 mask_bit = 0;
Zhu Yib481de92007-09-25 17:54:57 -07002109
Zhu Yi58826352007-09-27 11:27:39 +08002110 IWL_DEBUG_RATE_LIMIT("rate scale calculate new rate for skb\n");
Zhu Yib481de92007-09-25 17:54:57 -07002111
Abbas, Mohamedc338ba32009-01-21 10:58:02 -08002112 if (sta)
2113 mask_bit = sta->supp_rates[sband->band];
2114
Michael Wu2bc454b2007-12-25 19:33:16 -05002115 /* Send management frames and broadcast/multicast data using lowest
2116 * rate. */
Tomas Winkler417f1142008-11-12 13:14:06 -08002117 if (!ieee80211_is_data(hdr->frame_control) ||
2118 is_multicast_ether_addr(hdr->addr1) || !sta || !lq_sta) {
Abbas, Mohamedc338ba32009-01-21 10:58:02 -08002119 if (!mask_bit)
2120 info->control.rates[0].idx =
2121 rate_lowest_index(sband, NULL);
2122 else
2123 info->control.rates[0].idx =
2124 rate_lowest_index(sband, sta);
Johannes Berg4b7679a2008-09-18 18:14:18 +02002125 return;
Zhu Yib481de92007-09-25 17:54:57 -07002126 }
2127
Tomas Winkler417f1142008-11-12 13:14:06 -08002128 rate_idx = lq_sta->last_txrate_idx;
Zhu Yib481de92007-09-25 17:54:57 -07002129
Johannes Berg05c914f2008-09-11 00:01:58 +02002130 if ((priv->iw_mode == NL80211_IFTYPE_ADHOC) &&
Tomas Winklerc33104f2008-01-14 17:46:21 -08002131 !lq_sta->ibss_sta_added) {
Tomas Winkler947b13a2008-04-16 16:34:48 -07002132 u8 sta_id = iwl_find_station(priv, hdr->addr1);
Zhu Yib481de92007-09-25 17:54:57 -07002133
2134 if (sta_id == IWL_INVALID_STATION) {
Johannes Berge1749612008-10-27 15:59:26 -07002135 IWL_DEBUG_RATE("LQ: ADD station %pM\n",
2136 hdr->addr1);
Tomas Winkler4f40e4d2008-05-15 13:54:04 +08002137 sta_id = iwl_add_station_flags(priv, hdr->addr1,
Ron Rindjunsky67d62032007-11-26 16:14:40 +02002138 0, CMD_ASYNC, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07002139 }
2140 if ((sta_id != IWL_INVALID_STATION)) {
Tomas Winklerc33104f2008-01-14 17:46:21 -08002141 lq_sta->lq.sta_id = sta_id;
2142 lq_sta->lq.rs_table[0].rate_n_flags = 0;
2143 lq_sta->ibss_sta_added = 1;
Johannes Berg4b7679a2008-09-18 18:14:18 +02002144 rs_initialize_lq(priv, conf, sta, lq_sta);
Zhu Yib481de92007-09-25 17:54:57 -07002145 }
Zhu Yib481de92007-09-25 17:54:57 -07002146 }
2147
Tomas Winkler417f1142008-11-12 13:14:06 -08002148 if (rate_idx < 0 || rate_idx > IWL_RATE_COUNT)
2149 rate_idx = rate_lowest_index(sband, sta);
2150 else if (sband->band == IEEE80211_BAND_5GHZ)
2151 rate_idx -= IWL_FIRST_OFDM_RATE;
Zhu Yib481de92007-09-25 17:54:57 -07002152
Tomas Winkler417f1142008-11-12 13:14:06 -08002153 info->control.rates[0].idx = rate_idx;
Zhu Yib481de92007-09-25 17:54:57 -07002154}
2155
Johannes Berg4b7679a2008-09-18 18:14:18 +02002156static void *rs_alloc_sta(void *priv_rate, struct ieee80211_sta *sta,
2157 gfp_t gfp)
Zhu Yib481de92007-09-25 17:54:57 -07002158{
Tomas Winklere227cea2008-07-18 13:53:05 +08002159 struct iwl_lq_sta *lq_sta;
Ester Kummerbf403db2008-05-05 10:22:40 +08002160 struct iwl_priv *priv;
Zhu Yib481de92007-09-25 17:54:57 -07002161 int i, j;
2162
Ester Kummerbf403db2008-05-05 10:22:40 +08002163 priv = (struct iwl_priv *)priv_rate;
Zhu Yib481de92007-09-25 17:54:57 -07002164 IWL_DEBUG_RATE("create station rate scale window\n");
2165
Tomas Winklere227cea2008-07-18 13:53:05 +08002166 lq_sta = kzalloc(sizeof(struct iwl_lq_sta), gfp);
Zhu Yib481de92007-09-25 17:54:57 -07002167
Tomas Winklerc33104f2008-01-14 17:46:21 -08002168 if (lq_sta == NULL)
Zhu Yib481de92007-09-25 17:54:57 -07002169 return NULL;
Tomas Winklerc33104f2008-01-14 17:46:21 -08002170 lq_sta->lq.sta_id = 0xff;
Zhu Yib481de92007-09-25 17:54:57 -07002171
Zhu Yi63fddb92007-09-27 11:27:36 +08002172
Zhu Yib481de92007-09-25 17:54:57 -07002173 for (j = 0; j < LQ_SIZE; j++)
2174 for (i = 0; i < IWL_RATE_COUNT; i++)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03002175 rs_rate_scale_clear_window(&lq_sta->lq_info[j].win[i]);
Zhu Yib481de92007-09-25 17:54:57 -07002176
Tomas Winklerc33104f2008-01-14 17:46:21 -08002177 return lq_sta;
Zhu Yib481de92007-09-25 17:54:57 -07002178}
2179
Johannes Berg4b7679a2008-09-18 18:14:18 +02002180static void rs_rate_init(void *priv_r, struct ieee80211_supported_band *sband,
2181 struct ieee80211_sta *sta, void *priv_sta)
Zhu Yib481de92007-09-25 17:54:57 -07002182{
2183 int i, j;
Johannes Berg4b7679a2008-09-18 18:14:18 +02002184 struct iwl_priv *priv = (struct iwl_priv *)priv_r;
2185 struct ieee80211_conf *conf = &priv->hw->conf;
Tomas Winklere227cea2008-07-18 13:53:05 +08002186 struct iwl_lq_sta *lq_sta = priv_sta;
Mohamed Abbasd5e49032008-12-12 08:22:15 -08002187 u16 mask_bit = 0;
Zhu Yib481de92007-09-25 17:54:57 -07002188
Tomas Winklerc33104f2008-01-14 17:46:21 -08002189 lq_sta->flush_timer = 0;
Johannes Berg4b7679a2008-09-18 18:14:18 +02002190 lq_sta->supp_rates = sta->supp_rates[sband->band];
Zhu Yib481de92007-09-25 17:54:57 -07002191 for (j = 0; j < LQ_SIZE; j++)
2192 for (i = 0; i < IWL_RATE_COUNT; i++)
Tomas Winkler3ac7f142008-07-21 02:40:14 +03002193 rs_rate_scale_clear_window(&lq_sta->lq_info[j].win[i]);
Zhu Yib481de92007-09-25 17:54:57 -07002194
Guy Cohen3110bef2008-09-09 10:54:54 +08002195 IWL_DEBUG_RATE("LQ: *** rate scale station global init ***\n");
Zhu Yib481de92007-09-25 17:54:57 -07002196 /* TODO: what is a good starting rate for STA? About middle? Maybe not
2197 * the lowest or the highest rate.. Could consider using RSSI from
2198 * previous packets? Need to have IEEE 802.1X auth succeed immediately
2199 * after assoc.. */
2200
Tomas Winklerc33104f2008-01-14 17:46:21 -08002201 lq_sta->ibss_sta_added = 0;
Johannes Berg05c914f2008-09-11 00:01:58 +02002202 if (priv->iw_mode == NL80211_IFTYPE_AP) {
Johannes Berg4b7679a2008-09-18 18:14:18 +02002203 u8 sta_id = iwl_find_station(priv, sta->addr);
Joe Perches0795af52007-10-03 17:59:30 -07002204
Zhu Yib481de92007-09-25 17:54:57 -07002205 /* for IBSS the call are from tasklet */
Johannes Berge1749612008-10-27 15:59:26 -07002206 IWL_DEBUG_RATE("LQ: ADD station %pM\n", sta->addr);
Zhu Yib481de92007-09-25 17:54:57 -07002207
2208 if (sta_id == IWL_INVALID_STATION) {
Johannes Berge1749612008-10-27 15:59:26 -07002209 IWL_DEBUG_RATE("LQ: ADD station %pM\n", sta->addr);
Johannes Berg4b7679a2008-09-18 18:14:18 +02002210 sta_id = iwl_add_station_flags(priv, sta->addr,
Ron Rindjunsky67d62032007-11-26 16:14:40 +02002211 0, CMD_ASYNC, NULL);
Zhu Yib481de92007-09-25 17:54:57 -07002212 }
2213 if ((sta_id != IWL_INVALID_STATION)) {
Tomas Winklerc33104f2008-01-14 17:46:21 -08002214 lq_sta->lq.sta_id = sta_id;
2215 lq_sta->lq.rs_table[0].rate_n_flags = 0;
Zhu Yib481de92007-09-25 17:54:57 -07002216 }
2217 /* FIXME: this is w/a remove it later */
2218 priv->assoc_station_added = 1;
2219 }
2220
Tomas Winklerc33104f2008-01-14 17:46:21 -08002221 lq_sta->is_dup = 0;
Tomas Winklerc33104f2008-01-14 17:46:21 -08002222 lq_sta->is_green = rs_use_green(priv, conf);
Guy Cohen39e88502008-04-23 17:14:57 -07002223 lq_sta->active_legacy_rate = priv->active_rate & ~(0x1000);
Tomas Winklerc33104f2008-01-14 17:46:21 -08002224 lq_sta->active_rate_basic = priv->active_rate_basic;
Johannes Berg8318d782008-01-24 19:38:38 +01002225 lq_sta->band = priv->band;
Ben Cahill77626352007-11-29 11:09:44 +08002226 /*
2227 * active_siso_rate mask includes 9 MBits (bit 5), and CCK (bits 0-3),
2228 * supp_rates[] does not; shift to convert format, force 9 MBits off.
2229 */
Johannes Bergae5eb022008-10-14 16:58:37 +02002230 lq_sta->active_siso_rate = sta->ht_cap.mcs.rx_mask[0] << 1;
2231 lq_sta->active_siso_rate |= sta->ht_cap.mcs.rx_mask[0] & 0x1;
Guy Cohenfde0db32008-04-21 15:42:01 -07002232 lq_sta->active_siso_rate &= ~((u16)0x2);
2233 lq_sta->active_siso_rate <<= IWL_FIRST_OFDM_RATE;
Zhu Yib481de92007-09-25 17:54:57 -07002234
Ben Cahill77626352007-11-29 11:09:44 +08002235 /* Same here */
Johannes Bergae5eb022008-10-14 16:58:37 +02002236 lq_sta->active_mimo2_rate = sta->ht_cap.mcs.rx_mask[1] << 1;
2237 lq_sta->active_mimo2_rate |= sta->ht_cap.mcs.rx_mask[1] & 0x1;
Guy Cohenfde0db32008-04-21 15:42:01 -07002238 lq_sta->active_mimo2_rate &= ~((u16)0x2);
2239 lq_sta->active_mimo2_rate <<= IWL_FIRST_OFDM_RATE;
2240
Johannes Bergae5eb022008-10-14 16:58:37 +02002241 lq_sta->active_mimo3_rate = sta->ht_cap.mcs.rx_mask[2] << 1;
2242 lq_sta->active_mimo3_rate |= sta->ht_cap.mcs.rx_mask[2] & 0x1;
Guy Cohenfde0db32008-04-21 15:42:01 -07002243 lq_sta->active_mimo3_rate &= ~((u16)0x2);
2244 lq_sta->active_mimo3_rate <<= IWL_FIRST_OFDM_RATE;
2245
Guy Cohen07bc28e2008-04-23 17:15:03 -07002246 IWL_DEBUG_RATE("SISO-RATE=%X MIMO2-RATE=%X MIMO3-RATE=%X\n",
Tomas Winklerc33104f2008-01-14 17:46:21 -08002247 lq_sta->active_siso_rate,
Guy Cohenfde0db32008-04-21 15:42:01 -07002248 lq_sta->active_mimo2_rate,
2249 lq_sta->active_mimo3_rate);
2250
Tomas Winklera96a27f2008-10-23 23:48:56 -07002251 /* These values will be overridden later */
Guy Cohen07bc28e2008-04-23 17:15:03 -07002252 lq_sta->lq.general_params.single_stream_ant_msk = ANT_A;
2253 lq_sta->lq.general_params.dual_stream_ant_msk = ANT_AB;
2254
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02002255 /* as default allow aggregation for all tids */
2256 lq_sta->tx_agg_tid_en = IWL_AGG_ALL_TID;
Tomas Winklerc33104f2008-01-14 17:46:21 -08002257 lq_sta->drv = priv;
Zhu Yib481de92007-09-25 17:54:57 -07002258
Mohamed Abbasd5e49032008-12-12 08:22:15 -08002259 /* Find highest tx rate supported by hardware and destination station */
2260 mask_bit = sta->supp_rates[sband->band] & lq_sta->active_legacy_rate;
2261 lq_sta->last_txrate_idx = 3;
2262 for (i = 0; i < sband->n_bitrates; i++)
2263 if (mask_bit & BIT(i))
2264 lq_sta->last_txrate_idx = i;
2265
2266 /* For MODE_IEEE80211A, skip over cck rates in global rate table */
2267 if (sband->band == IEEE80211_BAND_5GHZ)
2268 lq_sta->last_txrate_idx += IWL_FIRST_OFDM_RATE;
2269
Johannes Berg4b7679a2008-09-18 18:14:18 +02002270 rs_initialize_lq(priv, conf, sta, lq_sta);
Zhu Yib481de92007-09-25 17:54:57 -07002271}
2272
Guy Cohenfde0db32008-04-21 15:42:01 -07002273static void rs_fill_link_cmd(const struct iwl_priv *priv,
Tomas Winklere227cea2008-07-18 13:53:05 +08002274 struct iwl_lq_sta *lq_sta, u32 new_rate)
Zhu Yib481de92007-09-25 17:54:57 -07002275{
Tomas Winklere227cea2008-07-18 13:53:05 +08002276 struct iwl_scale_tbl_info tbl_type;
Zhu Yib481de92007-09-25 17:54:57 -07002277 int index = 0;
Zhu Yib481de92007-09-25 17:54:57 -07002278 int rate_idx;
Zhu Yi1b696de2007-09-27 11:27:41 +08002279 int repeat_rate = 0;
Guy Cohenaade00c2008-04-23 17:14:59 -07002280 u8 ant_toggle_cnt = 0;
Zhu Yib481de92007-09-25 17:54:57 -07002281 u8 use_ht_possible = 1;
Guy Cohenaade00c2008-04-23 17:14:59 -07002282 u8 valid_tx_ant = 0;
Guy Cohen07bc28e2008-04-23 17:15:03 -07002283 struct iwl_link_quality_cmd *lq_cmd = &lq_sta->lq;
Zhu Yib481de92007-09-25 17:54:57 -07002284
Ben Cahill77626352007-11-29 11:09:44 +08002285 /* Override starting rate (index 0) if needed for debug purposes */
Guy Cohen39e88502008-04-23 17:14:57 -07002286 rs_dbgfs_set_mcs(lq_sta, &new_rate, index);
Zhu Yi98d7e092007-09-27 11:27:42 +08002287
Guy Cohen39e88502008-04-23 17:14:57 -07002288 /* Interpret new_rate (rate_n_flags) */
Guy Cohenaade00c2008-04-23 17:14:59 -07002289 memset(&tbl_type, 0, sizeof(tbl_type));
Guy Cohen39e88502008-04-23 17:14:57 -07002290 rs_get_tbl_info_from_mcs(new_rate, lq_sta->band,
Zhu Yib481de92007-09-25 17:54:57 -07002291 &tbl_type, &rate_idx);
2292
Ben Cahill77626352007-11-29 11:09:44 +08002293 /* How many times should we repeat the initial rate? */
Zhu Yib481de92007-09-25 17:54:57 -07002294 if (is_legacy(tbl_type.lq_type)) {
Guy Cohenaade00c2008-04-23 17:14:59 -07002295 ant_toggle_cnt = 1;
Zhu Yi1b696de2007-09-27 11:27:41 +08002296 repeat_rate = IWL_NUMBER_TRY;
Guy Cohenaade00c2008-04-23 17:14:59 -07002297 } else {
Zhu Yi1b696de2007-09-27 11:27:41 +08002298 repeat_rate = IWL_HT_NUMBER_TRY;
Guy Cohenaade00c2008-04-23 17:14:59 -07002299 }
Zhu Yib481de92007-09-25 17:54:57 -07002300
2301 lq_cmd->general_params.mimo_delimiter =
2302 is_mimo(tbl_type.lq_type) ? 1 : 0;
Ben Cahill77626352007-11-29 11:09:44 +08002303
2304 /* Fill 1st table entry (index 0) */
Guy Cohen39e88502008-04-23 17:14:57 -07002305 lq_cmd->rs_table[index].rate_n_flags = cpu_to_le32(new_rate);
Zhu Yib481de92007-09-25 17:54:57 -07002306
Guy Cohen07bc28e2008-04-23 17:15:03 -07002307 if (num_of_ant(tbl_type.ant_type) == 1) {
2308 lq_cmd->general_params.single_stream_ant_msk =
2309 tbl_type.ant_type;
2310 } else if (num_of_ant(tbl_type.ant_type) == 2) {
2311 lq_cmd->general_params.dual_stream_ant_msk =
2312 tbl_type.ant_type;
2313 } /* otherwise we don't modify the existing value */
Zhu Yib481de92007-09-25 17:54:57 -07002314
2315 index++;
Zhu Yi1b696de2007-09-27 11:27:41 +08002316 repeat_rate--;
Zhu Yib481de92007-09-25 17:54:57 -07002317
Guy Cohenaade00c2008-04-23 17:14:59 -07002318 if (priv)
2319 valid_tx_ant = priv->hw_params.valid_tx_ant;
2320
Ben Cahill77626352007-11-29 11:09:44 +08002321 /* Fill rest of rate table */
Zhu Yib481de92007-09-25 17:54:57 -07002322 while (index < LINK_QUAL_MAX_RETRY_NUM) {
Ben Cahill77626352007-11-29 11:09:44 +08002323 /* Repeat initial/next rate.
2324 * For legacy IWL_NUMBER_TRY == 1, this loop will not execute.
2325 * For HT IWL_HT_NUMBER_TRY == 3, this executes twice. */
Zhu Yi1b696de2007-09-27 11:27:41 +08002326 while (repeat_rate > 0 && (index < LINK_QUAL_MAX_RETRY_NUM)) {
Zhu Yib481de92007-09-25 17:54:57 -07002327 if (is_legacy(tbl_type.lq_type)) {
Guy Cohenaade00c2008-04-23 17:14:59 -07002328 if (ant_toggle_cnt < NUM_TRY_BEFORE_ANT_TOGGLE)
2329 ant_toggle_cnt++;
2330 else if (priv &&
2331 rs_toggle_antenna(valid_tx_ant,
2332 &new_rate, &tbl_type))
2333 ant_toggle_cnt = 1;
2334}
Zhu Yi98d7e092007-09-27 11:27:42 +08002335
Ben Cahill77626352007-11-29 11:09:44 +08002336 /* Override next rate if needed for debug purposes */
Tomas Winklerc33104f2008-01-14 17:46:21 -08002337 rs_dbgfs_set_mcs(lq_sta, &new_rate, index);
Ben Cahill77626352007-11-29 11:09:44 +08002338
2339 /* Fill next table entry */
Zhu Yib481de92007-09-25 17:54:57 -07002340 lq_cmd->rs_table[index].rate_n_flags =
Guy Cohen39e88502008-04-23 17:14:57 -07002341 cpu_to_le32(new_rate);
Zhu Yi1b696de2007-09-27 11:27:41 +08002342 repeat_rate--;
Zhu Yib481de92007-09-25 17:54:57 -07002343 index++;
2344 }
2345
Guy Cohen39e88502008-04-23 17:14:57 -07002346 rs_get_tbl_info_from_mcs(new_rate, lq_sta->band, &tbl_type,
Zhu Yib481de92007-09-25 17:54:57 -07002347 &rate_idx);
2348
Ben Cahill77626352007-11-29 11:09:44 +08002349 /* Indicate to uCode which entries might be MIMO.
2350 * If initial rate was MIMO, this will finally end up
2351 * as (IWL_HT_NUMBER_TRY * 2), after 2nd pass, otherwise 0. */
Zhu Yib481de92007-09-25 17:54:57 -07002352 if (is_mimo(tbl_type.lq_type))
2353 lq_cmd->general_params.mimo_delimiter = index;
2354
Ben Cahill77626352007-11-29 11:09:44 +08002355 /* Get next rate */
Guy Cohen39e88502008-04-23 17:14:57 -07002356 new_rate = rs_get_lower_rate(lq_sta, &tbl_type, rate_idx,
2357 use_ht_possible);
Zhu Yib481de92007-09-25 17:54:57 -07002358
Ben Cahill77626352007-11-29 11:09:44 +08002359 /* How many times should we repeat the next rate? */
Zhu Yib481de92007-09-25 17:54:57 -07002360 if (is_legacy(tbl_type.lq_type)) {
Guy Cohenaade00c2008-04-23 17:14:59 -07002361 if (ant_toggle_cnt < NUM_TRY_BEFORE_ANT_TOGGLE)
2362 ant_toggle_cnt++;
2363 else if (priv &&
2364 rs_toggle_antenna(valid_tx_ant,
2365 &new_rate, &tbl_type))
2366 ant_toggle_cnt = 1;
2367
Zhu Yi1b696de2007-09-27 11:27:41 +08002368 repeat_rate = IWL_NUMBER_TRY;
Guy Cohenaade00c2008-04-23 17:14:59 -07002369 } else {
Zhu Yi1b696de2007-09-27 11:27:41 +08002370 repeat_rate = IWL_HT_NUMBER_TRY;
Guy Cohenaade00c2008-04-23 17:14:59 -07002371 }
Zhu Yib481de92007-09-25 17:54:57 -07002372
Ben Cahill77626352007-11-29 11:09:44 +08002373 /* Don't allow HT rates after next pass.
2374 * rs_get_lower_rate() will change type to LQ_A or LQ_G. */
Zhu Yib481de92007-09-25 17:54:57 -07002375 use_ht_possible = 0;
2376
Ben Cahill77626352007-11-29 11:09:44 +08002377 /* Override next rate if needed for debug purposes */
Tomas Winklerc33104f2008-01-14 17:46:21 -08002378 rs_dbgfs_set_mcs(lq_sta, &new_rate, index);
Ben Cahill77626352007-11-29 11:09:44 +08002379
2380 /* Fill next table entry */
Guy Cohen39e88502008-04-23 17:14:57 -07002381 lq_cmd->rs_table[index].rate_n_flags = cpu_to_le32(new_rate);
Zhu Yib481de92007-09-25 17:54:57 -07002382
2383 index++;
Zhu Yi1b696de2007-09-27 11:27:41 +08002384 repeat_rate--;
Zhu Yib481de92007-09-25 17:54:57 -07002385 }
2386
Tomas Winkler5e1dd8d2008-05-29 16:35:17 +08002387 lq_cmd->agg_params.agg_frame_cnt_limit = 64;
Zhu Yib481de92007-09-25 17:54:57 -07002388 lq_cmd->agg_params.agg_dis_start_th = 3;
2389 lq_cmd->agg_params.agg_time_limit = cpu_to_le16(4000);
Zhu Yib481de92007-09-25 17:54:57 -07002390}
2391
Johannes Berg4b7679a2008-09-18 18:14:18 +02002392static void *rs_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir)
Zhu Yib481de92007-09-25 17:54:57 -07002393{
Johannes Berg4b7679a2008-09-18 18:14:18 +02002394 return hw->priv;
Zhu Yib481de92007-09-25 17:54:57 -07002395}
2396/* rate scale requires free function to be implemented */
2397static void rs_free(void *priv_rate)
2398{
2399 return;
2400}
2401
Johannes Berg4b7679a2008-09-18 18:14:18 +02002402static void rs_free_sta(void *priv_r, struct ieee80211_sta *sta,
2403 void *priv_sta)
Zhu Yib481de92007-09-25 17:54:57 -07002404{
Tomas Winklere227cea2008-07-18 13:53:05 +08002405 struct iwl_lq_sta *lq_sta = priv_sta;
Rami Rosen45527c22008-10-07 09:50:01 +02002406 struct iwl_priv *priv __maybe_unused = priv_r;
Zhu Yib481de92007-09-25 17:54:57 -07002407
2408 IWL_DEBUG_RATE("enter\n");
Tomas Winklerc33104f2008-01-14 17:46:21 -08002409 kfree(lq_sta);
Zhu Yib481de92007-09-25 17:54:57 -07002410 IWL_DEBUG_RATE("leave\n");
2411}
2412
2413
Zhu Yi93dc6462007-09-27 11:27:37 +08002414#ifdef CONFIG_MAC80211_DEBUGFS
Zhu Yi5ae212c2007-09-27 11:27:38 +08002415static int open_file_generic(struct inode *inode, struct file *file)
2416{
2417 file->private_data = inode->i_private;
2418 return 0;
2419}
Tomas Winklere227cea2008-07-18 13:53:05 +08002420static void rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta,
2421 u32 *rate_n_flags, int index)
Zhu Yi98d7e092007-09-27 11:27:42 +08002422{
Ester Kummerbf403db2008-05-05 10:22:40 +08002423 struct iwl_priv *priv;
2424
2425 priv = lq_sta->drv;
Guy Cohen39e88502008-04-23 17:14:57 -07002426 if (lq_sta->dbg_fixed_rate) {
2427 if (index < 12) {
2428 *rate_n_flags = lq_sta->dbg_fixed_rate;
2429 } else {
2430 if (lq_sta->band == IEEE80211_BAND_5GHZ)
2431 *rate_n_flags = 0x800D;
2432 else
2433 *rate_n_flags = 0x820A;
2434 }
Zhu Yi98d7e092007-09-27 11:27:42 +08002435 IWL_DEBUG_RATE("Fixed rate ON\n");
Guy Cohen39e88502008-04-23 17:14:57 -07002436 } else {
2437 IWL_DEBUG_RATE("Fixed rate OFF\n");
Zhu Yi98d7e092007-09-27 11:27:42 +08002438 }
Zhu Yi98d7e092007-09-27 11:27:42 +08002439}
2440
2441static ssize_t rs_sta_dbgfs_scale_table_write(struct file *file,
2442 const char __user *user_buf, size_t count, loff_t *ppos)
2443{
Tomas Winklere227cea2008-07-18 13:53:05 +08002444 struct iwl_lq_sta *lq_sta = file->private_data;
Ester Kummerbf403db2008-05-05 10:22:40 +08002445 struct iwl_priv *priv;
Zhu Yi98d7e092007-09-27 11:27:42 +08002446 char buf[64];
2447 int buf_size;
2448 u32 parsed_rate;
2449
Ester Kummerbf403db2008-05-05 10:22:40 +08002450 priv = lq_sta->drv;
Zhu Yi98d7e092007-09-27 11:27:42 +08002451 memset(buf, 0, sizeof(buf));
2452 buf_size = min(count, sizeof(buf) - 1);
2453 if (copy_from_user(buf, user_buf, buf_size))
2454 return -EFAULT;
2455
2456 if (sscanf(buf, "%x", &parsed_rate) == 1)
Guy Cohen39e88502008-04-23 17:14:57 -07002457 lq_sta->dbg_fixed_rate = parsed_rate;
Zhu Yi98d7e092007-09-27 11:27:42 +08002458 else
Guy Cohen39e88502008-04-23 17:14:57 -07002459 lq_sta->dbg_fixed_rate = 0;
Zhu Yi98d7e092007-09-27 11:27:42 +08002460
Guy Cohen39e88502008-04-23 17:14:57 -07002461 lq_sta->active_legacy_rate = 0x0FFF; /* 1 - 54 MBits, includes CCK */
2462 lq_sta->active_siso_rate = 0x1FD0; /* 6 - 60 MBits, no 9, no CCK */
2463 lq_sta->active_mimo2_rate = 0x1FD0; /* 6 - 60 MBits, no 9, no CCK */
2464 lq_sta->active_mimo3_rate = 0x1FD0; /* 6 - 60 MBits, no 9, no CCK */
Zhu Yi98d7e092007-09-27 11:27:42 +08002465
2466 IWL_DEBUG_RATE("sta_id %d rate 0x%X\n",
Guy Cohen39e88502008-04-23 17:14:57 -07002467 lq_sta->lq.sta_id, lq_sta->dbg_fixed_rate);
Zhu Yi98d7e092007-09-27 11:27:42 +08002468
Guy Cohen39e88502008-04-23 17:14:57 -07002469 if (lq_sta->dbg_fixed_rate) {
Guy Cohen07bc28e2008-04-23 17:15:03 -07002470 rs_fill_link_cmd(NULL, lq_sta, lq_sta->dbg_fixed_rate);
Tomas Winkler66c73db2008-04-15 16:01:40 -07002471 iwl_send_lq_cmd(lq_sta->drv, &lq_sta->lq, CMD_ASYNC);
Zhu Yi98d7e092007-09-27 11:27:42 +08002472 }
2473
2474 return count;
2475}
Zhu Yi0209dc12007-09-27 11:27:43 +08002476
Zhu Yi5ae212c2007-09-27 11:27:38 +08002477static ssize_t rs_sta_dbgfs_scale_table_read(struct file *file,
2478 char __user *user_buf, size_t count, loff_t *ppos)
2479{
2480 char buff[1024];
2481 int desc = 0;
2482 int i = 0;
2483
Tomas Winklere227cea2008-07-18 13:53:05 +08002484 struct iwl_lq_sta *lq_sta = file->private_data;
Zhu Yi5ae212c2007-09-27 11:27:38 +08002485
Tomas Winklerc33104f2008-01-14 17:46:21 -08002486 desc += sprintf(buff+desc, "sta_id %d\n", lq_sta->lq.sta_id);
Zhu Yi98d7e092007-09-27 11:27:42 +08002487 desc += sprintf(buff+desc, "failed=%d success=%d rate=0%X\n",
Tomas Winklerc33104f2008-01-14 17:46:21 -08002488 lq_sta->total_failed, lq_sta->total_success,
Guy Cohen39e88502008-04-23 17:14:57 -07002489 lq_sta->active_legacy_rate);
Zhu Yi98d7e092007-09-27 11:27:42 +08002490 desc += sprintf(buff+desc, "fixed rate 0x%X\n",
Guy Cohen39e88502008-04-23 17:14:57 -07002491 lq_sta->dbg_fixed_rate);
Zhu Yi5ae212c2007-09-27 11:27:38 +08002492 desc += sprintf(buff+desc, "general:"
2493 "flags=0x%X mimo-d=%d s-ant0x%x d-ant=0x%x\n",
Tomas Winklerc33104f2008-01-14 17:46:21 -08002494 lq_sta->lq.general_params.flags,
2495 lq_sta->lq.general_params.mimo_delimiter,
2496 lq_sta->lq.general_params.single_stream_ant_msk,
2497 lq_sta->lq.general_params.dual_stream_ant_msk);
Zhu Yi5ae212c2007-09-27 11:27:38 +08002498
2499 desc += sprintf(buff+desc, "agg:"
2500 "time_limit=%d dist_start_th=%d frame_cnt_limit=%d\n",
Tomas Winklerc33104f2008-01-14 17:46:21 -08002501 le16_to_cpu(lq_sta->lq.agg_params.agg_time_limit),
2502 lq_sta->lq.agg_params.agg_dis_start_th,
2503 lq_sta->lq.agg_params.agg_frame_cnt_limit);
Zhu Yi5ae212c2007-09-27 11:27:38 +08002504
2505 desc += sprintf(buff+desc,
2506 "Start idx [0]=0x%x [1]=0x%x [2]=0x%x [3]=0x%x\n",
Tomas Winklerc33104f2008-01-14 17:46:21 -08002507 lq_sta->lq.general_params.start_rate_index[0],
2508 lq_sta->lq.general_params.start_rate_index[1],
2509 lq_sta->lq.general_params.start_rate_index[2],
2510 lq_sta->lq.general_params.start_rate_index[3]);
Zhu Yi5ae212c2007-09-27 11:27:38 +08002511
2512
2513 for (i = 0; i < LINK_QUAL_MAX_RETRY_NUM; i++)
2514 desc += sprintf(buff+desc, " rate[%d] 0x%X\n",
Tomas Winklerc33104f2008-01-14 17:46:21 -08002515 i, le32_to_cpu(lq_sta->lq.rs_table[i].rate_n_flags));
Zhu Yi5ae212c2007-09-27 11:27:38 +08002516
2517 return simple_read_from_buffer(user_buf, count, ppos, buff, desc);
2518}
2519
2520static const struct file_operations rs_sta_dbgfs_scale_table_ops = {
Zhu Yi98d7e092007-09-27 11:27:42 +08002521 .write = rs_sta_dbgfs_scale_table_write,
Zhu Yi5ae212c2007-09-27 11:27:38 +08002522 .read = rs_sta_dbgfs_scale_table_read,
2523 .open = open_file_generic,
2524};
Zhu Yi0209dc12007-09-27 11:27:43 +08002525static ssize_t rs_sta_dbgfs_stats_table_read(struct file *file,
2526 char __user *user_buf, size_t count, loff_t *ppos)
2527{
2528 char buff[1024];
2529 int desc = 0;
2530 int i, j;
2531
Tomas Winklere227cea2008-07-18 13:53:05 +08002532 struct iwl_lq_sta *lq_sta = file->private_data;
Zhu Yi0209dc12007-09-27 11:27:43 +08002533 for (i = 0; i < LQ_SIZE; i++) {
2534 desc += sprintf(buff+desc, "%s type=%d SGI=%d FAT=%d DUP=%d\n"
2535 "rate=0x%X\n",
Abhijeet Kolekarc3056062008-11-12 13:14:08 -08002536 lq_sta->active_tbl == i ? "*" : "x",
Tomas Winklerc33104f2008-01-14 17:46:21 -08002537 lq_sta->lq_info[i].lq_type,
2538 lq_sta->lq_info[i].is_SGI,
2539 lq_sta->lq_info[i].is_fat,
2540 lq_sta->lq_info[i].is_dup,
Guy Cohen39e88502008-04-23 17:14:57 -07002541 lq_sta->lq_info[i].current_rate);
Zhu Yi0209dc12007-09-27 11:27:43 +08002542 for (j = 0; j < IWL_RATE_COUNT; j++) {
2543 desc += sprintf(buff+desc,
Tomas Winklerc33104f2008-01-14 17:46:21 -08002544 "counter=%d success=%d %%=%d\n",
2545 lq_sta->lq_info[i].win[j].counter,
2546 lq_sta->lq_info[i].win[j].success_counter,
2547 lq_sta->lq_info[i].win[j].success_ratio);
Zhu Yi0209dc12007-09-27 11:27:43 +08002548 }
2549 }
2550 return simple_read_from_buffer(user_buf, count, ppos, buff, desc);
2551}
2552
2553static const struct file_operations rs_sta_dbgfs_stats_table_ops = {
2554 .read = rs_sta_dbgfs_stats_table_read,
2555 .open = open_file_generic,
2556};
Zhu Yi5ae212c2007-09-27 11:27:38 +08002557
Zhu Yi93dc6462007-09-27 11:27:37 +08002558static void rs_add_debugfs(void *priv, void *priv_sta,
2559 struct dentry *dir)
2560{
Tomas Winklere227cea2008-07-18 13:53:05 +08002561 struct iwl_lq_sta *lq_sta = priv_sta;
Tomas Winklerc33104f2008-01-14 17:46:21 -08002562 lq_sta->rs_sta_dbgfs_scale_table_file =
Zhu Yi0209dc12007-09-27 11:27:43 +08002563 debugfs_create_file("rate_scale_table", 0600, dir,
Tomas Winklerc33104f2008-01-14 17:46:21 -08002564 lq_sta, &rs_sta_dbgfs_scale_table_ops);
2565 lq_sta->rs_sta_dbgfs_stats_table_file =
Zhu Yi0209dc12007-09-27 11:27:43 +08002566 debugfs_create_file("rate_stats_table", 0600, dir,
Tomas Winklerc33104f2008-01-14 17:46:21 -08002567 lq_sta, &rs_sta_dbgfs_stats_table_ops);
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02002568 lq_sta->rs_sta_dbgfs_tx_agg_tid_en_file =
2569 debugfs_create_u8("tx_agg_tid_enable", 0600, dir,
2570 &lq_sta->tx_agg_tid_en);
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02002571
Zhu Yi93dc6462007-09-27 11:27:37 +08002572}
2573
2574static void rs_remove_debugfs(void *priv, void *priv_sta)
2575{
Tomas Winklere227cea2008-07-18 13:53:05 +08002576 struct iwl_lq_sta *lq_sta = priv_sta;
Tomas Winklerc33104f2008-01-14 17:46:21 -08002577 debugfs_remove(lq_sta->rs_sta_dbgfs_scale_table_file);
2578 debugfs_remove(lq_sta->rs_sta_dbgfs_stats_table_file);
Ron Rindjunsky0c11b4d2008-01-28 14:07:26 +02002579 debugfs_remove(lq_sta->rs_sta_dbgfs_tx_agg_tid_en_file);
Zhu Yi93dc6462007-09-27 11:27:37 +08002580}
2581#endif
2582
Zhu Yib481de92007-09-25 17:54:57 -07002583static struct rate_control_ops rs_ops = {
2584 .module = NULL,
2585 .name = RS_NAME,
2586 .tx_status = rs_tx_status,
2587 .get_rate = rs_get_rate,
2588 .rate_init = rs_rate_init,
Zhu Yib481de92007-09-25 17:54:57 -07002589 .alloc = rs_alloc,
2590 .free = rs_free,
2591 .alloc_sta = rs_alloc_sta,
2592 .free_sta = rs_free_sta,
Zhu Yi93dc6462007-09-27 11:27:37 +08002593#ifdef CONFIG_MAC80211_DEBUGFS
2594 .add_sta_debugfs = rs_add_debugfs,
2595 .remove_sta_debugfs = rs_remove_debugfs,
2596#endif
Zhu Yib481de92007-09-25 17:54:57 -07002597};
2598
Tomas Winklere227cea2008-07-18 13:53:05 +08002599int iwlagn_rate_control_register(void)
Zhu Yib481de92007-09-25 17:54:57 -07002600{
Reinette Chatre897e1cf2008-03-28 16:21:09 -07002601 return ieee80211_rate_control_register(&rs_ops);
Zhu Yib481de92007-09-25 17:54:57 -07002602}
2603
Tomas Winklere227cea2008-07-18 13:53:05 +08002604void iwlagn_rate_control_unregister(void)
Zhu Yib481de92007-09-25 17:54:57 -07002605{
2606 ieee80211_rate_control_unregister(&rs_ops);
2607}
2608