usr/src/uts/common/sys/mac.h
changeset 9641 303af5355fc7
parent 9514 7732f19e67a6
child 10491 8893b747ecdf
--- a/usr/src/uts/common/sys/mac.h	Fri May 15 23:41:08 2009 -0700
+++ b/usr/src/uts/common/sys/mac.h	Mon May 18 10:01:40 2009 -0400
@@ -330,10 +330,8 @@
 
 typedef enum {
 	MAC_NOTE_LINK,
-	MAC_NOTE_PROMISC,
 	MAC_NOTE_UNICST,
 	MAC_NOTE_TX,
-	MAC_NOTE_RESOURCE,
 	MAC_NOTE_DEVPROMISC,
 	MAC_NOTE_FASTPATH_FLUSH,
 	MAC_NOTE_SDU_SIZE,
@@ -348,14 +346,6 @@
 typedef	mblk_t		*(*mac_receive_t)(void *, int);
 
 /*
- * MAC promiscuous types
- */
-typedef enum {
-	MAC_PROMISC = 0x01,		/* MAC instance is promiscuous */
-	MAC_DEVPROMISC = 0x02		/* Device is promiscuous */
-} mac_promisc_type_t;
-
-/*
  * MAC resource types
  */
 typedef enum {
@@ -588,7 +578,6 @@
 
 extern void 			mac_unicst_update(mac_handle_t,
 				    const uint8_t *);
-extern void			mac_resource_update(mac_handle_t);
 extern void			mac_capab_update(mac_handle_t);
 extern int			mac_pdata_update(mac_handle_t, void *,
 				    size_t);