diff options
| author | Shahar S Matityahu <[email protected]> | 2019-01-27 09:22:21 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2019-02-20 18:48:01 +0000 |
| commit | 8d7dea25ada762f68d9522fb070a7cf6935cf822 (patch) | |
| tree | 3e80504ee19ec0ab022875f5dc156c29f0fac98e /drivers/net/wireless/intel/iwlwifi/fw/error-dump.h | |
| parent | iwlwifi: dbg_ini: implement Tx fifos dump (diff) | |
| download | kernel-8d7dea25ada762f68d9522fb070a7cf6935cf822.tar.gz kernel-8d7dea25ada762f68d9522fb070a7cf6935cf822.zip | |
iwlwifi: dbg_ini: implement Rx fifos dump
Implement Rx fifos dump in the new dump mechanism.
Signed-off-by: Shahar S Matityahu <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/error-dump.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/error-dump.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h index 2cc4f13d0abb..9b5077bd46c3 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h @@ -308,6 +308,9 @@ struct iwl_fw_ini_error_dump { struct iwl_fw_ini_error_dump_range ranges[]; } __packed; +/* This bit is used to differentiate between lmac and umac rxf */ +#define IWL_RXF_UMAC_BIT BIT(31) + /** * struct iwl_fw_ini_fifo_error_dump_range - ini fifo range dump * @fifo_num: the fifo num. In case of rxf and umac rxf, set BIT(31) to |
