Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6804db22 authored by Daniel Bright's avatar Daniel Bright Committed by Automerger Merge Worker
Browse files

Merge "Partial hal support for secondary link bandwidth" am: 00337a76 am: e3b14372

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1564477

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I342cdf6f6744f0107d4f6ae25a93014a3f727672
parents ac5ba124 e3b14372
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -19,4 +19,10 @@ package android.hardware.radio.config@1.3;
/**
 * Contains the device capabilities with respect to the Radio HAL.
 */
struct HalDeviceCapabilities {};
struct HalDeviceCapabilities {
  /**
   * True indicates that the modem is missing features within the current
   * version of the Radio HAL.
   */
  bool modemReducedFeatureSet1;
};