commit | dd3193e1c25ffbc66b684edb52273ae10695909d | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Jan 06 23:41:10 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:09:26 2008 -0800 |
tree | ec1594e6a992e924e601495fb04374409a71ee3d | |
parent | 3c4f2085e5d82639004406795653e1e4dd6720e0 [diff] |
rt2x00: Cleanup write_tx_desc() arguments 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>