timekeeping: Use proper clock specifier names in functions
[sfrench/cifs-2.6.git] / drivers / net / wireless / intel / iwlwifi / mvm / utils.c
index b9914efc55c4b2f027db3954877645c4b7c27fb0..724a25ab32f24f6cdf499695d37e2597fb819d00 100644 (file)
@@ -1443,7 +1443,7 @@ void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime)
        }
 
        *gp2 = iwl_mvm_get_systime(mvm);
-       *boottime = ktime_get_boot_ns();
+       *boottime = ktime_get_boottime_ns();
 
        if (!ps_disabled) {
                mvm->ps_disabled = ps_disabled;