qcacmn: Use epping_tx_complete instead of epping_tx_complete_multiple

modify epping_tx_complete_multiple to accept single packets.
Currenly htc invokes the callback on individual packets.

Change-Id: I9df269ba4c714ccd05c2dea89b0acc94ce895492
CRs-Fixed: 2131348
This commit is contained in:
Yun Park
2017-10-23 22:22:59 -07:00
committed by snandini
parent a4262320ce
commit a5685dec52
3 changed files with 48 additions and 52 deletions

View File

@@ -167,7 +167,7 @@ void epping_set_kperf_flag(epping_adapter_t *adapter,
/* epping_tx signatures */
void epping_tx_timer_expire(epping_adapter_t *adapter);
void epping_tx_complete_multiple(void *ctx, HTC_PACKET_QUEUE *pPacketQueue);
void epping_tx_complete(void *ctx, HTC_PACKET *htc_pkt);
int epping_tx_send(qdf_nbuf_t skb, epping_adapter_t *adapter);
#ifdef HIF_SDIO