Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341527
b: refs/heads/master
c: 229a41d
h: refs/heads/master
i:
  341525: ae119dd
  341523: 5de4d5a
  341519: d5cb21d
v: v3
  • Loading branch information
Seth Forshee authored and John W. Linville committed Nov 20, 2012
1 parent d442fb2 commit 10d823c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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: 5ce58bb5f95c75b6966a9dc1f91992797f3c2286
refs/heads/master: 229a41d9d0d27e9570a18444e6435164b8807c75
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ static inline void __brcms_dbg(struct device *dev, u32 level,
#define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a)
#define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a)
#define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a)
#define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a)

#endif /* _BRCMS_DEBUG_H_ */
12 changes: 6 additions & 6 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2343,8 +2343,8 @@ static void brcms_b_fifoerrors(struct brcms_hardware *wlc_hw)
if (!intstatus)
continue;

BCMMSG(wlc_hw->wlc->wiphy, "wl%d: intstatus%d 0x%x\n",
unit, idx, intstatus);
brcms_dbg_int(core, "wl%d: intstatus%d 0x%x\n",
unit, idx, intstatus);

if (intstatus & I_RO) {
brcms_err(core, "wl%d: fifo %d: receive fifo "
Expand Down Expand Up @@ -2541,8 +2541,8 @@ static inline u32 wlc_intstatus(struct brcms_c_info *wlc, bool in_isr)
/* macintstatus includes a DMA interrupt summary bit */
macintstatus = bcma_read32(core, D11REGOFFS(macintstatus));

BCMMSG(wlc->wiphy, "wl%d: macintstatus: 0x%x\n", wlc_hw->unit,
macintstatus);
brcms_dbg_int(core, "wl%d: macintstatus: 0x%x\n", wlc_hw->unit,
macintstatus);

/* detect cardbus removed, in power down(suspend) and in reset */
if (brcms_deviceremoved(wlc))
Expand Down Expand Up @@ -7950,8 +7950,8 @@ bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded)
macintstatus = wlc->macintstatus;
wlc->macintstatus = 0;

BCMMSG(wlc->wiphy, "wl%d: macintstatus 0x%x\n",
wlc_hw->unit, macintstatus);
brcms_dbg_int(core, "wl%d: macintstatus 0x%x\n",
wlc_hw->unit, macintstatus);

WARN_ON(macintstatus & MI_PRQ); /* PRQ Interrupt in non-MBSS */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/brcm80211/include/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
#define BRCM_DL_MAC80211 0x00000002
#define BRCM_DL_RX 0x00000004
#define BRCM_DL_TX 0x00000008
#define BRCM_DL_INT 0x00000010

#define PM_OFF 0
#define PM_MAX 1
Expand Down

0 comments on commit 10d823c

Please sign in to comment.