Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314015
b: refs/heads/master
c: 2b0446c
h: refs/heads/master
i:
  314013: 730d385
  314011: 43cacbf
  314007: f666862
  313999: a001e5c
  313983: db36d0b
v: v3
  • Loading branch information
Chris Yungmann authored and John W. Linville committed Jun 6, 2012
1 parent e2daeb1 commit ae9502f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: ebf348fcd088e3ffc6e76f6f349e27d30604865b
refs/heads/master: 2b0446c4205fb3e77b205276ecd36d30b82cbb84
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/aiutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,8 @@ uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val)
cc = sii->icbus->drv_cc.core;

/* mask and set */
if (mask || val) {
if (mask || val)
bcma_maskset32(cc, regoff, ~mask, val);
}

/* readback */
w = bcma_read32(cc, regoff);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmsmac/aiutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ extern void ai_detach(struct si_pub *sih);
extern uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
extern void ai_clkctl_init(struct si_pub *sih);
extern u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih);
extern bool ai_clkctl_cc(struct si_pub *sih, uint mode);
extern bool ai_clkctl_cc(struct si_pub *sih, enum bcma_clkmode mode);
extern bool ai_deviceremoved(struct si_pub *sih);

extern void ai_pci_down(struct si_pub *sih);
Expand Down

0 comments on commit ae9502f

Please sign in to comment.