Re: [PATCH rtw-next v3 2/3] wifi: rtl8xxxu: unwind incomplete receive startup
From: Kim Wooseok
Date: Sun Sep 20 2026 - 04:18:41 EST
Hi Ping-Ke,
> I have a request in v2 that please make sure all error path can
> properly handled by rtl8xxxu_stop(). Can you confirm and ack me?
> Or I missed?
Yes. More precisely, apart from interrupt URB allocation and submission
failures (this adapter does not use that path, so those two cases were
excluded from hardware testing), I exercised all remaining error exits
from rtl8xxxu_start() on the device.
TX and RX URB allocation failures and fatal RX submission failures were
tested at the first, middle and last positions. The same tests were run
both after a successful activation and on the first start after a
fresh probe.
In each case, start returned the expected error and rtl8xxxu_stop()
cleaned up the remaining resources and RX work. Reception resumed
normally on the next start.
I will add the blank line, initialize priv at its declaration, and
carry your Reviewed-by into the next version. Thank you.
Thanks,
Kim Wooseok