From: Dmitry Shmidt Date: Tue, 14 Mar 2017 17:33:50 +0000 (+0000) Subject: Fix QCA_ATTR_NUD_STATS_IS_DAD value X-Git-Tag: hostap_2_7~1438 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f5f4e46acf5e440175adaf6e3d5b463565e4c27;p=thirdparty%2Fhostap.git Fix QCA_ATTR_NUD_STATS_IS_DAD value Signed-off-by: Dmitry Shmidt --- 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,