qcacmn: Split tx and rx buffer add function
Split tx and rx monitor buffer add function so that they can be indivudually called when lite monitor mode is enabled. Change-Id: I9996d0261f1912237bd6fa45058d410698b9fa28 CRs-Fixed: 3206170
This commit is contained in:

committed by
Madan Koyyalamudi

parent
0c558b779b
commit
7f485d5e89
@@ -6586,8 +6586,7 @@ static QDF_STATUS dp_vdev_attach_wifi3(struct cdp_soc_t *cdp_soc,
|
||||
if (wlan_op_mode_monitor == vdev->opmode) {
|
||||
if (dp_monitor_vdev_attach(vdev) == QDF_STATUS_SUCCESS) {
|
||||
dp_monitor_pdev_set_mon_vdev(vdev);
|
||||
dp_monitor_vdev_set_monitor_mode_buf_rings(pdev);
|
||||
return QDF_STATUS_SUCCESS;
|
||||
return dp_monitor_vdev_set_monitor_mode_buf_rings(pdev);
|
||||
}
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user