qcacmn: Free Tx ME pool in detach path
Tx ME descriptors used for Tx Multicast enhancement are not freed in pdev detach path causing memory leak. Fix this by freeing them in pdev detach path. Change-Id: I902e7a829495871e3d0013a9942f86c02bbba80e CRs-Fixed: 2168524
This commit is contained in:

committed by
snandini

parent
8e79865e11
commit
7a4721f3ab
@@ -2718,7 +2718,7 @@ QDF_STATUS dp_tx_pdev_attach(struct dp_pdev *pdev)
|
||||
*/
|
||||
QDF_STATUS dp_tx_pdev_detach(struct dp_pdev *pdev)
|
||||
{
|
||||
/* What should do here? */
|
||||
dp_tx_me_exit(pdev);
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user