git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40561b8
)
rt2x00: Fix queue_idx initialization
author
Ivo van Doorn
<ivdoorn@gmail.com>
Thu, 10 Jan 2008 21:40:13 +0000
(22:40 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:09:48 +0000
(15:09 -0800)
For TX rings the queue_idx should start at
IEEE80211_TX_QUEUE_DATA0 and for each followup
ring this index needs to be increased.
For the RX ring the queue_idx should be set
to 0. We don't need to initialize the tx_params.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found