commit | 5405e19e705909bba1a879174ffe93e241455426 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sat Apr 01 14:47:06 2017 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Mon Apr 03 12:58:29 2017 +0200 |
tree | 303b87e8b8acae7db96952eec1c0577ad6d5cdee | |
parent | e2790a4b275d52e332e0ad71b5f2eff53fe21805 [diff] |
batman-adv: Group ethtool related code together The ethtool code was spread in soft-interface.c. This makes reading the code and working on it unnecessary complicated. Having everything in a common place next to the other code which references it, makes it slightly easier. Signed-off-by: Sven Eckelmann <sven@narfation.org> Acked-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>