Fix QCA_ATTR_NUD_STATS_IS_DAD value
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
8aacbc1fb7
commit
7f5f4e46ac
1 changed files with 2 additions and 2 deletions
|
@ -3375,11 +3375,11 @@ enum qca_attr_nud_stats_get {
|
||||||
/* Flag indicating if the station's link to the AP is active.
|
/* Flag indicating if the station's link to the AP is active.
|
||||||
* Active Link - If included, Inactive link - If not included
|
* 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).
|
/* Flag indicating if there is any duplicate address detected (DAD).
|
||||||
* Yes - If detected, No - If not detected.
|
* Yes - If detected, No - If not detected.
|
||||||
*/
|
*/
|
||||||
QCA_ATTR_NUD_STATS_IS_DAD = 9,
|
QCA_ATTR_NUD_STATS_IS_DAD = 10,
|
||||||
|
|
||||||
/* keep last */
|
/* keep last */
|
||||||
QCA_ATTR_NUD_STATS_GET_LAST,
|
QCA_ATTR_NUD_STATS_GET_LAST,
|
||||||
|
|
Loading…
Reference in a new issue