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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icfed709b874f6aff4d657ddf017378020e1131b4
diff --git a/radio/config/1.3/types.hal b/radio/config/1.3/types.hal
index bedb709..ba964bf 100644
--- a/radio/config/1.3/types.hal
+++ b/radio/config/1.3/types.hal
@@ -19,4 +19,10 @@
 /**
  * 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;
+};