From 151427c297f064449dfa9c591f736fc9240f215c Mon Sep 17 00:00:00 2001 From: Ahmed ElArabawy Date: Tue, 26 Mar 2019 22:53:41 -0700 Subject: [PATCH] Wifi: Update the wifi_sar_scenario enum This commit updates the enum for wifi_sar_scenario. Bug: 112205428 Test: Compiles (just a header file change) Change-Id: If01d0daf5e535e8fdca6eeab115f6c409cc38c46 --- include/hardware_legacy/wifi_hal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/hardware_legacy/wifi_hal.h b/include/hardware_legacy/wifi_hal.h index ec29ec2..aa28c1a 100644 --- a/include/hardware_legacy/wifi_hal.h +++ b/include/hardware_legacy/wifi_hal.h @@ -40,11 +40,14 @@ typedef enum { /* Pre selected Power scenarios to be applied from BDF file */ typedef enum { + WIFI_POWER_SCENARIO_INVALID = -2, + WIFI_POWER_SCENARIO_DEFAULT = -1, WIFI_POWER_SCENARIO_VOICE_CALL = 0, WIFI_POWER_SCENARIO_ON_HEAD_CELL_OFF = 1, WIFI_POWER_SCENARIO_ON_HEAD_CELL_ON = 2, WIFI_POWER_SCENARIO_ON_BODY_CELL_OFF = 3, WIFI_POWER_SCENARIO_ON_BODY_CELL_ON = 4, + WIFI_POWER_SCENARIO_ON_BODY_BT = 5, } wifi_power_scenario; typedef enum {