diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
tree | 644b88f8a71896307d71438e9b3af49126ffb22b /drivers/net/wireless/iwlwifi/iwl-power.h | |
parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-power.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-power.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-power.h b/drivers/net/wireless/iwlwifi/iwl-power.h index df6f6a49712b..5db91c10dcc8 100644 --- a/drivers/net/wireless/iwlwifi/iwl-power.h +++ b/drivers/net/wireless/iwlwifi/iwl-power.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /****************************************************************************** | 1 | /****************************************************************************** |
2 | * | 2 | * |
3 | * Copyright(c) 2007 - 2009 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2007 - 2010 Intel Corporation. All rights reserved. |
4 | * | 4 | * |
5 | * Portions of this file are derived from the ipw3945 project, as well | 5 | * Portions of this file are derived from the ipw3945 project, as well |
6 | * as portions of the ieee80211 subsystem header files. | 6 | * as portions of the ieee80211 subsystem header files. |
@@ -33,6 +33,7 @@ | |||
33 | #define IWL_ABSOLUTE_ZERO 0 | 33 | #define IWL_ABSOLUTE_ZERO 0 |
34 | #define IWL_ABSOLUTE_MAX 0xFFFFFFFF | 34 | #define IWL_ABSOLUTE_MAX 0xFFFFFFFF |
35 | #define IWL_TT_INCREASE_MARGIN 5 | 35 | #define IWL_TT_INCREASE_MARGIN 5 |
36 | #define IWL_TT_CT_KILL_MARGIN 3 | ||
36 | 37 | ||
37 | enum iwl_antenna_ok { | 38 | enum iwl_antenna_ok { |
38 | IWL_ANT_OK_NONE, | 39 | IWL_ANT_OK_NONE, |
@@ -110,6 +111,7 @@ struct iwl_tt_mgmt { | |||
110 | struct iwl_tt_restriction *restriction; | 111 | struct iwl_tt_restriction *restriction; |
111 | struct iwl_tt_trans *transaction; | 112 | struct iwl_tt_trans *transaction; |
112 | struct timer_list ct_kill_exit_tm; | 113 | struct timer_list ct_kill_exit_tm; |
114 | struct timer_list ct_kill_waiting_tm; | ||
113 | }; | 115 | }; |
114 | 116 | ||
115 | enum iwl_power_level { | 117 | enum iwl_power_level { |
@@ -129,6 +131,7 @@ struct iwl_power_mgr { | |||
129 | 131 | ||
130 | int iwl_power_update_mode(struct iwl_priv *priv, bool force); | 132 | int iwl_power_update_mode(struct iwl_priv *priv, bool force); |
131 | bool iwl_ht_enabled(struct iwl_priv *priv); | 133 | bool iwl_ht_enabled(struct iwl_priv *priv); |
134 | bool iwl_within_ct_kill_margin(struct iwl_priv *priv); | ||
132 | enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv); | 135 | enum iwl_antenna_ok iwl_tx_ant_restriction(struct iwl_priv *priv); |
133 | enum iwl_antenna_ok iwl_rx_ant_restriction(struct iwl_priv *priv); | 136 | enum iwl_antenna_ok iwl_rx_ant_restriction(struct iwl_priv *priv); |
134 | void iwl_tt_enter_ct_kill(struct iwl_priv *priv); | 137 | void iwl_tt_enter_ct_kill(struct iwl_priv *priv); |