diff options
Diffstat (limited to 'usr/src/uts/common/sys/softmac_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/softmac_impl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/softmac_impl.h b/usr/src/uts/common/sys/softmac_impl.h index eb71063bc7..bd94d4982e 100644 --- a/usr/src/uts/common/sys/softmac_impl.h +++ b/usr/src/uts/common/sys/softmac_impl.h @@ -301,7 +301,9 @@ typedef struct softmac_upper_s { uint32_t su_bound : 1, /* SL */ su_active : 1, /* SL */ - su_direct : 1; /* SL */ + su_direct : 1, /* SL */ + su_is_arp : 1, + su_pad_to_32:28; /* * Used for fastpath data path. |