소스 검색

qcacmn: Pass WOW enable flags to FW

For WOW Enable, firmware accepts a bitmap of flags, but passing them
to firmware is not exposed by WMI. Modify WMI to allow passing WOW
Enable flags to firmware.

Change-Id: I458b01bc6a4e5b14b2a1dfee928136daeb70ebe9
CRs-Fixed: 1092068
Dustin Brown 8 년 전
부모
커밋
dee95c757a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      wmi_unified_param.h

+ 1 - 0
wmi_unified_param.h

@@ -695,6 +695,7 @@ struct wow_cmd_params {
 	bool enable;
 	bool can_suspend_link;
 	uint8_t pause_iface_config;
+	uint32_t flags;
 };
 
 /**