iwlwifi: Add power level support
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-4965-commands.h
index c03c04fe14c7956248fdf71c145b362ce8be2e0c..b2fa58d2d17433f74d02ee408623ce60ba9f4d96 100644 (file)
@@ -1853,6 +1853,7 @@ struct iwl4965_spectrum_notification {
 #define IWL_POWER_DRIVER_ALLOW_SLEEP_MSK       __constant_cpu_to_le16(1 << 0)
 #define IWL_POWER_SLEEP_OVER_DTIM_MSK          __constant_cpu_to_le16(1 << 2)
 #define IWL_POWER_PCI_PM_MSK                   __constant_cpu_to_le16(1 << 3)
+#define IWL_POWER_FAST_PD                      __constant_cpu_to_le16(1 << 4)
 
 struct iwl4965_powertable_cmd {
        __le16 flags;
This page took 0.025421 seconds and 5 git commands to generate.