aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2016-07-21 19:30:11 -0400
committerSimon Wunderlich <sw@simonwunderlich.de>2016-10-17 10:28:46 -0400
commitbf093191db672b2ba6b769f8f7e21519348ab7fd (patch)
tree3ec2072bf4d334a0c019aa1cef036bbe344699b7
parentc408c1b9d49077bd6f0e267292fd35624bac76fb (diff)
batman-adv: Remove unused batadv_icmp_user_cmd_type
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
-rw-r--r--net/batman-adv/packet.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/batman-adv/packet.h b/net/batman-adv/packet.h
index 6afc0b86950e..d2e9bbd5f46d 100644
--- a/net/batman-adv/packet.h
+++ b/net/batman-adv/packet.h
@@ -252,16 +252,6 @@ struct batadv_elp_packet {
252#define BATADV_ELP_HLEN sizeof(struct batadv_elp_packet) 252#define BATADV_ELP_HLEN sizeof(struct batadv_elp_packet)
253 253
254/** 254/**
255 * enum batadv_icmp_user_cmd_type - types for batman-adv icmp cmd modes
256 * @BATADV_TP_START: start a throughput meter run
257 * @BATADV_TP_STOP: stop a throughput meter run
258 */
259enum batadv_icmp_user_cmd_type {
260 BATADV_TP_START = 0,
261 BATADV_TP_STOP = 2,
262};
263
264/**
265 * struct batadv_icmp_header - common members among all the ICMP packets 255 * struct batadv_icmp_header - common members among all the ICMP packets
266 * @packet_type: batman-adv packet type, part of the general header 256 * @packet_type: batman-adv packet type, part of the general header
267 * @version: batman-adv protocol version, part of the genereal header 257 * @version: batman-adv protocol version, part of the genereal header