We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e910 commit 4c78bb8Copy full SHA for 4c78bb8
drivers/net/team/team_mode_loadbalance.c
@@ -142,22 +142,10 @@ static void lb_exit(struct team *team)
142
ARRAY_SIZE(lb_options));
143
}
144
145
-static int lb_port_enter(struct team *team, struct team_port *port)
146
-{
147
- return team_port_set_team_mac(port);
148
-}
149
-
150
-static void lb_port_change_mac(struct team *team, struct team_port *port)
151
152
- team_port_set_team_mac(port);
153
154
155
static const struct team_mode_ops lb_mode_ops = {
156
.init = lb_init,
157
.exit = lb_exit,
158
.transmit = lb_transmit,
159
- .port_enter = lb_port_enter,
160
- .port_change_mac = lb_port_change_mac,
161
};
162
163
static struct team_mode lb_mode = {
0 commit comments