Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268630
b: refs/heads/master
c: 3e8eda4
h: refs/heads/master
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Oct 3, 2011
1 parent d220e19 commit 432c3f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4aa147ac3d0824b37ecdd3d8f7ddba18762c352
refs/heads/master: 3e8eda4447d2c89bcc197f708dd09c18dce4b8ae
29 changes: 0 additions & 29 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 432c3f2

Please sign in to comment.