File tree Expand file tree Collapse file tree 3 files changed +343
-0
lines changed Expand file tree Collapse file tree 3 files changed +343
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ enum batadv_tt_client_flags {
87
87
* @BATADV_ATTR_LAST_SEEN_MSECS: Time in milliseconds since last seen
88
88
* @BATADV_ATTR_NEIGH_ADDRESS: Neighbour MAC address
89
89
* @BATADV_ATTR_TQ: TQ to neighbour
90
+ * @BATADV_ATTR_THROUGHPUT: Estimated throughput to Neighbour
90
91
* @__BATADV_ATTR_AFTER_LAST: internal use
91
92
* @NUM_BATADV_ATTR: total number of batadv_nl_attrs available
92
93
* @BATADV_ATTR_MAX: highest attribute number currently defined
@@ -118,6 +119,7 @@ enum batadv_nl_attrs {
118
119
BATADV_ATTR_LAST_SEEN_MSECS ,
119
120
BATADV_ATTR_NEIGH_ADDRESS ,
120
121
BATADV_ATTR_TQ ,
122
+ BATADV_ATTR_THROUGHPUT ,
121
123
/* add attributes above here, update the policy in netlink.c */
122
124
__BATADV_ATTR_AFTER_LAST ,
123
125
NUM_BATADV_ATTR = __BATADV_ATTR_AFTER_LAST ,
You can’t perform that action at this time.
0 commit comments