On Monday, May 09, 2016 18:41:52 Sven Eckelmann wrote:
From: Sven Eckelmann sven.eckelmann@open-mesh.com
Netlink can be used to add new communication functionality to the kernel module. It can also be used to replace the old debugfs files. The binary interface used for this will be defined in the added files.
Signed-off-by: Sven Eckelmann sven.eckelmann@open-mesh.com
Forwarded: https://patchwork.open-mesh.org/patch/16079/
Makefile | 12 ++++++++++++ batman_adv.h | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ netlink.c | 28 ++++++++++++++++++++++++++++ netlink.h | 30 ++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+) create mode 100644 batman_adv.h create mode 100644 netlink.c create mode 100644 netlink.h
Applied in revision 8f0805f.
Thanks, Marek