projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb1f83
)
iwlwifi: add more power management flags
author
Wey-Yi Guy
<
[email protected]
>
Tue, 23 Nov 2010 18:58:53 +0000
(10:58 -0800)
committer
John W. Linville
<
[email protected]
>
Wed, 24 Nov 2010 21:19:36 +0000
(16:19 -0500)
Adding additional power management option available for the device.
Signed-off-by: Wey-Yi Guy <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-commands.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-commands.h
b/drivers/net/wireless/iwlwifi/iwl-commands.h
index 4028ed387a82a9f54abc4a8fc3032525887bde69..f9e7fa4b532c4c26b1b9a5278441a5de2bc4f4a9 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/
drivers/net/wireless/iwlwifi/iwl-commands.h
@@
-2671,6
+2671,11
@@
struct iwl_spectrum_notification {
#define IWL_POWER_SLEEP_OVER_DTIM_MSK cpu_to_le16(BIT(2))
#define IWL_POWER_PCI_PM_MSK cpu_to_le16(BIT(3))
#define IWL_POWER_FAST_PD cpu_to_le16(BIT(4))
+#define IWL_POWER_BEACON_FILTERING cpu_to_le16(BIT(5))
+#define IWL_POWER_SHADOW_REG_ENA cpu_to_le16(BIT(6))
+#define IWL_POWER_CT_KILL_SET cpu_to_le16(BIT(7))
+#define IWL_POWER_BT_SCO_ENA cpu_to_le16(BIT(8))
+#define IWL_POWER_ADVANCE_PM_ENA cpu_to_le16(BIT(9))
struct iwl3945_powertable_cmd {
__le16 flags;