ath6kl: add tx_comp_multi() to struct htc_ep_callbacks
It's also needed by the USB code. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
63de111257
commit
900d6b3fea
2 changed files with 2 additions and 0 deletions
|
@ -256,6 +256,7 @@ static int ath6kl_init_service_ep(struct ath6kl *ar)
|
|||
memset(&connect, 0, sizeof(connect));
|
||||
|
||||
/* these fields are the same for all service endpoints */
|
||||
connect.ep_cb.tx_comp_multi = ath6kl_tx_complete;
|
||||
connect.ep_cb.rx = ath6kl_rx;
|
||||
connect.ep_cb.rx_refill = ath6kl_rx_refill;
|
||||
connect.ep_cb.tx_full = ath6kl_tx_queue_full;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue