Re: [RFC PATCH net-next v3 11/20] net: dsa: qca8k: add GLOBAL_FC settings needed for qca8327

From: Andrew Lunn
Date: Tue May 04 2021 - 20:54:11 EST


> struct qca8k_priv {
> + u8 switch_revision;
> struct regmap *regmap;
> struct mii_bus *bus;
> struct ar8xxx_port_status port_sts[QCA8K_NUM_PORTS];

This belongs in some other patch.

Andrew