Lines Matching +full:1 +full:mbps

28 const u8 rate_info[BRCM_MAXRATE + 1] = {
29 /* 0 1 2 3 4 5 6 7 8 9 */
45 /* MCS 0: SS 1, MOD: BPSK, CR 1/2 */
48 /* MCS 1: SS 1, MOD: QPSK, CR 1/2 */
51 /* MCS 2: SS 1, MOD: QPSK, CR 3/4 */
54 /* MCS 3: SS 1, MOD: 16QAM, CR 1/2 */
57 /* MCS 4: SS 1, MOD: 16QAM, CR 3/4 */
60 /* MCS 5: SS 1, MOD: 64QAM, CR 2/3 */
63 /* MCS 6: SS 1, MOD: 64QAM, CR 3/4 */
66 /* MCS 7: SS 1, MOD: 64QAM, CR 5/6 */
69 /* MCS 8: SS 2, MOD: BPSK, CR 1/2 */
72 /* MCS 9: SS 2, MOD: QPSK, CR 1/2 */
78 /* MCS 11: SS 2, MOD: 16QAM, CR 1/2 */
93 /* MCS 16: SS 3, MOD: BPSK, CR 1/2 */
96 /* MCS 17: SS 3, MOD: QPSK, CR 1/2 */
102 /* MCS 19: SS 3, MOD: 16QAM, CR 1/2 */
117 /* MCS 24: SS 4, MOD: BPSK, CR 1/2 */
120 /* MCS 25: SS 4, MOD: QPSK, CR 1/2 */
126 /* MCS 27: SS 4, MOD: 16QAM, CR 1/2 */
141 /* MCS 32: SS 1, MOD: BPSK, CR 1/2 */
147 * Number of spatial streams: always 1 other fields: refer to table 78 of
162 * 0 = 1Mbps; 1 = 2Mbps; 2 = 5.5Mbps; 3 = 11Mbps
166 {BRCM_RATE_1M, 0x00}, /* CCK 1Mbps, data rate 0 */
167 {BRCM_RATE_2M, 0x08}, /* CCK 2Mbps, data rate 1 */
168 {BRCM_RATE_5M5, 0x10}, /* CCK 5.5Mbps, data rate 2 */
169 {BRCM_RATE_11M, 0x18}, /* CCK 11Mbps, data rate 3 */
170 /* OFDM 6Mbps, code rate 1/2, BPSK, 1 spatial stream */
172 /* OFDM 9Mbps, code rate 3/4, BPSK, 1 spatial stream */
174 /* OFDM 12Mbps, code rate 1/2, QPSK, 1 spatial stream */
176 /* OFDM 18Mbps, code rate 3/4, QPSK, 1 spatial stream */
178 /* OFDM 24Mbps, code rate 1/2, 16-QAM, 1 spatial stream */
180 /* OFDM 36Mbps, code rate 3/4, 16-QAM, 1 spatial stream */
182 /* OFDM 48Mbps, code rate 2/3, 64-QAM, 1 spatial stream */
184 /* OFDM 54Mbps, code rate 3/4, 64-QAM, 1 spatial stream */
192 /* 1b, 2b, 5.5b, 6, 9, 11b, 12, 18, 24, 36, 48, */
194 /* 54 Mbps */
203 /* 6b, 9, 12b, 18, 24b, 36, 48, 54 Mbps */
213 /* 1b, 2b, 5.5b, 6, 9, 11b, 12, 18, 24, 36, 48 */
215 /* 54 Mbps */
224 /* 6b, 9, 12b, 18, 24b, 36, 48, 54 Mbps */
233 /* 1b, 2b, 5.5b, 6, 9, 11b, 12, 18, 24, 36, 48,*/
235 /*54 Mbps */
244 /* 1b, 2b, 5.5b, 11b Mbps */
253 /* 6b, 9, 12b, 18, 24b, 36, 48, 54 Mbps */
262 /* 1b, 2b, 5.5, 11 Mbps */
306 u8 rateset[BRCM_MAXRATE + 1]; in brcms_c_rate_hwrs_filter_sort_validate()
403 * - 1: cck only
481 mcsallow ? txstreams : 1); in brcms_c_rateset_default()
491 return -1; in brcms_c_rate_legacy_phyctl()