batman-adv: Add get_ethtool_stats() support for DAT
Added additional counters for D.A.T. Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
This commit is contained in:

committed by
Antonio Quartulli

parent
33af49ad8a
commit
4046b24afa
@@ -625,6 +625,13 @@ static const struct {
|
||||
{ "tt_response_rx" },
|
||||
{ "tt_roam_adv_tx" },
|
||||
{ "tt_roam_adv_rx" },
|
||||
#ifdef CONFIG_BATMAN_ADV_DAT
|
||||
{ "dat_get_tx" },
|
||||
{ "dat_get_rx" },
|
||||
{ "dat_put_tx" },
|
||||
{ "dat_put_rx" },
|
||||
{ "dat_cached_reply_tx" },
|
||||
#endif
|
||||
};
|
||||
|
||||
static void batadv_get_strings(struct net_device *dev, uint32_t stringset,
|
||||
|
Reference in New Issue
Block a user