blob: cf0559f183af6d4215be80e33b4ae986d6711640 [file] [log] [blame]
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001/*
2 * Copyright (c) 2004 Video54 Technologies, Inc.
3 * Copyright (c) 2004-2008 Atheros Communications, Inc.
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
Sujith394cf0a2009-02-09 13:26:54 +053018#include "ath9k.h"
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070019
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070020static struct ath_rate_table ar5416_11na_ratetable = {
21 42,
22 {
Sujith46d14a52008-11-18 09:08:13 +053023 { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070024 5400, 0x0b, 0x00, 12,
25 0, 2, 1, 0, 0, 0, 0, 0 },
Sujithe8324352009-01-16 21:38:42 +053026 { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070027 7800, 0x0f, 0x00, 18,
28 0, 3, 1, 1, 1, 1, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +053029 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070030 10000, 0x0a, 0x00, 24,
31 2, 4, 2, 2, 2, 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +053032 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070033 13900, 0x0e, 0x00, 36,
34 2, 6, 2, 3, 3, 3, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +053035 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070036 17300, 0x09, 0x00, 48,
37 4, 10, 3, 4, 4, 4, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +053038 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070039 23000, 0x0d, 0x00, 72,
40 4, 14, 3, 5, 5, 5, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +053041 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070042 27400, 0x08, 0x00, 96,
43 4, 20, 3, 6, 6, 6, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +053044 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070045 29300, 0x0c, 0x00, 108,
46 4, 23, 3, 7, 7, 7, 7, 0 },
Sujith46d14a52008-11-18 09:08:13 +053047 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070048 6400, 0x80, 0x00, 0,
49 0, 2, 3, 8, 24, 8, 24, 3216 },
Sujith46d14a52008-11-18 09:08:13 +053050 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070051 12700, 0x81, 0x00, 1,
52 2, 4, 3, 9, 25, 9, 25, 6434 },
Sujith46d14a52008-11-18 09:08:13 +053053 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070054 18800, 0x82, 0x00, 2,
55 2, 6, 3, 10, 26, 10, 26, 9650 },
Sujith46d14a52008-11-18 09:08:13 +053056 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070057 25000, 0x83, 0x00, 3,
58 4, 10, 3, 11, 27, 11, 27, 12868 },
Sujith46d14a52008-11-18 09:08:13 +053059 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070060 36700, 0x84, 0x00, 4,
61 4, 14, 3, 12, 28, 12, 28, 19304 },
Sujith46d14a52008-11-18 09:08:13 +053062 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070063 48100, 0x85, 0x00, 5,
64 4, 20, 3, 13, 29, 13, 29, 25740 },
Sujith46d14a52008-11-18 09:08:13 +053065 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070066 53500, 0x86, 0x00, 6,
67 4, 23, 3, 14, 30, 14, 30, 28956 },
Sujith46d14a52008-11-18 09:08:13 +053068 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070069 59000, 0x87, 0x00, 7,
70 4, 25, 3, 15, 31, 15, 32, 32180 },
Sujith46d14a52008-11-18 09:08:13 +053071 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070072 12700, 0x88, 0x00,
73 8, 0, 2, 3, 16, 33, 16, 33, 6430 },
Sujith46d14a52008-11-18 09:08:13 +053074 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070075 24800, 0x89, 0x00, 9,
76 2, 4, 3, 17, 34, 17, 34, 12860 },
Sujith46d14a52008-11-18 09:08:13 +053077 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070078 36600, 0x8a, 0x00, 10,
79 2, 6, 3, 18, 35, 18, 35, 19300 },
Sujith46d14a52008-11-18 09:08:13 +053080 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070081 48100, 0x8b, 0x00, 11,
82 4, 10, 3, 19, 36, 19, 36, 25736 },
Sujith46d14a52008-11-18 09:08:13 +053083 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070084 69500, 0x8c, 0x00, 12,
85 4, 14, 3, 20, 37, 20, 37, 38600 },
Sujith46d14a52008-11-18 09:08:13 +053086 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070087 89500, 0x8d, 0x00, 13,
88 4, 20, 3, 21, 38, 21, 38, 51472 },
Sujith46d14a52008-11-18 09:08:13 +053089 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070090 98900, 0x8e, 0x00, 14,
91 4, 23, 3, 22, 39, 22, 39, 57890 },
Sujith46d14a52008-11-18 09:08:13 +053092 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070093 108300, 0x8f, 0x00, 15,
94 4, 25, 3, 23, 40, 23, 41, 64320 },
Sujith46d14a52008-11-18 09:08:13 +053095 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070096 13200, 0x80, 0x00, 0,
97 0, 2, 3, 8, 24, 24, 24, 6684 },
Sujith46d14a52008-11-18 09:08:13 +053098 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070099 25900, 0x81, 0x00, 1,
100 2, 4, 3, 9, 25, 25, 25, 13368 },
Sujith46d14a52008-11-18 09:08:13 +0530101 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700102 38600, 0x82, 0x00, 2,
103 2, 6, 3, 10, 26, 26, 26, 20052 },
Sujith46d14a52008-11-18 09:08:13 +0530104 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700105 49800, 0x83, 0x00, 3,
106 4, 10, 3, 11, 27, 27, 27, 26738 },
Sujith46d14a52008-11-18 09:08:13 +0530107 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700108 72200, 0x84, 0x00, 4,
109 4, 14, 3, 12, 28, 28, 28, 40104 },
Sujith46d14a52008-11-18 09:08:13 +0530110 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700111 92900, 0x85, 0x00, 5,
112 4, 20, 3, 13, 29, 29, 29, 53476 },
Sujith46d14a52008-11-18 09:08:13 +0530113 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700114 102700, 0x86, 0x00, 6,
115 4, 23, 3, 14, 30, 30, 30, 60156 },
Sujith46d14a52008-11-18 09:08:13 +0530116 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700117 112000, 0x87, 0x00, 7,
118 4, 25, 3, 15, 31, 32, 32, 66840 },
Sujith46d14a52008-11-18 09:08:13 +0530119 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700120 122000, 0x87, 0x00, 7,
121 4, 25, 3, 15, 31, 32, 32, 74200 },
Sujith46d14a52008-11-18 09:08:13 +0530122 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700123 25800, 0x88, 0x00, 8,
124 0, 2, 3, 16, 33, 33, 33, 13360 },
Sujith46d14a52008-11-18 09:08:13 +0530125 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700126 49800, 0x89, 0x00, 9,
127 2, 4, 3, 17, 34, 34, 34, 26720 },
Sujith46d14a52008-11-18 09:08:13 +0530128 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700129 71900, 0x8a, 0x00, 10,
130 2, 6, 3, 18, 35, 35, 35, 40080 },
Sujith46d14a52008-11-18 09:08:13 +0530131 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700132 92500, 0x8b, 0x00, 11,
133 4, 10, 3, 19, 36, 36, 36, 53440 },
Sujith46d14a52008-11-18 09:08:13 +0530134 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700135 130300, 0x8c, 0x00, 12,
136 4, 14, 3, 20, 37, 37, 37, 80160 },
Sujith46d14a52008-11-18 09:08:13 +0530137 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700138 162800, 0x8d, 0x00, 13,
139 4, 20, 3, 21, 38, 38, 38, 106880 },
Sujith46d14a52008-11-18 09:08:13 +0530140 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700141 178200, 0x8e, 0x00, 14,
142 4, 23, 3, 22, 39, 39, 39, 120240 },
Sujith46d14a52008-11-18 09:08:13 +0530143 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700144 192100, 0x8f, 0x00, 15,
145 4, 25, 3, 23, 40, 41, 41, 133600 },
Sujith46d14a52008-11-18 09:08:13 +0530146 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700147 207000, 0x8f, 0x00, 15,
148 4, 25, 3, 23, 40, 41, 41, 148400 },
149 },
150 50, /* probe interval */
151 50, /* rssi reduce interval */
152 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
153};
154
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700155/* 4ms frame limit not used for NG mode. The values filled
156 * for HT are the 64K max aggregate limit */
157
158static struct ath_rate_table ar5416_11ng_ratetable = {
159 46,
160 {
Sujith46d14a52008-11-18 09:08:13 +0530161 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700162 900, 0x1b, 0x00, 2,
163 0, 0, 1, 0, 0, 0, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530164 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700165 1900, 0x1a, 0x04, 4,
166 1, 1, 1, 1, 1, 1, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530167 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700168 4900, 0x19, 0x04, 11,
169 2, 2, 2, 2, 2, 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530170 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700171 8100, 0x18, 0x04, 22,
172 3, 3, 2, 3, 3, 3, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530173 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700174 5400, 0x0b, 0x00, 12,
175 4, 2, 1, 4, 4, 4, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530176 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700177 7800, 0x0f, 0x00, 18,
178 4, 3, 1, 5, 5, 5, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530179 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700180 10100, 0x0a, 0x00, 24,
181 6, 4, 1, 6, 6, 6, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530182 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700183 14100, 0x0e, 0x00, 36,
184 6, 6, 2, 7, 7, 7, 7, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530185 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700186 17700, 0x09, 0x00, 48,
187 8, 10, 3, 8, 8, 8, 8, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530188 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700189 23700, 0x0d, 0x00, 72,
190 8, 14, 3, 9, 9, 9, 9, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530191 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700192 27400, 0x08, 0x00, 96,
193 8, 20, 3, 10, 10, 10, 10, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530194 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700195 30900, 0x0c, 0x00, 108,
196 8, 23, 3, 11, 11, 11, 11, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530197 { INVALID, INVALID, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700198 6400, 0x80, 0x00, 0,
199 4, 2, 3, 12, 28, 12, 28, 3216 },
Sujith46d14a52008-11-18 09:08:13 +0530200 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700201 12700, 0x81, 0x00, 1,
202 6, 4, 3, 13, 29, 13, 29, 6434 },
Sujith46d14a52008-11-18 09:08:13 +0530203 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700204 18800, 0x82, 0x00, 2,
205 6, 6, 3, 14, 30, 14, 30, 9650 },
Sujith46d14a52008-11-18 09:08:13 +0530206 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700207 25000, 0x83, 0x00, 3,
208 8, 10, 3, 15, 31, 15, 31, 12868 },
Sujith46d14a52008-11-18 09:08:13 +0530209 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700210 36700, 0x84, 0x00, 4,
211 8, 14, 3, 16, 32, 16, 32, 19304 },
Sujith46d14a52008-11-18 09:08:13 +0530212 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700213 48100, 0x85, 0x00, 5,
214 8, 20, 3, 17, 33, 17, 33, 25740 },
Sujith46d14a52008-11-18 09:08:13 +0530215 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700216 53500, 0x86, 0x00, 6,
217 8, 23, 3, 18, 34, 18, 34, 28956 },
Sujith46d14a52008-11-18 09:08:13 +0530218 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700219 59000, 0x87, 0x00, 7,
220 8, 25, 3, 19, 35, 19, 36, 32180 },
Sujith46d14a52008-11-18 09:08:13 +0530221 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700222 12700, 0x88, 0x00, 8,
223 4, 2, 3, 20, 37, 20, 37, 6430 },
Sujith46d14a52008-11-18 09:08:13 +0530224 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700225 24800, 0x89, 0x00, 9,
226 6, 4, 3, 21, 38, 21, 38, 12860 },
Sujith46d14a52008-11-18 09:08:13 +0530227 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700228 36600, 0x8a, 0x00, 10,
229 6, 6, 3, 22, 39, 22, 39, 19300 },
Sujith46d14a52008-11-18 09:08:13 +0530230 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700231 48100, 0x8b, 0x00, 11,
232 8, 10, 3, 23, 40, 23, 40, 25736 },
Sujith46d14a52008-11-18 09:08:13 +0530233 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700234 69500, 0x8c, 0x00, 12,
235 8, 14, 3, 24, 41, 24, 41, 38600 },
Sujith46d14a52008-11-18 09:08:13 +0530236 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700237 89500, 0x8d, 0x00, 13,
238 8, 20, 3, 25, 42, 25, 42, 51472 },
Sujith46d14a52008-11-18 09:08:13 +0530239 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700240 98900, 0x8e, 0x00, 14,
241 8, 23, 3, 26, 43, 26, 44, 57890 },
Sujith46d14a52008-11-18 09:08:13 +0530242 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700243 108300, 0x8f, 0x00, 15,
244 8, 25, 3, 27, 44, 27, 45, 64320 },
Sujith46d14a52008-11-18 09:08:13 +0530245 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700246 13200, 0x80, 0x00, 0,
247 8, 2, 3, 12, 28, 28, 28, 6684 },
Sujith46d14a52008-11-18 09:08:13 +0530248 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700249 25900, 0x81, 0x00, 1,
250 8, 4, 3, 13, 29, 29, 29, 13368 },
Sujith46d14a52008-11-18 09:08:13 +0530251 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700252 38600, 0x82, 0x00, 2,
253 8, 6, 3, 14, 30, 30, 30, 20052 },
Sujith46d14a52008-11-18 09:08:13 +0530254 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700255 49800, 0x83, 0x00, 3,
256 8, 10, 3, 15, 31, 31, 31, 26738 },
Sujith46d14a52008-11-18 09:08:13 +0530257 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700258 72200, 0x84, 0x00, 4,
259 8, 14, 3, 16, 32, 32, 32, 40104 },
Sujith46d14a52008-11-18 09:08:13 +0530260 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700261 92900, 0x85, 0x00, 5,
262 8, 20, 3, 17, 33, 33, 33, 53476 },
Sujith46d14a52008-11-18 09:08:13 +0530263 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700264 102700, 0x86, 0x00, 6,
265 8, 23, 3, 18, 34, 34, 34, 60156 },
Sujith46d14a52008-11-18 09:08:13 +0530266 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700267 112000, 0x87, 0x00, 7,
268 8, 23, 3, 19, 35, 36, 36, 66840 },
Sujith46d14a52008-11-18 09:08:13 +0530269 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700270 122000, 0x87, 0x00, 7,
271 8, 25, 3, 19, 35, 36, 36, 74200 },
Sujith46d14a52008-11-18 09:08:13 +0530272 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700273 25800, 0x88, 0x00, 8,
274 8, 2, 3, 20, 37, 37, 37, 13360 },
Sujith46d14a52008-11-18 09:08:13 +0530275 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700276 49800, 0x89, 0x00, 9,
277 8, 4, 3, 21, 38, 38, 38, 26720 },
Sujith46d14a52008-11-18 09:08:13 +0530278 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700279 71900, 0x8a, 0x00, 10,
280 8, 6, 3, 22, 39, 39, 39, 40080 },
Sujith46d14a52008-11-18 09:08:13 +0530281 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700282 92500, 0x8b, 0x00, 11,
283 8, 10, 3, 23, 40, 40, 40, 53440 },
Sujith46d14a52008-11-18 09:08:13 +0530284 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700285 130300, 0x8c, 0x00, 12,
286 8, 14, 3, 24, 41, 41, 41, 80160 },
Sujith46d14a52008-11-18 09:08:13 +0530287 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700288 162800, 0x8d, 0x00, 13,
289 8, 20, 3, 25, 42, 42, 42, 106880 },
Sujith46d14a52008-11-18 09:08:13 +0530290 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700291 178200, 0x8e, 0x00, 14,
292 8, 23, 3, 26, 43, 43, 43, 120240 },
Sujith46d14a52008-11-18 09:08:13 +0530293 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700294 192100, 0x8f, 0x00, 15,
295 8, 23, 3, 27, 44, 45, 45, 133600 },
Sujith46d14a52008-11-18 09:08:13 +0530296 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700297 207000, 0x8f, 0x00, 15,
298 8, 25, 3, 27, 44, 45, 45, 148400 },
299 },
300 50, /* probe interval */
301 50, /* rssi reduce interval */
302 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
303};
304
305static struct ath_rate_table ar5416_11a_ratetable = {
306 8,
307 {
Sujith46d14a52008-11-18 09:08:13 +0530308 { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700309 5400, 0x0b, 0x00, (0x80|12),
310 0, 2, 1, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530311 { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700312 7800, 0x0f, 0x00, 18,
313 0, 3, 1, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530314 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700315 10000, 0x0a, 0x00, (0x80|24),
316 2, 4, 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530317 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700318 13900, 0x0e, 0x00, 36,
319 2, 6, 2, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530320 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700321 17300, 0x09, 0x00, (0x80|48),
322 4, 10, 3, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530323 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700324 23000, 0x0d, 0x00, 72,
325 4, 14, 3, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530326 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700327 27400, 0x08, 0x00, 96,
328 4, 19, 3, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530329 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700330 29300, 0x0c, 0x00, 108,
331 4, 23, 3, 7, 0 },
332 },
333 50, /* probe interval */
334 50, /* rssi reduce interval */
335 0, /* Phy rates allowed initially */
336};
337
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700338static struct ath_rate_table ar5416_11g_ratetable = {
339 12,
340 {
Sujith46d14a52008-11-18 09:08:13 +0530341 { VALID, VALID, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700342 900, 0x1b, 0x00, 2,
343 0, 0, 1, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530344 { VALID, VALID, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700345 1900, 0x1a, 0x04, 4,
346 1, 1, 1, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530347 { VALID, VALID, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700348 4900, 0x19, 0x04, 11,
349 2, 2, 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530350 { VALID, VALID, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700351 8100, 0x18, 0x04, 22,
352 3, 3, 2, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530353 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700354 5400, 0x0b, 0x00, 12,
355 4, 2, 1, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530356 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700357 7800, 0x0f, 0x00, 18,
358 4, 3, 1, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530359 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700360 10000, 0x0a, 0x00, 24,
361 6, 4, 1, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530362 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700363 13900, 0x0e, 0x00, 36,
364 6, 6, 2, 7, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530365 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700366 17300, 0x09, 0x00, 48,
367 8, 10, 3, 8, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530368 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700369 23000, 0x0d, 0x00, 72,
370 8, 14, 3, 9, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530371 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700372 27400, 0x08, 0x00, 96,
373 8, 19, 3, 10, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530374 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700375 29300, 0x0c, 0x00, 108,
376 8, 23, 3, 11, 0 },
377 },
378 50, /* probe interval */
379 50, /* rssi reduce interval */
380 0, /* Phy rates allowed initially */
381};
382
383static struct ath_rate_table ar5416_11b_ratetable = {
384 4,
385 {
Sujith46d14a52008-11-18 09:08:13 +0530386 { VALID, VALID, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700387 900, 0x1b, 0x00, (0x80|2),
388 0, 0, 1, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530389 { VALID, VALID, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700390 1800, 0x1a, 0x04, (0x80|4),
391 1, 1, 1, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530392 { VALID, VALID, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700393 4300, 0x19, 0x04, (0x80|11),
394 1, 2, 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530395 { VALID, VALID, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700396 7100, 0x18, 0x04, (0x80|22),
397 1, 4, 100, 3, 0 },
398 },
399 100, /* probe interval */
400 100, /* rssi reduce interval */
401 0, /* Phy rates allowed initially */
402};
403
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700404static inline int8_t median(int8_t a, int8_t b, int8_t c)
405{
406 if (a >= b) {
407 if (b >= c)
408 return b;
409 else if (a > c)
410 return c;
411 else
412 return a;
413 } else {
414 if (a >= c)
415 return a;
416 else if (b >= c)
417 return c;
418 else
419 return b;
420 }
421}
422
Sujithfe7f4a72008-11-18 09:07:06 +0530423static void ath_rc_sort_validrates(struct ath_rate_table *rate_table,
Sujith46d14a52008-11-18 09:08:13 +0530424 struct ath_rate_priv *ath_rc_priv)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700425{
426 u8 i, j, idx, idx_next;
427
Sujith256b77592008-11-18 09:03:12 +0530428 for (i = ath_rc_priv->max_valid_rate - 1; i > 0; i--) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700429 for (j = 0; j <= i-1; j++) {
Sujith256b77592008-11-18 09:03:12 +0530430 idx = ath_rc_priv->valid_rate_index[j];
431 idx_next = ath_rc_priv->valid_rate_index[j+1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700432
433 if (rate_table->info[idx].ratekbps >
434 rate_table->info[idx_next].ratekbps) {
Sujith256b77592008-11-18 09:03:12 +0530435 ath_rc_priv->valid_rate_index[j] = idx_next;
436 ath_rc_priv->valid_rate_index[j+1] = idx;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700437 }
438 }
439 }
440}
441
Sujith46d14a52008-11-18 09:08:13 +0530442static void ath_rc_init_valid_txmask(struct ath_rate_priv *ath_rc_priv)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700443{
444 u8 i;
445
Sujith256b77592008-11-18 09:03:12 +0530446 for (i = 0; i < ath_rc_priv->rate_table_size; i++)
Sujith46d14a52008-11-18 09:08:13 +0530447 ath_rc_priv->valid_rate_index[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700448}
449
Sujith46d14a52008-11-18 09:08:13 +0530450static inline void ath_rc_set_valid_txmask(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700451 u8 index, int valid_tx_rate)
452{
Sujith256b77592008-11-18 09:03:12 +0530453 ASSERT(index <= ath_rc_priv->rate_table_size);
Sujith46d14a52008-11-18 09:08:13 +0530454 ath_rc_priv->valid_rate_index[index] = valid_tx_rate ? 1 : 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700455}
456
Sujith46d14a52008-11-18 09:08:13 +0530457static inline int ath_rc_isvalid_txmask(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700458 u8 index)
459{
Sujith256b77592008-11-18 09:03:12 +0530460 ASSERT(index <= ath_rc_priv->rate_table_size);
461 return ath_rc_priv->valid_rate_index[index];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700462}
463
Sujith2c5a7442008-11-18 09:08:33 +0530464static inline int ath_rc_get_nextvalid_txrate(struct ath_rate_table *rate_table,
465 struct ath_rate_priv *ath_rc_priv,
466 u8 cur_valid_txrate,
467 u8 *next_idx)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700468{
469 u8 i;
470
Sujith256b77592008-11-18 09:03:12 +0530471 for (i = 0; i < ath_rc_priv->max_valid_rate - 1; i++) {
472 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
473 *next_idx = ath_rc_priv->valid_rate_index[i+1];
Sujith46d14a52008-11-18 09:08:13 +0530474 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700475 }
476 }
477
478 /* No more valid rates */
479 *next_idx = 0;
Sujith2c5a7442008-11-18 09:08:33 +0530480
Sujith46d14a52008-11-18 09:08:13 +0530481 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700482}
483
484/* Return true only for single stream */
485
486static int ath_rc_valid_phyrate(u32 phy, u32 capflag, int ignore_cw)
487{
Jouni Malinenb657ead2009-01-13 14:33:49 +0200488 if (WLAN_RC_PHY_HT(phy) && !(capflag & WLAN_RC_HT_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530489 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700490 if (WLAN_RC_PHY_DS(phy) && !(capflag & WLAN_RC_DS_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530491 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700492 if (WLAN_RC_PHY_SGI(phy) && !(capflag & WLAN_RC_SGI_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530493 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700494 if (!ignore_cw && WLAN_RC_PHY_HT(phy))
495 if (WLAN_RC_PHY_40(phy) && !(capflag & WLAN_RC_40_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530496 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700497 if (!WLAN_RC_PHY_40(phy) && (capflag & WLAN_RC_40_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530498 return 0;
499 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700500}
501
502static inline int
Sujithfe7f4a72008-11-18 09:07:06 +0530503ath_rc_get_nextlowervalid_txrate(struct ath_rate_table *rate_table,
Sujith46d14a52008-11-18 09:08:13 +0530504 struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700505 u8 cur_valid_txrate, u8 *next_idx)
506{
507 int8_t i;
508
Sujith256b77592008-11-18 09:03:12 +0530509 for (i = 1; i < ath_rc_priv->max_valid_rate ; i++) {
510 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
511 *next_idx = ath_rc_priv->valid_rate_index[i-1];
Sujith46d14a52008-11-18 09:08:13 +0530512 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700513 }
514 }
Sujith2c5a7442008-11-18 09:08:33 +0530515
Sujith46d14a52008-11-18 09:08:13 +0530516 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700517}
518
Sujith2c5a7442008-11-18 09:08:33 +0530519static u8 ath_rc_init_validrates(struct ath_rate_priv *ath_rc_priv,
520 struct ath_rate_table *rate_table,
521 u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700522{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700523 u8 i, hi = 0;
524 u32 valid;
525
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700526 for (i = 0; i < rate_table->rate_cnt; i++) {
527 valid = (ath_rc_priv->single_stream ?
Sujithdc2222a2008-08-14 13:26:55 +0530528 rate_table->info[i].valid_single_stream :
529 rate_table->info[i].valid);
Sujith46d14a52008-11-18 09:08:13 +0530530 if (valid == 1) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700531 u32 phy = rate_table->info[i].phy;
532 u8 valid_rate_count = 0;
533
Sujith46d14a52008-11-18 09:08:13 +0530534 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700535 continue;
536
Sujith256b77592008-11-18 09:03:12 +0530537 valid_rate_count = ath_rc_priv->valid_phy_ratecnt[phy];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700538
Sujith256b77592008-11-18 09:03:12 +0530539 ath_rc_priv->valid_phy_rateidx[phy][valid_rate_count] = i;
540 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530541 ath_rc_set_valid_txmask(ath_rc_priv, i, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700542 hi = A_MAX(hi, i);
543 }
544 }
Sujith2c5a7442008-11-18 09:08:33 +0530545
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700546 return hi;
547}
548
Sujith2c5a7442008-11-18 09:08:33 +0530549static u8 ath_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv,
550 struct ath_rate_table *rate_table,
551 struct ath_rateset *rateset,
552 u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700553{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700554 u8 i, j, hi = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700555
556 /* Use intersection of working rates and valid rates */
557 for (i = 0; i < rateset->rs_nrates; i++) {
558 for (j = 0; j < rate_table->rate_cnt; j++) {
559 u32 phy = rate_table->info[j].phy;
560 u32 valid = (ath_rc_priv->single_stream ?
561 rate_table->info[j].valid_single_stream :
562 rate_table->info[j].valid);
Sujith2c5a7442008-11-18 09:08:33 +0530563 u8 rate = rateset->rs_rates[i];
564 u8 dot11rate = rate_table->info[j].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700565
566 /* We allow a rate only if its valid and the
567 * capflag matches one of the validity
Sujith46d14a52008-11-18 09:08:13 +0530568 * (VALID/VALID_20/VALID_40) flags */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700569
Sujith2c5a7442008-11-18 09:08:33 +0530570 if (((rate & 0x7F) == (dot11rate & 0x7F)) &&
571 ((valid & WLAN_RC_CAP_MODE(capflag)) ==
572 WLAN_RC_CAP_MODE(capflag)) &&
573 !WLAN_RC_PHY_HT(phy)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700574 u8 valid_rate_count = 0;
575
Sujith46d14a52008-11-18 09:08:13 +0530576 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700577 continue;
578
579 valid_rate_count =
Sujith256b77592008-11-18 09:03:12 +0530580 ath_rc_priv->valid_phy_ratecnt[phy];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700581
Sujith256b77592008-11-18 09:03:12 +0530582 ath_rc_priv->valid_phy_rateidx[phy]
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700583 [valid_rate_count] = j;
Sujith256b77592008-11-18 09:03:12 +0530584 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530585 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700586 hi = A_MAX(hi, j);
587 }
588 }
589 }
Sujith2c5a7442008-11-18 09:08:33 +0530590
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700591 return hi;
592}
593
Sujith2c5a7442008-11-18 09:08:33 +0530594static u8 ath_rc_setvalid_htrates(struct ath_rate_priv *ath_rc_priv,
595 struct ath_rate_table *rate_table,
596 u8 *mcs_set, u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700597{
Sujith2c5a7442008-11-18 09:08:33 +0530598 struct ath_rateset *rateset = (struct ath_rateset *)mcs_set;
599
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700600 u8 i, j, hi = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700601
602 /* Use intersection of working rates and valid rates */
Sujith2c5a7442008-11-18 09:08:33 +0530603 for (i = 0; i < rateset->rs_nrates; i++) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700604 for (j = 0; j < rate_table->rate_cnt; j++) {
605 u32 phy = rate_table->info[j].phy;
606 u32 valid = (ath_rc_priv->single_stream ?
Sujithdc2222a2008-08-14 13:26:55 +0530607 rate_table->info[j].valid_single_stream :
608 rate_table->info[j].valid);
Sujith2c5a7442008-11-18 09:08:33 +0530609 u8 rate = rateset->rs_rates[i];
610 u8 dot11rate = rate_table->info[j].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700611
Sujith2c5a7442008-11-18 09:08:33 +0530612 if (((rate & 0x7F) != (dot11rate & 0x7F)) ||
Sujithdc2222a2008-08-14 13:26:55 +0530613 !WLAN_RC_PHY_HT(phy) ||
614 !WLAN_RC_PHY_HT_VALID(valid, capflag))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700615 continue;
616
Sujith46d14a52008-11-18 09:08:13 +0530617 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700618 continue;
619
Sujith256b77592008-11-18 09:03:12 +0530620 ath_rc_priv->valid_phy_rateidx[phy]
621 [ath_rc_priv->valid_phy_ratecnt[phy]] = j;
622 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530623 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700624 hi = A_MAX(hi, j);
625 }
626 }
Sujith2c5a7442008-11-18 09:08:33 +0530627
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700628 return hi;
629}
630
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700631static u8 ath_rc_ratefind_ht(struct ath_softc *sc,
Sujith46d14a52008-11-18 09:08:13 +0530632 struct ath_rate_priv *ath_rc_priv,
Sujithfe7f4a72008-11-18 09:07:06 +0530633 struct ath_rate_table *rate_table,
Sujith39008982009-01-30 14:29:15 +0530634 int *is_probing)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700635{
636 u32 dt, best_thruput, this_thruput, now_msec;
637 u8 rate, next_rate, best_rate, maxindex, minindex;
638 int8_t rssi_last, rssi_reduce = 0, index = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700639
Sujith46d14a52008-11-18 09:08:13 +0530640 *is_probing = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700641
Sujith256b77592008-11-18 09:03:12 +0530642 rssi_last = median(ath_rc_priv->rssi_last,
643 ath_rc_priv->rssi_last_prev,
644 ath_rc_priv->rssi_last_prev2);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700645
646 /*
647 * Age (reduce) last ack rssi based on how old it is.
648 * The bizarre numbers are so the delta is 160msec,
649 * meaning we divide by 16.
650 * 0msec <= dt <= 25msec: don't derate
651 * 25msec <= dt <= 185msec: derate linearly from 0 to 10dB
652 * 185msec <= dt: derate by 10dB
653 */
654
655 now_msec = jiffies_to_msecs(jiffies);
Sujith256b77592008-11-18 09:03:12 +0530656 dt = now_msec - ath_rc_priv->rssi_time;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700657
658 if (dt >= 185)
659 rssi_reduce = 10;
660 else if (dt >= 25)
661 rssi_reduce = (u8)((dt - 25) >> 4);
662
663 /* Now reduce rssi_last by rssi_reduce */
664 if (rssi_last < rssi_reduce)
665 rssi_last = 0;
666 else
667 rssi_last -= rssi_reduce;
668
669 /*
670 * Now look up the rate in the rssi table and return it.
671 * If no rates match then we return 0 (lowest rate)
672 */
673
674 best_thruput = 0;
Sujith256b77592008-11-18 09:03:12 +0530675 maxindex = ath_rc_priv->max_valid_rate-1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700676
677 minindex = 0;
678 best_rate = minindex;
679
680 /*
681 * Try the higher rate first. It will reduce memory moving time
682 * if we have very good channel characteristics.
683 */
684 for (index = maxindex; index >= minindex ; index--) {
685 u8 per_thres;
686
Sujith256b77592008-11-18 09:03:12 +0530687 rate = ath_rc_priv->valid_rate_index[index];
688 if (rate > ath_rc_priv->rate_max_phy)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700689 continue;
690
691 /*
692 * For TCP the average collision rate is around 11%,
693 * so we ignore PERs less than this. This is to
694 * prevent the rate we are currently using (whose
695 * PER might be in the 10-15 range because of TCP
696 * collisions) looking worse than the next lower
697 * rate whose PER has decayed close to 0. If we
698 * used to next lower rate, its PER would grow to
699 * 10-15 and we would be worse off then staying
700 * at the current rate.
701 */
Sujith256b77592008-11-18 09:03:12 +0530702 per_thres = ath_rc_priv->state[rate].per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700703 if (per_thres < 12)
704 per_thres = 12;
705
706 this_thruput = rate_table->info[rate].user_ratekbps *
707 (100 - per_thres);
708
709 if (best_thruput <= this_thruput) {
710 best_thruput = this_thruput;
711 best_rate = rate;
712 }
713 }
714
715 rate = best_rate;
Sujith256b77592008-11-18 09:03:12 +0530716 ath_rc_priv->rssi_last_lookup = rssi_last;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700717
718 /*
719 * Must check the actual rate (ratekbps) to account for
720 * non-monoticity of 11g's rate table
721 */
722
Sujith39008982009-01-30 14:29:15 +0530723 if (rate >= ath_rc_priv->rate_max_phy) {
Sujith256b77592008-11-18 09:03:12 +0530724 rate = ath_rc_priv->rate_max_phy;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700725
726 /* Probe the next allowed phy state */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700727 if (ath_rc_get_nextvalid_txrate(rate_table,
Sujith39008982009-01-30 14:29:15 +0530728 ath_rc_priv, rate, &next_rate) &&
Sujith256b77592008-11-18 09:03:12 +0530729 (now_msec - ath_rc_priv->probe_time >
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700730 rate_table->probe_interval) &&
Sujith256b77592008-11-18 09:03:12 +0530731 (ath_rc_priv->hw_maxretry_pktcnt >= 1)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700732 rate = next_rate;
Sujith256b77592008-11-18 09:03:12 +0530733 ath_rc_priv->probe_rate = rate;
734 ath_rc_priv->probe_time = now_msec;
735 ath_rc_priv->hw_maxretry_pktcnt = 0;
Sujith46d14a52008-11-18 09:08:13 +0530736 *is_probing = 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700737 }
738 }
739
Sujith256b77592008-11-18 09:03:12 +0530740 if (rate > (ath_rc_priv->rate_table_size - 1))
741 rate = ath_rc_priv->rate_table_size - 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700742
743 ASSERT((rate_table->info[rate].valid && !ath_rc_priv->single_stream) ||
Sujithdc2222a2008-08-14 13:26:55 +0530744 (rate_table->info[rate].valid_single_stream &&
745 ath_rc_priv->single_stream));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700746
747 return rate;
748}
749
Sujithc89424d2009-01-30 14:29:28 +0530750static void ath_rc_rate_set_series(struct ath_rate_table *rate_table,
Sujitha8efee42008-11-18 09:07:30 +0530751 struct ieee80211_tx_rate *rate,
Sujithc89424d2009-01-30 14:29:28 +0530752 struct ieee80211_tx_rate_control *txrc,
Sujith2c5a7442008-11-18 09:08:33 +0530753 u8 tries, u8 rix, int rtsctsenable)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700754{
Sujitha8efee42008-11-18 09:07:30 +0530755 rate->count = tries;
756 rate->idx = rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700757
Sujithc89424d2009-01-30 14:29:28 +0530758 if (txrc->short_preamble)
759 rate->flags |= IEEE80211_TX_RC_USE_SHORT_PREAMBLE;
760 if (txrc->rts || rtsctsenable)
Sujitha8efee42008-11-18 09:07:30 +0530761 rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS;
762 if (WLAN_RC_PHY_40(rate_table->info[rix].phy))
763 rate->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH;
764 if (WLAN_RC_PHY_SGI(rate_table->info[rix].phy))
765 rate->flags |= IEEE80211_TX_RC_SHORT_GI;
766 if (WLAN_RC_PHY_HT(rate_table->info[rix].phy))
767 rate->flags |= IEEE80211_TX_RC_MCS;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700768}
769
Sujithc89424d2009-01-30 14:29:28 +0530770static void ath_rc_rate_set_rtscts(struct ath_softc *sc,
771 struct ath_rate_table *rate_table,
772 struct ieee80211_tx_info *tx_info)
773{
774 struct ieee80211_tx_rate *rates = tx_info->control.rates;
775 int i = 0, rix = 0, cix, enable_g_protection = 0;
776
777 /* get the cix for the lowest valid rix */
778 for (i = 3; i >= 0; i--) {
779 if (rates[i].count && (rates[i].idx >= 0)) {
780 rix = rates[i].idx;
781 break;
782 }
783 }
784 cix = rate_table->info[rix].ctrl_rate;
785
786 /* All protection frames are transmited at 2Mb/s for 802.11g,
787 * otherwise we transmit them at 1Mb/s */
788 if (sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ &&
789 !conf_is_ht(&sc->hw->conf))
790 enable_g_protection = 1;
791
792 /*
793 * If 802.11g protection is enabled, determine whether to use RTS/CTS or
794 * just CTS. Note that this is only done for OFDM/HT unicast frames.
795 */
796 if ((sc->sc_flags & SC_OP_PROTECT_ENABLE) &&
797 !(tx_info->flags & IEEE80211_TX_CTL_NO_ACK) &&
798 (rate_table->info[rix].phy == WLAN_RC_PHY_OFDM ||
799 WLAN_RC_PHY_HT(rate_table->info[rix].phy))) {
800 rates[0].flags |= IEEE80211_TX_RC_USE_CTS_PROTECT;
801 cix = rate_table->info[enable_g_protection].ctrl_rate;
802 }
803
804 tx_info->control.rts_cts_rate_idx = cix;
805}
806
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700807static u8 ath_rc_rate_getidx(struct ath_softc *sc,
Sujith46d14a52008-11-18 09:08:13 +0530808 struct ath_rate_priv *ath_rc_priv,
Sujithfe7f4a72008-11-18 09:07:06 +0530809 struct ath_rate_table *rate_table,
Sujithdc2222a2008-08-14 13:26:55 +0530810 u8 rix, u16 stepdown,
811 u16 min_rate)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700812{
813 u32 j;
814 u8 nextindex;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700815
816 if (min_rate) {
817 for (j = RATE_TABLE_SIZE; j > 0; j--) {
818 if (ath_rc_get_nextlowervalid_txrate(rate_table,
Sujith256b77592008-11-18 09:03:12 +0530819 ath_rc_priv, rix, &nextindex))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700820 rix = nextindex;
821 else
822 break;
823 }
824 } else {
825 for (j = stepdown; j > 0; j--) {
826 if (ath_rc_get_nextlowervalid_txrate(rate_table,
Sujith256b77592008-11-18 09:03:12 +0530827 ath_rc_priv, rix, &nextindex))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700828 rix = nextindex;
829 else
830 break;
831 }
832 }
833 return rix;
834}
835
836static void ath_rc_ratefind(struct ath_softc *sc,
Sujith46d14a52008-11-18 09:08:13 +0530837 struct ath_rate_priv *ath_rc_priv,
Sujith39008982009-01-30 14:29:15 +0530838 struct ieee80211_tx_rate_control *txrc)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700839{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700840 struct ath_rate_table *rate_table;
Sujith39008982009-01-30 14:29:15 +0530841 struct sk_buff *skb = txrc->skb;
842 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
Sujitha8efee42008-11-18 09:07:30 +0530843 struct ieee80211_tx_rate *rates = tx_info->control.rates;
Sujithc89424d2009-01-30 14:29:28 +0530844 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
845 __le16 fc = hdr->frame_control;
Sujith39008982009-01-30 14:29:15 +0530846 u8 try_per_rate = 0, i = 0, rix, nrix;
847 int is_probe = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700848
Sujith40990ec2008-12-07 21:41:37 +0530849 rate_table = sc->cur_rate_table;
Sujith39008982009-01-30 14:29:15 +0530850 rix = ath_rc_ratefind_ht(sc, ath_rc_priv, rate_table, &is_probe);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700851 nrix = rix;
852
Sujith39008982009-01-30 14:29:15 +0530853 if (is_probe) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700854 /* set one try for probe rates. For the
855 * probes don't enable rts */
Sujithc89424d2009-01-30 14:29:28 +0530856 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Sujith39008982009-01-30 14:29:15 +0530857 1, nrix, 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700858
Sujith39008982009-01-30 14:29:15 +0530859 try_per_rate = (ATH_11N_TXMAXTRY/4);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700860 /* Get the next tried/allowed rate. No RTS for the next series
861 * after the probe rate
862 */
Sujith39008982009-01-30 14:29:15 +0530863 nrix = ath_rc_rate_getidx(sc, ath_rc_priv,
864 rate_table, nrix, 1, 0);
Sujithc89424d2009-01-30 14:29:28 +0530865 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Sujith39008982009-01-30 14:29:15 +0530866 try_per_rate, nrix, 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700867 } else {
Sujith39008982009-01-30 14:29:15 +0530868 try_per_rate = (ATH_11N_TXMAXTRY/4);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700869 /* Set the choosen rate. No RTS for first series entry. */
Sujithc89424d2009-01-30 14:29:28 +0530870 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Sujith39008982009-01-30 14:29:15 +0530871 try_per_rate, nrix, 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700872 }
873
874 /* Fill in the other rates for multirate retry */
Sujith39008982009-01-30 14:29:15 +0530875 for ( ; i < 4; i++) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700876 u8 try_num;
877 u8 min_rate;
878
Sujith39008982009-01-30 14:29:15 +0530879 try_num = ((i + 1) == 4) ?
880 ATH_11N_TXMAXTRY - (try_per_rate * i) : try_per_rate ;
881 min_rate = (((i + 1) == 4) && 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700882
883 nrix = ath_rc_rate_getidx(sc, ath_rc_priv,
Sujithdc2222a2008-08-14 13:26:55 +0530884 rate_table, nrix, 1, min_rate);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700885 /* All other rates in the series have RTS enabled */
Sujithc89424d2009-01-30 14:29:28 +0530886 ath_rc_rate_set_series(rate_table, &rates[i], txrc,
Sujith39008982009-01-30 14:29:15 +0530887 try_num, nrix, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700888 }
889
890 /*
891 * NB:Change rate series to enable aggregation when operating
892 * at lower MCS rates. When first rate in series is MCS2
893 * in HT40 @ 2.4GHz, series should look like:
894 *
895 * {MCS2, MCS1, MCS0, MCS0}.
896 *
897 * When first rate in series is MCS3 in HT20 @ 2.4GHz, series should
898 * look like:
899 *
900 * {MCS3, MCS2, MCS1, MCS1}
901 *
902 * So, set fourth rate in series to be same as third one for
903 * above conditions.
904 */
Sujith3706de62008-12-07 21:42:10 +0530905 if ((sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ) &&
Luis R. Rodriguezecf70442008-12-23 15:58:43 -0800906 (conf_is_ht(&sc->hw->conf))) {
Sujith40990ec2008-12-07 21:41:37 +0530907 u8 dot11rate = rate_table->info[rix].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700908 u8 phy = rate_table->info[rix].phy;
909 if (i == 4 &&
910 ((dot11rate == 2 && phy == WLAN_RC_PHY_HT_40_SS) ||
Sujithdc2222a2008-08-14 13:26:55 +0530911 (dot11rate == 3 && phy == WLAN_RC_PHY_HT_20_SS))) {
Sujitha8efee42008-11-18 09:07:30 +0530912 rates[3].idx = rates[2].idx;
913 rates[3].flags = rates[2].flags;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700914 }
915 }
Sujithc89424d2009-01-30 14:29:28 +0530916
917 /*
918 * Force hardware to use computed duration for next
919 * fragment by disabling multi-rate retry, which
920 * updates duration based on the multi-rate duration table.
921 *
922 * FIXME: Fix duration
923 */
924 if (!(tx_info->flags & IEEE80211_TX_CTL_NO_ACK) &&
925 (ieee80211_has_morefrags(fc) ||
926 (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG))) {
927 rates[1].count = rates[2].count = rates[3].count = 0;
928 rates[1].idx = rates[2].idx = rates[3].idx = 0;
929 rates[0].count = ATH_TXMAXTRY;
930 }
931
932 /* Setup RTS/CTS */
933 ath_rc_rate_set_rtscts(sc, rate_table, tx_info);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700934}
935
Sujith2c5a7442008-11-18 09:08:33 +0530936static bool ath_rc_update_per(struct ath_softc *sc,
937 struct ath_rate_table *rate_table,
938 struct ath_rate_priv *ath_rc_priv,
939 struct ath_tx_info_priv *tx_info_priv,
940 int tx_rate, int xretries, int retries,
941 u32 now_msec)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700942{
Sujith2c5a7442008-11-18 09:08:33 +0530943 bool state_change = false;
944 int count;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700945 u8 last_per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700946 static u32 nretry_to_per_lookup[10] = {
947 100 * 0 / 1,
948 100 * 1 / 4,
949 100 * 1 / 2,
950 100 * 3 / 4,
951 100 * 4 / 5,
952 100 * 5 / 6,
953 100 * 6 / 7,
954 100 * 7 / 8,
955 100 * 8 / 9,
956 100 * 9 / 10
957 };
958
Sujith256b77592008-11-18 09:03:12 +0530959 last_per = ath_rc_priv->state[tx_rate].per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700960
961 if (xretries) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700962 if (xretries == 1) {
Sujith256b77592008-11-18 09:03:12 +0530963 ath_rc_priv->state[tx_rate].per += 30;
964 if (ath_rc_priv->state[tx_rate].per > 100)
965 ath_rc_priv->state[tx_rate].per = 100;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700966 } else {
967 /* xretries == 2 */
Julia Lawall87c16872008-11-09 17:56:10 +0100968 count = ARRAY_SIZE(nretry_to_per_lookup);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700969 if (retries >= count)
970 retries = count - 1;
Sujith2c5a7442008-11-18 09:08:33 +0530971
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700972 /* new_PER = 7/8*old_PER + 1/8*(currentPER) */
Sujith256b77592008-11-18 09:03:12 +0530973 ath_rc_priv->state[tx_rate].per =
Sujith2c5a7442008-11-18 09:08:33 +0530974 (u8)(last_per - (last_per >> 3) + (100 >> 3));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700975 }
976
977 /* xretries == 1 or 2 */
978
Sujith256b77592008-11-18 09:03:12 +0530979 if (ath_rc_priv->probe_rate == tx_rate)
980 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700981
Sujith2c5a7442008-11-18 09:08:33 +0530982 } else { /* xretries == 0 */
Julia Lawall87c16872008-11-09 17:56:10 +0100983 count = ARRAY_SIZE(nretry_to_per_lookup);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700984 if (retries >= count)
985 retries = count - 1;
Sujith2c5a7442008-11-18 09:08:33 +0530986
Sujith46d14a52008-11-18 09:08:13 +0530987 if (tx_info_priv->n_bad_frames) {
Sujithdc2222a2008-08-14 13:26:55 +0530988 /* new_PER = 7/8*old_PER + 1/8*(currentPER)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700989 * Assuming that n_frames is not 0. The current PER
990 * from the retries is 100 * retries / (retries+1),
991 * since the first retries attempts failed, and the
992 * next one worked. For the one that worked,
993 * n_bad_frames subframes out of n_frames wored,
994 * so the PER for that part is
995 * 100 * n_bad_frames / n_frames, and it contributes
996 * 100 * n_bad_frames / (n_frames * (retries+1)) to
997 * the above PER. The expression below is a
998 * simplified version of the sum of these two terms.
999 */
Sujith2c5a7442008-11-18 09:08:33 +05301000 if (tx_info_priv->n_frames > 0) {
1001 int n_frames, n_bad_frames;
1002 u8 cur_per, new_per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001003
Sujith2c5a7442008-11-18 09:08:33 +05301004 n_bad_frames = retries * tx_info_priv->n_frames +
1005 tx_info_priv->n_bad_frames;
1006 n_frames = tx_info_priv->n_frames * (retries + 1);
1007 cur_per = (100 * n_bad_frames / n_frames) >> 3;
1008 new_per = (u8)(last_per - (last_per >> 3) + cur_per);
1009 ath_rc_priv->state[tx_rate].per = new_per;
1010 }
1011 } else {
1012 ath_rc_priv->state[tx_rate].per =
1013 (u8)(last_per - (last_per >> 3) +
1014 (nretry_to_per_lookup[retries] >> 3));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001015 }
1016
Sujith256b77592008-11-18 09:03:12 +05301017 ath_rc_priv->rssi_last_prev2 = ath_rc_priv->rssi_last_prev;
1018 ath_rc_priv->rssi_last_prev = ath_rc_priv->rssi_last;
Sujith46d14a52008-11-18 09:08:13 +05301019 ath_rc_priv->rssi_last = tx_info_priv->tx.ts_rssi;
Sujith256b77592008-11-18 09:03:12 +05301020 ath_rc_priv->rssi_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001021
1022 /*
1023 * If we got at most one retry then increase the max rate if
1024 * this was a probe. Otherwise, ignore the probe.
1025 */
Sujith256b77592008-11-18 09:03:12 +05301026 if (ath_rc_priv->probe_rate && ath_rc_priv->probe_rate == tx_rate) {
Sujith46d14a52008-11-18 09:08:13 +05301027 if (retries > 0 || 2 * tx_info_priv->n_bad_frames >
1028 tx_info_priv->n_frames) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001029 /*
1030 * Since we probed with just a single attempt,
1031 * any retries means the probe failed. Also,
1032 * if the attempt worked, but more than half
1033 * the subframes were bad then also consider
1034 * the probe a failure.
1035 */
Sujith256b77592008-11-18 09:03:12 +05301036 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001037 } else {
1038 u8 probe_rate = 0;
1039
Sujith2c5a7442008-11-18 09:08:33 +05301040 ath_rc_priv->rate_max_phy =
1041 ath_rc_priv->probe_rate;
Sujith256b77592008-11-18 09:03:12 +05301042 probe_rate = ath_rc_priv->probe_rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001043
Sujith256b77592008-11-18 09:03:12 +05301044 if (ath_rc_priv->state[probe_rate].per > 30)
1045 ath_rc_priv->state[probe_rate].per = 20;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001046
Sujith256b77592008-11-18 09:03:12 +05301047 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001048
1049 /*
1050 * Since this probe succeeded, we allow the next
1051 * probe twice as soon. This allows the maxRate
1052 * to move up faster if the probes are
1053 * succesful.
1054 */
Sujith2c5a7442008-11-18 09:08:33 +05301055 ath_rc_priv->probe_time =
1056 now_msec - rate_table->probe_interval / 2;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001057 }
1058 }
1059
1060 if (retries > 0) {
1061 /*
1062 * Don't update anything. We don't know if
1063 * this was because of collisions or poor signal.
1064 *
1065 * Later: if rssi_ack is close to
Sujith256b77592008-11-18 09:03:12 +05301066 * ath_rc_priv->state[txRate].rssi_thres and we see lots
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001067 * of retries, then we could increase
Sujith256b77592008-11-18 09:03:12 +05301068 * ath_rc_priv->state[txRate].rssi_thres.
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001069 */
Sujith256b77592008-11-18 09:03:12 +05301070 ath_rc_priv->hw_maxretry_pktcnt = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001071 } else {
Sujith2c5a7442008-11-18 09:08:33 +05301072 int32_t rssi_ackAvg;
1073 int8_t rssi_thres;
1074 int8_t rssi_ack_vmin;
1075
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001076 /*
1077 * It worked with no retries. First ignore bogus (small)
1078 * rssi_ack values.
1079 */
Sujith256b77592008-11-18 09:03:12 +05301080 if (tx_rate == ath_rc_priv->rate_max_phy &&
1081 ath_rc_priv->hw_maxretry_pktcnt < 255) {
1082 ath_rc_priv->hw_maxretry_pktcnt++;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001083 }
1084
Sujith2c5a7442008-11-18 09:08:33 +05301085 if (tx_info_priv->tx.ts_rssi <
1086 rate_table->info[tx_rate].rssi_ack_validmin)
1087 goto exit;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001088
Sujith2c5a7442008-11-18 09:08:33 +05301089 /* Average the rssi */
1090 if (tx_rate != ath_rc_priv->rssi_sum_rate) {
1091 ath_rc_priv->rssi_sum_rate = tx_rate;
1092 ath_rc_priv->rssi_sum =
1093 ath_rc_priv->rssi_sum_cnt = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001094 }
Sujith2c5a7442008-11-18 09:08:33 +05301095
1096 ath_rc_priv->rssi_sum += tx_info_priv->tx.ts_rssi;
1097 ath_rc_priv->rssi_sum_cnt++;
1098
1099 if (ath_rc_priv->rssi_sum_cnt < 4)
1100 goto exit;
1101
1102 rssi_ackAvg =
1103 (ath_rc_priv->rssi_sum + 2) / 4;
1104 rssi_thres =
1105 ath_rc_priv->state[tx_rate].rssi_thres;
1106 rssi_ack_vmin =
1107 rate_table->info[tx_rate].rssi_ack_validmin;
1108
1109 ath_rc_priv->rssi_sum =
1110 ath_rc_priv->rssi_sum_cnt = 0;
1111
1112 /* Now reduce the current rssi threshold */
1113 if ((rssi_ackAvg < rssi_thres + 2) &&
1114 (rssi_thres > rssi_ack_vmin)) {
1115 ath_rc_priv->state[tx_rate].rssi_thres--;
1116 }
1117
1118 state_change = true;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001119 }
1120 }
Sujith2c5a7442008-11-18 09:08:33 +05301121exit:
1122 return state_change;
1123}
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001124
Sujith2c5a7442008-11-18 09:08:33 +05301125/* Update PER, RSSI and whatever else that the code thinks it is doing.
1126 If you can make sense of all this, you really need to go out more. */
1127
1128static void ath_rc_update_ht(struct ath_softc *sc,
1129 struct ath_rate_priv *ath_rc_priv,
1130 struct ath_tx_info_priv *tx_info_priv,
1131 int tx_rate, int xretries, int retries)
1132{
1133#define CHK_RSSI(rate) \
1134 ((ath_rc_priv->state[(rate)].rssi_thres + \
1135 rate_table->info[(rate)].rssi_ack_deltamin) > \
1136 ath_rc_priv->state[(rate)+1].rssi_thres)
1137
1138 u32 now_msec = jiffies_to_msecs(jiffies);
1139 int rate;
1140 u8 last_per;
1141 bool state_change = false;
Sujith40990ec2008-12-07 21:41:37 +05301142 struct ath_rate_table *rate_table = sc->cur_rate_table;
Sujith2c5a7442008-11-18 09:08:33 +05301143 int size = ath_rc_priv->rate_table_size;
1144
1145 if ((tx_rate < 0) || (tx_rate > rate_table->rate_cnt))
1146 return;
1147
1148 /* To compensate for some imbalance between ctrl and ext. channel */
1149
1150 if (WLAN_RC_PHY_40(rate_table->info[tx_rate].phy))
1151 tx_info_priv->tx.ts_rssi =
1152 tx_info_priv->tx.ts_rssi < 3 ? 0 :
1153 tx_info_priv->tx.ts_rssi - 3;
1154
1155 last_per = ath_rc_priv->state[tx_rate].per;
1156
1157 /* Update PER first */
1158 state_change = ath_rc_update_per(sc, rate_table, ath_rc_priv,
1159 tx_info_priv, tx_rate, xretries,
1160 retries, now_msec);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001161
1162 /*
1163 * If this rate looks bad (high PER) then stop using it for
1164 * a while (except if we are probing).
1165 */
Sujith256b77592008-11-18 09:03:12 +05301166 if (ath_rc_priv->state[tx_rate].per >= 55 && tx_rate > 0 &&
Sujithdc2222a2008-08-14 13:26:55 +05301167 rate_table->info[tx_rate].ratekbps <=
Sujith256b77592008-11-18 09:03:12 +05301168 rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) {
1169 ath_rc_get_nextlowervalid_txrate(rate_table, ath_rc_priv,
Sujith2c5a7442008-11-18 09:08:33 +05301170 (u8)tx_rate, &ath_rc_priv->rate_max_phy);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001171
1172 /* Don't probe for a little while. */
Sujith256b77592008-11-18 09:03:12 +05301173 ath_rc_priv->probe_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001174 }
1175
1176 if (state_change) {
1177 /*
1178 * Make sure the rates above this have higher rssi thresholds.
1179 * (Note: Monotonicity is kept within the OFDM rates and
1180 * within the CCK rates. However, no adjustment is
1181 * made to keep the rssi thresholds monotonically
1182 * increasing between the CCK and OFDM rates.)
1183 */
Sujith2c5a7442008-11-18 09:08:33 +05301184 for (rate = tx_rate; rate < size - 1; rate++) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001185 if (rate_table->info[rate+1].phy !=
Sujith2c5a7442008-11-18 09:08:33 +05301186 rate_table->info[tx_rate].phy)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001187 break;
1188
Sujith2c5a7442008-11-18 09:08:33 +05301189 if (CHK_RSSI(rate)) {
Sujith256b77592008-11-18 09:03:12 +05301190 ath_rc_priv->state[rate+1].rssi_thres =
Sujith2c5a7442008-11-18 09:08:33 +05301191 ath_rc_priv->state[rate].rssi_thres +
1192 rate_table->info[rate].rssi_ack_deltamin;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001193 }
1194 }
1195
1196 /* Make sure the rates below this have lower rssi thresholds. */
1197 for (rate = tx_rate - 1; rate >= 0; rate--) {
1198 if (rate_table->info[rate].phy !=
Sujithdc2222a2008-08-14 13:26:55 +05301199 rate_table->info[tx_rate].phy)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001200 break;
1201
Sujith2c5a7442008-11-18 09:08:33 +05301202 if (CHK_RSSI(rate)) {
Sujith256b77592008-11-18 09:03:12 +05301203 if (ath_rc_priv->state[rate+1].rssi_thres <
Sujith2c5a7442008-11-18 09:08:33 +05301204 rate_table->info[rate].rssi_ack_deltamin)
Sujith256b77592008-11-18 09:03:12 +05301205 ath_rc_priv->state[rate].rssi_thres = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001206 else {
Sujith256b77592008-11-18 09:03:12 +05301207 ath_rc_priv->state[rate].rssi_thres =
Sujith2c5a7442008-11-18 09:08:33 +05301208 ath_rc_priv->state[rate+1].rssi_thres -
1209 rate_table->info[rate].rssi_ack_deltamin;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001210 }
1211
Sujith256b77592008-11-18 09:03:12 +05301212 if (ath_rc_priv->state[rate].rssi_thres <
Sujith2c5a7442008-11-18 09:08:33 +05301213 rate_table->info[rate].rssi_ack_validmin) {
Sujith256b77592008-11-18 09:03:12 +05301214 ath_rc_priv->state[rate].rssi_thres =
Sujith2c5a7442008-11-18 09:08:33 +05301215 rate_table->info[rate].rssi_ack_validmin;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001216 }
1217 }
1218 }
1219 }
1220
1221 /* Make sure the rates below this have lower PER */
1222 /* Monotonicity is kept only for rates below the current rate. */
Sujith256b77592008-11-18 09:03:12 +05301223 if (ath_rc_priv->state[tx_rate].per < last_per) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001224 for (rate = tx_rate - 1; rate >= 0; rate--) {
1225 if (rate_table->info[rate].phy !=
Sujithdc2222a2008-08-14 13:26:55 +05301226 rate_table->info[tx_rate].phy)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001227 break;
1228
Sujith256b77592008-11-18 09:03:12 +05301229 if (ath_rc_priv->state[rate].per >
1230 ath_rc_priv->state[rate+1].per) {
1231 ath_rc_priv->state[rate].per =
1232 ath_rc_priv->state[rate+1].per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001233 }
1234 }
1235 }
1236
1237 /* Maintain monotonicity for rates above the current rate */
Sujith2c5a7442008-11-18 09:08:33 +05301238 for (rate = tx_rate; rate < size - 1; rate++) {
1239 if (ath_rc_priv->state[rate+1].per <
1240 ath_rc_priv->state[rate].per)
Sujith256b77592008-11-18 09:03:12 +05301241 ath_rc_priv->state[rate+1].per =
1242 ath_rc_priv->state[rate].per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001243 }
1244
1245 /* Every so often, we reduce the thresholds and
1246 * PER (different for CCK and OFDM). */
Sujith256b77592008-11-18 09:03:12 +05301247 if (now_msec - ath_rc_priv->rssi_down_time >=
Sujithdc2222a2008-08-14 13:26:55 +05301248 rate_table->rssi_reduce_interval) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001249
Sujith2c5a7442008-11-18 09:08:33 +05301250 for (rate = 0; rate < size; rate++) {
Sujith256b77592008-11-18 09:03:12 +05301251 if (ath_rc_priv->state[rate].rssi_thres >
Sujithdc2222a2008-08-14 13:26:55 +05301252 rate_table->info[rate].rssi_ack_validmin)
Sujith256b77592008-11-18 09:03:12 +05301253 ath_rc_priv->state[rate].rssi_thres -= 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001254 }
Sujith256b77592008-11-18 09:03:12 +05301255 ath_rc_priv->rssi_down_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001256 }
1257
1258 /* Every so often, we reduce the thresholds
1259 * and PER (different for CCK and OFDM). */
Sujith256b77592008-11-18 09:03:12 +05301260 if (now_msec - ath_rc_priv->per_down_time >=
Sujithdc2222a2008-08-14 13:26:55 +05301261 rate_table->rssi_reduce_interval) {
Sujith2c5a7442008-11-18 09:08:33 +05301262 for (rate = 0; rate < size; rate++) {
Sujith256b77592008-11-18 09:03:12 +05301263 ath_rc_priv->state[rate].per =
1264 7 * ath_rc_priv->state[rate].per / 8;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001265 }
1266
Sujith256b77592008-11-18 09:03:12 +05301267 ath_rc_priv->per_down_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001268 }
Sujith2c5a7442008-11-18 09:08:33 +05301269
Sujith9e712792009-02-20 15:13:20 +05301270 ath_debug_stat_retries(sc, tx_rate, xretries, retries,
1271 ath_rc_priv->state[tx_rate].per);
Sujith029bc432009-02-04 08:10:26 +05301272
Sujith2c5a7442008-11-18 09:08:33 +05301273#undef CHK_RSSI
1274}
1275
1276static int ath_rc_get_rateindex(struct ath_rate_table *rate_table,
1277 struct ieee80211_tx_rate *rate)
1278{
1279 int rix;
1280
1281 if ((rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
1282 (rate->flags & IEEE80211_TX_RC_SHORT_GI))
1283 rix = rate_table->info[rate->idx].ht_index;
1284 else if (rate->flags & IEEE80211_TX_RC_SHORT_GI)
1285 rix = rate_table->info[rate->idx].sgi_index;
1286 else if (rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH)
1287 rix = rate_table->info[rate->idx].cw40index;
1288 else
1289 rix = rate_table->info[rate->idx].base_index;
1290
1291 return rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001292}
1293
Sujith46d14a52008-11-18 09:08:13 +05301294static void ath_rc_tx_status(struct ath_softc *sc,
1295 struct ath_rate_priv *ath_rc_priv,
1296 struct ieee80211_tx_info *tx_info,
1297 int final_ts_idx, int xretries, int long_retry)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001298{
Sujith46d14a52008-11-18 09:08:13 +05301299 struct ath_tx_info_priv *tx_info_priv = ATH_TX_INFO_PRIV(tx_info);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001300 struct ath_rate_table *rate_table;
Sujitha8efee42008-11-18 09:07:30 +05301301 struct ieee80211_tx_rate *rates = tx_info->status.rates;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001302 u8 flags;
Sujith2c5a7442008-11-18 09:08:33 +05301303 u32 i = 0, rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001304
Sujith40990ec2008-12-07 21:41:37 +05301305 rate_table = sc->cur_rate_table;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001306
1307 /*
1308 * If the first rate is not the final index, there
1309 * are intermediate rate failures to be processed.
1310 */
1311 if (final_ts_idx != 0) {
1312 /* Process intermediate rates that failed.*/
Sujith2c5a7442008-11-18 09:08:33 +05301313 for (i = 0; i < final_ts_idx ; i++) {
1314 if (rates[i].count != 0 && (rates[i].idx >= 0)) {
1315 flags = rates[i].flags;
1316
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001317 /* If HT40 and we have switched mode from
1318 * 40 to 20 => don't update */
Sujith2c5a7442008-11-18 09:08:33 +05301319
Sujitha8efee42008-11-18 09:07:30 +05301320 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
Sujithe63835b2008-11-18 09:07:53 +05301321 (ath_rc_priv->rc_phy_mode != WLAN_RC_40_FLAG))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001322 return;
Sujithe63835b2008-11-18 09:07:53 +05301323
Sujith2c5a7442008-11-18 09:08:33 +05301324 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001325 ath_rc_update_ht(sc, ath_rc_priv,
Sujith46d14a52008-11-18 09:08:13 +05301326 tx_info_priv, rix,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001327 xretries ? 1 : 2,
Sujith2c5a7442008-11-18 09:08:33 +05301328 rates[i].count);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001329 }
1330 }
1331 } else {
1332 /*
1333 * Handle the special case of MIMO PS burst, where the second
1334 * aggregate is sent out with only one rate and one try.
1335 * Treating it as an excessive retry penalizes the rate
1336 * inordinately.
1337 */
Sujitha8efee42008-11-18 09:07:30 +05301338 if (rates[0].count == 1 && xretries == 1)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001339 xretries = 2;
1340 }
1341
Sujith2c5a7442008-11-18 09:08:33 +05301342 flags = rates[i].flags;
1343
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001344 /* If HT40 and we have switched mode from 40 to 20 => don't update */
Sujitha8efee42008-11-18 09:07:30 +05301345 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
Sujithe63835b2008-11-18 09:07:53 +05301346 (ath_rc_priv->rc_phy_mode != WLAN_RC_40_FLAG)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001347 return;
Sujithe63835b2008-11-18 09:07:53 +05301348 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001349
Sujith2c5a7442008-11-18 09:08:33 +05301350 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Sujith46d14a52008-11-18 09:08:13 +05301351 ath_rc_update_ht(sc, ath_rc_priv, tx_info_priv, rix,
Sujith2c5a7442008-11-18 09:08:33 +05301352 xretries, long_retry);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001353}
1354
Sujithe11602b2008-11-27 09:46:27 +05301355static struct ath_rate_table *ath_choose_rate_table(struct ath_softc *sc,
1356 enum ieee80211_band band,
1357 bool is_ht, bool is_cw_40)
1358{
1359 int mode = 0;
1360
1361 switch(band) {
1362 case IEEE80211_BAND_2GHZ:
1363 mode = ATH9K_MODE_11G;
1364 if (is_ht)
1365 mode = ATH9K_MODE_11NG_HT20;
1366 if (is_cw_40)
1367 mode = ATH9K_MODE_11NG_HT40PLUS;
1368 break;
1369 case IEEE80211_BAND_5GHZ:
1370 mode = ATH9K_MODE_11A;
1371 if (is_ht)
1372 mode = ATH9K_MODE_11NA_HT20;
1373 if (is_cw_40)
1374 mode = ATH9K_MODE_11NA_HT40PLUS;
1375 break;
1376 default:
Sujith04bd46382008-11-28 22:18:05 +05301377 DPRINTF(sc, ATH_DBG_CONFIG, "Invalid band\n");
Sujithe11602b2008-11-27 09:46:27 +05301378 return NULL;
1379 }
1380
1381 BUG_ON(mode >= ATH9K_MODE_MAX);
1382
Sujith04bd46382008-11-28 22:18:05 +05301383 DPRINTF(sc, ATH_DBG_CONFIG, "Choosing rate table for mode: %d\n", mode);
Sujithe11602b2008-11-27 09:46:27 +05301384 return sc->hw_rate_table[mode];
1385}
1386
Sujith5ddfac32008-11-18 09:06:44 +05301387static void ath_rc_init(struct ath_softc *sc,
Sujith46d14a52008-11-18 09:08:13 +05301388 struct ath_rate_priv *ath_rc_priv,
Sujith5ddfac32008-11-18 09:06:44 +05301389 struct ieee80211_supported_band *sband,
1390 struct ieee80211_sta *sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001391{
1392 struct ath_rate_table *rate_table = NULL;
Sujith5ddfac32008-11-18 09:06:44 +05301393 struct ath_rateset *rateset = &ath_rc_priv->neg_rates;
1394 u8 *ht_mcs = (u8 *)&ath_rc_priv->neg_ht_rates;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001395 u8 i, j, k, hi = 0, hthi = 0;
Senthil Balasubramanian8bd1d072009-02-12 13:57:03 +05301396 struct ath_hw *ah = sc->sc_ah;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001397
Sujithe11602b2008-11-27 09:46:27 +05301398 /* FIXME: Adhoc */
Sujith2660b812009-02-09 13:27:26 +05301399 if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) ||
1400 (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC)) {
Sujithe11602b2008-11-27 09:46:27 +05301401 bool is_cw_40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40;
1402 rate_table = ath_choose_rate_table(sc, sband->band,
1403 sta->ht_cap.ht_supported,
1404 is_cw_40);
Sujith2660b812009-02-09 13:27:26 +05301405 } else if (sc->sc_ah->opmode == NL80211_IFTYPE_AP) {
Sujith3706de62008-12-07 21:42:10 +05301406 /* cur_rate_table would be set on init through config() */
1407 rate_table = sc->cur_rate_table;
Sujithe11602b2008-11-27 09:46:27 +05301408 }
1409
1410 if (!rate_table) {
1411 DPRINTF(sc, ATH_DBG_FATAL, "Rate table not initialized\n");
1412 return;
1413 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001414
Sujith5ddfac32008-11-18 09:06:44 +05301415 if (sta->ht_cap.ht_supported) {
Sujithf8206e02009-01-23 11:20:51 +05301416 ath_rc_priv->ht_cap = WLAN_RC_HT_FLAG;
Senthil Balasubramanian8bd1d072009-02-12 13:57:03 +05301417 if (sc->sc_ah->caps.tx_chainmask != 1 &&
1418 ath9k_hw_getcapability(ah, ATH9K_CAP_DS, 0, NULL))
Sujithf8206e02009-01-23 11:20:51 +05301419 ath_rc_priv->ht_cap |= WLAN_RC_DS_FLAG;
Sujith5ddfac32008-11-18 09:06:44 +05301420 if (sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40)
1421 ath_rc_priv->ht_cap |= WLAN_RC_40_FLAG;
Sujithdd006392009-01-16 21:38:40 +05301422 if (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40)
1423 ath_rc_priv->ht_cap |= WLAN_RC_SGI_FLAG;
Sujith5ddfac32008-11-18 09:06:44 +05301424 }
1425
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001426 /* Initial rate table size. Will change depending
1427 * on the working rate set */
Sujith46d14a52008-11-18 09:08:13 +05301428 ath_rc_priv->rate_table_size = RATE_TABLE_SIZE;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001429
1430 /* Initialize thresholds according to the global rate table */
Sujith5ddfac32008-11-18 09:06:44 +05301431 for (i = 0 ; i < ath_rc_priv->rate_table_size; i++) {
Sujith256b77592008-11-18 09:03:12 +05301432 ath_rc_priv->state[i].rssi_thres =
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001433 rate_table->info[i].rssi_ack_validmin;
Sujith256b77592008-11-18 09:03:12 +05301434 ath_rc_priv->state[i].per = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001435 }
1436
1437 /* Determine the valid rates */
Sujith256b77592008-11-18 09:03:12 +05301438 ath_rc_init_valid_txmask(ath_rc_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001439
1440 for (i = 0; i < WLAN_RC_PHY_MAX; i++) {
1441 for (j = 0; j < MAX_TX_RATE_PHY; j++)
Sujith256b77592008-11-18 09:03:12 +05301442 ath_rc_priv->valid_phy_rateidx[i][j] = 0;
1443 ath_rc_priv->valid_phy_ratecnt[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001444 }
Sujith5ddfac32008-11-18 09:06:44 +05301445 ath_rc_priv->rc_phy_mode = (ath_rc_priv->ht_cap & WLAN_RC_40_FLAG);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001446
1447 /* Set stream capability */
Sujith5ddfac32008-11-18 09:06:44 +05301448 ath_rc_priv->single_stream = (ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ? 0 : 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001449
1450 if (!rateset->rs_nrates) {
1451 /* No working rate, just initialize valid rates */
Sujith2c5a7442008-11-18 09:08:33 +05301452 hi = ath_rc_init_validrates(ath_rc_priv, rate_table,
Sujithc89424d2009-01-30 14:29:28 +05301453 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001454 } else {
1455 /* Use intersection of working rates and valid rates */
Sujith2c5a7442008-11-18 09:08:33 +05301456 hi = ath_rc_setvalid_rates(ath_rc_priv, rate_table,
Sujithc89424d2009-01-30 14:29:28 +05301457 rateset, ath_rc_priv->ht_cap);
Sujith5ddfac32008-11-18 09:06:44 +05301458 if (ath_rc_priv->ht_cap & WLAN_RC_HT_FLAG) {
Sujith2c5a7442008-11-18 09:08:33 +05301459 hthi = ath_rc_setvalid_htrates(ath_rc_priv,
Sujithc89424d2009-01-30 14:29:28 +05301460 rate_table,
1461 ht_mcs,
1462 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001463 }
1464 hi = A_MAX(hi, hthi);
1465 }
1466
Sujith256b77592008-11-18 09:03:12 +05301467 ath_rc_priv->rate_table_size = hi + 1;
1468 ath_rc_priv->rate_max_phy = 0;
Sujith46d14a52008-11-18 09:08:13 +05301469 ASSERT(ath_rc_priv->rate_table_size <= RATE_TABLE_SIZE);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001470
1471 for (i = 0, k = 0; i < WLAN_RC_PHY_MAX; i++) {
Sujith256b77592008-11-18 09:03:12 +05301472 for (j = 0; j < ath_rc_priv->valid_phy_ratecnt[i]; j++) {
1473 ath_rc_priv->valid_rate_index[k++] =
1474 ath_rc_priv->valid_phy_rateidx[i][j];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001475 }
1476
Sujith46d14a52008-11-18 09:08:13 +05301477 if (!ath_rc_valid_phyrate(i, rate_table->initial_ratemax, 1)
Sujith256b77592008-11-18 09:03:12 +05301478 || !ath_rc_priv->valid_phy_ratecnt[i])
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001479 continue;
1480
Sujith256b77592008-11-18 09:03:12 +05301481 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_phy_rateidx[i][j-1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001482 }
Sujith46d14a52008-11-18 09:08:13 +05301483 ASSERT(ath_rc_priv->rate_table_size <= RATE_TABLE_SIZE);
1484 ASSERT(k <= RATE_TABLE_SIZE);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001485
Sujith256b77592008-11-18 09:03:12 +05301486 ath_rc_priv->max_valid_rate = k;
Sujith256b77592008-11-18 09:03:12 +05301487 ath_rc_sort_validrates(rate_table, ath_rc_priv);
1488 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4];
Sujith40990ec2008-12-07 21:41:37 +05301489 sc->cur_rate_table = rate_table;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001490}
1491
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001492/* Rate Control callbacks */
Johannes Berg4b7679a2008-09-18 18:14:18 +02001493static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband,
1494 struct ieee80211_sta *sta, void *priv_sta,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001495 struct sk_buff *skb)
1496{
1497 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301498 struct ath_rate_priv *ath_rc_priv = priv_sta;
1499 struct ath_tx_info_priv *tx_info_priv = NULL;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001500 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
1501 struct ieee80211_hdr *hdr;
Sujith46d14a52008-11-18 09:08:13 +05301502 int final_ts_idx, tx_status = 0, is_underrun = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001503 __le16 fc;
1504
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001505 hdr = (struct ieee80211_hdr *)skb->data;
1506 fc = hdr->frame_control;
Sujith46d14a52008-11-18 09:08:13 +05301507 tx_info_priv = ATH_TX_INFO_PRIV(tx_info);
Sujith46d14a52008-11-18 09:08:13 +05301508 final_ts_idx = tx_info_priv->tx.ts_rateindex;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001509
Sujithff37e332008-11-24 12:07:55 +05301510 if (!priv_sta || !ieee80211_is_data(fc) ||
Vasanthakumar Thiagarajan7ac47012008-11-20 11:51:18 +05301511 !tx_info_priv->update_rc)
Sujith46d14a52008-11-18 09:08:13 +05301512 goto exit;
Johannes Berge6a98542008-10-21 12:40:02 +02001513
Sujith46d14a52008-11-18 09:08:13 +05301514 if (tx_info_priv->tx.ts_status & ATH9K_TXERR_FILT)
1515 goto exit;
Johannes Berge6a98542008-10-21 12:40:02 +02001516
Sujith46d14a52008-11-18 09:08:13 +05301517 /*
1518 * If underrun error is seen assume it as an excessive retry only
1519 * if prefetch trigger level have reached the max (0x3f for 5416)
1520 * Adjust the long retry as if the frame was tried ATH_11N_TXMAXTRY
1521 * times. This affects how ratectrl updates PER for the failed rate.
1522 */
1523 if (tx_info_priv->tx.ts_flags &
1524 (ATH9K_TX_DATA_UNDERRUN | ATH9K_TX_DELIM_UNDERRUN) &&
Sujith2660b812009-02-09 13:27:26 +05301525 ((sc->sc_ah->tx_trig_level) >= ath_rc_priv->tx_triglevel_max)) {
Sujith46d14a52008-11-18 09:08:13 +05301526 tx_status = 1;
1527 is_underrun = 1;
1528 }
1529
1530 if ((tx_info_priv->tx.ts_status & ATH9K_TXERR_XRETRY) ||
1531 (tx_info_priv->tx.ts_status & ATH9K_TXERR_FIFO))
1532 tx_status = 1;
1533
1534 ath_rc_tx_status(sc, ath_rc_priv, tx_info, final_ts_idx, tx_status,
1535 (is_underrun) ? ATH_11N_TXMAXTRY :
1536 tx_info_priv->tx.ts_longretry);
1537
Sujithd22b0022009-01-28 11:55:45 +05301538 /* Check if aggregation has to be enabled for this tid */
Vasanthakumar Thiagarajand5c232f2009-02-18 10:22:02 +05301539 if (conf_is_ht(&sc->hw->conf) &&
1540 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
Sujithd22b0022009-01-28 11:55:45 +05301541 if (ieee80211_is_data_qos(fc)) {
1542 u8 *qc, tid;
1543 struct ath_node *an;
1544
1545 qc = ieee80211_get_qos_ctl(hdr);
1546 tid = qc[0] & 0xf;
1547 an = (struct ath_node *)sta->drv_priv;
1548
1549 if(ath_tx_aggr_check(sc, an, tid))
1550 ieee80211_start_tx_ba_session(sc->hw, hdr->addr1, tid);
1551 }
1552 }
Sujith7a7dec62009-01-30 14:32:09 +05301553
1554 ath_debug_stat_rc(sc, skb);
Sujith46d14a52008-11-18 09:08:13 +05301555exit:
Johannes Berge6a98542008-10-21 12:40:02 +02001556 kfree(tx_info_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001557}
1558
Johannes Berge6a98542008-10-21 12:40:02 +02001559static void ath_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta,
1560 struct ieee80211_tx_rate_control *txrc)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001561{
Johannes Berge6a98542008-10-21 12:40:02 +02001562 struct ieee80211_supported_band *sband = txrc->sband;
1563 struct sk_buff *skb = txrc->skb;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001564 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
Sujith39008982009-01-30 14:29:15 +05301565 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
Johannes Berg4b7679a2008-09-18 18:14:18 +02001566 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301567 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001568 __le16 fc = hdr->frame_control;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001569
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001570 /* lowest rate for management and multicast/broadcast frames */
Jouni Malinenf66000f2008-12-17 13:30:31 +02001571 if (!ieee80211_is_data(fc) || is_multicast_ether_addr(hdr->addr1) ||
1572 !sta) {
Sujitha8efee42008-11-18 09:07:30 +05301573 tx_info->control.rates[0].idx = rate_lowest_index(sband, sta);
1574 tx_info->control.rates[0].count =
1575 is_multicast_ether_addr(hdr->addr1) ? 1 : ATH_MGT_TXMAXTRY;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001576 return;
1577 }
1578
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001579 /* Find tx rate for unicast frames */
Sujith39008982009-01-30 14:29:15 +05301580 ath_rc_ratefind(sc, ath_rc_priv, txrc);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001581}
1582
Johannes Berg4b7679a2008-09-18 18:14:18 +02001583static void ath_rate_init(void *priv, struct ieee80211_supported_band *sband,
1584 struct ieee80211_sta *sta, void *priv_sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001585{
Johannes Berg4b7679a2008-09-18 18:14:18 +02001586 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301587 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001588 int i, j = 0;
1589
Sujith7b4d2732008-11-18 09:04:00 +05301590 for (i = 0; i < sband->n_bitrates; i++) {
1591 if (sta->supp_rates[sband->band] & BIT(i)) {
1592 ath_rc_priv->neg_rates.rs_rates[j]
1593 = (sband->bitrates[i].bitrate * 2) / 10;
1594 j++;
1595 }
1596 }
1597 ath_rc_priv->neg_rates.rs_nrates = j;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001598
Sujitha4510bf2008-10-23 12:15:19 +05301599 if (sta->ht_cap.ht_supported) {
Sujith7b4d2732008-11-18 09:04:00 +05301600 for (i = 0, j = 0; i < 77; i++) {
Johannes Bergae5eb022008-10-14 16:58:37 +02001601 if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8)))
Sujithdc2222a2008-08-14 13:26:55 +05301602 ath_rc_priv->neg_ht_rates.rs_rates[j++] = i;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001603 if (j == ATH_RATE_MAX)
1604 break;
1605 }
Sujithdc2222a2008-08-14 13:26:55 +05301606 ath_rc_priv->neg_ht_rates.rs_nrates = j;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001607 }
Sujith7b4d2732008-11-18 09:04:00 +05301608
Sujith5ddfac32008-11-18 09:06:44 +05301609 ath_rc_init(sc, priv_sta, sband, sta);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001610}
1611
Johannes Berg4b7679a2008-09-18 18:14:18 +02001612static void *ath_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001613{
Johannes Berg4b7679a2008-09-18 18:14:18 +02001614 return hw->priv;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001615}
1616
1617static void ath_rate_free(void *priv)
1618{
1619 return;
1620}
1621
Johannes Berg4b7679a2008-09-18 18:14:18 +02001622static void *ath_rate_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001623{
1624 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301625 struct ath_rate_priv *rate_priv;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001626
Sujith46d14a52008-11-18 09:08:13 +05301627 rate_priv = kzalloc(sizeof(struct ath_rate_priv), gfp);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001628 if (!rate_priv) {
Sujithdc2222a2008-08-14 13:26:55 +05301629 DPRINTF(sc, ATH_DBG_FATAL,
Sujith04bd46382008-11-28 22:18:05 +05301630 "Unable to allocate private rc structure\n");
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001631 return NULL;
1632 }
Sujithfe605942008-11-18 09:03:36 +05301633
Sujithfe605942008-11-18 09:03:36 +05301634 rate_priv->rssi_down_time = jiffies_to_msecs(jiffies);
Sujith2660b812009-02-09 13:27:26 +05301635 rate_priv->tx_triglevel_max = sc->sc_ah->caps.tx_triglevel_max;
Sujithdc2222a2008-08-14 13:26:55 +05301636
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001637 return rate_priv;
1638}
1639
Johannes Berg4b7679a2008-09-18 18:14:18 +02001640static void ath_rate_free_sta(void *priv, struct ieee80211_sta *sta,
1641 void *priv_sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001642{
Sujith46d14a52008-11-18 09:08:13 +05301643 struct ath_rate_priv *rate_priv = priv_sta;
Sujithfe605942008-11-18 09:03:36 +05301644 kfree(rate_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001645}
1646
1647static struct rate_control_ops ath_rate_ops = {
1648 .module = NULL,
1649 .name = "ath9k_rate_control",
1650 .tx_status = ath_tx_status,
1651 .get_rate = ath_get_rate,
1652 .rate_init = ath_rate_init,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001653 .alloc = ath_rate_alloc,
1654 .free = ath_rate_free,
1655 .alloc_sta = ath_rate_alloc_sta,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001656 .free_sta = ath_rate_free_sta,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001657};
1658
Sujithe63835b2008-11-18 09:07:53 +05301659static void ath_setup_rate_table(struct ath_softc *sc,
1660 struct ath_rate_table *rate_table)
1661{
1662 int i;
1663
Sujithe63835b2008-11-18 09:07:53 +05301664 for (i = 0; i < rate_table->rate_cnt; i++) {
Sujithe63835b2008-11-18 09:07:53 +05301665 u8 cix = rate_table->info[i].ctrl_rate;
Sujithe63835b2008-11-18 09:07:53 +05301666
1667 rate_table->info[i].lpAckDuration =
1668 ath9k_hw_computetxtime(sc->sc_ah, rate_table,
1669 WLAN_CTRL_FRAME_SIZE,
1670 cix,
1671 false);
1672 rate_table->info[i].spAckDuration =
1673 ath9k_hw_computetxtime(sc->sc_ah, rate_table,
1674 WLAN_CTRL_FRAME_SIZE,
1675 cix,
1676 true);
1677 }
1678}
1679
Sujithfe7f4a72008-11-18 09:07:06 +05301680void ath_rate_attach(struct ath_softc *sc)
1681{
1682 sc->hw_rate_table[ATH9K_MODE_11B] =
1683 &ar5416_11b_ratetable;
1684 sc->hw_rate_table[ATH9K_MODE_11A] =
1685 &ar5416_11a_ratetable;
1686 sc->hw_rate_table[ATH9K_MODE_11G] =
1687 &ar5416_11g_ratetable;
1688 sc->hw_rate_table[ATH9K_MODE_11NA_HT20] =
1689 &ar5416_11na_ratetable;
1690 sc->hw_rate_table[ATH9K_MODE_11NG_HT20] =
1691 &ar5416_11ng_ratetable;
1692 sc->hw_rate_table[ATH9K_MODE_11NA_HT40PLUS] =
1693 &ar5416_11na_ratetable;
1694 sc->hw_rate_table[ATH9K_MODE_11NA_HT40MINUS] =
1695 &ar5416_11na_ratetable;
1696 sc->hw_rate_table[ATH9K_MODE_11NG_HT40PLUS] =
1697 &ar5416_11ng_ratetable;
1698 sc->hw_rate_table[ATH9K_MODE_11NG_HT40MINUS] =
1699 &ar5416_11ng_ratetable;
Sujithe63835b2008-11-18 09:07:53 +05301700
1701 ath_setup_rate_table(sc, &ar5416_11b_ratetable);
1702 ath_setup_rate_table(sc, &ar5416_11a_ratetable);
1703 ath_setup_rate_table(sc, &ar5416_11g_ratetable);
1704 ath_setup_rate_table(sc, &ar5416_11na_ratetable);
1705 ath_setup_rate_table(sc, &ar5416_11ng_ratetable);
Sujithfe7f4a72008-11-18 09:07:06 +05301706}
1707
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001708int ath_rate_control_register(void)
1709{
1710 return ieee80211_rate_control_register(&ath_rate_ops);
1711}
1712
1713void ath_rate_control_unregister(void)
1714{
1715 ieee80211_rate_control_unregister(&ath_rate_ops);
1716}