From 787b2cd73a5f5d2c4c17c549116d0491d350f7f6 Mon Sep 17 00:00:00 2001 From: Vinay Gannevaram Date: Tue, 2 May 2023 23:13:42 +0530 Subject: Update NAN MAJOR and MINOR version to 4.0.0 As NAN interface supports the functionality of WiFi-Aware 4.0 specification, update MAJOR and MINOR version accordingly Bug: 280415518 Test: TH Change-Id: I29c80311ba5447aebeba9d455d81293f23c20a1d --- include/hardware_legacy/wifi_nan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hardware_legacy/wifi_nan.h b/include/hardware_legacy/wifi_nan.h index 70e49ed..6754252 100644 --- a/include/hardware_legacy/wifi_nan.h +++ b/include/hardware_legacy/wifi_nan.h @@ -40,9 +40,9 @@ typedef u16 transaction_id; typedef u32 NanDataPathId; #define NAN_MAC_ADDR_LEN 6 -#define NAN_MAJOR_VERSION 2 +#define NAN_MAJOR_VERSION 4 #define NAN_MINOR_VERSION 0 -#define NAN_MICRO_VERSION 1 +#define NAN_MICRO_VERSION 0 #define NAN_MAX_SOCIAL_CHANNELS 3 /* NAN Maximum Lengths */ -- cgit v1.2.3