Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369625
b: refs/heads/master
c: 07529d2
h: refs/heads/master
i:
  369623: 221273e
v: v3
  • Loading branch information
Arend van Spriel authored and John W. Linville committed Apr 22, 2013
1 parent 1ebeb9e commit 43e148e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 557985ae3442b43a776e58a494e1b6f549321ce2
refs/heads/master: 07529d20471b07fb8756fd4b9e9ddb8b270808e4
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ static struct sk_buff *brcmf_fws_deq(struct brcmf_fws_info *fws, int fifo)
int num_nodes;
int node_pos;
int prec_out;
int pmsk = 3;
int pmsk;
int i;

table = (struct brcmf_fws_mac_descriptor *)&fws->desc;
Expand All @@ -1084,6 +1084,8 @@ static struct sk_buff *brcmf_fws_deq(struct brcmf_fws_info *fws, int fifo)

if (entry->suppressed)
pmsk = 2;
else
pmsk = 3;
p = brcmu_pktq_mdeq(&entry->psq, pmsk << (fifo * 2), &prec_out);
if (p == NULL) {
if (entry->suppressed) {
Expand Down

0 comments on commit 43e148e

Please sign in to comment.