iwlwifi: mvm: use correct GP2 register address for 22000 family

The device time register address has changed for 22000 devices.
Add a util function for getting the GP2 time and use the correct
register address depending on the device family.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
Avraham Stern
2019-02-27 11:51:11 +02:00
committed by Luca Coelho
parent 56fe12d283
commit afc1e3b4fc
7 changed files with 23 additions and 12 deletions

View File

@@ -456,6 +456,7 @@ struct iwl_cfg {
u32 fw_mon_smem_write_ptr_msk;
u32 fw_mon_smem_cycle_cnt_ptr_addr;
u32 fw_mon_smem_cycle_cnt_ptr_msk;
u32 gp2_reg_addr;
};
extern const struct iwl_csr_params iwl_csr_v1;