aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
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;