Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268700
b: refs/heads/master
c: 23ed011
h: refs/heads/master
v: v3
  • Loading branch information
Alwin Beukers authored and Greg Kroah-Hartman committed Oct 5, 2011
1 parent 14ded7d commit 527ec9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d64bc7c2866a6a4ee8f5bf4594ecf7a22ea3ebdf
refs/heads/master: 23ed011ea97d9df57aeb8762dc690496c33b0a8f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,7 @@ static void brcms_b_tx_fifo_resume(struct brcms_hardware *wlc_hw,

static void brcms_b_mute(struct brcms_hardware *wlc_hw, bool on, u32 flags)
{
u8 null_ether_addr[ETH_ALEN] = {0, 0, 0, 0, 0, 0};
const u8 null_ether_addr[ETH_ALEN] = {0, 0, 0, 0, 0, 0};

if (on) {
/* suspend tx fifos */
Expand Down

0 comments on commit 527ec9a

Please sign in to comment.