From: Gertjan van Wingerde Date: Wed, 6 Jul 2011 20:57:00 +0000 (+0200) Subject: rt2x00: Don't use queue entry as parameter when creating TX descriptor. X-Git-Tag: v3.1-rc1~316^2~189^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b5621bac4a56b83b9081f48d4e7d1accdde400;p=pandora-kernel.git rt2x00: Don't use queue entry as parameter when creating TX descriptor. The functions that create the tx descriptor structure do not operate on a queue entry at all. Signal this fact in the code by not providing a queue entry as a parameter, but the rt2x00 device structure and the skb directly. This patch is a preparation for reducing the time a queue is locked for a tx operation. Signed-off-by: Gertjan van Wingerde Acked-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed