diff options
Diffstat (limited to 'usr/src/uts/common/sys/softmac_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/softmac_impl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/uts/common/sys/softmac_impl.h b/usr/src/uts/common/sys/softmac_impl.h index bd94d4982e..00c37d3422 100644 --- a/usr/src/uts/common/sys/softmac_impl.h +++ b/usr/src/uts/common/sys/softmac_impl.h @@ -73,11 +73,6 @@ typedef struct softmac_lower_s { } softmac_lower_t; typedef enum { - SOFTMAC_INITIALIZED, - SOFTMAC_READY -} softmac_lower_state_t; - -typedef enum { SOFTMAC_UNINIT, SOFTMAC_ATTACH_INPROG, SOFTMAC_ATTACH_DONE, |