]> asedeno.scripts.mit.edu Git - linux.git/commit
batman-adv: Remove ethtool .get_settings stub
authorSven Eckelmann <sven@narfation.org>
Sat, 1 Apr 2017 12:47:05 +0000 (14:47 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Mon, 3 Apr 2017 10:58:23 +0000 (12:58 +0200)
commite2790a4b275d52e332e0ad71b5f2eff53fe21805
tree7e3b1b0b2edbca63b6b3ac8b35c247a1bbdf5109
parent40ad9842cb35d9b7ddfea5b246fcabf17f275686
batman-adv: Remove ethtool .get_settings stub

The .get_settings function pointer and the related API was deprecated.
Fortunately, batman-adv is a virtual interface and never provided any
useful information via .get_settings. The stub can therefore be
removed.

This also avoids that incorrect information is shown in ethtool about the
batadv interface.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Acked-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/soft-interface.c