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.] [PATCHv2 5/6] batman-adv: reorder batadv_iv_flags
Date: Sat, 20 Apr 2013 17:42:53 +0800 [thread overview]
Message-ID: <201304201742.53262.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1366401149-31600-6-git-send-email-siwu@hrz.tu-chemnitz.de>
On Saturday, April 20, 2013 03:52:28 Simon Wunderlich wrote:
> @@ -70,10 +70,9 @@ enum batadv_subtype {
> #define BATADV_COMPAT_VERSION 14
>
> enum batadv_iv_flags {
> - BATADV_NOT_BEST_NEXT_HOP = BIT(3),
> - BATADV_PRIMARIES_FIRST_HOP = BIT(4),
> - BATADV_VIS_SERVER = BIT(5),
> - BATADV_DIRECTLINK = BIT(6),
> + BATADV_NOT_BEST_NEXT_HOP = BIT(0),
> + BATADV_PRIMARIES_FIRST_HOP = BIT(1),
> + BATADV_DIRECTLINK = BIT(2),
> };
Can we get some kernel doc here as well ?
Cheers,
Marek
next prev parent reply other threads:[~2013-04-20 9:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 19:52 [B.A.T.M.A.N.] [PATCHv2 0/6] compat bump work Simon Wunderlich
2013-04-19 19:52 ` [B.A.T.M.A.N.] [PATCHv2 1/6] batman-adv: remove vis functionality Simon Wunderlich
2013-04-19 19:52 ` [B.A.T.M.A.N.] [PATCHv2 2/6] batman-adv: add build check macros for packet member offset Simon Wunderlich
2013-04-20 9:38 ` Marek Lindner
2013-04-19 19:52 ` [B.A.T.M.A.N.] [PATCHv2 3/6] batman-adv: reorder packet types Simon Wunderlich
2013-04-20 9:40 ` Marek Lindner
2013-04-19 19:52 ` [B.A.T.M.A.N.] [PATCHv2 4/6] batman-adv: remove packed from batadv_ogm_packet Simon Wunderlich
2013-04-20 9:41 ` Marek Lindner
2013-04-19 19:52 ` [B.A.T.M.A.N.] [PATCHv2 5/6] batman-adv: reorder batadv_iv_flags Simon Wunderlich
2013-04-20 9:42 ` Marek Lindner [this message]
2013-04-19 19:52 ` [B.A.T.M.A.N.] [PATCHv2 6/6] batman-adv: only add recordroute information to icmp request/reply Simon Wunderlich
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=201304201742.53262.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