ath9k: use timespec64 for tsf_ts
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Jun 2018 15:11:17 +0000 (17:11 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 29 Jun 2018 11:44:49 +0000 (14:44 +0300)
commitfe041deba4f6a857cd9d0c08a84b9f1709ede2b1
tree1c3447f01411d82a562c80ab4764f278a65dcfbb
parente4568eac0464ae6d5b361b186b1ee6eb7bf0bdbb
ath9k: use timespec64 for tsf_ts

ath9k is the last remaining user of the deprecated getrawmonotonic()
interface. There is nothing wrong with this usage, but migrating
to a timespec64 based interface lets us clean up the old API.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/channel.c
drivers/net/wireless/ath/ath9k/hw.c
drivers/net/wireless/ath/ath9k/hw.h
drivers/net/wireless/ath/ath9k/main.c