blob: 95b7b13ea0c894011689dc709f95caa6ee946a57 [file] [log] [blame]
Wey-Yi Guybe663ab2011-02-21 11:27:26 -08001/******************************************************************************
2 *
3 * GPL LICENSE SUMMARY
4 *
5 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of version 2 of the GNU General Public License as
9 * published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
19 * USA
20 *
21 * The full GNU General Public License is included in this distribution
22 * in the file called LICENSE.GPL.
23 *
24 * Contact Information:
25 * Intel Linux Wireless <ilw@linux.intel.com>
26 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
27 *
28 *****************************************************************************/
29
30#include <linux/kernel.h>
31#include <linux/module.h>
32#include <linux/init.h>
33#include <linux/sched.h>
34
35#include "iwl-dev.h"
36#include "iwl-core.h"
37#include "iwl-4965-calib.h"
38#include "iwl-sta.h"
39#include "iwl-io.h"
40#include "iwl-helpers.h"
41#include "iwl-4965-hw.h"
42#include "iwl-4965.h"
43
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +020044void il4965_rx_missed_beacon_notif(struct il_priv *il,
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +020045 struct il_rx_mem_buffer *rxb)
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080046
47{
Stanislaw Gruszkadcae1c62011-08-26 14:36:21 +020048 struct il_rx_pkt *pkt = rxb_addr(rxb);
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +020049 struct il_missed_beacon_notif *missed_beacon;
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080050
51 missed_beacon = &pkt->u.missed_beacon;
52 if (le32_to_cpu(missed_beacon->consecutive_missed_beacons) >
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +020053 il->missed_beacon_threshold) {
Stanislaw Gruszka58de00a2011-11-15 11:21:01 +010054 D_CALIB(
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080055 "missed bcn cnsq %d totl %d rcd %d expctd %d\n",
56 le32_to_cpu(missed_beacon->consecutive_missed_beacons),
57 le32_to_cpu(missed_beacon->total_missed_becons),
58 le32_to_cpu(missed_beacon->num_recvd_beacons),
59 le32_to_cpu(missed_beacon->num_expected_beacons));
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +020060 if (!test_bit(STATUS_SCANNING, &il->status))
61 il4965_init_sensitivity(il);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080062 }
63}
64
65/* Calculate noise level, based on measurements during network silence just
66 * before arriving beacon. This measurement can be done only if we know
67 * exactly when to expect beacons, therefore only when we're associated. */
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +020068static void il4965_rx_calc_noise(struct il_priv *il)
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080069{
70 struct statistics_rx_non_phy *rx_info;
71 int num_active_rx = 0;
72 int total_silence = 0;
73 int bcn_silence_a, bcn_silence_b, bcn_silence_c;
74 int last_rx_noise;
75
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +020076 rx_info = &(il->_4965.statistics.rx.general);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -080077 bcn_silence_a =
78 le32_to_cpu(rx_info->beacon_silence_rssi_a) & IN_BAND_FILTER;
79 bcn_silence_b =
80 le32_to_cpu(rx_info->beacon_silence_rssi_b) & IN_BAND_FILTER;
81 bcn_silence_c =
82 le32_to_cpu(rx_info->beacon_silence_rssi_c) & IN_BAND_FILTER;
83
84 if (bcn_silence_a) {
85 total_silence += bcn_silence_a;
86 num_active_rx++;
87 }
88 if (bcn_silence_b) {
89 total_silence += bcn_silence_b;
90 num_active_rx++;
91 }
92 if (bcn_silence_c) {
93 total_silence += bcn_silence_c;
94 num_active_rx++;
95 }
96
97 /* Average among active antennas */
98 if (num_active_rx)
99 last_rx_noise = (total_silence / num_active_rx) - 107;
100 else
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +0200101 last_rx_noise = IL_NOISE_MEAS_NOT_AVAILABLE;
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800102
Stanislaw Gruszka58de00a2011-11-15 11:21:01 +0100103 D_CALIB("inband silence a %u, b %u, c %u, dBm %d\n",
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800104 bcn_silence_a, bcn_silence_b, bcn_silence_c,
105 last_rx_noise);
106}
107
Stanislaw Gruszkad3175162011-11-15 11:25:42 +0100108#ifdef CONFIG_IWLEGACY_DEBUGFS
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800109/*
110 * based on the assumption of all statistics counter are in DWORD
111 * FIXME: This function is for debugging, do not deal with
112 * the case of counters roll-over.
113 */
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200114static void il4965_accumulative_statistics(struct il_priv *il,
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800115 __le32 *stats)
116{
117 int i, size;
118 __le32 *prev_stats;
119 u32 *accum_stats;
120 u32 *delta, *max_delta;
121 struct statistics_general_common *general, *accum_general;
122 struct statistics_tx *tx, *accum_tx;
123
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200124 prev_stats = (__le32 *)&il->_4965.statistics;
125 accum_stats = (u32 *)&il->_4965.accum_statistics;
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +0200126 size = sizeof(struct il_notif_statistics);
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200127 general = &il->_4965.statistics.general.common;
128 accum_general = &il->_4965.accum_statistics.general.common;
129 tx = &il->_4965.statistics.tx;
130 accum_tx = &il->_4965.accum_statistics.tx;
131 delta = (u32 *)&il->_4965.delta_statistics;
132 max_delta = (u32 *)&il->_4965.max_delta;
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800133
134 for (i = sizeof(__le32); i < size;
135 i += sizeof(__le32), stats++, prev_stats++, delta++,
136 max_delta++, accum_stats++) {
137 if (le32_to_cpu(*stats) > le32_to_cpu(*prev_stats)) {
138 *delta = (le32_to_cpu(*stats) -
139 le32_to_cpu(*prev_stats));
140 *accum_stats += *delta;
141 if (*delta > *max_delta)
142 *max_delta = *delta;
143 }
144 }
145
146 /* reset accumulative statistics for "no-counter" type statistics */
147 accum_general->temperature = general->temperature;
148 accum_general->ttl_timestamp = general->ttl_timestamp;
149}
150#endif
151
152#define REG_RECALIB_PERIOD (60)
153
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200154void il4965_rx_statistics(struct il_priv *il,
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +0200155 struct il_rx_mem_buffer *rxb)
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800156{
157 int change;
Stanislaw Gruszkadcae1c62011-08-26 14:36:21 +0200158 struct il_rx_pkt *pkt = rxb_addr(rxb);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800159
Stanislaw Gruszka58de00a2011-11-15 11:21:01 +0100160 D_RX(
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800161 "Statistics notification received (%d vs %d).\n",
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +0200162 (int)sizeof(struct il_notif_statistics),
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800163 le32_to_cpu(pkt->len_n_flags) &
164 FH_RSCSR_FRAME_SIZE_MSK);
165
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200166 change = ((il->_4965.statistics.general.common.temperature !=
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800167 pkt->u.stats.general.common.temperature) ||
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200168 ((il->_4965.statistics.flag &
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800169 STATISTICS_REPLY_FLG_HT40_MODE_MSK) !=
170 (pkt->u.stats.flag &
171 STATISTICS_REPLY_FLG_HT40_MODE_MSK)));
Stanislaw Gruszkad3175162011-11-15 11:25:42 +0100172#ifdef CONFIG_IWLEGACY_DEBUGFS
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200173 il4965_accumulative_statistics(il, (__le32 *)&pkt->u.stats);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800174#endif
175
Stanislaw Gruszkaecaee0f2011-06-08 15:28:25 +0200176 /* TODO: reading some of statistics is unneeded */
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200177 memcpy(&il->_4965.statistics, &pkt->u.stats,
178 sizeof(il->_4965.statistics));
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800179
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200180 set_bit(STATUS_STATISTICS, &il->status);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800181
182 /* Reschedule the statistics timer to occur in
183 * REG_RECALIB_PERIOD seconds to ensure we get a
184 * thermal update even if the uCode doesn't give
185 * us one */
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200186 mod_timer(&il->statistics_periodic, jiffies +
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800187 msecs_to_jiffies(REG_RECALIB_PERIOD * 1000));
188
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200189 if (unlikely(!test_bit(STATUS_SCANNING, &il->status)) &&
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800190 (pkt->hdr.cmd == STATISTICS_NOTIFICATION)) {
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200191 il4965_rx_calc_noise(il);
192 queue_work(il->workqueue, &il->run_time_calib_work);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800193 }
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200194 if (il->cfg->ops->lib->temp_ops.temperature && change)
195 il->cfg->ops->lib->temp_ops.temperature(il);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800196}
197
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200198void il4965_reply_statistics(struct il_priv *il,
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +0200199 struct il_rx_mem_buffer *rxb)
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800200{
Stanislaw Gruszkadcae1c62011-08-26 14:36:21 +0200201 struct il_rx_pkt *pkt = rxb_addr(rxb);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800202
203 if (le32_to_cpu(pkt->u.stats.flag) & UCODE_STATISTICS_CLEAR_MSK) {
Stanislaw Gruszkad3175162011-11-15 11:25:42 +0100204#ifdef CONFIG_IWLEGACY_DEBUGFS
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200205 memset(&il->_4965.accum_statistics, 0,
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +0200206 sizeof(struct il_notif_statistics));
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200207 memset(&il->_4965.delta_statistics, 0,
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +0200208 sizeof(struct il_notif_statistics));
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200209 memset(&il->_4965.max_delta, 0,
Stanislaw Gruszkae2ebc832011-10-24 15:41:30 +0200210 sizeof(struct il_notif_statistics));
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800211#endif
Stanislaw Gruszka58de00a2011-11-15 11:21:01 +0100212 D_RX("Statistics have been cleared\n");
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800213 }
Stanislaw Gruszka46bc8d42011-10-24 16:49:25 +0200214 il4965_rx_statistics(il, rxb);
Wey-Yi Guybe663ab2011-02-21 11:27:26 -0800215}