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:

committed by
Madan Koyyalamudi

parent
4a0d15fa87
commit
f020a7bf78
@@ -75,16 +75,6 @@ QDF_STATUS wlan_spatial_reuse_config_set(struct wlan_objmgr_vdev *vdev,
|
||||
uint8_t sr_ctrl,
|
||||
uint8_t non_srg_max_pd_offset);
|
||||
|
||||
/**
|
||||
* wlan_spatial_reuse_pdev_init() - Send PDEV command with disabled
|
||||
* PD threshold value to initialize HW
|
||||
* registers
|
||||
* @pdev: objmgr manager pdev
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS wlan_spatial_reuse_pdev_init(struct wlan_objmgr_pdev *pdev);
|
||||
|
||||
/**
|
||||
* wlan_sr_register_callback() - registers SR osif events
|
||||
* @psoc: pointer to psoc
|
||||
@@ -115,12 +105,6 @@ QDF_STATUS wlan_spatial_reuse_config_set(struct wlan_objmgr_vdev *vdev,
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static inline
|
||||
QDF_STATUS wlan_spatial_reuse_pdev_init(struct wlan_objmgr_pdev *pdev)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static inline
|
||||
void wlan_spatial_reuse_osif_event(struct wlan_objmgr_vdev *vdev,
|
||||
enum sr_osif_operation sr_osif_oper,
|
||||
|
Reference in New Issue
Block a user