qcacmn: Update for check patch fixes
Fix for compilation errors after check patch fixes Change-Id: Ib530d8d860440754f526ac93f5b12dbeab45b8aa CRs-fixed: 2033001
This commit is contained in:

committed by
snandini

parent
e3e209e1fd
commit
50ec704606
@@ -171,7 +171,8 @@ void epping_tx_complete_multiple(void *ctx, HTC_PACKET_QUEUE *pPacketQueue);
|
||||
int epping_tx_send(qdf_nbuf_t skb, epping_adapter_t *pAdapter);
|
||||
|
||||
#ifdef HIF_SDIO
|
||||
HTC_SEND_FULL_ACTION epping_tx_queue_full(void *Context, HTC_PACKET *pPacket);
|
||||
enum htc_send_full_action epping_tx_queue_full(void *Context,
|
||||
struct _HTC_PACKET *pPacket);
|
||||
#endif
|
||||
void epping_tx_dup_pkt(epping_adapter_t *pAdapter,
|
||||
HTC_ENDPOINT_ID eid, qdf_nbuf_t skb);
|
||||
|
Reference in New Issue
Block a user