timekeeping: Use proper clock specifier names in functions
[sfrench/cifs-2.6.git] / drivers / net / wireless / ti / wlcore / main.c
index c9a485ecee7bb52b59b9a3675e069c5382b026cb..b74dc8bc97553dc70d48d427ff55b5258284c729 100644 (file)
@@ -483,7 +483,7 @@ static int wlcore_fw_status(struct wl1271 *wl, struct wl_fw_status *status)
        }
 
        /* update the host-chipset time offset */
-       wl->time_offset = (ktime_get_boot_ns() >> 10) -
+       wl->time_offset = (ktime_get_boottime_ns() >> 10) -
                (s64)(status->fw_localtime);
 
        wl->fw_fast_lnk_map = status->link_fast_bitmap;