diff options
| author | Jason A. Donenfeld <[email protected]> | 2019-06-21 22:32:48 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2019-06-22 12:11:27 +0200 |
| commit | 9285ec4c8b61d4930a575081abeba2cd4f449a74 (patch) | |
| tree | bf9d921f3f5735c210afc920a57c8a7e11e56edc /include/net | |
| parent | 0354c1a3cdf31f44b035cfad14d32282e815a572 (diff) | |
timekeeping: Use proper clock specifier names in functions
This makes boot uniformly boottime and tai uniformly clocktai, to
address the remaining oversights.
Signed-off-by: Jason A. Donenfeld <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 87dae868707e..f8058e92f59d 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -2010,7 +2010,7 @@ enum cfg80211_signal_type { * received by the device (not just by the host, in case it was * buffered on the device) and be accurate to about 10ms. * If the frame isn't buffered, just passing the return value of - * ktime_get_boot_ns() is likely appropriate. + * ktime_get_boottime_ns() is likely appropriate. * @parent_tsf: the time at the start of reception of the first octet of the * timestamp field of the frame. The time is the TSF of the BSS specified * by %parent_bssid. |