Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2004 Video54 Technologies, Inc. |
| 3 | * Copyright (c) 2004-2008 Atheros Communications, Inc. |
| 4 | * |
| 5 | * Permission to use, copy, modify, and/or distribute this software for any |
| 6 | * purpose with or without fee is hereby granted, provided that the above |
| 7 | * copyright notice and this permission notice appear in all copies. |
| 8 | * |
| 9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 16 | */ |
| 17 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 18 | #include "core.h" |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 19 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 20 | static struct ath_rate_table ar5416_11na_ratetable = { |
| 21 | 42, |
| 22 | { |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 23 | { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 24 | 5400, 0x0b, 0x00, 12, |
| 25 | 0, 2, 1, 0, 0, 0, 0, 0 }, |
Sujith | e832435 | 2009-01-16 21:38:42 +0530 | [diff] [blame] | 26 | { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 27 | 7800, 0x0f, 0x00, 18, |
| 28 | 0, 3, 1, 1, 1, 1, 1, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 29 | { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 30 | 10000, 0x0a, 0x00, 24, |
| 31 | 2, 4, 2, 2, 2, 2, 2, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 32 | { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 33 | 13900, 0x0e, 0x00, 36, |
| 34 | 2, 6, 2, 3, 3, 3, 3, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 35 | { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 36 | 17300, 0x09, 0x00, 48, |
| 37 | 4, 10, 3, 4, 4, 4, 4, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 38 | { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 39 | 23000, 0x0d, 0x00, 72, |
| 40 | 4, 14, 3, 5, 5, 5, 5, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 41 | { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 42 | 27400, 0x08, 0x00, 96, |
| 43 | 4, 20, 3, 6, 6, 6, 6, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 44 | { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 45 | 29300, 0x0c, 0x00, 108, |
| 46 | 4, 23, 3, 7, 7, 7, 7, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 47 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 48 | 6400, 0x80, 0x00, 0, |
| 49 | 0, 2, 3, 8, 24, 8, 24, 3216 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 50 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 51 | 12700, 0x81, 0x00, 1, |
| 52 | 2, 4, 3, 9, 25, 9, 25, 6434 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 53 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 54 | 18800, 0x82, 0x00, 2, |
| 55 | 2, 6, 3, 10, 26, 10, 26, 9650 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 56 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 57 | 25000, 0x83, 0x00, 3, |
| 58 | 4, 10, 3, 11, 27, 11, 27, 12868 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 59 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 60 | 36700, 0x84, 0x00, 4, |
| 61 | 4, 14, 3, 12, 28, 12, 28, 19304 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 62 | { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 63 | 48100, 0x85, 0x00, 5, |
| 64 | 4, 20, 3, 13, 29, 13, 29, 25740 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 65 | { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 66 | 53500, 0x86, 0x00, 6, |
| 67 | 4, 23, 3, 14, 30, 14, 30, 28956 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 68 | { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 69 | 59000, 0x87, 0x00, 7, |
| 70 | 4, 25, 3, 15, 31, 15, 32, 32180 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 71 | { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 72 | 12700, 0x88, 0x00, |
| 73 | 8, 0, 2, 3, 16, 33, 16, 33, 6430 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 74 | { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 75 | 24800, 0x89, 0x00, 9, |
| 76 | 2, 4, 3, 17, 34, 17, 34, 12860 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 77 | { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 78 | 36600, 0x8a, 0x00, 10, |
| 79 | 2, 6, 3, 18, 35, 18, 35, 19300 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 80 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 81 | 48100, 0x8b, 0x00, 11, |
| 82 | 4, 10, 3, 19, 36, 19, 36, 25736 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 83 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 84 | 69500, 0x8c, 0x00, 12, |
| 85 | 4, 14, 3, 20, 37, 20, 37, 38600 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 86 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 87 | 89500, 0x8d, 0x00, 13, |
| 88 | 4, 20, 3, 21, 38, 21, 38, 51472 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 89 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 90 | 98900, 0x8e, 0x00, 14, |
| 91 | 4, 23, 3, 22, 39, 22, 39, 57890 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 92 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 93 | 108300, 0x8f, 0x00, 15, |
| 94 | 4, 25, 3, 23, 40, 23, 41, 64320 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 95 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 96 | 13200, 0x80, 0x00, 0, |
| 97 | 0, 2, 3, 8, 24, 24, 24, 6684 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 98 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 99 | 25900, 0x81, 0x00, 1, |
| 100 | 2, 4, 3, 9, 25, 25, 25, 13368 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 101 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 102 | 38600, 0x82, 0x00, 2, |
| 103 | 2, 6, 3, 10, 26, 26, 26, 20052 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 104 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 105 | 49800, 0x83, 0x00, 3, |
| 106 | 4, 10, 3, 11, 27, 27, 27, 26738 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 107 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 108 | 72200, 0x84, 0x00, 4, |
| 109 | 4, 14, 3, 12, 28, 28, 28, 40104 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 110 | { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 111 | 92900, 0x85, 0x00, 5, |
| 112 | 4, 20, 3, 13, 29, 29, 29, 53476 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 113 | { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 114 | 102700, 0x86, 0x00, 6, |
| 115 | 4, 23, 3, 14, 30, 30, 30, 60156 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 116 | { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 117 | 112000, 0x87, 0x00, 7, |
| 118 | 4, 25, 3, 15, 31, 32, 32, 66840 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 119 | { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 120 | 122000, 0x87, 0x00, 7, |
| 121 | 4, 25, 3, 15, 31, 32, 32, 74200 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 122 | { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 123 | 25800, 0x88, 0x00, 8, |
| 124 | 0, 2, 3, 16, 33, 33, 33, 13360 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 125 | { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 126 | 49800, 0x89, 0x00, 9, |
| 127 | 2, 4, 3, 17, 34, 34, 34, 26720 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 128 | { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 129 | 71900, 0x8a, 0x00, 10, |
| 130 | 2, 6, 3, 18, 35, 35, 35, 40080 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 131 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 132 | 92500, 0x8b, 0x00, 11, |
| 133 | 4, 10, 3, 19, 36, 36, 36, 53440 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 134 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 135 | 130300, 0x8c, 0x00, 12, |
| 136 | 4, 14, 3, 20, 37, 37, 37, 80160 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 137 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 138 | 162800, 0x8d, 0x00, 13, |
| 139 | 4, 20, 3, 21, 38, 38, 38, 106880 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 140 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 141 | 178200, 0x8e, 0x00, 14, |
| 142 | 4, 23, 3, 22, 39, 39, 39, 120240 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 143 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 144 | 192100, 0x8f, 0x00, 15, |
| 145 | 4, 25, 3, 23, 40, 41, 41, 133600 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 146 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 147 | 207000, 0x8f, 0x00, 15, |
| 148 | 4, 25, 3, 23, 40, 41, 41, 148400 }, |
| 149 | }, |
| 150 | 50, /* probe interval */ |
| 151 | 50, /* rssi reduce interval */ |
| 152 | WLAN_RC_HT_FLAG, /* Phy rates allowed initially */ |
| 153 | }; |
| 154 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 155 | /* 4ms frame limit not used for NG mode. The values filled |
| 156 | * for HT are the 64K max aggregate limit */ |
| 157 | |
| 158 | static struct ath_rate_table ar5416_11ng_ratetable = { |
| 159 | 46, |
| 160 | { |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 161 | { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 162 | 900, 0x1b, 0x00, 2, |
| 163 | 0, 0, 1, 0, 0, 0, 0, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 164 | { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 165 | 1900, 0x1a, 0x04, 4, |
| 166 | 1, 1, 1, 1, 1, 1, 1, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 167 | { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 168 | 4900, 0x19, 0x04, 11, |
| 169 | 2, 2, 2, 2, 2, 2, 2, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 170 | { VALID_ALL, VALID_ALL, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 171 | 8100, 0x18, 0x04, 22, |
| 172 | 3, 3, 2, 3, 3, 3, 3, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 173 | { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 174 | 5400, 0x0b, 0x00, 12, |
| 175 | 4, 2, 1, 4, 4, 4, 4, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 176 | { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 177 | 7800, 0x0f, 0x00, 18, |
| 178 | 4, 3, 1, 5, 5, 5, 5, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 179 | { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 180 | 10100, 0x0a, 0x00, 24, |
| 181 | 6, 4, 1, 6, 6, 6, 6, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 182 | { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 183 | 14100, 0x0e, 0x00, 36, |
| 184 | 6, 6, 2, 7, 7, 7, 7, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 185 | { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 186 | 17700, 0x09, 0x00, 48, |
| 187 | 8, 10, 3, 8, 8, 8, 8, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 188 | { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 189 | 23700, 0x0d, 0x00, 72, |
| 190 | 8, 14, 3, 9, 9, 9, 9, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 191 | { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 192 | 27400, 0x08, 0x00, 96, |
| 193 | 8, 20, 3, 10, 10, 10, 10, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 194 | { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 195 | 30900, 0x0c, 0x00, 108, |
| 196 | 8, 23, 3, 11, 11, 11, 11, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 197 | { INVALID, INVALID, WLAN_RC_PHY_HT_20_SS, 6500, /* 6.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 198 | 6400, 0x80, 0x00, 0, |
| 199 | 4, 2, 3, 12, 28, 12, 28, 3216 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 200 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 13000, /* 13 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 201 | 12700, 0x81, 0x00, 1, |
| 202 | 6, 4, 3, 13, 29, 13, 29, 6434 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 203 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 19500, /* 19.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 204 | 18800, 0x82, 0x00, 2, |
| 205 | 6, 6, 3, 14, 30, 14, 30, 9650 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 206 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 26000, /* 26 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 207 | 25000, 0x83, 0x00, 3, |
| 208 | 8, 10, 3, 15, 31, 15, 31, 12868 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 209 | { VALID_20, VALID_20, WLAN_RC_PHY_HT_20_SS, 39000, /* 39 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 210 | 36700, 0x84, 0x00, 4, |
| 211 | 8, 14, 3, 16, 32, 16, 32, 19304 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 212 | { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 52000, /* 52 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 213 | 48100, 0x85, 0x00, 5, |
| 214 | 8, 20, 3, 17, 33, 17, 33, 25740 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 215 | { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 58500, /* 58.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 216 | 53500, 0x86, 0x00, 6, |
| 217 | 8, 23, 3, 18, 34, 18, 34, 28956 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 218 | { INVALID, VALID_20, WLAN_RC_PHY_HT_20_SS, 65000, /* 65 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 219 | 59000, 0x87, 0x00, 7, |
| 220 | 8, 25, 3, 19, 35, 19, 36, 32180 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 221 | { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 13000, /* 13 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 222 | 12700, 0x88, 0x00, 8, |
| 223 | 4, 2, 3, 20, 37, 20, 37, 6430 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 224 | { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 26000, /* 26 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 225 | 24800, 0x89, 0x00, 9, |
| 226 | 6, 4, 3, 21, 38, 21, 38, 12860 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 227 | { INVALID, INVALID, WLAN_RC_PHY_HT_20_DS, 39000, /* 39 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 228 | 36600, 0x8a, 0x00, 10, |
| 229 | 6, 6, 3, 22, 39, 22, 39, 19300 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 230 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 52000, /* 52 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 231 | 48100, 0x8b, 0x00, 11, |
| 232 | 8, 10, 3, 23, 40, 23, 40, 25736 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 233 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 78000, /* 78 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 234 | 69500, 0x8c, 0x00, 12, |
| 235 | 8, 14, 3, 24, 41, 24, 41, 38600 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 236 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 104000, /* 104 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 237 | 89500, 0x8d, 0x00, 13, |
| 238 | 8, 20, 3, 25, 42, 25, 42, 51472 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 239 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 117000, /* 117 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 240 | 98900, 0x8e, 0x00, 14, |
| 241 | 8, 23, 3, 26, 43, 26, 44, 57890 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 242 | { VALID_20, INVALID, WLAN_RC_PHY_HT_20_DS, 130000, /* 130 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 243 | 108300, 0x8f, 0x00, 15, |
| 244 | 8, 25, 3, 27, 44, 27, 45, 64320 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 245 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 13500, /* 13.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 246 | 13200, 0x80, 0x00, 0, |
| 247 | 8, 2, 3, 12, 28, 28, 28, 6684 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 248 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 27500, /* 27.0 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 249 | 25900, 0x81, 0x00, 1, |
| 250 | 8, 4, 3, 13, 29, 29, 29, 13368 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 251 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 40500, /* 40.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 252 | 38600, 0x82, 0x00, 2, |
| 253 | 8, 6, 3, 14, 30, 30, 30, 20052 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 254 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 54000, /* 54 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 255 | 49800, 0x83, 0x00, 3, |
| 256 | 8, 10, 3, 15, 31, 31, 31, 26738 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 257 | { VALID_40, VALID_40, WLAN_RC_PHY_HT_40_SS, 81500, /* 81 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 258 | 72200, 0x84, 0x00, 4, |
| 259 | 8, 14, 3, 16, 32, 32, 32, 40104 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 260 | { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 108000, /* 108 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 261 | 92900, 0x85, 0x00, 5, |
| 262 | 8, 20, 3, 17, 33, 33, 33, 53476 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 263 | { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 121500, /* 121.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 264 | 102700, 0x86, 0x00, 6, |
| 265 | 8, 23, 3, 18, 34, 34, 34, 60156 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 266 | { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS, 135000, /* 135 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 267 | 112000, 0x87, 0x00, 7, |
| 268 | 8, 23, 3, 19, 35, 36, 36, 66840 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 269 | { INVALID, VALID_40, WLAN_RC_PHY_HT_40_SS_HGI, 150000, /* 150 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 270 | 122000, 0x87, 0x00, 7, |
| 271 | 8, 25, 3, 19, 35, 36, 36, 74200 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 272 | { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 27000, /* 27 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 273 | 25800, 0x88, 0x00, 8, |
| 274 | 8, 2, 3, 20, 37, 37, 37, 13360 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 275 | { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 54000, /* 54 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 276 | 49800, 0x89, 0x00, 9, |
| 277 | 8, 4, 3, 21, 38, 38, 38, 26720 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 278 | { INVALID, INVALID, WLAN_RC_PHY_HT_40_DS, 81000, /* 81 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 279 | 71900, 0x8a, 0x00, 10, |
| 280 | 8, 6, 3, 22, 39, 39, 39, 40080 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 281 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 108000, /* 108 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 282 | 92500, 0x8b, 0x00, 11, |
| 283 | 8, 10, 3, 23, 40, 40, 40, 53440 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 284 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 162000, /* 162 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 285 | 130300, 0x8c, 0x00, 12, |
| 286 | 8, 14, 3, 24, 41, 41, 41, 80160 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 287 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 216000, /* 216 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 288 | 162800, 0x8d, 0x00, 13, |
| 289 | 8, 20, 3, 25, 42, 42, 42, 106880 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 290 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 243000, /* 243 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 291 | 178200, 0x8e, 0x00, 14, |
| 292 | 8, 23, 3, 26, 43, 43, 43, 120240 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 293 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS, 270000, /* 270 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 294 | 192100, 0x8f, 0x00, 15, |
| 295 | 8, 23, 3, 27, 44, 45, 45, 133600 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 296 | { VALID_40, INVALID, WLAN_RC_PHY_HT_40_DS_HGI, 300000, /* 300 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 297 | 207000, 0x8f, 0x00, 15, |
| 298 | 8, 25, 3, 27, 44, 45, 45, 148400 }, |
| 299 | }, |
| 300 | 50, /* probe interval */ |
| 301 | 50, /* rssi reduce interval */ |
| 302 | WLAN_RC_HT_FLAG, /* Phy rates allowed initially */ |
| 303 | }; |
| 304 | |
| 305 | static struct ath_rate_table ar5416_11a_ratetable = { |
| 306 | 8, |
| 307 | { |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 308 | { VALID, VALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 309 | 5400, 0x0b, 0x00, (0x80|12), |
| 310 | 0, 2, 1, 0, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 311 | { VALID, VALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 312 | 7800, 0x0f, 0x00, 18, |
| 313 | 0, 3, 1, 1, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 314 | { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 315 | 10000, 0x0a, 0x00, (0x80|24), |
| 316 | 2, 4, 2, 2, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 317 | { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 318 | 13900, 0x0e, 0x00, 36, |
| 319 | 2, 6, 2, 3, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 320 | { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 321 | 17300, 0x09, 0x00, (0x80|48), |
| 322 | 4, 10, 3, 4, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 323 | { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 324 | 23000, 0x0d, 0x00, 72, |
| 325 | 4, 14, 3, 5, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 326 | { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 327 | 27400, 0x08, 0x00, 96, |
| 328 | 4, 19, 3, 6, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 329 | { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 330 | 29300, 0x0c, 0x00, 108, |
| 331 | 4, 23, 3, 7, 0 }, |
| 332 | }, |
| 333 | 50, /* probe interval */ |
| 334 | 50, /* rssi reduce interval */ |
| 335 | 0, /* Phy rates allowed initially */ |
| 336 | }; |
| 337 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 338 | static struct ath_rate_table ar5416_11g_ratetable = { |
| 339 | 12, |
| 340 | { |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 341 | { VALID, VALID, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 342 | 900, 0x1b, 0x00, 2, |
| 343 | 0, 0, 1, 0, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 344 | { VALID, VALID, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 345 | 1900, 0x1a, 0x04, 4, |
| 346 | 1, 1, 1, 1, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 347 | { VALID, VALID, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 348 | 4900, 0x19, 0x04, 11, |
| 349 | 2, 2, 2, 2, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 350 | { VALID, VALID, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 351 | 8100, 0x18, 0x04, 22, |
| 352 | 3, 3, 2, 3, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 353 | { INVALID, INVALID, WLAN_RC_PHY_OFDM, 6000, /* 6 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 354 | 5400, 0x0b, 0x00, 12, |
| 355 | 4, 2, 1, 4, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 356 | { INVALID, INVALID, WLAN_RC_PHY_OFDM, 9000, /* 9 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 357 | 7800, 0x0f, 0x00, 18, |
| 358 | 4, 3, 1, 5, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 359 | { VALID, VALID, WLAN_RC_PHY_OFDM, 12000, /* 12 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 360 | 10000, 0x0a, 0x00, 24, |
| 361 | 6, 4, 1, 6, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 362 | { VALID, VALID, WLAN_RC_PHY_OFDM, 18000, /* 18 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 363 | 13900, 0x0e, 0x00, 36, |
| 364 | 6, 6, 2, 7, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 365 | { VALID, VALID, WLAN_RC_PHY_OFDM, 24000, /* 24 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 366 | 17300, 0x09, 0x00, 48, |
| 367 | 8, 10, 3, 8, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 368 | { VALID, VALID, WLAN_RC_PHY_OFDM, 36000, /* 36 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 369 | 23000, 0x0d, 0x00, 72, |
| 370 | 8, 14, 3, 9, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 371 | { VALID, VALID, WLAN_RC_PHY_OFDM, 48000, /* 48 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 372 | 27400, 0x08, 0x00, 96, |
| 373 | 8, 19, 3, 10, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 374 | { VALID, VALID, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 375 | 29300, 0x0c, 0x00, 108, |
| 376 | 8, 23, 3, 11, 0 }, |
| 377 | }, |
| 378 | 50, /* probe interval */ |
| 379 | 50, /* rssi reduce interval */ |
| 380 | 0, /* Phy rates allowed initially */ |
| 381 | }; |
| 382 | |
| 383 | static struct ath_rate_table ar5416_11b_ratetable = { |
| 384 | 4, |
| 385 | { |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 386 | { VALID, VALID, WLAN_RC_PHY_CCK, 1000, /* 1 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 387 | 900, 0x1b, 0x00, (0x80|2), |
| 388 | 0, 0, 1, 0, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 389 | { VALID, VALID, WLAN_RC_PHY_CCK, 2000, /* 2 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 390 | 1800, 0x1a, 0x04, (0x80|4), |
| 391 | 1, 1, 1, 1, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 392 | { VALID, VALID, WLAN_RC_PHY_CCK, 5500, /* 5.5 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 393 | 4300, 0x19, 0x04, (0x80|11), |
| 394 | 1, 2, 2, 2, 0 }, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 395 | { VALID, VALID, WLAN_RC_PHY_CCK, 11000, /* 11 Mb */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 396 | 7100, 0x18, 0x04, (0x80|22), |
| 397 | 1, 4, 100, 3, 0 }, |
| 398 | }, |
| 399 | 100, /* probe interval */ |
| 400 | 100, /* rssi reduce interval */ |
| 401 | 0, /* Phy rates allowed initially */ |
| 402 | }; |
| 403 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 404 | static inline int8_t median(int8_t a, int8_t b, int8_t c) |
| 405 | { |
| 406 | if (a >= b) { |
| 407 | if (b >= c) |
| 408 | return b; |
| 409 | else if (a > c) |
| 410 | return c; |
| 411 | else |
| 412 | return a; |
| 413 | } else { |
| 414 | if (a >= c) |
| 415 | return a; |
| 416 | else if (b >= c) |
| 417 | return c; |
| 418 | else |
| 419 | return b; |
| 420 | } |
| 421 | } |
| 422 | |
Sujith | fe7f4a7 | 2008-11-18 09:07:06 +0530 | [diff] [blame] | 423 | static void ath_rc_sort_validrates(struct ath_rate_table *rate_table, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 424 | struct ath_rate_priv *ath_rc_priv) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 425 | { |
| 426 | u8 i, j, idx, idx_next; |
| 427 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 428 | for (i = ath_rc_priv->max_valid_rate - 1; i > 0; i--) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 429 | for (j = 0; j <= i-1; j++) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 430 | idx = ath_rc_priv->valid_rate_index[j]; |
| 431 | idx_next = ath_rc_priv->valid_rate_index[j+1]; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 432 | |
| 433 | if (rate_table->info[idx].ratekbps > |
| 434 | rate_table->info[idx_next].ratekbps) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 435 | ath_rc_priv->valid_rate_index[j] = idx_next; |
| 436 | ath_rc_priv->valid_rate_index[j+1] = idx; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 437 | } |
| 438 | } |
| 439 | } |
| 440 | } |
| 441 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 442 | static void ath_rc_init_valid_txmask(struct ath_rate_priv *ath_rc_priv) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 443 | { |
| 444 | u8 i; |
| 445 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 446 | for (i = 0; i < ath_rc_priv->rate_table_size; i++) |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 447 | ath_rc_priv->valid_rate_index[i] = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 448 | } |
| 449 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 450 | static inline void ath_rc_set_valid_txmask(struct ath_rate_priv *ath_rc_priv, |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 451 | u8 index, int valid_tx_rate) |
| 452 | { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 453 | ASSERT(index <= ath_rc_priv->rate_table_size); |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 454 | ath_rc_priv->valid_rate_index[index] = valid_tx_rate ? 1 : 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 455 | } |
| 456 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 457 | static inline int ath_rc_isvalid_txmask(struct ath_rate_priv *ath_rc_priv, |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 458 | u8 index) |
| 459 | { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 460 | ASSERT(index <= ath_rc_priv->rate_table_size); |
| 461 | return ath_rc_priv->valid_rate_index[index]; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 462 | } |
| 463 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 464 | static inline int ath_rc_get_nextvalid_txrate(struct ath_rate_table *rate_table, |
| 465 | struct ath_rate_priv *ath_rc_priv, |
| 466 | u8 cur_valid_txrate, |
| 467 | u8 *next_idx) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 468 | { |
| 469 | u8 i; |
| 470 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 471 | for (i = 0; i < ath_rc_priv->max_valid_rate - 1; i++) { |
| 472 | if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) { |
| 473 | *next_idx = ath_rc_priv->valid_rate_index[i+1]; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 474 | return 1; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 475 | } |
| 476 | } |
| 477 | |
| 478 | /* No more valid rates */ |
| 479 | *next_idx = 0; |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 480 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 481 | return 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 482 | } |
| 483 | |
| 484 | /* Return true only for single stream */ |
| 485 | |
| 486 | static int ath_rc_valid_phyrate(u32 phy, u32 capflag, int ignore_cw) |
| 487 | { |
Jouni Malinen | b657ead | 2009-01-13 14:33:49 +0200 | [diff] [blame] | 488 | if (WLAN_RC_PHY_HT(phy) && !(capflag & WLAN_RC_HT_FLAG)) |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 489 | return 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 490 | if (WLAN_RC_PHY_DS(phy) && !(capflag & WLAN_RC_DS_FLAG)) |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 491 | return 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 492 | if (WLAN_RC_PHY_SGI(phy) && !(capflag & WLAN_RC_SGI_FLAG)) |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 493 | return 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 494 | if (!ignore_cw && WLAN_RC_PHY_HT(phy)) |
| 495 | if (WLAN_RC_PHY_40(phy) && !(capflag & WLAN_RC_40_FLAG)) |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 496 | return 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 497 | if (!WLAN_RC_PHY_40(phy) && (capflag & WLAN_RC_40_FLAG)) |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 498 | return 0; |
| 499 | return 1; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 500 | } |
| 501 | |
| 502 | static inline int |
Sujith | fe7f4a7 | 2008-11-18 09:07:06 +0530 | [diff] [blame] | 503 | ath_rc_get_nextlowervalid_txrate(struct ath_rate_table *rate_table, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 504 | struct ath_rate_priv *ath_rc_priv, |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 505 | u8 cur_valid_txrate, u8 *next_idx) |
| 506 | { |
| 507 | int8_t i; |
| 508 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 509 | for (i = 1; i < ath_rc_priv->max_valid_rate ; i++) { |
| 510 | if (ath_rc_priv->valid_rate_index[i] == cur_valid_txrate) { |
| 511 | *next_idx = ath_rc_priv->valid_rate_index[i-1]; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 512 | return 1; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 513 | } |
| 514 | } |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 515 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 516 | return 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 517 | } |
| 518 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 519 | static u8 ath_rc_init_validrates(struct ath_rate_priv *ath_rc_priv, |
| 520 | struct ath_rate_table *rate_table, |
| 521 | u32 capflag) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 522 | { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 523 | u8 i, hi = 0; |
| 524 | u32 valid; |
| 525 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 526 | for (i = 0; i < rate_table->rate_cnt; i++) { |
| 527 | valid = (ath_rc_priv->single_stream ? |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 528 | rate_table->info[i].valid_single_stream : |
| 529 | rate_table->info[i].valid); |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 530 | if (valid == 1) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 531 | u32 phy = rate_table->info[i].phy; |
| 532 | u8 valid_rate_count = 0; |
| 533 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 534 | if (!ath_rc_valid_phyrate(phy, capflag, 0)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 535 | continue; |
| 536 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 537 | valid_rate_count = ath_rc_priv->valid_phy_ratecnt[phy]; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 538 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 539 | ath_rc_priv->valid_phy_rateidx[phy][valid_rate_count] = i; |
| 540 | ath_rc_priv->valid_phy_ratecnt[phy] += 1; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 541 | ath_rc_set_valid_txmask(ath_rc_priv, i, 1); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 542 | hi = A_MAX(hi, i); |
| 543 | } |
| 544 | } |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 545 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 546 | return hi; |
| 547 | } |
| 548 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 549 | static u8 ath_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv, |
| 550 | struct ath_rate_table *rate_table, |
| 551 | struct ath_rateset *rateset, |
| 552 | u32 capflag) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 553 | { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 554 | u8 i, j, hi = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 555 | |
| 556 | /* Use intersection of working rates and valid rates */ |
| 557 | for (i = 0; i < rateset->rs_nrates; i++) { |
| 558 | for (j = 0; j < rate_table->rate_cnt; j++) { |
| 559 | u32 phy = rate_table->info[j].phy; |
| 560 | u32 valid = (ath_rc_priv->single_stream ? |
| 561 | rate_table->info[j].valid_single_stream : |
| 562 | rate_table->info[j].valid); |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 563 | u8 rate = rateset->rs_rates[i]; |
| 564 | u8 dot11rate = rate_table->info[j].dot11rate; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 565 | |
| 566 | /* We allow a rate only if its valid and the |
| 567 | * capflag matches one of the validity |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 568 | * (VALID/VALID_20/VALID_40) flags */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 569 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 570 | if (((rate & 0x7F) == (dot11rate & 0x7F)) && |
| 571 | ((valid & WLAN_RC_CAP_MODE(capflag)) == |
| 572 | WLAN_RC_CAP_MODE(capflag)) && |
| 573 | !WLAN_RC_PHY_HT(phy)) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 574 | u8 valid_rate_count = 0; |
| 575 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 576 | if (!ath_rc_valid_phyrate(phy, capflag, 0)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 577 | continue; |
| 578 | |
| 579 | valid_rate_count = |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 580 | ath_rc_priv->valid_phy_ratecnt[phy]; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 581 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 582 | ath_rc_priv->valid_phy_rateidx[phy] |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 583 | [valid_rate_count] = j; |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 584 | ath_rc_priv->valid_phy_ratecnt[phy] += 1; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 585 | ath_rc_set_valid_txmask(ath_rc_priv, j, 1); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 586 | hi = A_MAX(hi, j); |
| 587 | } |
| 588 | } |
| 589 | } |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 590 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 591 | return hi; |
| 592 | } |
| 593 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 594 | static u8 ath_rc_setvalid_htrates(struct ath_rate_priv *ath_rc_priv, |
| 595 | struct ath_rate_table *rate_table, |
| 596 | u8 *mcs_set, u32 capflag) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 597 | { |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 598 | struct ath_rateset *rateset = (struct ath_rateset *)mcs_set; |
| 599 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 600 | u8 i, j, hi = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 601 | |
| 602 | /* Use intersection of working rates and valid rates */ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 603 | for (i = 0; i < rateset->rs_nrates; i++) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 604 | for (j = 0; j < rate_table->rate_cnt; j++) { |
| 605 | u32 phy = rate_table->info[j].phy; |
| 606 | u32 valid = (ath_rc_priv->single_stream ? |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 607 | rate_table->info[j].valid_single_stream : |
| 608 | rate_table->info[j].valid); |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 609 | u8 rate = rateset->rs_rates[i]; |
| 610 | u8 dot11rate = rate_table->info[j].dot11rate; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 611 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 612 | if (((rate & 0x7F) != (dot11rate & 0x7F)) || |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 613 | !WLAN_RC_PHY_HT(phy) || |
| 614 | !WLAN_RC_PHY_HT_VALID(valid, capflag)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 615 | continue; |
| 616 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 617 | if (!ath_rc_valid_phyrate(phy, capflag, 0)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 618 | continue; |
| 619 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 620 | ath_rc_priv->valid_phy_rateidx[phy] |
| 621 | [ath_rc_priv->valid_phy_ratecnt[phy]] = j; |
| 622 | ath_rc_priv->valid_phy_ratecnt[phy] += 1; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 623 | ath_rc_set_valid_txmask(ath_rc_priv, j, 1); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 624 | hi = A_MAX(hi, j); |
| 625 | } |
| 626 | } |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 627 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 628 | return hi; |
| 629 | } |
| 630 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 631 | static u8 ath_rc_ratefind_ht(struct ath_softc *sc, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 632 | struct ath_rate_priv *ath_rc_priv, |
Sujith | fe7f4a7 | 2008-11-18 09:07:06 +0530 | [diff] [blame] | 633 | struct ath_rate_table *rate_table, |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 634 | int *is_probing) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 635 | { |
| 636 | u32 dt, best_thruput, this_thruput, now_msec; |
| 637 | u8 rate, next_rate, best_rate, maxindex, minindex; |
| 638 | int8_t rssi_last, rssi_reduce = 0, index = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 639 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 640 | *is_probing = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 641 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 642 | rssi_last = median(ath_rc_priv->rssi_last, |
| 643 | ath_rc_priv->rssi_last_prev, |
| 644 | ath_rc_priv->rssi_last_prev2); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 645 | |
| 646 | /* |
| 647 | * Age (reduce) last ack rssi based on how old it is. |
| 648 | * The bizarre numbers are so the delta is 160msec, |
| 649 | * meaning we divide by 16. |
| 650 | * 0msec <= dt <= 25msec: don't derate |
| 651 | * 25msec <= dt <= 185msec: derate linearly from 0 to 10dB |
| 652 | * 185msec <= dt: derate by 10dB |
| 653 | */ |
| 654 | |
| 655 | now_msec = jiffies_to_msecs(jiffies); |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 656 | dt = now_msec - ath_rc_priv->rssi_time; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 657 | |
| 658 | if (dt >= 185) |
| 659 | rssi_reduce = 10; |
| 660 | else if (dt >= 25) |
| 661 | rssi_reduce = (u8)((dt - 25) >> 4); |
| 662 | |
| 663 | /* Now reduce rssi_last by rssi_reduce */ |
| 664 | if (rssi_last < rssi_reduce) |
| 665 | rssi_last = 0; |
| 666 | else |
| 667 | rssi_last -= rssi_reduce; |
| 668 | |
| 669 | /* |
| 670 | * Now look up the rate in the rssi table and return it. |
| 671 | * If no rates match then we return 0 (lowest rate) |
| 672 | */ |
| 673 | |
| 674 | best_thruput = 0; |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 675 | maxindex = ath_rc_priv->max_valid_rate-1; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 676 | |
| 677 | minindex = 0; |
| 678 | best_rate = minindex; |
| 679 | |
| 680 | /* |
| 681 | * Try the higher rate first. It will reduce memory moving time |
| 682 | * if we have very good channel characteristics. |
| 683 | */ |
| 684 | for (index = maxindex; index >= minindex ; index--) { |
| 685 | u8 per_thres; |
| 686 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 687 | rate = ath_rc_priv->valid_rate_index[index]; |
| 688 | if (rate > ath_rc_priv->rate_max_phy) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 689 | continue; |
| 690 | |
| 691 | /* |
| 692 | * For TCP the average collision rate is around 11%, |
| 693 | * so we ignore PERs less than this. This is to |
| 694 | * prevent the rate we are currently using (whose |
| 695 | * PER might be in the 10-15 range because of TCP |
| 696 | * collisions) looking worse than the next lower |
| 697 | * rate whose PER has decayed close to 0. If we |
| 698 | * used to next lower rate, its PER would grow to |
| 699 | * 10-15 and we would be worse off then staying |
| 700 | * at the current rate. |
| 701 | */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 702 | per_thres = ath_rc_priv->state[rate].per; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 703 | if (per_thres < 12) |
| 704 | per_thres = 12; |
| 705 | |
| 706 | this_thruput = rate_table->info[rate].user_ratekbps * |
| 707 | (100 - per_thres); |
| 708 | |
| 709 | if (best_thruput <= this_thruput) { |
| 710 | best_thruput = this_thruput; |
| 711 | best_rate = rate; |
| 712 | } |
| 713 | } |
| 714 | |
| 715 | rate = best_rate; |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 716 | ath_rc_priv->rssi_last_lookup = rssi_last; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 717 | |
| 718 | /* |
| 719 | * Must check the actual rate (ratekbps) to account for |
| 720 | * non-monoticity of 11g's rate table |
| 721 | */ |
| 722 | |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 723 | if (rate >= ath_rc_priv->rate_max_phy) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 724 | rate = ath_rc_priv->rate_max_phy; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 725 | |
| 726 | /* Probe the next allowed phy state */ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 727 | if (ath_rc_get_nextvalid_txrate(rate_table, |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 728 | ath_rc_priv, rate, &next_rate) && |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 729 | (now_msec - ath_rc_priv->probe_time > |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 730 | rate_table->probe_interval) && |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 731 | (ath_rc_priv->hw_maxretry_pktcnt >= 1)) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 732 | rate = next_rate; |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 733 | ath_rc_priv->probe_rate = rate; |
| 734 | ath_rc_priv->probe_time = now_msec; |
| 735 | ath_rc_priv->hw_maxretry_pktcnt = 0; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 736 | *is_probing = 1; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 737 | } |
| 738 | } |
| 739 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 740 | if (rate > (ath_rc_priv->rate_table_size - 1)) |
| 741 | rate = ath_rc_priv->rate_table_size - 1; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 742 | |
| 743 | ASSERT((rate_table->info[rate].valid && !ath_rc_priv->single_stream) || |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 744 | (rate_table->info[rate].valid_single_stream && |
| 745 | ath_rc_priv->single_stream)); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 746 | |
| 747 | return rate; |
| 748 | } |
| 749 | |
Sujith | fe7f4a7 | 2008-11-18 09:07:06 +0530 | [diff] [blame] | 750 | static void ath_rc_rate_set_series(struct ath_rate_table *rate_table , |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 751 | struct ieee80211_tx_rate *rate, |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 752 | u8 tries, u8 rix, int rtsctsenable) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 753 | { |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 754 | rate->count = tries; |
| 755 | rate->idx = rix; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 756 | |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 757 | if (rtsctsenable) |
| 758 | rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS; |
| 759 | if (WLAN_RC_PHY_40(rate_table->info[rix].phy)) |
| 760 | rate->flags |= IEEE80211_TX_RC_40_MHZ_WIDTH; |
| 761 | if (WLAN_RC_PHY_SGI(rate_table->info[rix].phy)) |
| 762 | rate->flags |= IEEE80211_TX_RC_SHORT_GI; |
| 763 | if (WLAN_RC_PHY_HT(rate_table->info[rix].phy)) |
| 764 | rate->flags |= IEEE80211_TX_RC_MCS; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 765 | } |
| 766 | |
| 767 | static u8 ath_rc_rate_getidx(struct ath_softc *sc, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 768 | struct ath_rate_priv *ath_rc_priv, |
Sujith | fe7f4a7 | 2008-11-18 09:07:06 +0530 | [diff] [blame] | 769 | struct ath_rate_table *rate_table, |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 770 | u8 rix, u16 stepdown, |
| 771 | u16 min_rate) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 772 | { |
| 773 | u32 j; |
| 774 | u8 nextindex; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 775 | |
| 776 | if (min_rate) { |
| 777 | for (j = RATE_TABLE_SIZE; j > 0; j--) { |
| 778 | if (ath_rc_get_nextlowervalid_txrate(rate_table, |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 779 | ath_rc_priv, rix, &nextindex)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 780 | rix = nextindex; |
| 781 | else |
| 782 | break; |
| 783 | } |
| 784 | } else { |
| 785 | for (j = stepdown; j > 0; j--) { |
| 786 | if (ath_rc_get_nextlowervalid_txrate(rate_table, |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 787 | ath_rc_priv, rix, &nextindex)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 788 | rix = nextindex; |
| 789 | else |
| 790 | break; |
| 791 | } |
| 792 | } |
| 793 | return rix; |
| 794 | } |
| 795 | |
| 796 | static void ath_rc_ratefind(struct ath_softc *sc, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 797 | struct ath_rate_priv *ath_rc_priv, |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 798 | struct ieee80211_tx_rate_control *txrc) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 799 | { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 800 | struct ath_rate_table *rate_table; |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 801 | struct sk_buff *skb = txrc->skb; |
| 802 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 803 | struct ieee80211_tx_rate *rates = tx_info->control.rates; |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 804 | u8 try_per_rate = 0, i = 0, rix, nrix; |
| 805 | int is_probe = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 806 | |
Sujith | 40990ec | 2008-12-07 21:41:37 +0530 | [diff] [blame] | 807 | rate_table = sc->cur_rate_table; |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 808 | rix = ath_rc_ratefind_ht(sc, ath_rc_priv, rate_table, &is_probe); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 809 | nrix = rix; |
| 810 | |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 811 | if (is_probe) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 812 | /* set one try for probe rates. For the |
| 813 | * probes don't enable rts */ |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 814 | ath_rc_rate_set_series(rate_table, &rates[i++], |
| 815 | 1, nrix, 0); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 816 | |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 817 | try_per_rate = (ATH_11N_TXMAXTRY/4); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 818 | /* Get the next tried/allowed rate. No RTS for the next series |
| 819 | * after the probe rate |
| 820 | */ |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 821 | nrix = ath_rc_rate_getidx(sc, ath_rc_priv, |
| 822 | rate_table, nrix, 1, 0); |
| 823 | ath_rc_rate_set_series(rate_table, &rates[i++], |
| 824 | try_per_rate, nrix, 0); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 825 | } else { |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 826 | try_per_rate = (ATH_11N_TXMAXTRY/4); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 827 | /* Set the choosen rate. No RTS for first series entry. */ |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 828 | ath_rc_rate_set_series(rate_table, &rates[i++], |
| 829 | try_per_rate, nrix, 0); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 830 | } |
| 831 | |
| 832 | /* Fill in the other rates for multirate retry */ |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 833 | for ( ; i < 4; i++) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 834 | u8 try_num; |
| 835 | u8 min_rate; |
| 836 | |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 837 | try_num = ((i + 1) == 4) ? |
| 838 | ATH_11N_TXMAXTRY - (try_per_rate * i) : try_per_rate ; |
| 839 | min_rate = (((i + 1) == 4) && 0); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 840 | |
| 841 | nrix = ath_rc_rate_getidx(sc, ath_rc_priv, |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 842 | rate_table, nrix, 1, min_rate); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 843 | /* All other rates in the series have RTS enabled */ |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 844 | ath_rc_rate_set_series(rate_table, &rates[i], |
| 845 | try_num, nrix, 1); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 846 | } |
| 847 | |
| 848 | /* |
| 849 | * NB:Change rate series to enable aggregation when operating |
| 850 | * at lower MCS rates. When first rate in series is MCS2 |
| 851 | * in HT40 @ 2.4GHz, series should look like: |
| 852 | * |
| 853 | * {MCS2, MCS1, MCS0, MCS0}. |
| 854 | * |
| 855 | * When first rate in series is MCS3 in HT20 @ 2.4GHz, series should |
| 856 | * look like: |
| 857 | * |
| 858 | * {MCS3, MCS2, MCS1, MCS1} |
| 859 | * |
| 860 | * So, set fourth rate in series to be same as third one for |
| 861 | * above conditions. |
| 862 | */ |
Sujith | 3706de6 | 2008-12-07 21:42:10 +0530 | [diff] [blame] | 863 | if ((sc->hw->conf.channel->band == IEEE80211_BAND_2GHZ) && |
Luis R. Rodriguez | ecf7044 | 2008-12-23 15:58:43 -0800 | [diff] [blame] | 864 | (conf_is_ht(&sc->hw->conf))) { |
Sujith | 40990ec | 2008-12-07 21:41:37 +0530 | [diff] [blame] | 865 | u8 dot11rate = rate_table->info[rix].dot11rate; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 866 | u8 phy = rate_table->info[rix].phy; |
| 867 | if (i == 4 && |
| 868 | ((dot11rate == 2 && phy == WLAN_RC_PHY_HT_40_SS) || |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 869 | (dot11rate == 3 && phy == WLAN_RC_PHY_HT_20_SS))) { |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 870 | rates[3].idx = rates[2].idx; |
| 871 | rates[3].flags = rates[2].flags; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 872 | } |
| 873 | } |
| 874 | } |
| 875 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 876 | static bool ath_rc_update_per(struct ath_softc *sc, |
| 877 | struct ath_rate_table *rate_table, |
| 878 | struct ath_rate_priv *ath_rc_priv, |
| 879 | struct ath_tx_info_priv *tx_info_priv, |
| 880 | int tx_rate, int xretries, int retries, |
| 881 | u32 now_msec) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 882 | { |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 883 | bool state_change = false; |
| 884 | int count; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 885 | u8 last_per; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 886 | static u32 nretry_to_per_lookup[10] = { |
| 887 | 100 * 0 / 1, |
| 888 | 100 * 1 / 4, |
| 889 | 100 * 1 / 2, |
| 890 | 100 * 3 / 4, |
| 891 | 100 * 4 / 5, |
| 892 | 100 * 5 / 6, |
| 893 | 100 * 6 / 7, |
| 894 | 100 * 7 / 8, |
| 895 | 100 * 8 / 9, |
| 896 | 100 * 9 / 10 |
| 897 | }; |
| 898 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 899 | last_per = ath_rc_priv->state[tx_rate].per; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 900 | |
| 901 | if (xretries) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 902 | if (xretries == 1) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 903 | ath_rc_priv->state[tx_rate].per += 30; |
| 904 | if (ath_rc_priv->state[tx_rate].per > 100) |
| 905 | ath_rc_priv->state[tx_rate].per = 100; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 906 | } else { |
| 907 | /* xretries == 2 */ |
Julia Lawall | 87c1687 | 2008-11-09 17:56:10 +0100 | [diff] [blame] | 908 | count = ARRAY_SIZE(nretry_to_per_lookup); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 909 | if (retries >= count) |
| 910 | retries = count - 1; |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 911 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 912 | /* new_PER = 7/8*old_PER + 1/8*(currentPER) */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 913 | ath_rc_priv->state[tx_rate].per = |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 914 | (u8)(last_per - (last_per >> 3) + (100 >> 3)); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 915 | } |
| 916 | |
| 917 | /* xretries == 1 or 2 */ |
| 918 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 919 | if (ath_rc_priv->probe_rate == tx_rate) |
| 920 | ath_rc_priv->probe_rate = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 921 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 922 | } else { /* xretries == 0 */ |
Julia Lawall | 87c1687 | 2008-11-09 17:56:10 +0100 | [diff] [blame] | 923 | count = ARRAY_SIZE(nretry_to_per_lookup); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 924 | if (retries >= count) |
| 925 | retries = count - 1; |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 926 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 927 | if (tx_info_priv->n_bad_frames) { |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 928 | /* new_PER = 7/8*old_PER + 1/8*(currentPER) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 929 | * Assuming that n_frames is not 0. The current PER |
| 930 | * from the retries is 100 * retries / (retries+1), |
| 931 | * since the first retries attempts failed, and the |
| 932 | * next one worked. For the one that worked, |
| 933 | * n_bad_frames subframes out of n_frames wored, |
| 934 | * so the PER for that part is |
| 935 | * 100 * n_bad_frames / n_frames, and it contributes |
| 936 | * 100 * n_bad_frames / (n_frames * (retries+1)) to |
| 937 | * the above PER. The expression below is a |
| 938 | * simplified version of the sum of these two terms. |
| 939 | */ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 940 | if (tx_info_priv->n_frames > 0) { |
| 941 | int n_frames, n_bad_frames; |
| 942 | u8 cur_per, new_per; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 943 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 944 | n_bad_frames = retries * tx_info_priv->n_frames + |
| 945 | tx_info_priv->n_bad_frames; |
| 946 | n_frames = tx_info_priv->n_frames * (retries + 1); |
| 947 | cur_per = (100 * n_bad_frames / n_frames) >> 3; |
| 948 | new_per = (u8)(last_per - (last_per >> 3) + cur_per); |
| 949 | ath_rc_priv->state[tx_rate].per = new_per; |
| 950 | } |
| 951 | } else { |
| 952 | ath_rc_priv->state[tx_rate].per = |
| 953 | (u8)(last_per - (last_per >> 3) + |
| 954 | (nretry_to_per_lookup[retries] >> 3)); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 955 | } |
| 956 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 957 | ath_rc_priv->rssi_last_prev2 = ath_rc_priv->rssi_last_prev; |
| 958 | ath_rc_priv->rssi_last_prev = ath_rc_priv->rssi_last; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 959 | ath_rc_priv->rssi_last = tx_info_priv->tx.ts_rssi; |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 960 | ath_rc_priv->rssi_time = now_msec; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 961 | |
| 962 | /* |
| 963 | * If we got at most one retry then increase the max rate if |
| 964 | * this was a probe. Otherwise, ignore the probe. |
| 965 | */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 966 | if (ath_rc_priv->probe_rate && ath_rc_priv->probe_rate == tx_rate) { |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 967 | if (retries > 0 || 2 * tx_info_priv->n_bad_frames > |
| 968 | tx_info_priv->n_frames) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 969 | /* |
| 970 | * Since we probed with just a single attempt, |
| 971 | * any retries means the probe failed. Also, |
| 972 | * if the attempt worked, but more than half |
| 973 | * the subframes were bad then also consider |
| 974 | * the probe a failure. |
| 975 | */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 976 | ath_rc_priv->probe_rate = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 977 | } else { |
| 978 | u8 probe_rate = 0; |
| 979 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 980 | ath_rc_priv->rate_max_phy = |
| 981 | ath_rc_priv->probe_rate; |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 982 | probe_rate = ath_rc_priv->probe_rate; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 983 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 984 | if (ath_rc_priv->state[probe_rate].per > 30) |
| 985 | ath_rc_priv->state[probe_rate].per = 20; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 986 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 987 | ath_rc_priv->probe_rate = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 988 | |
| 989 | /* |
| 990 | * Since this probe succeeded, we allow the next |
| 991 | * probe twice as soon. This allows the maxRate |
| 992 | * to move up faster if the probes are |
| 993 | * succesful. |
| 994 | */ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 995 | ath_rc_priv->probe_time = |
| 996 | now_msec - rate_table->probe_interval / 2; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 997 | } |
| 998 | } |
| 999 | |
| 1000 | if (retries > 0) { |
| 1001 | /* |
| 1002 | * Don't update anything. We don't know if |
| 1003 | * this was because of collisions or poor signal. |
| 1004 | * |
| 1005 | * Later: if rssi_ack is close to |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1006 | * ath_rc_priv->state[txRate].rssi_thres and we see lots |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1007 | * of retries, then we could increase |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1008 | * ath_rc_priv->state[txRate].rssi_thres. |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1009 | */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1010 | ath_rc_priv->hw_maxretry_pktcnt = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1011 | } else { |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1012 | int32_t rssi_ackAvg; |
| 1013 | int8_t rssi_thres; |
| 1014 | int8_t rssi_ack_vmin; |
| 1015 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1016 | /* |
| 1017 | * It worked with no retries. First ignore bogus (small) |
| 1018 | * rssi_ack values. |
| 1019 | */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1020 | if (tx_rate == ath_rc_priv->rate_max_phy && |
| 1021 | ath_rc_priv->hw_maxretry_pktcnt < 255) { |
| 1022 | ath_rc_priv->hw_maxretry_pktcnt++; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1023 | } |
| 1024 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1025 | if (tx_info_priv->tx.ts_rssi < |
| 1026 | rate_table->info[tx_rate].rssi_ack_validmin) |
| 1027 | goto exit; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1028 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1029 | /* Average the rssi */ |
| 1030 | if (tx_rate != ath_rc_priv->rssi_sum_rate) { |
| 1031 | ath_rc_priv->rssi_sum_rate = tx_rate; |
| 1032 | ath_rc_priv->rssi_sum = |
| 1033 | ath_rc_priv->rssi_sum_cnt = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1034 | } |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1035 | |
| 1036 | ath_rc_priv->rssi_sum += tx_info_priv->tx.ts_rssi; |
| 1037 | ath_rc_priv->rssi_sum_cnt++; |
| 1038 | |
| 1039 | if (ath_rc_priv->rssi_sum_cnt < 4) |
| 1040 | goto exit; |
| 1041 | |
| 1042 | rssi_ackAvg = |
| 1043 | (ath_rc_priv->rssi_sum + 2) / 4; |
| 1044 | rssi_thres = |
| 1045 | ath_rc_priv->state[tx_rate].rssi_thres; |
| 1046 | rssi_ack_vmin = |
| 1047 | rate_table->info[tx_rate].rssi_ack_validmin; |
| 1048 | |
| 1049 | ath_rc_priv->rssi_sum = |
| 1050 | ath_rc_priv->rssi_sum_cnt = 0; |
| 1051 | |
| 1052 | /* Now reduce the current rssi threshold */ |
| 1053 | if ((rssi_ackAvg < rssi_thres + 2) && |
| 1054 | (rssi_thres > rssi_ack_vmin)) { |
| 1055 | ath_rc_priv->state[tx_rate].rssi_thres--; |
| 1056 | } |
| 1057 | |
| 1058 | state_change = true; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1059 | } |
| 1060 | } |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1061 | exit: |
| 1062 | return state_change; |
| 1063 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1064 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1065 | /* Update PER, RSSI and whatever else that the code thinks it is doing. |
| 1066 | If you can make sense of all this, you really need to go out more. */ |
| 1067 | |
| 1068 | static void ath_rc_update_ht(struct ath_softc *sc, |
| 1069 | struct ath_rate_priv *ath_rc_priv, |
| 1070 | struct ath_tx_info_priv *tx_info_priv, |
| 1071 | int tx_rate, int xretries, int retries) |
| 1072 | { |
| 1073 | #define CHK_RSSI(rate) \ |
| 1074 | ((ath_rc_priv->state[(rate)].rssi_thres + \ |
| 1075 | rate_table->info[(rate)].rssi_ack_deltamin) > \ |
| 1076 | ath_rc_priv->state[(rate)+1].rssi_thres) |
| 1077 | |
| 1078 | u32 now_msec = jiffies_to_msecs(jiffies); |
| 1079 | int rate; |
| 1080 | u8 last_per; |
| 1081 | bool state_change = false; |
Sujith | 40990ec | 2008-12-07 21:41:37 +0530 | [diff] [blame] | 1082 | struct ath_rate_table *rate_table = sc->cur_rate_table; |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1083 | int size = ath_rc_priv->rate_table_size; |
| 1084 | |
| 1085 | if ((tx_rate < 0) || (tx_rate > rate_table->rate_cnt)) |
| 1086 | return; |
| 1087 | |
| 1088 | /* To compensate for some imbalance between ctrl and ext. channel */ |
| 1089 | |
| 1090 | if (WLAN_RC_PHY_40(rate_table->info[tx_rate].phy)) |
| 1091 | tx_info_priv->tx.ts_rssi = |
| 1092 | tx_info_priv->tx.ts_rssi < 3 ? 0 : |
| 1093 | tx_info_priv->tx.ts_rssi - 3; |
| 1094 | |
| 1095 | last_per = ath_rc_priv->state[tx_rate].per; |
| 1096 | |
| 1097 | /* Update PER first */ |
| 1098 | state_change = ath_rc_update_per(sc, rate_table, ath_rc_priv, |
| 1099 | tx_info_priv, tx_rate, xretries, |
| 1100 | retries, now_msec); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1101 | |
| 1102 | /* |
| 1103 | * If this rate looks bad (high PER) then stop using it for |
| 1104 | * a while (except if we are probing). |
| 1105 | */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1106 | if (ath_rc_priv->state[tx_rate].per >= 55 && tx_rate > 0 && |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1107 | rate_table->info[tx_rate].ratekbps <= |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1108 | rate_table->info[ath_rc_priv->rate_max_phy].ratekbps) { |
| 1109 | ath_rc_get_nextlowervalid_txrate(rate_table, ath_rc_priv, |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1110 | (u8)tx_rate, &ath_rc_priv->rate_max_phy); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1111 | |
| 1112 | /* Don't probe for a little while. */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1113 | ath_rc_priv->probe_time = now_msec; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1114 | } |
| 1115 | |
| 1116 | if (state_change) { |
| 1117 | /* |
| 1118 | * Make sure the rates above this have higher rssi thresholds. |
| 1119 | * (Note: Monotonicity is kept within the OFDM rates and |
| 1120 | * within the CCK rates. However, no adjustment is |
| 1121 | * made to keep the rssi thresholds monotonically |
| 1122 | * increasing between the CCK and OFDM rates.) |
| 1123 | */ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1124 | for (rate = tx_rate; rate < size - 1; rate++) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1125 | if (rate_table->info[rate+1].phy != |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1126 | rate_table->info[tx_rate].phy) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1127 | break; |
| 1128 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1129 | if (CHK_RSSI(rate)) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1130 | ath_rc_priv->state[rate+1].rssi_thres = |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1131 | ath_rc_priv->state[rate].rssi_thres + |
| 1132 | rate_table->info[rate].rssi_ack_deltamin; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1133 | } |
| 1134 | } |
| 1135 | |
| 1136 | /* Make sure the rates below this have lower rssi thresholds. */ |
| 1137 | for (rate = tx_rate - 1; rate >= 0; rate--) { |
| 1138 | if (rate_table->info[rate].phy != |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1139 | rate_table->info[tx_rate].phy) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1140 | break; |
| 1141 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1142 | if (CHK_RSSI(rate)) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1143 | if (ath_rc_priv->state[rate+1].rssi_thres < |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1144 | rate_table->info[rate].rssi_ack_deltamin) |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1145 | ath_rc_priv->state[rate].rssi_thres = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1146 | else { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1147 | ath_rc_priv->state[rate].rssi_thres = |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1148 | ath_rc_priv->state[rate+1].rssi_thres - |
| 1149 | rate_table->info[rate].rssi_ack_deltamin; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1150 | } |
| 1151 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1152 | if (ath_rc_priv->state[rate].rssi_thres < |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1153 | rate_table->info[rate].rssi_ack_validmin) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1154 | ath_rc_priv->state[rate].rssi_thres = |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1155 | rate_table->info[rate].rssi_ack_validmin; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1156 | } |
| 1157 | } |
| 1158 | } |
| 1159 | } |
| 1160 | |
| 1161 | /* Make sure the rates below this have lower PER */ |
| 1162 | /* Monotonicity is kept only for rates below the current rate. */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1163 | if (ath_rc_priv->state[tx_rate].per < last_per) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1164 | for (rate = tx_rate - 1; rate >= 0; rate--) { |
| 1165 | if (rate_table->info[rate].phy != |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1166 | rate_table->info[tx_rate].phy) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1167 | break; |
| 1168 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1169 | if (ath_rc_priv->state[rate].per > |
| 1170 | ath_rc_priv->state[rate+1].per) { |
| 1171 | ath_rc_priv->state[rate].per = |
| 1172 | ath_rc_priv->state[rate+1].per; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1173 | } |
| 1174 | } |
| 1175 | } |
| 1176 | |
| 1177 | /* Maintain monotonicity for rates above the current rate */ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1178 | for (rate = tx_rate; rate < size - 1; rate++) { |
| 1179 | if (ath_rc_priv->state[rate+1].per < |
| 1180 | ath_rc_priv->state[rate].per) |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1181 | ath_rc_priv->state[rate+1].per = |
| 1182 | ath_rc_priv->state[rate].per; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1183 | } |
| 1184 | |
| 1185 | /* Every so often, we reduce the thresholds and |
| 1186 | * PER (different for CCK and OFDM). */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1187 | if (now_msec - ath_rc_priv->rssi_down_time >= |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1188 | rate_table->rssi_reduce_interval) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1189 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1190 | for (rate = 0; rate < size; rate++) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1191 | if (ath_rc_priv->state[rate].rssi_thres > |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1192 | rate_table->info[rate].rssi_ack_validmin) |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1193 | ath_rc_priv->state[rate].rssi_thres -= 1; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1194 | } |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1195 | ath_rc_priv->rssi_down_time = now_msec; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1196 | } |
| 1197 | |
| 1198 | /* Every so often, we reduce the thresholds |
| 1199 | * and PER (different for CCK and OFDM). */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1200 | if (now_msec - ath_rc_priv->per_down_time >= |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1201 | rate_table->rssi_reduce_interval) { |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1202 | for (rate = 0; rate < size; rate++) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1203 | ath_rc_priv->state[rate].per = |
| 1204 | 7 * ath_rc_priv->state[rate].per / 8; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1205 | } |
| 1206 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1207 | ath_rc_priv->per_down_time = now_msec; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1208 | } |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1209 | |
| 1210 | #undef CHK_RSSI |
| 1211 | } |
| 1212 | |
| 1213 | static int ath_rc_get_rateindex(struct ath_rate_table *rate_table, |
| 1214 | struct ieee80211_tx_rate *rate) |
| 1215 | { |
| 1216 | int rix; |
| 1217 | |
| 1218 | if ((rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) && |
| 1219 | (rate->flags & IEEE80211_TX_RC_SHORT_GI)) |
| 1220 | rix = rate_table->info[rate->idx].ht_index; |
| 1221 | else if (rate->flags & IEEE80211_TX_RC_SHORT_GI) |
| 1222 | rix = rate_table->info[rate->idx].sgi_index; |
| 1223 | else if (rate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) |
| 1224 | rix = rate_table->info[rate->idx].cw40index; |
| 1225 | else |
| 1226 | rix = rate_table->info[rate->idx].base_index; |
| 1227 | |
| 1228 | return rix; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1229 | } |
| 1230 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1231 | static void ath_rc_tx_status(struct ath_softc *sc, |
| 1232 | struct ath_rate_priv *ath_rc_priv, |
| 1233 | struct ieee80211_tx_info *tx_info, |
| 1234 | int final_ts_idx, int xretries, int long_retry) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1235 | { |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1236 | struct ath_tx_info_priv *tx_info_priv = ATH_TX_INFO_PRIV(tx_info); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1237 | struct ath_rate_table *rate_table; |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1238 | struct ieee80211_tx_rate *rates = tx_info->status.rates; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1239 | u8 flags; |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1240 | u32 i = 0, rix; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1241 | |
Sujith | 40990ec | 2008-12-07 21:41:37 +0530 | [diff] [blame] | 1242 | rate_table = sc->cur_rate_table; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1243 | |
| 1244 | /* |
| 1245 | * If the first rate is not the final index, there |
| 1246 | * are intermediate rate failures to be processed. |
| 1247 | */ |
| 1248 | if (final_ts_idx != 0) { |
| 1249 | /* Process intermediate rates that failed.*/ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1250 | for (i = 0; i < final_ts_idx ; i++) { |
| 1251 | if (rates[i].count != 0 && (rates[i].idx >= 0)) { |
| 1252 | flags = rates[i].flags; |
| 1253 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1254 | /* If HT40 and we have switched mode from |
| 1255 | * 40 to 20 => don't update */ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1256 | |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1257 | if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) && |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1258 | (ath_rc_priv->rc_phy_mode != WLAN_RC_40_FLAG)) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1259 | return; |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1260 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1261 | rix = ath_rc_get_rateindex(rate_table, &rates[i]); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1262 | ath_rc_update_ht(sc, ath_rc_priv, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1263 | tx_info_priv, rix, |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1264 | xretries ? 1 : 2, |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1265 | rates[i].count); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1266 | } |
| 1267 | } |
| 1268 | } else { |
| 1269 | /* |
| 1270 | * Handle the special case of MIMO PS burst, where the second |
| 1271 | * aggregate is sent out with only one rate and one try. |
| 1272 | * Treating it as an excessive retry penalizes the rate |
| 1273 | * inordinately. |
| 1274 | */ |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1275 | if (rates[0].count == 1 && xretries == 1) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1276 | xretries = 2; |
| 1277 | } |
| 1278 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1279 | flags = rates[i].flags; |
| 1280 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1281 | /* If HT40 and we have switched mode from 40 to 20 => don't update */ |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1282 | if ((flags & IEEE80211_TX_RC_40_MHZ_WIDTH) && |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1283 | (ath_rc_priv->rc_phy_mode != WLAN_RC_40_FLAG)) { |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1284 | return; |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1285 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1286 | |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1287 | rix = ath_rc_get_rateindex(rate_table, &rates[i]); |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1288 | ath_rc_update_ht(sc, ath_rc_priv, tx_info_priv, rix, |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1289 | xretries, long_retry); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1290 | } |
| 1291 | |
Sujith | e11602b | 2008-11-27 09:46:27 +0530 | [diff] [blame] | 1292 | static struct ath_rate_table *ath_choose_rate_table(struct ath_softc *sc, |
| 1293 | enum ieee80211_band band, |
| 1294 | bool is_ht, bool is_cw_40) |
| 1295 | { |
| 1296 | int mode = 0; |
| 1297 | |
| 1298 | switch(band) { |
| 1299 | case IEEE80211_BAND_2GHZ: |
| 1300 | mode = ATH9K_MODE_11G; |
| 1301 | if (is_ht) |
| 1302 | mode = ATH9K_MODE_11NG_HT20; |
| 1303 | if (is_cw_40) |
| 1304 | mode = ATH9K_MODE_11NG_HT40PLUS; |
| 1305 | break; |
| 1306 | case IEEE80211_BAND_5GHZ: |
| 1307 | mode = ATH9K_MODE_11A; |
| 1308 | if (is_ht) |
| 1309 | mode = ATH9K_MODE_11NA_HT20; |
| 1310 | if (is_cw_40) |
| 1311 | mode = ATH9K_MODE_11NA_HT40PLUS; |
| 1312 | break; |
| 1313 | default: |
Sujith | 04bd463 | 2008-11-28 22:18:05 +0530 | [diff] [blame] | 1314 | DPRINTF(sc, ATH_DBG_CONFIG, "Invalid band\n"); |
Sujith | e11602b | 2008-11-27 09:46:27 +0530 | [diff] [blame] | 1315 | return NULL; |
| 1316 | } |
| 1317 | |
| 1318 | BUG_ON(mode >= ATH9K_MODE_MAX); |
| 1319 | |
Sujith | 04bd463 | 2008-11-28 22:18:05 +0530 | [diff] [blame] | 1320 | DPRINTF(sc, ATH_DBG_CONFIG, "Choosing rate table for mode: %d\n", mode); |
Sujith | e11602b | 2008-11-27 09:46:27 +0530 | [diff] [blame] | 1321 | return sc->hw_rate_table[mode]; |
| 1322 | } |
| 1323 | |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1324 | static void ath_rc_init(struct ath_softc *sc, |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1325 | struct ath_rate_priv *ath_rc_priv, |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1326 | struct ieee80211_supported_band *sband, |
| 1327 | struct ieee80211_sta *sta) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1328 | { |
| 1329 | struct ath_rate_table *rate_table = NULL; |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1330 | struct ath_rateset *rateset = &ath_rc_priv->neg_rates; |
| 1331 | u8 *ht_mcs = (u8 *)&ath_rc_priv->neg_ht_rates; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1332 | u8 i, j, k, hi = 0, hthi = 0; |
| 1333 | |
Sujith | e11602b | 2008-11-27 09:46:27 +0530 | [diff] [blame] | 1334 | /* FIXME: Adhoc */ |
Colin McCabe | d97809d | 2008-12-01 13:38:55 -0800 | [diff] [blame] | 1335 | if ((sc->sc_ah->ah_opmode == NL80211_IFTYPE_STATION) || |
| 1336 | (sc->sc_ah->ah_opmode == NL80211_IFTYPE_ADHOC)) { |
Sujith | e11602b | 2008-11-27 09:46:27 +0530 | [diff] [blame] | 1337 | bool is_cw_40 = sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40; |
| 1338 | rate_table = ath_choose_rate_table(sc, sband->band, |
| 1339 | sta->ht_cap.ht_supported, |
| 1340 | is_cw_40); |
Colin McCabe | d97809d | 2008-12-01 13:38:55 -0800 | [diff] [blame] | 1341 | } else if (sc->sc_ah->ah_opmode == NL80211_IFTYPE_AP) { |
Sujith | 3706de6 | 2008-12-07 21:42:10 +0530 | [diff] [blame] | 1342 | /* cur_rate_table would be set on init through config() */ |
| 1343 | rate_table = sc->cur_rate_table; |
Sujith | e11602b | 2008-11-27 09:46:27 +0530 | [diff] [blame] | 1344 | } |
| 1345 | |
| 1346 | if (!rate_table) { |
| 1347 | DPRINTF(sc, ATH_DBG_FATAL, "Rate table not initialized\n"); |
| 1348 | return; |
| 1349 | } |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1350 | |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1351 | if (sta->ht_cap.ht_supported) { |
Sujith | f8206e0 | 2009-01-23 11:20:51 +0530 | [diff] [blame] | 1352 | ath_rc_priv->ht_cap = WLAN_RC_HT_FLAG; |
Sujith | 3c45726 | 2009-01-27 10:55:31 +0530 | [diff] [blame] | 1353 | if (sc->sc_ah->ah_caps.tx_chainmask != 1) |
Sujith | f8206e0 | 2009-01-23 11:20:51 +0530 | [diff] [blame] | 1354 | ath_rc_priv->ht_cap |= WLAN_RC_DS_FLAG; |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1355 | if (sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) |
| 1356 | ath_rc_priv->ht_cap |= WLAN_RC_40_FLAG; |
Sujith | dd00639 | 2009-01-16 21:38:40 +0530 | [diff] [blame] | 1357 | if (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) |
| 1358 | ath_rc_priv->ht_cap |= WLAN_RC_SGI_FLAG; |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1359 | } |
| 1360 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1361 | /* Initial rate table size. Will change depending |
| 1362 | * on the working rate set */ |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1363 | ath_rc_priv->rate_table_size = RATE_TABLE_SIZE; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1364 | |
| 1365 | /* Initialize thresholds according to the global rate table */ |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1366 | for (i = 0 ; i < ath_rc_priv->rate_table_size; i++) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1367 | ath_rc_priv->state[i].rssi_thres = |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1368 | rate_table->info[i].rssi_ack_validmin; |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1369 | ath_rc_priv->state[i].per = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1370 | } |
| 1371 | |
| 1372 | /* Determine the valid rates */ |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1373 | ath_rc_init_valid_txmask(ath_rc_priv); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1374 | |
| 1375 | for (i = 0; i < WLAN_RC_PHY_MAX; i++) { |
| 1376 | for (j = 0; j < MAX_TX_RATE_PHY; j++) |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1377 | ath_rc_priv->valid_phy_rateidx[i][j] = 0; |
| 1378 | ath_rc_priv->valid_phy_ratecnt[i] = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1379 | } |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1380 | ath_rc_priv->rc_phy_mode = (ath_rc_priv->ht_cap & WLAN_RC_40_FLAG); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1381 | |
| 1382 | /* Set stream capability */ |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1383 | ath_rc_priv->single_stream = (ath_rc_priv->ht_cap & WLAN_RC_DS_FLAG) ? 0 : 1; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1384 | |
| 1385 | if (!rateset->rs_nrates) { |
| 1386 | /* No working rate, just initialize valid rates */ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1387 | hi = ath_rc_init_validrates(ath_rc_priv, rate_table, |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1388 | ath_rc_priv->ht_cap); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1389 | } else { |
| 1390 | /* Use intersection of working rates and valid rates */ |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1391 | hi = ath_rc_setvalid_rates(ath_rc_priv, rate_table, |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1392 | rateset, ath_rc_priv->ht_cap); |
| 1393 | if (ath_rc_priv->ht_cap & WLAN_RC_HT_FLAG) { |
Sujith | 2c5a744 | 2008-11-18 09:08:33 +0530 | [diff] [blame] | 1394 | hthi = ath_rc_setvalid_htrates(ath_rc_priv, |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1395 | rate_table, |
| 1396 | ht_mcs, |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1397 | ath_rc_priv->ht_cap); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1398 | } |
| 1399 | hi = A_MAX(hi, hthi); |
| 1400 | } |
| 1401 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1402 | ath_rc_priv->rate_table_size = hi + 1; |
| 1403 | ath_rc_priv->rate_max_phy = 0; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1404 | ASSERT(ath_rc_priv->rate_table_size <= RATE_TABLE_SIZE); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1405 | |
| 1406 | for (i = 0, k = 0; i < WLAN_RC_PHY_MAX; i++) { |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1407 | for (j = 0; j < ath_rc_priv->valid_phy_ratecnt[i]; j++) { |
| 1408 | ath_rc_priv->valid_rate_index[k++] = |
| 1409 | ath_rc_priv->valid_phy_rateidx[i][j]; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1410 | } |
| 1411 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1412 | if (!ath_rc_valid_phyrate(i, rate_table->initial_ratemax, 1) |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1413 | || !ath_rc_priv->valid_phy_ratecnt[i]) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1414 | continue; |
| 1415 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1416 | ath_rc_priv->rate_max_phy = ath_rc_priv->valid_phy_rateidx[i][j-1]; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1417 | } |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1418 | ASSERT(ath_rc_priv->rate_table_size <= RATE_TABLE_SIZE); |
| 1419 | ASSERT(k <= RATE_TABLE_SIZE); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1420 | |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1421 | ath_rc_priv->max_valid_rate = k; |
Sujith | 256b775 | 2008-11-18 09:03:12 +0530 | [diff] [blame] | 1422 | ath_rc_sort_validrates(rate_table, ath_rc_priv); |
| 1423 | ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4]; |
Sujith | 40990ec | 2008-12-07 21:41:37 +0530 | [diff] [blame] | 1424 | sc->cur_rate_table = rate_table; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1425 | } |
| 1426 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1427 | /* Rate Control callbacks */ |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1428 | static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband, |
| 1429 | struct ieee80211_sta *sta, void *priv_sta, |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1430 | struct sk_buff *skb) |
| 1431 | { |
| 1432 | struct ath_softc *sc = priv; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1433 | struct ath_rate_priv *ath_rc_priv = priv_sta; |
| 1434 | struct ath_tx_info_priv *tx_info_priv = NULL; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1435 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
| 1436 | struct ieee80211_hdr *hdr; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1437 | int final_ts_idx, tx_status = 0, is_underrun = 0; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1438 | __le16 fc; |
| 1439 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1440 | hdr = (struct ieee80211_hdr *)skb->data; |
| 1441 | fc = hdr->frame_control; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1442 | tx_info_priv = ATH_TX_INFO_PRIV(tx_info); |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1443 | final_ts_idx = tx_info_priv->tx.ts_rateindex; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1444 | |
Sujith | ff37e33 | 2008-11-24 12:07:55 +0530 | [diff] [blame] | 1445 | if (!priv_sta || !ieee80211_is_data(fc) || |
Vasanthakumar Thiagarajan | 7ac4701 | 2008-11-20 11:51:18 +0530 | [diff] [blame] | 1446 | !tx_info_priv->update_rc) |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1447 | goto exit; |
Johannes Berg | e6a9854 | 2008-10-21 12:40:02 +0200 | [diff] [blame] | 1448 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1449 | if (tx_info_priv->tx.ts_status & ATH9K_TXERR_FILT) |
| 1450 | goto exit; |
Johannes Berg | e6a9854 | 2008-10-21 12:40:02 +0200 | [diff] [blame] | 1451 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1452 | /* |
| 1453 | * If underrun error is seen assume it as an excessive retry only |
| 1454 | * if prefetch trigger level have reached the max (0x3f for 5416) |
| 1455 | * Adjust the long retry as if the frame was tried ATH_11N_TXMAXTRY |
| 1456 | * times. This affects how ratectrl updates PER for the failed rate. |
| 1457 | */ |
| 1458 | if (tx_info_priv->tx.ts_flags & |
| 1459 | (ATH9K_TX_DATA_UNDERRUN | ATH9K_TX_DELIM_UNDERRUN) && |
| 1460 | ((sc->sc_ah->ah_txTrigLevel) >= ath_rc_priv->tx_triglevel_max)) { |
| 1461 | tx_status = 1; |
| 1462 | is_underrun = 1; |
| 1463 | } |
| 1464 | |
| 1465 | if ((tx_info_priv->tx.ts_status & ATH9K_TXERR_XRETRY) || |
| 1466 | (tx_info_priv->tx.ts_status & ATH9K_TXERR_FIFO)) |
| 1467 | tx_status = 1; |
| 1468 | |
| 1469 | ath_rc_tx_status(sc, ath_rc_priv, tx_info, final_ts_idx, tx_status, |
| 1470 | (is_underrun) ? ATH_11N_TXMAXTRY : |
| 1471 | tx_info_priv->tx.ts_longretry); |
| 1472 | |
Sujith | d22b002 | 2009-01-28 11:55:45 +0530 | [diff] [blame] | 1473 | /* Check if aggregation has to be enabled for this tid */ |
| 1474 | if (conf_is_ht(&sc->hw->conf)) { |
| 1475 | if (ieee80211_is_data_qos(fc)) { |
| 1476 | u8 *qc, tid; |
| 1477 | struct ath_node *an; |
| 1478 | |
| 1479 | qc = ieee80211_get_qos_ctl(hdr); |
| 1480 | tid = qc[0] & 0xf; |
| 1481 | an = (struct ath_node *)sta->drv_priv; |
| 1482 | |
| 1483 | if(ath_tx_aggr_check(sc, an, tid)) |
| 1484 | ieee80211_start_tx_ba_session(sc->hw, hdr->addr1, tid); |
| 1485 | } |
| 1486 | } |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1487 | exit: |
Johannes Berg | e6a9854 | 2008-10-21 12:40:02 +0200 | [diff] [blame] | 1488 | kfree(tx_info_priv); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1489 | } |
| 1490 | |
Johannes Berg | e6a9854 | 2008-10-21 12:40:02 +0200 | [diff] [blame] | 1491 | static void ath_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, |
| 1492 | struct ieee80211_tx_rate_control *txrc) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1493 | { |
Johannes Berg | e6a9854 | 2008-10-21 12:40:02 +0200 | [diff] [blame] | 1494 | struct ieee80211_supported_band *sband = txrc->sband; |
| 1495 | struct sk_buff *skb = txrc->skb; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1496 | struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 1497 | struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb); |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1498 | struct ath_softc *sc = priv; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1499 | struct ath_rate_priv *ath_rc_priv = priv_sta; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1500 | __le16 fc = hdr->frame_control; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1501 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1502 | /* lowest rate for management and multicast/broadcast frames */ |
Jouni Malinen | f66000f | 2008-12-17 13:30:31 +0200 | [diff] [blame] | 1503 | if (!ieee80211_is_data(fc) || is_multicast_ether_addr(hdr->addr1) || |
| 1504 | !sta) { |
Sujith | a8efee4 | 2008-11-18 09:07:30 +0530 | [diff] [blame] | 1505 | tx_info->control.rates[0].idx = rate_lowest_index(sband, sta); |
| 1506 | tx_info->control.rates[0].count = |
| 1507 | is_multicast_ether_addr(hdr->addr1) ? 1 : ATH_MGT_TXMAXTRY; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1508 | return; |
| 1509 | } |
| 1510 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1511 | /* Find tx rate for unicast frames */ |
Sujith | 3900898 | 2009-01-30 14:29:15 +0530 | [diff] [blame^] | 1512 | ath_rc_ratefind(sc, ath_rc_priv, txrc); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1513 | } |
| 1514 | |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1515 | static void ath_rate_init(void *priv, struct ieee80211_supported_band *sband, |
| 1516 | struct ieee80211_sta *sta, void *priv_sta) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1517 | { |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1518 | struct ath_softc *sc = priv; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1519 | struct ath_rate_priv *ath_rc_priv = priv_sta; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1520 | int i, j = 0; |
| 1521 | |
Sujith | 7b4d273 | 2008-11-18 09:04:00 +0530 | [diff] [blame] | 1522 | for (i = 0; i < sband->n_bitrates; i++) { |
| 1523 | if (sta->supp_rates[sband->band] & BIT(i)) { |
| 1524 | ath_rc_priv->neg_rates.rs_rates[j] |
| 1525 | = (sband->bitrates[i].bitrate * 2) / 10; |
| 1526 | j++; |
| 1527 | } |
| 1528 | } |
| 1529 | ath_rc_priv->neg_rates.rs_nrates = j; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1530 | |
Sujith | a4510bf | 2008-10-23 12:15:19 +0530 | [diff] [blame] | 1531 | if (sta->ht_cap.ht_supported) { |
Sujith | 7b4d273 | 2008-11-18 09:04:00 +0530 | [diff] [blame] | 1532 | for (i = 0, j = 0; i < 77; i++) { |
Johannes Berg | ae5eb02 | 2008-10-14 16:58:37 +0200 | [diff] [blame] | 1533 | if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8))) |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1534 | ath_rc_priv->neg_ht_rates.rs_rates[j++] = i; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1535 | if (j == ATH_RATE_MAX) |
| 1536 | break; |
| 1537 | } |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1538 | ath_rc_priv->neg_ht_rates.rs_nrates = j; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1539 | } |
Sujith | 7b4d273 | 2008-11-18 09:04:00 +0530 | [diff] [blame] | 1540 | |
Sujith | 5ddfac3 | 2008-11-18 09:06:44 +0530 | [diff] [blame] | 1541 | ath_rc_init(sc, priv_sta, sband, sta); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1542 | } |
| 1543 | |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1544 | static void *ath_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1545 | { |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1546 | return hw->priv; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1547 | } |
| 1548 | |
| 1549 | static void ath_rate_free(void *priv) |
| 1550 | { |
| 1551 | return; |
| 1552 | } |
| 1553 | |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1554 | static void *ath_rate_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1555 | { |
| 1556 | struct ath_softc *sc = priv; |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1557 | struct ath_rate_priv *rate_priv; |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1558 | |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1559 | rate_priv = kzalloc(sizeof(struct ath_rate_priv), gfp); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1560 | if (!rate_priv) { |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1561 | DPRINTF(sc, ATH_DBG_FATAL, |
Sujith | 04bd463 | 2008-11-28 22:18:05 +0530 | [diff] [blame] | 1562 | "Unable to allocate private rc structure\n"); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1563 | return NULL; |
| 1564 | } |
Sujith | fe60594 | 2008-11-18 09:03:36 +0530 | [diff] [blame] | 1565 | |
Sujith | fe60594 | 2008-11-18 09:03:36 +0530 | [diff] [blame] | 1566 | rate_priv->rssi_down_time = jiffies_to_msecs(jiffies); |
Sujith | fe7f4a7 | 2008-11-18 09:07:06 +0530 | [diff] [blame] | 1567 | rate_priv->tx_triglevel_max = sc->sc_ah->ah_caps.tx_triglevel_max; |
Sujith | dc2222a | 2008-08-14 13:26:55 +0530 | [diff] [blame] | 1568 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1569 | return rate_priv; |
| 1570 | } |
| 1571 | |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1572 | static void ath_rate_free_sta(void *priv, struct ieee80211_sta *sta, |
| 1573 | void *priv_sta) |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1574 | { |
Sujith | 46d14a5 | 2008-11-18 09:08:13 +0530 | [diff] [blame] | 1575 | struct ath_rate_priv *rate_priv = priv_sta; |
Sujith | fe60594 | 2008-11-18 09:03:36 +0530 | [diff] [blame] | 1576 | kfree(rate_priv); |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1577 | } |
| 1578 | |
| 1579 | static struct rate_control_ops ath_rate_ops = { |
| 1580 | .module = NULL, |
| 1581 | .name = "ath9k_rate_control", |
| 1582 | .tx_status = ath_tx_status, |
| 1583 | .get_rate = ath_get_rate, |
| 1584 | .rate_init = ath_rate_init, |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1585 | .alloc = ath_rate_alloc, |
| 1586 | .free = ath_rate_free, |
| 1587 | .alloc_sta = ath_rate_alloc_sta, |
Johannes Berg | 4b7679a | 2008-09-18 18:14:18 +0200 | [diff] [blame] | 1588 | .free_sta = ath_rate_free_sta, |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1589 | }; |
| 1590 | |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1591 | static void ath_setup_rate_table(struct ath_softc *sc, |
| 1592 | struct ath_rate_table *rate_table) |
| 1593 | { |
| 1594 | int i; |
| 1595 | |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1596 | for (i = 0; i < rate_table->rate_cnt; i++) { |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1597 | u8 cix = rate_table->info[i].ctrl_rate; |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1598 | |
| 1599 | rate_table->info[i].lpAckDuration = |
| 1600 | ath9k_hw_computetxtime(sc->sc_ah, rate_table, |
| 1601 | WLAN_CTRL_FRAME_SIZE, |
| 1602 | cix, |
| 1603 | false); |
| 1604 | rate_table->info[i].spAckDuration = |
| 1605 | ath9k_hw_computetxtime(sc->sc_ah, rate_table, |
| 1606 | WLAN_CTRL_FRAME_SIZE, |
| 1607 | cix, |
| 1608 | true); |
| 1609 | } |
| 1610 | } |
| 1611 | |
Sujith | fe7f4a7 | 2008-11-18 09:07:06 +0530 | [diff] [blame] | 1612 | void ath_rate_attach(struct ath_softc *sc) |
| 1613 | { |
| 1614 | sc->hw_rate_table[ATH9K_MODE_11B] = |
| 1615 | &ar5416_11b_ratetable; |
| 1616 | sc->hw_rate_table[ATH9K_MODE_11A] = |
| 1617 | &ar5416_11a_ratetable; |
| 1618 | sc->hw_rate_table[ATH9K_MODE_11G] = |
| 1619 | &ar5416_11g_ratetable; |
| 1620 | sc->hw_rate_table[ATH9K_MODE_11NA_HT20] = |
| 1621 | &ar5416_11na_ratetable; |
| 1622 | sc->hw_rate_table[ATH9K_MODE_11NG_HT20] = |
| 1623 | &ar5416_11ng_ratetable; |
| 1624 | sc->hw_rate_table[ATH9K_MODE_11NA_HT40PLUS] = |
| 1625 | &ar5416_11na_ratetable; |
| 1626 | sc->hw_rate_table[ATH9K_MODE_11NA_HT40MINUS] = |
| 1627 | &ar5416_11na_ratetable; |
| 1628 | sc->hw_rate_table[ATH9K_MODE_11NG_HT40PLUS] = |
| 1629 | &ar5416_11ng_ratetable; |
| 1630 | sc->hw_rate_table[ATH9K_MODE_11NG_HT40MINUS] = |
| 1631 | &ar5416_11ng_ratetable; |
Sujith | e63835b | 2008-11-18 09:07:53 +0530 | [diff] [blame] | 1632 | |
| 1633 | ath_setup_rate_table(sc, &ar5416_11b_ratetable); |
| 1634 | ath_setup_rate_table(sc, &ar5416_11a_ratetable); |
| 1635 | ath_setup_rate_table(sc, &ar5416_11g_ratetable); |
| 1636 | ath_setup_rate_table(sc, &ar5416_11na_ratetable); |
| 1637 | ath_setup_rate_table(sc, &ar5416_11ng_ratetable); |
Sujith | fe7f4a7 | 2008-11-18 09:07:06 +0530 | [diff] [blame] | 1638 | } |
| 1639 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 1640 | int ath_rate_control_register(void) |
| 1641 | { |
| 1642 | return ieee80211_rate_control_register(&ath_rate_ops); |
| 1643 | } |
| 1644 | |
| 1645 | void ath_rate_control_unregister(void) |
| 1646 | { |
| 1647 | ieee80211_rate_control_unregister(&ath_rate_ops); |
| 1648 | } |