diff options
author | hx147065 <none@none> | 2005-11-25 04:15:35 -0800 |
---|---|---|
committer | hx147065 <none@none> | 2005-11-25 04:15:35 -0800 |
commit | 516fc7f3e48e25d0375ea3f93ead33ec38bc597b (patch) | |
tree | 68fc701d36608eaff7bf7c6316793a80a4bdbe01 /usr/src/uts/common/sys/sunddi.h | |
parent | fcad04f7fe4636f026c96ae86eb035b8e785023b (diff) | |
download | illumos-gate-516fc7f3e48e25d0375ea3f93ead33ec38bc597b.tar.gz |
PSARC 2003/722 WiFi PCMCIA Driver Productization
PSARC 2005/681 wificonfig amendment
6209926 A wifi config tool is needed to configure the wifi drivers
Diffstat (limited to 'usr/src/uts/common/sys/sunddi.h')
-rw-r--r-- | usr/src/uts/common/sys/sunddi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/sunddi.h b/usr/src/uts/common/sys/sunddi.h index 1f287da483..dae7ff52f2 100644 --- a/usr/src/uts/common/sys/sunddi.h +++ b/usr/src/uts/common/sys/sunddi.h @@ -166,6 +166,8 @@ extern "C" { #define DDI_NT_NET "ddi_network" /* DLPI network devices */ +#define DDI_NT_NET_WIFI "ddi_network:wifi" /* wifi devices */ + #define DDI_NT_MAC "ddi_mac" /* MAC devices */ #define DDI_NT_DISPLAY "ddi_display" /* display devices */ |