Commit 11e6c65a authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller

rocker: fix eth_type type in struct rocker_ctrl

Signed-off-by: default avatarJiri Pirko <jiri@resnulli.us>
Signed-off-by: default avatarScott Feldman <sfeldma@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9b03c71f
...@@ -2753,7 +2753,7 @@ static int rocker_port_vlan_l2_groups(struct rocker_port *rocker_port, ...@@ -2753,7 +2753,7 @@ static int rocker_port_vlan_l2_groups(struct rocker_port *rocker_port,
static struct rocker_ctrl { static struct rocker_ctrl {
const u8 *eth_dst; const u8 *eth_dst;
const u8 *eth_dst_mask; const u8 *eth_dst_mask;
u16 eth_type; __be16 eth_type;
bool acl; bool acl;
bool bridge; bool bridge;
bool term; bool term;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment