include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / wireless / ath / ath9k / rc.c
CommitLineData
f078f209
LR
1/*
2 * Copyright (c) 2004 Video54 Technologies, Inc.
cee075a2 3 * Copyright (c) 2004-2009 Atheros Communications, Inc.
f078f209
LR
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */
17
5a0e3ad6
TH
18#include <linux/slab.h>
19
394cf0a1 20#include "ath9k.h"
f078f209 21
4f0fc7c3 22static const struct ath_rate_table ar5416_11na_ratetable = {
f078f209 23 42,
545750d3 24 8, /* MCS start */
f078f209 25 {
46d14a58 26 { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
1fe8234a 27 5400, 0, 12, 0, 0, 0, 0, 0 },
e8324357 28 { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
1fe8234a 29 7800, 1, 18, 0, 1, 1, 1, 1 },
46d14a58 30 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
1fe8234a 31 10000, 2, 24, 2, 2, 2, 2, 2 },
46d14a58 32 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
1fe8234a 33 13900, 3, 36, 2, 3, 3, 3, 3 },
46d14a58 34 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
1fe8234a 35 17300, 4, 48, 4, 4, 4, 4, 4 },
46d14a58 36 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
1fe8234a 37 23000, 5, 72, 4, 5, 5, 5, 5 },
46d14a58 38 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
1fe8234a 39 27400, 6, 96, 4, 6, 6, 6, 6 },
46d14a58 40 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
1fe8234a 41 29300, 7, 108, 4, 7, 7, 7, 7 },
42e88560 42 { VALID_2040, VALID_2040, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */
1fe8234a 43 6400, 0, 0, 0, 8, 24, 8, 24 },
46d14a58 44 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */
1fe8234a 45 12700, 1, 1, 2, 9, 25, 9, 25 },
46d14a58 46 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */
1fe8234a 47 18800, 2, 2, 2, 10, 26, 10, 26 },
46d14a58 48 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */
1fe8234a 49 25000, 3, 3, 4, 11, 27, 11, 27 },
46d14a58 50 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */
1fe8234a 51 36700, 4, 4, 4, 12, 28, 12, 28 },
46d14a58 52 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */
1fe8234a 53 48100, 5, 5, 4, 13, 29, 13, 29 },
46d14a58 54 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */
1fe8234a 55 53500, 6, 6, 4, 14, 30, 14, 30 },
46d14a58 56 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */
1fe8234a 57 59000, 7, 7, 4, 15, 31, 15, 32 },
46d14a58 58 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */
1fe8234a 59 12700, 8, 8, 3, 16, 33, 16, 33 },
46d14a58 60 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */
1fe8234a 61 24800, 9, 9, 2, 17, 34, 17, 34 },
46d14a58 62 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */
1fe8234a 63 36600, 10, 10, 2, 18, 35, 18, 35 },
46d14a58 64 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */
1fe8234a 65 48100, 11, 11, 4, 19, 36, 19, 36 },
46d14a58 66 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */
1fe8234a 67 69500, 12, 12, 4, 20, 37, 20, 37 },
46d14a58 68 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */
1fe8234a 69 89500, 13, 13, 4, 21, 38, 21, 38 },
46d14a58 70 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */
1fe8234a 71 98900, 14, 14, 4, 22, 39, 22, 39 },
46d14a58 72 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */
1fe8234a 73 108300, 15, 15, 4, 23, 40, 23, 41 },
46d14a58 74 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */
1fe8234a 75 13200, 0, 0, 0, 8, 24, 24, 24 },
46d14a58 76 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */
1fe8234a 77 25900, 1, 1, 2, 9, 25, 25, 25 },
46d14a58 78 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */
1fe8234a 79 38600, 2, 2, 2, 10, 26, 26, 26 },
46d14a58 80 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */
1fe8234a 81 49800, 3, 3, 4, 11, 27, 27, 27 },
46d14a58 82 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */
1fe8234a 83 72200, 4, 4, 4, 12, 28, 28, 28 },
46d14a58 84 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */
1fe8234a 85 92900, 5, 5, 4, 13, 29, 29, 29 },
46d14a58 86 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */
1fe8234a 87 102700, 6, 6, 4, 14, 30, 30, 30 },
46d14a58 88 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */
1fe8234a 89 112000, 7, 7, 4, 15, 31, 32, 32 },
46d14a58 90 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */
1fe8234a 91 122000, 7, 7, 4, 15, 31, 32, 32 },
46d14a58 92 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */
1fe8234a 93 25800, 8, 8, 0, 16, 33, 33, 33 },
46d14a58 94 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */
1fe8234a 95 49800, 9, 9, 2, 17, 34, 34, 34 },
46d14a58 96 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */
1fe8234a 97 71900, 10, 10, 2, 18, 35, 35, 35 },
46d14a58 98 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */
1fe8234a 99 92500, 11, 11, 4, 19, 36, 36, 36 },
46d14a58 100 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */
1fe8234a 101 130300, 12, 12, 4, 20, 37, 37, 37 },
46d14a58 102 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */
1fe8234a 103 162800, 13, 13, 4, 21, 38, 38, 38 },
46d14a58 104 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */
1fe8234a 105 178200, 14, 14, 4, 22, 39, 39, 39 },
46d14a58 106 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */
1fe8234a 107 192100, 15, 15, 4, 23, 40, 41, 41 },
46d14a58 108 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */
1fe8234a 109 207000, 15, 15, 4, 23, 40, 41, 41 },
f078f209
LR
110 },
111 50, /* probe interval */
f078f209
LR
112 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
113};
114
f078f209
LR
115/* 4ms frame limit not used for NG mode. The values filled
116 * for HT are the 64K max aggregate limit */
117
4f0fc7c3 118static const struct ath_rate_table ar5416_11ng_ratetable = {
f078f209 119 46,
545750d3 120 12, /* MCS start */
f078f209 121 {
46d14a58 122 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
1fe8234a 123 900, 0, 2, 0, 0, 0, 0, 0 },
46d14a58 124 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
1fe8234a 125 1900, 1, 4, 1, 1, 1, 1, 1 },
46d14a58 126 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
1fe8234a 127 4900, 2, 11, 2, 2, 2, 2, 2 },
46d14a58 128 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
1fe8234a 129 8100, 3, 22, 3, 3, 3, 3, 3 },
46d14a58 130 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
1fe8234a 131 5400, 4, 12, 4, 4, 4, 4, 4 },
46d14a58 132 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
1fe8234a 133 7800, 5, 18, 4, 5, 5, 5, 5 },
46d14a58 134 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
1fe8234a 135 10100, 6, 24, 6, 6, 6, 6, 6 },
46d14a58 136 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
1fe8234a 137 14100, 7, 36, 6, 7, 7, 7, 7 },
46d14a58 138 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
1fe8234a 139 17700, 8, 48, 8, 8, 8, 8, 8 },
46d14a58 140 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
1fe8234a 141 23700, 9, 72, 8, 9, 9, 9, 9 },
46d14a58 142 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
1fe8234a 143 27400, 10, 96, 8, 10, 10, 10, 10 },
46d14a58 144 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
1fe8234a 145 30900, 11, 108, 8, 11, 11, 11, 11 },
46d14a58 146 { INVALID, INVALID, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */
1fe8234a 147 6400, 0, 0, 4, 12, 28, 12, 28 },
46d14a58 148 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */
1fe8234a 149 12700, 1, 1, 6, 13, 29, 13, 29 },
46d14a58 150 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */
1fe8234a 151 18800, 2, 2, 6, 14, 30, 14, 30 },
46d14a58 152 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */
1fe8234a 153 25000, 3, 3, 8, 15, 31, 15, 31 },
46d14a58 154 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */
1fe8234a 155 36700, 4, 4, 8, 16, 32, 16, 32 },
46d14a58 156 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */
1fe8234a 157 48100, 5, 5, 8, 17, 33, 17, 33 },
46d14a58 158 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */
1fe8234a 159 53500, 6, 6, 8, 18, 34, 18, 34 },
46d14a58 160 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */
1fe8234a 161 59000, 7, 7, 8, 19, 35, 19, 36 },
46d14a58 162 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */
1fe8234a 163 12700, 8, 8, 4, 20, 37, 20, 37 },
46d14a58 164 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */
1fe8234a 165 24800, 9, 9, 6, 21, 38, 21, 38 },
46d14a58 166 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */
1fe8234a 167 36600, 10, 10, 6, 22, 39, 22, 39 },
46d14a58 168 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */
1fe8234a 169 48100, 11, 11, 8, 23, 40, 23, 40 },
46d14a58 170 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */
1fe8234a 171 69500, 12, 12, 8, 24, 41, 24, 41 },
46d14a58 172 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */
1fe8234a 173 89500, 13, 13, 8, 25, 42, 25, 42 },
46d14a58 174 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */
1fe8234a 175 98900, 14, 14, 8, 26, 43, 26, 44 },
46d14a58 176 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */
1fe8234a 177 108300, 15, 15, 8, 27, 44, 27, 45 },
46d14a58 178 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */
1fe8234a 179 13200, 0, 0, 8, 12, 28, 28, 28 },
46d14a58 180 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */
1fe8234a 181 25900, 1, 1, 8, 13, 29, 29, 29 },
46d14a58 182 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */
1fe8234a 183 38600, 2, 2, 8, 14, 30, 30, 30 },
46d14a58 184 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */
1fe8234a 185 49800, 3, 3, 8, 15, 31, 31, 31 },
46d14a58 186 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */
1fe8234a 187 72200, 4, 4, 8, 16, 32, 32, 32 },
46d14a58 188 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */
1fe8234a 189 92900, 5, 5, 8, 17, 33, 33, 33 },
46d14a58 190 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */
1fe8234a 191 102700, 6, 6, 8, 18, 34, 34, 34 },
46d14a58 192 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */
1fe8234a 193 112000, 7, 7, 8, 19, 35, 36, 36 },
46d14a58 194 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */
1fe8234a 195 122000, 7, 7, 8, 19, 35, 36, 36 },
46d14a58 196 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */
1fe8234a 197 25800, 8, 8, 8, 20, 37, 37, 37 },
46d14a58 198 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */
1fe8234a 199 49800, 9, 9, 8, 21, 38, 38, 38 },
46d14a58 200 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */
1fe8234a 201 71900, 10, 10, 8, 22, 39, 39, 39 },
46d14a58 202 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */
1fe8234a 203 92500, 11, 11, 8, 23, 40, 40, 40 },
46d14a58 204 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */
1fe8234a 205 130300, 12, 12, 8, 24, 41, 41, 41 },
46d14a58 206 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */
1fe8234a 207 162800, 13, 13, 8, 25, 42, 42, 42 },
46d14a58 208 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */
1fe8234a 209 178200, 14, 14, 8, 26, 43, 43, 43 },
46d14a58 210 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */
1fe8234a 211 192100, 15, 15, 8, 27, 44, 45, 45 },
46d14a58 212 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */
1fe8234a
FF
213 207000, 15, 15, 8, 27, 44, 45, 45 },
214 },
f078f209 215 50, /* probe interval */
f078f209
LR
216 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
217};
218
4f0fc7c3 219static const struct ath_rate_table ar5416_11a_ratetable = {
f078f209 220 8,
545750d3 221 0,
f078f209 222 {
46d14a58 223 { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
1fe8234a 224 5400, 0, 12, 0, 0, 0 },
46d14a58 225 { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
1fe8234a 226 7800, 1, 18, 0, 1, 0 },
46d14a58 227 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
1fe8234a 228 10000, 2, 24, 2, 2, 0 },
46d14a58 229 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
1fe8234a 230 13900, 3, 36, 2, 3, 0 },
46d14a58 231 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
1fe8234a 232 17300, 4, 48, 4, 4, 0 },
46d14a58 233 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
1fe8234a 234 23000, 5, 72, 4, 5, 0 },
46d14a58 235 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
1fe8234a 236 27400, 6, 96, 4, 6, 0 },
46d14a58 237 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
1fe8234a 238 29300, 7, 108, 4, 7, 0 },
f078f209
LR
239 },
240 50, /* probe interval */
f078f209
LR
241 0, /* Phy rates allowed initially */
242};
243
4f0fc7c3 244static const struct ath_rate_table ar5416_11g_ratetable = {
f078f209 245 12,
545750d3 246 0,
f078f209 247 {
46d14a58 248 { VALID, VALID, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
1fe8234a 249 900, 0, 2, 0, 0, 0 },
46d14a58 250 { VALID, VALID, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
1fe8234a 251 1900, 1, 4, 1, 1, 0 },
46d14a58 252 { VALID, VALID, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
1fe8234a 253 4900, 2, 11, 2, 2, 0 },
46d14a58 254 { VALID, VALID, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
1fe8234a 255 8100, 3, 22, 3, 3, 0 },
46d14a58 256 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
1fe8234a 257 5400, 4, 12, 4, 4, 0 },
46d14a58 258 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
1fe8234a 259 7800, 5, 18, 4, 5, 0 },
46d14a58 260 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
1fe8234a 261 10000, 6, 24, 6, 6, 0 },
46d14a58 262 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
1fe8234a 263 13900, 7, 36, 6, 7, 0 },
46d14a58 264 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
1fe8234a 265 17300, 8, 48, 8, 8, 0 },
46d14a58 266 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
1fe8234a 267 23000, 9, 72, 8, 9, 0 },
46d14a58 268 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
1fe8234a 269 27400, 10, 96, 8, 10, 0 },
46d14a58 270 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
1fe8234a 271 29300, 11, 108, 8, 11, 0 },
f078f209
LR
272 },
273 50, /* probe interval */
f078f209
LR
274 0, /* Phy rates allowed initially */
275};
276
545750d3
FF
277static const struct ath_rate_table *hw_rate_table[ATH9K_MODE_MAX] = {
278 [ATH9K_MODE_11A] = &ar5416_11a_ratetable,
279 [ATH9K_MODE_11G] = &ar5416_11g_ratetable,
280 [ATH9K_MODE_11NA_HT20] = &ar5416_11na_ratetable,
281 [ATH9K_MODE_11NG_HT20] = &ar5416_11ng_ratetable,
282 [ATH9K_MODE_11NA_HT40PLUS] = &ar5416_11na_ratetable,
283 [ATH9K_MODE_11NA_HT40MINUS] = &ar5416_11na_ratetable,
284 [ATH9K_MODE_11NG_HT40PLUS] = &ar5416_11ng_ratetable,
285 [ATH9K_MODE_11NG_HT40MINUS] = &ar5416_11ng_ratetable,
286};
287
288static int ath_rc_get_rateindex(const struct ath_rate_table *rate_table,
289 struct ieee80211_tx_rate *rate);
290
f078f209
LR
291static inline int8_t median(int8_t a, int8_t b, int8_t c)
292{
293 if (a >= b) {
294 if (b >= c)
295 return b;
296 else if (a > c)
297 return c;
298 else
299 return a;
300 } else {
301 if (a >= c)
302 return a;
303 else if (b >= c)
304 return c;
305 else
306 return b;
307 }
308}
309
4f0fc7c3 310static void ath_rc_sort_validrates(const struct ath_rate_table *rate_table,
46d14a58 311 struct ath_rate_priv *ath_rc_priv)
f078f209
LR
312{
313 u8 i, j, idx, idx_next;
314
256b7759 315 for (i = ath_rc_priv->max_valid_rate - 1; i > 0; i--) {
f078f209 316 for (j = 0; j <= i-1; j++) {
256b7759
S
317 idx = ath_rc_priv->valid_rate_index[j];
318 idx_next = ath_rc_priv->valid_rate_index[j+1];
f078f209
LR
319
320 if (rate_table->info[idx].ratekbps >
321 rate_table->info[idx_next].ratekbps) {
256b7759
S
322 ath_rc_priv->valid_rate_index[j] = idx_next;
323 ath_rc_priv->valid_rate_index[j+1] = idx;
f078f209
LR
324 }
325 }
326 }
327}
328
46d14a58 329static void ath_rc_init_valid_txmask(struct ath_rate_priv *ath_rc_priv)
f078f209
LR
330{
331 u8 i;
332
256b7759 333 for (i = 0; i < ath_rc_priv->rate_table_size; i++)
46d14a58 334 ath_rc_priv->valid_rate_index[i] = 0;
f078f209
LR
335}
336
46d14a58 337static inline void ath_rc_set_valid_txmask(struct ath_rate_priv *ath_rc_priv,
f078f209
LR
338 u8 index, int valid_tx_rate)
339{
9680e8a3 340 BUG_ON(index > ath_rc_priv->rate_table_size);
46d14a58 341 ath_rc_priv->valid_rate_index[index] = valid_tx_rate ? 1 : 0;
f078f209
LR
342}
343
4f0fc7c3
LR
344static inline
345int ath_rc_get_nextvalid_txrate(const struct ath_rate_table *rate_table,
346 struct ath_rate_priv *ath_rc_priv,
347 u8 cur_valid_txrate,
348 u8 *next_idx)
f078f209
LR
349{
350 u8 i;
351
256b7759
S
352 for (i = 0; i < ath_rc_priv->max_valid_rate - 1; i++) {
353 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
354 *next_idx = ath_rc_priv->valid_rate_index[i+1];
46d14a58 355 return 1;
f078f209
LR
356 }
357 }
358
359 /* No more valid rates */
360 *next_idx = 0;
2c5a744d 361
46d14a58 362 return 0;
f078f209
LR
363}
364
365/* Return true only for single stream */
366
367static int ath_rc_valid_phyrate(u32 phy, u32 capflag, int ignore_cw)
368{
b657eade 369 if (WLAN_RC_PHY_HT(phy) && !(capflag & WLAN_RC_HT_FLAG))
46d14a58 370 return 0;
f078f209 371 if (WLAN_RC_PHY_DS(phy) && !(capflag & WLAN_RC_DS_FLAG))
46d14a58 372 return 0;
f078f209 373 if (WLAN_RC_PHY_SGI(phy) && !(capflag & WLAN_RC_SGI_FLAG))
46d14a58 374 return 0;
f078f209
LR
375 if (!ignore_cw && WLAN_RC_PHY_HT(phy))
376 if (WLAN_RC_PHY_40(phy) && !(capflag & WLAN_RC_40_FLAG))
46d14a58 377 return 0;
46d14a58 378 return 1;
f078f209
LR
379}
380
381static inline int
39448b0a
LR
382ath_rc_get_lower_rix(const struct ath_rate_table *rate_table,
383 struct ath_rate_priv *ath_rc_priv,
384 u8 cur_valid_txrate, u8 *next_idx)
f078f209
LR
385{
386 int8_t i;
387
256b7759
S
388 for (i = 1; i < ath_rc_priv->max_valid_rate ; i++) {
389 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
390 *next_idx = ath_rc_priv->valid_rate_index[i-1];
46d14a58 391 return 1;
f078f209
LR
392 }
393 }
2c5a744d 394
46d14a58 395 return 0;
f078f209
LR
396}
397
2c5a744d 398static u8 ath_rc_init_validrates(struct ath_rate_priv *ath_rc_priv,
4f0fc7c3 399 const struct ath_rate_table *rate_table,
2c5a744d 400 u32 capflag)
f078f209 401{
f078f209
LR
402 u8 i, hi = 0;
403 u32 valid;
404
f078f209 405 for (i = 0; i < rate_table->rate_cnt; i++) {
c6483cfe 406 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
dc2222a8
S
407 rate_table->info[i].valid_single_stream :
408 rate_table->info[i].valid);
46d14a58 409 if (valid == 1) {
f078f209
LR
410 u32 phy = rate_table->info[i].phy;
411 u8 valid_rate_count = 0;
412
46d14a58 413 if (!ath_rc_valid_phyrate(phy, capflag, 0))
f078f209
LR
414 continue;
415
256b7759 416 valid_rate_count = ath_rc_priv->valid_phy_ratecnt[phy];
f078f209 417
256b7759
S
418 ath_rc_priv->valid_phy_rateidx[phy][valid_rate_count] = i;
419 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
46d14a58 420 ath_rc_set_valid_txmask(ath_rc_priv, i, 1);
f078f209
LR
421 hi = A_MAX(hi, i);
422 }
423 }
2c5a744d 424
f078f209
LR
425 return hi;
426}
427
2c5a744d 428static u8 ath_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv,
4f0fc7c3 429 const struct ath_rate_table *rate_table,
2c5a744d
S
430 struct ath_rateset *rateset,
431 u32 capflag)
f078f209 432{
f078f209 433 u8 i, j, hi = 0;
f078f209
LR
434
435 /* Use intersection of working rates and valid rates */
436 for (i = 0; i < rateset->rs_nrates; i++) {
437 for (j = 0; j < rate_table->rate_cnt; j++) {
438 u32 phy = rate_table->info[j].phy;
c6483cfe
S
439 u32 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
440 rate_table->info[j].valid_single_stream :
441 rate_table->info[j].valid);
2c5a744d
S
442 u8 rate = rateset->rs_rates[i];
443 u8 dot11rate = rate_table->info[j].dot11rate;
f078f209
LR
444
445 /* We allow a rate only if its valid and the
446 * capflag matches one of the validity
46d14a58 447 * (VALID/VALID_20/VALID_40) flags */
f078f209 448
545750d3 449 if ((rate == dot11rate) &&
2c5a744d
S
450 ((valid & WLAN_RC_CAP_MODE(capflag)) ==
451 WLAN_RC_CAP_MODE(capflag)) &&
452 !WLAN_RC_PHY_HT(phy)) {
f078f209
LR
453 u8 valid_rate_count = 0;
454
46d14a58 455 if (!ath_rc_valid_phyrate(phy, capflag, 0))
f078f209
LR
456 continue;
457
458 valid_rate_count =
256b7759 459 ath_rc_priv->valid_phy_ratecnt[phy];
f078f209 460
256b7759 461 ath_rc_priv->valid_phy_rateidx[phy]
f078f209 462 [valid_rate_count] = j;
256b7759 463 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
46d14a58 464 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
f078f209
LR
465 hi = A_MAX(hi, j);
466 }
467 }
468 }
2c5a744d 469
f078f209
LR
470 return hi;
471}
472
2c5a744d 473static u8 ath_rc_setvalid_htrates(struct ath_rate_priv *ath_rc_priv,
4f0fc7c3 474 const struct ath_rate_table *rate_table,
2c5a744d 475 u8 *mcs_set, u32 capflag)
f078f209 476{
2c5a744d
S
477 struct ath_rateset *rateset = (struct ath_rateset *)mcs_set;
478
f078f209 479 u8 i, j, hi = 0;
f078f209
LR
480
481 /* Use intersection of working rates and valid rates */
2c5a744d 482 for (i = 0; i < rateset->rs_nrates; i++) {
f078f209
LR
483 for (j = 0; j < rate_table->rate_cnt; j++) {
484 u32 phy = rate_table->info[j].phy;
c6483cfe 485 u32 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
dc2222a8
S
486 rate_table->info[j].valid_single_stream :
487 rate_table->info[j].valid);
2c5a744d
S
488 u8 rate = rateset->rs_rates[i];
489 u8 dot11rate = rate_table->info[j].dot11rate;
f078f209 490
545750d3 491 if ((rate != dot11rate) || !WLAN_RC_PHY_HT(phy) ||
dc2222a8 492 !WLAN_RC_PHY_HT_VALID(valid, capflag))
f078f209
LR
493 continue;
494
46d14a58 495 if (!ath_rc_valid_phyrate(phy, capflag, 0))
f078f209
LR
496 continue;
497
256b7759
S
498 ath_rc_priv->valid_phy_rateidx[phy]
499 [ath_rc_priv->valid_phy_ratecnt[phy]] = j;
500 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
46d14a58 501 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
f078f209
LR
502 hi = A_MAX(hi, j);
503 }
504 }
f078f209 505
2c5a744d 506 return hi;
f078f209
LR
507}
508
201c3b41
LR
509/* Finds the highest rate index we can use */
510static u8 ath_rc_get_highest_rix(struct ath_softc *sc,
511 struct ath_rate_priv *ath_rc_priv,
512 const struct ath_rate_table *rate_table,
513 int *is_probing)
f078f209 514{
39a4cafe 515 u32 best_thruput, this_thruput, now_msec;
f078f209 516 u8 rate, next_rate, best_rate, maxindex, minindex;
39a4cafe 517 int8_t index = 0;
f078f209
LR
518
519 now_msec = jiffies_to_msecs(jiffies);
39a4cafe 520 *is_probing = 0;
f078f209 521 best_thruput = 0;
256b7759 522 maxindex = ath_rc_priv->max_valid_rate-1;
f078f209
LR
523 minindex = 0;
524 best_rate = minindex;
525
526 /*
527 * Try the higher rate first. It will reduce memory moving time
528 * if we have very good channel characteristics.
529 */
530 for (index = maxindex; index >= minindex ; index--) {
531 u8 per_thres;
532
256b7759
S
533 rate = ath_rc_priv->valid_rate_index[index];
534 if (rate > ath_rc_priv->rate_max_phy)
f078f209
LR
535 continue;
536
537 /*
538 * For TCP the average collision rate is around 11%,
539 * so we ignore PERs less than this. This is to
540 * prevent the rate we are currently using (whose
541 * PER might be in the 10-15 range because of TCP
542 * collisions) looking worse than the next lower
543 * rate whose PER has decayed close to 0. If we
544 * used to next lower rate, its PER would grow to
545 * 10-15 and we would be worse off then staying
546 * at the current rate.
547 */
922bac60 548 per_thres = ath_rc_priv->per[rate];
f078f209
LR
549 if (per_thres < 12)
550 per_thres = 12;
551
552 this_thruput = rate_table->info[rate].user_ratekbps *
553 (100 - per_thres);
554
555 if (best_thruput <= this_thruput) {
556 best_thruput = this_thruput;
557 best_rate = rate;
558 }
559 }
560
561 rate = best_rate;
f078f209
LR
562
563 /*
564 * Must check the actual rate (ratekbps) to account for
565 * non-monoticity of 11g's rate table
566 */
567
3900898c 568 if (rate >= ath_rc_priv->rate_max_phy) {
256b7759 569 rate = ath_rc_priv->rate_max_phy;
f078f209
LR
570
571 /* Probe the next allowed phy state */
f078f209 572 if (ath_rc_get_nextvalid_txrate(rate_table,
3900898c 573 ath_rc_priv, rate, &next_rate) &&
256b7759 574 (now_msec - ath_rc_priv->probe_time >
f078f209 575 rate_table->probe_interval) &&
256b7759 576 (ath_rc_priv->hw_maxretry_pktcnt >= 1)) {
f078f209 577 rate = next_rate;
256b7759
S
578 ath_rc_priv->probe_rate = rate;
579 ath_rc_priv->probe_time = now_msec;
580 ath_rc_priv->hw_maxretry_pktcnt = 0;
46d14a58 581 *is_probing = 1;
f078f209
LR
582 }
583 }
584
256b7759
S
585 if (rate > (ath_rc_priv->rate_table_size - 1))
586 rate = ath_rc_priv->rate_table_size - 1;
f078f209 587
e43419f9
LR
588 if (rate_table->info[rate].valid &&
589 (ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG))
590 return rate;
591
592 if (rate_table->info[rate].valid_single_stream &&
e55ea2b1 593 !(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG))
e43419f9
LR
594 return rate;
595
596 /* This should not happen */
597 WARN_ON(1);
598
599 rate = ath_rc_priv->valid_rate_index[0];
f078f209
LR
600
601 return rate;
602}
603
4f0fc7c3 604static void ath_rc_rate_set_series(const struct ath_rate_table *rate_table,
a8efee4f 605 struct ieee80211_tx_rate *rate,
c89424df 606 struct ieee80211_tx_rate_control *txrc,
2c5a744d 607 u8 tries, u8 rix, int rtsctsenable)
f078f209 608{
a8efee4f 609 rate->count = tries;
545750d3 610 rate->idx = rate_table->info[rix].ratecode;
a8efee4f 611
c89424df
S
612 if (txrc->short_preamble)
613 rate->flags |= IEEE80211_TX_RC_USE_SHORT_PREAMBLE;
614 if (txrc->rts || rtsctsenable)
a8efee4f 615 rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS;
545750d3
FF
616
617 if (WLAN_RC_PHY_HT(rate_table->info[rix].phy)) {
a8efee4f 618 rate->flags |= IEEE80211_TX_RC_MCS;
545750d3
FF
619 if (WLAN_RC_PHY_40(rate_table->info[rix].phy))
620 rate->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH;
621 if (WLAN_RC_PHY_SGI(rate_table->info[rix].phy))
622 rate->flags |= IEEE80211_TX_RC_SHORT_GI;
623 }
f078f209
LR
624}
625
c89424df 626static void ath_rc_rate_set_rtscts(struct ath_softc *sc,
4f0fc7c3 627 const struct ath_rate_table *rate_table,
c89424df
S
628 struct ieee80211_tx_info *tx_info)
629{
630 struct ieee80211_tx_rate *rates = tx_info->control.rates;
631 int i = 0, rix = 0, cix, enable_g_protection = 0;
632
633 /* get the cix for the lowest valid rix */
634 for (i = 3; i >= 0; i--) {
635 if (rates[i].count && (rates[i].idx >= 0)) {
545750d3 636 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
c89424df
S
637 break;
638 }
639 }
640 cix = rate_table->info[rix].ctrl_rate;
641
642 /* All protection frames are transmited at 2Mb/s for 802.11g,
643 * otherwise we transmit them at 1Mb/s */
644 if (sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ &&
645 !conf_is_ht(&sc->hw->conf))
646 enable_g_protection = 1;
647
648 /*
649 * If 802.11g protection is enabled, determine whether to use RTS/CTS or
650 * just CTS. Note that this is only done for OFDM/HT unicast frames.
651 */
652 if ((sc->sc_flags & SC_OP_PROTECT_ENABLE) &&
c89424df
S
653 (rate_table->info[rix].phy == WLAN_RC_PHY_OFDM ||
654 WLAN_RC_PHY_HT(rate_table->info[rix].phy))) {
655 rates[0].flags |= IEEE80211_TX_RC_USE_CTS_PROTECT;
656 cix = rate_table->info[enable_g_protection].ctrl_rate;
657 }
658
659 tx_info->control.rts_cts_rate_idx = cix;
660}
661
e25739a1
LR
662static void ath_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta,
663 struct ieee80211_tx_rate_control *txrc)
f078f209 664{
e25739a1
LR
665 struct ath_softc *sc = priv;
666 struct ath_rate_priv *ath_rc_priv = priv_sta;
4f0fc7c3 667 const struct ath_rate_table *rate_table;
3900898c
S
668 struct sk_buff *skb = txrc->skb;
669 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
a8efee4f 670 struct ieee80211_tx_rate *rates = tx_info->control.rates;
c89424df
S
671 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
672 __le16 fc = hdr->frame_control;
5c0ba62f 673 u8 try_per_rate, i = 0, rix;
3900898c 674 int is_probe = 0;
f078f209 675
e25739a1
LR
676 if (rate_control_send_low(sta, priv_sta, txrc))
677 return;
678
dd190183
LR
679 /*
680 * For Multi Rate Retry we use a different number of
681 * retry attempt counts. This ends up looking like this:
682 *
65896510
FF
683 * MRR[0] = 4
684 * MRR[1] = 4
685 * MRR[2] = 4
686 * MRR[3] = 8
dd190183
LR
687 *
688 */
65896510 689 try_per_rate = 4;
dd190183 690
40990ec0 691 rate_table = sc->cur_rate_table;
201c3b41 692 rix = ath_rc_get_highest_rix(sc, ath_rc_priv, rate_table, &is_probe);
f078f209 693
3900898c 694 if (is_probe) {
f078f209
LR
695 /* set one try for probe rates. For the
696 * probes don't enable rts */
c89424df 697 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
5c0ba62f 698 1, rix, 0);
f078f209 699
f078f209
LR
700 /* Get the next tried/allowed rate. No RTS for the next series
701 * after the probe rate
702 */
5c0ba62f 703 ath_rc_get_lower_rix(rate_table, ath_rc_priv, rix, &rix);
c89424df 704 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
5c0ba62f 705 try_per_rate, rix, 0);
14587ce2
VT
706
707 tx_info->flags |= IEEE80211_TX_CTL_RATE_CTRL_PROBE;
f078f209 708 } else {
f078f209 709 /* Set the choosen rate. No RTS for first series entry. */
c89424df 710 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
5c0ba62f 711 try_per_rate, rix, 0);
f078f209
LR
712 }
713
714 /* Fill in the other rates for multirate retry */
3900898c 715 for ( ; i < 4; i++) {
dd190183
LR
716 /* Use twice the number of tries for the last MRR segment. */
717 if (i + 1 == 4)
65896510 718 try_per_rate = 8;
dd190183 719
5c0ba62f 720 ath_rc_get_lower_rix(rate_table, ath_rc_priv, rix, &rix);
f078f209 721 /* All other rates in the series have RTS enabled */
c89424df 722 ath_rc_rate_set_series(rate_table, &rates[i], txrc,
5c0ba62f 723 try_per_rate, rix, 1);
f078f209
LR
724 }
725
726 /*
727 * NB:Change rate series to enable aggregation when operating
728 * at lower MCS rates. When first rate in series is MCS2
729 * in HT40 @ 2.4GHz, series should look like:
730 *
731 * {MCS2, MCS1, MCS0, MCS0}.
732 *
733 * When first rate in series is MCS3 in HT20 @ 2.4GHz, series should
734 * look like:
735 *
736 * {MCS3, MCS2, MCS1, MCS1}
737 *
738 * So, set fourth rate in series to be same as third one for
739 * above conditions.
740 */
3706de6f 741 if ((sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ) &&
ecf70441 742 (conf_is_ht(&sc->hw->conf))) {
40990ec0 743 u8 dot11rate = rate_table->info[rix].dot11rate;
f078f209
LR
744 u8 phy = rate_table->info[rix].phy;
745 if (i == 4 &&
746 ((dot11rate == 2 && phy == WLAN_RC_PHY_HT_40_SS) ||
dc2222a8 747 (dot11rate == 3 && phy == WLAN_RC_PHY_HT_20_SS))) {
a8efee4f
S
748 rates[3].idx = rates[2].idx;
749 rates[3].flags = rates[2].flags;
f078f209
LR
750 }
751 }
c89424df
S
752
753 /*
754 * Force hardware to use computed duration for next
755 * fragment by disabling multi-rate retry, which
756 * updates duration based on the multi-rate duration table.
757 *
758 * FIXME: Fix duration
759 */
7682a76d
LR
760 if (ieee80211_has_morefrags(fc) ||
761 (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG)) {
c89424df
S
762 rates[1].count = rates[2].count = rates[3].count = 0;
763 rates[1].idx = rates[2].idx = rates[3].idx = 0;
764 rates[0].count = ATH_TXMAXTRY;
765 }
766
767 /* Setup RTS/CTS */
768 ath_rc_rate_set_rtscts(sc, rate_table, tx_info);
f078f209
LR
769}
770
2c5a744d 771static bool ath_rc_update_per(struct ath_softc *sc,
4f0fc7c3 772 const struct ath_rate_table *rate_table,
2c5a744d 773 struct ath_rate_priv *ath_rc_priv,
827e69bf 774 struct ieee80211_tx_info *tx_info,
2c5a744d
S
775 int tx_rate, int xretries, int retries,
776 u32 now_msec)
f078f209 777{
2c5a744d 778 bool state_change = false;
827e69bf 779 int count, n_bad_frames;
f078f209 780 u8 last_per;
f078f209
LR
781 static u32 nretry_to_per_lookup[10] = {
782 100 * 0 / 1,
783 100 * 1 / 4,
784 100 * 1 / 2,
785 100 * 3 / 4,
786 100 * 4 / 5,
787 100 * 5 / 6,
788 100 * 6 / 7,
789 100 * 7 / 8,
790 100 * 8 / 9,
791 100 * 9 / 10
792 };
793
922bac60 794 last_per = ath_rc_priv->per[tx_rate];
827e69bf 795 n_bad_frames = tx_info->status.ampdu_len - tx_info->status.ampdu_ack_len;
f078f209
LR
796
797 if (xretries) {
f078f209 798 if (xretries == 1) {
922bac60
VT
799 ath_rc_priv->per[tx_rate] += 30;
800 if (ath_rc_priv->per[tx_rate] > 100)
801 ath_rc_priv->per[tx_rate] = 100;
f078f209
LR
802 } else {
803 /* xretries == 2 */
87c1687d 804 count = ARRAY_SIZE(nretry_to_per_lookup);
f078f209
LR
805 if (retries >= count)
806 retries = count - 1;
2c5a744d 807
f078f209 808 /* new_PER = 7/8*old_PER + 1/8*(currentPER) */
922bac60 809 ath_rc_priv->per[tx_rate] =
2c5a744d 810 (u8)(last_per - (last_per >> 3) + (100 >> 3));
f078f209
LR
811 }
812
813 /* xretries == 1 or 2 */
814
256b7759
S
815 if (ath_rc_priv->probe_rate == tx_rate)
816 ath_rc_priv->probe_rate = 0;
f078f209 817
2c5a744d 818 } else { /* xretries == 0 */
87c1687d 819 count = ARRAY_SIZE(nretry_to_per_lookup);
f078f209
LR
820 if (retries >= count)
821 retries = count - 1;
2c5a744d 822
827e69bf 823 if (n_bad_frames) {
dc2222a8 824 /* new_PER = 7/8*old_PER + 1/8*(currentPER)
f078f209
LR
825 * Assuming that n_frames is not 0. The current PER
826 * from the retries is 100 * retries / (retries+1),
827 * since the first retries attempts failed, and the
828 * next one worked. For the one that worked,
829 * n_bad_frames subframes out of n_frames wored,
830 * so the PER for that part is
831 * 100 * n_bad_frames / n_frames, and it contributes
832 * 100 * n_bad_frames / (n_frames * (retries+1)) to
833 * the above PER. The expression below is a
834 * simplified version of the sum of these two terms.
835 */
827e69bf
FF
836 if (tx_info->status.ampdu_len > 0) {
837 int n_frames, n_bad_tries;
2c5a744d
S
838 u8 cur_per, new_per;
839
827e69bf
FF
840 n_bad_tries = retries * tx_info->status.ampdu_len +
841 n_bad_frames;
842 n_frames = tx_info->status.ampdu_len * (retries + 1);
843 cur_per = (100 * n_bad_tries / n_frames) >> 3;
2c5a744d 844 new_per = (u8)(last_per - (last_per >> 3) + cur_per);
922bac60 845 ath_rc_priv->per[tx_rate] = new_per;
2c5a744d 846 }
f078f209 847 } else {
922bac60 848 ath_rc_priv->per[tx_rate] =
2c5a744d
S
849 (u8)(last_per - (last_per >> 3) +
850 (nretry_to_per_lookup[retries] >> 3));
f078f209
LR
851 }
852
f078f209
LR
853
854 /*
855 * If we got at most one retry then increase the max rate if
856 * this was a probe. Otherwise, ignore the probe.
857 */
256b7759 858 if (ath_rc_priv->probe_rate && ath_rc_priv->probe_rate == tx_rate) {
827e69bf 859 if (retries > 0 || 2 * n_bad_frames > tx_info->status.ampdu_len) {
f078f209
LR
860 /*
861 * Since we probed with just a single attempt,
862 * any retries means the probe failed. Also,
863 * if the attempt worked, but more than half
864 * the subframes were bad then also consider
865 * the probe a failure.
866 */
256b7759 867 ath_rc_priv->probe_rate = 0;
f078f209
LR
868 } else {
869 u8 probe_rate = 0;
870
2c5a744d
S
871 ath_rc_priv->rate_max_phy =
872 ath_rc_priv->probe_rate;
256b7759 873 probe_rate = ath_rc_priv->probe_rate;
f078f209 874
922bac60
VT
875 if (ath_rc_priv->per[probe_rate] > 30)
876 ath_rc_priv->per[probe_rate] = 20;
f078f209 877
256b7759 878 ath_rc_priv->probe_rate = 0;
f078f209
LR
879
880 /*
881 * Since this probe succeeded, we allow the next
882 * probe twice as soon. This allows the maxRate
883 * to move up faster if the probes are
af901ca1 884 * successful.
f078f209 885 */
2c5a744d
S
886 ath_rc_priv->probe_time =
887 now_msec - rate_table->probe_interval / 2;
f078f209
LR
888 }
889 }
890
891 if (retries > 0) {
892 /*
893 * Don't update anything. We don't know if
894 * this was because of collisions or poor signal.
f078f209 895 */
256b7759 896 ath_rc_priv->hw_maxretry_pktcnt = 0;
f078f209
LR
897 } else {
898 /*
899 * It worked with no retries. First ignore bogus (small)
900 * rssi_ack values.
901 */
256b7759
S
902 if (tx_rate == ath_rc_priv->rate_max_phy &&
903 ath_rc_priv->hw_maxretry_pktcnt < 255) {
904 ath_rc_priv->hw_maxretry_pktcnt++;
f078f209
LR
905 }
906
f078f209
LR
907 }
908 }
39a4cafe 909
2c5a744d
S
910 return state_change;
911}
912
913/* Update PER, RSSI and whatever else that the code thinks it is doing.
914 If you can make sense of all this, you really need to go out more. */
915
916static void ath_rc_update_ht(struct ath_softc *sc,
917 struct ath_rate_priv *ath_rc_priv,
827e69bf 918 struct ieee80211_tx_info *tx_info,
2c5a744d
S
919 int tx_rate, int xretries, int retries)
920{
2c5a744d
S
921 u32 now_msec = jiffies_to_msecs(jiffies);
922 int rate;
923 u8 last_per;
924 bool state_change = false;
4f0fc7c3 925 const struct ath_rate_table *rate_table = sc->cur_rate_table;
2c5a744d
S
926 int size = ath_rc_priv->rate_table_size;
927
928 if ((tx_rate < 0) || (tx_rate > rate_table->rate_cnt))
929 return;
f078f209 930
922bac60 931 last_per = ath_rc_priv->per[tx_rate];
2c5a744d
S
932
933 /* Update PER first */
934 state_change = ath_rc_update_per(sc, rate_table, ath_rc_priv,
827e69bf 935 tx_info, tx_rate, xretries,
2c5a744d 936 retries, now_msec);
f078f209
LR
937
938 /*
939 * If this rate looks bad (high PER) then stop using it for
940 * a while (except if we are probing).
941 */
922bac60 942 if (ath_rc_priv->per[tx_rate] >= 55 && tx_rate > 0 &&
dc2222a8 943 rate_table->info[tx_rate].ratekbps <=
256b7759 944 rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) {
39448b0a
LR
945 ath_rc_get_lower_rix(rate_table, ath_rc_priv,
946 (u8)tx_rate, &ath_rc_priv->rate_max_phy);
f078f209
LR
947
948 /* Don't probe for a little while. */
256b7759 949 ath_rc_priv->probe_time = now_msec;
f078f209
LR
950 }
951
f078f209
LR
952 /* Make sure the rates below this have lower PER */
953 /* Monotonicity is kept only for rates below the current rate. */
922bac60 954 if (ath_rc_priv->per[tx_rate] < last_per) {
f078f209 955 for (rate = tx_rate - 1; rate >= 0; rate--) {
f078f209 956
922bac60
VT
957 if (ath_rc_priv->per[rate] >
958 ath_rc_priv->per[rate+1]) {
959 ath_rc_priv->per[rate] =
960 ath_rc_priv->per[rate+1];
f078f209
LR
961 }
962 }
963 }
964
965 /* Maintain monotonicity for rates above the current rate */
2c5a744d 966 for (rate = tx_rate; rate < size - 1; rate++) {
922bac60
VT
967 if (ath_rc_priv->per[rate+1] <
968 ath_rc_priv->per[rate])
969 ath_rc_priv->per[rate+1] =
970 ath_rc_priv->per[rate];
f078f209
LR
971 }
972
f078f209
LR
973 /* Every so often, we reduce the thresholds
974 * and PER (different for CCK and OFDM). */
256b7759 975 if (now_msec - ath_rc_priv->per_down_time >=
c4130465 976 rate_table->probe_interval) {
2c5a744d 977 for (rate = 0; rate < size; rate++) {
922bac60
VT
978 ath_rc_priv->per[rate] =
979 7 * ath_rc_priv->per[rate] / 8;
f078f209
LR
980 }
981
256b7759 982 ath_rc_priv->per_down_time = now_msec;
f078f209 983 }
2c5a744d 984
9e712790 985 ath_debug_stat_retries(sc, tx_rate, xretries, retries,
922bac60 986 ath_rc_priv->per[tx_rate]);
029bc432 987
2c5a744d
S
988}
989
4f0fc7c3 990static int ath_rc_get_rateindex(const struct ath_rate_table *rate_table,
2c5a744d
S
991 struct ieee80211_tx_rate *rate)
992{
993 int rix;
994
545750d3
FF
995 if (!(rate->flags & IEEE80211_TX_RC_MCS))
996 return rate->idx;
997
998 rix = rate->idx + rate_table->mcs_start;
2c5a744d
S
999 if ((rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
1000 (rate->flags & IEEE80211_TX_RC_SHORT_GI))
545750d3 1001 rix = rate_table->info[rix].ht_index;
2c5a744d 1002 else if (rate->flags & IEEE80211_TX_RC_SHORT_GI)
545750d3 1003 rix = rate_table->info[rix].sgi_index;
2c5a744d 1004 else if (rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH)
545750d3 1005 rix = rate_table->info[rix].cw40index;
2c5a744d 1006 else
545750d3 1007 rix = rate_table->info[rix].base_index;
2c5a744d
S
1008
1009 return rix;
f078f209
LR
1010}
1011
46d14a58
S
1012static void ath_rc_tx_status(struct ath_softc *sc,
1013 struct ath_rate_priv *ath_rc_priv,
1014 struct ieee80211_tx_info *tx_info,
1015 int final_ts_idx, int xretries, int long_retry)
f078f209 1016{
4f0fc7c3 1017 const struct ath_rate_table *rate_table;
a8efee4f 1018 struct ieee80211_tx_rate *rates = tx_info->status.rates;
f078f209 1019 u8 flags;
2c5a744d 1020 u32 i = 0, rix;
f078f209 1021
40990ec0 1022 rate_table = sc->cur_rate_table;
f078f209
LR
1023
1024 /*
1025 * If the first rate is not the final index, there
1026 * are intermediate rate failures to be processed.
1027 */
1028 if (final_ts_idx != 0) {
1029 /* Process intermediate rates that failed.*/
2c5a744d
S
1030 for (i = 0; i < final_ts_idx ; i++) {
1031 if (rates[i].count != 0 && (rates[i].idx >= 0)) {
1032 flags = rates[i].flags;
1033
f078f209
LR
1034 /* If HT40 and we have switched mode from
1035 * 40 to 20 => don't update */
2c5a744d 1036
a8efee4f 1037 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
f5c38ef0 1038 !(ath_rc_priv->ht_cap & WLAN_RC_40_FLAG))
f078f209 1039 return;
e63835b0 1040
2c5a744d 1041 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
827e69bf
FF
1042 ath_rc_update_ht(sc, ath_rc_priv, tx_info,
1043 rix, xretries ? 1 : 2,
2c5a744d 1044 rates[i].count);
f078f209
LR
1045 }
1046 }
1047 } else {
1048 /*
1049 * Handle the special case of MIMO PS burst, where the second
1050 * aggregate is sent out with only one rate and one try.
1051 * Treating it as an excessive retry penalizes the rate
1052 * inordinately.
1053 */
a8efee4f 1054 if (rates[0].count == 1 && xretries == 1)
f078f209
LR
1055 xretries = 2;
1056 }
1057
2c5a744d
S
1058 flags = rates[i].flags;
1059
f078f209 1060 /* If HT40 and we have switched mode from 40 to 20 => don't update */
a8efee4f 1061 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
f5c38ef0 1062 !(ath_rc_priv->ht_cap & WLAN_RC_40_FLAG))
f078f209
LR
1063 return;
1064
2c5a744d 1065 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
827e69bf 1066 ath_rc_update_ht(sc, ath_rc_priv, tx_info, rix, xretries, long_retry);
f078f209
LR
1067}
1068
4f0fc7c3
LR
1069static const
1070struct ath_rate_table *ath_choose_rate_table(struct ath_softc *sc,
1071 enum ieee80211_band band,
1072 bool is_ht,
1073 bool is_cw_40)
e11602b7
S
1074{
1075 int mode = 0;
c46917bb 1076 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
e11602b7
S
1077
1078 switch(band) {
1079 case IEEE80211_BAND_2GHZ:
1080 mode = ATH9K_MODE_11G;
1081 if (is_ht)
1082 mode = ATH9K_MODE_11NG_HT20;
1083 if (is_cw_40)
1084 mode = ATH9K_MODE_11NG_HT40PLUS;
1085 break;
1086 case IEEE80211_BAND_5GHZ:
1087 mode = ATH9K_MODE_11A;
1088 if (is_ht)
1089 mode = ATH9K_MODE_11NA_HT20;
1090 if (is_cw_40)
1091 mode = ATH9K_MODE_11NA_HT40PLUS;
1092 break;
1093 default:
c46917bb 1094 ath_print(common, ATH_DBG_CONFIG, "Invalid band\n");
e11602b7
S
1095 return NULL;
1096 }
1097
1098 BUG_ON(mode >= ATH9K_MODE_MAX);
1099
c46917bb
LR
1100 ath_print(common, ATH_DBG_CONFIG,
1101 "Choosing rate table for mode: %d\n", mode);
545750d3
FF
1102
1103 sc->cur_rate_mode = mode;
1104 return hw_rate_table[mode];
e11602b7
S
1105}
1106
5ddfac3b 1107static void ath_rc_init(struct ath_softc *sc,
46d14a58 1108 struct ath_rate_priv *ath_rc_priv,
5ddfac3b 1109 struct ieee80211_supported_band *sband,
9331ec80 1110 struct ieee80211_sta *sta,
4f0fc7c3 1111 const struct ath_rate_table *rate_table)
f078f209 1112{
5ddfac3b 1113 struct ath_rateset *rateset = &ath_rc_priv->neg_rates;
c46917bb 1114 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
5ddfac3b 1115 u8 *ht_mcs = (u8 *)&ath_rc_priv->neg_ht_rates;
f078f209 1116 u8 i, j, k, hi = 0, hthi = 0;
f078f209
LR
1117
1118 /* Initial rate table size. Will change depending
1119 * on the working rate set */
46d14a58 1120 ath_rc_priv->rate_table_size = RATE_TABLE_SIZE;
f078f209
LR
1121
1122 /* Initialize thresholds according to the global rate table */
5ddfac3b 1123 for (i = 0 ; i < ath_rc_priv->rate_table_size; i++) {
922bac60 1124 ath_rc_priv->per[i] = 0;
f078f209
LR
1125 }
1126
1127 /* Determine the valid rates */
256b7759 1128 ath_rc_init_valid_txmask(ath_rc_priv);
f078f209
LR
1129
1130 for (i = 0; i < WLAN_RC_PHY_MAX; i++) {
1131 for (j = 0; j < MAX_TX_RATE_PHY; j++)
256b7759
S
1132 ath_rc_priv->valid_phy_rateidx[i][j] = 0;
1133 ath_rc_priv->valid_phy_ratecnt[i] = 0;
f078f209 1134 }
f078f209 1135
f078f209
LR
1136 if (!rateset->rs_nrates) {
1137 /* No working rate, just initialize valid rates */
2c5a744d 1138 hi = ath_rc_init_validrates(ath_rc_priv, rate_table,
c89424df 1139 ath_rc_priv->ht_cap);
f078f209
LR
1140 } else {
1141 /* Use intersection of working rates and valid rates */
2c5a744d 1142 hi = ath_rc_setvalid_rates(ath_rc_priv, rate_table,
c89424df 1143 rateset, ath_rc_priv->ht_cap);
5ddfac3b 1144 if (ath_rc_priv->ht_cap & WLAN_RC_HT_FLAG) {
2c5a744d 1145 hthi = ath_rc_setvalid_htrates(ath_rc_priv,
c89424df
S
1146 rate_table,
1147 ht_mcs,
1148 ath_rc_priv->ht_cap);
f078f209
LR
1149 }
1150 hi = A_MAX(hi, hthi);
1151 }
1152
256b7759
S
1153 ath_rc_priv->rate_table_size = hi + 1;
1154 ath_rc_priv->rate_max_phy = 0;
9680e8a3 1155 BUG_ON(ath_rc_priv->rate_table_size > RATE_TABLE_SIZE);
f078f209
LR
1156
1157 for (i = 0, k = 0; i < WLAN_RC_PHY_MAX; i++) {
256b7759
S
1158 for (j = 0; j < ath_rc_priv->valid_phy_ratecnt[i]; j++) {
1159 ath_rc_priv->valid_rate_index[k++] =
1160 ath_rc_priv->valid_phy_rateidx[i][j];
f078f209
LR
1161 }
1162
46d14a58 1163 if (!ath_rc_valid_phyrate(i, rate_table->initial_ratemax, 1)
256b7759 1164 || !ath_rc_priv->valid_phy_ratecnt[i])
f078f209
LR
1165 continue;
1166
256b7759 1167 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_phy_rateidx[i][j-1];
f078f209 1168 }
9680e8a3
LR
1169 BUG_ON(ath_rc_priv->rate_table_size > RATE_TABLE_SIZE);
1170 BUG_ON(k > RATE_TABLE_SIZE);
f078f209 1171
256b7759 1172 ath_rc_priv->max_valid_rate = k;
256b7759
S
1173 ath_rc_sort_validrates(rate_table, ath_rc_priv);
1174 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4];
40990ec0 1175 sc->cur_rate_table = rate_table;
9331ec80 1176
c46917bb
LR
1177 ath_print(common, ATH_DBG_CONFIG,
1178 "RC Initialized with capabilities: 0x%x\n",
1179 ath_rc_priv->ht_cap);
f078f209
LR
1180}
1181
c2da50e5
S
1182static u8 ath_rc_build_ht_caps(struct ath_softc *sc, struct ieee80211_sta *sta,
1183 bool is_cw40, bool is_sgi40)
9331ec80
S
1184{
1185 u8 caps = 0;
1186
c2da50e5 1187 if (sta->ht_cap.ht_supported) {
9331ec80
S
1188 caps = WLAN_RC_HT_FLAG;
1189 if (sc->sc_ah->caps.tx_chainmask != 1 &&
c2da50e5
S
1190 ath9k_hw_getcapability(sc->sc_ah, ATH9K_CAP_DS, 0, NULL)) {
1191 if (sta->ht_cap.mcs.rx_mask[1])
1192 caps |= WLAN_RC_DS_FLAG;
1193 }
9331ec80
S
1194 if (is_cw40)
1195 caps |= WLAN_RC_40_FLAG;
1196 if (is_sgi40)
1197 caps |= WLAN_RC_SGI_FLAG;
1198 }
1199
1200 return caps;
1201}
1202
1203/***********************************/
1204/* mac80211 Rate Control callbacks */
1205/***********************************/
1206
4b7679a5
JB
1207static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband,
1208 struct ieee80211_sta *sta, void *priv_sta,
f078f209
LR
1209 struct sk_buff *skb)
1210{
1211 struct ath_softc *sc = priv;
46d14a58 1212 struct ath_rate_priv *ath_rc_priv = priv_sta;
f078f209
LR
1213 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
1214 struct ieee80211_hdr *hdr;
827e69bf
FF
1215 int final_ts_idx = 0, tx_status = 0, is_underrun = 0;
1216 int long_retry = 0;
f078f209 1217 __le16 fc;
827e69bf 1218 int i;
f078f209 1219
f078f209
LR
1220 hdr = (struct ieee80211_hdr *)skb->data;
1221 fc = hdr->frame_control;
827e69bf
FF
1222 for (i = 0; i < IEEE80211_TX_MAX_RATES; i++) {
1223 struct ieee80211_tx_rate *rate = &tx_info->status.rates[i];
1224 if (!rate->count)
1225 break;
1226
1227 final_ts_idx = i;
1228 long_retry = rate->count - 1;
1229 }
f078f209 1230
ff37e337 1231 if (!priv_sta || !ieee80211_is_data(fc) ||
827e69bf
FF
1232 !(tx_info->pad[0] & ATH_TX_INFO_UPDATE_RC))
1233 return;
e6a9854b 1234
827e69bf
FF
1235 if (tx_info->flags & IEEE80211_TX_STAT_TX_FILTERED)
1236 return;
e6a9854b 1237
46d14a58 1238 /*
f4709fdf
LR
1239 * If an underrun error is seen assume it as an excessive retry only
1240 * if max frame trigger level has been reached (2 KB for singel stream,
1241 * and 4 KB for dual stream). Adjust the long retry as if the frame was
1242 * tried hw->max_rate_tries times to affect how ratectrl updates PER for
1243 * the failed rate. In case of congestion on the bus penalizing these
1244 * type of underruns should help hardware actually transmit new frames
1245 * successfully by eventually preferring slower rates. This itself
1246 * should also alleviate congestion on the bus.
46d14a58 1247 */
827e69bf
FF
1248 if ((tx_info->pad[0] & ATH_TX_INFO_UNDERRUN) &&
1249 (sc->sc_ah->tx_trig_level >= ath_rc_priv->tx_triglevel_max)) {
46d14a58
S
1250 tx_status = 1;
1251 is_underrun = 1;
1252 }
1253
827e69bf 1254 if (tx_info->pad[0] & ATH_TX_INFO_XRETRY)
46d14a58
S
1255 tx_status = 1;
1256
1257 ath_rc_tx_status(sc, ath_rc_priv, tx_info, final_ts_idx, tx_status,
827e69bf 1258 (is_underrun) ? sc->hw->max_rate_tries : long_retry);
46d14a58 1259
d22b0022 1260 /* Check if aggregation has to be enabled for this tid */
d5c232ff
VT
1261 if (conf_is_ht(&sc->hw->conf) &&
1262 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
d22b0022
S
1263 if (ieee80211_is_data_qos(fc)) {
1264 u8 *qc, tid;
1265 struct ath_node *an;
1266
1267 qc = ieee80211_get_qos_ctl(hdr);
1268 tid = qc[0] & 0xf;
1269 an = (struct ath_node *)sta->drv_priv;
1270
1271 if(ath_tx_aggr_check(sc, an, tid))
c951ad35 1272 ieee80211_start_tx_ba_session(sta, tid);
d22b0022
S
1273 }
1274 }
7a7dec65 1275
545750d3
FF
1276 ath_debug_stat_rc(sc, ath_rc_get_rateindex(sc->cur_rate_table,
1277 &tx_info->status.rates[final_ts_idx]));
f078f209
LR
1278}
1279
4b7679a5
JB
1280static void ath_rate_init(void *priv, struct ieee80211_supported_band *sband,
1281 struct ieee80211_sta *sta, void *priv_sta)
f078f209 1282{
4b7679a5 1283 struct ath_softc *sc = priv;
46d14a58 1284 struct ath_rate_priv *ath_rc_priv = priv_sta;
545750d3 1285 const struct ath_rate_table *rate_table;
9331ec80 1286 bool is_cw40, is_sgi40;
f078f209
LR
1287 int i, j = 0;
1288
7b4d2735
S
1289 for (i = 0; i < sband->n_bitrates; i++) {
1290 if (sta->supp_rates[sband->band] & BIT(i)) {
1291 ath_rc_priv->neg_rates.rs_rates[j]
1292 = (sband->bitrates[i].bitrate * 2) / 10;
1293 j++;
1294 }
1295 }
1296 ath_rc_priv->neg_rates.rs_nrates = j;
f078f209 1297
a4510bf8 1298 if (sta->ht_cap.ht_supported) {
7b4d2735 1299 for (i = 0, j = 0; i < 77; i++) {
ae5eb026 1300 if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8)))
dc2222a8 1301 ath_rc_priv->neg_ht_rates.rs_rates[j++] = i;
f078f209
LR
1302 if (j == ATH_RATE_MAX)
1303 break;
1304 }
dc2222a8 1305 ath_rc_priv->neg_ht_rates.rs_nrates = j;
f078f209 1306 }
7b4d2735 1307
9331ec80
S
1308 is_cw40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40;
1309 is_sgi40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40;
1310
1311 /* Choose rate table first */
1312
1313 if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) ||
9cb5412b 1314 (sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT) ||
9331ec80
S
1315 (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC)) {
1316 rate_table = ath_choose_rate_table(sc, sband->band,
545750d3
FF
1317 sta->ht_cap.ht_supported, is_cw40);
1318 } else {
1319 rate_table = hw_rate_table[sc->cur_rate_mode];
9331ec80
S
1320 }
1321
c2da50e5 1322 ath_rc_priv->ht_cap = ath_rc_build_ht_caps(sc, sta, is_cw40, is_sgi40);
9331ec80
S
1323 ath_rc_init(sc, priv_sta, sband, sta, rate_table);
1324}
1325
1326static void ath_rate_update(void *priv, struct ieee80211_supported_band *sband,
1327 struct ieee80211_sta *sta, void *priv_sta,
4fa00437 1328 u32 changed, enum nl80211_channel_type oper_chan_type)
9331ec80
S
1329{
1330 struct ath_softc *sc = priv;
1331 struct ath_rate_priv *ath_rc_priv = priv_sta;
4f0fc7c3 1332 const struct ath_rate_table *rate_table = NULL;
9331ec80
S
1333 bool oper_cw40 = false, oper_sgi40;
1334 bool local_cw40 = (ath_rc_priv->ht_cap & WLAN_RC_40_FLAG) ?
1335 true : false;
1336 bool local_sgi40 = (ath_rc_priv->ht_cap & WLAN_RC_SGI_FLAG) ?
1337 true : false;
1338
1339 /* FIXME: Handle AP mode later when we support CWM */
1340
1341 if (changed & IEEE80211_RC_HT_CHANGED) {
1342 if (sc->sc_ah->opmode != NL80211_IFTYPE_STATION)
1343 return;
1344
4fa00437
S
1345 if (oper_chan_type == NL80211_CHAN_HT40MINUS ||
1346 oper_chan_type == NL80211_CHAN_HT40PLUS)
9331ec80
S
1347 oper_cw40 = true;
1348
1349 oper_sgi40 = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ?
1350 true : false;
1351
1352 if ((local_cw40 != oper_cw40) || (local_sgi40 != oper_sgi40)) {
1353 rate_table = ath_choose_rate_table(sc, sband->band,
1354 sta->ht_cap.ht_supported,
1355 oper_cw40);
c2da50e5 1356 ath_rc_priv->ht_cap = ath_rc_build_ht_caps(sc, sta,
9331ec80
S
1357 oper_cw40, oper_sgi40);
1358 ath_rc_init(sc, priv_sta, sband, sta, rate_table);
1359
c46917bb
LR
1360 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_CONFIG,
1361 "Operating HT Bandwidth changed to: %d\n",
1362 sc->hw->conf.channel_type);
545750d3 1363 sc->cur_rate_table = hw_rate_table[sc->cur_rate_mode];
9331ec80
S
1364 }
1365 }
f078f209
LR
1366}
1367
4b7679a5 1368static void *ath_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir)
f078f209 1369{
bce048d7
JM
1370 struct ath_wiphy *aphy = hw->priv;
1371 return aphy->sc;
f078f209
LR
1372}
1373
1374static void ath_rate_free(void *priv)
1375{
1376 return;
1377}
1378
4b7679a5 1379static void *ath_rate_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp)
f078f209
LR
1380{
1381 struct ath_softc *sc = priv;
46d14a58 1382 struct ath_rate_priv *rate_priv;
f078f209 1383
46d14a58 1384 rate_priv = kzalloc(sizeof(struct ath_rate_priv), gfp);
f078f209 1385 if (!rate_priv) {
c46917bb
LR
1386 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
1387 "Unable to allocate private rc structure\n");
f078f209
LR
1388 return NULL;
1389 }
fe60594a 1390
2660b81a 1391 rate_priv->tx_triglevel_max = sc->sc_ah->caps.tx_triglevel_max;
dc2222a8 1392
f078f209
LR
1393 return rate_priv;
1394}
1395
4b7679a5
JB
1396static void ath_rate_free_sta(void *priv, struct ieee80211_sta *sta,
1397 void *priv_sta)
f078f209 1398{
46d14a58 1399 struct ath_rate_priv *rate_priv = priv_sta;
fe60594a 1400 kfree(rate_priv);
f078f209
LR
1401}
1402
1403static struct rate_control_ops ath_rate_ops = {
1404 .module = NULL,
1405 .name = "ath9k_rate_control",
1406 .tx_status = ath_tx_status,
1407 .get_rate = ath_get_rate,
1408 .rate_init = ath_rate_init,
9331ec80 1409 .rate_update = ath_rate_update,
f078f209
LR
1410 .alloc = ath_rate_alloc,
1411 .free = ath_rate_free,
1412 .alloc_sta = ath_rate_alloc_sta,
4b7679a5 1413 .free_sta = ath_rate_free_sta,
f078f209
LR
1414};
1415
1416int ath_rate_control_register(void)
1417{
1418 return ieee80211_rate_control_register(&ath_rate_ops);
1419}
1420
1421void ath_rate_control_unregister(void)
1422{
1423 ieee80211_rate_control_unregister(&ath_rate_ops);
1424}