summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/hif.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>2011-07-16 14:59:09 (GMT)
committerKalle Valo <kvalo@qca.qualcomm.com>2011-08-09 16:45:19 (GMT)
commite041c7f9af5a3583ee2bd20af1b03ec56b6adcca (patch)
tree31b2ed552fc9787e38657292b48d95231a7c9675 /drivers/net/wireless/ath/ath6kl/hif.h
parent7c565b6f8c635fc22535c763e08184379b16920e (diff)
downloadlinux-e041c7f9af5a3583ee2bd20af1b03ec56b6adcca.tar.xz
ath6kl: Remove endpoint reference from hif_scatter_req
Endpoint id ffrom htc_packet can be used instead. Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/hif.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/hif.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/hif.h b/drivers/net/wireless/ath/ath6kl/hif.h
index f17ae57..1458660 100644
--- a/drivers/net/wireless/ath/ath6kl/hif.h
+++ b/drivers/net/wireless/ath/ath6kl/hif.h
@@ -171,9 +171,8 @@ struct hif_scatter_req {
/* total length of entire transfer */
u32 len;
- void (*complete) (struct hif_scatter_req *);
+ void (*complete) (struct htc_target *, struct hif_scatter_req *);
int status;
- struct htc_endpoint *ep;
int scat_entries;
struct bus_request *busrequest;