Re: [PATCH v3] wifi: mwifiex: Convert to use jiffies macro

From: 陈玉凡
Date: Sun Aug 25 2024 - 23:18:45 EST


在 2024/8/24 1:01, Brian Norris 写道:
> On Fri, Aug 23, 2024 at 03:03:19PM +0800, Chen Yufan wrote:
>> Use time_after macro instead of using
>> jiffies directly to handle wraparound.
>> The modifications made compared to the previous version are as follows:
>> 1. change the type of mwifiex_auto_tdls_peer::rssi_jiffies to
>> unsigned long.
>>
>> Signed-off-by: Chen Yufan <chenyufan@xxxxxxxx>
> Changelog questions aside, this looks fine to me:
>
> Acked-by: Brian Norris <briannorris@xxxxxxxxxxxx>

Thanks, I will pay attention to this question next time.

-Chen