blob: 1895d63aad0a8a8e65c3599918ab6bd159bef88e [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 },
Vasanthakumar Thiagarajan42e88562009-07-29 15:05:21 +053047 { VALID_2040, VALID_2040, 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 */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700151 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
152};
153
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700154/* 4ms frame limit not used for NG mode. The values filled
155 * for HT are the 64K max aggregate limit */
156
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400157static const struct ath_rate_table ar5416_11ng_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700158 46,
159 {
Sujith46d14a52008-11-18 09:08:13 +0530160 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700161 900, 0x1b, 0x00, 2,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400162 0, 0, 0, 0, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530163 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700164 1900, 0x1a, 0x04, 4,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400165 1, 1, 1, 1, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530166 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700167 4900, 0x19, 0x04, 11,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400168 2, 2, 2, 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530169 { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700170 8100, 0x18, 0x04, 22,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400171 3, 3, 3, 3, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530172 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700173 5400, 0x0b, 0x00, 12,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400174 4, 4, 4, 4, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530175 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700176 7800, 0x0f, 0x00, 18,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400177 4, 5, 5, 5, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530178 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700179 10100, 0x0a, 0x00, 24,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400180 6, 6, 6, 6, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530181 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700182 14100, 0x0e, 0x00, 36,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400183 6, 7, 7, 7, 7, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530184 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700185 17700, 0x09, 0x00, 48,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400186 8, 8, 8, 8, 8, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530187 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700188 23700, 0x0d, 0x00, 72,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400189 8, 9, 9, 9, 9, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530190 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700191 27400, 0x08, 0x00, 96,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400192 8, 10, 10, 10, 10, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530193 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700194 30900, 0x0c, 0x00, 108,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400195 8, 11, 11, 11, 11, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530196 { INVALID, INVALID, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700197 6400, 0x80, 0x00, 0,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400198 4, 12, 28, 12, 28, 3216 },
Sujith46d14a52008-11-18 09:08:13 +0530199 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700200 12700, 0x81, 0x00, 1,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400201 6, 13, 29, 13, 29, 6434 },
Sujith46d14a52008-11-18 09:08:13 +0530202 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700203 18800, 0x82, 0x00, 2,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400204 6, 14, 30, 14, 30, 9650 },
Sujith46d14a52008-11-18 09:08:13 +0530205 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700206 25000, 0x83, 0x00, 3,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400207 8, 15, 31, 15, 31, 12868 },
Sujith46d14a52008-11-18 09:08:13 +0530208 { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700209 36700, 0x84, 0x00, 4,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400210 8, 16, 32, 16, 32, 19304 },
Sujith46d14a52008-11-18 09:08:13 +0530211 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700212 48100, 0x85, 0x00, 5,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400213 8, 17, 33, 17, 33, 25740 },
Sujith46d14a52008-11-18 09:08:13 +0530214 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700215 53500, 0x86, 0x00, 6,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400216 8, 18, 34, 18, 34, 28956 },
Sujith46d14a52008-11-18 09:08:13 +0530217 { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700218 59000, 0x87, 0x00, 7,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400219 8, 19, 35, 19, 36, 32180 },
Sujith46d14a52008-11-18 09:08:13 +0530220 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700221 12700, 0x88, 0x00, 8,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400222 4, 20, 37, 20, 37, 6430 },
Sujith46d14a52008-11-18 09:08:13 +0530223 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700224 24800, 0x89, 0x00, 9,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400225 6, 21, 38, 21, 38, 12860 },
Sujith46d14a52008-11-18 09:08:13 +0530226 { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700227 36600, 0x8a, 0x00, 10,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400228 6, 22, 39, 22, 39, 19300 },
Sujith46d14a52008-11-18 09:08:13 +0530229 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700230 48100, 0x8b, 0x00, 11,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400231 8, 23, 40, 23, 40, 25736 },
Sujith46d14a52008-11-18 09:08:13 +0530232 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700233 69500, 0x8c, 0x00, 12,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400234 8, 24, 41, 24, 41, 38600 },
Sujith46d14a52008-11-18 09:08:13 +0530235 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700236 89500, 0x8d, 0x00, 13,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400237 8, 25, 42, 25, 42, 51472 },
Sujith46d14a52008-11-18 09:08:13 +0530238 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700239 98900, 0x8e, 0x00, 14,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400240 8, 26, 43, 26, 44, 57890 },
Sujith46d14a52008-11-18 09:08:13 +0530241 { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700242 108300, 0x8f, 0x00, 15,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400243 8, 27, 44, 27, 45, 64320 },
Sujith46d14a52008-11-18 09:08:13 +0530244 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700245 13200, 0x80, 0x00, 0,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400246 8, 12, 28, 28, 28, 6684 },
Sujith46d14a52008-11-18 09:08:13 +0530247 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700248 25900, 0x81, 0x00, 1,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400249 8, 13, 29, 29, 29, 13368 },
Sujith46d14a52008-11-18 09:08:13 +0530250 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700251 38600, 0x82, 0x00, 2,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400252 8, 14, 30, 30, 30, 20052 },
Sujith46d14a52008-11-18 09:08:13 +0530253 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700254 49800, 0x83, 0x00, 3,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400255 8, 15, 31, 31, 31, 26738 },
Sujith46d14a52008-11-18 09:08:13 +0530256 { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700257 72200, 0x84, 0x00, 4,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400258 8, 16, 32, 32, 32, 40104 },
Sujith46d14a52008-11-18 09:08:13 +0530259 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700260 92900, 0x85, 0x00, 5,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400261 8, 17, 33, 33, 33, 53476 },
Sujith46d14a52008-11-18 09:08:13 +0530262 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700263 102700, 0x86, 0x00, 6,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400264 8, 18, 34, 34, 34, 60156 },
Sujith46d14a52008-11-18 09:08:13 +0530265 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700266 112000, 0x87, 0x00, 7,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400267 8, 19, 35, 36, 36, 66840 },
Sujith46d14a52008-11-18 09:08:13 +0530268 { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700269 122000, 0x87, 0x00, 7,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400270 8, 19, 35, 36, 36, 74200 },
Sujith46d14a52008-11-18 09:08:13 +0530271 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700272 25800, 0x88, 0x00, 8,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400273 8, 20, 37, 37, 37, 13360 },
Sujith46d14a52008-11-18 09:08:13 +0530274 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700275 49800, 0x89, 0x00, 9,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400276 8, 21, 38, 38, 38, 26720 },
Sujith46d14a52008-11-18 09:08:13 +0530277 { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700278 71900, 0x8a, 0x00, 10,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400279 8, 22, 39, 39, 39, 40080 },
Sujith46d14a52008-11-18 09:08:13 +0530280 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700281 92500, 0x8b, 0x00, 11,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400282 8, 23, 40, 40, 40, 53440 },
Sujith46d14a52008-11-18 09:08:13 +0530283 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700284 130300, 0x8c, 0x00, 12,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400285 8, 24, 41, 41, 41, 80160 },
Sujith46d14a52008-11-18 09:08:13 +0530286 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700287 162800, 0x8d, 0x00, 13,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400288 8, 25, 42, 42, 42, 106880 },
Sujith46d14a52008-11-18 09:08:13 +0530289 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700290 178200, 0x8e, 0x00, 14,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400291 8, 26, 43, 43, 43, 120240 },
Sujith46d14a52008-11-18 09:08:13 +0530292 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700293 192100, 0x8f, 0x00, 15,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400294 8, 27, 44, 45, 45, 133600 },
Sujith46d14a52008-11-18 09:08:13 +0530295 { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700296 207000, 0x8f, 0x00, 15,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400297 8, 27, 44, 45, 45, 148400 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700298 },
299 50, /* probe interval */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700300 WLAN_RC_HT_FLAG, /* Phy rates allowed initially */
301};
302
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400303static const struct ath_rate_table ar5416_11a_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700304 8,
305 {
Sujith46d14a52008-11-18 09:08:13 +0530306 { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700307 5400, 0x0b, 0x00, (0x80|12),
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400308 0, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530309 { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700310 7800, 0x0f, 0x00, 18,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400311 0, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530312 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700313 10000, 0x0a, 0x00, (0x80|24),
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400314 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530315 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700316 13900, 0x0e, 0x00, 36,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400317 2, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530318 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700319 17300, 0x09, 0x00, (0x80|48),
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400320 4, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530321 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700322 23000, 0x0d, 0x00, 72,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400323 4, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530324 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700325 27400, 0x08, 0x00, 96,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400326 4, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530327 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700328 29300, 0x0c, 0x00, 108,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400329 4, 7, 0 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700330 },
331 50, /* probe interval */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700332 0, /* Phy rates allowed initially */
333};
334
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400335static const struct ath_rate_table ar5416_11g_ratetable = {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700336 12,
337 {
Sujith46d14a52008-11-18 09:08:13 +0530338 { VALID, VALID, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700339 900, 0x1b, 0x00, 2,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400340 0, 0, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530341 { VALID, VALID, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700342 1900, 0x1a, 0x04, 4,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400343 1, 1, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530344 { VALID, VALID, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700345 4900, 0x19, 0x04, 11,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400346 2, 2, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530347 { VALID, VALID, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700348 8100, 0x18, 0x04, 22,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400349 3, 3, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530350 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700351 5400, 0x0b, 0x00, 12,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400352 4, 4, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530353 { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700354 7800, 0x0f, 0x00, 18,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400355 4, 5, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530356 { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700357 10000, 0x0a, 0x00, 24,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400358 6, 6, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530359 { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700360 13900, 0x0e, 0x00, 36,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400361 6, 7, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530362 { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700363 17300, 0x09, 0x00, 48,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400364 8, 8, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530365 { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700366 23000, 0x0d, 0x00, 72,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400367 8, 9, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530368 { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700369 27400, 0x08, 0x00, 96,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400370 8, 10, 0 },
Sujith46d14a52008-11-18 09:08:13 +0530371 { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700372 29300, 0x0c, 0x00, 108,
Vasanthakumar Thiagarajanddf4a2d2009-07-14 20:14:11 -0400373 8, 11, 0 },
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700374 },
375 50, /* probe interval */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700376 0, /* Phy rates allowed initially */
377};
378
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700379static inline int8_t median(int8_t a, int8_t b, int8_t c)
380{
381 if (a >= b) {
382 if (b >= c)
383 return b;
384 else if (a > c)
385 return c;
386 else
387 return a;
388 } else {
389 if (a >= c)
390 return a;
391 else if (b >= c)
392 return c;
393 else
394 return b;
395 }
396}
397
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400398static void ath_rc_sort_validrates(const struct ath_rate_table *rate_table,
Sujith46d14a52008-11-18 09:08:13 +0530399 struct ath_rate_priv *ath_rc_priv)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700400{
401 u8 i, j, idx, idx_next;
402
Sujith256b7752008-11-18 09:03:12 +0530403 for (i = ath_rc_priv->max_valid_rate - 1; i > 0; i--) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700404 for (j = 0; j <= i-1; j++) {
Sujith256b7752008-11-18 09:03:12 +0530405 idx = ath_rc_priv->valid_rate_index[j];
406 idx_next = ath_rc_priv->valid_rate_index[j+1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700407
408 if (rate_table->info[idx].ratekbps >
409 rate_table->info[idx_next].ratekbps) {
Sujith256b7752008-11-18 09:03:12 +0530410 ath_rc_priv->valid_rate_index[j] = idx_next;
411 ath_rc_priv->valid_rate_index[j+1] = idx;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700412 }
413 }
414 }
415}
416
Sujith46d14a52008-11-18 09:08:13 +0530417static void ath_rc_init_valid_txmask(struct ath_rate_priv *ath_rc_priv)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700418{
419 u8 i;
420
Sujith256b7752008-11-18 09:03:12 +0530421 for (i = 0; i < ath_rc_priv->rate_table_size; i++)
Sujith46d14a52008-11-18 09:08:13 +0530422 ath_rc_priv->valid_rate_index[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700423}
424
Sujith46d14a52008-11-18 09:08:13 +0530425static inline void ath_rc_set_valid_txmask(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700426 u8 index, int valid_tx_rate)
427{
Sujith256b7752008-11-18 09:03:12 +0530428 ASSERT(index <= ath_rc_priv->rate_table_size);
Sujith46d14a52008-11-18 09:08:13 +0530429 ath_rc_priv->valid_rate_index[index] = valid_tx_rate ? 1 : 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700430}
431
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400432static inline
433int ath_rc_get_nextvalid_txrate(const struct ath_rate_table *rate_table,
434 struct ath_rate_priv *ath_rc_priv,
435 u8 cur_valid_txrate,
436 u8 *next_idx)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700437{
438 u8 i;
439
Sujith256b7752008-11-18 09:03:12 +0530440 for (i = 0; i < ath_rc_priv->max_valid_rate - 1; i++) {
441 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
442 *next_idx = ath_rc_priv->valid_rate_index[i+1];
Sujith46d14a52008-11-18 09:08:13 +0530443 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700444 }
445 }
446
447 /* No more valid rates */
448 *next_idx = 0;
Sujith2c5a7442008-11-18 09:08:33 +0530449
Sujith46d14a52008-11-18 09:08:13 +0530450 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700451}
452
453/* Return true only for single stream */
454
455static int ath_rc_valid_phyrate(u32 phy, u32 capflag, int ignore_cw)
456{
Jouni Malinenb657ead2009-01-13 14:33:49 +0200457 if (WLAN_RC_PHY_HT(phy) && !(capflag & WLAN_RC_HT_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530458 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700459 if (WLAN_RC_PHY_DS(phy) && !(capflag & WLAN_RC_DS_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530460 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700461 if (WLAN_RC_PHY_SGI(phy) && !(capflag & WLAN_RC_SGI_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530462 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700463 if (!ignore_cw && WLAN_RC_PHY_HT(phy))
464 if (WLAN_RC_PHY_40(phy) && !(capflag & WLAN_RC_40_FLAG))
Sujith46d14a52008-11-18 09:08:13 +0530465 return 0;
Sujith46d14a52008-11-18 09:08:13 +0530466 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700467}
468
469static inline int
Luis R. Rodriguez39448b02009-07-14 20:14:00 -0400470ath_rc_get_lower_rix(const struct ath_rate_table *rate_table,
471 struct ath_rate_priv *ath_rc_priv,
472 u8 cur_valid_txrate, u8 *next_idx)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700473{
474 int8_t i;
475
Sujith256b7752008-11-18 09:03:12 +0530476 for (i = 1; i < ath_rc_priv->max_valid_rate ; i++) {
477 if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) {
478 *next_idx = ath_rc_priv->valid_rate_index[i-1];
Sujith46d14a52008-11-18 09:08:13 +0530479 return 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700480 }
481 }
Sujith2c5a7442008-11-18 09:08:33 +0530482
Sujith46d14a52008-11-18 09:08:13 +0530483 return 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700484}
485
Sujith2c5a7442008-11-18 09:08:33 +0530486static u8 ath_rc_init_validrates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400487 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530488 u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700489{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700490 u8 i, hi = 0;
491 u32 valid;
492
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700493 for (i = 0; i < rate_table->rate_cnt; i++) {
Sujithc6483cf2009-03-30 15:28:56 +0530494 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
Sujithdc2222a2008-08-14 13:26:55 +0530495 rate_table->info[i].valid_single_stream :
496 rate_table->info[i].valid);
Sujith46d14a52008-11-18 09:08:13 +0530497 if (valid == 1) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700498 u32 phy = rate_table->info[i].phy;
499 u8 valid_rate_count = 0;
500
Sujith46d14a52008-11-18 09:08:13 +0530501 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700502 continue;
503
Sujith256b7752008-11-18 09:03:12 +0530504 valid_rate_count = ath_rc_priv->valid_phy_ratecnt[phy];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700505
Sujith256b7752008-11-18 09:03:12 +0530506 ath_rc_priv->valid_phy_rateidx[phy][valid_rate_count] = i;
507 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530508 ath_rc_set_valid_txmask(ath_rc_priv, i, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700509 hi = A_MAX(hi, i);
510 }
511 }
Sujith2c5a7442008-11-18 09:08:33 +0530512
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700513 return hi;
514}
515
Sujith2c5a7442008-11-18 09:08:33 +0530516static u8 ath_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400517 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530518 struct ath_rateset *rateset,
519 u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700520{
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700521 u8 i, j, hi = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700522
523 /* Use intersection of working rates and valid rates */
524 for (i = 0; i < rateset->rs_nrates; i++) {
525 for (j = 0; j < rate_table->rate_cnt; j++) {
526 u32 phy = rate_table->info[j].phy;
Sujithc6483cf2009-03-30 15:28:56 +0530527 u32 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
528 rate_table->info[j].valid_single_stream :
529 rate_table->info[j].valid);
Sujith2c5a7442008-11-18 09:08:33 +0530530 u8 rate = rateset->rs_rates[i];
531 u8 dot11rate = rate_table->info[j].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700532
533 /* We allow a rate only if its valid and the
534 * capflag matches one of the validity
Sujith46d14a52008-11-18 09:08:13 +0530535 * (VALID/VALID_20/VALID_40) flags */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700536
Sujith2c5a7442008-11-18 09:08:33 +0530537 if (((rate & 0x7F) == (dot11rate & 0x7F)) &&
538 ((valid & WLAN_RC_CAP_MODE(capflag)) ==
539 WLAN_RC_CAP_MODE(capflag)) &&
540 !WLAN_RC_PHY_HT(phy)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700541 u8 valid_rate_count = 0;
542
Sujith46d14a52008-11-18 09:08:13 +0530543 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700544 continue;
545
546 valid_rate_count =
Sujith256b7752008-11-18 09:03:12 +0530547 ath_rc_priv->valid_phy_ratecnt[phy];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700548
Sujith256b7752008-11-18 09:03:12 +0530549 ath_rc_priv->valid_phy_rateidx[phy]
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700550 [valid_rate_count] = j;
Sujith256b7752008-11-18 09:03:12 +0530551 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530552 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700553 hi = A_MAX(hi, j);
554 }
555 }
556 }
Sujith2c5a7442008-11-18 09:08:33 +0530557
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700558 return hi;
559}
560
Sujith2c5a7442008-11-18 09:08:33 +0530561static u8 ath_rc_setvalid_htrates(struct ath_rate_priv *ath_rc_priv,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400562 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530563 u8 *mcs_set, u32 capflag)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700564{
Sujith2c5a7442008-11-18 09:08:33 +0530565 struct ath_rateset *rateset = (struct ath_rateset *)mcs_set;
566
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700567 u8 i, j, hi = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700568
569 /* Use intersection of working rates and valid rates */
Sujith2c5a7442008-11-18 09:08:33 +0530570 for (i = 0; i < rateset->rs_nrates; i++) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700571 for (j = 0; j < rate_table->rate_cnt; j++) {
572 u32 phy = rate_table->info[j].phy;
Sujithc6483cf2009-03-30 15:28:56 +0530573 u32 valid = (!(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ?
Sujithdc2222a2008-08-14 13:26:55 +0530574 rate_table->info[j].valid_single_stream :
575 rate_table->info[j].valid);
Sujith2c5a7442008-11-18 09:08:33 +0530576 u8 rate = rateset->rs_rates[i];
577 u8 dot11rate = rate_table->info[j].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700578
Sujith2c5a7442008-11-18 09:08:33 +0530579 if (((rate & 0x7F) != (dot11rate & 0x7F)) ||
Sujithdc2222a2008-08-14 13:26:55 +0530580 !WLAN_RC_PHY_HT(phy) ||
581 !WLAN_RC_PHY_HT_VALID(valid, capflag))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700582 continue;
583
Sujith46d14a52008-11-18 09:08:13 +0530584 if (!ath_rc_valid_phyrate(phy, capflag, 0))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700585 continue;
586
Sujith256b7752008-11-18 09:03:12 +0530587 ath_rc_priv->valid_phy_rateidx[phy]
588 [ath_rc_priv->valid_phy_ratecnt[phy]] = j;
589 ath_rc_priv->valid_phy_ratecnt[phy] += 1;
Sujith46d14a52008-11-18 09:08:13 +0530590 ath_rc_set_valid_txmask(ath_rc_priv, j, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700591 hi = A_MAX(hi, j);
592 }
593 }
Sujith2c5a7442008-11-18 09:08:33 +0530594
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700595 return hi;
596}
597
Luis R. Rodriguez201c3b42009-07-14 20:14:04 -0400598/* Finds the highest rate index we can use */
599static u8 ath_rc_get_highest_rix(struct ath_softc *sc,
600 struct ath_rate_priv *ath_rc_priv,
601 const struct ath_rate_table *rate_table,
602 int *is_probing)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700603{
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400604 u32 best_thruput, this_thruput, now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700605 u8 rate, next_rate, best_rate, maxindex, minindex;
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400606 int8_t index = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700607
608 now_msec = jiffies_to_msecs(jiffies);
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400609 *is_probing = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700610 best_thruput = 0;
Sujith256b7752008-11-18 09:03:12 +0530611 maxindex = ath_rc_priv->max_valid_rate-1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700612 minindex = 0;
613 best_rate = minindex;
614
615 /*
616 * Try the higher rate first. It will reduce memory moving time
617 * if we have very good channel characteristics.
618 */
619 for (index = maxindex; index >= minindex ; index--) {
620 u8 per_thres;
621
Sujith256b7752008-11-18 09:03:12 +0530622 rate = ath_rc_priv->valid_rate_index[index];
623 if (rate > ath_rc_priv->rate_max_phy)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700624 continue;
625
626 /*
627 * For TCP the average collision rate is around 11%,
628 * so we ignore PERs less than this. This is to
629 * prevent the rate we are currently using (whose
630 * PER might be in the 10-15 range because of TCP
631 * collisions) looking worse than the next lower
632 * rate whose PER has decayed close to 0. If we
633 * used to next lower rate, its PER would grow to
634 * 10-15 and we would be worse off then staying
635 * at the current rate.
636 */
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400637 per_thres = ath_rc_priv->per[rate];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700638 if (per_thres < 12)
639 per_thres = 12;
640
641 this_thruput = rate_table->info[rate].user_ratekbps *
642 (100 - per_thres);
643
644 if (best_thruput <= this_thruput) {
645 best_thruput = this_thruput;
646 best_rate = rate;
647 }
648 }
649
650 rate = best_rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700651
652 /*
653 * Must check the actual rate (ratekbps) to account for
654 * non-monoticity of 11g's rate table
655 */
656
Sujith39008982009-01-30 14:29:15 +0530657 if (rate >= ath_rc_priv->rate_max_phy) {
Sujith256b7752008-11-18 09:03:12 +0530658 rate = ath_rc_priv->rate_max_phy;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700659
660 /* Probe the next allowed phy state */
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700661 if (ath_rc_get_nextvalid_txrate(rate_table,
Sujith39008982009-01-30 14:29:15 +0530662 ath_rc_priv, rate, &next_rate) &&
Sujith256b7752008-11-18 09:03:12 +0530663 (now_msec - ath_rc_priv->probe_time >
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700664 rate_table->probe_interval) &&
Sujith256b7752008-11-18 09:03:12 +0530665 (ath_rc_priv->hw_maxretry_pktcnt >= 1)) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700666 rate = next_rate;
Sujith256b7752008-11-18 09:03:12 +0530667 ath_rc_priv->probe_rate = rate;
668 ath_rc_priv->probe_time = now_msec;
669 ath_rc_priv->hw_maxretry_pktcnt = 0;
Sujith46d14a52008-11-18 09:08:13 +0530670 *is_probing = 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700671 }
672 }
673
Sujith256b7752008-11-18 09:03:12 +0530674 if (rate > (ath_rc_priv->rate_table_size - 1))
675 rate = ath_rc_priv->rate_table_size - 1;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700676
Luis R. Rodrigueze43419f2009-07-14 20:13:54 -0400677 if (rate_table->info[rate].valid &&
678 (ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG))
679 return rate;
680
681 if (rate_table->info[rate].valid_single_stream &&
Luis R. Rodrigueze55ea2b2009-10-28 20:19:06 -0400682 !(ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG))
Luis R. Rodrigueze43419f2009-07-14 20:13:54 -0400683 return rate;
684
685 /* This should not happen */
686 WARN_ON(1);
687
688 rate = ath_rc_priv->valid_rate_index[0];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700689
690 return rate;
691}
692
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400693static void ath_rc_rate_set_series(const struct ath_rate_table *rate_table,
Sujitha8efee42008-11-18 09:07:30 +0530694 struct ieee80211_tx_rate *rate,
Sujithc89424d2009-01-30 14:29:28 +0530695 struct ieee80211_tx_rate_control *txrc,
Sujith2c5a7442008-11-18 09:08:33 +0530696 u8 tries, u8 rix, int rtsctsenable)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700697{
Sujitha8efee42008-11-18 09:07:30 +0530698 rate->count = tries;
699 rate->idx = rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700700
Sujithc89424d2009-01-30 14:29:28 +0530701 if (txrc->short_preamble)
702 rate->flags |= IEEE80211_TX_RC_USE_SHORT_PREAMBLE;
703 if (txrc->rts || rtsctsenable)
Sujitha8efee42008-11-18 09:07:30 +0530704 rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS;
705 if (WLAN_RC_PHY_40(rate_table->info[rix].phy))
706 rate->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH;
707 if (WLAN_RC_PHY_SGI(rate_table->info[rix].phy))
708 rate->flags |= IEEE80211_TX_RC_SHORT_GI;
709 if (WLAN_RC_PHY_HT(rate_table->info[rix].phy))
710 rate->flags |= IEEE80211_TX_RC_MCS;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700711}
712
Sujithc89424d2009-01-30 14:29:28 +0530713static void ath_rc_rate_set_rtscts(struct ath_softc *sc,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400714 const struct ath_rate_table *rate_table,
Sujithc89424d2009-01-30 14:29:28 +0530715 struct ieee80211_tx_info *tx_info)
716{
717 struct ieee80211_tx_rate *rates = tx_info->control.rates;
718 int i = 0, rix = 0, cix, enable_g_protection = 0;
719
720 /* get the cix for the lowest valid rix */
721 for (i = 3; i >= 0; i--) {
722 if (rates[i].count && (rates[i].idx >= 0)) {
723 rix = rates[i].idx;
724 break;
725 }
726 }
727 cix = rate_table->info[rix].ctrl_rate;
728
729 /* All protection frames are transmited at 2Mb/s for 802.11g,
730 * otherwise we transmit them at 1Mb/s */
731 if (sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ &&
732 !conf_is_ht(&sc->hw->conf))
733 enable_g_protection = 1;
734
735 /*
736 * If 802.11g protection is enabled, determine whether to use RTS/CTS or
737 * just CTS. Note that this is only done for OFDM/HT unicast frames.
738 */
739 if ((sc->sc_flags & SC_OP_PROTECT_ENABLE) &&
Sujithc89424d2009-01-30 14:29:28 +0530740 (rate_table->info[rix].phy == WLAN_RC_PHY_OFDM ||
741 WLAN_RC_PHY_HT(rate_table->info[rix].phy))) {
742 rates[0].flags |= IEEE80211_TX_RC_USE_CTS_PROTECT;
743 cix = rate_table->info[enable_g_protection].ctrl_rate;
744 }
745
746 tx_info->control.rts_cts_rate_idx = cix;
747}
748
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400749static void ath_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta,
750 struct ieee80211_tx_rate_control *txrc)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700751{
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400752 struct ath_softc *sc = priv;
753 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400754 const struct ath_rate_table *rate_table;
Sujith39008982009-01-30 14:29:15 +0530755 struct sk_buff *skb = txrc->skb;
756 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
Sujitha8efee42008-11-18 09:07:30 +0530757 struct ieee80211_tx_rate *rates = tx_info->control.rates;
Sujithc89424d2009-01-30 14:29:28 +0530758 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
759 __le16 fc = hdr->frame_control;
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400760 u8 try_per_rate, i = 0, rix, nrix;
Sujith39008982009-01-30 14:29:15 +0530761 int is_probe = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700762
Luis R. Rodrigueze25739a2009-07-14 20:14:09 -0400763 if (rate_control_send_low(sta, priv_sta, txrc))
764 return;
765
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400766 /*
767 * For Multi Rate Retry we use a different number of
768 * retry attempt counts. This ends up looking like this:
769 *
770 * MRR[0] = 2
771 * MRR[1] = 2
772 * MRR[2] = 2
773 * MRR[3] = 4
774 *
775 */
776 try_per_rate = sc->hw->max_rate_tries;
777
Sujith40990ec2008-12-07 21:41:37 +0530778 rate_table = sc->cur_rate_table;
Luis R. Rodriguez201c3b42009-07-14 20:14:04 -0400779 rix = ath_rc_get_highest_rix(sc, ath_rc_priv, rate_table, &is_probe);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700780 nrix = rix;
781
Sujith39008982009-01-30 14:29:15 +0530782 if (is_probe) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700783 /* set one try for probe rates. For the
784 * probes don't enable rts */
Sujithc89424d2009-01-30 14:29:28 +0530785 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Sujith39008982009-01-30 14:29:15 +0530786 1, nrix, 0);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700787
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700788 /* Get the next tried/allowed rate. No RTS for the next series
789 * after the probe rate
790 */
Luis R. Rodriguez39448b02009-07-14 20:14:00 -0400791 ath_rc_get_lower_rix(rate_table, ath_rc_priv, rix, &nrix);
Sujithc89424d2009-01-30 14:29:28 +0530792 ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
Sujith39008982009-01-30 14:29:15 +0530793 try_per_rate, nrix, 0);
Vasanthakumar Thiagarajan14587ce2009-03-12 15:32:54 +0530794
795 tx_info->flags |= IEEE80211_TX_CTL_RATE_CTRL_PROBE;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700796 } else {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700797 /* Set the choosen rate. No RTS for first series entry. */
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);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700800 }
801
802 /* Fill in the other rates for multirate retry */
Sujith39008982009-01-30 14:29:15 +0530803 for ( ; i < 4; i++) {
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400804 /* Use twice the number of tries for the last MRR segment. */
805 if (i + 1 == 4)
806 try_per_rate = 4;
807
Luis R. Rodriguez39448b02009-07-14 20:14:00 -0400808 ath_rc_get_lower_rix(rate_table, ath_rc_priv, rix, &nrix);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700809 /* All other rates in the series have RTS enabled */
Sujithc89424d2009-01-30 14:29:28 +0530810 ath_rc_rate_set_series(rate_table, &rates[i], txrc,
Luis R. Rodriguezdd190182009-07-14 20:13:56 -0400811 try_per_rate, nrix, 1);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700812 }
813
814 /*
815 * NB:Change rate series to enable aggregation when operating
816 * at lower MCS rates. When first rate in series is MCS2
817 * in HT40 @ 2.4GHz, series should look like:
818 *
819 * {MCS2, MCS1, MCS0, MCS0}.
820 *
821 * When first rate in series is MCS3 in HT20 @ 2.4GHz, series should
822 * look like:
823 *
824 * {MCS3, MCS2, MCS1, MCS1}
825 *
826 * So, set fourth rate in series to be same as third one for
827 * above conditions.
828 */
Sujith3706de62008-12-07 21:42:10 +0530829 if ((sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ) &&
Luis R. Rodriguezecf70442008-12-23 15:58:43 -0800830 (conf_is_ht(&sc->hw->conf))) {
Sujith40990ec2008-12-07 21:41:37 +0530831 u8 dot11rate = rate_table->info[rix].dot11rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700832 u8 phy = rate_table->info[rix].phy;
833 if (i == 4 &&
834 ((dot11rate == 2 && phy == WLAN_RC_PHY_HT_40_SS) ||
Sujithdc2222a2008-08-14 13:26:55 +0530835 (dot11rate == 3 && phy == WLAN_RC_PHY_HT_20_SS))) {
Sujitha8efee42008-11-18 09:07:30 +0530836 rates[3].idx = rates[2].idx;
837 rates[3].flags = rates[2].flags;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700838 }
839 }
Sujithc89424d2009-01-30 14:29:28 +0530840
841 /*
842 * Force hardware to use computed duration for next
843 * fragment by disabling multi-rate retry, which
844 * updates duration based on the multi-rate duration table.
845 *
846 * FIXME: Fix duration
847 */
Luis R. Rodriguez7682a762009-07-14 20:14:05 -0400848 if (ieee80211_has_morefrags(fc) ||
849 (le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG)) {
Sujithc89424d2009-01-30 14:29:28 +0530850 rates[1].count = rates[2].count = rates[3].count = 0;
851 rates[1].idx = rates[2].idx = rates[3].idx = 0;
852 rates[0].count = ATH_TXMAXTRY;
853 }
854
855 /* Setup RTS/CTS */
856 ath_rc_rate_set_rtscts(sc, rate_table, tx_info);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700857}
858
Sujith2c5a7442008-11-18 09:08:33 +0530859static bool ath_rc_update_per(struct ath_softc *sc,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -0400860 const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +0530861 struct ath_rate_priv *ath_rc_priv,
862 struct ath_tx_info_priv *tx_info_priv,
863 int tx_rate, int xretries, int retries,
864 u32 now_msec)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700865{
Sujith2c5a7442008-11-18 09:08:33 +0530866 bool state_change = false;
867 int count;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700868 u8 last_per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700869 static u32 nretry_to_per_lookup[10] = {
870 100 * 0 / 1,
871 100 * 1 / 4,
872 100 * 1 / 2,
873 100 * 3 / 4,
874 100 * 4 / 5,
875 100 * 5 / 6,
876 100 * 6 / 7,
877 100 * 7 / 8,
878 100 * 8 / 9,
879 100 * 9 / 10
880 };
881
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400882 last_per = ath_rc_priv->per[tx_rate];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700883
884 if (xretries) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700885 if (xretries == 1) {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400886 ath_rc_priv->per[tx_rate] += 30;
887 if (ath_rc_priv->per[tx_rate] > 100)
888 ath_rc_priv->per[tx_rate] = 100;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700889 } else {
890 /* xretries == 2 */
Julia Lawall87c16872008-11-09 17:56:10 +0100891 count = ARRAY_SIZE(nretry_to_per_lookup);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700892 if (retries >= count)
893 retries = count - 1;
Sujith2c5a7442008-11-18 09:08:33 +0530894
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700895 /* new_PER = 7/8*old_PER + 1/8*(currentPER) */
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400896 ath_rc_priv->per[tx_rate] =
Sujith2c5a7442008-11-18 09:08:33 +0530897 (u8)(last_per - (last_per >> 3) + (100 >> 3));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700898 }
899
900 /* xretries == 1 or 2 */
901
Sujith256b7752008-11-18 09:03:12 +0530902 if (ath_rc_priv->probe_rate == tx_rate)
903 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700904
Sujith2c5a7442008-11-18 09:08:33 +0530905 } else { /* xretries == 0 */
Julia Lawall87c16872008-11-09 17:56:10 +0100906 count = ARRAY_SIZE(nretry_to_per_lookup);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700907 if (retries >= count)
908 retries = count - 1;
Sujith2c5a7442008-11-18 09:08:33 +0530909
Sujith46d14a52008-11-18 09:08:13 +0530910 if (tx_info_priv->n_bad_frames) {
Sujithdc2222a2008-08-14 13:26:55 +0530911 /* new_PER = 7/8*old_PER + 1/8*(currentPER)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700912 * Assuming that n_frames is not 0. The current PER
913 * from the retries is 100 * retries / (retries+1),
914 * since the first retries attempts failed, and the
915 * next one worked. For the one that worked,
916 * n_bad_frames subframes out of n_frames wored,
917 * so the PER for that part is
918 * 100 * n_bad_frames / n_frames, and it contributes
919 * 100 * n_bad_frames / (n_frames * (retries+1)) to
920 * the above PER. The expression below is a
921 * simplified version of the sum of these two terms.
922 */
Sujith2c5a7442008-11-18 09:08:33 +0530923 if (tx_info_priv->n_frames > 0) {
924 int n_frames, n_bad_frames;
925 u8 cur_per, new_per;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700926
Sujith2c5a7442008-11-18 09:08:33 +0530927 n_bad_frames = retries * tx_info_priv->n_frames +
928 tx_info_priv->n_bad_frames;
929 n_frames = tx_info_priv->n_frames * (retries + 1);
930 cur_per = (100 * n_bad_frames / n_frames) >> 3;
931 new_per = (u8)(last_per - (last_per >> 3) + cur_per);
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400932 ath_rc_priv->per[tx_rate] = new_per;
Sujith2c5a7442008-11-18 09:08:33 +0530933 }
934 } else {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400935 ath_rc_priv->per[tx_rate] =
Sujith2c5a7442008-11-18 09:08:33 +0530936 (u8)(last_per - (last_per >> 3) +
937 (nretry_to_per_lookup[retries] >> 3));
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700938 }
939
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700940
941 /*
942 * If we got at most one retry then increase the max rate if
943 * this was a probe. Otherwise, ignore the probe.
944 */
Sujith256b7752008-11-18 09:03:12 +0530945 if (ath_rc_priv->probe_rate && ath_rc_priv->probe_rate == tx_rate) {
Sujith46d14a52008-11-18 09:08:13 +0530946 if (retries > 0 || 2 * tx_info_priv->n_bad_frames >
947 tx_info_priv->n_frames) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700948 /*
949 * Since we probed with just a single attempt,
950 * any retries means the probe failed. Also,
951 * if the attempt worked, but more than half
952 * the subframes were bad then also consider
953 * the probe a failure.
954 */
Sujith256b7752008-11-18 09:03:12 +0530955 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700956 } else {
957 u8 probe_rate = 0;
958
Sujith2c5a7442008-11-18 09:08:33 +0530959 ath_rc_priv->rate_max_phy =
960 ath_rc_priv->probe_rate;
Sujith256b7752008-11-18 09:03:12 +0530961 probe_rate = ath_rc_priv->probe_rate;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700962
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -0400963 if (ath_rc_priv->per[probe_rate] > 30)
964 ath_rc_priv->per[probe_rate] = 20;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700965
Sujith256b7752008-11-18 09:03:12 +0530966 ath_rc_priv->probe_rate = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700967
968 /*
969 * Since this probe succeeded, we allow the next
970 * probe twice as soon. This allows the maxRate
971 * to move up faster if the probes are
972 * succesful.
973 */
Sujith2c5a7442008-11-18 09:08:33 +0530974 ath_rc_priv->probe_time =
975 now_msec - rate_table->probe_interval / 2;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700976 }
977 }
978
979 if (retries > 0) {
980 /*
981 * Don't update anything. We don't know if
982 * this was because of collisions or poor signal.
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700983 */
Sujith256b7752008-11-18 09:03:12 +0530984 ath_rc_priv->hw_maxretry_pktcnt = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700985 } else {
986 /*
987 * It worked with no retries. First ignore bogus (small)
988 * rssi_ack values.
989 */
Sujith256b7752008-11-18 09:03:12 +0530990 if (tx_rate == ath_rc_priv->rate_max_phy &&
991 ath_rc_priv->hw_maxretry_pktcnt < 255) {
992 ath_rc_priv->hw_maxretry_pktcnt++;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700993 }
994
Luis R. Rodriguezf078f202008-08-04 00:16:41 -0700995 }
996 }
Vasanthakumar Thiagarajan39a4caf2009-07-14 20:14:10 -0400997
Sujith2c5a7442008-11-18 09:08:33 +0530998 return state_change;
999}
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001000
Sujith2c5a7442008-11-18 09:08:33 +05301001/* Update PER, RSSI and whatever else that the code thinks it is doing.
1002 If you can make sense of all this, you really need to go out more. */
1003
1004static void ath_rc_update_ht(struct ath_softc *sc,
1005 struct ath_rate_priv *ath_rc_priv,
1006 struct ath_tx_info_priv *tx_info_priv,
1007 int tx_rate, int xretries, int retries)
1008{
Sujith2c5a7442008-11-18 09:08:33 +05301009 u32 now_msec = jiffies_to_msecs(jiffies);
1010 int rate;
1011 u8 last_per;
1012 bool state_change = false;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001013 const struct ath_rate_table *rate_table = sc->cur_rate_table;
Sujith2c5a7442008-11-18 09:08:33 +05301014 int size = ath_rc_priv->rate_table_size;
1015
1016 if ((tx_rate < 0) || (tx_rate > rate_table->rate_cnt))
1017 return;
1018
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001019 last_per = ath_rc_priv->per[tx_rate];
Sujith2c5a7442008-11-18 09:08:33 +05301020
1021 /* Update PER first */
1022 state_change = ath_rc_update_per(sc, rate_table, ath_rc_priv,
1023 tx_info_priv, tx_rate, xretries,
1024 retries, now_msec);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001025
1026 /*
1027 * If this rate looks bad (high PER) then stop using it for
1028 * a while (except if we are probing).
1029 */
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001030 if (ath_rc_priv->per[tx_rate] >= 55 && tx_rate > 0 &&
Sujithdc2222a2008-08-14 13:26:55 +05301031 rate_table->info[tx_rate].ratekbps <=
Sujith256b7752008-11-18 09:03:12 +05301032 rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) {
Luis R. Rodriguez39448b02009-07-14 20:14:00 -04001033 ath_rc_get_lower_rix(rate_table, ath_rc_priv,
1034 (u8)tx_rate, &ath_rc_priv->rate_max_phy);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001035
1036 /* Don't probe for a little while. */
Sujith256b7752008-11-18 09:03:12 +05301037 ath_rc_priv->probe_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001038 }
1039
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001040 /* Make sure the rates below this have lower PER */
1041 /* Monotonicity is kept only for rates below the current rate. */
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001042 if (ath_rc_priv->per[tx_rate] < last_per) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001043 for (rate = tx_rate - 1; rate >= 0; rate--) {
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001044
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001045 if (ath_rc_priv->per[rate] >
1046 ath_rc_priv->per[rate+1]) {
1047 ath_rc_priv->per[rate] =
1048 ath_rc_priv->per[rate+1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001049 }
1050 }
1051 }
1052
1053 /* Maintain monotonicity for rates above the current rate */
Sujith2c5a7442008-11-18 09:08:33 +05301054 for (rate = tx_rate; rate < size - 1; rate++) {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001055 if (ath_rc_priv->per[rate+1] <
1056 ath_rc_priv->per[rate])
1057 ath_rc_priv->per[rate+1] =
1058 ath_rc_priv->per[rate];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001059 }
1060
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001061 /* Every so often, we reduce the thresholds
1062 * and PER (different for CCK and OFDM). */
Sujith256b7752008-11-18 09:03:12 +05301063 if (now_msec - ath_rc_priv->per_down_time >=
Vasanthakumar Thiagarajanc4130462009-07-14 20:14:12 -04001064 rate_table->probe_interval) {
Sujith2c5a7442008-11-18 09:08:33 +05301065 for (rate = 0; rate < size; rate++) {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001066 ath_rc_priv->per[rate] =
1067 7 * ath_rc_priv->per[rate] / 8;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001068 }
1069
Sujith256b7752008-11-18 09:03:12 +05301070 ath_rc_priv->per_down_time = now_msec;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001071 }
Sujith2c5a7442008-11-18 09:08:33 +05301072
Sujith9e712792009-02-20 15:13:20 +05301073 ath_debug_stat_retries(sc, tx_rate, xretries, retries,
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001074 ath_rc_priv->per[tx_rate]);
Sujith029bc432009-02-04 08:10:26 +05301075
Sujith2c5a7442008-11-18 09:08:33 +05301076}
1077
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001078static int ath_rc_get_rateindex(const struct ath_rate_table *rate_table,
Sujith2c5a7442008-11-18 09:08:33 +05301079 struct ieee80211_tx_rate *rate)
1080{
1081 int rix;
1082
1083 if ((rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
1084 (rate->flags & IEEE80211_TX_RC_SHORT_GI))
1085 rix = rate_table->info[rate->idx].ht_index;
1086 else if (rate->flags & IEEE80211_TX_RC_SHORT_GI)
1087 rix = rate_table->info[rate->idx].sgi_index;
1088 else if (rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH)
1089 rix = rate_table->info[rate->idx].cw40index;
1090 else
1091 rix = rate_table->info[rate->idx].base_index;
1092
1093 return rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001094}
1095
Sujith46d14a52008-11-18 09:08:13 +05301096static void ath_rc_tx_status(struct ath_softc *sc,
1097 struct ath_rate_priv *ath_rc_priv,
1098 struct ieee80211_tx_info *tx_info,
1099 int final_ts_idx, int xretries, int long_retry)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001100{
Sujith46d14a52008-11-18 09:08:13 +05301101 struct ath_tx_info_priv *tx_info_priv = ATH_TX_INFO_PRIV(tx_info);
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001102 const struct ath_rate_table *rate_table;
Sujitha8efee42008-11-18 09:07:30 +05301103 struct ieee80211_tx_rate *rates = tx_info->status.rates;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001104 u8 flags;
Sujith2c5a7442008-11-18 09:08:33 +05301105 u32 i = 0, rix;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001106
Sujith40990ec2008-12-07 21:41:37 +05301107 rate_table = sc->cur_rate_table;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001108
1109 /*
1110 * If the first rate is not the final index, there
1111 * are intermediate rate failures to be processed.
1112 */
1113 if (final_ts_idx != 0) {
1114 /* Process intermediate rates that failed.*/
Sujith2c5a7442008-11-18 09:08:33 +05301115 for (i = 0; i < final_ts_idx ; i++) {
1116 if (rates[i].count != 0 && (rates[i].idx >= 0)) {
1117 flags = rates[i].flags;
1118
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001119 /* If HT40 and we have switched mode from
1120 * 40 to 20 => don't update */
Sujith2c5a7442008-11-18 09:08:33 +05301121
Sujitha8efee42008-11-18 09:07:30 +05301122 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
Sujithf5c38ef2009-03-30 15:28:57 +05301123 !(ath_rc_priv->ht_cap & WLAN_RC_40_FLAG))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001124 return;
Sujithe63835b2008-11-18 09:07:53 +05301125
Sujith2c5a7442008-11-18 09:08:33 +05301126 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001127 ath_rc_update_ht(sc, ath_rc_priv,
Sujith46d14a52008-11-18 09:08:13 +05301128 tx_info_priv, rix,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001129 xretries ? 1 : 2,
Sujith2c5a7442008-11-18 09:08:33 +05301130 rates[i].count);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001131 }
1132 }
1133 } else {
1134 /*
1135 * Handle the special case of MIMO PS burst, where the second
1136 * aggregate is sent out with only one rate and one try.
1137 * Treating it as an excessive retry penalizes the rate
1138 * inordinately.
1139 */
Sujitha8efee42008-11-18 09:07:30 +05301140 if (rates[0].count == 1 && xretries == 1)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001141 xretries = 2;
1142 }
1143
Sujith2c5a7442008-11-18 09:08:33 +05301144 flags = rates[i].flags;
1145
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001146 /* If HT40 and we have switched mode from 40 to 20 => don't update */
Sujitha8efee42008-11-18 09:07:30 +05301147 if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) &&
Sujithf5c38ef2009-03-30 15:28:57 +05301148 !(ath_rc_priv->ht_cap & WLAN_RC_40_FLAG))
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001149 return;
1150
Sujith2c5a7442008-11-18 09:08:33 +05301151 rix = ath_rc_get_rateindex(rate_table, &rates[i]);
Sujith46d14a52008-11-18 09:08:13 +05301152 ath_rc_update_ht(sc, ath_rc_priv, tx_info_priv, rix,
Sujith2c5a7442008-11-18 09:08:33 +05301153 xretries, long_retry);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001154}
1155
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001156static const
1157struct ath_rate_table *ath_choose_rate_table(struct ath_softc *sc,
1158 enum ieee80211_band band,
1159 bool is_ht,
1160 bool is_cw_40)
Sujithe11602b2008-11-27 09:46:27 +05301161{
1162 int mode = 0;
1163
1164 switch(band) {
1165 case IEEE80211_BAND_2GHZ:
1166 mode = ATH9K_MODE_11G;
1167 if (is_ht)
1168 mode = ATH9K_MODE_11NG_HT20;
1169 if (is_cw_40)
1170 mode = ATH9K_MODE_11NG_HT40PLUS;
1171 break;
1172 case IEEE80211_BAND_5GHZ:
1173 mode = ATH9K_MODE_11A;
1174 if (is_ht)
1175 mode = ATH9K_MODE_11NA_HT20;
1176 if (is_cw_40)
1177 mode = ATH9K_MODE_11NA_HT40PLUS;
1178 break;
1179 default:
Sujith04bd4632008-11-28 22:18:05 +05301180 DPRINTF(sc, ATH_DBG_CONFIG, "Invalid band\n");
Sujithe11602b2008-11-27 09:46:27 +05301181 return NULL;
1182 }
1183
1184 BUG_ON(mode >= ATH9K_MODE_MAX);
1185
Sujith04bd4632008-11-28 22:18:05 +05301186 DPRINTF(sc, ATH_DBG_CONFIG, "Choosing rate table for mode: %d\n", mode);
Sujithe11602b2008-11-27 09:46:27 +05301187 return sc->hw_rate_table[mode];
1188}
1189
Sujith5ddfac32008-11-18 09:06:44 +05301190static void ath_rc_init(struct ath_softc *sc,
Sujith46d14a52008-11-18 09:08:13 +05301191 struct ath_rate_priv *ath_rc_priv,
Sujith5ddfac32008-11-18 09:06:44 +05301192 struct ieee80211_supported_band *sband,
Sujith9331ec82009-03-02 13:29:45 +05301193 struct ieee80211_sta *sta,
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001194 const struct ath_rate_table *rate_table)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001195{
Sujith5ddfac32008-11-18 09:06:44 +05301196 struct ath_rateset *rateset = &ath_rc_priv->neg_rates;
1197 u8 *ht_mcs = (u8 *)&ath_rc_priv->neg_ht_rates;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001198 u8 i, j, k, hi = 0, hthi = 0;
Sujithe11602b2008-11-27 09:46:27 +05301199
1200 if (!rate_table) {
1201 DPRINTF(sc, ATH_DBG_FATAL, "Rate table not initialized\n");
1202 return;
1203 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001204
1205 /* Initial rate table size. Will change depending
1206 * on the working rate set */
Sujith46d14a52008-11-18 09:08:13 +05301207 ath_rc_priv->rate_table_size = RATE_TABLE_SIZE;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001208
1209 /* Initialize thresholds according to the global rate table */
Sujith5ddfac32008-11-18 09:06:44 +05301210 for (i = 0 ; i < ath_rc_priv->rate_table_size; i++) {
Vasanthakumar Thiagarajan922bac62009-07-14 20:14:13 -04001211 ath_rc_priv->per[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001212 }
1213
1214 /* Determine the valid rates */
Sujith256b7752008-11-18 09:03:12 +05301215 ath_rc_init_valid_txmask(ath_rc_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001216
1217 for (i = 0; i < WLAN_RC_PHY_MAX; i++) {
1218 for (j = 0; j < MAX_TX_RATE_PHY; j++)
Sujith256b7752008-11-18 09:03:12 +05301219 ath_rc_priv->valid_phy_rateidx[i][j] = 0;
1220 ath_rc_priv->valid_phy_ratecnt[i] = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001221 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001222
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001223 if (!rateset->rs_nrates) {
1224 /* No working rate, just initialize valid rates */
Sujith2c5a7442008-11-18 09:08:33 +05301225 hi = ath_rc_init_validrates(ath_rc_priv, rate_table,
Sujithc89424d2009-01-30 14:29:28 +05301226 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001227 } else {
1228 /* Use intersection of working rates and valid rates */
Sujith2c5a7442008-11-18 09:08:33 +05301229 hi = ath_rc_setvalid_rates(ath_rc_priv, rate_table,
Sujithc89424d2009-01-30 14:29:28 +05301230 rateset, ath_rc_priv->ht_cap);
Sujith5ddfac32008-11-18 09:06:44 +05301231 if (ath_rc_priv->ht_cap & WLAN_RC_HT_FLAG) {
Sujith2c5a7442008-11-18 09:08:33 +05301232 hthi = ath_rc_setvalid_htrates(ath_rc_priv,
Sujithc89424d2009-01-30 14:29:28 +05301233 rate_table,
1234 ht_mcs,
1235 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001236 }
1237 hi = A_MAX(hi, hthi);
1238 }
1239
Sujith256b7752008-11-18 09:03:12 +05301240 ath_rc_priv->rate_table_size = hi + 1;
1241 ath_rc_priv->rate_max_phy = 0;
Sujith46d14a52008-11-18 09:08:13 +05301242 ASSERT(ath_rc_priv->rate_table_size <= RATE_TABLE_SIZE);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001243
1244 for (i = 0, k = 0; i < WLAN_RC_PHY_MAX; i++) {
Sujith256b7752008-11-18 09:03:12 +05301245 for (j = 0; j < ath_rc_priv->valid_phy_ratecnt[i]; j++) {
1246 ath_rc_priv->valid_rate_index[k++] =
1247 ath_rc_priv->valid_phy_rateidx[i][j];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001248 }
1249
Sujith46d14a52008-11-18 09:08:13 +05301250 if (!ath_rc_valid_phyrate(i, rate_table->initial_ratemax, 1)
Sujith256b7752008-11-18 09:03:12 +05301251 || !ath_rc_priv->valid_phy_ratecnt[i])
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001252 continue;
1253
Sujith256b7752008-11-18 09:03:12 +05301254 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_phy_rateidx[i][j-1];
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001255 }
Sujith46d14a52008-11-18 09:08:13 +05301256 ASSERT(ath_rc_priv->rate_table_size <= RATE_TABLE_SIZE);
1257 ASSERT(k <= RATE_TABLE_SIZE);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001258
Sujith256b7752008-11-18 09:03:12 +05301259 ath_rc_priv->max_valid_rate = k;
Sujith256b7752008-11-18 09:03:12 +05301260 ath_rc_sort_validrates(rate_table, ath_rc_priv);
1261 ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4];
Sujith40990ec2008-12-07 21:41:37 +05301262 sc->cur_rate_table = rate_table;
Sujith9331ec82009-03-02 13:29:45 +05301263
1264 DPRINTF(sc, ATH_DBG_CONFIG, "RC Initialized with capabilities: 0x%x\n",
1265 ath_rc_priv->ht_cap);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001266}
1267
Sujithc2da50e2009-03-13 08:56:11 +05301268static u8 ath_rc_build_ht_caps(struct ath_softc *sc, struct ieee80211_sta *sta,
1269 bool is_cw40, bool is_sgi40)
Sujith9331ec82009-03-02 13:29:45 +05301270{
1271 u8 caps = 0;
1272
Sujithc2da50e2009-03-13 08:56:11 +05301273 if (sta->ht_cap.ht_supported) {
Sujith9331ec82009-03-02 13:29:45 +05301274 caps = WLAN_RC_HT_FLAG;
1275 if (sc->sc_ah->caps.tx_chainmask != 1 &&
Sujithc2da50e2009-03-13 08:56:11 +05301276 ath9k_hw_getcapability(sc->sc_ah, ATH9K_CAP_DS, 0, NULL)) {
1277 if (sta->ht_cap.mcs.rx_mask[1])
1278 caps |= WLAN_RC_DS_FLAG;
1279 }
Sujith9331ec82009-03-02 13:29:45 +05301280 if (is_cw40)
1281 caps |= WLAN_RC_40_FLAG;
1282 if (is_sgi40)
1283 caps |= WLAN_RC_SGI_FLAG;
1284 }
1285
1286 return caps;
1287}
1288
1289/***********************************/
1290/* mac80211 Rate Control callbacks */
1291/***********************************/
1292
Johannes Berg4b7679a2008-09-18 18:14:18 +02001293static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband,
1294 struct ieee80211_sta *sta, void *priv_sta,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001295 struct sk_buff *skb)
1296{
1297 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301298 struct ath_rate_priv *ath_rc_priv = priv_sta;
1299 struct ath_tx_info_priv *tx_info_priv = NULL;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001300 struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
1301 struct ieee80211_hdr *hdr;
Sujith46d14a52008-11-18 09:08:13 +05301302 int final_ts_idx, tx_status = 0, is_underrun = 0;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001303 __le16 fc;
1304
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001305 hdr = (struct ieee80211_hdr *)skb->data;
1306 fc = hdr->frame_control;
Sujith46d14a52008-11-18 09:08:13 +05301307 tx_info_priv = ATH_TX_INFO_PRIV(tx_info);
Sujith46d14a52008-11-18 09:08:13 +05301308 final_ts_idx = tx_info_priv->tx.ts_rateindex;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001309
Sujithff37e332008-11-24 12:07:55 +05301310 if (!priv_sta || !ieee80211_is_data(fc) ||
Vasanthakumar Thiagarajan7ac47012008-11-20 11:51:18 +05301311 !tx_info_priv->update_rc)
Sujith46d14a52008-11-18 09:08:13 +05301312 goto exit;
Johannes Berge6a98542008-10-21 12:40:02 +02001313
Sujith46d14a52008-11-18 09:08:13 +05301314 if (tx_info_priv->tx.ts_status & ATH9K_TXERR_FILT)
1315 goto exit;
Johannes Berge6a98542008-10-21 12:40:02 +02001316
Sujith46d14a52008-11-18 09:08:13 +05301317 /*
1318 * If underrun error is seen assume it as an excessive retry only
1319 * if prefetch trigger level have reached the max (0x3f for 5416)
Luis R. Rodriguezdd190182009-07-14 20:13:56 -04001320 * Adjust the long retry as if the frame was tried hw->max_rate_tries
Sujith46d14a52008-11-18 09:08:13 +05301321 * times. This affects how ratectrl updates PER for the failed rate.
1322 */
1323 if (tx_info_priv->tx.ts_flags &
1324 (ATH9K_TX_DATA_UNDERRUN | ATH9K_TX_DELIM_UNDERRUN) &&
Sujith2660b812009-02-09 13:27:26 +05301325 ((sc->sc_ah->tx_trig_level) >= ath_rc_priv->tx_triglevel_max)) {
Sujith46d14a52008-11-18 09:08:13 +05301326 tx_status = 1;
1327 is_underrun = 1;
1328 }
1329
1330 if ((tx_info_priv->tx.ts_status & ATH9K_TXERR_XRETRY) ||
1331 (tx_info_priv->tx.ts_status & ATH9K_TXERR_FIFO))
1332 tx_status = 1;
1333
1334 ath_rc_tx_status(sc, ath_rc_priv, tx_info, final_ts_idx, tx_status,
Luis R. Rodriguezdd190182009-07-14 20:13:56 -04001335 (is_underrun) ? sc->hw->max_rate_tries :
Sujith46d14a52008-11-18 09:08:13 +05301336 tx_info_priv->tx.ts_longretry);
1337
Sujithd22b0022009-01-28 11:55:45 +05301338 /* Check if aggregation has to be enabled for this tid */
Vasanthakumar Thiagarajand5c232f2009-02-18 10:22:02 +05301339 if (conf_is_ht(&sc->hw->conf) &&
1340 !(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
Sujithd22b0022009-01-28 11:55:45 +05301341 if (ieee80211_is_data_qos(fc)) {
1342 u8 *qc, tid;
1343 struct ath_node *an;
1344
1345 qc = ieee80211_get_qos_ctl(hdr);
1346 tid = qc[0] & 0xf;
1347 an = (struct ath_node *)sta->drv_priv;
1348
1349 if(ath_tx_aggr_check(sc, an, tid))
1350 ieee80211_start_tx_ba_session(sc->hw, hdr->addr1, tid);
1351 }
1352 }
Sujith7a7dec62009-01-30 14:32:09 +05301353
1354 ath_debug_stat_rc(sc, skb);
Sujith46d14a52008-11-18 09:08:13 +05301355exit:
Johannes Berge6a98542008-10-21 12:40:02 +02001356 kfree(tx_info_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001357}
1358
Johannes Berg4b7679a2008-09-18 18:14:18 +02001359static void ath_rate_init(void *priv, struct ieee80211_supported_band *sband,
1360 struct ieee80211_sta *sta, void *priv_sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001361{
Johannes Berg4b7679a2008-09-18 18:14:18 +02001362 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301363 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001364 const struct ath_rate_table *rate_table = NULL;
Sujith9331ec82009-03-02 13:29:45 +05301365 bool is_cw40, is_sgi40;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001366 int i, j = 0;
1367
Sujith7b4d2732008-11-18 09:04:00 +05301368 for (i = 0; i < sband->n_bitrates; i++) {
1369 if (sta->supp_rates[sband->band] & BIT(i)) {
1370 ath_rc_priv->neg_rates.rs_rates[j]
1371 = (sband->bitrates[i].bitrate * 2) / 10;
1372 j++;
1373 }
1374 }
1375 ath_rc_priv->neg_rates.rs_nrates = j;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001376
Sujitha4510bf2008-10-23 12:15:19 +05301377 if (sta->ht_cap.ht_supported) {
Sujith7b4d2732008-11-18 09:04:00 +05301378 for (i = 0, j = 0; i < 77; i++) {
Johannes Bergae5eb022008-10-14 16:58:37 +02001379 if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8)))
Sujithdc2222a2008-08-14 13:26:55 +05301380 ath_rc_priv->neg_ht_rates.rs_rates[j++] = i;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001381 if (j == ATH_RATE_MAX)
1382 break;
1383 }
Sujithdc2222a2008-08-14 13:26:55 +05301384 ath_rc_priv->neg_ht_rates.rs_nrates = j;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001385 }
Sujith7b4d2732008-11-18 09:04:00 +05301386
Sujith9331ec82009-03-02 13:29:45 +05301387 is_cw40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40;
1388 is_sgi40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40;
1389
1390 /* Choose rate table first */
1391
1392 if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) ||
Pat Erley9cb54122009-03-20 22:59:59 -04001393 (sc->sc_ah->opmode == NL80211_IFTYPE_MESH_POINT) ||
Sujith9331ec82009-03-02 13:29:45 +05301394 (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC)) {
1395 rate_table = ath_choose_rate_table(sc, sband->band,
1396 sta->ht_cap.ht_supported,
1397 is_cw40);
1398 } else if (sc->sc_ah->opmode == NL80211_IFTYPE_AP) {
1399 /* cur_rate_table would be set on init through config() */
1400 rate_table = sc->cur_rate_table;
1401 }
1402
Sujithc2da50e2009-03-13 08:56:11 +05301403 ath_rc_priv->ht_cap = ath_rc_build_ht_caps(sc, sta, is_cw40, is_sgi40);
Sujith9331ec82009-03-02 13:29:45 +05301404 ath_rc_init(sc, priv_sta, sband, sta, rate_table);
1405}
1406
1407static void ath_rate_update(void *priv, struct ieee80211_supported_band *sband,
1408 struct ieee80211_sta *sta, void *priv_sta,
1409 u32 changed)
1410{
1411 struct ath_softc *sc = priv;
1412 struct ath_rate_priv *ath_rc_priv = priv_sta;
Luis R. Rodriguez4f0fc7c2009-05-06 02:20:00 -04001413 const struct ath_rate_table *rate_table = NULL;
Sujith9331ec82009-03-02 13:29:45 +05301414 bool oper_cw40 = false, oper_sgi40;
1415 bool local_cw40 = (ath_rc_priv->ht_cap & WLAN_RC_40_FLAG) ?
1416 true : false;
1417 bool local_sgi40 = (ath_rc_priv->ht_cap & WLAN_RC_SGI_FLAG) ?
1418 true : false;
1419
1420 /* FIXME: Handle AP mode later when we support CWM */
1421
1422 if (changed & IEEE80211_RC_HT_CHANGED) {
1423 if (sc->sc_ah->opmode != NL80211_IFTYPE_STATION)
1424 return;
1425
1426 if (sc->hw->conf.channel_type == NL80211_CHAN_HT40MINUS ||
1427 sc->hw->conf.channel_type == NL80211_CHAN_HT40PLUS)
1428 oper_cw40 = true;
1429
1430 oper_sgi40 = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ?
1431 true : false;
1432
1433 if ((local_cw40 != oper_cw40) || (local_sgi40 != oper_sgi40)) {
1434 rate_table = ath_choose_rate_table(sc, sband->band,
1435 sta->ht_cap.ht_supported,
1436 oper_cw40);
Sujithc2da50e2009-03-13 08:56:11 +05301437 ath_rc_priv->ht_cap = ath_rc_build_ht_caps(sc, sta,
Sujith9331ec82009-03-02 13:29:45 +05301438 oper_cw40, oper_sgi40);
1439 ath_rc_init(sc, priv_sta, sband, sta, rate_table);
1440
1441 DPRINTF(sc, ATH_DBG_CONFIG,
1442 "Operating HT Bandwidth changed to: %d\n",
1443 sc->hw->conf.channel_type);
1444 }
1445 }
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001446}
1447
Johannes Berg4b7679a2008-09-18 18:14:18 +02001448static void *ath_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001449{
Jouni Malinenbce048d2009-03-03 19:23:28 +02001450 struct ath_wiphy *aphy = hw->priv;
1451 return aphy->sc;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001452}
1453
1454static void ath_rate_free(void *priv)
1455{
1456 return;
1457}
1458
Johannes Berg4b7679a2008-09-18 18:14:18 +02001459static void *ath_rate_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001460{
1461 struct ath_softc *sc = priv;
Sujith46d14a52008-11-18 09:08:13 +05301462 struct ath_rate_priv *rate_priv;
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001463
Sujith46d14a52008-11-18 09:08:13 +05301464 rate_priv = kzalloc(sizeof(struct ath_rate_priv), gfp);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001465 if (!rate_priv) {
Sujithdc2222a2008-08-14 13:26:55 +05301466 DPRINTF(sc, ATH_DBG_FATAL,
Sujith04bd4632008-11-28 22:18:05 +05301467 "Unable to allocate private rc structure\n");
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001468 return NULL;
1469 }
Sujithfe605942008-11-18 09:03:36 +05301470
Sujith2660b812009-02-09 13:27:26 +05301471 rate_priv->tx_triglevel_max = sc->sc_ah->caps.tx_triglevel_max;
Sujithdc2222a2008-08-14 13:26:55 +05301472
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001473 return rate_priv;
1474}
1475
Johannes Berg4b7679a2008-09-18 18:14:18 +02001476static void ath_rate_free_sta(void *priv, struct ieee80211_sta *sta,
1477 void *priv_sta)
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001478{
Sujith46d14a52008-11-18 09:08:13 +05301479 struct ath_rate_priv *rate_priv = priv_sta;
Sujithfe605942008-11-18 09:03:36 +05301480 kfree(rate_priv);
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001481}
1482
1483static struct rate_control_ops ath_rate_ops = {
1484 .module = NULL,
1485 .name = "ath9k_rate_control",
1486 .tx_status = ath_tx_status,
1487 .get_rate = ath_get_rate,
1488 .rate_init = ath_rate_init,
Sujith9331ec82009-03-02 13:29:45 +05301489 .rate_update = ath_rate_update,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001490 .alloc = ath_rate_alloc,
1491 .free = ath_rate_free,
1492 .alloc_sta = ath_rate_alloc_sta,
Johannes Berg4b7679a2008-09-18 18:14:18 +02001493 .free_sta = ath_rate_free_sta,
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001494};
1495
Sujithfe7f4a72008-11-18 09:07:06 +05301496void ath_rate_attach(struct ath_softc *sc)
1497{
Sujithfe7f4a72008-11-18 09:07:06 +05301498 sc->hw_rate_table[ATH9K_MODE_11A] =
1499 &ar5416_11a_ratetable;
1500 sc->hw_rate_table[ATH9K_MODE_11G] =
1501 &ar5416_11g_ratetable;
1502 sc->hw_rate_table[ATH9K_MODE_11NA_HT20] =
1503 &ar5416_11na_ratetable;
1504 sc->hw_rate_table[ATH9K_MODE_11NG_HT20] =
1505 &ar5416_11ng_ratetable;
1506 sc->hw_rate_table[ATH9K_MODE_11NA_HT40PLUS] =
1507 &ar5416_11na_ratetable;
1508 sc->hw_rate_table[ATH9K_MODE_11NA_HT40MINUS] =
1509 &ar5416_11na_ratetable;
1510 sc->hw_rate_table[ATH9K_MODE_11NG_HT40PLUS] =
1511 &ar5416_11ng_ratetable;
1512 sc->hw_rate_table[ATH9K_MODE_11NG_HT40MINUS] =
1513 &ar5416_11ng_ratetable;
1514}
1515
Luis R. Rodriguezf078f202008-08-04 00:16:41 -07001516int ath_rate_control_register(void)
1517{
1518 return ieee80211_rate_control_register(&ath_rate_ops);
1519}
1520
1521void ath_rate_control_unregister(void)
1522{
1523 ieee80211_rate_control_unregister(&ath_rate_ops);
1524}