At 2023-05-11 20:26:40, "Simon Horman" <simon.horman@xxxxxxxxxxxx> wrote: >On Wed, May 10, 2023 at 11:34:19PM -0500, Larry Finger wrote: >> On 5/10/23 22:18, Yun Lu wrote: >> > From: Yun Lu <luyun@xxxxxxxxxx> >> > >> > When using rtl8192cu with rtl8xxxu driver to connect wifi, there is a >> > probability of failure, which shows "authentication with ... timed out". >> > Through debugging, it was found that the RCR register has been inexplicably >> > modified to an incorrect value, resulting in the nic not being able to >> > receive authenticated frames. >> > >> > To fix this problem, add regrcr in rtl8xxxu_priv struct, and store >> > the RCR value every time the register is writen, and use it the next > >nit: s/writen/written/ > >> > time the register need to be modified. >> > >> > Signed-off-by: Yun Lu <luyun@xxxxxxxxxx> > >... Yeah, it's my mistake. I will send a third version later to correct it. Thanks.