blob: c913069a2496831b4618f2b5cb37f3ab0034c7fd [file] [log] [blame]
Mohamed Abbas5da4b552008-04-21 15:41:51 -07001/******************************************************************************
2 *
Reinette Chatre01f81622009-01-08 10:20:02 -08003 * Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved.
Mohamed Abbas5da4b552008-04-21 15:41:51 -07004 *
5 * Portions of this file are derived from the ipw3945 project, as well
6 * as portions of the ieee80211 subsystem header files.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of version 2 of the GNU General Public License as
10 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
20 *
21 * The full GNU General Public License is included in this distribution in the
22 * file called LICENSE.
23 *
24 * Contact Information:
Winkler, Tomas759ef892008-12-09 11:28:58 -080025 * Intel Linux Wireless <ilw@linux.intel.com>
Mohamed Abbas5da4b552008-04-21 15:41:51 -070026 * 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>
Mohamed Abbas5da4b552008-04-21 15:41:51 -070032#include <linux/init.h>
33
34#include <net/mac80211.h>
35
36#include "iwl-eeprom.h"
Tomas Winkler3e0d4cb2008-04-24 11:55:38 -070037#include "iwl-dev.h"
Mohamed Abbas5da4b552008-04-21 15:41:51 -070038#include "iwl-core.h"
Tomas Winkler5a36ba02008-04-24 11:55:37 -070039#include "iwl-commands.h"
Mohamed Abbas5da4b552008-04-21 15:41:51 -070040#include "iwl-debug.h"
41#include "iwl-power.h"
Mohamed Abbas5da4b552008-04-21 15:41:51 -070042
43/*
44 * Setting power level allow the card to go to sleep when not busy
45 * there are three factor that decide the power level to go to, they
46 * are list here with its priority
47 * 1- critical_power_setting this will be set according to card temperature.
48 * 2- system_power_setting this will be set by system PM manager.
49 * 3- user_power_setting this will be set by user either by writing to sys or
50 * mac80211
51 *
52 * if system_power_setting and user_power_setting is set to auto
53 * the power level will be decided according to association status and battery
54 * status.
55 *
56 */
57
58#define MSEC_TO_USEC 1024
59#define IWL_POWER_RANGE_0_MAX (2)
60#define IWL_POWER_RANGE_1_MAX (10)
61
62
Mohamed Abbas5da4b552008-04-21 15:41:51 -070063
64#define IWL_POWER_ON_BATTERY IWL_POWER_INDEX_5
65#define IWL_POWER_ON_AC_DISASSOC IWL_POWER_MODE_CAM
66#define IWL_POWER_ON_AC_ASSOC IWL_POWER_MODE_CAM
67
68
69#define IWL_CT_KILL_TEMPERATURE 110
70#define IWL_MIN_POWER_TEMPERATURE 100
71#define IWL_REDUCED_POWER_TEMPERATURE 95
72
73/* default power management (not Tx power) table values */
Tomas Winklera96a27f2008-10-23 23:48:56 -070074/* for TIM 0-10 */
Esti Kummer298df1f2008-07-18 13:52:58 +080075static struct iwl_power_vec_entry range_0[IWL_POWER_MAX] = {
Mohamed Abbas5da4b552008-04-21 15:41:51 -070076 {{NOSLP, SLP_TOUT(0), SLP_TOUT(0), SLP_VEC(0, 0, 0, 0, 0)}, 0},
77 {{SLP, SLP_TOUT(200), SLP_TOUT(500), SLP_VEC(1, 2, 2, 2, 0xFF)}, 0},
78 {{SLP, SLP_TOUT(200), SLP_TOUT(300), SLP_VEC(1, 2, 2, 2, 0xFF)}, 0},
79 {{SLP, SLP_TOUT(50), SLP_TOUT(100), SLP_VEC(2, 2, 2, 2, 0xFF)}, 0},
80 {{SLP, SLP_TOUT(50), SLP_TOUT(25), SLP_VEC(2, 2, 4, 4, 0xFF)}, 1},
81 {{SLP, SLP_TOUT(25), SLP_TOUT(25), SLP_VEC(2, 2, 4, 6, 0xFF)}, 2}
82};
83
84
Tomas Winklera96a27f2008-10-23 23:48:56 -070085/* for TIM = 3-10 */
Esti Kummer298df1f2008-07-18 13:52:58 +080086static struct iwl_power_vec_entry range_1[IWL_POWER_MAX] = {
Mohamed Abbas5da4b552008-04-21 15:41:51 -070087 {{NOSLP, SLP_TOUT(0), SLP_TOUT(0), SLP_VEC(0, 0, 0, 0, 0)}, 0},
88 {{SLP, SLP_TOUT(200), SLP_TOUT(500), SLP_VEC(1, 2, 3, 4, 4)}, 0},
89 {{SLP, SLP_TOUT(200), SLP_TOUT(300), SLP_VEC(1, 2, 3, 4, 7)}, 0},
90 {{SLP, SLP_TOUT(50), SLP_TOUT(100), SLP_VEC(2, 4, 6, 7, 9)}, 0},
91 {{SLP, SLP_TOUT(50), SLP_TOUT(25), SLP_VEC(2, 4, 6, 9, 10)}, 1},
92 {{SLP, SLP_TOUT(25), SLP_TOUT(25), SLP_VEC(2, 4, 7, 10, 10)}, 2}
93};
94
Tomas Winklera96a27f2008-10-23 23:48:56 -070095/* for TIM > 11 */
Esti Kummer298df1f2008-07-18 13:52:58 +080096static struct iwl_power_vec_entry range_2[IWL_POWER_MAX] = {
Mohamed Abbas5da4b552008-04-21 15:41:51 -070097 {{NOSLP, SLP_TOUT(0), SLP_TOUT(0), SLP_VEC(0, 0, 0, 0, 0)}, 0},
98 {{SLP, SLP_TOUT(200), SLP_TOUT(500), SLP_VEC(1, 2, 3, 4, 0xFF)}, 0},
99 {{SLP, SLP_TOUT(200), SLP_TOUT(300), SLP_VEC(2, 4, 6, 7, 0xFF)}, 0},
100 {{SLP, SLP_TOUT(50), SLP_TOUT(100), SLP_VEC(2, 7, 9, 9, 0xFF)}, 0},
101 {{SLP, SLP_TOUT(50), SLP_TOUT(25), SLP_VEC(2, 7, 9, 9, 0xFF)}, 0},
102 {{SLP, SLP_TOUT(25), SLP_TOUT(25), SLP_VEC(4, 7, 10, 10, 0xFF)}, 0}
103};
104
Winkler, Tomasd25aabb2009-01-27 14:27:58 -0800105
Mohamed Abbasca579612008-07-18 13:52:57 +0800106/* set card power command */
107static int iwl_set_power(struct iwl_priv *priv, void *cmd)
108{
Johannes Bergf0f74a02009-05-08 13:44:37 -0700109 return iwl_send_cmd_pdu(priv, POWER_TABLE_CMD,
110 sizeof(struct iwl_powertable_cmd), cmd);
Mohamed Abbasca579612008-07-18 13:52:57 +0800111}
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700112/* decide the right power level according to association status
113 * and battery status
114 */
115static u16 iwl_get_auto_power_mode(struct iwl_priv *priv)
116{
Esti Kummer298df1f2008-07-18 13:52:58 +0800117 u16 mode;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700118
119 switch (priv->power_data.user_power_setting) {
120 case IWL_POWER_AUTO:
121 /* if running on battery */
122 if (priv->power_data.is_battery_active)
123 mode = IWL_POWER_ON_BATTERY;
124 else if (iwl_is_associated(priv))
125 mode = IWL_POWER_ON_AC_ASSOC;
126 else
127 mode = IWL_POWER_ON_AC_DISASSOC;
128 break;
Esti Kummer298df1f2008-07-18 13:52:58 +0800129 default:
130 mode = priv->power_data.user_power_setting;
131 break;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700132 }
133 return mode;
134}
135
136/* initialize to default */
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800137static void iwl_power_init_handle(struct iwl_priv *priv)
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700138{
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700139 struct iwl_power_mgr *pow_data;
Esti Kummer298df1f2008-07-18 13:52:58 +0800140 int size = sizeof(struct iwl_power_vec_entry) * IWL_POWER_MAX;
Tomas Winklere7b63582008-09-03 11:26:49 +0800141 struct iwl_powertable_cmd *cmd;
142 int i;
Tomas Winkler3fdb68d2009-02-10 15:19:02 -0800143 u16 lctl;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700144
Tomas Winklere1623442009-01-27 14:27:56 -0800145 IWL_DEBUG_POWER(priv, "Initialize power \n");
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700146
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800147 pow_data = &priv->power_data;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700148
149 memset(pow_data, 0, sizeof(*pow_data));
150
151 memcpy(&pow_data->pwr_range_0[0], &range_0[0], size);
152 memcpy(&pow_data->pwr_range_1[0], &range_1[0], size);
153 memcpy(&pow_data->pwr_range_2[0], &range_2[0], size);
154
Tomas Winkler3fdb68d2009-02-10 15:19:02 -0800155 lctl = iwl_pcie_link_ctl(priv);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700156
Tomas Winklere1623442009-01-27 14:27:56 -0800157 IWL_DEBUG_POWER(priv, "adjust power command flags\n");
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700158
Tomas Winklere7b63582008-09-03 11:26:49 +0800159 for (i = 0; i < IWL_POWER_MAX; i++) {
160 cmd = &pow_data->pwr_range_0[i].cmd;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700161
Tomas Winkler3fdb68d2009-02-10 15:19:02 -0800162 if (lctl & PCI_CFG_LINK_CTRL_VAL_L0S_EN)
Tomas Winklere7b63582008-09-03 11:26:49 +0800163 cmd->flags &= ~IWL_POWER_PCI_PM_MSK;
164 else
165 cmd->flags |= IWL_POWER_PCI_PM_MSK;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700166 }
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700167}
168
Tomas Winklera96a27f2008-10-23 23:48:56 -0700169/* adjust power command according to DTIM period and power level*/
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800170static int iwl_update_power_cmd(struct iwl_priv *priv,
171 struct iwl_powertable_cmd *cmd, u16 mode)
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700172{
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700173 struct iwl_power_vec_entry *range;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700174 struct iwl_power_mgr *pow_data;
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800175 int i;
176 u32 max_sleep = 0;
177 u8 period;
178 bool skip;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700179
180 if (mode > IWL_POWER_INDEX_5) {
Tomas Winklere1623442009-01-27 14:27:56 -0800181 IWL_DEBUG_POWER(priv, "Error invalid power mode \n");
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800182 return -EINVAL;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700183 }
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800184
185 pow_data = &priv->power_data;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700186
187 if (pow_data->dtim_period <= IWL_POWER_RANGE_0_MAX)
188 range = &pow_data->pwr_range_0[0];
189 else if (pow_data->dtim_period <= IWL_POWER_RANGE_1_MAX)
190 range = &pow_data->pwr_range_1[0];
191 else
192 range = &pow_data->pwr_range_2[0];
193
194 period = pow_data->dtim_period;
Mohamed Abbasca579612008-07-18 13:52:57 +0800195 memcpy(cmd, &range[mode].cmd, sizeof(struct iwl_powertable_cmd));
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700196
197 if (period == 0) {
198 period = 1;
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800199 skip = false;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700200 } else {
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800201 skip = !!range[mode].no_dtim;
202 }
203
204 if (skip) {
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700205 __le32 slp_itrvl = cmd->sleep_interval[IWL_POWER_VEC_SIZE - 1];
206 max_sleep = le32_to_cpu(slp_itrvl);
207 if (max_sleep == 0xFF)
208 max_sleep = period * (skip + 1);
209 else if (max_sleep > period)
210 max_sleep = (le32_to_cpu(slp_itrvl) / period) * period;
211 cmd->flags |= IWL_POWER_SLEEP_OVER_DTIM_MSK;
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800212 } else {
213 max_sleep = period;
214 cmd->flags &= ~IWL_POWER_SLEEP_OVER_DTIM_MSK;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700215 }
216
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800217 for (i = 0; i < IWL_POWER_VEC_SIZE; i++)
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700218 if (le32_to_cpu(cmd->sleep_interval[i]) > max_sleep)
219 cmd->sleep_interval[i] = cpu_to_le32(max_sleep);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700220
Tomas Winklere1623442009-01-27 14:27:56 -0800221 IWL_DEBUG_POWER(priv, "Flags value = 0x%08X\n", cmd->flags);
222 IWL_DEBUG_POWER(priv, "Tx timeout = %u\n", le32_to_cpu(cmd->tx_data_timeout));
223 IWL_DEBUG_POWER(priv, "Rx timeout = %u\n", le32_to_cpu(cmd->rx_data_timeout));
224 IWL_DEBUG_POWER(priv, "Sleep interval vector = { %d , %d , %d , %d , %d }\n",
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700225 le32_to_cpu(cmd->sleep_interval[0]),
226 le32_to_cpu(cmd->sleep_interval[1]),
227 le32_to_cpu(cmd->sleep_interval[2]),
228 le32_to_cpu(cmd->sleep_interval[3]),
229 le32_to_cpu(cmd->sleep_interval[4]));
230
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800231 return 0;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700232}
233
234
235/*
Emmanuel Grumbacha33c2f42008-09-03 11:26:56 +0800236 * compute the final power mode index
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700237 */
Grumbach, Emmanuel04816442008-09-03 11:26:53 +0800238int iwl_power_update_mode(struct iwl_priv *priv, bool force)
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700239{
240 struct iwl_power_mgr *setting = &(priv->power_data);
241 int ret = 0;
242 u16 uninitialized_var(final_mode);
Winkler, Tomasa71c8f62008-11-07 09:58:37 -0800243 bool update_chains;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700244
Grumbach, Emmanuel04816442008-09-03 11:26:53 +0800245 /* Don't update the RX chain when chain noise calibration is running */
Winkler, Tomasa71c8f62008-11-07 09:58:37 -0800246 update_chains = priv->chain_noise_data.state == IWL_CHAIN_NOISE_DONE ||
247 priv->chain_noise_data.state == IWL_CHAIN_NOISE_ALIVE;
Grumbach, Emmanuel04816442008-09-03 11:26:53 +0800248
Emmanuel Grumbacha33c2f42008-09-03 11:26:56 +0800249 /* If on battery, set to 3,
250 * if plugged into AC power, set to CAM ("continuously aware mode"),
251 * else user level */
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700252
253 switch (setting->system_power_setting) {
Esti Kummer298df1f2008-07-18 13:52:58 +0800254 case IWL_POWER_SYS_AUTO:
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700255 final_mode = iwl_get_auto_power_mode(priv);
256 break;
Esti Kummer298df1f2008-07-18 13:52:58 +0800257 case IWL_POWER_SYS_BATTERY:
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700258 final_mode = IWL_POWER_INDEX_3;
259 break;
Esti Kummer298df1f2008-07-18 13:52:58 +0800260 case IWL_POWER_SYS_AC:
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700261 final_mode = IWL_POWER_MODE_CAM;
262 break;
263 default:
Esti Kummer298df1f2008-07-18 13:52:58 +0800264 final_mode = IWL_POWER_INDEX_3;
265 WARN_ON(1);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700266 }
267
268 if (setting->critical_power_setting > final_mode)
269 final_mode = setting->critical_power_setting;
270
271 /* driver only support CAM for non STA network */
Johannes Berg05c914f2008-09-11 00:01:58 +0200272 if (priv->iw_mode != NL80211_IFTYPE_STATION)
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700273 final_mode = IWL_POWER_MODE_CAM;
274
Mohamed Abbas28c60872009-03-17 21:51:45 -0700275 if (iwl_is_ready_rf(priv) && !setting->power_disabled &&
Grumbach, Emmanuel04816442008-09-03 11:26:53 +0800276 ((setting->power_mode != final_mode) || force)) {
Mohamed Abbasca579612008-07-18 13:52:57 +0800277 struct iwl_powertable_cmd cmd;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700278
279 if (final_mode != IWL_POWER_MODE_CAM)
280 set_bit(STATUS_POWER_PMI, &priv->status);
281
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800282 iwl_update_power_cmd(priv, &cmd, final_mode);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700283 cmd.keep_alive_beacons = 0;
284
285 if (final_mode == IWL_POWER_INDEX_5)
286 cmd.flags |= IWL_POWER_FAST_PD;
287
Mohamed Abbasca579612008-07-18 13:52:57 +0800288 ret = iwl_set_power(priv, &cmd);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700289
290 if (final_mode == IWL_POWER_MODE_CAM)
291 clear_bit(STATUS_POWER_PMI, &priv->status);
292 else
293 set_bit(STATUS_POWER_PMI, &priv->status);
294
Winkler, Tomasa71c8f62008-11-07 09:58:37 -0800295 if (priv->cfg->ops->lib->update_chain_flags && update_chains)
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700296 priv->cfg->ops->lib->update_chain_flags(priv);
Winkler, Tomasa71c8f62008-11-07 09:58:37 -0800297 else
Tomas Winklere1623442009-01-27 14:27:56 -0800298 IWL_DEBUG_POWER(priv, "Cannot update the power, chain noise "
Winkler, Tomasa71c8f62008-11-07 09:58:37 -0800299 "calibration running: %d\n",
300 priv->chain_noise_data.state);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700301 if (!ret)
302 setting->power_mode = final_mode;
303 }
304
305 return ret;
306}
307EXPORT_SYMBOL(iwl_power_update_mode);
308
309/* Allow other iwl code to disable/enable power management active
Tomas Winklera96a27f2008-10-23 23:48:56 -0700310 * this will be useful for rate scale to disable PM during heavy
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700311 * Tx/Rx activities
312 */
Emmanuel Grumbachc90a74ba2008-09-03 11:26:50 +0800313int iwl_power_disable_management(struct iwl_priv *priv, u32 ms)
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700314{
315 u16 prev_mode;
316 int ret = 0;
317
318 if (priv->power_data.power_disabled)
319 return -EBUSY;
320
321 prev_mode = priv->power_data.user_power_setting;
322 priv->power_data.user_power_setting = IWL_POWER_MODE_CAM;
323 ret = iwl_power_update_mode(priv, 0);
324 priv->power_data.power_disabled = 1;
325 priv->power_data.user_power_setting = prev_mode;
Emmanuel Grumbachc90a74ba2008-09-03 11:26:50 +0800326 cancel_delayed_work(&priv->set_power_save);
327 if (ms)
328 queue_delayed_work(priv->workqueue, &priv->set_power_save,
329 msecs_to_jiffies(ms));
330
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700331
332 return ret;
333}
334EXPORT_SYMBOL(iwl_power_disable_management);
335
336/* Allow other iwl code to disable/enable power management active
Tomas Winklera96a27f2008-10-23 23:48:56 -0700337 * this will be useful for rate scale to disable PM during high
338 * volume activities
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700339 */
340int iwl_power_enable_management(struct iwl_priv *priv)
341{
342 int ret = 0;
343
344 priv->power_data.power_disabled = 0;
345 ret = iwl_power_update_mode(priv, 0);
346 return ret;
347}
348EXPORT_SYMBOL(iwl_power_enable_management);
349
350/* set user_power_setting */
351int iwl_power_set_user_mode(struct iwl_priv *priv, u16 mode)
352{
Winkler, Tomasd25aabb2009-01-27 14:27:58 -0800353 if (mode > IWL_POWER_MAX)
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700354 return -EINVAL;
355
356 priv->power_data.user_power_setting = mode;
357
Grumbach, Emmanuel04816442008-09-03 11:26:53 +0800358 return iwl_power_update_mode(priv, 0);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700359}
360EXPORT_SYMBOL(iwl_power_set_user_mode);
361
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700362/* set system_power_setting. This should be set by over all
363 * PM application.
364 */
365int iwl_power_set_system_mode(struct iwl_priv *priv, u16 mode)
366{
Winkler, Tomasd25aabb2009-01-27 14:27:58 -0800367 if (mode < IWL_POWER_SYS_MAX)
368 priv->power_data.system_power_setting = mode;
369 else
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700370 return -EINVAL;
Grumbach, Emmanuel04816442008-09-03 11:26:53 +0800371 return iwl_power_update_mode(priv, 0);
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700372}
373EXPORT_SYMBOL(iwl_power_set_system_mode);
374
Tomas Winklera96a27f2008-10-23 23:48:56 -0700375/* initialize to default */
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700376void iwl_power_initialize(struct iwl_priv *priv)
377{
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700378 iwl_power_init_handle(priv);
379 priv->power_data.user_power_setting = IWL_POWER_AUTO;
Esti Kummer298df1f2008-07-18 13:52:58 +0800380 priv->power_data.system_power_setting = IWL_POWER_SYS_AUTO;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700381 priv->power_data.power_disabled = 0;
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800382 priv->power_data.is_battery_active = 0;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700383 priv->power_data.critical_power_setting = 0;
384}
385EXPORT_SYMBOL(iwl_power_initialize);
386
387/* set critical_power_setting according to temperature value */
388int iwl_power_temperature_change(struct iwl_priv *priv)
389{
390 int ret = 0;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700391 s32 temperature = KELVIN_TO_CELSIUS(priv->last_temperature);
Winkler, Tomas5cd19c52009-01-19 15:30:21 -0800392 u16 new_critical = priv->power_data.critical_power_setting;
Mohamed Abbas5da4b552008-04-21 15:41:51 -0700393
394 if (temperature > IWL_CT_KILL_TEMPERATURE)
395 return 0;
396 else if (temperature > IWL_MIN_POWER_TEMPERATURE)
397 new_critical = IWL_POWER_INDEX_5;
398 else if (temperature > IWL_REDUCED_POWER_TEMPERATURE)
399 new_critical = IWL_POWER_INDEX_3;
400 else
401 new_critical = IWL_POWER_MODE_CAM;
402
403 if (new_critical != priv->power_data.critical_power_setting)
404 priv->power_data.critical_power_setting = new_critical;
405
406 if (priv->power_data.critical_power_setting >
407 priv->power_data.power_mode)
408 ret = iwl_power_update_mode(priv, 0);
409
410 return ret;
411}
412EXPORT_SYMBOL(iwl_power_temperature_change);
Emmanuel Grumbachc90a74ba2008-09-03 11:26:50 +0800413
414static void iwl_bg_set_power_save(struct work_struct *work)
415{
416 struct iwl_priv *priv = container_of(work,
417 struct iwl_priv, set_power_save.work);
Tomas Winklere1623442009-01-27 14:27:56 -0800418 IWL_DEBUG_POWER(priv, "update power\n");
Emmanuel Grumbachc90a74ba2008-09-03 11:26:50 +0800419
420 if (test_bit(STATUS_EXIT_PENDING, &priv->status))
421 return;
422
423 mutex_lock(&priv->mutex);
424
Tomas Winklera96a27f2008-10-23 23:48:56 -0700425 /* on starting association we disable power management
Emmanuel Grumbachc90a74ba2008-09-03 11:26:50 +0800426 * until association, if association failed then this
427 * timer will expire and enable PM again.
428 */
429 if (!iwl_is_associated(priv))
430 iwl_power_enable_management(priv);
431
432 mutex_unlock(&priv->mutex);
433}
434void iwl_setup_power_deferred_work(struct iwl_priv *priv)
435{
436 INIT_DELAYED_WORK(&priv->set_power_save, iwl_bg_set_power_save);
437}
438EXPORT_SYMBOL(iwl_setup_power_deferred_work);
439
440void iwl_power_cancel_timeout(struct iwl_priv *priv)
441{
442 cancel_delayed_work(&priv->set_power_save);
443}
444EXPORT_SYMBOL(iwl_power_cancel_timeout);