mac80211: clean up get_tx_stats callback
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 29 Apr 2008 15:18:59 +0000 (17:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 May 2008 19:02:26 +0000 (15:02 -0400)
The callback takes a ieee80211_tx_queue_stats with a contained
array of ieee80211_tx_queue_stats_data, remove the former, rename
the latter to ieee80211_tx_queue_stats and make tx_stats() take
the array directly.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found