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

From: Francesco Dolcini
Date: Mon Aug 26 2024 - 02:41:16 EST


On Mon, Aug 26, 2024 at 03:18:28AM +0000, 陈玉凡 wrote:
> 在 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.

You should just send a v4 with this addressed and add the acked-by from Brian
while doing it.

Francesco