diff options
author | Martin Hundebøll <martin@hundeboll.net> | 2012-04-20 11:02:45 -0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-11-07 14:00:23 -0500 |
commit | 4046b24aface62f5647699e9af3260a486bc5f49 (patch) | |
tree | 82e7fe03be17690b109fb3fff82e83fb63ef28cd /net/batman-adv/soft-interface.c | |
parent | 33af49ad8ae44de52c0ac30b1a9707dad5e4c418 (diff) |
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>
Diffstat (limited to 'net/batman-adv/soft-interface.c')
-rw-r--r-- | net/batman-adv/soft-interface.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index 7b4a3a3d9dd5..c283d87c4cce 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c | |||
@@ -625,6 +625,13 @@ static const struct { | |||
625 | { "tt_response_rx" }, | 625 | { "tt_response_rx" }, |
626 | { "tt_roam_adv_tx" }, | 626 | { "tt_roam_adv_tx" }, |
627 | { "tt_roam_adv_rx" }, | 627 | { "tt_roam_adv_rx" }, |
628 | #ifdef CONFIG_BATMAN_ADV_DAT | ||
629 | { "dat_get_tx" }, | ||
630 | { "dat_get_rx" }, | ||
631 | { "dat_put_tx" }, | ||
632 | { "dat_put_rx" }, | ||
633 | { "dat_cached_reply_tx" }, | ||
634 | #endif | ||
628 | }; | 635 | }; |
629 | 636 | ||
630 | static void batadv_get_strings(struct net_device *dev, uint32_t stringset, | 637 | static void batadv_get_strings(struct net_device *dev, uint32_t stringset, |