rt2x00: Cleanup write_tx_desc() arguments
authorIvo van Doorn <ivdoorn@gmail.com>
Sun, 6 Jan 2008 22:41:10 +0000 (23:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:09:26 +0000 (15:09 -0800)
Send the skb structure with write_tx_desc() and use
the skbdesc structure to read all information about
the frame. This saves several arguments in the function
definition and it is easier to send more information
later as well.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found