OSDN Git Service

[AWARE] Clean up deprecated error value field
authorEtan Cohen <etancohen@google.com>
Tue, 29 Nov 2016 22:38:51 +0000 (14:38 -0800)
committerEtan Cohen <etancohen@google.com>
Wed, 18 Jan 2017 19:08:49 +0000 (19:08 +0000)
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

index dccfcd5..af938ae 100644 (file)
@@ -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;