On Thursday 21 November 2013 14:16:12 Simon Wunderlich wrote:
From: Simon Wunderlich simon@open-mesh.com
To show information per interface, add a debugfs hardif structure similar to the system in sysfs. Hard interface folders will be created in "$debugfs/batman-adv/". Files are not yet added.
Signed-off-by: Simon Wunderlich simon@open-mesh.com
Changes to PATCHv4:
- properly align the BATADV_HARDIF_DEBUGINFO macro
Changes to PATCHv3:
- move hardif debugfs files into $debugfs/batman-adv/$hardif
Changes to PATCHv2:
- add macro to add hardif debug infos
debugfs.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ debugfs.h | 2 ++ hard-interface.c | 9 +++++++ types.h | 2 ++ 4 files changed, 86 insertions(+)
Applied in revision 3c926a0.
Thanks, Marek