Searched hist:"4 e820e72db584e39c7d8699eb359d9a94eb837e3" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/batman-adv/ |
H A D | gateway_client.h | diff 4e820e72db584e39c7d8699eb359d9a94eb837e3 Mon Nov 04 13:59:41 CST 2013 Antonio Quartulli <antonio@open-mesh.com> 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 <antonio@open-mesh.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
|
H A D | gateway_common.c | diff 4e820e72db584e39c7d8699eb359d9a94eb837e3 Mon Nov 04 13:59:41 CST 2013 Antonio Quartulli <antonio@open-mesh.com> 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 <antonio@open-mesh.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
|
H A D | gateway_client.c | diff 4e820e72db584e39c7d8699eb359d9a94eb837e3 Mon Nov 04 13:59:41 CST 2013 Antonio Quartulli <antonio@open-mesh.com> 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 <antonio@open-mesh.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
|