commit | 30482e4e2885bc71d058241d5aa1691480c8f938 | [log] [tgz] |
---|---|---|
author | Egil Hjelmeland <privat@egil-hjelmeland.no> | Wed Nov 08 11:44:36 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 13 09:59:07 2017 +0900 |
tree | ca1fb3bdd674b623dffe1a6d5e7add91ae197437 | |
parent | fdae5f37a88caed9d2105f5a1ff609322f9e5416 [diff] |
net: dsa: lan9303: Fix lan9303_alr_del_port() Fix embarrassing bug in lan9303_alr_del_port(): Instead of zeroing entr->mac_addr, I destroyed the next cache entry. Affected .port_fdb_del and .port_mdb_del. Fixes: 0620427ea0d6 ("net: dsa: lan9303: Add fdb/mdb manipulation") Signed-off-by: Egil Hjelmeland <privat@egil-hjelmeland.no> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>