aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/fw/api/alive.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/alive.h')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/fw/api/alive.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/alive.h b/drivers/net/wireless/intel/iwlwifi/fw/api/alive.h
index 007bfe7656a4..08d3d8a190f6 100644
--- a/drivers/net/wireless/intel/iwlwifi/fw/api/alive.h
+++ b/drivers/net/wireless/intel/iwlwifi/fw/api/alive.h
@@ -8,6 +8,7 @@
8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
9 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH 9 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
10 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH 10 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
11 * Copyright (C) 2018 Intel Corporation
11 * 12 *
12 * This program is free software; you can redistribute it and/or modify 13 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of version 2 of the GNU General Public License as 14 * it under the terms of version 2 of the GNU General Public License as
@@ -30,6 +31,7 @@
30 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 31 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
31 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH 32 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
32 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH 33 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
34 * Copyright (C) 2018 Intel Corporation
33 * All rights reserved. 35 * All rights reserved.
34 * 36 *
35 * Redistribution and use in source and binary forms, with or without 37 * Redistribution and use in source and binary forms, with or without
@@ -187,20 +189,4 @@ struct iwl_card_state_notif {
187 __le32 flags; 189 __le32 flags;
188} __packed; /* CARD_STATE_NTFY_API_S_VER_1 */ 190} __packed; /* CARD_STATE_NTFY_API_S_VER_1 */
189 191
190/**
191 * struct iwl_fseq_ver_mismatch_nty - Notification about version
192 *
193 * This notification does not have a direct impact on the init flow.
194 * It means that another core (not WiFi) has initiated the FSEQ flow
195 * and updated the FSEQ version. The driver only prints an error when
196 * this occurs.
197 *
198 * @aux_read_fseq_ver: auxiliary read FSEQ version
199 * @wifi_fseq_ver: FSEQ version (embedded in WiFi)
200 */
201struct iwl_fseq_ver_mismatch_ntf {
202 __le32 aux_read_fseq_ver;
203 __le32 wifi_fseq_ver;
204} __packed; /* FSEQ_VER_MISMATCH_NTFY_API_S_VER_1 */
205
206#endif /* __iwl_fw_api_alive_h__ */ 192#endif /* __iwl_fw_api_alive_h__ */