Loading drivers/net/wireless/ath/ath6kl/htc.c +2 −2 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ static void ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, } /* initialize and setup credit distribution */ int ath6kl_credit_setup(void *htc_handle, int ath6kl_credit_setup(struct htc_target *htc_target, struct ath6kl_htc_credit_info *cred_info) { u16 servicepriority[5]; Loading @@ -144,7 +144,7 @@ int ath6kl_credit_setup(void *htc_handle, servicepriority[4] = WMI_DATA_BK_SVC; /* lowest */ /* set priority list */ ath6kl_htc_set_credit_dist(htc_handle, cred_info, servicepriority, 5); ath6kl_htc_set_credit_dist(htc_target, cred_info, servicepriority, 5); return 0; } Loading drivers/net/wireless/ath/ath6kl/htc.h +1 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,7 @@ int ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, u32 msg_look_ahead, int *n_pkts); int ath6kl_credit_setup(void *htc_handle, int ath6kl_credit_setup(struct htc_target *htc_target, struct ath6kl_htc_credit_info *cred_info); static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, Loading Loading
drivers/net/wireless/ath/ath6kl/htc.c +2 −2 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ static void ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, } /* initialize and setup credit distribution */ int ath6kl_credit_setup(void *htc_handle, int ath6kl_credit_setup(struct htc_target *htc_target, struct ath6kl_htc_credit_info *cred_info) { u16 servicepriority[5]; Loading @@ -144,7 +144,7 @@ int ath6kl_credit_setup(void *htc_handle, servicepriority[4] = WMI_DATA_BK_SVC; /* lowest */ /* set priority list */ ath6kl_htc_set_credit_dist(htc_handle, cred_info, servicepriority, 5); ath6kl_htc_set_credit_dist(htc_target, cred_info, servicepriority, 5); return 0; } Loading
drivers/net/wireless/ath/ath6kl/htc.h +1 −1 Original line number Diff line number Diff line Loading @@ -594,7 +594,7 @@ int ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, u32 msg_look_ahead, int *n_pkts); int ath6kl_credit_setup(void *htc_handle, int ath6kl_credit_setup(struct htc_target *htc_target, struct ath6kl_htc_credit_info *cred_info); static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, Loading