qcacmn: Add support for obss spatial reuse default threshold
Add support to send default offsets to firmware. Change-Id: I5d566fbd5eb074e7aac94f793c5431734c2e0922 CRs-Fixed: 2345173
This commit is contained in:
@@ -7278,10 +7278,22 @@ struct bcn_offload_control {
|
||||
*/
|
||||
struct wmi_host_obss_spatial_reuse_set_param {
|
||||
uint32_t enable;
|
||||
uint32_t obss_min;
|
||||
uint32_t obss_max;
|
||||
int32_t obss_min;
|
||||
int32_t obss_max;
|
||||
uint32_t vdev_id;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wmi_host_obss_spatial_reuse_set_def_thresh - default obsspd offsets
|
||||
* @obss_min: Minimum OBSS level to use
|
||||
* @obss_max: Maximum OBSS level to use
|
||||
* @vdev_type: vdev_type should be one of WMI_VDEV_TYPE_STA or WMI_VDEV_TYPE_AP
|
||||
*/
|
||||
struct wmi_host_obss_spatial_reuse_set_def_thresh {
|
||||
int32_t obss_min;
|
||||
int32_t obss_max;
|
||||
uint32_t vdev_type;
|
||||
};
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user