Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69ec303a authored by Brett Rudley's avatar Brett Rudley Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: migrate #includes from headers into .c files.

parent 997dd24f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,8 +27,10 @@
#include <wlc_key.h>
#include <sbhndpio.h>
#include <sbhnddma.h>
#include <wlc_event.h>
#include <wlc_mac80211.h>
#include <wlc_alloc.h>
#include <wl_dbg.h>

static wlc_pub_t *wlc_pub_malloc(osl_t *osh, uint unit, uint *err,
				 uint devid);
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <wlc_rate.h>
#include <wlc_pub.h>
#include <wlc_key.h>
#include <wlc_event.h>
#include <wlc_mac80211.h>
#include <wlc_phy_hal.h>
#include <wlc_antsel.h>
@@ -35,6 +36,7 @@
#include <net/mac80211.h>
#include <wlc_ampdu.h>
#include <wl_export.h>
#include <wl_dbg.h>

#ifdef WLC_HIGH_ONLY
#include <bcm_rpc_tp.h>
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
#include <wlc_key.h>
#include <wlc_pub.h>
#include <wl_dbg.h>
#include <wlc_event.h>
#include <wlc_mac80211.h>
#include <wlc_bmac.h>
#include <wlc_phy_hal.h>
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
 * At some point we may be able to skip the include of wlc.h and instead just
 * define a stub wlc_info and band struct to allow rpc calls to get the rpc handle.
 */
#include <wlc_event.h>
#include <wlc_mac80211.h>
#include <wlc_bmac.h>
#include <wlc_phy_shim.h>
@@ -72,6 +73,7 @@
#include <pcie_core.h>

#include <wlc_alloc.h>
#include <wl_dbg.h>

#define	TIMER_INTERVAL_WATCHDOG_BMAC	1000	/* watchdog timer, in unit of ms */

+2 −0
Original line number Diff line number Diff line
@@ -28,10 +28,12 @@
#include <wlioctl.h>
#include <wlc_pub.h>
#include <wlc_key.h>
#include <wlc_event.h>
#include <wlc_mac80211.h>
#include <wlc_bmac.h>
#include <wlc_stf.h>
#include <wlc_channel.h>
#include <wl_dbg.h>

typedef struct wlc_cm_band {
	u8 locale_flags;	/* locale_info_t flags */
Loading