From: Sven Eckelmann Date: Fri, 9 Jun 2017 15:06:50 +0000 (+0200) Subject: batman-adv: Use default throughput value on cfg80211 error X-Git-Tag: v4.14-rc1~596^2~205^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f3f87325dcb3c201076c81490f4da91ad4c09fc;p=platform%2Fkernel%2Flinux-rpi3.git batman-adv: Use default throughput value on cfg80211 error A wifi interface should never be handled like an ethernet devices. The parser of the cfg80211 output must therefore skip the ethtool code when cfg80211_get_station returned an error. Fixes: f44a3ae9a281 ("batman-adv: refactor wifi interface detection") Signed-off-by: Sven Eckelmann Reviewed-by: Marek Lindner Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/bat_v_elp.c b/net/batman-adv/bat_v_elp.c index b90c990..96e7333 100644 --- a/net/batman-adv/bat_v_elp.c +++ b/net/batman-adv/bat_v_elp.c @@ -109,8 +109,10 @@ static u32 batadv_v_elp_get_throughput(struct batadv_hardif_neigh_node *neigh) */ return 0; } - if (!ret) - return sinfo.expected_throughput / 100; + if (ret) + goto default_throughput; + + return sinfo.expected_throughput / 100; } /* if not a wifi interface, check if this device provides data via