File tree Expand file tree Collapse file tree 3 files changed +372
-0
lines changed Expand file tree Collapse file tree 3 files changed +372
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ enum batadv_tt_client_flags {
85
85
* @BATADV_ATTR_TT_FLAGS: Translation table client flags
86
86
* @BATADV_ATTR_FLAG_BEST: Flags indicating entry is the best
87
87
* @BATADV_ATTR_LAST_SEEN_MSECS: Time in milliseconds since last seen
88
+ * @BATADV_ATTR_NEIGH_ADDRESS: Neighbour MAC address
89
+ * @BATADV_ATTR_TQ: TQ to neighbour
88
90
* @__BATADV_ATTR_AFTER_LAST: internal use
89
91
* @NUM_BATADV_ATTR: total number of batadv_nl_attrs available
90
92
* @BATADV_ATTR_MAX: highest attribute number currently defined
@@ -114,6 +116,8 @@ enum batadv_nl_attrs {
114
116
BATADV_ATTR_TT_FLAGS ,
115
117
BATADV_ATTR_FLAG_BEST ,
116
118
BATADV_ATTR_LAST_SEEN_MSECS ,
119
+ BATADV_ATTR_NEIGH_ADDRESS ,
120
+ BATADV_ATTR_TQ ,
117
121
/* add attributes above here, update the policy in netlink.c */
118
122
__BATADV_ATTR_AFTER_LAST ,
119
123
NUM_BATADV_ATTR = __BATADV_ATTR_AFTER_LAST ,
You can’t perform that action at this time.
0 commit comments