Loading net/batman-adv/main.c +2 −2 Original line number Diff line number Diff line Loading @@ -651,7 +651,7 @@ static struct batadv_tvlv_handler /** * batadv_tvlv_container_free_ref - decrement the tvlv container refcounter and * possibly free it * @tvlv_handler: the tvlv container to free * @tvlv: the tvlv container to free */ static void batadv_tvlv_container_free_ref(struct batadv_tvlv_container *tvlv) { Loading Loading @@ -800,7 +800,7 @@ void batadv_tvlv_container_register(struct batadv_priv *bat_priv, * requested packet size * @packet_buff: packet buffer * @packet_buff_len: packet buffer size * @packet_min_len: requested packet minimum size * @min_packet_len: requested packet minimum size * @additional_packet_len: requested additional packet size on top of minimum * size * Loading net/batman-adv/main.h +2 −3 Original line number Diff line number Diff line Loading @@ -92,8 +92,7 @@ /* numbers of originator to contact for any PUT/GET DHT operation */ #define BATADV_DAT_CANDIDATES_NUM 3 /** * BATADV_TQ_SIMILARITY_THRESHOLD - TQ points that a secondary metric can differ /* BATADV_TQ_SIMILARITY_THRESHOLD - TQ points that a secondary metric can differ * at most from the primary one in order to be still considered acceptable */ #define BATADV_TQ_SIMILARITY_THRESHOLD 50 Loading Loading
net/batman-adv/main.c +2 −2 Original line number Diff line number Diff line Loading @@ -651,7 +651,7 @@ static struct batadv_tvlv_handler /** * batadv_tvlv_container_free_ref - decrement the tvlv container refcounter and * possibly free it * @tvlv_handler: the tvlv container to free * @tvlv: the tvlv container to free */ static void batadv_tvlv_container_free_ref(struct batadv_tvlv_container *tvlv) { Loading Loading @@ -800,7 +800,7 @@ void batadv_tvlv_container_register(struct batadv_priv *bat_priv, * requested packet size * @packet_buff: packet buffer * @packet_buff_len: packet buffer size * @packet_min_len: requested packet minimum size * @min_packet_len: requested packet minimum size * @additional_packet_len: requested additional packet size on top of minimum * size * Loading
net/batman-adv/main.h +2 −3 Original line number Diff line number Diff line Loading @@ -92,8 +92,7 @@ /* numbers of originator to contact for any PUT/GET DHT operation */ #define BATADV_DAT_CANDIDATES_NUM 3 /** * BATADV_TQ_SIMILARITY_THRESHOLD - TQ points that a secondary metric can differ /* BATADV_TQ_SIMILARITY_THRESHOLD - TQ points that a secondary metric can differ * at most from the primary one in order to be still considered acceptable */ #define BATADV_TQ_SIMILARITY_THRESHOLD 50 Loading