summaryrefslogtreecommitdiffstats
path: root/sys/dev/wi/if_wavelan_ieee.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-07-11 21:25:48 +0000
committerthompsa <thompsa@FreeBSD.org>2007-07-11 21:25:48 +0000
commitc2081368d230e2160f4ab899eadf89a0201e6bbb (patch)
treefe6c64cdfdf1d0b97ca969f39629a90284a198b3 /sys/dev/wi/if_wavelan_ieee.h
parentf30a555ada1b1a4cdfd1c42591b4f3466f940317 (diff)
downloadFreeBSD-src-c2081368d230e2160f4ab899eadf89a0201e6bbb.zip
FreeBSD-src-c2081368d230e2160f4ab899eadf89a0201e6bbb.tar.gz
Now that wicontrol has been removed from the base system the corresponding
ioctls can be removed. These have been #ifdef'd out and left as a reference in case any of the RIDs need to be turned into sysctls at a later date. Reviewed by: sam, avatar Approved by: re (kensmith)
Diffstat (limited to 'sys/dev/wi/if_wavelan_ieee.h')
-rw-r--r--sys/dev/wi/if_wavelan_ieee.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wavelan_ieee.h b/sys/dev/wi/if_wavelan_ieee.h
index c726ec9..0a04bed 100644
--- a/sys/dev/wi/if_wavelan_ieee.h
+++ b/sys/dev/wi/if_wavelan_ieee.h
@@ -59,11 +59,13 @@
*/
#define WI_MAX_DATALEN 512
+#if 0
struct wi_req {
u_int16_t wi_len;
u_int16_t wi_type;
u_int16_t wi_val[WI_MAX_DATALEN];
};
+#endif
/*
* Private LTV records (interpreted only by the driver). This is
OpenPOWER on IntegriCloud