blob: 731967c74a156efd4b3397fe5b9154c55bc09298 [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,
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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040025 0, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040028 0, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040031 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040034 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040037 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040040 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040043 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040046 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040049 0, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040052 2, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040055 2, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040058 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040061 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040064 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040067 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040070 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040073 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040076 2, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040079 2, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040082 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040085 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040088 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040091 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040094 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -040097 0, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400100 2, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400103 2, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400106 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400109 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400112 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400115 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400118 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400121 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400124 0, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400127 2, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400130 2, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400133 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400136 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400139 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400142 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400145 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400148 4, 23, 40, 41, 41, 148400 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700149 },
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
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400158static const struct ath_rate_table ar5416_11ng_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700159 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400163 0, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400166 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400169 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400172 3, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400175 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400178 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400181 6, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400184 6, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400187 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400190 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400193 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400196 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400199 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400202 6, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400205 6, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400208 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400211 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400214 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400217 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400220 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400223 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400226 6, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400229 6, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400232 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400235 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400238 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400241 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400244 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400247 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400250 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400253 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400256 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400259 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400262 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400265 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400268 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400271 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400274 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400277 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400280 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400283 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400286 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400289 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400292 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400295 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400298 8, 27, 44, 45, 45, 148400 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700299 },
300 50, /* probe interval */
301 50, /* rssi reduce interval */
302 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
303};
304
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400305static const struct ath_rate_table ar5416_11a_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700306 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),
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400310 0, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400313 0, 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),
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400316 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400319 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),
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400322 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400325 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400328 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400331 4, 7, 0 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700332 },
333 50, /* probe interval */
334 50, /* rssi reduce interval */
335 0, /* Phy rates allowed initially */
336};
337
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400338static const struct ath_rate_table ar5416_11g_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700339 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400343 0, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400346 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400349 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400352 3, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400355 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400358 4, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400361 6, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400364 6, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400367 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400370 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400373 8, 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,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400376 8, 11, 0 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700377 },
378 50, /* probe interval */
379 50, /* rssi reduce interval */
380 0, /* Phy rates allowed initially */
381};
382
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700383static inline int8_t median(int8_t a, int8_t b, int8_t c)
384{
385 if (a >= b) {
386 if (b >= c)
387 return b;
388 else if (a > c)
389 return c;
390 else
391 return a;
392 } else {
393 if (a >= c)
394 return a;
395 else if (b >= c)
396 return c;
397 else
398 return b;
399 }
400}
401
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400402static void ath_rc_sort_validrates(const struct ath_rate_table *rate_table,
Sujith46d14a52008-11-18 09:08:13 +0530403 struct ath_rate_priv *ath_rc_priv)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700404{
405 u8 i, j, idx, idx_next;
406
Sujith256b77592008-11-18 09:03:12 +0530407 for (i = ath_rc_priv->max_valid_rate - 1; i > 0; i--) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700408 for (j = 0; j <= i-1; j++) {
Sujith256b77592008-11-18 09:03:12 +0530409 idx = ath_rc_priv->valid_rate_index[j];
410 idx_next = ath_rc_priv->valid_rate_index[j+1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700411
412 if (rate_table->info[idx].ratekbps >
413 rate_table->info[idx_next].ratekbps) {
Sujith256b77592008-11-18 09:03:12 +0530414 ath_rc_priv->valid_rate_index[j] = idx_next;
415 ath_rc_priv->valid_rate_index[j+1] = idx;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700416 }
417 }
418 }
419}
420
Sujith46d14a52008-11-18 09:08:13 +0530421static void ath_rc_init_valid_txmask(struct ath_rate_priv *ath_rc_priv)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700422{
423 u8 i;
424
Sujith256b77592008-11-18 09:03:12 +0530425 for (i = 0; i < ath_rc_priv->rate_table_size; i++)
Sujith46d14a52008-11-18 09:08:13 +0530426 ath_rc_priv->valid_rate_index[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700427}
428
Sujith46d14a52008-11-18 09:08:13 +0530429static inline void ath_rc_set_valid_txmask(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700430 u8 index, int valid_tx_rate)
431{
Sujith256b77592008-11-18 09:03:12 +0530432 ASSERT(index <= ath_rc_priv->rate_table_size);
Sujith46d14a52008-11-18 09:08:13 +0530433 ath_rc_priv->valid_rate_index[index] = valid_tx_rate ? 1 : 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700434}
435
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400436static inline
437int ath_rc_get_nextvalid_txrate(const struct ath_rate_table *rate_table,
438 struct ath_rate_priv *ath_rc_priv,
439 u8 cur_valid_txrate,
440 u8 *next_idx)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700441{
442 u8 i;
443
Sujith256b77592008-11-18 09:03:12 +0530444 for (i = 0; i < ath_rc_priv->max_valid_rate - 1; i++) {
445 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
446 *next_idx = ath_rc_priv->valid_rate_index[i+1];
Sujith46d14a52008-11-18 09:08:13 +0530447 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700448 }
449 }
450
451 /* No more valid rates */
452 *next_idx = 0;
Sujith2c5a7442008-11-18 09:08:33 +0530453
Sujith46d14a52008-11-18 09:08:13 +0530454 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700455}
456
457/* Return true only for single stream */
458
459static int ath_rc_valid_phyrate(u32 phy, u32 capflag, int ignore_cw)
460{
Jouni Malinenb657ead2009-01-13 14:33:49 +0200461 if (WLAN_RC_PHY_HT(phy) && !(capflag & WLAN_RC_HT_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530462 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700463 if (WLAN_RC_PHY_DS(phy) && !(capflag & WLAN_RC_DS_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530464 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700465 if (WLAN_RC_PHY_SGI(phy) && !(capflag & WLAN_RC_SGI_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530466 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700467 if (!ignore_cw && WLAN_RC_PHY_HT(phy))
468 if (WLAN_RC_PHY_40(phy) && !(capflag & WLAN_RC_40_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530469 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700470 if (!WLAN_RC_PHY_40(phy) && (capflag & WLAN_RC_40_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530471 return 0;
472 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700473}
474
475static inline int
Luis R. Rodriguez39448b02009-07-14 20:14:00 -0400476ath_rc_get_lower_rix(const struct ath_rate_table *rate_table,
477 struct ath_rate_priv *ath_rc_priv,
478 u8 cur_valid_txrate, u8 *next_idx)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700479{
480 int8_t i;
481
Sujith256b77592008-11-18 09:03:12 +0530482 for (i = 1; i < ath_rc_priv->max_valid_rate ; i++) {
483 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
484 *next_idx = ath_rc_priv->valid_rate_index[i-1];
Sujith46d14a52008-11-18 09:08:13 +0530485 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700486 }
487 }
Sujith2c5a7442008-11-18 09:08:33 +0530488
Sujith46d14a52008-11-18 09:08:13 +0530489 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700490}
491
Sujith2c5a7442008-11-18 09:08:33 +0530492static u8 ath_rc_init_validrates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400493 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530494 u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700495{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700496 u8 i, hi = 0;
497 u32 valid;
498
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700499 for (i = 0; i < rate_table->rate_cnt; i++) {
Sujithc6483cf2009-03-30 15:28:56 +0530500 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
Sujithdc2222a2008-08-14 13:26:55 +0530501 rate_table->info[i].valid_single_stream :
502 rate_table->info[i].valid);
Sujith46d14a52008-11-18 09:08:13 +0530503 if (valid == 1) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700504 u32 phy = rate_table->info[i].phy;
505 u8 valid_rate_count = 0;
506
Sujith46d14a52008-11-18 09:08:13 +0530507 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700508 continue;
509
Sujith256b77592008-11-18 09:03:12 +0530510 valid_rate_count = ath_rc_priv->valid_phy_ratecnt[phy];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700511
Sujith256b77592008-11-18 09:03:12 +0530512 ath_rc_priv->valid_phy_rateidx[phy][valid_rate_count] = i;
513 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530514 ath_rc_set_valid_txmask(ath_rc_priv, i, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700515 hi = A_MAX(hi, i);
516 }
517 }
Sujith2c5a7442008-11-18 09:08:33 +0530518
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700519 return hi;
520}
521
Sujith2c5a7442008-11-18 09:08:33 +0530522static u8 ath_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400523 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530524 struct ath_rateset *rateset,
525 u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700526{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700527 u8 i, j, hi = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700528
529 /* Use intersection of working rates and valid rates */
530 for (i = 0; i < rateset->rs_nrates; i++) {
531 for (j = 0; j < rate_table->rate_cnt; j++) {
532 u32 phy = rate_table->info[j].phy;
Sujithc6483cf2009-03-30 15:28:56 +0530533 u32 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
534 rate_table->info[j].valid_single_stream :
535 rate_table->info[j].valid);
Sujith2c5a7442008-11-18 09:08:33 +0530536 u8 rate = rateset->rs_rates[i];
537 u8 dot11rate = rate_table->info[j].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700538
539 /* We allow a rate only if its valid and the
540 * capflag matches one of the validity
Sujith46d14a52008-11-18 09:08:13 +0530541 * (VALID/VALID_20/VALID_40) flags */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700542
Sujith2c5a7442008-11-18 09:08:33 +0530543 if (((rate & 0x7F) == (dot11rate & 0x7F)) &&
544 ((valid & WLAN_RC_CAP_MODE(capflag)) ==
545 WLAN_RC_CAP_MODE(capflag)) &&
546 !WLAN_RC_PHY_HT(phy)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700547 u8 valid_rate_count = 0;
548
Sujith46d14a52008-11-18 09:08:13 +0530549 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700550 continue;
551
552 valid_rate_count =
Sujith256b77592008-11-18 09:03:12 +0530553 ath_rc_priv->valid_phy_ratecnt[phy];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700554
Sujith256b77592008-11-18 09:03:12 +0530555 ath_rc_priv->valid_phy_rateidx[phy]
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700556 [valid_rate_count] = j;
Sujith256b77592008-11-18 09:03:12 +0530557 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530558 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700559 hi = A_MAX(hi, j);
560 }
561 }
562 }
Sujith2c5a7442008-11-18 09:08:33 +0530563
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700564 return hi;
565}
566
Sujith2c5a7442008-11-18 09:08:33 +0530567static u8 ath_rc_setvalid_htrates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400568 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530569 u8 *mcs_set, u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700570{
Sujith2c5a7442008-11-18 09:08:33 +0530571 struct ath_rateset *rateset = (struct ath_rateset *)mcs_set;
572
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700573 u8 i, j, hi = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700574
575 /* Use intersection of working rates and valid rates */
Sujith2c5a7442008-11-18 09:08:33 +0530576 for (i = 0; i < rateset->rs_nrates; i++) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700577 for (j = 0; j < rate_table->rate_cnt; j++) {
578 u32 phy = rate_table->info[j].phy;
Sujithc6483cf2009-03-30 15:28:56 +0530579 u32 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
Sujithdc2222a2008-08-14 13:26:55 +0530580 rate_table->info[j].valid_single_stream :
581 rate_table->info[j].valid);
Sujith2c5a7442008-11-18 09:08:33 +0530582 u8 rate = rateset->rs_rates[i];
583 u8 dot11rate = rate_table->info[j].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700584
Sujith2c5a7442008-11-18 09:08:33 +0530585 if (((rate & 0x7F) != (dot11rate & 0x7F)) ||
Sujithdc2222a2008-08-14 13:26:55 +0530586 !WLAN_RC_PHY_HT(phy) ||
587 !WLAN_RC_PHY_HT_VALID(valid, capflag))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700588 continue;
589
Sujith46d14a52008-11-18 09:08:13 +0530590 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700591 continue;
592
Sujith256b77592008-11-18 09:03:12 +0530593 ath_rc_priv->valid_phy_rateidx[phy]
594 [ath_rc_priv->valid_phy_ratecnt[phy]] = j;
595 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530596 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700597 hi = A_MAX(hi, j);
598 }
599 }
Sujith2c5a7442008-11-18 09:08:33 +0530600
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700601 return hi;
602}
603
Luis R. Rodriguez201c3b42009-07-14 20:14:04 -0400604/* Finds the highest rate index we can use */
605static u8 ath_rc_get_highest_rix(struct ath_softc *sc,
606 struct ath_rate_priv *ath_rc_priv,
607 const struct ath_rate_table *rate_table,
608 int *is_probing)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700609{
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400610 u32 best_thruput, this_thruput, now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700611 u8 rate, next_rate, best_rate, maxindex, minindex;
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400612 int8_t index = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700613
614 now_msec = jiffies_to_msecs(jiffies);
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400615 *is_probing = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700616 best_thruput = 0;
Sujith256b77592008-11-18 09:03:12 +0530617 maxindex = ath_rc_priv->max_valid_rate-1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700618 minindex = 0;
619 best_rate = minindex;
620
621 /*
622 * Try the higher rate first. It will reduce memory moving time
623 * if we have very good channel characteristics.
624 */
625 for (index = maxindex; index >= minindex ; index--) {
626 u8 per_thres;
627
Sujith256b77592008-11-18 09:03:12 +0530628 rate = ath_rc_priv->valid_rate_index[index];
629 if (rate > ath_rc_priv->rate_max_phy)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700630 continue;
631
632 /*
633 * For TCP the average collision rate is around 11%,
634 * so we ignore PERs less than this. This is to
635 * prevent the rate we are currently using (whose
636 * PER might be in the 10-15 range because of TCP
637 * collisions) looking worse than the next lower
638 * rate whose PER has decayed close to 0. If we
639 * used to next lower rate, its PER would grow to
640 * 10-15 and we would be worse off then staying
641 * at the current rate.
642 */
Sujith256b77592008-11-18 09:03:12 +0530643 per_thres = ath_rc_priv->state[rate].per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700644 if (per_thres < 12)
645 per_thres = 12;
646
647 this_thruput = rate_table->info[rate].user_ratekbps *
648 (100 - per_thres);
649
650 if (best_thruput <= this_thruput) {
651 best_thruput = this_thruput;
652 best_rate = rate;
653 }
654 }
655
656 rate = best_rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700657
658 /*
659 * Must check the actual rate (ratekbps) to account for
660 * non-monoticity of 11g's rate table
661 */
662
Sujith39008982009-01-30 14:29:15 +0530663 if (rate >= ath_rc_priv->rate_max_phy) {
Sujith256b77592008-11-18 09:03:12 +0530664 rate = ath_rc_priv->rate_max_phy;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700665
666 /* Probe the next allowed phy state */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700667 if (ath_rc_get_nextvalid_txrate(rate_table,
Sujith39008982009-01-30 14:29:15 +0530668 ath_rc_priv, rate, &next_rate) &&
Sujith256b77592008-11-18 09:03:12 +0530669 (now_msec - ath_rc_priv->probe_time >
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700670 rate_table->probe_interval) &&
Sujith256b77592008-11-18 09:03:12 +0530671 (ath_rc_priv->hw_maxretry_pktcnt >= 1)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700672 rate = next_rate;
Sujith256b77592008-11-18 09:03:12 +0530673 ath_rc_priv->probe_rate = rate;
674 ath_rc_priv->probe_time = now_msec;
675 ath_rc_priv->hw_maxretry_pktcnt = 0;
Sujith46d14a52008-11-18 09:08:13 +0530676 *is_probing = 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700677 }
678 }
679
Sujith256b77592008-11-18 09:03:12 +0530680 if (rate > (ath_rc_priv->rate_table_size - 1))
681 rate = ath_rc_priv->rate_table_size - 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700682
Luis R. Rodrigueze43419f2009-07-14 20:13:54 -0400683 if (rate_table->info[rate].valid &&
684 (ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG))
685 return rate;
686
687 if (rate_table->info[rate].valid_single_stream &&
688 !(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG));
689 return rate;
690
691 /* This should not happen */
692 WARN_ON(1);
693
694 rate = ath_rc_priv->valid_rate_index[0];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700695
696 return rate;
697}
698
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400699static void ath_rc_rate_set_series(const struct ath_rate_table *rate_table,
Sujitha8efee42008-11-18 09:07:30 +0530700 struct ieee80211_tx_rate *rate,
Sujithc89424d2009-01-30 14:29:28 +0530701 struct ieee80211_tx_rate_control *txrc,
Sujith2c5a7442008-11-18 09:08:33 +0530702 u8 tries, u8 rix, int rtsctsenable)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700703{
Sujitha8efee42008-11-18 09:07:30 +0530704 rate->count = tries;
705 rate->idx = rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700706
Sujithc89424d2009-01-30 14:29:28 +0530707 if (txrc->short_preamble)
708 rate->flags |= IEEE80211_TX_RC_USE_SHORT_PREAMBLE;
709 if (txrc->rts || rtsctsenable)
Sujitha8efee42008-11-18 09:07:30 +0530710 rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS;
711 if (WLAN_RC_PHY_40(rate_table->info[rix].phy))
712 rate->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH;
713 if (WLAN_RC_PHY_SGI(rate_table->info[rix].phy))
714 rate->flags |= IEEE80211_TX_RC_SHORT_GI;
715 if (WLAN_RC_PHY_HT(rate_table->info[rix].phy))
716 rate->flags |= IEEE80211_TX_RC_MCS;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700717}
718
Sujithc89424d2009-01-30 14:29:28 +0530719static void ath_rc_rate_set_rtscts(struct ath_softc *sc,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400720 const struct ath_rate_table *rate_table,
Sujithc89424d2009-01-30 14:29:28 +0530721 struct ieee80211_tx_info *tx_info)
722{
723 struct ieee80211_tx_rate *rates = tx_info->control.rates;
724 int i = 0, rix = 0, cix, enable_g_protection = 0;
725
726 /* get the cix for the lowest valid rix */
727 for (i = 3; i >= 0; i--) {
728 if (rates[i].count && (rates[i].idx >= 0)) {
729 rix = rates[i].idx;
730 break;
731 }
732 }
733 cix = rate_table->info[rix].ctrl_rate;
734
735 /* All protection frames are transmited at 2Mb/s for 802.11g,
736 * otherwise we transmit them at 1Mb/s */
737 if (sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ &&
738 !conf_is_ht(&sc->hw->conf))
739 enable_g_protection = 1;
740
741 /*
742 * If 802.11g protection is enabled, determine whether to use RTS/CTS or
743 * just CTS. Note that this is only done for OFDM/HT unicast frames.
744 */
745 if ((sc->sc_flags & SC_OP_PROTECT_ENABLE) &&
Sujithc89424d2009-01-30 14:29:28 +0530746 (rate_table->info[rix].phy == WLAN_RC_PHY_OFDM ||
747 WLAN_RC_PHY_HT(rate_table->info[rix].phy))) {
748 rates[0].flags |= IEEE80211_TX_RC_USE_CTS_PROTECT;
749 cix = rate_table->info[enable_g_protection].ctrl_rate;
750 }
751
752 tx_info->control.rts_cts_rate_idx = cix;
753}
754
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400755static void ath_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta,
756 struct ieee80211_tx_rate_control *txrc)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700757{
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400758 struct ath_softc *sc = priv;
759 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400760 const struct ath_rate_table *rate_table;
Sujith39008982009-01-30 14:29:15 +0530761 struct sk_buff *skb = txrc->skb;
762 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
Sujitha8efee42008-11-18 09:07:30 +0530763 struct ieee80211_tx_rate *rates = tx_info->control.rates;
Sujithc89424d2009-01-30 14:29:28 +0530764 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
765 __le16 fc = hdr->frame_control;
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400766 u8 try_per_rate, i = 0, rix, nrix;
Sujith39008982009-01-30 14:29:15 +0530767 int is_probe = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700768
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400769 if (rate_control_send_low(sta, priv_sta, txrc))
770 return;
771
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400772 /*
773 * For Multi Rate Retry we use a different number of
774 * retry attempt counts. This ends up looking like this:
775 *
776 * MRR[0] = 2
777 * MRR[1] = 2
778 * MRR[2] = 2
779 * MRR[3] = 4
780 *
781 */
782 try_per_rate = sc->hw->max_rate_tries;
783
Sujith40990ec2008-12-07 21:41:37 +0530784 rate_table = sc->cur_rate_table;
Luis R. Rodriguez201c3b42009-07-14 20:14:04 -0400785 rix = ath_rc_get_highest_rix(sc, ath_rc_priv, rate_table, &is_probe);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700786 nrix = rix;
787
Sujith39008982009-01-30 14:29:15 +0530788 if (is_probe) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700789 /* set one try for probe rates. For the
790 * probes don't enable rts */
Sujithc89424d2009-01-30 14:29:28 +0530791 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Sujith39008982009-01-30 14:29:15 +0530792 1, nrix, 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700793
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700794 /* Get the next tried/allowed rate. No RTS for the next series
795 * after the probe rate
796 */
Luis R. Rodriguez39448b02009-07-14 20:14:00 -0400797 ath_rc_get_lower_rix(rate_table, ath_rc_priv, rix, &nrix);
Sujithc89424d2009-01-30 14:29:28 +0530798 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Sujith39008982009-01-30 14:29:15 +0530799 try_per_rate, nrix, 0);
Vasanthakumar Thiagarajan14587ce2009-03-12 15:32:54 +0530800
801 tx_info->flags |= IEEE80211_TX_CTL_RATE_CTRL_PROBE;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700802 } else {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700803 /* Set the choosen rate. No RTS for first series entry. */
Sujithc89424d2009-01-30 14:29:28 +0530804 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Sujith39008982009-01-30 14:29:15 +0530805 try_per_rate, nrix, 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700806 }
807
808 /* Fill in the other rates for multirate retry */
Sujith39008982009-01-30 14:29:15 +0530809 for ( ; i < 4; i++) {
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400810 /* Use twice the number of tries for the last MRR segment. */
811 if (i + 1 == 4)
812 try_per_rate = 4;
813
Luis R. Rodriguez39448b02009-07-14 20:14:00 -0400814 ath_rc_get_lower_rix(rate_table, ath_rc_priv, rix, &nrix);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700815 /* All other rates in the series have RTS enabled */
Sujithc89424d2009-01-30 14:29:28 +0530816 ath_rc_rate_set_series(rate_table, &rates[i], txrc,
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400817 try_per_rate, nrix, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700818 }
819
820 /*
821 * NB:Change rate series to enable aggregation when operating
822 * at lower MCS rates. When first rate in series is MCS2
823 * in HT40 @ 2.4GHz, series should look like:
824 *
825 * {MCS2, MCS1, MCS0, MCS0}.
826 *
827 * When first rate in series is MCS3 in HT20 @ 2.4GHz, series should
828 * look like:
829 *
830 * {MCS3, MCS2, MCS1, MCS1}
831 *
832 * So, set fourth rate in series to be same as third one for
833 * above conditions.
834 */
Sujith3706de62008-12-07 21:42:10 +0530835 if ((sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ) &&
Luis R. Rodriguezecf70442008-12-23 15:58:43 -0800836 (conf_is_ht(&sc->hw->conf))) {
Sujith40990ec2008-12-07 21:41:37 +0530837 u8 dot11rate = rate_table->info[rix].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700838 u8 phy = rate_table->info[rix].phy;
839 if (i == 4 &&
840 ((dot11rate == 2 && phy == WLAN_RC_PHY_HT_40_SS) ||
Sujithdc2222a2008-08-14 13:26:55 +0530841 (dot11rate == 3 && phy == WLAN_RC_PHY_HT_20_SS))) {
Sujitha8efee42008-11-18 09:07:30 +0530842 rates[3].idx = rates[2].idx;
843 rates[3].flags = rates[2].flags;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700844 }
845 }
Sujithc89424d2009-01-30 14:29:28 +0530846
847 /*
848 * Force hardware to use computed duration for next
849 * fragment by disabling multi-rate retry, which
850 * updates duration based on the multi-rate duration table.
851 *
852 * FIXME: Fix duration
853 */
Luis R. Rodriguez7682a762009-07-14 20:14:05 -0400854 if (ieee80211_has_morefrags(fc) ||
855 (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG)) {
Sujithc89424d2009-01-30 14:29:28 +0530856 rates[1].count = rates[2].count = rates[3].count = 0;
857 rates[1].idx = rates[2].idx = rates[3].idx = 0;
858 rates[0].count = ATH_TXMAXTRY;
859 }
860
861 /* Setup RTS/CTS */
862 ath_rc_rate_set_rtscts(sc, rate_table, tx_info);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700863}
864
Sujith2c5a7442008-11-18 09:08:33 +0530865static bool ath_rc_update_per(struct ath_softc *sc,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400866 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530867 struct ath_rate_priv *ath_rc_priv,
868 struct ath_tx_info_priv *tx_info_priv,
869 int tx_rate, int xretries, int retries,
870 u32 now_msec)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700871{
Sujith2c5a7442008-11-18 09:08:33 +0530872 bool state_change = false;
873 int count;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700874 u8 last_per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700875 static u32 nretry_to_per_lookup[10] = {
876 100 * 0 / 1,
877 100 * 1 / 4,
878 100 * 1 / 2,
879 100 * 3 / 4,
880 100 * 4 / 5,
881 100 * 5 / 6,
882 100 * 6 / 7,
883 100 * 7 / 8,
884 100 * 8 / 9,
885 100 * 9 / 10
886 };
887
Sujith256b77592008-11-18 09:03:12 +0530888 last_per = ath_rc_priv->state[tx_rate].per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700889
890 if (xretries) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700891 if (xretries == 1) {
Sujith256b77592008-11-18 09:03:12 +0530892 ath_rc_priv->state[tx_rate].per += 30;
893 if (ath_rc_priv->state[tx_rate].per > 100)
894 ath_rc_priv->state[tx_rate].per = 100;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700895 } else {
896 /* xretries == 2 */
Julia Lawall87c16872008-11-09 17:56:10 +0100897 count = ARRAY_SIZE(nretry_to_per_lookup);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700898 if (retries >= count)
899 retries = count - 1;
Sujith2c5a7442008-11-18 09:08:33 +0530900
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700901 /* new_PER = 7/8*old_PER + 1/8*(currentPER) */
Sujith256b77592008-11-18 09:03:12 +0530902 ath_rc_priv->state[tx_rate].per =
Sujith2c5a7442008-11-18 09:08:33 +0530903 (u8)(last_per - (last_per >> 3) + (100 >> 3));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700904 }
905
906 /* xretries == 1 or 2 */
907
Sujith256b77592008-11-18 09:03:12 +0530908 if (ath_rc_priv->probe_rate == tx_rate)
909 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700910
Sujith2c5a7442008-11-18 09:08:33 +0530911 } else { /* xretries == 0 */
Julia Lawall87c16872008-11-09 17:56:10 +0100912 count = ARRAY_SIZE(nretry_to_per_lookup);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700913 if (retries >= count)
914 retries = count - 1;
Sujith2c5a7442008-11-18 09:08:33 +0530915
Sujith46d14a52008-11-18 09:08:13 +0530916 if (tx_info_priv->n_bad_frames) {
Sujithdc2222a2008-08-14 13:26:55 +0530917 /* new_PER = 7/8*old_PER + 1/8*(currentPER)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700918 * Assuming that n_frames is not 0. The current PER
919 * from the retries is 100 * retries / (retries+1),
920 * since the first retries attempts failed, and the
921 * next one worked. For the one that worked,
922 * n_bad_frames subframes out of n_frames wored,
923 * so the PER for that part is
924 * 100 * n_bad_frames / n_frames, and it contributes
925 * 100 * n_bad_frames / (n_frames * (retries+1)) to
926 * the above PER. The expression below is a
927 * simplified version of the sum of these two terms.
928 */
Sujith2c5a7442008-11-18 09:08:33 +0530929 if (tx_info_priv->n_frames > 0) {
930 int n_frames, n_bad_frames;
931 u8 cur_per, new_per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700932
Sujith2c5a7442008-11-18 09:08:33 +0530933 n_bad_frames = retries * tx_info_priv->n_frames +
934 tx_info_priv->n_bad_frames;
935 n_frames = tx_info_priv->n_frames * (retries + 1);
936 cur_per = (100 * n_bad_frames / n_frames) >> 3;
937 new_per = (u8)(last_per - (last_per >> 3) + cur_per);
938 ath_rc_priv->state[tx_rate].per = new_per;
939 }
940 } else {
941 ath_rc_priv->state[tx_rate].per =
942 (u8)(last_per - (last_per >> 3) +
943 (nretry_to_per_lookup[retries] >> 3));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700944 }
945
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700946
947 /*
948 * If we got at most one retry then increase the max rate if
949 * this was a probe. Otherwise, ignore the probe.
950 */
Sujith256b77592008-11-18 09:03:12 +0530951 if (ath_rc_priv->probe_rate && ath_rc_priv->probe_rate == tx_rate) {
Sujith46d14a52008-11-18 09:08:13 +0530952 if (retries > 0 || 2 * tx_info_priv->n_bad_frames >
953 tx_info_priv->n_frames) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700954 /*
955 * Since we probed with just a single attempt,
956 * any retries means the probe failed. Also,
957 * if the attempt worked, but more than half
958 * the subframes were bad then also consider
959 * the probe a failure.
960 */
Sujith256b77592008-11-18 09:03:12 +0530961 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700962 } else {
963 u8 probe_rate = 0;
964
Sujith2c5a7442008-11-18 09:08:33 +0530965 ath_rc_priv->rate_max_phy =
966 ath_rc_priv->probe_rate;
Sujith256b77592008-11-18 09:03:12 +0530967 probe_rate = ath_rc_priv->probe_rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700968
Sujith256b77592008-11-18 09:03:12 +0530969 if (ath_rc_priv->state[probe_rate].per > 30)
970 ath_rc_priv->state[probe_rate].per = 20;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700971
Sujith256b77592008-11-18 09:03:12 +0530972 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700973
974 /*
975 * Since this probe succeeded, we allow the next
976 * probe twice as soon. This allows the maxRate
977 * to move up faster if the probes are
978 * succesful.
979 */
Sujith2c5a7442008-11-18 09:08:33 +0530980 ath_rc_priv->probe_time =
981 now_msec - rate_table->probe_interval / 2;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700982 }
983 }
984
985 if (retries > 0) {
986 /*
987 * Don't update anything. We don't know if
988 * this was because of collisions or poor signal.
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700989 */
Sujith256b77592008-11-18 09:03:12 +0530990 ath_rc_priv->hw_maxretry_pktcnt = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700991 } else {
992 /*
993 * It worked with no retries. First ignore bogus (small)
994 * rssi_ack values.
995 */
Sujith256b77592008-11-18 09:03:12 +0530996 if (tx_rate == ath_rc_priv->rate_max_phy &&
997 ath_rc_priv->hw_maxretry_pktcnt < 255) {
998 ath_rc_priv->hw_maxretry_pktcnt++;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700999 }
1000
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001001 }
1002 }
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -04001003
Sujith2c5a7442008-11-18 09:08:33 +05301004 return state_change;
1005}
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001006
Sujith2c5a7442008-11-18 09:08:33 +05301007/* Update PER, RSSI and whatever else that the code thinks it is doing.
1008 If you can make sense of all this, you really need to go out more. */
1009
1010static void ath_rc_update_ht(struct ath_softc *sc,
1011 struct ath_rate_priv *ath_rc_priv,
1012 struct ath_tx_info_priv *tx_info_priv,
1013 int tx_rate, int xretries, int retries)
1014{
Sujith2c5a7442008-11-18 09:08:33 +05301015 u32 now_msec = jiffies_to_msecs(jiffies);
1016 int rate;
1017 u8 last_per;
1018 bool state_change = false;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001019 const struct ath_rate_table *rate_table = sc->cur_rate_table;
Sujith2c5a7442008-11-18 09:08:33 +05301020 int size = ath_rc_priv->rate_table_size;
1021
1022 if ((tx_rate < 0) || (tx_rate > rate_table->rate_cnt))
1023 return;
1024
Sujith2c5a7442008-11-18 09:08:33 +05301025 last_per = ath_rc_priv->state[tx_rate].per;
1026
1027 /* Update PER first */
1028 state_change = ath_rc_update_per(sc, rate_table, ath_rc_priv,
1029 tx_info_priv, tx_rate, xretries,
1030 retries, now_msec);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001031
1032 /*
1033 * If this rate looks bad (high PER) then stop using it for
1034 * a while (except if we are probing).
1035 */
Sujith256b77592008-11-18 09:03:12 +05301036 if (ath_rc_priv->state[tx_rate].per >= 55 && tx_rate > 0 &&
Sujithdc2222a2008-08-14 13:26:55 +05301037 rate_table->info[tx_rate].ratekbps <=
Sujith256b77592008-11-18 09:03:12 +05301038 rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) {
Luis R. Rodriguez39448b02009-07-14 20:14:00 -04001039 ath_rc_get_lower_rix(rate_table, ath_rc_priv,
1040 (u8)tx_rate, &ath_rc_priv->rate_max_phy);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001041
1042 /* Don't probe for a little while. */
Sujith256b77592008-11-18 09:03:12 +05301043 ath_rc_priv->probe_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001044 }
1045
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001046 /* Make sure the rates below this have lower PER */
1047 /* Monotonicity is kept only for rates below the current rate. */
Sujith256b77592008-11-18 09:03:12 +05301048 if (ath_rc_priv->state[tx_rate].per < last_per) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001049 for (rate = tx_rate - 1; rate >= 0; rate--) {
1050 if (rate_table->info[rate].phy !=
Sujithdc2222a2008-08-14 13:26:55 +05301051 rate_table->info[tx_rate].phy)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001052 break;
1053
Sujith256b77592008-11-18 09:03:12 +05301054 if (ath_rc_priv->state[rate].per >
1055 ath_rc_priv->state[rate+1].per) {
1056 ath_rc_priv->state[rate].per =
1057 ath_rc_priv->state[rate+1].per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001058 }
1059 }
1060 }
1061
1062 /* Maintain monotonicity for rates above the current rate */
Sujith2c5a7442008-11-18 09:08:33 +05301063 for (rate = tx_rate; rate < size - 1; rate++) {
1064 if (ath_rc_priv->state[rate+1].per <
1065 ath_rc_priv->state[rate].per)
Sujith256b77592008-11-18 09:03:12 +05301066 ath_rc_priv->state[rate+1].per =
1067 ath_rc_priv->state[rate].per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001068 }
1069
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001070 /* Every so often, we reduce the thresholds
1071 * and PER (different for CCK and OFDM). */
Sujith256b77592008-11-18 09:03:12 +05301072 if (now_msec - ath_rc_priv->per_down_time >=
Sujithdc2222a2008-08-14 13:26:55 +05301073 rate_table->rssi_reduce_interval) {
Sujith2c5a7442008-11-18 09:08:33 +05301074 for (rate = 0; rate < size; rate++) {
Sujith256b77592008-11-18 09:03:12 +05301075 ath_rc_priv->state[rate].per =
1076 7 * ath_rc_priv->state[rate].per / 8;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001077 }
1078
Sujith256b77592008-11-18 09:03:12 +05301079 ath_rc_priv->per_down_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001080 }
Sujith2c5a7442008-11-18 09:08:33 +05301081
Sujith9e712792009-02-20 15:13:20 +05301082 ath_debug_stat_retries(sc, tx_rate, xretries, retries,
1083 ath_rc_priv->state[tx_rate].per);
Sujith029bc432009-02-04 08:10:26 +05301084
Sujith2c5a7442008-11-18 09:08:33 +05301085}
1086
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001087static int ath_rc_get_rateindex(const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +05301088 struct ieee80211_tx_rate *rate)
1089{
1090 int rix;
1091
1092 if ((rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
1093 (rate->flags & IEEE80211_TX_RC_SHORT_GI))
1094 rix = rate_table->info[rate->idx].ht_index;
1095 else if (rate->flags & IEEE80211_TX_RC_SHORT_GI)
1096 rix = rate_table->info[rate->idx].sgi_index;
1097 else if (rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH)
1098 rix = rate_table->info[rate->idx].cw40index;
1099 else
1100 rix = rate_table->info[rate->idx].base_index;
1101
1102 return rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001103}
1104
Sujith46d14a52008-11-18 09:08:13 +05301105static void ath_rc_tx_status(struct ath_softc *sc,
1106 struct ath_rate_priv *ath_rc_priv,
1107 struct ieee80211_tx_info *tx_info,
1108 int final_ts_idx, int xretries, int long_retry)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001109{
Sujith46d14a52008-11-18 09:08:13 +05301110 struct ath_tx_info_priv *tx_info_priv = ATH_TX_INFO_PRIV(tx_info);
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001111 const struct ath_rate_table *rate_table;
Sujitha8efee42008-11-18 09:07:30 +05301112 struct ieee80211_tx_rate *rates = tx_info->status.rates;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001113 u8 flags;
Sujith2c5a7442008-11-18 09:08:33 +05301114 u32 i = 0, rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001115
Sujith40990ec2008-12-07 21:41:37 +05301116 rate_table = sc->cur_rate_table;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001117
1118 /*
1119 * If the first rate is not the final index, there
1120 * are intermediate rate failures to be processed.
1121 */
1122 if (final_ts_idx != 0) {
1123 /* Process intermediate rates that failed.*/
Sujith2c5a7442008-11-18 09:08:33 +05301124 for (i = 0; i < final_ts_idx ; i++) {
1125 if (rates[i].count != 0 && (rates[i].idx >= 0)) {
1126 flags = rates[i].flags;
1127
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001128 /* If HT40 and we have switched mode from
1129 * 40 to 20 => don't update */
Sujith2c5a7442008-11-18 09:08:33 +05301130
Sujitha8efee42008-11-18 09:07:30 +05301131 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
Sujithf5c38ef2009-03-30 15:28:57 +05301132 !(ath_rc_priv->ht_cap & WLAN_RC_40_FLAG))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001133 return;
Sujithe63835b2008-11-18 09:07:53 +05301134
Sujith2c5a7442008-11-18 09:08:33 +05301135 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001136 ath_rc_update_ht(sc, ath_rc_priv,
Sujith46d14a52008-11-18 09:08:13 +05301137 tx_info_priv, rix,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001138 xretries ? 1 : 2,
Sujith2c5a7442008-11-18 09:08:33 +05301139 rates[i].count);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001140 }
1141 }
1142 } else {
1143 /*
1144 * Handle the special case of MIMO PS burst, where the second
1145 * aggregate is sent out with only one rate and one try.
1146 * Treating it as an excessive retry penalizes the rate
1147 * inordinately.
1148 */
Sujitha8efee42008-11-18 09:07:30 +05301149 if (rates[0].count == 1 && xretries == 1)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001150 xretries = 2;
1151 }
1152
Sujith2c5a7442008-11-18 09:08:33 +05301153 flags = rates[i].flags;
1154
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001155 /* If HT40 and we have switched mode from 40 to 20 => don't update */
Sujitha8efee42008-11-18 09:07:30 +05301156 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
Sujithf5c38ef2009-03-30 15:28:57 +05301157 !(ath_rc_priv->ht_cap & WLAN_RC_40_FLAG))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001158 return;
1159
Sujith2c5a7442008-11-18 09:08:33 +05301160 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Sujith46d14a52008-11-18 09:08:13 +05301161 ath_rc_update_ht(sc, ath_rc_priv, tx_info_priv, rix,
Sujith2c5a7442008-11-18 09:08:33 +05301162 xretries, long_retry);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001163}
1164
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001165static const
1166struct ath_rate_table *ath_choose_rate_table(struct ath_softc *sc,
1167 enum ieee80211_band band,
1168 bool is_ht,
1169 bool is_cw_40)
Sujithe11602b2008-11-27 09:46:27 +05301170{
1171 int mode = 0;
1172
1173 switch(band) {
1174 case IEEE80211_BAND_2GHZ:
1175 mode = ATH9K_MODE_11G;
1176 if (is_ht)
1177 mode = ATH9K_MODE_11NG_HT20;
1178 if (is_cw_40)
1179 mode = ATH9K_MODE_11NG_HT40PLUS;
1180 break;
1181 case IEEE80211_BAND_5GHZ:
1182 mode = ATH9K_MODE_11A;
1183 if (is_ht)
1184 mode = ATH9K_MODE_11NA_HT20;
1185 if (is_cw_40)
1186 mode = ATH9K_MODE_11NA_HT40PLUS;
1187 break;
1188 default:
Sujith04bd46382008-11-28 22:18:05 +05301189 DPRINTF(sc, ATH_DBG_CONFIG, "Invalid band\n");
Sujithe11602b2008-11-27 09:46:27 +05301190 return NULL;
1191 }
1192
1193 BUG_ON(mode >= ATH9K_MODE_MAX);
1194
Sujith04bd46382008-11-28 22:18:05 +05301195 DPRINTF(sc, ATH_DBG_CONFIG, "Choosing rate table for mode: %d\n", mode);
Sujithe11602b2008-11-27 09:46:27 +05301196 return sc->hw_rate_table[mode];
1197}
1198
Sujith5ddfac32008-11-18 09:06:44 +05301199static void ath_rc_init(struct ath_softc *sc,
Sujith46d14a52008-11-18 09:08:13 +05301200 struct ath_rate_priv *ath_rc_priv,
Sujith5ddfac32008-11-18 09:06:44 +05301201 struct ieee80211_supported_band *sband,
Sujith9331ec82009-03-02 13:29:45 +05301202 struct ieee80211_sta *sta,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001203 const struct ath_rate_table *rate_table)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001204{
Sujith5ddfac32008-11-18 09:06:44 +05301205 struct ath_rateset *rateset = &ath_rc_priv->neg_rates;
1206 u8 *ht_mcs = (u8 *)&ath_rc_priv->neg_ht_rates;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001207 u8 i, j, k, hi = 0, hthi = 0;
Sujithe11602b2008-11-27 09:46:27 +05301208
1209 if (!rate_table) {
1210 DPRINTF(sc, ATH_DBG_FATAL, "Rate table not initialized\n");
1211 return;
1212 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001213
1214 /* Initial rate table size. Will change depending
1215 * on the working rate set */
Sujith46d14a52008-11-18 09:08:13 +05301216 ath_rc_priv->rate_table_size = RATE_TABLE_SIZE;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001217
1218 /* Initialize thresholds according to the global rate table */
Sujith5ddfac32008-11-18 09:06:44 +05301219 for (i = 0 ; i < ath_rc_priv->rate_table_size; i++) {
Sujith256b77592008-11-18 09:03:12 +05301220 ath_rc_priv->state[i].per = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001221 }
1222
1223 /* Determine the valid rates */
Sujith256b77592008-11-18 09:03:12 +05301224 ath_rc_init_valid_txmask(ath_rc_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001225
1226 for (i = 0; i < WLAN_RC_PHY_MAX; i++) {
1227 for (j = 0; j < MAX_TX_RATE_PHY; j++)
Sujith256b77592008-11-18 09:03:12 +05301228 ath_rc_priv->valid_phy_rateidx[i][j] = 0;
1229 ath_rc_priv->valid_phy_ratecnt[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001230 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001231
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001232 if (!rateset->rs_nrates) {
1233 /* No working rate, just initialize valid rates */
Sujith2c5a7442008-11-18 09:08:33 +05301234 hi = ath_rc_init_validrates(ath_rc_priv, rate_table,
Sujithc89424d2009-01-30 14:29:28 +05301235 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001236 } else {
1237 /* Use intersection of working rates and valid rates */
Sujith2c5a7442008-11-18 09:08:33 +05301238 hi = ath_rc_setvalid_rates(ath_rc_priv, rate_table,
Sujithc89424d2009-01-30 14:29:28 +05301239 rateset, ath_rc_priv->ht_cap);
Sujith5ddfac32008-11-18 09:06:44 +05301240 if (ath_rc_priv->ht_cap & WLAN_RC_HT_FLAG) {
Sujith2c5a7442008-11-18 09:08:33 +05301241 hthi = ath_rc_setvalid_htrates(ath_rc_priv,
Sujithc89424d2009-01-30 14:29:28 +05301242 rate_table,
1243 ht_mcs,
1244 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001245 }
1246 hi = A_MAX(hi, hthi);
1247 }
1248
Sujith256b77592008-11-18 09:03:12 +05301249 ath_rc_priv->rate_table_size = hi + 1;
1250 ath_rc_priv->rate_max_phy = 0;
Sujith46d14a52008-11-18 09:08:13 +05301251 ASSERT(ath_rc_priv->rate_table_size <= RATE_TABLE_SIZE);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001252
1253 for (i = 0, k = 0; i < WLAN_RC_PHY_MAX; i++) {
Sujith256b77592008-11-18 09:03:12 +05301254 for (j = 0; j < ath_rc_priv->valid_phy_ratecnt[i]; j++) {
1255 ath_rc_priv->valid_rate_index[k++] =
1256 ath_rc_priv->valid_phy_rateidx[i][j];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001257 }
1258
Sujith46d14a52008-11-18 09:08:13 +05301259 if (!ath_rc_valid_phyrate(i, rate_table->initial_ratemax, 1)
Sujith256b77592008-11-18 09:03:12 +05301260 || !ath_rc_priv->valid_phy_ratecnt[i])
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001261 continue;
1262
Sujith256b77592008-11-18 09:03:12 +05301263 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_phy_rateidx[i][j-1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001264 }
Sujith46d14a52008-11-18 09:08:13 +05301265 ASSERT(ath_rc_priv->rate_table_size <= RATE_TABLE_SIZE);
1266 ASSERT(k <= RATE_TABLE_SIZE);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001267
Sujith256b77592008-11-18 09:03:12 +05301268 ath_rc_priv->max_valid_rate = k;
Sujith256b77592008-11-18 09:03:12 +05301269 ath_rc_sort_validrates(rate_table, ath_rc_priv);
1270 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4];
Sujith40990ec2008-12-07 21:41:37 +05301271 sc->cur_rate_table = rate_table;
Sujith9331ec82009-03-02 13:29:45 +05301272
1273 DPRINTF(sc, ATH_DBG_CONFIG, "RC Initialized with capabilities: 0x%x\n",
1274 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001275}
1276
Sujithc2da50e2009-03-13 08:56:11 +05301277static u8 ath_rc_build_ht_caps(struct ath_softc *sc, struct ieee80211_sta *sta,
1278 bool is_cw40, bool is_sgi40)
Sujith9331ec82009-03-02 13:29:45 +05301279{
1280 u8 caps = 0;
1281
Sujithc2da50e2009-03-13 08:56:11 +05301282 if (sta->ht_cap.ht_supported) {
Sujith9331ec82009-03-02 13:29:45 +05301283 caps = WLAN_RC_HT_FLAG;
1284 if (sc->sc_ah->caps.tx_chainmask != 1 &&
Sujithc2da50e2009-03-13 08:56:11 +05301285 ath9k_hw_getcapability(sc->sc_ah, ATH9K_CAP_DS, 0, NULL)) {
1286 if (sta->ht_cap.mcs.rx_mask[1])
1287 caps |= WLAN_RC_DS_FLAG;
1288 }
Sujith9331ec82009-03-02 13:29:45 +05301289 if (is_cw40)
1290 caps |= WLAN_RC_40_FLAG;
1291 if (is_sgi40)
1292 caps |= WLAN_RC_SGI_FLAG;
1293 }
1294
1295 return caps;
1296}
1297
1298/***********************************/
1299/* mac80211 Rate Control callbacks */
1300/***********************************/
1301
Johannes Berg4b7679a2008-09-18 18:14:18 +02001302static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband,
1303 struct ieee80211_sta *sta, void *priv_sta,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001304 struct sk_buff *skb)
1305{
1306 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301307 struct ath_rate_priv *ath_rc_priv = priv_sta;
1308 struct ath_tx_info_priv *tx_info_priv = NULL;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001309 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
1310 struct ieee80211_hdr *hdr;
Sujith46d14a52008-11-18 09:08:13 +05301311 int final_ts_idx, tx_status = 0, is_underrun = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001312 __le16 fc;
1313
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001314 hdr = (struct ieee80211_hdr *)skb->data;
1315 fc = hdr->frame_control;
Sujith46d14a52008-11-18 09:08:13 +05301316 tx_info_priv = ATH_TX_INFO_PRIV(tx_info);
Sujith46d14a52008-11-18 09:08:13 +05301317 final_ts_idx = tx_info_priv->tx.ts_rateindex;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001318
Sujithff37e332008-11-24 12:07:55 +05301319 if (!priv_sta || !ieee80211_is_data(fc) ||
Vasanthakumar Thiagarajan7ac47012008-11-20 11:51:18 +05301320 !tx_info_priv->update_rc)
Sujith46d14a52008-11-18 09:08:13 +05301321 goto exit;
Johannes Berge6a98542008-10-21 12:40:02 +02001322
Sujith46d14a52008-11-18 09:08:13 +05301323 if (tx_info_priv->tx.ts_status & ATH9K_TXERR_FILT)
1324 goto exit;
Johannes Berge6a98542008-10-21 12:40:02 +02001325
Sujith46d14a52008-11-18 09:08:13 +05301326 /*
1327 * If underrun error is seen assume it as an excessive retry only
1328 * if prefetch trigger level have reached the max (0x3f for 5416)
Luis R. Rodriguezdd190182009-07-14 20:13:56 -04001329 * Adjust the long retry as if the frame was tried hw->max_rate_tries
Sujith46d14a52008-11-18 09:08:13 +05301330 * times. This affects how ratectrl updates PER for the failed rate.
1331 */
1332 if (tx_info_priv->tx.ts_flags &
1333 (ATH9K_TX_DATA_UNDERRUN | ATH9K_TX_DELIM_UNDERRUN) &&
Sujith2660b812009-02-09 13:27:26 +05301334 ((sc->sc_ah->tx_trig_level) >= ath_rc_priv->tx_triglevel_max)) {
Sujith46d14a52008-11-18 09:08:13 +05301335 tx_status = 1;
1336 is_underrun = 1;
1337 }
1338
1339 if ((tx_info_priv->tx.ts_status & ATH9K_TXERR_XRETRY) ||
1340 (tx_info_priv->tx.ts_status & ATH9K_TXERR_FIFO))
1341 tx_status = 1;
1342
1343 ath_rc_tx_status(sc, ath_rc_priv, tx_info, final_ts_idx, tx_status,
Luis R. Rodriguezdd190182009-07-14 20:13:56 -04001344 (is_underrun) ? sc->hw->max_rate_tries :
Sujith46d14a52008-11-18 09:08:13 +05301345 tx_info_priv->tx.ts_longretry);
1346
Sujithd22b0022009-01-28 11:55:45 +05301347 /* Check if aggregation has to be enabled for this tid */
Vasanthakumar Thiagarajand5c232f2009-02-18 10:22:02 +05301348 if (conf_is_ht(&sc->hw->conf) &&
1349 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
Sujithd22b0022009-01-28 11:55:45 +05301350 if (ieee80211_is_data_qos(fc)) {
1351 u8 *qc, tid;
1352 struct ath_node *an;
1353
1354 qc = ieee80211_get_qos_ctl(hdr);
1355 tid = qc[0] & 0xf;
1356 an = (struct ath_node *)sta->drv_priv;
1357
1358 if(ath_tx_aggr_check(sc, an, tid))
1359 ieee80211_start_tx_ba_session(sc->hw, hdr->addr1, tid);
1360 }
1361 }
Sujith7a7dec62009-01-30 14:32:09 +05301362
1363 ath_debug_stat_rc(sc, skb);
Sujith46d14a52008-11-18 09:08:13 +05301364exit:
Johannes Berge6a98542008-10-21 12:40:02 +02001365 kfree(tx_info_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001366}
1367
Johannes Berg4b7679a2008-09-18 18:14:18 +02001368static void ath_rate_init(void *priv, struct ieee80211_supported_band *sband,
1369 struct ieee80211_sta *sta, void *priv_sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001370{
Johannes Berg4b7679a2008-09-18 18:14:18 +02001371 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301372 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001373 const struct ath_rate_table *rate_table = NULL;
Sujith9331ec82009-03-02 13:29:45 +05301374 bool is_cw40, is_sgi40;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001375 int i, j = 0;
1376
Sujith7b4d2732008-11-18 09:04:00 +05301377 for (i = 0; i < sband->n_bitrates; i++) {
1378 if (sta->supp_rates[sband->band] & BIT(i)) {
1379 ath_rc_priv->neg_rates.rs_rates[j]
1380 = (sband->bitrates[i].bitrate * 2) / 10;
1381 j++;
1382 }
1383 }
1384 ath_rc_priv->neg_rates.rs_nrates = j;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001385
Sujitha4510bf2008-10-23 12:15:19 +05301386 if (sta->ht_cap.ht_supported) {
Sujith7b4d2732008-11-18 09:04:00 +05301387 for (i = 0, j = 0; i < 77; i++) {
Johannes Bergae5eb022008-10-14 16:58:37 +02001388 if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8)))
Sujithdc2222a2008-08-14 13:26:55 +05301389 ath_rc_priv->neg_ht_rates.rs_rates[j++] = i;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001390 if (j == ATH_RATE_MAX)
1391 break;
1392 }
Sujithdc2222a2008-08-14 13:26:55 +05301393 ath_rc_priv->neg_ht_rates.rs_nrates = j;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001394 }
Sujith7b4d2732008-11-18 09:04:00 +05301395
Sujith9331ec82009-03-02 13:29:45 +05301396 is_cw40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40;
1397 is_sgi40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40;
1398
1399 /* Choose rate table first */
1400
1401 if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) ||
Pat Erley9cb54122009-03-20 22:59:59 -04001402 (sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT) ||
Sujith9331ec82009-03-02 13:29:45 +05301403 (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC)) {
1404 rate_table = ath_choose_rate_table(sc, sband->band,
1405 sta->ht_cap.ht_supported,
1406 is_cw40);
1407 } else if (sc->sc_ah->opmode == NL80211_IFTYPE_AP) {
1408 /* cur_rate_table would be set on init through config() */
1409 rate_table = sc->cur_rate_table;
1410 }
1411
Sujithc2da50e2009-03-13 08:56:11 +05301412 ath_rc_priv->ht_cap = ath_rc_build_ht_caps(sc, sta, is_cw40, is_sgi40);
Sujith9331ec82009-03-02 13:29:45 +05301413 ath_rc_init(sc, priv_sta, sband, sta, rate_table);
1414}
1415
1416static void ath_rate_update(void *priv, struct ieee80211_supported_band *sband,
1417 struct ieee80211_sta *sta, void *priv_sta,
1418 u32 changed)
1419{
1420 struct ath_softc *sc = priv;
1421 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001422 const struct ath_rate_table *rate_table = NULL;
Sujith9331ec82009-03-02 13:29:45 +05301423 bool oper_cw40 = false, oper_sgi40;
1424 bool local_cw40 = (ath_rc_priv->ht_cap & WLAN_RC_40_FLAG) ?
1425 true : false;
1426 bool local_sgi40 = (ath_rc_priv->ht_cap & WLAN_RC_SGI_FLAG) ?
1427 true : false;
1428
1429 /* FIXME: Handle AP mode later when we support CWM */
1430
1431 if (changed & IEEE80211_RC_HT_CHANGED) {
1432 if (sc->sc_ah->opmode != NL80211_IFTYPE_STATION)
1433 return;
1434
1435 if (sc->hw->conf.channel_type == NL80211_CHAN_HT40MINUS ||
1436 sc->hw->conf.channel_type == NL80211_CHAN_HT40PLUS)
1437 oper_cw40 = true;
1438
1439 oper_sgi40 = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ?
1440 true : false;
1441
1442 if ((local_cw40 != oper_cw40) || (local_sgi40 != oper_sgi40)) {
1443 rate_table = ath_choose_rate_table(sc, sband->band,
1444 sta->ht_cap.ht_supported,
1445 oper_cw40);
Sujithc2da50e2009-03-13 08:56:11 +05301446 ath_rc_priv->ht_cap = ath_rc_build_ht_caps(sc, sta,
Sujith9331ec82009-03-02 13:29:45 +05301447 oper_cw40, oper_sgi40);
1448 ath_rc_init(sc, priv_sta, sband, sta, rate_table);
1449
1450 DPRINTF(sc, ATH_DBG_CONFIG,
1451 "Operating HT Bandwidth changed to: %d\n",
1452 sc->hw->conf.channel_type);
1453 }
1454 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001455}
1456
Johannes Berg4b7679a2008-09-18 18:14:18 +02001457static void *ath_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001458{
Jouni Malinenbce048d2009-03-03 19:23:28 +02001459 struct ath_wiphy *aphy = hw->priv;
1460 return aphy->sc;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001461}
1462
1463static void ath_rate_free(void *priv)
1464{
1465 return;
1466}
1467
Johannes Berg4b7679a2008-09-18 18:14:18 +02001468static void *ath_rate_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001469{
1470 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301471 struct ath_rate_priv *rate_priv;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001472
Sujith46d14a52008-11-18 09:08:13 +05301473 rate_priv = kzalloc(sizeof(struct ath_rate_priv), gfp);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001474 if (!rate_priv) {
Sujithdc2222a2008-08-14 13:26:55 +05301475 DPRINTF(sc, ATH_DBG_FATAL,
Sujith04bd46382008-11-28 22:18:05 +05301476 "Unable to allocate private rc structure\n");
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001477 return NULL;
1478 }
Sujithfe605942008-11-18 09:03:36 +05301479
Sujith2660b812009-02-09 13:27:26 +05301480 rate_priv->tx_triglevel_max = sc->sc_ah->caps.tx_triglevel_max;
Sujithdc2222a2008-08-14 13:26:55 +05301481
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001482 return rate_priv;
1483}
1484
Johannes Berg4b7679a2008-09-18 18:14:18 +02001485static void ath_rate_free_sta(void *priv, struct ieee80211_sta *sta,
1486 void *priv_sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001487{
Sujith46d14a52008-11-18 09:08:13 +05301488 struct ath_rate_priv *rate_priv = priv_sta;
Sujithfe605942008-11-18 09:03:36 +05301489 kfree(rate_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001490}
1491
1492static struct rate_control_ops ath_rate_ops = {
1493 .module = NULL,
1494 .name = "ath9k_rate_control",
1495 .tx_status = ath_tx_status,
1496 .get_rate = ath_get_rate,
1497 .rate_init = ath_rate_init,
Sujith9331ec82009-03-02 13:29:45 +05301498 .rate_update = ath_rate_update,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001499 .alloc = ath_rate_alloc,
1500 .free = ath_rate_free,
1501 .alloc_sta = ath_rate_alloc_sta,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001502 .free_sta = ath_rate_free_sta,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001503};
1504
Sujithfe7f4a72008-11-18 09:07:06 +05301505void ath_rate_attach(struct ath_softc *sc)
1506{
Sujithfe7f4a72008-11-18 09:07:06 +05301507 sc->hw_rate_table[ATH9K_MODE_11A] =
1508 &ar5416_11a_ratetable;
1509 sc->hw_rate_table[ATH9K_MODE_11G] =
1510 &ar5416_11g_ratetable;
1511 sc->hw_rate_table[ATH9K_MODE_11NA_HT20] =
1512 &ar5416_11na_ratetable;
1513 sc->hw_rate_table[ATH9K_MODE_11NG_HT20] =
1514 &ar5416_11ng_ratetable;
1515 sc->hw_rate_table[ATH9K_MODE_11NA_HT40PLUS] =
1516 &ar5416_11na_ratetable;
1517 sc->hw_rate_table[ATH9K_MODE_11NA_HT40MINUS] =
1518 &ar5416_11na_ratetable;
1519 sc->hw_rate_table[ATH9K_MODE_11NG_HT40PLUS] =
1520 &ar5416_11ng_ratetable;
1521 sc->hw_rate_table[ATH9K_MODE_11NG_HT40MINUS] =
1522 &ar5416_11ng_ratetable;
1523}
1524
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001525int ath_rate_control_register(void)
1526{
1527 return ieee80211_rate_control_register(&ath_rate_ops);
1528}
1529
1530void ath_rate_control_unregister(void)
1531{
1532 ieee80211_rate_control_unregister(&ath_rate_ops);
1533}