summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wavelan_ieee.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-10-14 01:59:57 +0000
committerimp <imp@FreeBSD.org>2002-10-14 01:59:57 +0000
commit2cf51225e1370232cb1606878600b9f10c5fd223 (patch)
tree6b4639b34c2a0e77f2c87ff6e3d463e3f4285b98 /sys/dev/wi/if_wavelan_ieee.h
parentbfd4cfc4dcdce3760135607f6c95799431eb7367 (diff)
downloadFreeBSD-src-2cf51225e1370232cb1606878600b9f10c5fd223.zip
FreeBSD-src-2cf51225e1370232cb1606878600b9f10c5fd223.tar.gz
o Comment out the symbol download code for 4.x.
o Add hooks for doing power management of the output signal. o Minor hacks to make flexlint happy wrt staticness of functions.
Diffstat (limited to 'sys/dev/wi/if_wavelan_ieee.h')
-rw-r--r--sys/dev/wi/if_wavelan_ieee.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/wi/if_wavelan_ieee.h b/sys/dev/wi/if_wavelan_ieee.h
index e350c32..8916750 100644
--- a/sys/dev/wi/if_wavelan_ieee.h
+++ b/sys/dev/wi/if_wavelan_ieee.h
@@ -50,7 +50,6 @@
#ifndef SIOCGWAVELAN
#define SIOCGWAVELAN SIOCGIFGENERIC
#endif
-#define WI_RID_MONITOR_MODE 0x0500
/*
* Technically I don't think there's a limit to a record
@@ -76,6 +75,9 @@ struct wi_req {
#define WI_RID_ZERO_CACHE 0x0300
#define WI_RID_READ_CACHE 0x0400
#define WI_RID_FWDOWNLOAD 0x0500
+#define WI_RID_MONITOR_MODE 0x0600
+#define WI_RID_MIF 0x0700
+
struct wi_80211_hdr {
u_int16_t frame_ctl;
@@ -698,8 +700,6 @@ struct wi_scan_p2_hdr {
#define SIOCSPRISM2DEBUG _IOW('i', 137, struct ifreq)
#define SIOCGPRISM2DEBUG _IOWR('i', 138, struct ifreq)
-#define WI_CMD_DEBUG 0x0038 /* prism2 debug */
-
#define WI_DEBUG_RESET 0x00
#define WI_DEBUG_INIT 0x01
#define WI_DEBUG_SLEEP 0x02
OpenPOWER on IntegriCloud