mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
wifi: iwlwifi: Use system_device_crosststamp::sys_systime
sys_systime is an alias for sys_realtime. The latter will be removed so switch the code over to the new naming scheme. No functional change. Signed-off-by: Thomas Gleixner <tglx@kernel.org> Tested-by: Arthur Kiyanovski <akiyano@amazon.com> Reviewed-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Link: https://patch.msgid.link/20260529195557.946612509@kernel.org
This commit is contained in:
parent
12b497db7c
commit
25af33c5c5
|
|
@ -271,7 +271,7 @@ iwl_mld_phc_get_crosstimestamp(struct ptp_clock_info *ptp,
|
|||
|
||||
/* System monotonic raw time is not used */
|
||||
xtstamp->device = ns_to_ktime(gp2_ns);
|
||||
xtstamp->sys_realtime = sys_time;
|
||||
xtstamp->sys_systime = sys_time;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ iwl_mvm_phc_get_crosstimestamp(struct ptp_clock_info *ptp,
|
|||
|
||||
/* System monotonic raw time is not used */
|
||||
xtstamp->device = (ktime_t)gp2_ns;
|
||||
xtstamp->sys_realtime = sys_time;
|
||||
xtstamp->sys_systime = sys_time;
|
||||
|
||||
out:
|
||||
mutex_unlock(&mvm->mutex);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user