diff options
author | Cathy Zhou <Cathy.Zhou@Sun.COM> | 2009-05-20 21:09:54 -0700 |
---|---|---|
committer | Cathy Zhou <Cathy.Zhou@Sun.COM> | 2009-05-20 21:09:54 -0700 |
commit | f1956ffef55a0f859d3974677c90c728e3fc32f5 (patch) | |
tree | 3d1e78d2343cb8ea71be6f31011fd3e1f236f13a /usr/src/uts/common/sys/softmac_impl.h | |
parent | edf70dc9b8e373c558a49c15c2d86be817d497fe (diff) | |
download | illumos-gate-f1956ffef55a0f859d3974677c90c728e3fc32f5.tar.gz |
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
Diffstat (limited to 'usr/src/uts/common/sys/softmac_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/softmac_impl.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ -60,15 +60,6 @@ typedef struct softmac_lower_s { 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 * acknowledgement of the specific control message is received |