From 7351058d10da323b1169e775c5aee67739a51352 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 3 Jan 2011 07:39:17 +0100 Subject: [PATCH] : Uncomment wi_req. This, in conjunction with a few patches I submitted to pkgsrc, will eventually fix building the following packages: net/gtk_wicontrol net/wimon net/wistumbler net/wistumbler2 net/xfce4-wavelan-plugin (and thereby meta/xfce4-extras) --- sys/dev/netif/wi/if_wavelan_ieee.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/netif/wi/if_wavelan_ieee.h b/sys/dev/netif/wi/if_wavelan_ieee.h index 1960049c74..c7eecd26f6 100644 --- a/sys/dev/netif/wi/if_wavelan_ieee.h +++ b/sys/dev/netif/wi/if_wavelan_ieee.h @@ -59,13 +59,11 @@ */ #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 -- 2.41.0