qcacmn: Flush TxLookupQueue for ENDPOINT_0 during htc_cleanup
When driver unload is triggered, check_for_leaks complains, saying it finds pending entries in TxLookupQueue of ENDPOINT_0. Flush pending entries in TxLookupQueue for ENDPOINT_0 during htc_cleanup. Change-Id: Ica661453d5cef283526cfa1e7267d5349b5e2310 CRs-Fixed: 2249980
Цей коміт міститься в:
@@ -296,6 +296,9 @@ void free_htc_packet_container(HTC_TARGET *target, HTC_PACKET *pPacket);
|
||||
void htc_flush_rx_hold_queue(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint);
|
||||
void htc_flush_endpoint_tx(HTC_TARGET *target, HTC_ENDPOINT *pEndpoint,
|
||||
HTC_TX_TAG Tag);
|
||||
void htc_flush_endpoint_txlookupQ(HTC_TARGET *target,
|
||||
HTC_ENDPOINT_ID endpoint_id);
|
||||
|
||||
void htc_recv_init(HTC_TARGET *target);
|
||||
QDF_STATUS htc_wait_recv_ctrl_message(HTC_TARGET *target);
|
||||
void htc_free_control_tx_packet(HTC_TARGET *target, HTC_PACKET *pPacket);
|
||||
|
Посилання в новій задачі
Заблокувати користувача