rt2x00: Remove ieee80211_tx_control argument from write_tx_desc()
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 10 May 2008 11:42:31 +0000 (13:42 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 22 May 2008 01:47:31 +0000 (21:47 -0400)
Move the last remaining information details read from ieee80211_tx_control
in the drivers to the txentry_desc structure. After this we can
remove ieee80211_tx_control from the argument list for the callback function,
which makes it easier when the control information is moved into skb->cb

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

No differences found