summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_impl.h
diff options
context:
space:
mode:
authorseb <none@none>2006-07-21 15:05:23 -0700
committerseb <none@none>2006-07-21 15:05:23 -0700
commit945c212afec9d02b63fcd6b175ab711ffb55bf3b (patch)
tree84455202b5a1f7cacba2d2f12d44bc268835897d /usr/src/uts/common/sys/mac_impl.h
parent7f4f06d2ae918f5a65beea8cd5d9192940b9101d (diff)
downloadillumos-joyent-945c212afec9d02b63fcd6b175ab711ffb55bf3b.tar.gz
6445821 mac_ether modinfo description should be adjusted
6449604 unused typedef ks_update_fnp in mac_stat.c 6449620 superfluous ARGSUSED in front of mac_register() 6449650 mac_interface_stat enum has aesthetic problems
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;