From 7cee598173417264601562ed87d12381860a8a7a Mon Sep 17 00:00:00 2001 From: Etan Cohen Date: Tue, 29 Nov 2016 14:38:51 -0800 Subject: [PATCH] [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 --- include/hardware_legacy/wifi_nan.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.0