RE: [PATCH v2 01/11] wifi: rtw88: add the RTL8723B chip type and SDIO helper
From: Ping-Ke Shih
Date: Thu Jul 30 2026 - 05:26:19 EST
luka.gejak@xxxxxxxxx <luka.gejak@xxxxxxxxx> wrote:
> it would be four callbacks (free page check, page
> accounting, output queue wait, transfer sizing) and I did not want to
> introduce that structure without asking first.
If these are called from sdio.c, just check chip ID in sdio.c.
If they are used by common flow like coex.c, I prefer to implement them
by chip_ops.
Ping-ke