diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-12-07 19:44:30 +0200 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-12-28 20:00:13 +0200 |
commit | b7aaeae478d352bca5e877f97898a9668c2c74fb (patch) | |
tree | 26abd5396dfb5684c9e3b8434e844ab3c5906619 /drivers/net/wireless/iwlwifi/iwl-prph.h | |
parent | a054427244158552e91dacc0a4fc0a1b5e7342b9 (diff) | |
download | talos-obmc-linux-b7aaeae478d352bca5e877f97898a9668c2c74fb.tar.gz talos-obmc-linux-b7aaeae478d352bca5e877f97898a9668c2c74fb.zip |
iwlwifi: pcie: let the Manageability Engine know when we leave
When the driver is unload, the Manageability Engine should
know about that - send an event to inform it about this
event.
Reviewed-by: Reuven Borok <reuven.borok@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-prph.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-prph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-prph.h b/drivers/net/wireless/iwlwifi/iwl-prph.h index 2df51eab1348..ea3b9706cbd8 100644 --- a/drivers/net/wireless/iwlwifi/iwl-prph.h +++ b/drivers/net/wireless/iwlwifi/iwl-prph.h @@ -99,6 +99,7 @@ #define APMG_PCIDEV_STT_VAL_PERSIST_DIS (0x00000200) #define APMG_PCIDEV_STT_VAL_L1_ACT_DIS (0x00000800) +#define APMG_PCIDEV_STT_VAL_WAKE_ME (0x00004000) #define APMG_RTC_INT_STT_RFKILL (0x10000000) |