summaryrefslogtreecommitdiffstats
path: root/sys/dev/etherswitch/etherswitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/etherswitch/etherswitch.h')
-rw-r--r--sys/dev/etherswitch/etherswitch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/etherswitch.h b/sys/dev/etherswitch/etherswitch.h
index 4f78763..c047c72 100644
--- a/sys/dev/etherswitch/etherswitch.h
+++ b/sys/dev/etherswitch/etherswitch.h
@@ -113,7 +113,7 @@ struct etherswitch_port {
typedef struct etherswitch_port etherswitch_port_t;
struct etherswitch_laggroup {
- int es_lag_valid;
+ int es_lagg_valid;
int es_laggroup;
int es_member_ports;
int es_untagged_ports;
OpenPOWER on IntegriCloud