qcacmn: Add support for CSA offload
Add support for CSA offload to fw in case of SAP/P2P GO. Change-Id: I4ffa7c377e8fe50120f5cd20080419bd1b1e4248 CRs-Fixed: 2819499
Tento commit je obsažen v:
@@ -5316,6 +5316,7 @@ typedef enum {
|
||||
wmi_service_get_station_in_ll_stats_req,
|
||||
#endif
|
||||
wmi_service_scan_conf_per_ch_support,
|
||||
wmi_service_csa_beacon_template,
|
||||
wmi_services_max,
|
||||
} wmi_conv_service_ids;
|
||||
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
||||
|
@@ -15210,6 +15210,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
WMI_SERVICE_FSE_CMEM_ALLOC_SUPPORT;
|
||||
wmi_service[wmi_service_scan_conf_per_ch_support] =
|
||||
WMI_SERVICE_SCAN_CONFIG_PER_CHANNEL;
|
||||
wmi_service[wmi_service_csa_beacon_template] =
|
||||
WMI_SERVICE_CSA_BEACON_TEMPLATE;
|
||||
|
||||
wmi_populate_service_get_sta_in_ll_stats_req(wmi_service);
|
||||
}
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele