On Friday, May 06, 2016 02:46:38 Antonio Quartulli wrote: > To reduce the field pollution in our main batadv_priv data structure > we've already created some substructures so that we could group fields > in a convenient manner. > > However gw_mode and gw_sel_class are still part of the main object. > > More both fields to the GW private substructure. > > Signed-off-by: Antonio Quartulli > --- > net/batman-adv/gateway_client.c | 12 ++++++------ > net/batman-adv/gateway_common.c | 6 +++--- > net/batman-adv/soft-interface.c | 6 +++--- > net/batman-adv/sysfs.c | 10 +++++----- > net/batman-adv/types.h | 8 ++++---- > 5 files changed, 21 insertions(+), 21 deletions(-) Applied in revision 6435277. Thanks, Marek