Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248963
b: refs/heads/master
c: ea7b280
h: refs/heads/master
i:
  248961: 446f996
  248959: 5ae7444
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent 5155b12 commit 6e80c3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 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: c0765e995059afc57fafe3b5f2a3a85d62300f2f
refs/heads/master: ea7b2805e0c5ed8cfbac2914f9807a056a1ab13e
5 changes: 3 additions & 2 deletions trunk/drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
#include "wl_ucode.h"
#include "wl_mac80211.h"

#define N_TX_QUEUES 4 /* #tx queues on mac80211<->driver interface */

static void wl_timer(unsigned long data);
static void _wl_timer(struct wl_timer *t);

Expand Down Expand Up @@ -1070,8 +1072,7 @@ static int ieee_hw_init(struct ieee80211_hw *hw)
| IEEE80211_HW_AMPDU_AGGREGATION;

hw->extra_tx_headroom = wlc_get_header_len();
/* FIXME: should get this from wlc->machwcap */
hw->queues = 4;
hw->queues = N_TX_QUEUES;
/* FIXME: this doesn't seem to be used properly in minstrel_ht.
* mac80211/status.c:ieee80211_tx_status() checks this value,
* but mac80211/rc80211_minstrel_ht.c:minstrel_ht_get_rate()
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/brcm80211/util/hnddma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1451,9 +1451,6 @@ static int BCMFASTPATH dma64_txfast(dma_info_t *di, struct sk_buff *p0,

data = p->data;
len = p->len;
#ifdef BCM_DMAPAD
len += PKTDMAPAD(di->osh, p);
#endif /* BCM_DMAPAD */
next = p->next;

/* return nonzero if out of tx descriptors */
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/staging/brcm80211/util/hndpmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

/* debug-only definitions */
/* #define BCMDBG_FORCEHT */
/* #define CHIPC_UART_ALWAYS_ON */
#else
#define PMU_MSG(args)
#endif /* BCMDBG */
Expand Down Expand Up @@ -2511,11 +2510,6 @@ void si_pmu_chip_init(si_t *sih)

ASSERT(sih->cccaps & CC_CAP_PMU);

#ifdef CHIPC_UART_ALWAYS_ON
si_corereg(sih, SI_CC_IDX, offsetof(chipcregs_t, clk_ctl_st),
CCS_FORCEALP, CCS_FORCEALP);
#endif /* CHIPC_UART_ALWAYS_ON */

/* Gate off SPROM clock and chip select signals */
si_pmu_sprom_enable(sih, false);

Expand Down

0 comments on commit 6e80c3b

Please sign in to comment.