From: Etan Cohen Date: Tue, 29 Nov 2016 22:38:51 +0000 (-0800) Subject: [AWARE] Clean up deprecated error value field X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7cee598173417264601562ed87d12381860a8a7a;p=android-x86%2Fhardware-libhardware_legacy.git [AWARE] Clean up deprecated error value field Left deprecated field in place since it broke dependent projects. Dependencies cleaned-up - remove field. Bug: 27914592 Test: build only requirements since unused field Change-Id: I910ffd811ddbca9b83a0190eaede2a58b36fedc8 --- diff --git a/include/hardware_legacy/wifi_nan.h b/include/hardware_legacy/wifi_nan.h index dccfcd5..af938ae 100644 --- a/include/hardware_legacy/wifi_nan.h +++ b/include/hardware_legacy/wifi_nan.h @@ -1553,7 +1553,6 @@ typedef struct { typedef struct { NanStatusType status; /* contains the result code */ char nan_error[NAN_ERROR_STR_LEN]; /* Describe the NAN error type */ - u32 value; /* Deprecated - do not use */ NanResponseType response_type; /* NanResponseType Definitions */ union { NanPublishResponse publish_response;