X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=batman-adv%2Fpatches%2F0047-batman-adv-Fix-segfault-when-writing-to-throughput_o.patch;fp=batman-adv%2Fpatches%2F0047-batman-adv-Fix-segfault-when-writing-to-throughput_o.patch;h=14dad79151b164b3370708333e6e169602afc43a;hb=dca9b7e0cab4feb9b29f7c2d4e8c61636160721a;hp=859489542e9999a995aa78537678c82a820df86c;hpb=f622ffd9bcfad8be64e716cbcbb656b6fc53694d;p=feed%2Frouting.git diff --git a/batman-adv/patches/0047-batman-adv-Fix-segfault-when-writing-to-throughput_o.patch b/batman-adv/patches/0047-batman-adv-Fix-segfault-when-writing-to-throughput_o.patch index 8594895..14dad79 100644 --- a/batman-adv/patches/0047-batman-adv-Fix-segfault-when-writing-to-throughput_o.patch +++ b/batman-adv/patches/0047-batman-adv-Fix-segfault-when-writing-to-throughput_o.patch @@ -1,6 +1,6 @@ From: Sven Eckelmann Date: Fri, 31 Aug 2018 16:46:47 +0200 -Subject: [PATCH] batman-adv: Fix segfault when writing to throughput_override +Subject: batman-adv: Fix segfault when writing to throughput_override The per hardif sysfs file "batman_adv/throughput_override" prints the resulting change as info text when the users writes to this file. It uses @@ -23,9 +23,6 @@ Signed-off-by: Sven Eckelmann Acked-by: Marek Lindner Origin: upstream, https://git.open-mesh.org/batman-adv.git/commit/ddf99b78e255530cbadc0f67656a549e19520280 ---- - net/batman-adv/sysfs.c | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/batman-adv/sysfs.c b/net/batman-adv/sysfs.c index 17c844196eb26c9faf9fd543b88cd86cc1c2c029..ae22db3d6637dde2fcc238826a624ef2d6dbd8f5 100644