Re: [PATCH net-next v9 1/3] net: airoha: rename airoha_priv_flags to airoha_dev_flags
Jacob Keller <[email protected]>
| Newsgroups | org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 7/20/2026 3:03 PM, Lorenzo Bianconi wrote: > Rename the airoha_priv_flags enum to airoha_dev_flags and the > AIROHA_PRIV_F_WAN flag to AIROHA_DEV_F_WAN. The "priv_flags" naming > dates back to an earlier design that used ethtool private flags; since > this series switched to tc qdisc offload for LAN/WAN configuration, > align the naming to reflect that these are per-device flags rather than > ethtool private flags. No functional change. > > Reviewed-by: Simon Horman <[email protected]> > Reviewed-by: Alexander Lobakin <[email protected]> > Signed-off-by: Lorenzo Bianconi <[email protected]> > --- Reviewed-by: Jacob Keller <[email protected]>