commit | 042671040db95a896c5ca960b9b656692a787892 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Jan 06 23:39:25 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:09:24 2008 -0800 |
tree | b96a4e931b65c912f2800b02480b14008125c01b | |
parent | 3867705bb773818b39e0ca8d02ccb71fb4d2ffb8 [diff] |
rt2x00: Store queue idx and entry idx in data_ring and data_entry Store the queue idx inside structure data_ring Store the entry idx inside structure data_entry This saves us a few calls to ARRAY_INDEX() which is now unused. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>