summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/softmac_impl.h
diff options
context:
space:
mode:
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.