Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300829
b: refs/heads/master
c: 048f24f
h: refs/heads/master
i:
  300827: fa1127a
v: v3
  • Loading branch information
Kalle Valo committed Mar 26, 2012
1 parent 2aeb62f commit d8d7f39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8bd5bca821f3284ebe39ffcfcc6c62b58ab54240
refs/heads/master: 048f24f695cb7cf5fd78eaa4aee38ce1c2e2f8c5
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath6kl/htc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand All @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/htc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d8d7f39

Please sign in to comment.