Re: [2/4] zd1211rw: stop using deprecated get_seconds()
From: Kalle Valo <hidden>
Date: 2018-06-27 16:11:00
Also in:
linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2018-06-27 16:11:00
Also in:
linux-wireless, lkml
Arnd Bergmann [off-list ref] wrote:
The get_seconds() function is deprecated because of the y2038 overflow. In zd1211rw we don't even care about the absolute value, so this is not a problem, but it's equally trivial to change to the non-deprecated ktime_get_seconds(). Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 patches applied to wireless-drivers-next.git, thanks. 71e140b57151 zd1211rw: stop using deprecated get_seconds() 3cade2f3d98a ipw2x00: track time using boottime -- https://patchwork.kernel.org/patch/10471961/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches