提交 89a4d0cb 编写于 作者: R Roland Vossen 提交者: Greg Kroah-Hartman

staging: brcm80211: lower number of wlc_bsscfg.h includes

Code cleanup.
Signed-off-by: NRoland Vossen <rvossen@broadcom.com>
Reviewed-by: NArend van Spriel <arend@broadcom.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 b1562946
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include "wlc_antsel.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_channel.h"
#include "wlc_main.h" #include "wlc_main.h"
#include "wlc_ampdu.h" #include "wlc_ampdu.h"
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include "phy/wlc_phy_hal.h" #include "phy/wlc_phy_hal.h"
#include "wlc_bmac.h" #include "wlc_bmac.h"
#include "wlc_channel.h" #include "wlc_channel.h"
#include "wlc_bsscfg.h"
#include "wlc_main.h" #include "wlc_main.h"
#include "wl_export.h" #include "wl_export.h"
#include "wlc_phy_shim.h" #include "wlc_phy_shim.h"
......
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
#include "wlc_phy_shim.h" #include "wlc_phy_shim.h"
#include "phy/wlc_phy_hal.h" #include "phy/wlc_phy_hal.h"
#include "wlc_channel.h" #include "wlc_channel.h"
#include "wlc_bsscfg.h"
#include "wlc_main.h" #include "wlc_main.h"
#include "wl_export.h" #include "wl_export.h"
#include "wl_ucode.h" #include "wl_ucode.h"
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
#define BSSCFG_IBSS(cfg) (!(cfg)->BSS) #define BSSCFG_IBSS(cfg) (!(cfg)->BSS)
/* forward declarations */
typedef struct wlc_bsscfg wlc_bsscfg_t;
#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
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include "wlc_bmac.h" #include "wlc_bmac.h"
#include "wlc_rate.h" #include "wlc_rate.h"
#include "wlc_channel.h" #include "wlc_channel.h"
#include "wlc_bsscfg.h"
#include "wlc_main.h" #include "wlc_main.h"
#include "wlc_stf.h" #include "wlc_stf.h"
#include "wl_dbg.h" #include "wl_dbg.h"
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
#include "wlc_bmac.h" #include "wlc_bmac.h"
#include "wlc_phy_hal.h" #include "wlc_phy_hal.h"
#include "wl_export.h" #include "wl_export.h"
#include "wlc_bsscfg.h"
#include "wlc_main.h" #include "wlc_main.h"
#include "wlc_phy_shim.h" #include "wlc_phy_shim.h"
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include "wlc_key.h" #include "wlc_key.h"
#include "phy/wlc_phy_hal.h" #include "phy/wlc_phy_hal.h"
#include "wlc_channel.h" #include "wlc_channel.h"
#include "wlc_bsscfg.h"
#include "wlc_main.h" #include "wlc_main.h"
#include "wl_export.h" #include "wl_export.h"
#include "wlc_bmac.h" #include "wlc_bmac.h"
......
...@@ -157,5 +157,6 @@ typedef struct { ...@@ -157,5 +157,6 @@ typedef struct {
/* handle forward declaration */ /* handle forward declaration */
struct wl_info; struct wl_info;
struct wlc_bsscfg;
#endif /* _bcmdefs_h_ */ #endif /* _bcmdefs_h_ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册