From: Antonio Quartulli Date: Mon, 4 Nov 2013 19:59:41 +0000 (+0100) Subject: batman-adv: rename gw_deselect() to gw_reselect() X-Git-Tag: v3.14-rc1~94^2~236^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e820e72db584e39c7d8699eb359d9a94eb837e3;p=pandora-kernel.git batman-adv: rename gw_deselect() to gw_reselect() The function batadv_gw_deselect() is actually not deselecting anything. It is just informing the GW code to perform a re-election procedure when possible. The current gateway is not being touched at all and therefore the name of this function is rather misleading. Rename it to batadv_gw_reselect() to batadv_gw_reselect() to make its behaviour easier to grasp. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed