From 3000a60c2abd3d1e4f64e6c141d6759eaa7c7931 Mon Sep 17 00:00:00 2001 From: Quang Luong Date: Sun, 10 Jan 2021 18:14:35 -0800 Subject: [PATCH] Fix 1.5::WifiBand inheritance 1.5::WifiBand should inherit from 1.4::WifiBand. Bug: 15365100 Test: build Change-Id: Ic22cbed19fee274bbaadf282b0a492857bd3dcc5 --- wifi/1.5/types.hal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wifi/1.5/types.hal b/wifi/1.5/types.hal index 3fbec82658..9fa5c800c0 100644 --- a/wifi/1.5/types.hal +++ b/wifi/1.5/types.hal @@ -19,7 +19,7 @@ package android.hardware.wifi@1.5; import @1.0::StaLinkLayerIfaceStats; import @1.0::StaLinkLayerIfacePacketStats; import @1.0::TimeStampInMs; -import @1.0::WifiBand; +import @1.4::WifiBand; import @1.0::NanCipherSuiteType; import @1.0::NanCapabilities; import @1.2::NanConfigRequestSupplemental; @@ -28,7 +28,7 @@ import @1.3::StaLinkLayerRadioStats; /** * Wifi bands defined in 80211 spec. */ -enum WifiBand : @1.0::WifiBand { +enum WifiBand : @1.4::WifiBand { /** * 60 GHz. */