aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-commands.h24
1 files changed, 14 insertions, 10 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h
index f4eccf583775..d98d09cc5df7 100644
--- a/drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/drivers/net/wireless/iwlwifi/iwl-commands.h
@@ -466,23 +466,27 @@ struct iwl_error_event_table {
466 u32 frame_ptr; /* frame pointer */ 466 u32 frame_ptr; /* frame pointer */
467 u32 stack_ptr; /* stack pointer */ 467 u32 stack_ptr; /* stack pointer */
468 u32 hcmd; /* last host command header */ 468 u32 hcmd; /* last host command header */
469#if 0 469 u32 isr0; /* isr status register LMPM_NIC_ISR0:
470 /* no need to read the remainder, we don't use the values */ 470 * rxtx_flag */
471 u32 isr0; /* isr status register LMPM_NIC_ISR0: rxtx_flag */ 471 u32 isr1; /* isr status register LMPM_NIC_ISR1:
472 u32 isr1; /* isr status register LMPM_NIC_ISR1: host_flag */ 472 * host_flag */
473 u32 isr2; /* isr status register LMPM_NIC_ISR2: enc_flag */ 473 u32 isr2; /* isr status register LMPM_NIC_ISR2:
474 u32 isr3; /* isr status register LMPM_NIC_ISR3: time_flag */ 474 * enc_flag */
475 u32 isr4; /* isr status register LMPM_NIC_ISR4: wico interrupt */ 475 u32 isr3; /* isr status register LMPM_NIC_ISR3:
476 * time_flag */
477 u32 isr4; /* isr status register LMPM_NIC_ISR4:
478 * wico interrupt */
476 u32 isr_pref; /* isr status register LMPM_NIC_PREF_STAT */ 479 u32 isr_pref; /* isr status register LMPM_NIC_PREF_STAT */
477 u32 wait_event; /* wait event() caller address */ 480 u32 wait_event; /* wait event() caller address */
478 u32 l2p_control; /* L2pControlField */ 481 u32 l2p_control; /* L2pControlField */
479 u32 l2p_duration; /* L2pDurationField */ 482 u32 l2p_duration; /* L2pDurationField */
480 u32 l2p_mhvalid; /* L2pMhValidBits */ 483 u32 l2p_mhvalid; /* L2pMhValidBits */
481 u32 l2p_addr_match; /* L2pAddrMatchStat */ 484 u32 l2p_addr_match; /* L2pAddrMatchStat */
482 u32 lmpm_pmg_sel; /* indicate which clocks are turned on (LMPM_PMG_SEL) */ 485 u32 lmpm_pmg_sel; /* indicate which clocks are turned on
483 u32 u_timestamp; /* indicate when the date and time of the compilation */ 486 * (LMPM_PMG_SEL) */
487 u32 u_timestamp; /* indicate when the date and time of the
488 * compilation */
484 u32 flow_handler; /* FH read/write pointers, RX credit */ 489 u32 flow_handler; /* FH read/write pointers, RX credit */
485#endif
486} __packed; 490} __packed;
487 491
488struct iwl_alive_resp { 492struct iwl_alive_resp {