iwlwifi: dbg_ini: add monitor header to smem monitor

Add write pointer and cycle count registers to smem monitor header.

Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
このコミットが含まれているのは:
Shahar S Matityahu
2019-02-17 17:07:53 +02:00
committed by Luca Coelho
コミット 4c704534c3
5個のファイルの変更104行の追加23行の削除

ファイルの表示

@@ -452,6 +452,10 @@ struct iwl_cfg {
u32 d3_debug_data_length;
u32 min_txq_size;
u32 umac_prph_offset;
u32 fw_mon_smem_write_ptr_addr;
u32 fw_mon_smem_write_ptr_msk;
u32 fw_mon_smem_cycle_cnt_ptr_addr;
u32 fw_mon_smem_cycle_cnt_ptr_msk;
};
extern const struct iwl_csr_params iwl_csr_v1;