Re: [PATCH v2] staging: rtl8723bs: fix network selection in rtw_mlme.c (completing todo)
From: Greg Kroah-Hartman
Date: Sun Dec 29 2024 - 05:22:30 EST
On Thu, Dec 26, 2024 at 06:30:24PM +0530, Atharva Tiwari wrote:
> this patch fixes the network selection logic to avoid selecting a network
> with the same ESSID as the olddest scanned network if it was scanned
> within the last 500 millisecounds
>
> and please give a specific value for "new enough" on line 481,
> i have estimated 500 millisecound but inform me if the value
> needs to be changed
Why is this paragraph in a changelog? How is that going to work?
>
> Signed-off-by: Atharva Tiwari <evepolonium@xxxxxxxxx>
> ---
> Changes since v1:
> - Changed the "new enough" value from 1000 millisecounds to 500
> - fixed some styling issue
You sent 4 copies of this, on different days, so I have no idea what the
"correct" one is :(
Please fix this up and send a v3 showing what is different from previous
versions and only send one copy.
thanks,
greg k-h