|
@@ -1521,6 +1521,7 @@ QDF_STATUS dp_txrx_init(ol_txrx_soc_handle soc, uint8_t pdev_id,
|
|
if (qdf_status != QDF_STATUS_SUCCESS) {
|
|
if (qdf_status != QDF_STATUS_SUCCESS) {
|
|
dp_err("Failed to initialize RX refill thread status:%d",
|
|
dp_err("Failed to initialize RX refill thread status:%d",
|
|
qdf_status);
|
|
qdf_status);
|
|
|
|
+ qdf_mem_free(dp_ext_hdl);
|
|
return qdf_status;
|
|
return qdf_status;
|
|
}
|
|
}
|
|
cdp_register_rx_refill_thread_sched_handler(soc,
|
|
cdp_register_rx_refill_thread_sched_handler(soc,
|