Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
Wey-Yi Guy | be663ab | 2011-02-21 11:27:26 -0800 | [diff] [blame] | 3 | * Copyright(c) 2005 - 2011 Intel Corporation. All rights reserved. |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify it |
| 6 | * under the terms of version 2 of the GNU General Public License as |
| 7 | * published by the Free Software Foundation. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, but WITHOUT |
| 10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 12 | * more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU General Public License along with |
| 15 | * this program; if not, write to the Free Software Foundation, Inc., |
| 16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA |
| 17 | * |
| 18 | * The full GNU General Public License is included in this distribution in the |
| 19 | * file called LICENSE. |
| 20 | * |
| 21 | * Contact Information: |
| 22 | * Intel Linux Wireless <ilw@linux.intel.com> |
| 23 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 24 | * |
| 25 | *****************************************************************************/ |
| 26 | |
| 27 | #include <linux/kernel.h> |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 28 | #include <linux/skbuff.h> |
| 29 | #include <linux/slab.h> |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 30 | #include <net/mac80211.h> |
| 31 | |
| 32 | #include <linux/netdevice.h> |
| 33 | #include <linux/etherdevice.h> |
| 34 | #include <linux/delay.h> |
| 35 | |
| 36 | #include <linux/workqueue.h> |
| 37 | |
Stanislaw Gruszka | d4459a9 | 2011-08-31 10:59:02 +0200 | [diff] [blame] | 38 | #include "commands.h" |
Stanislaw Gruszka | 6bbb137 | 2011-08-30 14:12:12 +0200 | [diff] [blame] | 39 | #include "3945.h" |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 40 | |
| 41 | #define RS_NAME "iwl-3945-rs" |
| 42 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 43 | static s32 il3945_expected_tpt_g[RATE_COUNT_3945] = { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 44 | 7, 13, 35, 58, 0, 0, 76, 104, 130, 168, 191, 202 |
| 45 | }; |
| 46 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 47 | static s32 il3945_expected_tpt_g_prot[RATE_COUNT_3945] = { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 48 | 7, 13, 35, 58, 0, 0, 0, 80, 93, 113, 123, 125 |
| 49 | }; |
| 50 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 51 | static s32 il3945_expected_tpt_a[RATE_COUNT_3945] = { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 52 | 0, 0, 0, 0, 40, 57, 72, 98, 121, 154, 177, 186 |
| 53 | }; |
| 54 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 55 | static s32 il3945_expected_tpt_b[RATE_COUNT_3945] = { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 56 | 7, 13, 35, 58, 0, 0, 0, 0, 0, 0, 0, 0 |
| 57 | }; |
| 58 | |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 59 | struct il3945_tpt_entry { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 60 | s8 min_rssi; |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 61 | u8 idx; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 62 | }; |
| 63 | |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 64 | static struct il3945_tpt_entry il3945_tpt_table_a[] = { |
Stanislaw Gruszka | 2d09b06 | 2011-08-26 16:10:40 +0200 | [diff] [blame] | 65 | {-60, RATE_54M_IDX}, |
| 66 | {-64, RATE_48M_IDX}, |
| 67 | {-72, RATE_36M_IDX}, |
| 68 | {-80, RATE_24M_IDX}, |
| 69 | {-84, RATE_18M_IDX}, |
| 70 | {-85, RATE_12M_IDX}, |
| 71 | {-87, RATE_9M_IDX}, |
| 72 | {-89, RATE_6M_IDX} |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 73 | }; |
| 74 | |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 75 | static struct il3945_tpt_entry il3945_tpt_table_g[] = { |
Stanislaw Gruszka | 2d09b06 | 2011-08-26 16:10:40 +0200 | [diff] [blame] | 76 | {-60, RATE_54M_IDX}, |
| 77 | {-64, RATE_48M_IDX}, |
| 78 | {-68, RATE_36M_IDX}, |
| 79 | {-80, RATE_24M_IDX}, |
| 80 | {-84, RATE_18M_IDX}, |
| 81 | {-85, RATE_12M_IDX}, |
| 82 | {-86, RATE_11M_IDX}, |
| 83 | {-88, RATE_5M_IDX}, |
| 84 | {-90, RATE_2M_IDX}, |
| 85 | {-92, RATE_1M_IDX} |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 86 | }; |
| 87 | |
Stanislaw Gruszka | 5d0bef9 | 2011-12-23 08:13:48 +0100 | [diff] [blame] | 88 | #define RATE_MAX_WINDOW 62 |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 89 | #define RATE_FLUSH (3*HZ) |
Stanislaw Gruszka | 5d0bef9 | 2011-12-23 08:13:48 +0100 | [diff] [blame] | 90 | #define RATE_WIN_FLUSH (HZ/2) |
| 91 | #define IL39_RATE_HIGH_TH 11520 |
| 92 | #define IL_SUCCESS_UP_TH 8960 |
| 93 | #define IL_SUCCESS_DOWN_TH 10880 |
| 94 | #define RATE_MIN_FAILURE_TH 6 |
| 95 | #define RATE_MIN_SUCCESS_TH 8 |
| 96 | #define RATE_DECREASE_TH 1920 |
| 97 | #define RATE_RETRY_TH 15 |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 98 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 99 | static u8 |
| 100 | il3945_get_rate_idx_by_rssi(s32 rssi, enum ieee80211_band band) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 101 | { |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 102 | u32 idx = 0; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 103 | u32 table_size = 0; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 104 | struct il3945_tpt_entry *tpt_table = NULL; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 105 | |
Stanislaw Gruszka | 232913b | 2011-08-26 10:45:16 +0200 | [diff] [blame] | 106 | if (rssi < IL_MIN_RSSI_VAL || rssi > IL_MAX_RSSI_VAL) |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 107 | rssi = IL_MIN_RSSI_VAL; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 108 | |
| 109 | switch (band) { |
| 110 | case IEEE80211_BAND_2GHZ: |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 111 | tpt_table = il3945_tpt_table_g; |
| 112 | table_size = ARRAY_SIZE(il3945_tpt_table_g); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 113 | break; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 114 | case IEEE80211_BAND_5GHZ: |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 115 | tpt_table = il3945_tpt_table_a; |
| 116 | table_size = ARRAY_SIZE(il3945_tpt_table_a); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 117 | break; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 118 | default: |
| 119 | BUG(); |
| 120 | break; |
| 121 | } |
| 122 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 123 | while (idx < table_size && rssi < tpt_table[idx].min_rssi) |
| 124 | idx++; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 125 | |
Stanislaw Gruszka | 5d0bef9 | 2011-12-23 08:13:48 +0100 | [diff] [blame] | 126 | idx = min(idx, table_size - 1); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 127 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 128 | return tpt_table[idx].idx; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 129 | } |
| 130 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 131 | static void |
| 132 | il3945_clear_win(struct il3945_rate_scale_data *win) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 133 | { |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 134 | win->data = 0; |
| 135 | win->success_counter = 0; |
| 136 | win->success_ratio = -1; |
| 137 | win->counter = 0; |
| 138 | win->average_tpt = IL_INVALID_VALUE; |
| 139 | win->stamp = 0; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 140 | } |
| 141 | |
| 142 | /** |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 143 | * il3945_rate_scale_flush_wins - flush out the rate scale wins |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 144 | * |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 145 | * Returns the number of wins that have gathered data but were |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 146 | * not flushed. If there were any that were not flushed, then |
| 147 | * reschedule the rate flushing routine. |
| 148 | */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 149 | static int |
| 150 | il3945_rate_scale_flush_wins(struct il3945_rs_sta *rs_sta) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 151 | { |
| 152 | int unflushed = 0; |
| 153 | int i; |
| 154 | unsigned long flags; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 155 | struct il_priv *il __maybe_unused = rs_sta->il; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 156 | |
| 157 | /* |
| 158 | * For each rate, if we have collected data on that rate |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 159 | * and it has been more than RATE_WIN_FLUSH |
Stanislaw Gruszka | ebf0d90 | 2011-08-26 15:43:47 +0200 | [diff] [blame] | 160 | * since we flushed, clear out the gathered stats |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 161 | */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 162 | for (i = 0; i < RATE_COUNT_3945; i++) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 163 | if (!rs_sta->win[i].counter) |
| 164 | continue; |
| 165 | |
| 166 | spin_lock_irqsave(&rs_sta->lock, flags); |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 167 | if (time_after(jiffies, rs_sta->win[i].stamp + RATE_WIN_FLUSH)) { |
| 168 | D_RATE("flushing %d samples of rate " "idx %d\n", |
| 169 | rs_sta->win[i].counter, i); |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 170 | il3945_clear_win(&rs_sta->win[i]); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 171 | } else |
| 172 | unflushed++; |
| 173 | spin_unlock_irqrestore(&rs_sta->lock, flags); |
| 174 | } |
| 175 | |
| 176 | return unflushed; |
| 177 | } |
| 178 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 179 | #define RATE_FLUSH_MAX 5000 /* msec */ |
| 180 | #define RATE_FLUSH_MIN 50 /* msec */ |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 181 | #define IL_AVERAGE_PACKETS 1500 |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 182 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 183 | static void |
| 184 | il3945_bg_rate_scale_flush(unsigned long data) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 185 | { |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 186 | struct il3945_rs_sta *rs_sta = (void *)data; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 187 | struct il_priv *il __maybe_unused = rs_sta->il; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 188 | int unflushed = 0; |
| 189 | unsigned long flags; |
| 190 | u32 packet_count, duration, pps; |
| 191 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 192 | D_RATE("enter\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 193 | |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 194 | unflushed = il3945_rate_scale_flush_wins(rs_sta); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 195 | |
| 196 | spin_lock_irqsave(&rs_sta->lock, flags); |
| 197 | |
| 198 | /* Number of packets Rx'd since last time this timer ran */ |
| 199 | packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1; |
| 200 | |
| 201 | rs_sta->last_tx_packets = rs_sta->tx_packets + 1; |
| 202 | |
| 203 | if (unflushed) { |
| 204 | duration = |
| 205 | jiffies_to_msecs(jiffies - rs_sta->last_partial_flush); |
| 206 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 207 | D_RATE("Tx'd %d packets in %dms\n", packet_count, duration); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 208 | |
| 209 | /* Determine packets per second */ |
| 210 | if (duration) |
| 211 | pps = (packet_count * 1000) / duration; |
| 212 | else |
| 213 | pps = 0; |
| 214 | |
| 215 | if (pps) { |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 216 | duration = (IL_AVERAGE_PACKETS * 1000) / pps; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 217 | if (duration < RATE_FLUSH_MIN) |
| 218 | duration = RATE_FLUSH_MIN; |
| 219 | else if (duration > RATE_FLUSH_MAX) |
| 220 | duration = RATE_FLUSH_MAX; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 221 | } else |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 222 | duration = RATE_FLUSH_MAX; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 223 | |
| 224 | rs_sta->flush_time = msecs_to_jiffies(duration); |
| 225 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 226 | D_RATE("new flush period: %d msec ave %d\n", duration, |
| 227 | packet_count); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 228 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 229 | mod_timer(&rs_sta->rate_scale_flush, |
| 230 | jiffies + rs_sta->flush_time); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 231 | |
| 232 | rs_sta->last_partial_flush = jiffies; |
| 233 | } else { |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 234 | rs_sta->flush_time = RATE_FLUSH; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 235 | rs_sta->flush_pending = 0; |
| 236 | } |
| 237 | /* If there weren't any unflushed entries, we don't schedule the timer |
| 238 | * to run again */ |
| 239 | |
| 240 | rs_sta->last_flush = jiffies; |
| 241 | |
| 242 | spin_unlock_irqrestore(&rs_sta->lock, flags); |
| 243 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 244 | D_RATE("leave\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 245 | } |
| 246 | |
| 247 | /** |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 248 | * il3945_collect_tx_data - Update the success/failure sliding win |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 249 | * |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 250 | * We keep a sliding win of the last 64 packets transmitted |
| 251 | * at this rate. win->data contains the bitmask of successful |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 252 | * packets. |
| 253 | */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 254 | static void |
| 255 | il3945_collect_tx_data(struct il3945_rs_sta *rs_sta, |
| 256 | struct il3945_rate_scale_data *win, int success, |
| 257 | int retries, int idx) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 258 | { |
| 259 | unsigned long flags; |
| 260 | s32 fail_count; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 261 | struct il_priv *il __maybe_unused = rs_sta->il; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 262 | |
| 263 | if (!retries) { |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 264 | D_RATE("leave: retries == 0 -- should be at least 1\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 265 | return; |
| 266 | } |
| 267 | |
| 268 | spin_lock_irqsave(&rs_sta->lock, flags); |
| 269 | |
| 270 | /* |
| 271 | * Keep track of only the latest 62 tx frame attempts in this rate's |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 272 | * history win; anything older isn't really relevant any more. |
| 273 | * If we have filled up the sliding win, drop the oldest attempt; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 274 | * if the oldest attempt (highest bit in bitmap) shows "success", |
| 275 | * subtract "1" from the success counter (this is the main reason |
| 276 | * we keep these bitmaps!). |
| 277 | * */ |
| 278 | while (retries > 0) { |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 279 | if (win->counter >= RATE_MAX_WINDOW) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 280 | |
| 281 | /* remove earliest */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 282 | win->counter = RATE_MAX_WINDOW - 1; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 283 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 284 | if (win->data & (1ULL << (RATE_MAX_WINDOW - 1))) { |
| 285 | win->data &= ~(1ULL << (RATE_MAX_WINDOW - 1)); |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 286 | win->success_counter--; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 287 | } |
| 288 | } |
| 289 | |
| 290 | /* Increment frames-attempted counter */ |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 291 | win->counter++; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 292 | |
| 293 | /* Shift bitmap by one frame (throw away oldest history), |
| 294 | * OR in "1", and increment "success" if this |
| 295 | * frame was successful. */ |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 296 | win->data <<= 1; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 297 | if (success > 0) { |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 298 | win->success_counter++; |
| 299 | win->data |= 0x1; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 300 | success--; |
| 301 | } |
| 302 | |
| 303 | retries--; |
| 304 | } |
| 305 | |
| 306 | /* Calculate current success ratio, avoid divide-by-0! */ |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 307 | if (win->counter > 0) |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 308 | win->success_ratio = |
| 309 | 128 * (100 * win->success_counter) / win->counter; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 310 | else |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 311 | win->success_ratio = IL_INVALID_VALUE; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 312 | |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 313 | fail_count = win->counter - win->success_counter; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 314 | |
| 315 | /* Calculate average throughput, if we have enough history. */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 316 | if (fail_count >= RATE_MIN_FAILURE_TH || |
| 317 | win->success_counter >= RATE_MIN_SUCCESS_TH) |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 318 | win->average_tpt = |
| 319 | ((win->success_ratio * rs_sta->expected_tpt[idx] + |
| 320 | 64) / 128); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 321 | else |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 322 | win->average_tpt = IL_INVALID_VALUE; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 323 | |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 324 | /* Tag this win as having been updated */ |
| 325 | win->stamp = jiffies; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 326 | |
| 327 | spin_unlock_irqrestore(&rs_sta->lock, flags); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 328 | } |
| 329 | |
| 330 | /* |
| 331 | * Called after adding a new station to initialize rate scaling |
| 332 | */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 333 | void |
| 334 | il3945_rs_rate_init(struct il_priv *il, struct ieee80211_sta *sta, u8 sta_id) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 335 | { |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 336 | struct ieee80211_hw *hw = il->hw; |
| 337 | struct ieee80211_conf *conf = &il->hw->conf; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 338 | struct il3945_sta_priv *psta; |
| 339 | struct il3945_rs_sta *rs_sta; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 340 | struct ieee80211_supported_band *sband; |
| 341 | int i; |
| 342 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 343 | D_INFO("enter\n"); |
Stanislaw Gruszka | b16db50 | 2012-02-03 17:31:44 +0100 | [diff] [blame] | 344 | if (sta_id == il->hw_params.bcast_id) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 345 | goto out; |
| 346 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 347 | psta = (struct il3945_sta_priv *)sta->drv_priv; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 348 | rs_sta = &psta->rs_sta; |
Karl Beldan | 675a0b0 | 2013-03-25 16:26:57 +0100 | [diff] [blame] | 349 | sband = hw->wiphy->bands[conf->chandef.chan->band]; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 350 | |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 351 | rs_sta->il = il; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 352 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 353 | rs_sta->start_rate = RATE_INVALID; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 354 | |
| 355 | /* default to just 802.11b */ |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 356 | rs_sta->expected_tpt = il3945_expected_tpt_b; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 357 | |
| 358 | rs_sta->last_partial_flush = jiffies; |
| 359 | rs_sta->last_flush = jiffies; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 360 | rs_sta->flush_time = RATE_FLUSH; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 361 | rs_sta->last_tx_packets = 0; |
| 362 | |
| 363 | rs_sta->rate_scale_flush.data = (unsigned long)rs_sta; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 364 | rs_sta->rate_scale_flush.function = il3945_bg_rate_scale_flush; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 365 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 366 | for (i = 0; i < RATE_COUNT_3945; i++) |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 367 | il3945_clear_win(&rs_sta->win[i]); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 368 | |
| 369 | /* TODO: what is a good starting rate for STA? About middle? Maybe not |
| 370 | * the lowest or the highest rate.. Could consider using RSSI from |
| 371 | * previous packets? Need to have IEEE 802.1X auth succeed immediately |
| 372 | * after assoc.. */ |
| 373 | |
| 374 | for (i = sband->n_bitrates - 1; i >= 0; i--) { |
| 375 | if (sta->supp_rates[sband->band] & (1 << i)) { |
| 376 | rs_sta->last_txrate_idx = i; |
| 377 | break; |
| 378 | } |
| 379 | } |
| 380 | |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 381 | il->_3945.sta_supp_rates = sta->supp_rates[sband->band]; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 382 | /* For 5 GHz band it start at IL_FIRST_OFDM_RATE */ |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 383 | if (sband->band == IEEE80211_BAND_5GHZ) { |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 384 | rs_sta->last_txrate_idx += IL_FIRST_OFDM_RATE; |
Stanislaw Gruszka | 5d0bef9 | 2011-12-23 08:13:48 +0100 | [diff] [blame] | 385 | il->_3945.sta_supp_rates <<= IL_FIRST_OFDM_RATE; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 386 | } |
| 387 | |
| 388 | out: |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 389 | il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 390 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 391 | D_INFO("leave\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 392 | } |
| 393 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 394 | static void * |
| 395 | il3945_rs_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 396 | { |
| 397 | return hw->priv; |
| 398 | } |
| 399 | |
| 400 | /* rate scale requires free function to be implemented */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 401 | static void |
| 402 | il3945_rs_free(void *il) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 403 | { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 404 | } |
| 405 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 406 | static void * |
| 407 | il3945_rs_alloc_sta(void *il_priv, struct ieee80211_sta *sta, gfp_t gfp) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 408 | { |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 409 | struct il3945_rs_sta *rs_sta; |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 410 | struct il3945_sta_priv *psta = (void *)sta->drv_priv; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 411 | struct il_priv *il __maybe_unused = il_priv; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 412 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 413 | D_RATE("enter\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 414 | |
| 415 | rs_sta = &psta->rs_sta; |
| 416 | |
| 417 | spin_lock_init(&rs_sta->lock); |
| 418 | init_timer(&rs_sta->rate_scale_flush); |
| 419 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 420 | D_RATE("leave\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 421 | |
| 422 | return rs_sta; |
| 423 | } |
| 424 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 425 | static void |
| 426 | il3945_rs_free_sta(void *il_priv, struct ieee80211_sta *sta, void *il_sta) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 427 | { |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 428 | struct il3945_rs_sta *rs_sta = il_sta; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 429 | |
| 430 | /* |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 431 | * Be careful not to use any members of il3945_rs_sta (like trying |
| 432 | * to use il_priv to print out debugging) since it may not be fully |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 433 | * initialized at this point. |
| 434 | */ |
| 435 | del_timer_sync(&rs_sta->rate_scale_flush); |
| 436 | } |
| 437 | |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 438 | /** |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 439 | * il3945_rs_tx_status - Update rate control values based on Tx results |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 440 | * |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 441 | * NOTE: Uses il_priv->retry_rate for the # of retries attempted by |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 442 | * the hardware for each rate. |
| 443 | */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 444 | static void |
| 445 | il3945_rs_tx_status(void *il_rate, struct ieee80211_supported_band *sband, |
| 446 | struct ieee80211_sta *sta, void *il_sta, |
| 447 | struct sk_buff *skb) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 448 | { |
| 449 | s8 retries = 0, current_count; |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 450 | int scale_rate_idx, first_idx, last_idx; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 451 | unsigned long flags; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 452 | struct il_priv *il = (struct il_priv *)il_rate; |
| 453 | struct il3945_rs_sta *rs_sta = il_sta; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 454 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); |
| 455 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 456 | D_RATE("enter\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 457 | |
| 458 | retries = info->status.rates[0].count; |
| 459 | /* Sanity Check for retries */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 460 | if (retries > RATE_RETRY_TH) |
| 461 | retries = RATE_RETRY_TH; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 462 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 463 | first_idx = sband->bitrates[info->status.rates[0].idx].hw_value; |
| 464 | if (first_idx < 0 || first_idx >= RATE_COUNT_3945) { |
| 465 | D_RATE("leave: Rate out of bounds: %d\n", first_idx); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 466 | return; |
| 467 | } |
| 468 | |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 469 | if (!il_sta) { |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 470 | D_RATE("leave: No STA il data to update!\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 471 | return; |
| 472 | } |
| 473 | |
| 474 | /* Treat uninitialized rate scaling data same as non-existing. */ |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 475 | if (!rs_sta->il) { |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 476 | D_RATE("leave: STA il data uninitialized!\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 477 | return; |
| 478 | } |
| 479 | |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 480 | rs_sta->tx_packets++; |
| 481 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 482 | scale_rate_idx = first_idx; |
| 483 | last_idx = first_idx; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 484 | |
| 485 | /* |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 486 | * Update the win for each rate. We determine which rates |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 487 | * were Tx'd based on the total number of retries vs. the number |
| 488 | * of retries configured for each rate -- currently set to the |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 489 | * il value 'retry_rate' vs. rate specific |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 490 | * |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 491 | * On exit from this while loop last_idx indicates the rate |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 492 | * at which the frame was finally transmitted (or failed if no |
| 493 | * ACK) |
| 494 | */ |
| 495 | while (retries > 1) { |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 496 | if ((retries - 1) < il->retry_rate) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 497 | current_count = (retries - 1); |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 498 | last_idx = scale_rate_idx; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 499 | } else { |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 500 | current_count = il->retry_rate; |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 501 | last_idx = il3945_rs_next_rate(il, scale_rate_idx); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 502 | } |
| 503 | |
| 504 | /* Update this rate accounting for as many retries |
| 505 | * as was used for it (per current_count) */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 506 | il3945_collect_tx_data(rs_sta, &rs_sta->win[scale_rate_idx], 0, |
| 507 | current_count, scale_rate_idx); |
| 508 | D_RATE("Update rate %d for %d retries.\n", scale_rate_idx, |
| 509 | current_count); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 510 | |
| 511 | retries -= current_count; |
| 512 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 513 | scale_rate_idx = last_idx; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 514 | } |
| 515 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 516 | /* Update the last idx win with success/failure based on ACK */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 517 | D_RATE("Update rate %d with %s.\n", last_idx, |
| 518 | (info->flags & IEEE80211_TX_STAT_ACK) ? "success" : "failure"); |
| 519 | il3945_collect_tx_data(rs_sta, &rs_sta->win[last_idx], |
| 520 | info->flags & IEEE80211_TX_STAT_ACK, 1, |
| 521 | last_idx); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 522 | |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 523 | /* We updated the rate scale win -- if its been more than |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 524 | * flush_time since the last run, schedule the flush |
| 525 | * again */ |
| 526 | spin_lock_irqsave(&rs_sta->lock, flags); |
| 527 | |
| 528 | if (!rs_sta->flush_pending && |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 529 | time_after(jiffies, rs_sta->last_flush + rs_sta->flush_time)) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 530 | |
| 531 | rs_sta->last_partial_flush = jiffies; |
| 532 | rs_sta->flush_pending = 1; |
| 533 | mod_timer(&rs_sta->rate_scale_flush, |
| 534 | jiffies + rs_sta->flush_time); |
| 535 | } |
| 536 | |
| 537 | spin_unlock_irqrestore(&rs_sta->lock, flags); |
| 538 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 539 | D_RATE("leave\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 540 | } |
| 541 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 542 | static u16 |
| 543 | il3945_get_adjacent_rate(struct il3945_rs_sta *rs_sta, u8 idx, u16 rate_mask, |
| 544 | enum ieee80211_band band) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 545 | { |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 546 | u8 high = RATE_INVALID; |
| 547 | u8 low = RATE_INVALID; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 548 | struct il_priv *il __maybe_unused = rs_sta->il; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 549 | |
| 550 | /* 802.11A walks to the next literal adjacent rate in |
| 551 | * the rate table */ |
| 552 | if (unlikely(band == IEEE80211_BAND_5GHZ)) { |
| 553 | int i; |
| 554 | u32 mask; |
| 555 | |
| 556 | /* Find the previous rate that is in the rate mask */ |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 557 | i = idx - 1; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 558 | for (mask = (1 << i); i >= 0; i--, mask >>= 1) { |
| 559 | if (rate_mask & mask) { |
| 560 | low = i; |
| 561 | break; |
| 562 | } |
| 563 | } |
| 564 | |
| 565 | /* Find the next rate that is in the rate mask */ |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 566 | i = idx + 1; |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 567 | for (mask = (1 << i); i < RATE_COUNT_3945; i++, mask <<= 1) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 568 | if (rate_mask & mask) { |
| 569 | high = i; |
| 570 | break; |
| 571 | } |
| 572 | } |
| 573 | |
| 574 | return (high << 8) | low; |
| 575 | } |
| 576 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 577 | low = idx; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 578 | while (low != RATE_INVALID) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 579 | if (rs_sta->tgg) |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 580 | low = il3945_rates[low].prev_rs_tgg; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 581 | else |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 582 | low = il3945_rates[low].prev_rs; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 583 | if (low == RATE_INVALID) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 584 | break; |
| 585 | if (rate_mask & (1 << low)) |
| 586 | break; |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 587 | D_RATE("Skipping masked lower rate: %d\n", low); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 588 | } |
| 589 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 590 | high = idx; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 591 | while (high != RATE_INVALID) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 592 | if (rs_sta->tgg) |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 593 | high = il3945_rates[high].next_rs_tgg; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 594 | else |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 595 | high = il3945_rates[high].next_rs; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 596 | if (high == RATE_INVALID) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 597 | break; |
| 598 | if (rate_mask & (1 << high)) |
| 599 | break; |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 600 | D_RATE("Skipping masked higher rate: %d\n", high); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 601 | } |
| 602 | |
| 603 | return (high << 8) | low; |
| 604 | } |
| 605 | |
| 606 | /** |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 607 | * il3945_rs_get_rate - find the rate for the requested packet |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 608 | * |
| 609 | * Returns the ieee80211_rate structure allocated by the driver. |
| 610 | * |
| 611 | * The rate control algorithm has no internal mapping between hw_mode's |
| 612 | * rate ordering and the rate ordering used by the rate control algorithm. |
| 613 | * |
| 614 | * The rate control algorithm uses a single table of rates that goes across |
| 615 | * the entire A/B/G spectrum vs. being limited to just one particular |
| 616 | * hw_mode. |
| 617 | * |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 618 | * As such, we can't convert the idx obtained below into the hw_mode's |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 619 | * rate table and must reference the driver allocated rate table |
| 620 | * |
| 621 | */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 622 | static void |
| 623 | il3945_rs_get_rate(void *il_r, struct ieee80211_sta *sta, void *il_sta, |
| 624 | struct ieee80211_tx_rate_control *txrc) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 625 | { |
| 626 | struct ieee80211_supported_band *sband = txrc->sband; |
| 627 | struct sk_buff *skb = txrc->skb; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 628 | u8 low = RATE_INVALID; |
| 629 | u8 high = RATE_INVALID; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 630 | u16 high_low; |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 631 | int idx; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 632 | struct il3945_rs_sta *rs_sta = il_sta; |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 633 | struct il3945_rate_scale_data *win = NULL; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 634 | int current_tpt = IL_INVALID_VALUE; |
| 635 | int low_tpt = IL_INVALID_VALUE; |
| 636 | int high_tpt = IL_INVALID_VALUE; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 637 | u32 fail_count; |
| 638 | s8 scale_action = 0; |
| 639 | unsigned long flags; |
Dan Carpenter | c3371d6 | 2011-02-26 04:56:53 +0300 | [diff] [blame] | 640 | u16 rate_mask; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 641 | s8 max_rate_idx = -1; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 642 | struct il_priv *il __maybe_unused = (struct il_priv *)il_r; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 643 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); |
| 644 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 645 | D_RATE("enter\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 646 | |
| 647 | /* Treat uninitialized rate scaling data same as non-existing. */ |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 648 | if (rs_sta && !rs_sta->il) { |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 649 | D_RATE("Rate scaling information not initialized yet.\n"); |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 650 | il_sta = NULL; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 651 | } |
| 652 | |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 653 | if (rate_control_send_low(sta, il_sta, txrc)) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 654 | return; |
| 655 | |
| 656 | rate_mask = sta->supp_rates[sband->band]; |
| 657 | |
| 658 | /* get user max rate if set */ |
| 659 | max_rate_idx = txrc->max_rate_idx; |
Stanislaw Gruszka | 232913b | 2011-08-26 10:45:16 +0200 | [diff] [blame] | 660 | if (sband->band == IEEE80211_BAND_5GHZ && max_rate_idx != -1) |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 661 | max_rate_idx += IL_FIRST_OFDM_RATE; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 662 | if (max_rate_idx < 0 || max_rate_idx >= RATE_COUNT) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 663 | max_rate_idx = -1; |
| 664 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 665 | idx = min(rs_sta->last_txrate_idx & 0xffff, RATE_COUNT_3945 - 1); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 666 | |
| 667 | if (sband->band == IEEE80211_BAND_5GHZ) |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 668 | rate_mask = rate_mask << IL_FIRST_OFDM_RATE; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 669 | |
| 670 | spin_lock_irqsave(&rs_sta->lock, flags); |
| 671 | |
| 672 | /* for recent assoc, choose best rate regarding |
| 673 | * to rssi value |
| 674 | */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 675 | if (rs_sta->start_rate != RATE_INVALID) { |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 676 | if (rs_sta->start_rate < idx && |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 677 | (rate_mask & (1 << rs_sta->start_rate))) |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 678 | idx = rs_sta->start_rate; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 679 | rs_sta->start_rate = RATE_INVALID; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 680 | } |
| 681 | |
| 682 | /* force user max rate if set by user */ |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 683 | if (max_rate_idx != -1 && max_rate_idx < idx) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 684 | if (rate_mask & (1 << max_rate_idx)) |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 685 | idx = max_rate_idx; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 686 | } |
| 687 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 688 | win = &(rs_sta->win[idx]); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 689 | |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 690 | fail_count = win->counter - win->success_counter; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 691 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 692 | if (fail_count < RATE_MIN_FAILURE_TH && |
| 693 | win->success_counter < RATE_MIN_SUCCESS_TH) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 694 | spin_unlock_irqrestore(&rs_sta->lock, flags); |
| 695 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 696 | D_RATE("Invalid average_tpt on rate %d: " |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 697 | "counter: %d, success_counter: %d, " |
| 698 | "expected_tpt is %sNULL\n", idx, win->counter, |
| 699 | win->success_counter, |
| 700 | rs_sta->expected_tpt ? "not " : ""); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 701 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 702 | /* Can't calculate this yet; not enough history */ |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 703 | win->average_tpt = IL_INVALID_VALUE; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 704 | goto out; |
| 705 | |
| 706 | } |
| 707 | |
Stanislaw Gruszka | 6ce1dc4 | 2011-08-26 15:49:28 +0200 | [diff] [blame] | 708 | current_tpt = win->average_tpt; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 709 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 710 | high_low = |
| 711 | il3945_get_adjacent_rate(rs_sta, idx, rate_mask, sband->band); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 712 | low = high_low & 0xff; |
| 713 | high = (high_low >> 8) & 0xff; |
| 714 | |
| 715 | /* If user set max rate, dont allow higher than user constrain */ |
Stanislaw Gruszka | 232913b | 2011-08-26 10:45:16 +0200 | [diff] [blame] | 716 | if (max_rate_idx != -1 && max_rate_idx < high) |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 717 | high = RATE_INVALID; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 718 | |
| 719 | /* Collect Measured throughputs of adjacent rates */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 720 | if (low != RATE_INVALID) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 721 | low_tpt = rs_sta->win[low].average_tpt; |
| 722 | |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 723 | if (high != RATE_INVALID) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 724 | high_tpt = rs_sta->win[high].average_tpt; |
| 725 | |
| 726 | spin_unlock_irqrestore(&rs_sta->lock, flags); |
| 727 | |
| 728 | scale_action = 0; |
| 729 | |
| 730 | /* Low success ratio , need to drop the rate */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 731 | if (win->success_ratio < RATE_DECREASE_TH || !current_tpt) { |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 732 | D_RATE("decrease rate because of low success_ratio\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 733 | scale_action = -1; |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 734 | /* No throughput measured yet for adjacent rates, |
| 735 | * try increase */ |
| 736 | } else if (low_tpt == IL_INVALID_VALUE && high_tpt == IL_INVALID_VALUE) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 737 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 738 | if (high != RATE_INVALID && |
| 739 | win->success_ratio >= RATE_INCREASE_TH) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 740 | scale_action = 1; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 741 | else if (low != RATE_INVALID) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 742 | scale_action = 0; |
| 743 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 744 | /* Both adjacent throughputs are measured, but neither one has |
| 745 | * better throughput; we're using the best rate, don't change |
| 746 | * it! */ |
| 747 | } else if (low_tpt != IL_INVALID_VALUE && high_tpt != IL_INVALID_VALUE |
| 748 | && low_tpt < current_tpt && high_tpt < current_tpt) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 749 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 750 | D_RATE("No action -- low [%d] & high [%d] < " |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 751 | "current_tpt [%d]\n", low_tpt, high_tpt, current_tpt); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 752 | scale_action = 0; |
| 753 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 754 | /* At least one of the rates has better throughput */ |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 755 | } else { |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 756 | if (high_tpt != IL_INVALID_VALUE) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 757 | |
| 758 | /* High rate has better throughput, Increase |
| 759 | * rate */ |
| 760 | if (high_tpt > current_tpt && |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 761 | win->success_ratio >= RATE_INCREASE_TH) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 762 | scale_action = 1; |
| 763 | else { |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 764 | D_RATE("decrease rate because of high tpt\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 765 | scale_action = 0; |
| 766 | } |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 767 | } else if (low_tpt != IL_INVALID_VALUE) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 768 | if (low_tpt > current_tpt) { |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 769 | D_RATE("decrease rate because of low tpt\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 770 | scale_action = -1; |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 771 | } else if (win->success_ratio >= RATE_INCREASE_TH) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 772 | /* Lower rate has better |
| 773 | * throughput,decrease rate */ |
| 774 | scale_action = 1; |
| 775 | } |
| 776 | } |
| 777 | } |
| 778 | |
| 779 | /* Sanity check; asked for decrease, but success rate or throughput |
| 780 | * has been good at old rate. Don't change it. */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 781 | if (scale_action == -1 && low != RATE_INVALID && |
| 782 | (win->success_ratio > RATE_HIGH_TH || |
Stanislaw Gruszka | 232913b | 2011-08-26 10:45:16 +0200 | [diff] [blame] | 783 | current_tpt > 100 * rs_sta->expected_tpt[low])) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 784 | scale_action = 0; |
| 785 | |
| 786 | switch (scale_action) { |
| 787 | case -1: |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 788 | /* Decrese rate */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 789 | if (low != RATE_INVALID) |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 790 | idx = low; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 791 | break; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 792 | case 1: |
| 793 | /* Increase rate */ |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 794 | if (high != RATE_INVALID) |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 795 | idx = high; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 796 | |
| 797 | break; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 798 | case 0: |
| 799 | default: |
| 800 | /* No change */ |
| 801 | break; |
| 802 | } |
| 803 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 804 | D_RATE("Selected %d (action %d) - low %d high %d\n", idx, scale_action, |
| 805 | low, high); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 806 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 807 | out: |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 808 | |
Stanislaw Gruszka | 7c25101 | 2011-08-26 17:24:59 +0200 | [diff] [blame] | 809 | if (sband->band == IEEE80211_BAND_5GHZ) { |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 810 | if (WARN_ON_ONCE(idx < IL_FIRST_OFDM_RATE)) |
| 811 | idx = IL_FIRST_OFDM_RATE; |
| 812 | rs_sta->last_txrate_idx = idx; |
| 813 | info->control.rates[0].idx = idx - IL_FIRST_OFDM_RATE; |
Stanislaw Gruszka | 7c25101 | 2011-08-26 17:24:59 +0200 | [diff] [blame] | 814 | } else { |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 815 | rs_sta->last_txrate_idx = idx; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 816 | info->control.rates[0].idx = rs_sta->last_txrate_idx; |
Stanislaw Gruszka | 7c25101 | 2011-08-26 17:24:59 +0200 | [diff] [blame] | 817 | } |
Stanislaw Gruszka | a8cf019 | 2013-06-04 14:19:10 +0200 | [diff] [blame] | 818 | info->control.rates[0].count = 1; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 819 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 820 | D_RATE("leave: %d\n", idx); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 821 | } |
| 822 | |
| 823 | #ifdef CONFIG_MAC80211_DEBUGFS |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 824 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 825 | static ssize_t |
Stanislaw Gruszka | 1722f8e | 2011-11-15 14:51:01 +0100 | [diff] [blame] | 826 | il3945_sta_dbgfs_stats_table_read(struct file *file, char __user *user_buf, |
| 827 | size_t count, loff_t *ppos) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 828 | { |
| 829 | char *buff; |
| 830 | int desc = 0; |
| 831 | int j; |
| 832 | ssize_t ret; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 833 | struct il3945_rs_sta *lq_sta = file->private_data; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 834 | |
| 835 | buff = kmalloc(1024, GFP_KERNEL); |
| 836 | if (!buff) |
| 837 | return -ENOMEM; |
| 838 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 839 | desc += |
| 840 | sprintf(buff + desc, |
| 841 | "tx packets=%d last rate idx=%d\n" |
| 842 | "rate=0x%X flush time %d\n", lq_sta->tx_packets, |
| 843 | lq_sta->last_txrate_idx, lq_sta->start_rate, |
| 844 | jiffies_to_msecs(lq_sta->flush_time)); |
Stanislaw Gruszka | 2eb0581 | 2011-08-26 16:07:43 +0200 | [diff] [blame] | 845 | for (j = 0; j < RATE_COUNT_3945; j++) { |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 846 | desc += |
| 847 | sprintf(buff + desc, "counter=%d success=%d %%=%d\n", |
| 848 | lq_sta->win[j].counter, |
| 849 | lq_sta->win[j].success_counter, |
| 850 | lq_sta->win[j].success_ratio); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 851 | } |
| 852 | ret = simple_read_from_buffer(user_buf, count, ppos, buff, desc); |
| 853 | kfree(buff); |
| 854 | return ret; |
| 855 | } |
| 856 | |
| 857 | static const struct file_operations rs_sta_dbgfs_stats_table_ops = { |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 858 | .read = il3945_sta_dbgfs_stats_table_read, |
Stephen Boyd | 234e340 | 2012-04-05 14:25:11 -0700 | [diff] [blame] | 859 | .open = simple_open, |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 860 | .llseek = default_llseek, |
| 861 | }; |
| 862 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 863 | static void |
| 864 | il3945_add_debugfs(void *il, void *il_sta, struct dentry *dir) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 865 | { |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 866 | struct il3945_rs_sta *lq_sta = il_sta; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 867 | |
| 868 | lq_sta->rs_sta_dbgfs_stats_table_file = |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 869 | debugfs_create_file("rate_stats_table", 0600, dir, lq_sta, |
| 870 | &rs_sta_dbgfs_stats_table_ops); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 871 | |
| 872 | } |
| 873 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 874 | static void |
| 875 | il3945_remove_debugfs(void *il, void *il_sta) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 876 | { |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 877 | struct il3945_rs_sta *lq_sta = il_sta; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 878 | debugfs_remove(lq_sta->rs_sta_dbgfs_stats_table_file); |
| 879 | } |
| 880 | #endif |
| 881 | |
| 882 | /* |
| 883 | * Initialization of rate scaling information is done by driver after |
| 884 | * the station is added. Since mac80211 calls this function before a |
| 885 | * station is added we ignore it. |
| 886 | */ |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 887 | static void |
| 888 | il3945_rs_rate_init_stub(void *il_r, struct ieee80211_supported_band *sband, |
Simon Wunderlich | 3de805c | 2013-07-08 16:55:50 +0200 | [diff] [blame] | 889 | struct cfg80211_chan_def *chandef, |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 890 | struct ieee80211_sta *sta, void *il_sta) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 891 | { |
| 892 | } |
| 893 | |
| 894 | static struct rate_control_ops rs_ops = { |
| 895 | .module = NULL, |
| 896 | .name = RS_NAME, |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 897 | .tx_status = il3945_rs_tx_status, |
| 898 | .get_rate = il3945_rs_get_rate, |
| 899 | .rate_init = il3945_rs_rate_init_stub, |
| 900 | .alloc = il3945_rs_alloc, |
| 901 | .free = il3945_rs_free, |
| 902 | .alloc_sta = il3945_rs_alloc_sta, |
| 903 | .free_sta = il3945_rs_free_sta, |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 904 | #ifdef CONFIG_MAC80211_DEBUGFS |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 905 | .add_sta_debugfs = il3945_add_debugfs, |
| 906 | .remove_sta_debugfs = il3945_remove_debugfs, |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 907 | #endif |
| 908 | |
| 909 | }; |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 910 | |
| 911 | void |
| 912 | il3945_rate_scale_init(struct ieee80211_hw *hw, s32 sta_id) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 913 | { |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 914 | struct il_priv *il = hw->priv; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 915 | s32 rssi = 0; |
| 916 | unsigned long flags; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 917 | struct il3945_rs_sta *rs_sta; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 918 | struct ieee80211_sta *sta; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 919 | struct il3945_sta_priv *psta; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 920 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 921 | D_RATE("enter\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 922 | |
| 923 | rcu_read_lock(); |
| 924 | |
Stanislaw Gruszka | 8300719 | 2012-02-03 17:31:57 +0100 | [diff] [blame] | 925 | sta = ieee80211_find_sta(il->vif, il->stations[sta_id].sta.sta.addr); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 926 | if (!sta) { |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 927 | D_RATE("Unable to find station to initialize rate scaling.\n"); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 928 | rcu_read_unlock(); |
| 929 | return; |
| 930 | } |
| 931 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 932 | psta = (void *)sta->drv_priv; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 933 | rs_sta = &psta->rs_sta; |
| 934 | |
| 935 | spin_lock_irqsave(&rs_sta->lock, flags); |
| 936 | |
| 937 | rs_sta->tgg = 0; |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 938 | switch (il->band) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 939 | case IEEE80211_BAND_2GHZ: |
| 940 | /* TODO: this always does G, not a regression */ |
Stanislaw Gruszka | c8b0395 | 2012-02-03 17:31:37 +0100 | [diff] [blame] | 941 | if (il->active.flags & RXON_FLG_TGG_PROTECT_MSK) { |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 942 | rs_sta->tgg = 1; |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 943 | rs_sta->expected_tpt = il3945_expected_tpt_g_prot; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 944 | } else |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 945 | rs_sta->expected_tpt = il3945_expected_tpt_g; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 946 | break; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 947 | case IEEE80211_BAND_5GHZ: |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 948 | rs_sta->expected_tpt = il3945_expected_tpt_a; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 949 | break; |
Vladimir Kondratiev | 3a0c52a | 2012-07-02 09:32:32 +0300 | [diff] [blame] | 950 | default: |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 951 | BUG(); |
| 952 | break; |
| 953 | } |
| 954 | |
| 955 | spin_unlock_irqrestore(&rs_sta->lock, flags); |
| 956 | |
Stanislaw Gruszka | 46bc8d4 | 2011-10-24 16:49:25 +0200 | [diff] [blame] | 957 | rssi = il->_3945.last_rx_rssi; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 958 | if (rssi == 0) |
Stanislaw Gruszka | e2ebc83 | 2011-10-24 15:41:30 +0200 | [diff] [blame] | 959 | rssi = IL_MIN_RSSI_VAL; |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 960 | |
Stanislaw Gruszka | 58de00a | 2011-11-15 11:21:01 +0100 | [diff] [blame] | 961 | D_RATE("Network RSSI: %d\n", rssi); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 962 | |
Stanislaw Gruszka | 0c2c885 | 2011-11-15 12:30:17 +0100 | [diff] [blame] | 963 | rs_sta->start_rate = il3945_get_rate_idx_by_rssi(rssi, il->band); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 964 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 965 | D_RATE("leave: rssi %d assign rate idx: " "%d (plcp 0x%x)\n", rssi, |
| 966 | rs_sta->start_rate, il3945_rates[rs_sta->start_rate].plcp); |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 967 | rcu_read_unlock(); |
| 968 | } |
| 969 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 970 | int |
| 971 | il3945_rate_control_register(void) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 972 | { |
| 973 | return ieee80211_rate_control_register(&rs_ops); |
| 974 | } |
| 975 | |
Stanislaw Gruszka | e739236 | 2011-11-15 14:45:59 +0100 | [diff] [blame] | 976 | void |
| 977 | il3945_rate_control_unregister(void) |
Wey-Yi Guy | 4bc85c1 | 2011-02-21 11:11:05 -0800 | [diff] [blame] | 978 | { |
| 979 | ieee80211_rate_control_unregister(&rs_ops); |
| 980 | } |