mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix 1.5::WifiBand inheritance"
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user