mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +02:00
Adjust the initialization sequence of KSZ88x3 switches to enable
802.1p priority control on Port 2 before configuring Port 1. This
change ensures the apptrust functionality on Port 1 operates
correctly, as it depends on the priority settings of Port 2. The
prior initialization sequence incorrectly configured Port 1 first,
which could lead to functional discrepancies.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| ksz8.h | ||
| ksz8795.c | ||
| ksz8795_reg.h | ||
| ksz8863_smi.c | ||
| ksz9477.c | ||
| ksz9477.h | ||
| ksz9477_acl.c | ||
| ksz9477_i2c.c | ||
| ksz9477_reg.h | ||
| ksz9477_tc_flower.c | ||
| ksz_common.c | ||
| ksz_common.h | ||
| ksz_dcb.c | ||
| ksz_dcb.h | ||
| ksz_ptp.c | ||
| ksz_ptp.h | ||
| ksz_ptp_reg.h | ||
| ksz_spi.c | ||
| lan937x.h | ||
| lan937x_main.c | ||
| lan937x_reg.h | ||
| Makefile | ||