aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2010-11-23 13:58:53 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-11-24 16:19:36 -0500
commit97badb0eefc9b6f23f864c5348b695be35f05882 (patch)
tree8f646c3196968644e69b76c0d93d5559c151c263 /drivers
parenteeb1f83fa8f96501331cc17b73c57999e3a1ec5d (diff)
iwlwifi: add more power management flags
Adding additional power management option available for the device. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h
index 4028ed387a82..f9e7fa4b532c 100644
--- a/drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/drivers/net/wireless/iwlwifi/iwl-commands.h
@@ -2671,6 +2671,11 @@ struct iwl_spectrum_notification {
2671#define IWL_POWER_SLEEP_OVER_DTIM_MSK cpu_to_le16(BIT(2)) 2671#define IWL_POWER_SLEEP_OVER_DTIM_MSK cpu_to_le16(BIT(2))
2672#define IWL_POWER_PCI_PM_MSK cpu_to_le16(BIT(3)) 2672#define IWL_POWER_PCI_PM_MSK cpu_to_le16(BIT(3))
2673#define IWL_POWER_FAST_PD cpu_to_le16(BIT(4)) 2673#define IWL_POWER_FAST_PD cpu_to_le16(BIT(4))
2674#define IWL_POWER_BEACON_FILTERING cpu_to_le16(BIT(5))
2675#define IWL_POWER_SHADOW_REG_ENA cpu_to_le16(BIT(6))
2676#define IWL_POWER_CT_KILL_SET cpu_to_le16(BIT(7))
2677#define IWL_POWER_BT_SCO_ENA cpu_to_le16(BIT(8))
2678#define IWL_POWER_ADVANCE_PM_ENA cpu_to_le16(BIT(9))
2674 2679
2675struct iwl3945_powertable_cmd { 2680struct iwl3945_powertable_cmd {
2676 __le16 flags; 2681 __le16 flags;