Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341518
b: refs/heads/master
c: b05618d
h: refs/heads/master
v: v3
  • Loading branch information
Seth Forshee authored and John W. Linville committed Nov 20, 2012
1 parent 2461958 commit 70ac7b0
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: e041f65d5f00011049c7d6af0e31ce69ce9e2655
refs/heads/master: b05618deb4ac7c22d876acc19debb7ac63786f37
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmsmac/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ static uint prevtxd(struct dma_info *di, uint i)

static uint nextrxd(struct dma_info *di, uint i)
{
return txd(di, i + 1);
return rxd(di, i + 1);
}

static uint ntxdactive(struct dma_info *di, uint h, uint t)
Expand Down

0 comments on commit 70ac7b0

Please sign in to comment.