diff options
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | 2011-07-18 04:53:26 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-08-09 12:45:20 -0400 |
commit | df45f7f92735210ea19a8a358a304ccfd01c1428 (patch) | |
tree | 6150ec2c4a3dde34f97794eaf259baea0efe9602 /drivers/net/wireless/ath/ath6kl/htc.h | |
parent | 23b7840a1b1327fbcc2599e33f50b26d263d5328 (diff) |
ath6kl: Remove callback msg_pending() and used the function directly
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/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/htc.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, | |||
549 | enum htc_endpoint_id endpoint, bool active); | 549 | enum htc_endpoint_id endpoint, bool active); |
550 | int htc_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint); | 550 | int htc_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint); |
551 | int htc_add_rxbuf_multiple(struct htc_target *target, struct list_head *pktq); | 551 | int htc_add_rxbuf_multiple(struct htc_target *target, struct list_head *pktq); |
552 | int htc_rxmsg_pending_handler(struct htc_target *target, u32 msg_look_ahead[], | ||
553 | int *n_pkts); | ||
552 | 554 | ||
553 | static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, | 555 | static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, |
554 | u8 *buf, unsigned int len, | 556 | u8 *buf, unsigned int len, |