Commit bddf5b14 authored by Roland Vossen's avatar Roland Vossen Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: removed superfluous forward struct declarations

parent fe741e5e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@
#include "dngl_stats.h"
#include "dhd.h"

struct si_pub;

#define WPA_OUI			"\x00\x50\xF2"
#define DOT11_MNG_RSN_ID			48
#define DOT11_MNG_WPA_ID			221
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@
#define WLC_TXPWR_DB_FACTOR 4	/* conversion for phy txpwr cacluations that use .25 dB units */


struct brcms_c_info;

/* maxpwr mapping to 5GHz band channels:
 * maxpwr[0] - channels [34-48]
 * maxpwr[1] - channels [52-60]
+0 −4
Original line number Diff line number Diff line
@@ -83,9 +83,6 @@ struct brcms_info {
};

/* misc callbacks */
struct brcms_info;
struct brcms_if;
struct brcms_c_if;
extern void brcms_init(struct brcms_info *wl);
extern uint brcms_reset(struct brcms_info *wl);
extern void brcms_intrson(struct brcms_info *wl);
@@ -99,7 +96,6 @@ extern bool wl_alloc_dma_resources(struct brcms_info *wl, uint dmaddrwidth);
extern bool brcms_rfkill_set_hw_state(struct brcms_info *wl);

/* timer functions */
struct brcms_timer;
extern struct brcms_timer *brcms_init_timer(struct brcms_info *wl,
				      void (*fn) (void *arg), void *arg,
				      const char *name);
+0 −2
Original line number Diff line number Diff line
@@ -70,8 +70,6 @@
#define SRSH_PI_MASK	0xf000	/* bit 15:12 */
#define SRSH_PI_SHIFT	12	/* bit 15:12 */

struct si_pub;

extern void *pcicore_init(struct si_pub *sih, void *pdev, void *regs);
extern void pcicore_deinit(void *pch);
extern void pcicore_attach(void *pch, char *pvars, int state);
+0 −4
Original line number Diff line number Diff line
@@ -154,10 +154,6 @@ struct chanvec {
	u8 vec[MAXCHANNEL / NBBY];
};

struct rpc_info;

struct phy_pub;

struct shared_phy_params {
	struct si_pub *sih;
	void *physhim;
Loading