summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/mac_impl.h')
-rw-r--r--usr/src/uts/common/sys/mac_impl.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/mac_impl.h b/usr/src/uts/common/sys/mac_impl.h
index 9bf6b21d60..bc4bea80de 100644
--- a/usr/src/uts/common/sys/mac_impl.h
+++ b/usr/src/uts/common/sys/mac_impl.h
@@ -36,15 +36,12 @@ extern "C" {
#endif
/*
- * Statistics of class MAC_INTERFACE_STAT, maintained internally by the mac
- * module.
+ * Statistics maintained internally by the mac module.
*/
-enum mac_interface_stat {
+enum mac_mod_stat {
MAC_STAT_LINK_STATE,
MAC_STAT_LINK_UP,
- MAC_STAT_PROMISC,
-
- MAC_INTERFACE_NSTAT /* Must be the last entry */
+ MAC_STAT_PROMISC
};
typedef struct mac_multicst_addr_s mac_multicst_addr_t;