From: Ivo van Doorn Date: Thu, 10 Jan 2008 21:40:13 +0000 (+0100) Subject: rt2x00: Fix queue_idx initialization X-Git-Tag: v2.6.25-rc1~1162^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89539ebe2f2eb3a0d77b92884b092f2eb2575bd9;p=pandora-kernel.git rt2x00: Fix queue_idx initialization 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed