Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 2dddf839a47e65c50c43ee96ec9dc94a6581bcd8 Author: Sven Eckelmann sven@narfation.org Date: Sat Oct 31 12:29:29 2015 +0100
batctl: Fix kerneldoc of main functions
Signed-off-by: Sven Eckelmann sven@narfation.org Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
2dddf839a47e65c50c43ee96ec9dc94a6581bcd8 packet.h | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/packet.h b/packet.h index 72fd5b0..fdb0163 100644 --- a/packet.h +++ b/packet.h @@ -209,6 +209,11 @@ struct batadv_bla_claim_dst { * @version: batman-adv protocol version, part of the genereal header * @ttl: time to live for this packet, part of the genereal header * @flags: contains routing relevant flags - see enum batadv_iv_flags + * @seqno: sequence identification + * @orig: address of the source node + * @prev_sender: address of the previous sender + * @reserved: reserved byte for alignment + * @tq: transmission quality * @tvlv_len: length of tvlv data following the ogm header */ struct batadv_ogm_packet { @@ -345,6 +350,7 @@ struct batadv_unicast_packet { * @u: common unicast packet header * @src: address of the source * @subtype: packet subtype + * @reserved: reserved byte for alignment */ struct batadv_unicast_4addr_packet { struct batadv_unicast_packet u;