From f1956ffef55a0f859d3974677c90c728e3fc32f5 Mon Sep 17 00:00:00 2001 From: Cathy Zhou Date: Wed, 20 May 2009 21:09:54 -0700 Subject: 6803804 softmac_serialize_enter()/exit() can be replaced using the mac perimeter 6803642 dls_devnet_t reference leak in dls_devnet_setzid() 6807924 net-physical`net_reconfigure() emits errors on non-reconfig boots. 6822408 old-style autopush above network devices no longer works 6832151 memory leak for M_CTL messages sent down to the softmac --- usr/src/uts/common/sys/softmac_impl.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'usr/src/uts/common/sys/softmac_impl.h') diff --git a/usr/src/uts/common/sys/softmac_impl.h b/usr/src/uts/common/sys/softmac_impl.h index 83caa23c82..3e578fe38f 100644 --- a/usr/src/uts/common/sys/softmac_impl.h +++ b/usr/src/uts/common/sys/softmac_impl.h @@ -59,15 +59,6 @@ typedef struct softmac_lower_s { struct softmac_upper_s *sl_sup; softmac_lower_rxinfo_t *sl_rxinfo; - /* - * sl_ctl_inprogress is used to serialize the control path. It will - * be set when either an ioctl or an M_{PC,}PROTO message is received - * from the upper layer, and will be cleared when processing done. - */ - kmutex_t sl_ctl_mutex; - kcondvar_t sl_ctl_cv; - boolean_t sl_ctl_inprogress; - /* * When a control message is processed, either sl_pending_prim or * sl_pending_ioctl will be set. They will be cleared when the -- cgit v1.2.3