From c39d782a958690dffa1ca65478a3870eddd13dff Mon Sep 17 00:00:00 2001 From: Hongbo Zeng Date: Fri, 26 Feb 2021 21:48:12 +0800 Subject: move the fields in RouteSelectionDescriptorParams to RouteSelectionDescriptor Bug: 178075054 Test: full build pass Change-Id: I283514bd63cb3ae7c37d8e3d4740e38f7e79a09e Merged-In: I283514bd63cb3ae7c37d8e3d4740e38f7e79a09e --- radio/1.6/types.hal | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'radio/1.6') diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal index 4b75db5e1e..d026589da0 100644 --- a/radio/1.6/types.hal +++ b/radio/1.6/types.hal @@ -1023,18 +1023,6 @@ struct RouteSelectionDescriptor { * precedence. */ uint8_t precedence; - /** - * Parameters defining this RouteSelectionDescriptor. The length of the vector - * must be >= 1. - */ - vec routeSelectionDescriptorParams; -}; - -/** - * This struct represents a route selection descriptor. A valid struct must have - * at least one of the vectors non-empty. - */ -struct RouteSelectionDescriptorParams { /** * Valid values are IP, IPV6 and IPV4V6. */ -- cgit v1.2.3