public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Marek Lindner <lindner_marek@yahoo.de>
To: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] [PATCH 16/16] batman-adv: Prefix main enum with BATADV_
Date: Sun, 10 Jun 2012 16:58:32 +0800	[thread overview]
Message-ID: <201206101658.32601.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1338754762-28424-16-git-send-email-sven@narfation.org>

On Monday, June 04, 2012 04:19:22 Sven Eckelmann wrote:
> Reported-by: Martin Hundebøll <martin@hundeboll.net>
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  bat_iv_ogm.c            |   48
> +++++++++++++++++++++++------------------------
> bat_sysfs.c             |   12 ++++++------
>  bat_sysfs.h             |    4 ++--
>  bitarray.c              |    4 ++--
>  bridge_loop_avoidance.c |   46
> ++++++++++++++++++++++-----------------------
> gateway_client.c        |   25 +++++++++++++-----------
>  icmp_socket.c           |    8 ++++----
>  main.c                  |   10 +++++-----
>  main.h                  |   36 +++++++++++++++++------------------
>  originator.c            |   12 ++++++------
>  routing.c               |   18 +++++++++---------
>  send.c                  |   11 ++++++-----
>  soft-interface.c        |    6 +++---
>  translation-table.c     |   35 +++++++++++++++++-----------------
>  14 files changed, 140 insertions(+), 135 deletions(-)

Applied in revision 48860a4.

Thanks,
Marek

  reply	other threads:[~2012-06-10  8:58 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-03 20:19 [B.A.T.M.A.N.] [PATCH 01/16] batman-adv: Prefix local defines with BATADV_ Sven Eckelmann
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 02/16] batman-adv: Prefix debugfs " Sven Eckelmann
2012-06-09 15:02   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 03/16] batman-adv: Prefix sysfs " Sven Eckelmann
2012-06-09 15:03   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 04/16] batman-adv: Prefix bridge_loop_avoidance " Sven Eckelmann
2012-06-09 15:04   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 05/16] batman-adv: Prefix gateway " Sven Eckelmann
2012-06-09 15:05   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 06/16] batman-adv: Prefix icmp_socket " Sven Eckelmann
2012-06-09 15:07   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 07/16] batman-adv: Prefix packet " Sven Eckelmann
2012-06-09 15:10   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 08/16] batman-adv: Prefix types " Sven Eckelmann
2012-06-09 15:12   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 09/16] batman-adv: Prefix unicast " Sven Eckelmann
2012-06-09 15:13   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 10/16] batman-adv: Prefix vis " Sven Eckelmann
2012-06-09 15:14   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 11/16] batman-adv: Prefix main " Sven Eckelmann
2012-06-10  8:38   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 12/16] batman-adv: Prefix gateway enum " Sven Eckelmann
2012-06-10  8:40   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 13/16] batman-adv: Prefix hard-interface " Sven Eckelmann
2012-06-10  8:43   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 14/16] batman-adv: Prefix types " Sven Eckelmann
2012-06-10  8:45   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 15/16] batman-adv: Prefix packet " Sven Eckelmann
2012-06-10  8:56   ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 16/16] batman-adv: Prefix main " Sven Eckelmann
2012-06-10  8:58   ` Marek Lindner [this message]
2012-06-09 15:01 ` [B.A.T.M.A.N.] [PATCH 01/16] batman-adv: Prefix local defines " Marek Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201206101658.32601.lindner_marek@yahoo.de \
    --to=lindner_marek@yahoo.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox