From df45f7f92735210ea19a8a358a304ccfd01c1428 Mon Sep 17 00:00:00 2001 From: Vasanthakumar Thiagarajan Date: Mon, 18 Jul 2011 14:23:26 +0530 Subject: ath6kl: Remove callback msg_pending() and used the function directly Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- drivers/net/wireless/ath/ath6kl/htc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/net/wireless/ath/ath6kl/htc.h') diff --git a/drivers/net/wireless/ath/ath6kl/htc.h b/drivers/net/wireless/ath/ath6kl/htc.h index ff0ed6fe7ee8..fba226ebcbfb 100644 --- a/drivers/net/wireless/ath/ath6kl/htc.h +++ b/drivers/net/wireless/ath/ath6kl/htc.h @@ -549,6 +549,8 @@ void htc_indicate_activity_change(struct htc_target *target, enum htc_endpoint_id endpoint, bool active); int htc_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint); int htc_add_rxbuf_multiple(struct htc_target *target, struct list_head *pktq); +int htc_rxmsg_pending_handler(struct htc_target *target, u32 msg_look_ahead[], + int *n_pkts); static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, u8 *buf, unsigned int len, -- cgit v1.2.2