From 9649e54d6c693464602e8564a32b38aca483acf8 Mon Sep 17 00:00:00 2001 From: Etan Cohen Date: Thu, 21 Dec 2017 08:41:34 -0800 Subject: [PATCH] [WIFI][TREBLE] Uprev IWifiChip to 1.2 The IWifiChip HAL was uprev'ed to 1.2 but the C++ code did not reflect it. Bug: 65647646 Test: builds/runs Change-Id: I2b4524e8a1fcbfd162919c183367959fbaf68f09 --- wifi/1.2/default/wifi_chip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wifi/1.2/default/wifi_chip.h b/wifi/1.2/default/wifi_chip.h index 97c434ee6a..b5dcc8cb17 100644 --- a/wifi/1.2/default/wifi_chip.h +++ b/wifi/1.2/default/wifi_chip.h @@ -20,7 +20,7 @@ #include #include -#include +#include #include "hidl_callback_util.h" #include "wifi_ap_iface.h" @@ -44,7 +44,7 @@ using namespace android::hardware::wifi::V1_0; * Since there is only a single chip instance used today, there is no * identifying handle information stored here. */ -class WifiChip : public V1_1::IWifiChip { +class WifiChip : public V1_2::IWifiChip { public: WifiChip( ChipId chip_id,