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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I342cdf6f6744f0107d4f6ae25a93014a3f727672
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;
+};