diff options
| author | David S. Miller <davem@davemloft.net> | 2017-11-01 15:30:24 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-11-01 15:30:24 +0300 |
| commit | 1f2c897cb1ceb97cd6060eac353754fe926cb3be (patch) | |
| tree | b545bef2c57085b3566c09ee6b0a8d95f3abad9d /include | |
| parent | a95157d72d638913422773ea6faa384ebe4d366d (diff) | |
| parent | f849772915e5501c25f69f4815daa8cd86194634 (diff) | |
| download | linux-1f2c897cb1ceb97cd6060eac353754fe926cb3be.tar.xz | |
Merge branch 'lan9303-Fix-STP-and-flooding-issues'
Egil Hjelmeland says:
====================
net: dsa: lan9303: Fix STP and flooding issues
This patch set finishes the STP support, and fixes flooding issues.
Patch 1 fixes a flooding issue in the previous patch set.
Patch 2 finishes STP support by adding a ALR entry.
Patch 3 prevent duplicate flooding in HW and SW bridge.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/dsa/lan9303.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dsa/lan9303.h b/include/linux/dsa/lan9303.h index 05d8d136baab..b2110e69630f 100644 --- a/include/linux/dsa/lan9303.h +++ b/include/linux/dsa/lan9303.h @@ -34,3 +34,5 @@ struct lan9303 { **/ struct lan9303_alr_cache_entry alr_cache[LAN9303_NUM_ALR_RECORDS]; }; + +#define eth_stp_addr eth_reserved_addr_base |
