aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.h
diff options
context:
space:
mode:
authorMartin Hundebøll <martin@hundeboll.net>2014-07-15 03:41:08 -0400
committerAntonio Quartulli <antonio@meshcoding.com>2015-01-07 11:21:54 -0500
commita0e287750562969db8a891e9805fef55aeb05df0 (patch)
treef2567927e2cb7cbc47ea403a7664e861bf9cc9b7 /net/batman-adv/main.h
parentba97abb86302d7380bc6738aa9313a1c460c4f3c (diff)
batman-adv: kernel doc fixes for main.{c, h}
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'net/batman-adv/main.h')
-rw-r--r--net/batman-adv/main.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index a1fcd884f0b1..2a59b0455e0a 100644
--- a/net/batman-adv/main.h
+++ b/net/batman-adv/main.h
@@ -92,9 +92,8 @@
92/* numbers of originator to contact for any PUT/GET DHT operation */ 92/* numbers of originator to contact for any PUT/GET DHT operation */
93#define BATADV_DAT_CANDIDATES_NUM 3 93#define BATADV_DAT_CANDIDATES_NUM 3
94 94
95/** 95/* BATADV_TQ_SIMILARITY_THRESHOLD - TQ points that a secondary metric can differ
96 * BATADV_TQ_SIMILARITY_THRESHOLD - TQ points that a secondary metric can differ 96 * at most from the primary one in order to be still considered acceptable
97 * at most from the primary one in order to be still considered acceptable
98 */ 97 */
99#define BATADV_TQ_SIMILARITY_THRESHOLD 50 98#define BATADV_TQ_SIMILARITY_THRESHOLD 50
100 99