Date: Thu, 26 Mar 2009 21:29:38 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r190456 - head/sbin/ifconfig Message-ID: <200903262129.n2QLTclp038201@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Thu Mar 26 21:29:38 2009 New Revision: 190456 URL: http://svn.freebsd.org/changeset/base/190456 Log: add superg+tdma include files for protocol defs needed to do ie parsing Modified: head/sbin/ifconfig/ifieee80211.c Modified: head/sbin/ifconfig/ifieee80211.c ============================================================================== --- head/sbin/ifconfig/ifieee80211.c Thu Mar 26 21:29:03 2009 (r190455) +++ head/sbin/ifconfig/ifieee80211.c Thu Mar 26 21:29:38 2009 (r190456) @@ -78,6 +78,9 @@ #include <net/route.h> #include <net80211/ieee80211_ioctl.h> +#include <net80211/ieee80211_freebsd.h> +#include <net80211/ieee80211_superg.h> +#include <net80211/ieee80211_tdma.h> #include <assert.h> #include <ctype.h> @@ -3020,13 +3023,6 @@ list_scan(int s) } while (len >= sizeof(struct ieee80211req_scan_result)); } -#ifdef __FreeBSD__ -#include <net80211/ieee80211_freebsd.h> -#endif -#ifdef __NetBSD__ -#include <net80211/ieee80211_netbsd.h> -#endif - static void scan_and_wait(int s) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903262129.n2QLTclp038201>