Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143942
b: refs/heads/master
c: c491bf1
h: refs/heads/master
v: v3
  • Loading branch information
Rami Rosen authored and John W. Linville committed Apr 21, 2009
1 parent 8960e73 commit f49aaef
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d1bcb9f1273adee6d2ce5edf84f19409a5cc31b9
refs/heads/master: c491bf1205485c83086bf4f2f26ca6598d48133a
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,7 @@ static int mwl8k_rxq_init(struct ieee80211_hw *hw, int index)
rx_desc->next_rx_desc_phys_addr =
cpu_to_le32(rxq->rx_desc_dma
+ nexti * sizeof(*rx_desc));
rx_desc->rx_ctrl =
cpu_to_le32(MWL8K_RX_CTRL_OWNED_BY_HOST);
rx_desc->rx_ctrl = MWL8K_RX_CTRL_OWNED_BY_HOST;
}

return 0;
Expand Down

0 comments on commit f49aaef

Please sign in to comment.