Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224316
b: refs/heads/master
c: f8bfbc3
h: refs/heads/master
v: v3
  • Loading branch information
Mark Einon authored and John W. Linville committed Nov 15, 2010
1 parent 8059f8c commit 8b4aae2
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: 027e8fd105c82956de9dec232bad21b1628ee7c0
refs/heads/master: f8bfbc31794635f6d0b7fd30950d49cecf54e1ce
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rt2x00/rt2x00queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -801,8 +801,8 @@ static int rt2x00queue_alloc_entries(struct data_queue *queue,
return -ENOMEM;

#define QUEUE_ENTRY_PRIV_OFFSET(__base, __index, __limit, __esize, __psize) \
( ((char *)(__base)) + ((__limit) * (__esize)) + \
((__index) * (__psize)) )
(((char *)(__base)) + ((__limit) * (__esize)) + \
((__index) * (__psize)))

for (i = 0; i < queue->limit; i++) {
entries[i].flags = 0;
Expand Down

0 comments on commit 8b4aae2

Please sign in to comment.