Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352822
b: refs/heads/master
c: 3d48203
h: refs/heads/master
v: v3
  • Loading branch information
Avinash Patil authored and John W. Linville committed Feb 18, 2013
1 parent 9d9ab1e commit c8dd516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: a9908ebf5ceb044eee6d9fda018d33cbf27df719
refs/heads/master: 3d48203847c096afaddb2ba3c0623cfe49e91fa3
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/mwifiex/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,10 +1023,7 @@ static int mwifiex_pcie_send_data_complete(struct mwifiex_adapter *adapter)
adapter->data_sent = false;

if (card->txbd_flush) {
if (((card->txbd_wrptr & reg->tx_mask) ==
(card->txbd_rdptr & reg->tx_mask)) &&
((card->txbd_wrptr & reg->tx_rollover_ind) !=
(card->txbd_rdptr & reg->tx_rollover_ind)))
if (mwifiex_pcie_txbd_empty(card, card->txbd_rdptr))
card->txbd_flush = 0;
else
mwifiex_clean_pcie_ring_buf(adapter);
Expand Down

0 comments on commit c8dd516

Please sign in to comment.