mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 15:34:48 +08:00
411d466d94
The magic number 4 in VLAN table lookup was the number of entries we
can read and write at once. Using phy_port_cnt here doesn't make
sense and presumably broke VLAN filtering for 3-port switches. Change
it back to 4.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
ksz8.h | ||
ksz8795_reg.h | ||
ksz8795_spi.c | ||
ksz8795.c | ||
ksz8863_smi.c | ||
ksz9477_i2c.c | ||
ksz9477_reg.h | ||
ksz9477_spi.c | ||
ksz9477.c | ||
ksz_common.c | ||
ksz_common.h | ||
Makefile |