On Friday, July 12, 2013 01:47:38 Antonio Quartulli wrote:
- batadv_gw_check_client_stop - check if clitn mode has been switched off
clitn => client
- @bat_priv: the bat priv with all the soft interface information
- @new_mode: the gw mode which the node is switching to
The param "new_mode" does not exist.
batadv_gw_deselect(bat_priv);
- /* always call the client check before changing the state */
- batadv_gw_check_client_stop(bat_priv);
I don't get what the "client check" comment is trying to say.
Cheers, Marek