On Sat, 2022-04-23 at 15:37 +0300, Kalle Valo wrote: > Kalle Valo <kvalo@xxxxxxxxxx> writes: > > > Ping-Ke Shih <pkshih@xxxxxxxxxxx> wrote: > > > > > In lower power mode, there are very low amount of RX, and it must process > > > in a separated function instead of schedule_napi(), because the existing > > > napi_poll does many things to optimize performance, but not all registers > > > can access in low power mode. The simple way is to use threadfn to process > > > the simple thing. > > > > > > Signed-off-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > > > > The title is hard to understand. > > If you can provide a new title I can fix it during commit. > Please help re-title to "rtw89: pci: add a separated interrupt handler for low power mode". Thank you Ping-Ke