Revert "qcacmn: Initialize ppdu info flex mem pool during pdev attach"
This reverts commit I7970ab056e600ccfe28ae1ccdc50a66d5ae0ade8. Change-Id: I1837ddb8840a4f567890991d41fbeb78d8d8e0de CRs-Fixed: 3235962
This commit is contained in:
@@ -4941,9 +4941,6 @@ QDF_STATUS dp_mon_pdev_attach(struct dp_pdev *pdev)
|
||||
}
|
||||
}
|
||||
|
||||
if (mon_ops->rx_mon_ppdu_info_pool_init)
|
||||
mon_ops->rx_mon_ppdu_info_pool_init(pdev);
|
||||
|
||||
pdev->monitor_pdev = mon_pdev;
|
||||
dp_mon_pdev_per_target_config(pdev);
|
||||
|
||||
@@ -4983,8 +4980,6 @@ QDF_STATUS dp_mon_pdev_detach(struct dp_pdev *pdev)
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
if (mon_ops->rx_mon_ppdu_info_pool_deinit)
|
||||
mon_ops->rx_mon_ppdu_info_pool_deinit(pdev);
|
||||
if (mon_ops->rx_mon_desc_pool_free)
|
||||
mon_ops->rx_mon_desc_pool_free(pdev);
|
||||
if (mon_ops->mon_rings_free)
|
||||
|
Reference in New Issue
Block a user