Commit 45575664 authored by Arend van Spriel's avatar Arend van Spriel Committed by Greg Kroah-Hartman

staging: brcm80211: remove nested include statements

In order to analyze include file usage nested includes have been
removed from the driver sources.
Reviewed-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarBrett Rudley <brudley@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 62b54dca
...@@ -18,35 +18,35 @@ ...@@ -18,35 +18,35 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/string.h> #include <linux/types.h>
#include <linux/pci_ids.h> #include <linux/pci_ids.h>
#include <bcmdefs.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <osl.h> #include <linux/firmware.h>
#define WLC_MAXBSSCFG 1 /* single BSS configs */
#include <wlc_cfg.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include <phy_version.h>
#include <proto/802.1d.h>
#include <bcmdefs.h>
#include <osl.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <pcicfg.h> #include <pcicfg.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <wlc_key.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <wlc_channel.h>
#include <wlc_pub.h>
#include <wlc_scb.h>
#include <wl_dbg.h>
#include <wl_export.h>
#include <wl_mac80211.h>
#include <linux/firmware.h>
#include <wl_ucode.h>
#include <d11ucode_ext.h>
#include "wlc_cfg.h"
#include "phy/phy_version.h"
#include "wlc_key.h"
#include "sbhndpio.h"
#include "phy/wlc_phy_hal.h"
#include "wlc_channel.h"
#include "wlc_scb.h"
#include "wlc_pub.h"
#include "wl_dbg.h"
#include "wl_export.h"
#include "wl_ucode.h"
#include "d11ucode_ext.h"
#include "wl_mac80211.h"
static void wl_timer(unsigned long data); static void wl_timer(unsigned long data);
static void _wl_timer(wl_timer_t *t); static void _wl_timer(wl_timer_t *t);
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
#ifndef _wl_mac80211_h_ #ifndef _wl_mac80211_h_
#define _wl_mac80211_h_ #define _wl_mac80211_h_
#include <wlc_types.h>
/* BMAC Note: High-only driver is no longer working in softirq context as it needs to block and /* BMAC Note: High-only driver is no longer working in softirq context as it needs to block and
* sleep so perimeter lock has to be a semaphore instead of spinlock. This requires timers to be * sleep so perimeter lock has to be a semaphore instead of spinlock. This requires timers to be
* submitted to workqueue instead of being on kernel timer * submitted to workqueue instead of being on kernel timer
......
...@@ -14,22 +14,30 @@ ...@@ -14,22 +14,30 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/string.h> #include <linux/types.h>
#include <bcmdefs.h>
#include <wlc_cfg.h> #include <proto/802.1d.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <osl.h> #include <osl.h>
#include <bcmdefs.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <wlc_pub.h>
#include <wlc_key.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <wlc_mac80211.h>
#include <wlc_alloc.h> #include "sbhndpio.h"
#include <wl_dbg.h> #include "d11.h"
#include "wlc_types.h"
#include "wlc_cfg.h"
#include "wlc_scb.h"
#include "wlc_pub.h"
#include "wlc_key.h"
#include "wlc_alloc.h"
#include "wl_dbg.h"
#include "wlc_rate.h"
#include "wlc_bsscfg.h"
#include "phy/wlc_phy_hal.h"
#include "wlc_channel.h"
#include "wlc_mac80211.h"
static struct wlc_bsscfg *wlc_bsscfg_malloc(struct osl_info *osh, uint unit); static struct wlc_bsscfg *wlc_bsscfg_malloc(struct osl_info *osh, uint unit);
static void wlc_bsscfg_mfree(struct osl_info *osh, struct wlc_bsscfg *cfg); static void wlc_bsscfg_mfree(struct osl_info *osh, struct wlc_bsscfg *cfg);
......
...@@ -14,9 +14,11 @@ ...@@ -14,9 +14,11 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <wlc_cfg.h> #include <net/mac80211.h>
#include <bcmdefs.h>
#include <proto/802.1d.h>
#include <osl.h> #include <osl.h>
#include <bcmdefs.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <wlioctl.h> #include <wlioctl.h>
...@@ -24,17 +26,21 @@ ...@@ -24,17 +26,21 @@
#include <sbhnddma.h> #include <sbhnddma.h>
#include <hnddma.h> #include <hnddma.h>
#include <d11.h> #include <d11.h>
#include <wlc_rate.h>
#include <wlc_pub.h> #include "wlc_types.h"
#include <wlc_key.h> #include "wlc_cfg.h"
#include <wlc_mac80211.h> #include "wlc_rate.h"
#include <wlc_phy_hal.h> #include "wlc_scb.h"
#include <wlc_antsel.h> #include "wlc_pub.h"
#include <wlc_scb.h> #include "wlc_key.h"
#include <net/mac80211.h> #include "phy/wlc_phy_hal.h"
#include <wlc_ampdu.h> #include "wlc_antsel.h"
#include <wl_export.h> #include "wl_export.h"
#include <wl_dbg.h> #include "wl_dbg.h"
#include "wlc_bsscfg.h"
#include "wlc_channel.h"
#include "wlc_mac80211.h"
#include "wlc_ampdu.h"
/* /*
* Disable AMPDU statistics counters for now * Disable AMPDU statistics counters for now
......
...@@ -21,26 +21,31 @@ ...@@ -21,26 +21,31 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <bcmdefs.h>
#include <proto/802.1d.h>
#include <osl.h> #include <osl.h>
#include <bcmdefs.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <wlioctl.h>
#include <bcmdevs.h> #include <bcmdevs.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <d11.h> #include <wlioctl.h>
#include <wlc_rate.h>
#include <wlc_key.h> #include "sbhndpio.h"
#include <wlc_pub.h> #include "d11.h"
#include <wl_dbg.h> #include "wlc_rate.h"
#include <wlc_mac80211.h> #include "wlc_key.h"
#include <wlc_bmac.h> #include "wlc_scb.h"
#include <wlc_phy_hal.h> #include "wlc_pub.h"
#include <wl_export.h> #include "wl_dbg.h"
#include <wlc_antsel.h> #include "phy/wlc_phy_hal.h"
#include <wlc_phy_shim.h> #include "wlc_bmac.h"
#include "wlc_channel.h"
#include "wlc_bsscfg.h"
#include "wlc_mac80211.h"
#include "wl_export.h"
#include "wlc_phy_shim.h"
#include "wlc_antsel.h"
/* useful macros */ /* useful macros */
#define WLC_ANTSEL_11N_0(ant) ((((ant) & ANT_SELCFG_MASK) >> 4) & 0xf) #define WLC_ANTSEL_11N_0(ant) ((((ant) & ANT_SELCFG_MASK) >> 4) & 0xf)
......
...@@ -16,57 +16,50 @@ ...@@ -16,57 +16,50 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <wlc_cfg.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <bcmdefs.h>
#include <osl.h>
#include <proto/802.11.h> #include <proto/802.11.h>
#include <proto/802.1d.h>
#include <osl.h>
#include <bcmdefs.h>
#include <bcmdevs.h>
#include <bcmwifi.h> #include <bcmwifi.h>
#include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <bcmsrom.h>
#include <bcmotp.h>
#include <bcmutils.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <sbconfig.h> #include <sbconfig.h>
#include <sbchipc.h> #include <sbchipc.h>
#include <pcicfg.h> #include <pcicfg.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <hnddma.h> #include <hnddma.h>
#include <hndpmu.h> #include <hndpmu.h>
#include <d11.h>
#include <wlc_rate.h> #include "wlc_types.h"
#include <wlc_pub.h> #include "sbhndpio.h"
#include <wlc_channel.h> #include "d11.h"
#include <bcmsrom.h> #include "wlc_cfg.h"
#include <wlc_key.h> #include "wlc_rate.h"
#include <bcmdevs.h> #include "wlc_scb.h"
/* BMAC_NOTE: a WLC_HIGH compile include of wlc.h adds in more structures and type #include "wlc_pub.h"
* dependencies. Need to include these to files to allow a clean include of wlc.h #include "wlc_key.h"
* with WLC_HIGH defined. #include "wlc_phy_shim.h"
* At some point we may be able to skip the include of wlc.h and instead just #include "phy/wlc_phy_hal.h"
* define a stub wlc_info and band struct to allow rpc calls to get the rpc handle. #include "wlc_channel.h"
*/ #include "wlc_bsscfg.h"
#include <wlc_mac80211.h> #include "wlc_mac80211.h"
#include <wlc_bmac.h> #include "wl_export.h"
#include <wlc_phy_shim.h>
#include <wlc_phy_hal.h>
#include <wl_export.h>
#include "wl_ucode.h" #include "wl_ucode.h"
#include "d11ucode_ext.h" #include "d11ucode_ext.h"
#include <bcmotp.h> #include "wlc_antsel.h"
#include "pcie_core.h"
/* BMAC_NOTE: With WLC_HIGH defined, some fns in this file make calls to high level #include "wlc_alloc.h"
* functions defined in the headers below. We should be eliminating those calls and #include "wl_dbg.h"
* will be able to delete these include lines. #include "wlc_bmac.h"
*/
#include <wlc_antsel.h>
#include <pcie_core.h>
#include <wlc_alloc.h>
#include <wl_dbg.h>
#define TIMER_INTERVAL_WATCHDOG_BMAC 1000 /* watchdog timer, in unit of ms */ #define TIMER_INTERVAL_WATCHDOG_BMAC 1000 /* watchdog timer, in unit of ms */
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
#ifndef _WLC_BSSCFG_H_ #ifndef _WLC_BSSCFG_H_
#define _WLC_BSSCFG_H_ #define _WLC_BSSCFG_H_
#include <wlc_types.h>
/* Check if a particular BSS config is AP or STA */ /* Check if a particular BSS config is AP or STA */
#define BSSCFG_AP(cfg) (0) #define BSSCFG_AP(cfg) (0)
#define BSSCFG_STA(cfg) (1) #define BSSCFG_STA(cfg) (1)
...@@ -28,8 +26,6 @@ ...@@ -28,8 +26,6 @@
/* forward declarations */ /* forward declarations */
typedef struct wlc_bsscfg wlc_bsscfg_t; typedef struct wlc_bsscfg wlc_bsscfg_t;
#include <wlc_rate.h>
#define NTXRATE 64 /* # tx MPDUs rate is reported for */ #define NTXRATE 64 /* # tx MPDUs rate is reported for */
#define MAXMACLIST 64 /* max # source MAC matches */ #define MAXMACLIST 64 /* max # source MAC matches */
#define BCN_TEMPLATE_COUNT 2 #define BCN_TEMPLATE_COUNT 2
......
...@@ -15,24 +15,33 @@ ...@@ -15,24 +15,33 @@
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/string.h> #include <linux/types.h>
#include <bcmdefs.h>
#include <wlc_cfg.h>
#include <osl.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <proto/802.1d.h>
#include <osl.h>
#include <bcmdefs.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <wlc_pub.h>
#include <wlc_key.h> #include "wlc_types.h"
#include <wlc_mac80211.h> #include "sbhndpio.h"
#include <wlc_bmac.h> #include "d11.h"
#include <wlc_stf.h> #include "wlc_cfg.h"
#include <wlc_channel.h> #include "wlc_scb.h"
#include <wl_dbg.h> #include "wlc_pub.h"
#include "wlc_key.h"
#include "phy/wlc_phy_hal.h"
#include "wlc_bmac.h"
#include "wlc_rate.h"
#include "wlc_channel.h"
#include "wlc_bsscfg.h"
#include "wlc_mac80211.h"
#include "wlc_stf.h"
#include "wl_dbg.h"
#define VALID_CHANNEL20_DB(wlc, val) wlc_valid_channel20_db((wlc)->cmi, val) #define VALID_CHANNEL20_DB(wlc, val) wlc_valid_channel20_db((wlc)->cmi, val)
#define VALID_CHANNEL20_IN_BAND(wlc, bandunit, val) \ #define VALID_CHANNEL20_IN_BAND(wlc, bandunit, val) \
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
#ifndef _WLC_CHANNEL_H_ #ifndef _WLC_CHANNEL_H_
#define _WLC_CHANNEL_H_ #define _WLC_CHANNEL_H_
#include <wlc_phy_hal.h>
#define WLC_TXPWR_DB_FACTOR 4 /* conversion for phy txpwr cacluations that use .25 dB units */ #define WLC_TXPWR_DB_FACTOR 4 /* conversion for phy txpwr cacluations that use .25 dB units */
struct wlc_info; struct wlc_info;
......
...@@ -16,10 +16,11 @@ ...@@ -16,10 +16,11 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/ctype.h> #include <linux/ctype.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/string.h> #include <net/mac80211.h>
#include <proto/802.1d.h>
#include <bcmdefs.h> #include <bcmdefs.h>
#include <bcmdevs.h> #include <bcmdevs.h>
#include <wlc_cfg.h>
#include <osl.h> #include <osl.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <bcmwifi.h> #include <bcmwifi.h>
...@@ -27,29 +28,32 @@ ...@@ -27,29 +28,32 @@
#include <pcicfg.h> #include <pcicfg.h>
#include <bcmsrom.h> #include <bcmsrom.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <hnddma.h> #include <hnddma.h>
#include <hndpmu.h> #include <hndpmu.h>
#include <d11.h>
#include <wlc_rate.h> #include "sbhndpio.h"
#include <wlc_pub.h> #include "d11.h"
#include <wlc_key.h> #include "wlc_types.h"
#include <wlc_bsscfg.h> #include "wlc_cfg.h"
#include <wlc_channel.h> #include "wlc_rate.h"
#include <wlc_mac80211.h> #include "wlc_scb.h"
#include <wlc_bmac.h> #include "wlc_pub.h"
#include <wlc_scb.h> #include "wlc_key.h"
#include <wlc_phy_hal.h> #include "wlc_bsscfg.h"
#include <wlc_phy_shim.h> #include "phy/wlc_phy_hal.h"
#include <wlc_antsel.h> #include "wlc_channel.h"
#include <wlc_stf.h> #include "wlc_mac80211.h"
#include <wlc_ampdu.h> #include "wlc_bmac.h"
#include <wl_export.h> #include "wlc_phy_hal.h"
#include "wlc_phy_shim.h"
#include "wlc_antsel.h"
#include "wlc_stf.h"
#include "wlc_ampdu.h"
#include "wl_export.h"
#include "d11ucode_ext.h" #include "d11ucode_ext.h"
#include <wlc_alloc.h> #include "wlc_alloc.h"
#include <net/mac80211.h> #include "wl_dbg.h"
#include <wl_dbg.h>
/* /*
* Disable statistics counting for WME * Disable statistics counting for WME
......
...@@ -17,12 +17,6 @@ ...@@ -17,12 +17,6 @@
#ifndef _wlc_h_ #ifndef _wlc_h_
#define _wlc_h_ #define _wlc_h_
#include <wlioctl.h>
#include <wlc_phy_hal.h>
#include <wlc_channel.h>
#include <wlc_bsscfg.h>
#include <wlc_scb.h>
#define MA_WINDOW_SZ 8 /* moving average window size */ #define MA_WINDOW_SZ 8 /* moving average window size */
#define WL_HWRXOFF 38 /* chip rx buffer offset */ #define WL_HWRXOFF 38 /* chip rx buffer offset */
#define INVCHANNEL 255 /* invalid channel */ #define INVCHANNEL 255 /* invalid channel */
......
...@@ -22,38 +22,42 @@ ...@@ -22,38 +22,42 @@
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <bcmdefs.h>
#include <wlc_cfg.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <osl.h>
#include <bcmutils.h>
#include <proto/802.11.h> #include <proto/802.11.h>
#include <proto/802.1d.h>
#include <osl.h>
#include <bcmdefs.h>
#include <bcmutils.h>
#include <bcmwifi.h> #include <bcmwifi.h>
#include <siutils.h> #include <siutils.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <sbconfig.h> #include <sbconfig.h>
#include <sbchipc.h> #include <sbchipc.h>
#include <pcicfg.h> #include <pcicfg.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <hnddma.h> #include <hnddma.h>
#include <hndpmu.h> #include <hndpmu.h>
#include <d11.h>
#include <wlc_rate.h> #include "wlc_types.h"
#include <wlc_pub.h> #include "wl_dbg.h"
#include <wlc_channel.h> #include "sbhndpio.h"
#include <bcmsrom.h> #include "wlc_cfg.h"
#include <wlc_key.h> #include "d11.h"
#include "wlc_rate.h"
#include <wlc_mac80211.h> #include "wlc_scb.h"
#include "wlc_pub.h"
#include <wlc_bmac.h> #include "phy/wlc_phy_hal.h"
#include <wlc_phy_shim.h> #include "wlc_channel.h"
#include <wlc_phy_hal.h> #include "bcmsrom.h"
#include <wl_export.h> #include "wlc_key.h"
#include <wl_dbg.h> #include "wlc_bmac.h"
#include "wlc_phy_hal.h"
#include "wl_export.h"
#include "wlc_bsscfg.h"
#include "wlc_mac80211.h"
#include "wlc_phy_shim.h"
/* PHY SHIM module specific state */ /* PHY SHIM module specific state */
struct wlc_phy_shim_info { struct wlc_phy_shim_info {
......
...@@ -17,10 +17,6 @@ ...@@ -17,10 +17,6 @@
#ifndef _wlc_pub_h_ #ifndef _wlc_pub_h_
#define _wlc_pub_h_ #define _wlc_pub_h_
#include <wlioctl.h>
#include <wlc_types.h>
#include <wlc_scb.h>
#define WLC_NUMRATES 16 /* max # of rates in a rateset */ #define WLC_NUMRATES 16 /* max # of rates in a rateset */
#define MAXMULTILIST 32 /* max # multicast addresses */ #define MAXMULTILIST 32 /* max # multicast addresses */
#define D11_PHY_HDR_LEN 6 /* Phy header length - 6 bytes */ #define D11_PHY_HDR_LEN 6 /* Phy header length - 6 bytes */
......
...@@ -14,21 +14,25 @@ ...@@ -14,21 +14,25 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h>
#include <proto/802.11.h>
#include <proto/802.1d.h>
#include <bcmdefs.h> #include <bcmdefs.h>
#include <wlc_cfg.h>
#include <osl.h> #include <osl.h>
#include <linux/module.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <proto/802.11.h>
#include <d11.h> #include "wlc_types.h"
#include <wlc_rate.h> #include "sbhndpio.h"
#include <wl_dbg.h> #include "d11.h"
#include <wlc_pub.h> #include "wl_dbg.h"
#include "wlc_cfg.h"
#include "wlc_scb.h"
#include "wlc_pub.h"
#include "wlc_rate.h"
/* Rate info per rate: It tells whether a rate is ofdm or not and its phy_rate value */ /* Rate info per rate: It tells whether a rate is ofdm or not and its phy_rate value */
const u8 rate_info[WLC_MAXRATE + 1] = { const u8 rate_info[WLC_MAXRATE + 1] = {
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
#ifndef _wlc_scb_h_ #ifndef _wlc_scb_h_
#define _wlc_scb_h_ #define _wlc_scb_h_
#include <proto/802.1d.h>
extern bool wlc_aggregatable(struct wlc_info *wlc, u8 tid); extern bool wlc_aggregatable(struct wlc_info *wlc, u8 tid);
#define AMPDU_TX_BA_MAX_WSIZE 64 /* max Tx ba window size (in pdu) */ #define AMPDU_TX_BA_MAX_WSIZE 64 /* max Tx ba window size (in pdu) */
......
...@@ -16,28 +16,34 @@ ...@@ -16,28 +16,34 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <wlc_cfg.h>
#include <proto/802.11.h>
#include <proto/802.1d.h>
#include <bcmdefs.h> #include <bcmdefs.h>
#include <osl.h> #include <osl.h>
#include <bcmutils.h> #include <bcmutils.h>
#include <siutils.h> #include <siutils.h>
#include <proto/802.11.h>
#include <wlioctl.h> #include <wlioctl.h>
#include <bcmwifi.h> #include <bcmwifi.h>
#include <sbhndpio.h>
#include <sbhnddma.h> #include <sbhnddma.h>
#include <d11.h>
#include <wlc_rate.h> #include "wlc_types.h"
#include <wlc_pub.h> #include "sbhndpio.h"
#include <wlc_key.h> #include "d11.h"
#include <wlc_channel.h> #include "wl_dbg.h"
#include <wlc_bsscfg.h> #include "wlc_cfg.h"
#include <wlc_mac80211.h> #include "wlc_rate.h"
#include <wlc_scb.h> #include "wlc_scb.h"
#include <wl_export.h> #include "wlc_pub.h"
#include <wlc_bmac.h> #include "wlc_key.h"
#include <wlc_stf.h> #include "phy/wlc_phy_hal.h"
#include <wl_dbg.h> #include "wlc_channel.h"
#include "wlc_bsscfg.h"
#include "wlc_mac80211.h"
#include "wl_export.h"
#include "wlc_bmac.h"
#include "wlc_stf.h"
#define MIN_SPATIAL_EXPANSION 0 #define MIN_SPATIAL_EXPANSION 0
#define MAX_SPATIAL_EXPANSION 1 #define MAX_SPATIAL_EXPANSION 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment