diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2022-08-25 21:45:38 -0700 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2022-08-25 21:45:38 -0700 |
| commit | ec6624452e36158d0813758d837f7a2263a4109d (patch) | |
| tree | d87a97b450d21edc0fafcfcb1e5b13020249bd60 /drivers/net/dsa/microchip/ksz_common.h | |
| parent | e9ac503883abbd298b77477ccf60412bc0ca742f (diff) | |
| parent | 4c612826bec1441214816827979b62f84a097e91 (diff) | |
Merge branch 'linus'
Diffstat (limited to 'drivers/net/dsa/microchip/ksz_common.h')
| -rw-r--r-- | drivers/net/dsa/microchip/ksz_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/microchip/ksz_common.h b/drivers/net/dsa/microchip/ksz_common.h index 764ada3a0f42..0d9520dc6d2d 100644 --- a/drivers/net/dsa/microchip/ksz_common.h +++ b/drivers/net/dsa/microchip/ksz_common.h @@ -65,6 +65,7 @@ struct ksz_chip_data { struct ksz_port { bool remove_tag; /* Remove Tag flag set, for ksz8795 only */ + bool learning; int stp_state; struct phy_device phydev; |
