diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/htc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/htc.h b/drivers/net/wireless/ath/ath6kl/htc.h index 8ce0c2c07ded..69d44e3ef97f 100644 --- a/drivers/net/wireless/ath/ath6kl/htc.h +++ b/drivers/net/wireless/ath/ath6kl/htc.h | |||
@@ -563,7 +563,7 @@ int ath6kl_htc_get_rxbuf_num(struct htc_target *target, | |||
563 | int ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, | 563 | int ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, |
564 | struct list_head *pktq); | 564 | struct list_head *pktq); |
565 | int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, | 565 | int ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, |
566 | u32 msg_look_ahead[], int *n_pkts); | 566 | u32 msg_look_ahead, int *n_pkts); |
567 | 567 | ||
568 | static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, | 568 | static inline void set_htc_pkt_info(struct htc_packet *packet, void *context, |
569 | u8 *buf, unsigned int len, | 569 | u8 *buf, unsigned int len, |