staging: brcm80211: removed some unused fmac variable declarations

Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Roland Vossen 2011-10-02 10:14:26 -07:00 committed by Greg Kroah-Hartman
parent c4aa147ac3
commit 3e8eda4447
1 changed files with 0 additions and 29 deletions

View File

@ -683,36 +683,7 @@ struct bcmevent_name {
const char *name;
};
/* Override to force tx queueing all the time */
extern uint brcmf_force_tx_queueing;
extern const struct bcmevent_name bcmevent_names[];
extern const int bcmevent_names_size;
static inline void MUTEX_LOCK_INIT(struct brcmf_pub *drvr)
{
}
static inline void MUTEX_LOCK(struct brcmf_pub *drvr)
{
}
static inline void MUTEX_UNLOCK(struct brcmf_pub *drvr)
{
}
static inline void MUTEX_LOCK_WL_SCAN_SET_INIT(void)
{
}
static inline void MUTEX_LOCK_WL_SCAN_SET(void)
{
}
static inline void MUTEX_UNLOCK_WL_SCAN_SET(void)
{
}
/* Indication from bus module regarding presence/insertion of dongle.
* Return struct brcmf_pub pointer, used as handle to OS module in later calls.