mirror of https://github.com/torvalds/linux.git
The start counter for FT1 filter is wrongly set to 0 in the driver.
FT1 is used for source address violation (SAV) check and source address
starts at Byte 6 not Byte 0. Fix this by changing start counter to
ETH_ALEN in icssg_ft1_set_mac_addr().
Fixes:
|
||
|---|---|---|
| .. | ||
| icss_iep.c | ||
| icss_iep.h | ||
| icssg_classifier.c | ||
| icssg_common.c | ||
| icssg_config.c | ||
| icssg_config.h | ||
| icssg_ethtool.c | ||
| icssg_mii_cfg.c | ||
| icssg_mii_rt.h | ||
| icssg_prueth.c | ||
| icssg_prueth.h | ||
| icssg_prueth_sr1.c | ||
| icssg_queues.c | ||
| icssg_stats.c | ||
| icssg_stats.h | ||
| icssg_switch_map.h | ||