]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix QCA_ATTR_NUD_STATS_IS_DAD value
authorDmitry Shmidt <dimitrysh@google.com>
Tue, 14 Mar 2017 17:33:50 +0000 (17:33 +0000)
committerJouni Malinen <j@w1.fi>
Tue, 14 Mar 2017 19:11:18 +0000 (21:11 +0200)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
src/common/qca-vendor.h

index 334da3caaa59332f7f331d4ddd017bebdf4fb5d1..acce68a2d8b5c3c1189cf36cca63a5975b803727 100644 (file)
@@ -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,