فهرست منبع

qcacmn: Add SAP and P2P GO d3 wow support feature config

Add SAP and P2P GO d3wow feature support config to send it down
to FW during WMI INIT such that FW is aware when SAP and GO with
client connected mode d3 wow feature is enabled.

Change-Id: I04b398f71727112ce5c536bbf2bfcfd4eefe2752
CRs-Fixed: 2866604
Rajeev Kumar 4 سال پیش
والد
کامیت
459084ce35
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      wmi/inc/wmi_unified_param.h

+ 4 - 0
wmi/inc/wmi_unified_param.h

@@ -5248,6 +5248,8 @@ struct wmi_host_fw_abi_ver {
  * @max_ndp_sessions: Max ndp sessions support
  * @max_ndp_sessions: Max ndp sessions support
  * @max_ndi: max number of ndi host supports
  * @max_ndi: max number of ndi host supports
  * @carrier_vow_optmization: configure vow-optimization for carrier-usecase
  * @carrier_vow_optmization: configure vow-optimization for carrier-usecase
+ * @is_sap_connected_d3wow_enabled: is sap d3wow with connected client supported
+ * @is_go_connected_d3wow_enabled: is go d3wow with connected client supported
  */
  */
 typedef struct {
 typedef struct {
 	uint32_t num_vdevs;
 	uint32_t num_vdevs;
@@ -5353,6 +5355,8 @@ typedef struct {
 	uint32_t max_ndp_sessions;
 	uint32_t max_ndp_sessions;
 	uint32_t max_ndi;
 	uint32_t max_ndi;
 	bool carrier_vow_optimization;
 	bool carrier_vow_optimization;
+	uint32_t is_sap_connected_d3wow_enabled;
+	uint32_t is_go_connected_d3wow_enabled;
 } target_resource_config;
 } target_resource_config;
 
 
 /**
 /**