Date: Thu, 19 May 2016 04:45:50 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300190 - head/sys/gnu/dev/bwn/phy_n Message-ID: <201605190445.u4J4joCU072016@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu May 19 04:45:50 2016 New Revision: 300190 URL: https://svnweb.freebsd.org/changeset/base/300190 Log: [bwn] add opt_wlan.h and opt_bwn.h to each of the phy_n source files. Modified: head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c Modified: head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c ============================================================================== --- head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c Thu May 19 04:29:25 2016 (r300189) +++ head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c Thu May 19 04:45:50 2016 (r300190) @@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> Modified: head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c ============================================================================== --- head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c Thu May 19 04:29:25 2016 (r300189) +++ head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c Thu May 19 04:45:50 2016 (r300190) @@ -29,6 +29,8 @@ __FBSDID("$FreeBSD$"); /* * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" #include <sys/param.h> #include <sys/systm.h> Modified: head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c ============================================================================== --- head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c Thu May 19 04:29:25 2016 (r300189) +++ head/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c Thu May 19 04:45:50 2016 (r300190) @@ -30,6 +30,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> Modified: head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c ============================================================================== --- head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c Thu May 19 04:29:25 2016 (r300189) +++ head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c Thu May 19 04:45:50 2016 (r300190) @@ -30,6 +30,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> Modified: head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c ============================================================================== --- head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c Thu May 19 04:29:25 2016 (r300189) +++ head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c Thu May 19 04:45:50 2016 (r300190) @@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> Modified: head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c ============================================================================== --- head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c Thu May 19 04:29:25 2016 (r300189) +++ head/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c Thu May 19 04:45:50 2016 (r300190) @@ -31,6 +31,9 @@ __FBSDID("$FreeBSD$"); * The Broadcom Wireless LAN controller driver. */ +#include "opt_wlan.h" +#include "opt_bwn.h' + #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605190445.u4J4joCU072016>