ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_info
Also rename cred_dist_cntxt to credit_info in struct htc_target. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
@@ -76,17 +76,17 @@ enum crypto_type {
|
||||
struct htc_endpoint_credit_dist;
|
||||
struct ath6kl;
|
||||
enum htc_credit_dist_reason;
|
||||
struct htc_credit_state_info;
|
||||
struct ath6kl_htc_credit_info;
|
||||
|
||||
int ath6kl_setup_credit_dist(void *htc_handle,
|
||||
struct htc_credit_state_info *cred_info);
|
||||
void ath6kl_credit_distribute(struct htc_credit_state_info *cred_inf,
|
||||
struct ath6kl_htc_credit_info *cred_info);
|
||||
void ath6kl_credit_distribute(struct ath6kl_htc_credit_info *cred_inf,
|
||||
struct list_head *epdist_list,
|
||||
enum htc_credit_dist_reason reason);
|
||||
void ath6kl_credit_init(struct htc_credit_state_info *cred_inf,
|
||||
void ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_inf,
|
||||
struct list_head *ep_list,
|
||||
int tot_credits);
|
||||
void ath6kl_seek_credits(struct htc_credit_state_info *cred_inf,
|
||||
void ath6kl_seek_credits(struct ath6kl_htc_credit_info *cred_inf,
|
||||
struct htc_endpoint_credit_dist *ep_dist);
|
||||
struct ath6kl *ath6kl_core_alloc(struct device *sdev);
|
||||
int ath6kl_core_init(struct ath6kl *ar);
|
||||
|
Reference in New Issue
Block a user