RE: [PATCH v2 01/11] wifi: rtw88: add the RTL8723B chip type and SDIO helper

Ping-Ke Shih <[email protected]> Thu, 30 Jul 2026 09:17:41 +0000
Newsgroups org.kernel.vger.linux-wireless,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
[email protected] <[email protected]> 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