summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/softmac_impl.h
diff options
context:
space:
mode:
authoryz147064 <none@none>2008-01-25 11:06:49 -0800
committeryz147064 <none@none>2008-01-25 11:06:49 -0800
commit050fb0165f0d6a5cc81c5509d8375f2340d96f73 (patch)
tree38f250791c53111eb2079e243c42a26401c84d0e /usr/src/uts/common/sys/softmac_impl.h
parent4edd44c51fec55142bfb7fb1ee7aaa13a910a80f (diff)
downloadillumos-gate-050fb0165f0d6a5cc81c5509d8375f2340d96f73.tar.gz
6655105 bad trap when softmac_hold_device() fails
Diffstat (limited to 'usr/src/uts/common/sys/softmac_impl.h')
-rw-r--r--usr/src/uts/common/sys/softmac_impl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/softmac_impl.h b/usr/src/uts/common/sys/softmac_impl.h
index 93071c17a9..3fcfc97415 100644
--- a/usr/src/uts/common/sys/softmac_impl.h
+++ b/usr/src/uts/common/sys/softmac_impl.h
@@ -145,12 +145,6 @@ typedef struct softmac {
uint32_t smac_attached_left;
/*
- * This field is set and cleared by users of softmac (who calls
- * softmac_hold/rele_device()). It is protected by smac_mutex.
- */
- dev_info_t *smac_udip;
-
- /*
* The remaining fields are used to register the MAC for a legacy
* device. They are set in softmac_mac_register() and do not change.
* One can access them when mac_register() is done without locks.