Re: [PATCH v6 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
Jakub Kicinski <[email protected]>
| Newsgroups | org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 11 Aug 2026 15:14:22 +0800 Jack Wu via B4 Relay wrote: > * Core logic - Contains the core logic to keep the > device working. It includes: > > * FSM (Finite State Machine) - Monitors the state > of the device, and notifies each module when the > state changes. This FSM exists in the driver, even tho you call it "core logic". Please provide more details in the patch description of patch 5 and consider whether any of this logic should live in the WWAN framework.