ath9k: split out access to tx status information
authorFelix Fietkau <nbd@openwrt.org>
Tue, 30 Mar 2010 03:07:11 +0000 (20:07 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 31 Mar 2010 18:46:41 +0000 (14:46 -0400)
commitdb1a052b73f7c97f9e8b21f3f19a92313ed2acb1
tree47bb94db727c4ec11d6eb9cfdba5a89f5833eb68
parente65054b64ff6b89380a7f546c9eebf862e679646
ath9k: split out access to tx status information

This patch passes in a pointer to the ath_tx_status data structure for
functions that need it, instead of letting them grab it directly from
the ath_desc struct. This is useful for making it possible to allocate
the intermediate tx status data separately.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/debug.c
drivers/net/wireless/ath/ath9k/debug.h
drivers/net/wireless/ath/ath9k/mac.c
drivers/net/wireless/ath/ath9k/mac.h
drivers/net/wireless/ath/ath9k/xmit.c