Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255425
b: refs/heads/master
c: febc9fe
h: refs/heads/master
i:
  255423: 34c408d
v: v3
  • Loading branch information
Mike McCormack authored and John W. Linville committed Jun 3, 2011
1 parent 77ff718 commit 4440dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 312d5479dcfaca2b8aa451201b5388fdb8c8684a
refs/heads/master: febc9fe5387ed37cb329563ae29d21b41c71a9dd
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/rtlwifi/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,6 @@ static void _rtl_pci_rx_interrupt(struct ieee80211_hw *hw)
rtlpriv->cfg->ops->set_desc((u8 *) pdesc, false,
HW_DESC_RXBUFF_ADDR,
(u8 *)&bufferaddress);
rtlpriv->cfg->ops->set_desc((u8 *)pdesc, false, HW_DESC_RXOWN,
(u8 *)&tmp_one);
rtlpriv->cfg->ops->set_desc((u8 *)pdesc, false,
HW_DESC_RXPKT_LEN,
(u8 *)&rtlpci->rxbuffersize);
Expand All @@ -795,6 +793,9 @@ static void _rtl_pci_rx_interrupt(struct ieee80211_hw *hw)
HW_DESC_RXERO,
(u8 *)&tmp_one);

rtlpriv->cfg->ops->set_desc((u8 *)pdesc, false, HW_DESC_RXOWN,
(u8 *)&tmp_one);

index = (index + 1) % rtlpci->rxringcount;
}

Expand Down

0 comments on commit 4440dfd

Please sign in to comment.