staging: brcm80211: remove nested include statements
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / brcm80211 / brcmsmac / wlc_rate.c
1 /*
2 * Copyright (c) 2010 Broadcom Corporation
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16 #include <linux/kernel.h>
17 #include <linux/module.h>
18
19 #include <proto/802.11.h>
20 #include <proto/802.1d.h>
21 #include <bcmdefs.h>
22 #include <osl.h>
23 #include <bcmutils.h>
24 #include <siutils.h>
25 #include <wlioctl.h>
26 #include <sbhnddma.h>
27
28 #include "wlc_types.h"
29 #include "sbhndpio.h"
30 #include "d11.h"
31 #include "wl_dbg.h"
32 #include "wlc_cfg.h"
33 #include "wlc_scb.h"
34 #include "wlc_pub.h"
35 #include "wlc_rate.h"
36
37 /* Rate info per rate: It tells whether a rate is ofdm or not and its phy_rate value */
38 const u8 rate_info[WLC_MAXRATE + 1] = {
39 /* 0 1 2 3 4 5 6 7 8 9 */
40 /* 0 */ 0x00, 0x00, 0x0a, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00,
41 /* 10 */ 0x00, 0x37, 0x8b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8f, 0x00,
42 /* 20 */ 0x00, 0x00, 0x6e, 0x00, 0x8a, 0x00, 0x00, 0x00, 0x00, 0x00,
43 /* 30 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8e, 0x00, 0x00, 0x00,
44 /* 40 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0x00,
45 /* 50 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
46 /* 60 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
47 /* 70 */ 0x00, 0x00, 0x8d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
48 /* 80 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
49 /* 90 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00,
50 /* 100 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8c
51 };
52
53 /* rates are in units of Kbps */
54 const mcs_info_t mcs_table[MCS_TABLE_SIZE] = {
55 /* MCS 0: SS 1, MOD: BPSK, CR 1/2 */
56 {6500, 13500, CEIL(6500 * 10, 9), CEIL(13500 * 10, 9), 0x00,
57 WLC_RATE_6M},
58 /* MCS 1: SS 1, MOD: QPSK, CR 1/2 */
59 {13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x08,
60 WLC_RATE_12M},
61 /* MCS 2: SS 1, MOD: QPSK, CR 3/4 */
62 {19500, 40500, CEIL(19500 * 10, 9), CEIL(40500 * 10, 9), 0x0A,
63 WLC_RATE_18M},
64 /* MCS 3: SS 1, MOD: 16QAM, CR 1/2 */
65 {26000, 54000, CEIL(26000 * 10, 9), CEIL(54000 * 10, 9), 0x10,
66 WLC_RATE_24M},
67 /* MCS 4: SS 1, MOD: 16QAM, CR 3/4 */
68 {39000, 81000, CEIL(39000 * 10, 9), CEIL(81000 * 10, 9), 0x12,
69 WLC_RATE_36M},
70 /* MCS 5: SS 1, MOD: 64QAM, CR 2/3 */
71 {52000, 108000, CEIL(52000 * 10, 9), CEIL(108000 * 10, 9), 0x19,
72 WLC_RATE_48M},
73 /* MCS 6: SS 1, MOD: 64QAM, CR 3/4 */
74 {58500, 121500, CEIL(58500 * 10, 9), CEIL(121500 * 10, 9), 0x1A,
75 WLC_RATE_54M},
76 /* MCS 7: SS 1, MOD: 64QAM, CR 5/6 */
77 {65000, 135000, CEIL(65000 * 10, 9), CEIL(135000 * 10, 9), 0x1C,
78 WLC_RATE_54M},
79 /* MCS 8: SS 2, MOD: BPSK, CR 1/2 */
80 {13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x40,
81 WLC_RATE_6M},
82 /* MCS 9: SS 2, MOD: QPSK, CR 1/2 */
83 {26000, 54000, CEIL(26000 * 10, 9), CEIL(54000 * 10, 9), 0x48,
84 WLC_RATE_12M},
85 /* MCS 10: SS 2, MOD: QPSK, CR 3/4 */
86 {39000, 81000, CEIL(39000 * 10, 9), CEIL(81000 * 10, 9), 0x4A,
87 WLC_RATE_18M},
88 /* MCS 11: SS 2, MOD: 16QAM, CR 1/2 */
89 {52000, 108000, CEIL(52000 * 10, 9), CEIL(108000 * 10, 9), 0x50,
90 WLC_RATE_24M},
91 /* MCS 12: SS 2, MOD: 16QAM, CR 3/4 */
92 {78000, 162000, CEIL(78000 * 10, 9), CEIL(162000 * 10, 9), 0x52,
93 WLC_RATE_36M},
94 /* MCS 13: SS 2, MOD: 64QAM, CR 2/3 */
95 {104000, 216000, CEIL(104000 * 10, 9), CEIL(216000 * 10, 9), 0x59,
96 WLC_RATE_48M},
97 /* MCS 14: SS 2, MOD: 64QAM, CR 3/4 */
98 {117000, 243000, CEIL(117000 * 10, 9), CEIL(243000 * 10, 9), 0x5A,
99 WLC_RATE_54M},
100 /* MCS 15: SS 2, MOD: 64QAM, CR 5/6 */
101 {130000, 270000, CEIL(130000 * 10, 9), CEIL(270000 * 10, 9), 0x5C,
102 WLC_RATE_54M},
103 /* MCS 16: SS 3, MOD: BPSK, CR 1/2 */
104 {19500, 40500, CEIL(19500 * 10, 9), CEIL(40500 * 10, 9), 0x80,
105 WLC_RATE_6M},
106 /* MCS 17: SS 3, MOD: QPSK, CR 1/2 */
107 {39000, 81000, CEIL(39000 * 10, 9), CEIL(81000 * 10, 9), 0x88,
108 WLC_RATE_12M},
109 /* MCS 18: SS 3, MOD: QPSK, CR 3/4 */
110 {58500, 121500, CEIL(58500 * 10, 9), CEIL(121500 * 10, 9), 0x8A,
111 WLC_RATE_18M},
112 /* MCS 19: SS 3, MOD: 16QAM, CR 1/2 */
113 {78000, 162000, CEIL(78000 * 10, 9), CEIL(162000 * 10, 9), 0x90,
114 WLC_RATE_24M},
115 /* MCS 20: SS 3, MOD: 16QAM, CR 3/4 */
116 {117000, 243000, CEIL(117000 * 10, 9), CEIL(243000 * 10, 9), 0x92,
117 WLC_RATE_36M},
118 /* MCS 21: SS 3, MOD: 64QAM, CR 2/3 */
119 {156000, 324000, CEIL(156000 * 10, 9), CEIL(324000 * 10, 9), 0x99,
120 WLC_RATE_48M},
121 /* MCS 22: SS 3, MOD: 64QAM, CR 3/4 */
122 {175500, 364500, CEIL(175500 * 10, 9), CEIL(364500 * 10, 9), 0x9A,
123 WLC_RATE_54M},
124 /* MCS 23: SS 3, MOD: 64QAM, CR 5/6 */
125 {195000, 405000, CEIL(195000 * 10, 9), CEIL(405000 * 10, 9), 0x9B,
126 WLC_RATE_54M},
127 /* MCS 24: SS 4, MOD: BPSK, CR 1/2 */
128 {26000, 54000, CEIL(26000 * 10, 9), CEIL(54000 * 10, 9), 0xC0,
129 WLC_RATE_6M},
130 /* MCS 25: SS 4, MOD: QPSK, CR 1/2 */
131 {52000, 108000, CEIL(52000 * 10, 9), CEIL(108000 * 10, 9), 0xC8,
132 WLC_RATE_12M},
133 /* MCS 26: SS 4, MOD: QPSK, CR 3/4 */
134 {78000, 162000, CEIL(78000 * 10, 9), CEIL(162000 * 10, 9), 0xCA,
135 WLC_RATE_18M},
136 /* MCS 27: SS 4, MOD: 16QAM, CR 1/2 */
137 {104000, 216000, CEIL(104000 * 10, 9), CEIL(216000 * 10, 9), 0xD0,
138 WLC_RATE_24M},
139 /* MCS 28: SS 4, MOD: 16QAM, CR 3/4 */
140 {156000, 324000, CEIL(156000 * 10, 9), CEIL(324000 * 10, 9), 0xD2,
141 WLC_RATE_36M},
142 /* MCS 29: SS 4, MOD: 64QAM, CR 2/3 */
143 {208000, 432000, CEIL(208000 * 10, 9), CEIL(432000 * 10, 9), 0xD9,
144 WLC_RATE_48M},
145 /* MCS 30: SS 4, MOD: 64QAM, CR 3/4 */
146 {234000, 486000, CEIL(234000 * 10, 9), CEIL(486000 * 10, 9), 0xDA,
147 WLC_RATE_54M},
148 /* MCS 31: SS 4, MOD: 64QAM, CR 5/6 */
149 {260000, 540000, CEIL(260000 * 10, 9), CEIL(540000 * 10, 9), 0xDB,
150 WLC_RATE_54M},
151 /* MCS 32: SS 1, MOD: BPSK, CR 1/2 */
152 {0, 6000, 0, CEIL(6000 * 10, 9), 0x00, WLC_RATE_6M},
153 };
154
155 /* phycfg for legacy OFDM frames: code rate, modulation scheme, spatial streams
156 * Number of spatial streams: always 1
157 * other fields: refer to table 78 of section 17.3.2.2 of the original .11a standard
158 */
159 typedef struct legacy_phycfg {
160 u32 rate_ofdm; /* ofdm mac rate */
161 u8 tx_phy_ctl3; /* phy ctl byte 3, code rate, modulation type, # of streams */
162 } legacy_phycfg_t;
163
164 #define LEGACY_PHYCFG_TABLE_SIZE 12 /* Number of legacy_rate_cfg entries in the table */
165
166 /* In CCK mode LPPHY overloads OFDM Modulation bits with CCK Data Rate */
167 /* Eventually MIMOPHY would also be converted to this format */
168 /* 0 = 1Mbps; 1 = 2Mbps; 2 = 5.5Mbps; 3 = 11Mbps */
169 static const legacy_phycfg_t legacy_phycfg_table[LEGACY_PHYCFG_TABLE_SIZE] = {
170 {WLC_RATE_1M, 0x00}, /* CCK 1Mbps, data rate 0 */
171 {WLC_RATE_2M, 0x08}, /* CCK 2Mbps, data rate 1 */
172 {WLC_RATE_5M5, 0x10}, /* CCK 5.5Mbps, data rate 2 */
173 {WLC_RATE_11M, 0x18}, /* CCK 11Mbps, data rate 3 */
174 {WLC_RATE_6M, 0x00}, /* OFDM 6Mbps, code rate 1/2, BPSK, 1 spatial stream */
175 {WLC_RATE_9M, 0x02}, /* OFDM 9Mbps, code rate 3/4, BPSK, 1 spatial stream */
176 {WLC_RATE_12M, 0x08}, /* OFDM 12Mbps, code rate 1/2, QPSK, 1 spatial stream */
177 {WLC_RATE_18M, 0x0A}, /* OFDM 18Mbps, code rate 3/4, QPSK, 1 spatial stream */
178 {WLC_RATE_24M, 0x10}, /* OFDM 24Mbps, code rate 1/2, 16-QAM, 1 spatial stream */
179 {WLC_RATE_36M, 0x12}, /* OFDM 36Mbps, code rate 3/4, 16-QAM, 1 spatial stream */
180 {WLC_RATE_48M, 0x19}, /* OFDM 48Mbps, code rate 2/3, 64-QAM, 1 spatial stream */
181 {WLC_RATE_54M, 0x1A}, /* OFDM 54Mbps, code rate 3/4, 64-QAM, 1 spatial stream */
182 };
183
184 /* Hardware rates (also encodes default basic rates) */
185
186 const wlc_rateset_t cck_ofdm_mimo_rates = {
187 12,
188 { /* 1b, 2b, 5.5b, 6, 9, 11b, 12, 18, 24, 36, 48, 54 Mbps */
189 0x82, 0x84, 0x8b, 0x0c, 0x12, 0x96, 0x18, 0x24, 0x30, 0x48, 0x60,
190 0x6c},
191 0x00,
192 {0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
193 0x00, 0x00, 0x00, 0x00}
194 };
195
196 const wlc_rateset_t ofdm_mimo_rates = {
197 8,
198 { /* 6b, 9, 12b, 18, 24b, 36, 48, 54 Mbps */
199 0x8c, 0x12, 0x98, 0x24, 0xb0, 0x48, 0x60, 0x6c},
200 0x00,
201 {0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
202 0x00, 0x00, 0x00, 0x00}
203 };
204
205 /* Default ratesets that include MCS32 for 40BW channels */
206 const wlc_rateset_t cck_ofdm_40bw_mimo_rates = {
207 12,
208 { /* 1b, 2b, 5.5b, 6, 9, 11b, 12, 18, 24, 36, 48, 54 Mbps */
209 0x82, 0x84, 0x8b, 0x0c, 0x12, 0x96, 0x18, 0x24, 0x30, 0x48, 0x60,
210 0x6c},
211 0x00,
212 {0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
213 0x00, 0x00, 0x00, 0x00}
214 };
215
216 const wlc_rateset_t ofdm_40bw_mimo_rates = {
217 8,
218 { /* 6b, 9, 12b, 18, 24b, 36, 48, 54 Mbps */
219 0x8c, 0x12, 0x98, 0x24, 0xb0, 0x48, 0x60, 0x6c},
220 0x00,
221 {0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
222 0x00, 0x00, 0x00, 0x00}
223 };
224
225 const wlc_rateset_t cck_ofdm_rates = {
226 12,
227 { /* 1b, 2b, 5.5b, 6, 9, 11b, 12, 18, 24, 36, 48, 54 Mbps */
228 0x82, 0x84, 0x8b, 0x0c, 0x12, 0x96, 0x18, 0x24, 0x30, 0x48, 0x60,
229 0x6c},
230 0x00,
231 {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
232 0x00, 0x00, 0x00, 0x00}
233 };
234
235 const wlc_rateset_t gphy_legacy_rates = {
236 4,
237 { /* 1b, 2b, 5.5b, 11b Mbps */
238 0x82, 0x84, 0x8b, 0x96},
239 0x00,
240 {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
241 0x00, 0x00, 0x00, 0x00}
242 };
243
244 const wlc_rateset_t ofdm_rates = {
245 8,
246 { /* 6b, 9, 12b, 18, 24b, 36, 48, 54 Mbps */
247 0x8c, 0x12, 0x98, 0x24, 0xb0, 0x48, 0x60, 0x6c},
248 0x00,
249 {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
250 0x00, 0x00, 0x00, 0x00}
251 };
252
253 const wlc_rateset_t cck_rates = {
254 4,
255 { /* 1b, 2b, 5.5, 11 Mbps */
256 0x82, 0x84, 0x0b, 0x16},
257 0x00,
258 {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
259 0x00, 0x00, 0x00, 0x00}
260 };
261
262 static bool wlc_rateset_valid(wlc_rateset_t *rs, bool check_brate);
263
264 /* check if rateset is valid.
265 * if check_brate is true, rateset without a basic rate is considered NOT valid.
266 */
267 static bool wlc_rateset_valid(wlc_rateset_t *rs, bool check_brate)
268 {
269 uint idx;
270
271 if (!rs->count)
272 return false;
273
274 if (!check_brate)
275 return true;
276
277 /* error if no basic rates */
278 for (idx = 0; idx < rs->count; idx++) {
279 if (rs->rates[idx] & WLC_RATE_FLAG)
280 return true;
281 }
282 return false;
283 }
284
285 void wlc_rateset_mcs_upd(wlc_rateset_t *rs, u8 txstreams)
286 {
287 int i;
288 for (i = txstreams; i < MAX_STREAMS_SUPPORTED; i++)
289 rs->mcs[i] = 0;
290 }
291
292 /* filter based on hardware rateset, and sort filtered rateset with basic bit(s) preserved,
293 * and check if resulting rateset is valid.
294 */
295 bool
296 wlc_rate_hwrs_filter_sort_validate(wlc_rateset_t *rs,
297 const wlc_rateset_t *hw_rs,
298 bool check_brate, u8 txstreams)
299 {
300 u8 rateset[WLC_MAXRATE + 1];
301 u8 r;
302 uint count;
303 uint i;
304
305 memset(rateset, 0, sizeof(rateset));
306 count = rs->count;
307
308 for (i = 0; i < count; i++) {
309 /* mask off "basic rate" bit, WLC_RATE_FLAG */
310 r = (int)rs->rates[i] & RATE_MASK;
311 if ((r > WLC_MAXRATE) || (rate_info[r] == 0)) {
312 continue;
313 }
314 rateset[r] = rs->rates[i]; /* preserve basic bit! */
315 }
316
317 /* fill out the rates in order, looking at only supported rates */
318 count = 0;
319 for (i = 0; i < hw_rs->count; i++) {
320 r = hw_rs->rates[i] & RATE_MASK;
321 ASSERT(r <= WLC_MAXRATE);
322 if (rateset[r])
323 rs->rates[count++] = rateset[r];
324 }
325
326 rs->count = count;
327
328 /* only set the mcs rate bit if the equivalent hw mcs bit is set */
329 for (i = 0; i < MCSSET_LEN; i++)
330 rs->mcs[i] = (rs->mcs[i] & hw_rs->mcs[i]);
331
332 if (wlc_rateset_valid(rs, check_brate))
333 return true;
334 else
335 return false;
336 }
337
338 /* caluclate the rate of a rx'd frame and return it as a ratespec */
339 ratespec_t BCMFASTPATH wlc_compute_rspec(d11rxhdr_t *rxh, u8 *plcp)
340 {
341 int phy_type;
342 ratespec_t rspec = PHY_TXC1_BW_20MHZ << RSPEC_BW_SHIFT;
343
344 phy_type =
345 ((rxh->RxChan & RXS_CHAN_PHYTYPE_MASK) >> RXS_CHAN_PHYTYPE_SHIFT);
346
347 if ((phy_type == PHY_TYPE_N) || (phy_type == PHY_TYPE_SSN) ||
348 (phy_type == PHY_TYPE_LCN) || (phy_type == PHY_TYPE_HT)) {
349 switch (rxh->PhyRxStatus_0 & PRXS0_FT_MASK) {
350 case PRXS0_CCK:
351 rspec =
352 CCK_PHY2MAC_RATE(((cck_phy_hdr_t *) plcp)->signal);
353 break;
354 case PRXS0_OFDM:
355 rspec =
356 OFDM_PHY2MAC_RATE(((ofdm_phy_hdr_t *) plcp)->
357 rlpt[0]);
358 break;
359 case PRXS0_PREN:
360 rspec = (plcp[0] & MIMO_PLCP_MCS_MASK) | RSPEC_MIMORATE;
361 if (plcp[0] & MIMO_PLCP_40MHZ) {
362 /* indicate rspec is for 40 MHz mode */
363 rspec &= ~RSPEC_BW_MASK;
364 rspec |= (PHY_TXC1_BW_40MHZ << RSPEC_BW_SHIFT);
365 }
366 break;
367 case PRXS0_STDN:
368 /* fallthru */
369 default:
370 /* not supported */
371 ASSERT(0);
372 break;
373 }
374 if (PLCP3_ISSGI(plcp[3]))
375 rspec |= RSPEC_SHORT_GI;
376 } else
377 if ((phy_type == PHY_TYPE_A) || (rxh->PhyRxStatus_0 & PRXS0_OFDM))
378 rspec = OFDM_PHY2MAC_RATE(((ofdm_phy_hdr_t *) plcp)->rlpt[0]);
379 else
380 rspec = CCK_PHY2MAC_RATE(((cck_phy_hdr_t *) plcp)->signal);
381
382 return rspec;
383 }
384
385 /* copy rateset src to dst as-is (no masking or sorting) */
386 void wlc_rateset_copy(const wlc_rateset_t *src, wlc_rateset_t *dst)
387 {
388 memcpy(dst, src, sizeof(wlc_rateset_t));
389 }
390
391 /*
392 * Copy and selectively filter one rateset to another.
393 * 'basic_only' means only copy basic rates.
394 * 'rates' indicates cck (11b) and ofdm rates combinations.
395 * - 0: cck and ofdm
396 * - 1: cck only
397 * - 2: ofdm only
398 * 'xmask' is the copy mask (typically 0x7f or 0xff).
399 */
400 void
401 wlc_rateset_filter(wlc_rateset_t *src, wlc_rateset_t *dst, bool basic_only,
402 u8 rates, uint xmask, bool mcsallow)
403 {
404 uint i;
405 uint r;
406 uint count;
407
408 count = 0;
409 for (i = 0; i < src->count; i++) {
410 r = src->rates[i];
411 if (basic_only && !(r & WLC_RATE_FLAG))
412 continue;
413 if ((rates == WLC_RATES_CCK) && IS_OFDM((r & RATE_MASK)))
414 continue;
415 if ((rates == WLC_RATES_OFDM) && IS_CCK((r & RATE_MASK)))
416 continue;
417 dst->rates[count++] = r & xmask;
418 }
419 dst->count = count;
420 dst->htphy_membership = src->htphy_membership;
421
422 if (mcsallow && rates != WLC_RATES_CCK)
423 memcpy(&dst->mcs[0], &src->mcs[0], MCSSET_LEN);
424 else
425 wlc_rateset_mcs_clear(dst);
426 }
427
428 /* select rateset for a given phy_type and bandtype and filter it, sort it
429 * and fill rs_tgt with result
430 */
431 void
432 wlc_rateset_default(wlc_rateset_t *rs_tgt, const wlc_rateset_t *rs_hw,
433 uint phy_type, int bandtype, bool cck_only, uint rate_mask,
434 bool mcsallow, u8 bw, u8 txstreams)
435 {
436 const wlc_rateset_t *rs_dflt;
437 wlc_rateset_t rs_sel;
438 if ((PHYTYPE_IS(phy_type, PHY_TYPE_HT)) ||
439 (PHYTYPE_IS(phy_type, PHY_TYPE_N)) ||
440 (PHYTYPE_IS(phy_type, PHY_TYPE_LCN)) ||
441 (PHYTYPE_IS(phy_type, PHY_TYPE_SSN))) {
442 if (BAND_5G(bandtype)) {
443 rs_dflt = (bw == WLC_20_MHZ ?
444 &ofdm_mimo_rates : &ofdm_40bw_mimo_rates);
445 } else {
446 rs_dflt = (bw == WLC_20_MHZ ?
447 &cck_ofdm_mimo_rates :
448 &cck_ofdm_40bw_mimo_rates);
449 }
450 } else if (PHYTYPE_IS(phy_type, PHY_TYPE_LP)) {
451 rs_dflt = (BAND_5G(bandtype)) ? &ofdm_rates : &cck_ofdm_rates;
452 } else if (PHYTYPE_IS(phy_type, PHY_TYPE_A)) {
453 rs_dflt = &ofdm_rates;
454 } else if (PHYTYPE_IS(phy_type, PHY_TYPE_G)) {
455 rs_dflt = &cck_ofdm_rates;
456 } else {
457 ASSERT(0); /* should not happen */
458 rs_dflt = &cck_rates; /* force cck */
459 }
460
461 /* if hw rateset is not supplied, assign selected rateset to it */
462 if (!rs_hw)
463 rs_hw = rs_dflt;
464
465 wlc_rateset_copy(rs_dflt, &rs_sel);
466 wlc_rateset_mcs_upd(&rs_sel, txstreams);
467 wlc_rateset_filter(&rs_sel, rs_tgt, false,
468 cck_only ? WLC_RATES_CCK : WLC_RATES_CCK_OFDM,
469 rate_mask, mcsallow);
470 wlc_rate_hwrs_filter_sort_validate(rs_tgt, rs_hw, false,
471 mcsallow ? txstreams : 1);
472 }
473
474 s16 BCMFASTPATH wlc_rate_legacy_phyctl(uint rate)
475 {
476 uint i;
477 for (i = 0; i < LEGACY_PHYCFG_TABLE_SIZE; i++)
478 if (rate == legacy_phycfg_table[i].rate_ofdm)
479 return legacy_phycfg_table[i].tx_phy_ctl3;
480
481 return -1;
482 }
483
484 void wlc_rateset_mcs_clear(wlc_rateset_t *rateset)
485 {
486 uint i;
487 for (i = 0; i < MCSSET_LEN; i++)
488 rateset->mcs[i] = 0;
489 }
490
491 void wlc_rateset_mcs_build(wlc_rateset_t *rateset, u8 txstreams)
492 {
493 memcpy(&rateset->mcs[0], &cck_ofdm_mimo_rates.mcs[0], MCSSET_LEN);
494 wlc_rateset_mcs_upd(rateset, txstreams);
495 }
496
497 /* Based on bandwidth passed, allow/disallow MCS 32 in the rateset */
498 void wlc_rateset_bw_mcs_filter(wlc_rateset_t *rateset, u8 bw)
499 {
500 if (bw == WLC_40_MHZ)
501 setbit(rateset->mcs, 32);
502 else
503 clrbit(rateset->mcs, 32);
504 }