Module Name: src Committed By: dyoung Date: Fri Mar 19 01:32:30 UTC 2010
Modified Files: src/sys/dev/ic: athvar.h Log Message: Don't pick up the network-interface, ethernet, and 802.11-related definitions by chance (or by the bus-specific front-end #including them!). #include them here, instead. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/athvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/ic/athvar.h diff -u src/sys/dev/ic/athvar.h:1.32 src/sys/dev/ic/athvar.h:1.33 --- src/sys/dev/ic/athvar.h:1.32 Sun Mar 14 21:25:59 2010 +++ src/sys/dev/ic/athvar.h Fri Mar 19 01:32:30 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: athvar.h,v 1.32 2010/03/14 21:25:59 dyoung Exp $ */ +/* $NetBSD: athvar.h,v 1.33 2010/03/19 01:32:30 dyoung Exp $ */ /*- * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting @@ -44,6 +44,12 @@ #ifndef _DEV_ATH_ATHVAR_H #define _DEV_ATH_ATHVAR_H +#include <net/if.h> +#include <net/if_media.h> +#include <net/if_ether.h> + +#include <net80211/ieee80211_netbsd.h> +#include <net80211/ieee80211_var.h> #include <net80211/ieee80211_radiotap.h> #include <external/isc/atheros_hal/dist/ah.h>