aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/htc.h
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2012-03-25 17:15:23 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2012-03-26 16:36:45 +0300
commit900d6b3fea62a991cdb704bed6433ae72b424d96 (patch)
tree196902642f6e0e481f2047f47a377e822d99a4ff /drivers/net/wireless/ath/ath6kl/htc.h
parentath6kl: Add tx_complete() to struct htc_ep_callbacks (diff)
downloadlinux-dev-900d6b3fea62a991cdb704bed6433ae72b424d96.tar.xz
linux-dev-900d6b3fea62a991cdb704bed6433ae72b424d96.zip
ath6kl: add tx_comp_multi() to struct htc_ep_callbacks
It's also needed by the USB code. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/htc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/htc.h b/drivers/net/wireless/ath/ath6kl/htc.h
index 7b0c489164ea..51f2485e29f5 100644
--- a/drivers/net/wireless/ath/ath6kl/htc.h
+++ b/drivers/net/wireless/ath/ath6kl/htc.h
@@ -326,6 +326,7 @@ struct htc_ep_callbacks {
struct htc_packet *);
struct htc_packet *(*rx_allocthresh) (struct htc_target *,
enum htc_endpoint_id, int);
+ void (*tx_comp_multi) (struct htc_target *, struct list_head *);
int rx_alloc_thresh;
int rx_refill_thresh;
};