[PATCH] Fix QCA_ATTR_NUD_STATS_IS_DAD value

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From 6e4136540882d713e20fcca83ab63954be255b60 Mon Sep 17 00:00:00 2001
From: Dmitry Shmidt <dimitrysh@xxxxxxxxxx>
Date: Tue, 14 Mar 2017 10:31:15 -0700
Subject: [PATCH] Fix QCA_ATTR_NUD_STATS_IS_DAD value

Signed-off-by: Dmitry Shmidt <dimitrysh@xxxxxxxxxx>
---
 src/common/qca-vendor.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index 334da3caa..acce68a2d 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -3375,11 +3375,11 @@ enum qca_attr_nud_stats_get {
 	/* Flag indicating if the station's link to the AP is active.
 	 * Active Link - If included, Inactive link - If not included
 	 */
-	QCA_ATTR_NUD_STATS_AP_LINK_ACTIVE= 9,
+	QCA_ATTR_NUD_STATS_AP_LINK_ACTIVE = 9,
 	/* Flag indicating if there is any duplicate address detected (DAD).
 	 * Yes - If detected, No - If not detected.
 	 */
-	QCA_ATTR_NUD_STATS_IS_DAD = 9,
+	QCA_ATTR_NUD_STATS_IS_DAD = 10,

 	/* keep last */
 	QCA_ATTR_NUD_STATS_GET_LAST,
--
2.12.0.367.g23dc2f6d3c-goog


_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux