diff options
| author | Haim Dreyfuss <[email protected]> | 2022-09-06 13:42:14 +0000 |
|---|---|---|
| committer | Gregory Greenman <[email protected]> | 2022-09-18 11:40:15 +0000 |
| commit | c39e718a28d8e48f9b41b9ad3bed031188a07bd9 (patch) | |
| tree | 3fb9c85a80620a43879dcebfbf0205570fb1e18a /drivers/net/wireless/intel/iwlwifi/fw/api/d3.h | |
| parent | wifi: iwlwifi: mvm: Add support for wowlan wake packet notification (diff) | |
| download | kernel-c39e718a28d8e48f9b41b9ad3bed031188a07bd9.tar.gz kernel-c39e718a28d8e48f9b41b9ad3bed031188a07bd9.zip | |
wifi: iwlwifi: mvm: Add support for d3 end notification
Due to IMR, when host returns from hibernate, commands cannot
be sent as part of the resume flow, and so after ending
d3 the FW needs to send notifications instead of responses.
This notification indicates whether a fw reset is required.
Signed-off-by: Yedidya Benshimol <[email protected]>
Signed-off-by: Haim Dreyfuss <[email protected]>
Signed-off-by: Gregory Greenman <[email protected]>
Link: https://lore.kernel.org/r/20220906161827.898ecba881b2.I13eb69bb5af08b9ac33043647eaed6b8d50e8659@changeid
Signed-off-by: Gregory Greenman <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/d3.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/api/d3.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/d3.h b/drivers/net/wireless/intel/iwlwifi/fw/api/d3.h index 5588f6d65813..df0833890e55 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/d3.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/d3.h @@ -817,6 +817,14 @@ struct iwl_wowlan_wake_pkt_notif { u8 wake_packet[1]; } __packed; /* WOWLAN_WAKE_PKT_NTFY_API_S_VER_1 */ +/** + * struct iwl_mvm_d3_end_notif - d3 end notification + * @flags: See &enum iwl_d0i3_flags + */ +struct iwl_mvm_d3_end_notif { + __le32 flags; +} __packed; + /* TODO: NetDetect API */ #endif /* __iwl_fw_api_d3_h__ */ |
