Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352282
b: refs/heads/master
c: 6ccea75
h: refs/heads/master
v: v3
  • Loading branch information
Avinash Patil authored and John W. Linville committed Jan 30, 2013
1 parent a7aea16 commit 47b0faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: def64521572d8330bfa6d855e278507100fdf180
refs/heads/master: 6ccea75e701d5d452b674dd5550c0caceccb5d56
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@ static int mwifiex_pcie_send_data_complete(struct mwifiex_adapter *adapter)

card->tx_buf_list[wrdoneidx] = NULL;
card->txbd_ring[wrdoneidx]->paddr = 0;
card->rxbd_ring[wrdoneidx]->len = 0;
card->rxbd_ring[wrdoneidx]->flags = 0;
card->txbd_ring[wrdoneidx]->len = 0;
card->txbd_ring[wrdoneidx]->flags = 0;
card->txbd_rdptr++;

if ((card->txbd_rdptr & MWIFIEX_TXBD_MASK) == num_tx_buffs)
Expand Down

0 comments on commit 47b0faa

Please sign in to comment.