Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194351
b: refs/heads/master
c: 103823d
h: refs/heads/master
i:
  194349: f2528f5
  194347: fc7a465
  194343: fd0d850
  194335: f59df14
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Apr 16, 2010
1 parent 5997eb3 commit b25a8ac
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: 2fddd880668ee124cb56429f458b74d2772f6cb6
refs/heads/master: 103823db62ffca028c7a214c80266519d2ea7d8d
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/p54/p54pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static void p54p_refill_rx_ring(struct ieee80211_hw *dev,

idx = le32_to_cpu(ring_control->host_idx[ring_index]);
limit = idx;
limit -= le32_to_cpu(index);
limit -= index;
limit = ring_limit - limit;

i = idx % ring_limit;
Expand Down

0 comments on commit b25a8ac

Please sign in to comment.