qcacmn: Add WMI support to configure SRG BSS color and BSSID bitmaps
To be able to configure SRG BSS Color Bitmap and SRG Partial BSSID Bitmaps, add the required WMI support. CRs-Fixed: 2665817 Change-Id: I141abe24dd34cab92f45b230b385500902d01416
This commit is contained in:

committed by
nshrivas

parent
049211d0b2
commit
2d6af44647
@@ -2142,6 +2142,14 @@ QDF_STATUS (*send_obss_spatial_reuse_set)(wmi_unified_t wmi_handle,
|
||||
QDF_STATUS (*send_obss_spatial_reuse_set_def_thresh)(wmi_unified_t wmi_handle,
|
||||
struct wmi_host_obss_spatial_reuse_set_def_thresh
|
||||
*obss_spatial_reuse_param);
|
||||
|
||||
QDF_STATUS (*send_self_srg_bss_color_bitmap_set)(
|
||||
wmi_unified_t wmi_handle, uint32_t bitmap_0,
|
||||
uint32_t bitmap_1, uint8_t pdev_id);
|
||||
|
||||
QDF_STATUS (*send_self_srg_partial_bssid_bitmap_set)(
|
||||
wmi_unified_t wmi_handle, uint32_t bitmap_0,
|
||||
uint32_t bitmap_1, uint8_t pdev_id);
|
||||
#endif
|
||||
|
||||
QDF_STATUS
|
||||
|
Reference in New Issue
Block a user