diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-26 09:43:47 -0400 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 06:26:28 -0500 |
commit | ebf0d90d12cf013019005a8ee7d1bc8599935356 (patch) | |
tree | f27891764f31133a39f2a6f3280987e3612a75e7 /drivers/net/wireless/iwlegacy/iwl-3945-rs.c | |
parent | b73bb5f13bb60735a846b73125e297ab6e3eece5 (diff) |
iwlegacy: s/statistics/stats/
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-3945-rs.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-3945-rs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-3945-rs.c b/drivers/net/wireless/iwlegacy/iwl-3945-rs.c index 070730183c9c..ebee6c350dbe 100644 --- a/drivers/net/wireless/iwlegacy/iwl-3945-rs.c +++ b/drivers/net/wireless/iwlegacy/iwl-3945-rs.c | |||
@@ -158,7 +158,7 @@ static int il3945_rate_scale_flush_windows(struct il3945_rs_sta *rs_sta) | |||
158 | /* | 158 | /* |
159 | * For each rate, if we have collected data on that rate | 159 | * For each rate, if we have collected data on that rate |
160 | * and it has been more than IL_RATE_WIN_FLUSH | 160 | * and it has been more than IL_RATE_WIN_FLUSH |
161 | * since we flushed, clear out the gathered statistics | 161 | * since we flushed, clear out the gathered stats |
162 | */ | 162 | */ |
163 | for (i = 0; i < IL_RATE_COUNT_3945; i++) { | 163 | for (i = 0; i < IL_RATE_COUNT_3945; i++) { |
164 | if (!rs_sta->win[i].counter) | 164 | if (!rs_sta->win[i].counter) |