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