qcacld-3.0: Remove PDEV based PD threshold command

Remove WMI_PDEV_PARAM_SET_CMD_OBSS_PD_THRESHOLD which is sent to
initialize the hardware registers. The initialization of hardware
registers is done as part of WMI_VDEV_PARAM_SET_CMD_OBSS_PD_THRESHOLD

Change-Id: I272fbd6723836efb9864cb78bdaf3e0eacf45554
CRs-Fixed: 3329913
This commit is contained in:
Rachit Kankane
2022-11-07 09:11:06 +05:30
committed by Madan Koyyalamudi
parent 4a0d15fa87
commit f020a7bf78
3 changed files with 0 additions and 55 deletions

View File

@@ -120,9 +120,6 @@ QDF_STATUS ucfg_mlme_pdev_open(struct wlan_objmgr_pdev *pdev)
}
pdev_mlme->mlme_register_ops = mlme_register_vdev_mgr_ops;
/* Initialize MAC0/1 SR registers */
wlan_spatial_reuse_pdev_init(pdev);
return QDF_STATUS_SUCCESS;
}