diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-24 05:17:28 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 05:58:54 -0500 |
commit | cb64a6105bbc36e660a5198c7d425f75e4b33820 (patch) | |
tree | 7ea113fc7153e84ab690d1b40ffab34e772d8351 /drivers/net/wireless/ath/ath6kl/htc.h | |
parent | f2f921950d6a066f6e4a84c52fc69292bc877aa7 (diff) |
ath6kl: use ath6kl_credit prefix consistently
Not all credit functions used that prefix, fix that.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/htc.h b/drivers/net/wireless/ath/ath6kl/htc.h index c68e834be68e..57672e1ed1a6 100644 --- a/drivers/net/wireless/ath/ath6kl/htc.h +++ b/drivers/net/wireless/ath/ath6kl/htc.h | |||
@@ -570,8 +570,8 @@ int ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, | |||
570 | int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, | 570 | int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, |
571 | u32 msg_look_ahead, int *n_pkts); | 571 | u32 msg_look_ahead, int *n_pkts); |
572 | 572 | ||
573 | int ath6kl_setup_credit_dist(void *htc_handle, | 573 | int ath6kl_credit_setup(void *htc_handle, |
574 | struct ath6kl_htc_credit_info *cred_info); | 574 | struct ath6kl_htc_credit_info *cred_info); |
575 | 575 | ||
576 | static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, | 576 | static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, |
577 | u8 *buf, unsigned int len, | 577 | u8 *buf, unsigned int len, |