1
0

Merge "qca-wifi: Unmap nbuf while processing Tx completion"

Este cometimento está contido em:
Linux Build Service Account
2020-09-11 11:08:32 -07:00
cometido por Gerrit - the friendly Code Review server
ascendente 0a42fd8526 1beaf3500a
cometimento 28582f0573

Ver ficheiro

@@ -460,7 +460,6 @@ dp_tx_me_send_convert_ucast(struct cdp_soc_t *soc_hdl, uint8_t vdev_id,
}
qdf_mem_free(seg_info_head);
qdf_nbuf_unmap(pdev->soc->osdev, nbuf, QDF_DMA_TO_DEVICE);
qdf_nbuf_free(nbuf);
dp_vdev_unref_delete(soc, vdev, DP_MOD_ID_MCAST2UCAST);
return new_mac_cnt;