diff options
Diffstat (limited to 'usr/src/uts/common/sys/mac_impl.h')
| -rw-r--r-- | usr/src/uts/common/sys/mac_impl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/mac_impl.h b/usr/src/uts/common/sys/mac_impl.h index ee5557b113..9a02c07b54 100644 --- a/usr/src/uts/common/sys/mac_impl.h +++ b/usr/src/uts/common/sys/mac_impl.h @@ -457,9 +457,10 @@ struct mac_impl_s { mac_resource_props_t mi_resource_props; /* SL */ minor_t mi_minor; /* WO */ - dev_t mi_phy_dev; /* WO */ uint32_t mi_oref; /* SL */ - uint32_t mi_unsup_note; /* WO */ + mac_capab_legacy_t mi_capab_legacy; /* WO */ + dev_t mi_phy_dev; /* WO */ + /* * List of margin value requests added by mac clients. This list is * sorted: the first one has the greatest value. |
