blob: ac34a055c713269c1b6b3cd50aeeb209dbbaedad [file] [log] [blame]
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001/*
2 * Copyright (c) 2004 Video54 Technologies, Inc.
Sujithcee075a2009-03-13 09:07:23 +05303 * Copyright (c) 2004-2009 Atheros Communications, Inc.
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07004 *
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. Rodriguez4f0fc7c2009-05-06 02:20:00 -040020static const struct ath_rate_table ar5416_11na_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070021 42,
Felix Fietkau545750d2009-11-23 22:21:01 +010022 8, /* MCS start */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -070023 {
Sujith46d14a52008-11-18 09:08:13 +053024 { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010025 5400, 0, 12, 0, 0, 0, 0, 0 },
Sujithe8324352009-01-16 21:38:42 +053026 { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010027 7800, 1, 18, 0, 1, 1, 1, 1 },
Sujith46d14a52008-11-18 09:08:13 +053028 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010029 10000, 2, 24, 2, 2, 2, 2, 2 },
Sujith46d14a52008-11-18 09:08:13 +053030 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010031 13900, 3, 36, 2, 3, 3, 3, 3 },
Sujith46d14a52008-11-18 09:08:13 +053032 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010033 17300, 4, 48, 4, 4, 4, 4, 4 },
Sujith46d14a52008-11-18 09:08:13 +053034 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010035 23000, 5, 72, 4, 5, 5, 5, 5 },
Sujith46d14a52008-11-18 09:08:13 +053036 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010037 27400, 6, 96, 4, 6, 6, 6, 6 },
Sujith46d14a52008-11-18 09:08:13 +053038 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010039 29300, 7, 108, 4, 7, 7, 7, 7 },
Vasanthakumar Thiagarajan42e88562009-07-29 15:05:21 +053040 { VALID_2040, VALID_2040, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010041 6400, 0, 0, 0, 8, 24, 8, 24 },
Sujith46d14a52008-11-18 09:08:13 +053042 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010043 12700, 1, 1, 2, 9, 25, 9, 25 },
Sujith46d14a52008-11-18 09:08:13 +053044 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010045 18800, 2, 2, 2, 10, 26, 10, 26 },
Sujith46d14a52008-11-18 09:08:13 +053046 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010047 25000, 3, 3, 4, 11, 27, 11, 27 },
Sujith46d14a52008-11-18 09:08:13 +053048 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010049 36700, 4, 4, 4, 12, 28, 12, 28 },
Sujith46d14a52008-11-18 09:08:13 +053050 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010051 48100, 5, 5, 4, 13, 29, 13, 29 },
Sujith46d14a52008-11-18 09:08:13 +053052 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010053 53500, 6, 6, 4, 14, 30, 14, 30 },
Sujith46d14a52008-11-18 09:08:13 +053054 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010055 59000, 7, 7, 4, 15, 31, 15, 32 },
Sujith46d14a52008-11-18 09:08:13 +053056 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010057 12700, 8, 8, 3, 16, 33, 16, 33 },
Sujith46d14a52008-11-18 09:08:13 +053058 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010059 24800, 9, 9, 2, 17, 34, 17, 34 },
Sujith46d14a52008-11-18 09:08:13 +053060 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010061 36600, 10, 10, 2, 18, 35, 18, 35 },
Sujith46d14a52008-11-18 09:08:13 +053062 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010063 48100, 11, 11, 4, 19, 36, 19, 36 },
Sujith46d14a52008-11-18 09:08:13 +053064 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010065 69500, 12, 12, 4, 20, 37, 20, 37 },
Sujith46d14a52008-11-18 09:08:13 +053066 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010067 89500, 13, 13, 4, 21, 38, 21, 38 },
Sujith46d14a52008-11-18 09:08:13 +053068 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010069 98900, 14, 14, 4, 22, 39, 22, 39 },
Sujith46d14a52008-11-18 09:08:13 +053070 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010071 108300, 15, 15, 4, 23, 40, 23, 41 },
Sujith46d14a52008-11-18 09:08:13 +053072 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010073 13200, 0, 0, 0, 8, 24, 24, 24 },
Sujith46d14a52008-11-18 09:08:13 +053074 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010075 25900, 1, 1, 2, 9, 25, 25, 25 },
Sujith46d14a52008-11-18 09:08:13 +053076 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010077 38600, 2, 2, 2, 10, 26, 26, 26 },
Sujith46d14a52008-11-18 09:08:13 +053078 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010079 49800, 3, 3, 4, 11, 27, 27, 27 },
Sujith46d14a52008-11-18 09:08:13 +053080 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010081 72200, 4, 4, 4, 12, 28, 28, 28 },
Sujith46d14a52008-11-18 09:08:13 +053082 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010083 92900, 5, 5, 4, 13, 29, 29, 29 },
Sujith46d14a52008-11-18 09:08:13 +053084 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010085 102700, 6, 6, 4, 14, 30, 30, 30 },
Sujith46d14a52008-11-18 09:08:13 +053086 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010087 112000, 7, 7, 4, 15, 31, 32, 32 },
Sujith46d14a52008-11-18 09:08:13 +053088 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010089 122000, 7, 7, 4, 15, 31, 32, 32 },
Sujith46d14a52008-11-18 09:08:13 +053090 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010091 25800, 8, 8, 0, 16, 33, 33, 33 },
Sujith46d14a52008-11-18 09:08:13 +053092 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010093 49800, 9, 9, 2, 17, 34, 34, 34 },
Sujith46d14a52008-11-18 09:08:13 +053094 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010095 71900, 10, 10, 2, 18, 35, 35, 35 },
Sujith46d14a52008-11-18 09:08:13 +053096 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010097 92500, 11, 11, 4, 19, 36, 36, 36 },
Sujith46d14a52008-11-18 09:08:13 +053098 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +010099 130300, 12, 12, 4, 20, 37, 37, 37 },
Sujith46d14a52008-11-18 09:08:13 +0530100 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100101 162800, 13, 13, 4, 21, 38, 38, 38 },
Sujith46d14a52008-11-18 09:08:13 +0530102 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100103 178200, 14, 14, 4, 22, 39, 39, 39 },
Sujith46d14a52008-11-18 09:08:13 +0530104 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100105 192100, 15, 15, 4, 23, 40, 41, 41 },
Sujith46d14a52008-11-18 09:08:13 +0530106 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100107 207000, 15, 15, 4, 23, 40, 41, 41 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700108 },
109 50, /* probe interval */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700110 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
111};
112
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700113/* 4ms frame limit not used for NG mode. The values filled
114 * for HT are the 64K max aggregate limit */
115
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400116static const struct ath_rate_table ar5416_11ng_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700117 46,
Felix Fietkau545750d2009-11-23 22:21:01 +0100118 12, /* MCS start */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700119 {
Sujith46d14a52008-11-18 09:08:13 +0530120 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100121 900, 0, 2, 0, 0, 0, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530122 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100123 1900, 1, 4, 1, 1, 1, 1, 1 },
Sujith46d14a52008-11-18 09:08:13 +0530124 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100125 4900, 2, 11, 2, 2, 2, 2, 2 },
Sujith46d14a52008-11-18 09:08:13 +0530126 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100127 8100, 3, 22, 3, 3, 3, 3, 3 },
Sujith46d14a52008-11-18 09:08:13 +0530128 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100129 5400, 4, 12, 4, 4, 4, 4, 4 },
Sujith46d14a52008-11-18 09:08:13 +0530130 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100131 7800, 5, 18, 4, 5, 5, 5, 5 },
Sujith46d14a52008-11-18 09:08:13 +0530132 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100133 10100, 6, 24, 6, 6, 6, 6, 6 },
Sujith46d14a52008-11-18 09:08:13 +0530134 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100135 14100, 7, 36, 6, 7, 7, 7, 7 },
Sujith46d14a52008-11-18 09:08:13 +0530136 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100137 17700, 8, 48, 8, 8, 8, 8, 8 },
Sujith46d14a52008-11-18 09:08:13 +0530138 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100139 23700, 9, 72, 8, 9, 9, 9, 9 },
Sujith46d14a52008-11-18 09:08:13 +0530140 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100141 27400, 10, 96, 8, 10, 10, 10, 10 },
Sujith46d14a52008-11-18 09:08:13 +0530142 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100143 30900, 11, 108, 8, 11, 11, 11, 11 },
Sujith46d14a52008-11-18 09:08:13 +0530144 { INVALID, INVALID, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100145 6400, 0, 0, 4, 12, 28, 12, 28 },
Sujith46d14a52008-11-18 09:08:13 +0530146 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100147 12700, 1, 1, 6, 13, 29, 13, 29 },
Sujith46d14a52008-11-18 09:08:13 +0530148 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100149 18800, 2, 2, 6, 14, 30, 14, 30 },
Sujith46d14a52008-11-18 09:08:13 +0530150 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100151 25000, 3, 3, 8, 15, 31, 15, 31 },
Sujith46d14a52008-11-18 09:08:13 +0530152 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100153 36700, 4, 4, 8, 16, 32, 16, 32 },
Sujith46d14a52008-11-18 09:08:13 +0530154 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100155 48100, 5, 5, 8, 17, 33, 17, 33 },
Sujith46d14a52008-11-18 09:08:13 +0530156 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100157 53500, 6, 6, 8, 18, 34, 18, 34 },
Sujith46d14a52008-11-18 09:08:13 +0530158 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100159 59000, 7, 7, 8, 19, 35, 19, 36 },
Sujith46d14a52008-11-18 09:08:13 +0530160 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100161 12700, 8, 8, 4, 20, 37, 20, 37 },
Sujith46d14a52008-11-18 09:08:13 +0530162 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100163 24800, 9, 9, 6, 21, 38, 21, 38 },
Sujith46d14a52008-11-18 09:08:13 +0530164 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100165 36600, 10, 10, 6, 22, 39, 22, 39 },
Sujith46d14a52008-11-18 09:08:13 +0530166 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100167 48100, 11, 11, 8, 23, 40, 23, 40 },
Sujith46d14a52008-11-18 09:08:13 +0530168 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100169 69500, 12, 12, 8, 24, 41, 24, 41 },
Sujith46d14a52008-11-18 09:08:13 +0530170 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100171 89500, 13, 13, 8, 25, 42, 25, 42 },
Sujith46d14a52008-11-18 09:08:13 +0530172 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100173 98900, 14, 14, 8, 26, 43, 26, 44 },
Sujith46d14a52008-11-18 09:08:13 +0530174 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100175 108300, 15, 15, 8, 27, 44, 27, 45 },
Sujith46d14a52008-11-18 09:08:13 +0530176 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100177 13200, 0, 0, 8, 12, 28, 28, 28 },
Sujith46d14a52008-11-18 09:08:13 +0530178 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100179 25900, 1, 1, 8, 13, 29, 29, 29 },
Sujith46d14a52008-11-18 09:08:13 +0530180 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100181 38600, 2, 2, 8, 14, 30, 30, 30 },
Sujith46d14a52008-11-18 09:08:13 +0530182 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100183 49800, 3, 3, 8, 15, 31, 31, 31 },
Sujith46d14a52008-11-18 09:08:13 +0530184 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100185 72200, 4, 4, 8, 16, 32, 32, 32 },
Sujith46d14a52008-11-18 09:08:13 +0530186 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100187 92900, 5, 5, 8, 17, 33, 33, 33 },
Sujith46d14a52008-11-18 09:08:13 +0530188 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100189 102700, 6, 6, 8, 18, 34, 34, 34 },
Sujith46d14a52008-11-18 09:08:13 +0530190 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100191 112000, 7, 7, 8, 19, 35, 36, 36 },
Sujith46d14a52008-11-18 09:08:13 +0530192 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100193 122000, 7, 7, 8, 19, 35, 36, 36 },
Sujith46d14a52008-11-18 09:08:13 +0530194 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100195 25800, 8, 8, 8, 20, 37, 37, 37 },
Sujith46d14a52008-11-18 09:08:13 +0530196 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100197 49800, 9, 9, 8, 21, 38, 38, 38 },
Sujith46d14a52008-11-18 09:08:13 +0530198 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100199 71900, 10, 10, 8, 22, 39, 39, 39 },
Sujith46d14a52008-11-18 09:08:13 +0530200 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100201 92500, 11, 11, 8, 23, 40, 40, 40 },
Sujith46d14a52008-11-18 09:08:13 +0530202 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100203 130300, 12, 12, 8, 24, 41, 41, 41 },
Sujith46d14a52008-11-18 09:08:13 +0530204 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100205 162800, 13, 13, 8, 25, 42, 42, 42 },
Sujith46d14a52008-11-18 09:08:13 +0530206 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100207 178200, 14, 14, 8, 26, 43, 43, 43 },
Sujith46d14a52008-11-18 09:08:13 +0530208 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100209 192100, 15, 15, 8, 27, 44, 45, 45 },
Sujith46d14a52008-11-18 09:08:13 +0530210 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100211 207000, 15, 15, 8, 27, 44, 45, 45 },
212 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700213 50, /* probe interval */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700214 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
215};
216
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400217static const struct ath_rate_table ar5416_11a_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700218 8,
Felix Fietkau545750d2009-11-23 22:21:01 +0100219 0,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700220 {
Sujith46d14a52008-11-18 09:08:13 +0530221 { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100222 5400, 0, 12, 0, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530223 { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100224 7800, 1, 18, 0, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530225 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100226 10000, 2, 24, 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530227 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100228 13900, 3, 36, 2, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530229 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100230 17300, 4, 48, 4, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530231 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100232 23000, 5, 72, 4, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530233 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100234 27400, 6, 96, 4, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530235 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100236 29300, 7, 108, 4, 7, 0 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700237 },
238 50, /* probe interval */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700239 0, /* Phy rates allowed initially */
240};
241
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400242static const struct ath_rate_table ar5416_11g_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700243 12,
Felix Fietkau545750d2009-11-23 22:21:01 +0100244 0,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700245 {
Sujith46d14a52008-11-18 09:08:13 +0530246 { VALID, VALID, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100247 900, 0, 2, 0, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530248 { VALID, VALID, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100249 1900, 1, 4, 1, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530250 { VALID, VALID, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100251 4900, 2, 11, 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530252 { VALID, VALID, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100253 8100, 3, 22, 3, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530254 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100255 5400, 4, 12, 4, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530256 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100257 7800, 5, 18, 4, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530258 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100259 10000, 6, 24, 6, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530260 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100261 13900, 7, 36, 6, 7, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530262 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100263 17300, 8, 48, 8, 8, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530264 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100265 23000, 9, 72, 8, 9, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530266 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100267 27400, 10, 96, 8, 10, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530268 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Felix Fietkau1fe82342009-11-23 22:22:27 +0100269 29300, 11, 108, 8, 11, 0 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700270 },
271 50, /* probe interval */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700272 0, /* Phy rates allowed initially */
273};
274
Felix Fietkau545750d2009-11-23 22:21:01 +0100275static const struct ath_rate_table *hw_rate_table[ATH9K_MODE_MAX] = {
276 [ATH9K_MODE_11A] = &ar5416_11a_ratetable,
277 [ATH9K_MODE_11G] = &ar5416_11g_ratetable,
278 [ATH9K_MODE_11NA_HT20] = &ar5416_11na_ratetable,
279 [ATH9K_MODE_11NG_HT20] = &ar5416_11ng_ratetable,
280 [ATH9K_MODE_11NA_HT40PLUS] = &ar5416_11na_ratetable,
281 [ATH9K_MODE_11NA_HT40MINUS] = &ar5416_11na_ratetable,
282 [ATH9K_MODE_11NG_HT40PLUS] = &ar5416_11ng_ratetable,
283 [ATH9K_MODE_11NG_HT40MINUS] = &ar5416_11ng_ratetable,
284};
285
286static int ath_rc_get_rateindex(const struct ath_rate_table *rate_table,
287 struct ieee80211_tx_rate *rate);
288
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700289static inline int8_t median(int8_t a, int8_t b, int8_t c)
290{
291 if (a >= b) {
292 if (b >= c)
293 return b;
294 else if (a > c)
295 return c;
296 else
297 return a;
298 } else {
299 if (a >= c)
300 return a;
301 else if (b >= c)
302 return c;
303 else
304 return b;
305 }
306}
307
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400308static void ath_rc_sort_validrates(const struct ath_rate_table *rate_table,
Sujith46d14a52008-11-18 09:08:13 +0530309 struct ath_rate_priv *ath_rc_priv)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700310{
311 u8 i, j, idx, idx_next;
312
Sujith256b7752008-11-18 09:03:12 +0530313 for (i = ath_rc_priv->max_valid_rate - 1; i > 0; i--) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700314 for (j = 0; j <= i-1; j++) {
Sujith256b7752008-11-18 09:03:12 +0530315 idx = ath_rc_priv->valid_rate_index[j];
316 idx_next = ath_rc_priv->valid_rate_index[j+1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700317
318 if (rate_table->info[idx].ratekbps >
319 rate_table->info[idx_next].ratekbps) {
Sujith256b7752008-11-18 09:03:12 +0530320 ath_rc_priv->valid_rate_index[j] = idx_next;
321 ath_rc_priv->valid_rate_index[j+1] = idx;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700322 }
323 }
324 }
325}
326
Sujith46d14a52008-11-18 09:08:13 +0530327static void ath_rc_init_valid_txmask(struct ath_rate_priv *ath_rc_priv)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700328{
329 u8 i;
330
Sujith256b7752008-11-18 09:03:12 +0530331 for (i = 0; i < ath_rc_priv->rate_table_size; i++)
Sujith46d14a52008-11-18 09:08:13 +0530332 ath_rc_priv->valid_rate_index[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700333}
334
Sujith46d14a52008-11-18 09:08:13 +0530335static inline void ath_rc_set_valid_txmask(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700336 u8 index, int valid_tx_rate)
337{
Luis R. Rodriguez9680e8a2009-09-13 23:28:00 -0700338 BUG_ON(index > ath_rc_priv->rate_table_size);
Sujith46d14a52008-11-18 09:08:13 +0530339 ath_rc_priv->valid_rate_index[index] = valid_tx_rate ? 1 : 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700340}
341
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400342static inline
343int ath_rc_get_nextvalid_txrate(const struct ath_rate_table *rate_table,
344 struct ath_rate_priv *ath_rc_priv,
345 u8 cur_valid_txrate,
346 u8 *next_idx)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700347{
348 u8 i;
349
Sujith256b7752008-11-18 09:03:12 +0530350 for (i = 0; i < ath_rc_priv->max_valid_rate - 1; i++) {
351 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
352 *next_idx = ath_rc_priv->valid_rate_index[i+1];
Sujith46d14a52008-11-18 09:08:13 +0530353 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700354 }
355 }
356
357 /* No more valid rates */
358 *next_idx = 0;
Sujith2c5a7442008-11-18 09:08:33 +0530359
Sujith46d14a52008-11-18 09:08:13 +0530360 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700361}
362
363/* Return true only for single stream */
364
365static int ath_rc_valid_phyrate(u32 phy, u32 capflag, int ignore_cw)
366{
Jouni Malinenb657ead2009-01-13 14:33:49 +0200367 if (WLAN_RC_PHY_HT(phy) && !(capflag & WLAN_RC_HT_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530368 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700369 if (WLAN_RC_PHY_DS(phy) && !(capflag & WLAN_RC_DS_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530370 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700371 if (WLAN_RC_PHY_SGI(phy) && !(capflag & WLAN_RC_SGI_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530372 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700373 if (!ignore_cw && WLAN_RC_PHY_HT(phy))
374 if (WLAN_RC_PHY_40(phy) && !(capflag & WLAN_RC_40_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530375 return 0;
Sujith46d14a52008-11-18 09:08:13 +0530376 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700377}
378
379static inline int
Luis R. Rodriguez39448b02009-07-14 20:14:00 -0400380ath_rc_get_lower_rix(const struct ath_rate_table *rate_table,
381 struct ath_rate_priv *ath_rc_priv,
382 u8 cur_valid_txrate, u8 *next_idx)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700383{
384 int8_t i;
385
Sujith256b7752008-11-18 09:03:12 +0530386 for (i = 1; i < ath_rc_priv->max_valid_rate ; i++) {
387 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
388 *next_idx = ath_rc_priv->valid_rate_index[i-1];
Sujith46d14a52008-11-18 09:08:13 +0530389 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700390 }
391 }
Sujith2c5a7442008-11-18 09:08:33 +0530392
Sujith46d14a52008-11-18 09:08:13 +0530393 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700394}
395
Sujith2c5a7442008-11-18 09:08:33 +0530396static u8 ath_rc_init_validrates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400397 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530398 u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700399{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700400 u8 i, hi = 0;
401 u32 valid;
402
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700403 for (i = 0; i < rate_table->rate_cnt; i++) {
Sujithc6483cf2009-03-30 15:28:56 +0530404 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
Sujithdc2222a2008-08-14 13:26:55 +0530405 rate_table->info[i].valid_single_stream :
406 rate_table->info[i].valid);
Sujith46d14a52008-11-18 09:08:13 +0530407 if (valid == 1) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700408 u32 phy = rate_table->info[i].phy;
409 u8 valid_rate_count = 0;
410
Sujith46d14a52008-11-18 09:08:13 +0530411 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700412 continue;
413
Sujith256b7752008-11-18 09:03:12 +0530414 valid_rate_count = ath_rc_priv->valid_phy_ratecnt[phy];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700415
Sujith256b7752008-11-18 09:03:12 +0530416 ath_rc_priv->valid_phy_rateidx[phy][valid_rate_count] = i;
417 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530418 ath_rc_set_valid_txmask(ath_rc_priv, i, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700419 hi = A_MAX(hi, i);
420 }
421 }
Sujith2c5a7442008-11-18 09:08:33 +0530422
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700423 return hi;
424}
425
Sujith2c5a7442008-11-18 09:08:33 +0530426static u8 ath_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400427 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530428 struct ath_rateset *rateset,
429 u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700430{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700431 u8 i, j, hi = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700432
433 /* Use intersection of working rates and valid rates */
434 for (i = 0; i < rateset->rs_nrates; i++) {
435 for (j = 0; j < rate_table->rate_cnt; j++) {
436 u32 phy = rate_table->info[j].phy;
Sujithc6483cf2009-03-30 15:28:56 +0530437 u32 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
438 rate_table->info[j].valid_single_stream :
439 rate_table->info[j].valid);
Sujith2c5a7442008-11-18 09:08:33 +0530440 u8 rate = rateset->rs_rates[i];
441 u8 dot11rate = rate_table->info[j].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700442
443 /* We allow a rate only if its valid and the
444 * capflag matches one of the validity
Sujith46d14a52008-11-18 09:08:13 +0530445 * (VALID/VALID_20/VALID_40) flags */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700446
Felix Fietkau545750d2009-11-23 22:21:01 +0100447 if ((rate == dot11rate) &&
Sujith2c5a7442008-11-18 09:08:33 +0530448 ((valid & WLAN_RC_CAP_MODE(capflag)) ==
449 WLAN_RC_CAP_MODE(capflag)) &&
450 !WLAN_RC_PHY_HT(phy)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700451 u8 valid_rate_count = 0;
452
Sujith46d14a52008-11-18 09:08:13 +0530453 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700454 continue;
455
456 valid_rate_count =
Sujith256b7752008-11-18 09:03:12 +0530457 ath_rc_priv->valid_phy_ratecnt[phy];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700458
Sujith256b7752008-11-18 09:03:12 +0530459 ath_rc_priv->valid_phy_rateidx[phy]
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700460 [valid_rate_count] = j;
Sujith256b7752008-11-18 09:03:12 +0530461 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530462 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700463 hi = A_MAX(hi, j);
464 }
465 }
466 }
Sujith2c5a7442008-11-18 09:08:33 +0530467
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700468 return hi;
469}
470
Sujith2c5a7442008-11-18 09:08:33 +0530471static u8 ath_rc_setvalid_htrates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400472 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530473 u8 *mcs_set, u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700474{
Sujith2c5a7442008-11-18 09:08:33 +0530475 struct ath_rateset *rateset = (struct ath_rateset *)mcs_set;
476
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700477 u8 i, j, hi = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700478
479 /* Use intersection of working rates and valid rates */
Sujith2c5a7442008-11-18 09:08:33 +0530480 for (i = 0; i < rateset->rs_nrates; i++) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700481 for (j = 0; j < rate_table->rate_cnt; j++) {
482 u32 phy = rate_table->info[j].phy;
Sujithc6483cf2009-03-30 15:28:56 +0530483 u32 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
Sujithdc2222a2008-08-14 13:26:55 +0530484 rate_table->info[j].valid_single_stream :
485 rate_table->info[j].valid);
Sujith2c5a7442008-11-18 09:08:33 +0530486 u8 rate = rateset->rs_rates[i];
487 u8 dot11rate = rate_table->info[j].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700488
Felix Fietkau545750d2009-11-23 22:21:01 +0100489 if ((rate != dot11rate) || !WLAN_RC_PHY_HT(phy) ||
Sujithdc2222a2008-08-14 13:26:55 +0530490 !WLAN_RC_PHY_HT_VALID(valid, capflag))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700491 continue;
492
Sujith46d14a52008-11-18 09:08:13 +0530493 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700494 continue;
495
Sujith256b7752008-11-18 09:03:12 +0530496 ath_rc_priv->valid_phy_rateidx[phy]
497 [ath_rc_priv->valid_phy_ratecnt[phy]] = j;
498 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530499 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700500 hi = A_MAX(hi, j);
501 }
502 }
Sujith2c5a7442008-11-18 09:08:33 +0530503
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700504 return hi;
505}
506
Luis R. Rodriguez201c3b42009-07-14 20:14:04 -0400507/* Finds the highest rate index we can use */
508static u8 ath_rc_get_highest_rix(struct ath_softc *sc,
509 struct ath_rate_priv *ath_rc_priv,
510 const struct ath_rate_table *rate_table,
511 int *is_probing)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700512{
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400513 u32 best_thruput, this_thruput, now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700514 u8 rate, next_rate, best_rate, maxindex, minindex;
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400515 int8_t index = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700516
517 now_msec = jiffies_to_msecs(jiffies);
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400518 *is_probing = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700519 best_thruput = 0;
Sujith256b7752008-11-18 09:03:12 +0530520 maxindex = ath_rc_priv->max_valid_rate-1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700521 minindex = 0;
522 best_rate = minindex;
523
524 /*
525 * Try the higher rate first. It will reduce memory moving time
526 * if we have very good channel characteristics.
527 */
528 for (index = maxindex; index >= minindex ; index--) {
529 u8 per_thres;
530
Sujith256b7752008-11-18 09:03:12 +0530531 rate = ath_rc_priv->valid_rate_index[index];
532 if (rate > ath_rc_priv->rate_max_phy)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700533 continue;
534
535 /*
536 * For TCP the average collision rate is around 11%,
537 * so we ignore PERs less than this. This is to
538 * prevent the rate we are currently using (whose
539 * PER might be in the 10-15 range because of TCP
540 * collisions) looking worse than the next lower
541 * rate whose PER has decayed close to 0. If we
542 * used to next lower rate, its PER would grow to
543 * 10-15 and we would be worse off then staying
544 * at the current rate.
545 */
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400546 per_thres = ath_rc_priv->per[rate];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700547 if (per_thres < 12)
548 per_thres = 12;
549
550 this_thruput = rate_table->info[rate].user_ratekbps *
551 (100 - per_thres);
552
553 if (best_thruput <= this_thruput) {
554 best_thruput = this_thruput;
555 best_rate = rate;
556 }
557 }
558
559 rate = best_rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700560
561 /*
562 * Must check the actual rate (ratekbps) to account for
563 * non-monoticity of 11g's rate table
564 */
565
Sujith39008982009-01-30 14:29:15 +0530566 if (rate >= ath_rc_priv->rate_max_phy) {
Sujith256b7752008-11-18 09:03:12 +0530567 rate = ath_rc_priv->rate_max_phy;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700568
569 /* Probe the next allowed phy state */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700570 if (ath_rc_get_nextvalid_txrate(rate_table,
Sujith39008982009-01-30 14:29:15 +0530571 ath_rc_priv, rate, &next_rate) &&
Sujith256b7752008-11-18 09:03:12 +0530572 (now_msec - ath_rc_priv->probe_time >
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700573 rate_table->probe_interval) &&
Sujith256b7752008-11-18 09:03:12 +0530574 (ath_rc_priv->hw_maxretry_pktcnt >= 1)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700575 rate = next_rate;
Sujith256b7752008-11-18 09:03:12 +0530576 ath_rc_priv->probe_rate = rate;
577 ath_rc_priv->probe_time = now_msec;
578 ath_rc_priv->hw_maxretry_pktcnt = 0;
Sujith46d14a52008-11-18 09:08:13 +0530579 *is_probing = 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700580 }
581 }
582
Sujith256b7752008-11-18 09:03:12 +0530583 if (rate > (ath_rc_priv->rate_table_size - 1))
584 rate = ath_rc_priv->rate_table_size - 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700585
Luis R. Rodrigueze43419f2009-07-14 20:13:54 -0400586 if (rate_table->info[rate].valid &&
587 (ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG))
588 return rate;
589
590 if (rate_table->info[rate].valid_single_stream &&
Luis R. Rodrigueze55ea2b2009-10-28 20:19:06 -0400591 !(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG))
Luis R. Rodrigueze43419f2009-07-14 20:13:54 -0400592 return rate;
593
594 /* This should not happen */
595 WARN_ON(1);
596
597 rate = ath_rc_priv->valid_rate_index[0];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700598
599 return rate;
600}
601
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400602static void ath_rc_rate_set_series(const struct ath_rate_table *rate_table,
Sujitha8efee42008-11-18 09:07:30 +0530603 struct ieee80211_tx_rate *rate,
Sujithc89424d2009-01-30 14:29:28 +0530604 struct ieee80211_tx_rate_control *txrc,
Sujith2c5a7442008-11-18 09:08:33 +0530605 u8 tries, u8 rix, int rtsctsenable)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700606{
Sujitha8efee42008-11-18 09:07:30 +0530607 rate->count = tries;
Felix Fietkau545750d2009-11-23 22:21:01 +0100608 rate->idx = rate_table->info[rix].ratecode;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700609
Sujithc89424d2009-01-30 14:29:28 +0530610 if (txrc->short_preamble)
611 rate->flags |= IEEE80211_TX_RC_USE_SHORT_PREAMBLE;
612 if (txrc->rts || rtsctsenable)
Sujitha8efee42008-11-18 09:07:30 +0530613 rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS;
Felix Fietkau545750d2009-11-23 22:21:01 +0100614
615 if (WLAN_RC_PHY_HT(rate_table->info[rix].phy)) {
Sujitha8efee42008-11-18 09:07:30 +0530616 rate->flags |= IEEE80211_TX_RC_MCS;
Felix Fietkau545750d2009-11-23 22:21:01 +0100617 if (WLAN_RC_PHY_40(rate_table->info[rix].phy))
618 rate->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH;
619 if (WLAN_RC_PHY_SGI(rate_table->info[rix].phy))
620 rate->flags |= IEEE80211_TX_RC_SHORT_GI;
621 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700622}
623
Sujithc89424d2009-01-30 14:29:28 +0530624static void ath_rc_rate_set_rtscts(struct ath_softc *sc,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400625 const struct ath_rate_table *rate_table,
Sujithc89424d2009-01-30 14:29:28 +0530626 struct ieee80211_tx_info *tx_info)
627{
628 struct ieee80211_tx_rate *rates = tx_info->control.rates;
629 int i = 0, rix = 0, cix, enable_g_protection = 0;
630
631 /* get the cix for the lowest valid rix */
632 for (i = 3; i >= 0; i--) {
633 if (rates[i].count && (rates[i].idx >= 0)) {
Felix Fietkau545750d2009-11-23 22:21:01 +0100634 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Sujithc89424d2009-01-30 14:29:28 +0530635 break;
636 }
637 }
638 cix = rate_table->info[rix].ctrl_rate;
639
640 /* All protection frames are transmited at 2Mb/s for 802.11g,
641 * otherwise we transmit them at 1Mb/s */
642 if (sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ &&
643 !conf_is_ht(&sc->hw->conf))
644 enable_g_protection = 1;
645
646 /*
647 * If 802.11g protection is enabled, determine whether to use RTS/CTS or
648 * just CTS. Note that this is only done for OFDM/HT unicast frames.
649 */
650 if ((sc->sc_flags & SC_OP_PROTECT_ENABLE) &&
Sujithc89424d2009-01-30 14:29:28 +0530651 (rate_table->info[rix].phy == WLAN_RC_PHY_OFDM ||
652 WLAN_RC_PHY_HT(rate_table->info[rix].phy))) {
653 rates[0].flags |= IEEE80211_TX_RC_USE_CTS_PROTECT;
654 cix = rate_table->info[enable_g_protection].ctrl_rate;
655 }
656
657 tx_info->control.rts_cts_rate_idx = cix;
658}
659
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400660static void ath_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta,
661 struct ieee80211_tx_rate_control *txrc)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700662{
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400663 struct ath_softc *sc = priv;
664 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400665 const struct ath_rate_table *rate_table;
Sujith39008982009-01-30 14:29:15 +0530666 struct sk_buff *skb = txrc->skb;
667 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
Sujitha8efee42008-11-18 09:07:30 +0530668 struct ieee80211_tx_rate *rates = tx_info->control.rates;
Sujithc89424d2009-01-30 14:29:28 +0530669 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
670 __le16 fc = hdr->frame_control;
Felix Fietkau5c0ba622010-02-19 01:46:36 +0100671 u8 try_per_rate, i = 0, rix;
Sujith39008982009-01-30 14:29:15 +0530672 int is_probe = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700673
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400674 if (rate_control_send_low(sta, priv_sta, txrc))
675 return;
676
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400677 /*
678 * For Multi Rate Retry we use a different number of
679 * retry attempt counts. This ends up looking like this:
680 *
Felix Fietkau65896512010-01-24 03:26:11 +0100681 * MRR[0] = 4
682 * MRR[1] = 4
683 * MRR[2] = 4
684 * MRR[3] = 8
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400685 *
686 */
Felix Fietkau65896512010-01-24 03:26:11 +0100687 try_per_rate = 4;
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400688
Sujith40990ec2008-12-07 21:41:37 +0530689 rate_table = sc->cur_rate_table;
Luis R. Rodriguez201c3b42009-07-14 20:14:04 -0400690 rix = ath_rc_get_highest_rix(sc, ath_rc_priv, rate_table, &is_probe);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700691
Sujith39008982009-01-30 14:29:15 +0530692 if (is_probe) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700693 /* set one try for probe rates. For the
694 * probes don't enable rts */
Sujithc89424d2009-01-30 14:29:28 +0530695 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Felix Fietkau5c0ba622010-02-19 01:46:36 +0100696 1, rix, 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700697
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700698 /* Get the next tried/allowed rate. No RTS for the next series
699 * after the probe rate
700 */
Felix Fietkau5c0ba622010-02-19 01:46:36 +0100701 ath_rc_get_lower_rix(rate_table, ath_rc_priv, rix, &rix);
Sujithc89424d2009-01-30 14:29:28 +0530702 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Felix Fietkau5c0ba622010-02-19 01:46:36 +0100703 try_per_rate, rix, 0);
Vasanthakumar Thiagarajan14587ce2009-03-12 15:32:54 +0530704
705 tx_info->flags |= IEEE80211_TX_CTL_RATE_CTRL_PROBE;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700706 } else {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700707 /* Set the choosen rate. No RTS for first series entry. */
Sujithc89424d2009-01-30 14:29:28 +0530708 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Felix Fietkau5c0ba622010-02-19 01:46:36 +0100709 try_per_rate, rix, 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700710 }
711
712 /* Fill in the other rates for multirate retry */
Sujith39008982009-01-30 14:29:15 +0530713 for ( ; i < 4; i++) {
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400714 /* Use twice the number of tries for the last MRR segment. */
715 if (i + 1 == 4)
Felix Fietkau65896512010-01-24 03:26:11 +0100716 try_per_rate = 8;
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400717
Felix Fietkau5c0ba622010-02-19 01:46:36 +0100718 ath_rc_get_lower_rix(rate_table, ath_rc_priv, rix, &rix);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700719 /* All other rates in the series have RTS enabled */
Sujithc89424d2009-01-30 14:29:28 +0530720 ath_rc_rate_set_series(rate_table, &rates[i], txrc,
Felix Fietkau5c0ba622010-02-19 01:46:36 +0100721 try_per_rate, rix, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700722 }
723
724 /*
725 * NB:Change rate series to enable aggregation when operating
726 * at lower MCS rates. When first rate in series is MCS2
727 * in HT40 @ 2.4GHz, series should look like:
728 *
729 * {MCS2, MCS1, MCS0, MCS0}.
730 *
731 * When first rate in series is MCS3 in HT20 @ 2.4GHz, series should
732 * look like:
733 *
734 * {MCS3, MCS2, MCS1, MCS1}
735 *
736 * So, set fourth rate in series to be same as third one for
737 * above conditions.
738 */
Sujith3706de62008-12-07 21:42:10 +0530739 if ((sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ) &&
Luis R. Rodriguezecf70442008-12-23 15:58:43 -0800740 (conf_is_ht(&sc->hw->conf))) {
Sujith40990ec2008-12-07 21:41:37 +0530741 u8 dot11rate = rate_table->info[rix].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700742 u8 phy = rate_table->info[rix].phy;
743 if (i == 4 &&
744 ((dot11rate == 2 && phy == WLAN_RC_PHY_HT_40_SS) ||
Sujithdc2222a2008-08-14 13:26:55 +0530745 (dot11rate == 3 && phy == WLAN_RC_PHY_HT_20_SS))) {
Sujitha8efee42008-11-18 09:07:30 +0530746 rates[3].idx = rates[2].idx;
747 rates[3].flags = rates[2].flags;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700748 }
749 }
Sujithc89424d2009-01-30 14:29:28 +0530750
751 /*
752 * Force hardware to use computed duration for next
753 * fragment by disabling multi-rate retry, which
754 * updates duration based on the multi-rate duration table.
755 *
756 * FIXME: Fix duration
757 */
Luis R. Rodriguez7682a762009-07-14 20:14:05 -0400758 if (ieee80211_has_morefrags(fc) ||
759 (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG)) {
Sujithc89424d2009-01-30 14:29:28 +0530760 rates[1].count = rates[2].count = rates[3].count = 0;
761 rates[1].idx = rates[2].idx = rates[3].idx = 0;
762 rates[0].count = ATH_TXMAXTRY;
763 }
764
765 /* Setup RTS/CTS */
766 ath_rc_rate_set_rtscts(sc, rate_table, tx_info);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700767}
768
Sujith2c5a7442008-11-18 09:08:33 +0530769static bool ath_rc_update_per(struct ath_softc *sc,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400770 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530771 struct ath_rate_priv *ath_rc_priv,
Felix Fietkau827e69b2009-11-15 23:09:25 +0100772 struct ieee80211_tx_info *tx_info,
Sujith2c5a7442008-11-18 09:08:33 +0530773 int tx_rate, int xretries, int retries,
774 u32 now_msec)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700775{
Sujith2c5a7442008-11-18 09:08:33 +0530776 bool state_change = false;
Felix Fietkau827e69b2009-11-15 23:09:25 +0100777 int count, n_bad_frames;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700778 u8 last_per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700779 static u32 nretry_to_per_lookup[10] = {
780 100 * 0 / 1,
781 100 * 1 / 4,
782 100 * 1 / 2,
783 100 * 3 / 4,
784 100 * 4 / 5,
785 100 * 5 / 6,
786 100 * 6 / 7,
787 100 * 7 / 8,
788 100 * 8 / 9,
789 100 * 9 / 10
790 };
791
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400792 last_per = ath_rc_priv->per[tx_rate];
Felix Fietkau827e69b2009-11-15 23:09:25 +0100793 n_bad_frames = tx_info->status.ampdu_len - tx_info->status.ampdu_ack_len;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700794
795 if (xretries) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700796 if (xretries == 1) {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400797 ath_rc_priv->per[tx_rate] += 30;
798 if (ath_rc_priv->per[tx_rate] > 100)
799 ath_rc_priv->per[tx_rate] = 100;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700800 } else {
801 /* xretries == 2 */
Julia Lawall87c16872008-11-09 17:56:10 +0100802 count = ARRAY_SIZE(nretry_to_per_lookup);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700803 if (retries >= count)
804 retries = count - 1;
Sujith2c5a7442008-11-18 09:08:33 +0530805
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700806 /* new_PER = 7/8*old_PER + 1/8*(currentPER) */
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400807 ath_rc_priv->per[tx_rate] =
Sujith2c5a7442008-11-18 09:08:33 +0530808 (u8)(last_per - (last_per >> 3) + (100 >> 3));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700809 }
810
811 /* xretries == 1 or 2 */
812
Sujith256b7752008-11-18 09:03:12 +0530813 if (ath_rc_priv->probe_rate == tx_rate)
814 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700815
Sujith2c5a7442008-11-18 09:08:33 +0530816 } else { /* xretries == 0 */
Julia Lawall87c16872008-11-09 17:56:10 +0100817 count = ARRAY_SIZE(nretry_to_per_lookup);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700818 if (retries >= count)
819 retries = count - 1;
Sujith2c5a7442008-11-18 09:08:33 +0530820
Felix Fietkau827e69b2009-11-15 23:09:25 +0100821 if (n_bad_frames) {
Sujithdc2222a2008-08-14 13:26:55 +0530822 /* new_PER = 7/8*old_PER + 1/8*(currentPER)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700823 * Assuming that n_frames is not 0. The current PER
824 * from the retries is 100 * retries / (retries+1),
825 * since the first retries attempts failed, and the
826 * next one worked. For the one that worked,
827 * n_bad_frames subframes out of n_frames wored,
828 * so the PER for that part is
829 * 100 * n_bad_frames / n_frames, and it contributes
830 * 100 * n_bad_frames / (n_frames * (retries+1)) to
831 * the above PER. The expression below is a
832 * simplified version of the sum of these two terms.
833 */
Felix Fietkau827e69b2009-11-15 23:09:25 +0100834 if (tx_info->status.ampdu_len > 0) {
835 int n_frames, n_bad_tries;
Sujith2c5a7442008-11-18 09:08:33 +0530836 u8 cur_per, new_per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700837
Felix Fietkau827e69b2009-11-15 23:09:25 +0100838 n_bad_tries = retries * tx_info->status.ampdu_len +
839 n_bad_frames;
840 n_frames = tx_info->status.ampdu_len * (retries + 1);
841 cur_per = (100 * n_bad_tries / n_frames) >> 3;
Sujith2c5a7442008-11-18 09:08:33 +0530842 new_per = (u8)(last_per - (last_per >> 3) + cur_per);
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400843 ath_rc_priv->per[tx_rate] = new_per;
Sujith2c5a7442008-11-18 09:08:33 +0530844 }
845 } else {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400846 ath_rc_priv->per[tx_rate] =
Sujith2c5a7442008-11-18 09:08:33 +0530847 (u8)(last_per - (last_per >> 3) +
848 (nretry_to_per_lookup[retries] >> 3));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700849 }
850
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700851
852 /*
853 * If we got at most one retry then increase the max rate if
854 * this was a probe. Otherwise, ignore the probe.
855 */
Sujith256b7752008-11-18 09:03:12 +0530856 if (ath_rc_priv->probe_rate && ath_rc_priv->probe_rate == tx_rate) {
Felix Fietkau827e69b2009-11-15 23:09:25 +0100857 if (retries > 0 || 2 * n_bad_frames > tx_info->status.ampdu_len) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700858 /*
859 * Since we probed with just a single attempt,
860 * any retries means the probe failed. Also,
861 * if the attempt worked, but more than half
862 * the subframes were bad then also consider
863 * the probe a failure.
864 */
Sujith256b7752008-11-18 09:03:12 +0530865 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700866 } else {
867 u8 probe_rate = 0;
868
Sujith2c5a7442008-11-18 09:08:33 +0530869 ath_rc_priv->rate_max_phy =
870 ath_rc_priv->probe_rate;
Sujith256b7752008-11-18 09:03:12 +0530871 probe_rate = ath_rc_priv->probe_rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700872
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400873 if (ath_rc_priv->per[probe_rate] > 30)
874 ath_rc_priv->per[probe_rate] = 20;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700875
Sujith256b7752008-11-18 09:03:12 +0530876 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700877
878 /*
879 * Since this probe succeeded, we allow the next
880 * probe twice as soon. This allows the maxRate
881 * to move up faster if the probes are
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200882 * successful.
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700883 */
Sujith2c5a7442008-11-18 09:08:33 +0530884 ath_rc_priv->probe_time =
885 now_msec - rate_table->probe_interval / 2;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700886 }
887 }
888
889 if (retries > 0) {
890 /*
891 * Don't update anything. We don't know if
892 * this was because of collisions or poor signal.
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700893 */
Sujith256b7752008-11-18 09:03:12 +0530894 ath_rc_priv->hw_maxretry_pktcnt = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700895 } else {
896 /*
897 * It worked with no retries. First ignore bogus (small)
898 * rssi_ack values.
899 */
Sujith256b7752008-11-18 09:03:12 +0530900 if (tx_rate == ath_rc_priv->rate_max_phy &&
901 ath_rc_priv->hw_maxretry_pktcnt < 255) {
902 ath_rc_priv->hw_maxretry_pktcnt++;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700903 }
904
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700905 }
906 }
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400907
Sujith2c5a7442008-11-18 09:08:33 +0530908 return state_change;
909}
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700910
Sujith2c5a7442008-11-18 09:08:33 +0530911/* Update PER, RSSI and whatever else that the code thinks it is doing.
912 If you can make sense of all this, you really need to go out more. */
913
914static void ath_rc_update_ht(struct ath_softc *sc,
915 struct ath_rate_priv *ath_rc_priv,
Felix Fietkau827e69b2009-11-15 23:09:25 +0100916 struct ieee80211_tx_info *tx_info,
Sujith2c5a7442008-11-18 09:08:33 +0530917 int tx_rate, int xretries, int retries)
918{
Sujith2c5a7442008-11-18 09:08:33 +0530919 u32 now_msec = jiffies_to_msecs(jiffies);
920 int rate;
921 u8 last_per;
922 bool state_change = false;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400923 const struct ath_rate_table *rate_table = sc->cur_rate_table;
Sujith2c5a7442008-11-18 09:08:33 +0530924 int size = ath_rc_priv->rate_table_size;
925
926 if ((tx_rate < 0) || (tx_rate > rate_table->rate_cnt))
927 return;
928
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400929 last_per = ath_rc_priv->per[tx_rate];
Sujith2c5a7442008-11-18 09:08:33 +0530930
931 /* Update PER first */
932 state_change = ath_rc_update_per(sc, rate_table, ath_rc_priv,
Felix Fietkau827e69b2009-11-15 23:09:25 +0100933 tx_info, tx_rate, xretries,
Sujith2c5a7442008-11-18 09:08:33 +0530934 retries, now_msec);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700935
936 /*
937 * If this rate looks bad (high PER) then stop using it for
938 * a while (except if we are probing).
939 */
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400940 if (ath_rc_priv->per[tx_rate] >= 55 && tx_rate > 0 &&
Sujithdc2222a2008-08-14 13:26:55 +0530941 rate_table->info[tx_rate].ratekbps <=
Sujith256b7752008-11-18 09:03:12 +0530942 rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) {
Luis R. Rodriguez39448b02009-07-14 20:14:00 -0400943 ath_rc_get_lower_rix(rate_table, ath_rc_priv,
944 (u8)tx_rate, &ath_rc_priv->rate_max_phy);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700945
946 /* Don't probe for a little while. */
Sujith256b7752008-11-18 09:03:12 +0530947 ath_rc_priv->probe_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700948 }
949
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700950 /* Make sure the rates below this have lower PER */
951 /* Monotonicity is kept only for rates below the current rate. */
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400952 if (ath_rc_priv->per[tx_rate] < last_per) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700953 for (rate = tx_rate - 1; rate >= 0; rate--) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700954
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400955 if (ath_rc_priv->per[rate] >
956 ath_rc_priv->per[rate+1]) {
957 ath_rc_priv->per[rate] =
958 ath_rc_priv->per[rate+1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700959 }
960 }
961 }
962
963 /* Maintain monotonicity for rates above the current rate */
Sujith2c5a7442008-11-18 09:08:33 +0530964 for (rate = tx_rate; rate < size - 1; rate++) {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400965 if (ath_rc_priv->per[rate+1] <
966 ath_rc_priv->per[rate])
967 ath_rc_priv->per[rate+1] =
968 ath_rc_priv->per[rate];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700969 }
970
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700971 /* Every so often, we reduce the thresholds
972 * and PER (different for CCK and OFDM). */
Sujith256b7752008-11-18 09:03:12 +0530973 if (now_msec - ath_rc_priv->per_down_time >=
Vasanthakumar Thiagarajanc4130462009-07-14 20:14:12 -0400974 rate_table->probe_interval) {
Sujith2c5a7442008-11-18 09:08:33 +0530975 for (rate = 0; rate < size; rate++) {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400976 ath_rc_priv->per[rate] =
977 7 * ath_rc_priv->per[rate] / 8;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700978 }
979
Sujith256b7752008-11-18 09:03:12 +0530980 ath_rc_priv->per_down_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700981 }
Sujith2c5a7442008-11-18 09:08:33 +0530982
Sujith9e712792009-02-20 15:13:20 +0530983 ath_debug_stat_retries(sc, tx_rate, xretries, retries,
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400984 ath_rc_priv->per[tx_rate]);
Sujith029bc432009-02-04 08:10:26 +0530985
Sujith2c5a7442008-11-18 09:08:33 +0530986}
987
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400988static int ath_rc_get_rateindex(const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530989 struct ieee80211_tx_rate *rate)
990{
991 int rix;
992
Felix Fietkau545750d2009-11-23 22:21:01 +0100993 if (!(rate->flags & IEEE80211_TX_RC_MCS))
994 return rate->idx;
995
996 rix = rate->idx + rate_table->mcs_start;
Sujith2c5a7442008-11-18 09:08:33 +0530997 if ((rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
998 (rate->flags & IEEE80211_TX_RC_SHORT_GI))
Felix Fietkau545750d2009-11-23 22:21:01 +0100999 rix = rate_table->info[rix].ht_index;
Sujith2c5a7442008-11-18 09:08:33 +05301000 else if (rate->flags & IEEE80211_TX_RC_SHORT_GI)
Felix Fietkau545750d2009-11-23 22:21:01 +01001001 rix = rate_table->info[rix].sgi_index;
Sujith2c5a7442008-11-18 09:08:33 +05301002 else if (rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH)
Felix Fietkau545750d2009-11-23 22:21:01 +01001003 rix = rate_table->info[rix].cw40index;
Sujith2c5a7442008-11-18 09:08:33 +05301004 else
Felix Fietkau545750d2009-11-23 22:21:01 +01001005 rix = rate_table->info[rix].base_index;
Sujith2c5a7442008-11-18 09:08:33 +05301006
1007 return rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001008}
1009
Sujith46d14a52008-11-18 09:08:13 +05301010static void ath_rc_tx_status(struct ath_softc *sc,
1011 struct ath_rate_priv *ath_rc_priv,
1012 struct ieee80211_tx_info *tx_info,
1013 int final_ts_idx, int xretries, int long_retry)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001014{
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001015 const struct ath_rate_table *rate_table;
Sujitha8efee42008-11-18 09:07:30 +05301016 struct ieee80211_tx_rate *rates = tx_info->status.rates;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001017 u8 flags;
Sujith2c5a7442008-11-18 09:08:33 +05301018 u32 i = 0, rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001019
Sujith40990ec2008-12-07 21:41:37 +05301020 rate_table = sc->cur_rate_table;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001021
1022 /*
1023 * If the first rate is not the final index, there
1024 * are intermediate rate failures to be processed.
1025 */
1026 if (final_ts_idx != 0) {
1027 /* Process intermediate rates that failed.*/
Sujith2c5a7442008-11-18 09:08:33 +05301028 for (i = 0; i < final_ts_idx ; i++) {
1029 if (rates[i].count != 0 && (rates[i].idx >= 0)) {
1030 flags = rates[i].flags;
1031
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001032 /* If HT40 and we have switched mode from
1033 * 40 to 20 => don't update */
Sujith2c5a7442008-11-18 09:08:33 +05301034
Sujitha8efee42008-11-18 09:07:30 +05301035 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
Sujithf5c38ef2009-03-30 15:28:57 +05301036 !(ath_rc_priv->ht_cap & WLAN_RC_40_FLAG))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001037 return;
Sujithe63835b2008-11-18 09:07:53 +05301038
Sujith2c5a7442008-11-18 09:08:33 +05301039 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Felix Fietkau827e69b2009-11-15 23:09:25 +01001040 ath_rc_update_ht(sc, ath_rc_priv, tx_info,
1041 rix, xretries ? 1 : 2,
Sujith2c5a7442008-11-18 09:08:33 +05301042 rates[i].count);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001043 }
1044 }
1045 } else {
1046 /*
1047 * Handle the special case of MIMO PS burst, where the second
1048 * aggregate is sent out with only one rate and one try.
1049 * Treating it as an excessive retry penalizes the rate
1050 * inordinately.
1051 */
Sujitha8efee42008-11-18 09:07:30 +05301052 if (rates[0].count == 1 && xretries == 1)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001053 xretries = 2;
1054 }
1055
Sujith2c5a7442008-11-18 09:08:33 +05301056 flags = rates[i].flags;
1057
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001058 /* If HT40 and we have switched mode from 40 to 20 => don't update */
Sujitha8efee42008-11-18 09:07:30 +05301059 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
Sujithf5c38ef2009-03-30 15:28:57 +05301060 !(ath_rc_priv->ht_cap & WLAN_RC_40_FLAG))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001061 return;
1062
Sujith2c5a7442008-11-18 09:08:33 +05301063 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Felix Fietkau827e69b2009-11-15 23:09:25 +01001064 ath_rc_update_ht(sc, ath_rc_priv, tx_info, rix, xretries, long_retry);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001065}
1066
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001067static const
1068struct ath_rate_table *ath_choose_rate_table(struct ath_softc *sc,
1069 enum ieee80211_band band,
1070 bool is_ht,
1071 bool is_cw_40)
Sujithe11602b2008-11-27 09:46:27 +05301072{
1073 int mode = 0;
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -07001074 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
Sujithe11602b2008-11-27 09:46:27 +05301075
1076 switch(band) {
1077 case IEEE80211_BAND_2GHZ:
1078 mode = ATH9K_MODE_11G;
1079 if (is_ht)
1080 mode = ATH9K_MODE_11NG_HT20;
1081 if (is_cw_40)
1082 mode = ATH9K_MODE_11NG_HT40PLUS;
1083 break;
1084 case IEEE80211_BAND_5GHZ:
1085 mode = ATH9K_MODE_11A;
1086 if (is_ht)
1087 mode = ATH9K_MODE_11NA_HT20;
1088 if (is_cw_40)
1089 mode = ATH9K_MODE_11NA_HT40PLUS;
1090 break;
1091 default:
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -07001092 ath_print(common, ATH_DBG_CONFIG, "Invalid band\n");
Sujithe11602b2008-11-27 09:46:27 +05301093 return NULL;
1094 }
1095
1096 BUG_ON(mode >= ATH9K_MODE_MAX);
1097
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -07001098 ath_print(common, ATH_DBG_CONFIG,
1099 "Choosing rate table for mode: %d\n", mode);
Felix Fietkau545750d2009-11-23 22:21:01 +01001100
1101 sc->cur_rate_mode = mode;
1102 return hw_rate_table[mode];
Sujithe11602b2008-11-27 09:46:27 +05301103}
1104
Sujith5ddfac32008-11-18 09:06:44 +05301105static void ath_rc_init(struct ath_softc *sc,
Sujith46d14a52008-11-18 09:08:13 +05301106 struct ath_rate_priv *ath_rc_priv,
Sujith5ddfac32008-11-18 09:06:44 +05301107 struct ieee80211_supported_band *sband,
Sujith9331ec82009-03-02 13:29:45 +05301108 struct ieee80211_sta *sta,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001109 const struct ath_rate_table *rate_table)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001110{
Sujith5ddfac32008-11-18 09:06:44 +05301111 struct ath_rateset *rateset = &ath_rc_priv->neg_rates;
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -07001112 struct ath_common *common = ath9k_hw_common(sc->sc_ah);
Sujith5ddfac32008-11-18 09:06:44 +05301113 u8 *ht_mcs = (u8 *)&ath_rc_priv->neg_ht_rates;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001114 u8 i, j, k, hi = 0, hthi = 0;
Sujithe11602b2008-11-27 09:46:27 +05301115
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001116 /* Initial rate table size. Will change depending
1117 * on the working rate set */
Sujith46d14a52008-11-18 09:08:13 +05301118 ath_rc_priv->rate_table_size = RATE_TABLE_SIZE;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001119
1120 /* Initialize thresholds according to the global rate table */
Sujith5ddfac32008-11-18 09:06:44 +05301121 for (i = 0 ; i < ath_rc_priv->rate_table_size; i++) {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001122 ath_rc_priv->per[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001123 }
1124
1125 /* Determine the valid rates */
Sujith256b7752008-11-18 09:03:12 +05301126 ath_rc_init_valid_txmask(ath_rc_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001127
1128 for (i = 0; i < WLAN_RC_PHY_MAX; i++) {
1129 for (j = 0; j < MAX_TX_RATE_PHY; j++)
Sujith256b7752008-11-18 09:03:12 +05301130 ath_rc_priv->valid_phy_rateidx[i][j] = 0;
1131 ath_rc_priv->valid_phy_ratecnt[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001132 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001133
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001134 if (!rateset->rs_nrates) {
1135 /* No working rate, just initialize valid rates */
Sujith2c5a7442008-11-18 09:08:33 +05301136 hi = ath_rc_init_validrates(ath_rc_priv, rate_table,
Sujithc89424d2009-01-30 14:29:28 +05301137 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001138 } else {
1139 /* Use intersection of working rates and valid rates */
Sujith2c5a7442008-11-18 09:08:33 +05301140 hi = ath_rc_setvalid_rates(ath_rc_priv, rate_table,
Sujithc89424d2009-01-30 14:29:28 +05301141 rateset, ath_rc_priv->ht_cap);
Sujith5ddfac32008-11-18 09:06:44 +05301142 if (ath_rc_priv->ht_cap & WLAN_RC_HT_FLAG) {
Sujith2c5a7442008-11-18 09:08:33 +05301143 hthi = ath_rc_setvalid_htrates(ath_rc_priv,
Sujithc89424d2009-01-30 14:29:28 +05301144 rate_table,
1145 ht_mcs,
1146 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001147 }
1148 hi = A_MAX(hi, hthi);
1149 }
1150
Sujith256b7752008-11-18 09:03:12 +05301151 ath_rc_priv->rate_table_size = hi + 1;
1152 ath_rc_priv->rate_max_phy = 0;
Luis R. Rodriguez9680e8a2009-09-13 23:28:00 -07001153 BUG_ON(ath_rc_priv->rate_table_size > RATE_TABLE_SIZE);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001154
1155 for (i = 0, k = 0; i < WLAN_RC_PHY_MAX; i++) {
Sujith256b7752008-11-18 09:03:12 +05301156 for (j = 0; j < ath_rc_priv->valid_phy_ratecnt[i]; j++) {
1157 ath_rc_priv->valid_rate_index[k++] =
1158 ath_rc_priv->valid_phy_rateidx[i][j];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001159 }
1160
Sujith46d14a52008-11-18 09:08:13 +05301161 if (!ath_rc_valid_phyrate(i, rate_table->initial_ratemax, 1)
Sujith256b7752008-11-18 09:03:12 +05301162 || !ath_rc_priv->valid_phy_ratecnt[i])
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001163 continue;
1164
Sujith256b7752008-11-18 09:03:12 +05301165 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_phy_rateidx[i][j-1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001166 }
Luis R. Rodriguez9680e8a2009-09-13 23:28:00 -07001167 BUG_ON(ath_rc_priv->rate_table_size > RATE_TABLE_SIZE);
1168 BUG_ON(k > RATE_TABLE_SIZE);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001169
Sujith256b7752008-11-18 09:03:12 +05301170 ath_rc_priv->max_valid_rate = k;
Sujith256b7752008-11-18 09:03:12 +05301171 ath_rc_sort_validrates(rate_table, ath_rc_priv);
1172 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4];
Sujith40990ec2008-12-07 21:41:37 +05301173 sc->cur_rate_table = rate_table;
Sujith9331ec82009-03-02 13:29:45 +05301174
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -07001175 ath_print(common, ATH_DBG_CONFIG,
1176 "RC Initialized with capabilities: 0x%x\n",
1177 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001178}
1179
Sujithc2da50e2009-03-13 08:56:11 +05301180static u8 ath_rc_build_ht_caps(struct ath_softc *sc, struct ieee80211_sta *sta,
1181 bool is_cw40, bool is_sgi40)
Sujith9331ec82009-03-02 13:29:45 +05301182{
1183 u8 caps = 0;
1184
Sujithc2da50e2009-03-13 08:56:11 +05301185 if (sta->ht_cap.ht_supported) {
Sujith9331ec82009-03-02 13:29:45 +05301186 caps = WLAN_RC_HT_FLAG;
1187 if (sc->sc_ah->caps.tx_chainmask != 1 &&
Sujithc2da50e2009-03-13 08:56:11 +05301188 ath9k_hw_getcapability(sc->sc_ah, ATH9K_CAP_DS, 0, NULL)) {
1189 if (sta->ht_cap.mcs.rx_mask[1])
1190 caps |= WLAN_RC_DS_FLAG;
1191 }
Sujith9331ec82009-03-02 13:29:45 +05301192 if (is_cw40)
1193 caps |= WLAN_RC_40_FLAG;
1194 if (is_sgi40)
1195 caps |= WLAN_RC_SGI_FLAG;
1196 }
1197
1198 return caps;
1199}
1200
1201/***********************************/
1202/* mac80211 Rate Control callbacks */
1203/***********************************/
1204
Johannes Berg4b7679a2008-09-18 18:14:18 +02001205static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband,
1206 struct ieee80211_sta *sta, void *priv_sta,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001207 struct sk_buff *skb)
1208{
1209 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301210 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001211 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
1212 struct ieee80211_hdr *hdr;
Felix Fietkau827e69b2009-11-15 23:09:25 +01001213 int final_ts_idx = 0, tx_status = 0, is_underrun = 0;
1214 int long_retry = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001215 __le16 fc;
Felix Fietkau827e69b2009-11-15 23:09:25 +01001216 int i;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001217
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001218 hdr = (struct ieee80211_hdr *)skb->data;
1219 fc = hdr->frame_control;
Felix Fietkau827e69b2009-11-15 23:09:25 +01001220 for (i = 0; i < IEEE80211_TX_MAX_RATES; i++) {
1221 struct ieee80211_tx_rate *rate = &tx_info->status.rates[i];
1222 if (!rate->count)
1223 break;
1224
1225 final_ts_idx = i;
1226 long_retry = rate->count - 1;
1227 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001228
Sujithff37e332008-11-24 12:07:55 +05301229 if (!priv_sta || !ieee80211_is_data(fc) ||
Felix Fietkau827e69b2009-11-15 23:09:25 +01001230 !(tx_info->pad[0] & ATH_TX_INFO_UPDATE_RC))
1231 return;
Johannes Berge6a98542008-10-21 12:40:02 +02001232
Felix Fietkau827e69b2009-11-15 23:09:25 +01001233 if (tx_info->flags & IEEE80211_TX_STAT_TX_FILTERED)
1234 return;
Johannes Berge6a98542008-10-21 12:40:02 +02001235
Sujith46d14a52008-11-18 09:08:13 +05301236 /*
Luis R. Rodriguezf4709fd2009-11-24 21:37:57 -05001237 * If an underrun error is seen assume it as an excessive retry only
1238 * if max frame trigger level has been reached (2 KB for singel stream,
1239 * and 4 KB for dual stream). Adjust the long retry as if the frame was
1240 * tried hw->max_rate_tries times to affect how ratectrl updates PER for
1241 * the failed rate. In case of congestion on the bus penalizing these
1242 * type of underruns should help hardware actually transmit new frames
1243 * successfully by eventually preferring slower rates. This itself
1244 * should also alleviate congestion on the bus.
Sujith46d14a52008-11-18 09:08:13 +05301245 */
Felix Fietkau827e69b2009-11-15 23:09:25 +01001246 if ((tx_info->pad[0] & ATH_TX_INFO_UNDERRUN) &&
1247 (sc->sc_ah->tx_trig_level >= ath_rc_priv->tx_triglevel_max)) {
Sujith46d14a52008-11-18 09:08:13 +05301248 tx_status = 1;
1249 is_underrun = 1;
1250 }
1251
Felix Fietkau827e69b2009-11-15 23:09:25 +01001252 if (tx_info->pad[0] & ATH_TX_INFO_XRETRY)
Sujith46d14a52008-11-18 09:08:13 +05301253 tx_status = 1;
1254
1255 ath_rc_tx_status(sc, ath_rc_priv, tx_info, final_ts_idx, tx_status,
Felix Fietkau827e69b2009-11-15 23:09:25 +01001256 (is_underrun) ? sc->hw->max_rate_tries : long_retry);
Sujith46d14a52008-11-18 09:08:13 +05301257
Sujithd22b0022009-01-28 11:55:45 +05301258 /* Check if aggregation has to be enabled for this tid */
Vasanthakumar Thiagarajand5c232f2009-02-18 10:22:02 +05301259 if (conf_is_ht(&sc->hw->conf) &&
1260 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
Sujithd22b0022009-01-28 11:55:45 +05301261 if (ieee80211_is_data_qos(fc)) {
1262 u8 *qc, tid;
1263 struct ath_node *an;
1264
1265 qc = ieee80211_get_qos_ctl(hdr);
1266 tid = qc[0] & 0xf;
1267 an = (struct ath_node *)sta->drv_priv;
1268
1269 if(ath_tx_aggr_check(sc, an, tid))
Johannes Bergc951ad32009-11-16 12:00:38 +01001270 ieee80211_start_tx_ba_session(sta, tid);
Sujithd22b0022009-01-28 11:55:45 +05301271 }
1272 }
Sujith7a7dec62009-01-30 14:32:09 +05301273
Felix Fietkau545750d2009-11-23 22:21:01 +01001274 ath_debug_stat_rc(sc, ath_rc_get_rateindex(sc->cur_rate_table,
1275 &tx_info->status.rates[final_ts_idx]));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001276}
1277
Johannes Berg4b7679a2008-09-18 18:14:18 +02001278static void ath_rate_init(void *priv, struct ieee80211_supported_band *sband,
1279 struct ieee80211_sta *sta, void *priv_sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001280{
Johannes Berg4b7679a2008-09-18 18:14:18 +02001281 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301282 struct ath_rate_priv *ath_rc_priv = priv_sta;
Felix Fietkau545750d2009-11-23 22:21:01 +01001283 const struct ath_rate_table *rate_table;
Sujith9331ec82009-03-02 13:29:45 +05301284 bool is_cw40, is_sgi40;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001285 int i, j = 0;
1286
Sujith7b4d2732008-11-18 09:04:00 +05301287 for (i = 0; i < sband->n_bitrates; i++) {
1288 if (sta->supp_rates[sband->band] & BIT(i)) {
1289 ath_rc_priv->neg_rates.rs_rates[j]
1290 = (sband->bitrates[i].bitrate * 2) / 10;
1291 j++;
1292 }
1293 }
1294 ath_rc_priv->neg_rates.rs_nrates = j;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001295
Sujitha4510bf2008-10-23 12:15:19 +05301296 if (sta->ht_cap.ht_supported) {
Sujith7b4d2732008-11-18 09:04:00 +05301297 for (i = 0, j = 0; i < 77; i++) {
Johannes Bergae5eb022008-10-14 16:58:37 +02001298 if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8)))
Sujithdc2222a2008-08-14 13:26:55 +05301299 ath_rc_priv->neg_ht_rates.rs_rates[j++] = i;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001300 if (j == ATH_RATE_MAX)
1301 break;
1302 }
Sujithdc2222a2008-08-14 13:26:55 +05301303 ath_rc_priv->neg_ht_rates.rs_nrates = j;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001304 }
Sujith7b4d2732008-11-18 09:04:00 +05301305
Sujith9331ec82009-03-02 13:29:45 +05301306 is_cw40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40;
1307 is_sgi40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40;
1308
1309 /* Choose rate table first */
1310
1311 if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) ||
Pat Erley9cb54122009-03-20 22:59:59 -04001312 (sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT) ||
Sujith9331ec82009-03-02 13:29:45 +05301313 (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC)) {
1314 rate_table = ath_choose_rate_table(sc, sband->band,
Felix Fietkau545750d2009-11-23 22:21:01 +01001315 sta->ht_cap.ht_supported, is_cw40);
1316 } else {
1317 rate_table = hw_rate_table[sc->cur_rate_mode];
Sujith9331ec82009-03-02 13:29:45 +05301318 }
1319
Sujithc2da50e2009-03-13 08:56:11 +05301320 ath_rc_priv->ht_cap = ath_rc_build_ht_caps(sc, sta, is_cw40, is_sgi40);
Sujith9331ec82009-03-02 13:29:45 +05301321 ath_rc_init(sc, priv_sta, sband, sta, rate_table);
1322}
1323
1324static void ath_rate_update(void *priv, struct ieee80211_supported_band *sband,
1325 struct ieee80211_sta *sta, void *priv_sta,
1326 u32 changed)
1327{
1328 struct ath_softc *sc = priv;
1329 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001330 const struct ath_rate_table *rate_table = NULL;
Sujith9331ec82009-03-02 13:29:45 +05301331 bool oper_cw40 = false, oper_sgi40;
1332 bool local_cw40 = (ath_rc_priv->ht_cap & WLAN_RC_40_FLAG) ?
1333 true : false;
1334 bool local_sgi40 = (ath_rc_priv->ht_cap & WLAN_RC_SGI_FLAG) ?
1335 true : false;
1336
1337 /* FIXME: Handle AP mode later when we support CWM */
1338
1339 if (changed & IEEE80211_RC_HT_CHANGED) {
1340 if (sc->sc_ah->opmode != NL80211_IFTYPE_STATION)
1341 return;
1342
1343 if (sc->hw->conf.channel_type == NL80211_CHAN_HT40MINUS ||
1344 sc->hw->conf.channel_type == NL80211_CHAN_HT40PLUS)
1345 oper_cw40 = true;
1346
1347 oper_sgi40 = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ?
1348 true : false;
1349
1350 if ((local_cw40 != oper_cw40) || (local_sgi40 != oper_sgi40)) {
1351 rate_table = ath_choose_rate_table(sc, sband->band,
1352 sta->ht_cap.ht_supported,
1353 oper_cw40);
Sujithc2da50e2009-03-13 08:56:11 +05301354 ath_rc_priv->ht_cap = ath_rc_build_ht_caps(sc, sta,
Sujith9331ec82009-03-02 13:29:45 +05301355 oper_cw40, oper_sgi40);
1356 ath_rc_init(sc, priv_sta, sband, sta, rate_table);
1357
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -07001358 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_CONFIG,
1359 "Operating HT Bandwidth changed to: %d\n",
1360 sc->hw->conf.channel_type);
Felix Fietkau545750d2009-11-23 22:21:01 +01001361 sc->cur_rate_table = hw_rate_table[sc->cur_rate_mode];
Sujith9331ec82009-03-02 13:29:45 +05301362 }
1363 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001364}
1365
Johannes Berg4b7679a2008-09-18 18:14:18 +02001366static void *ath_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001367{
Jouni Malinenbce048d2009-03-03 19:23:28 +02001368 struct ath_wiphy *aphy = hw->priv;
1369 return aphy->sc;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001370}
1371
1372static void ath_rate_free(void *priv)
1373{
1374 return;
1375}
1376
Johannes Berg4b7679a2008-09-18 18:14:18 +02001377static void *ath_rate_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001378{
1379 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301380 struct ath_rate_priv *rate_priv;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001381
Sujith46d14a52008-11-18 09:08:13 +05301382 rate_priv = kzalloc(sizeof(struct ath_rate_priv), gfp);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001383 if (!rate_priv) {
Luis R. Rodriguezc46917b2009-09-13 02:42:02 -07001384 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
1385 "Unable to allocate private rc structure\n");
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001386 return NULL;
1387 }
Sujithfe605942008-11-18 09:03:36 +05301388
Sujith2660b812009-02-09 13:27:26 +05301389 rate_priv->tx_triglevel_max = sc->sc_ah->caps.tx_triglevel_max;
Sujithdc2222a2008-08-14 13:26:55 +05301390
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001391 return rate_priv;
1392}
1393
Johannes Berg4b7679a2008-09-18 18:14:18 +02001394static void ath_rate_free_sta(void *priv, struct ieee80211_sta *sta,
1395 void *priv_sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001396{
Sujith46d14a52008-11-18 09:08:13 +05301397 struct ath_rate_priv *rate_priv = priv_sta;
Sujithfe605942008-11-18 09:03:36 +05301398 kfree(rate_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001399}
1400
1401static struct rate_control_ops ath_rate_ops = {
1402 .module = NULL,
1403 .name = "ath9k_rate_control",
1404 .tx_status = ath_tx_status,
1405 .get_rate = ath_get_rate,
1406 .rate_init = ath_rate_init,
Sujith9331ec82009-03-02 13:29:45 +05301407 .rate_update = ath_rate_update,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001408 .alloc = ath_rate_alloc,
1409 .free = ath_rate_free,
1410 .alloc_sta = ath_rate_alloc_sta,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001411 .free_sta = ath_rate_free_sta,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001412};
1413
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001414int ath_rate_control_register(void)
1415{
1416 return ieee80211_rate_control_register(&ath_rate_ops);
1417}
1418
1419void ath_rate_control_unregister(void)
1420{
1421 ieee80211_rate_control_unregister(&ath_rate_ops);
1422}