]> git.itanic.dy.fi Git - linux-stable/commit
net: bonding: Share lacpdu_mcast_addr definition
authorBenjamin Poirier <bpoirier@nvidia.com>
Wed, 7 Sep 2022 07:56:39 +0000 (16:56 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Sep 2022 13:34:01 +0000 (14:34 +0100)
commit1d9a143ee3408349700f44a9197b7ae0e4faae5d
tree6bacb0280d44d2a3e9607a213e236e3ff3c755f6
parent21be1ad637493f960ea754399d86f65f7e260250
net: bonding: Share lacpdu_mcast_addr definition

There are already a few definitions of arrays containing
MULTICAST_LACPDU_ADDR and the next patch will add one more use. These all
contain the same constant data so define one common instance for all
bonding code.

Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_3ad.c
drivers/net/bonding/bond_main.c
include/net/bond_3ad.h
include/net/bonding.h