batman-adv: add kernel doc for AP isolation attributes in bat_priv
authorAntonio Quartulli <a@unstable.cc>
Tue, 17 Nov 2015 08:40:53 +0000 (16:40 +0800)
committerAntonio Quartulli <a@unstable.cc>
Tue, 2 Feb 2016 04:40:34 +0000 (12:40 +0800)
Signed-off-by: Antonio Quartulli <a@unstable.cc>
net/batman-adv/types.h

index 7f7a0f1eaf752194ea5a64ac4c830b691e1f1a04..5e8c8df4c4acbb6232d613643a1e4d8baa18bc79 100644 (file)
@@ -772,6 +772,9 @@ struct batadv_softif_vlan {
  * @orig_interval: OGM broadcast interval in milliseconds
  * @hop_penalty: penalty which will be applied to an OGM's tq-field on every hop
  * @log_level: configured log level (see batadv_dbg_level)
+ * @isolation_mark: the skb->mark value used to match packets for AP isolation
+ * @isolation_mark_mask: bitmask identifying the bits in skb->mark to be used
+ *  for the isolation mark
  * @bcast_seqno: last sent broadcast packet sequence number
  * @bcast_queue_left: number of remaining buffered broadcast packet slots
  * @batman_queue_left: number of remaining OGM packet slots
This page took 0.0285 seconds and 5 git commands to generate.