RE: [PATCH] wifi: rtw88: schedule rx work after everything is set up

From: Ping-Ke Shih
Date: Tue May 28 2024 - 21:29:54 EST


Marcin Ślusarz <marcin.slusarz@xxxxxxxxx> wrote:
> From: Marcin Ślusarz <mslusarz@xxxxxxxxx>
>
> Reported-by: Tim K <tpkuester@xxxxxxxxx>
> Closes:
> https://lore.kernel.org/linux-wireless/CA+shoWQ7P49jhQasofDcTdQhiuarPTjYEDa--NiVVx494WcuQw@mail.gmail.
> com/

I gave this suggestions too early, since we have not gotten test result from Tim.
I will change them to "Link:" if no ACK from Tim while merging.

> Signed-off-by: Marcin Ślusarz <mslusarz@xxxxxxxxx>
> Cc: Ping-Ke Shih <pkshih@xxxxxxxxxxx>
> Cc: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
> Cc: Kalle Valo <kvalo@xxxxxxxxxx>
> Cc: linux-wireless@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx

This is v2 version, so mail subject should be "[PATCH v2] ....", and add
change log here, like:

--- (delimiter is important here)

v2: add Reported-by and Closes.

> ---
> drivers/net/wireless/realtek/rtw88/usb.c | 13 ++++++++++---
> 1 file changed, 10 insertions(+), 3 deletions(-)
>

Also I would prefer to point out "usb" in subject, please use "wifi: rtw88: usb: "
as prefix.

[...]