From patchwork Thu Jul 21 23:30:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 16567 X-Patchwork-Delegate: sven@narfation.org Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 814F982DDE; Fri, 22 Jul 2016 01:30:35 +0200 (CEST) Authentication-Results: open-mesh.org; dmarc=none header.from=narfation.org Authentication-Results: open-mesh.org; dkim=fail reason="verification failed; unprotected key" header.d=narfation.org header.i=@narfation.org header.b=ezK3IDKC; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=pass header.from=narfation.org Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id A396882DCD for ; Fri, 22 Jul 2016 01:30:21 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p200300C593C0FCF90000000000002E16.dip0.t-ipconnect.de [IPv6:2003:c5:93c0:fcf9::2e16]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 03F0B1100F1; Fri, 22 Jul 2016 01:30:20 +0200 (CEST) Authentication-Results: v3-1039.vlinux.de; dmarc=none header.from=narfation.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1469143821; bh=vdeqFAgVtyGwjCAyNiPqb/VCLZ3EzneNS+IKNMA2+lg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ezK3IDKCexrwSMuX+IJfO1ichYYx+Lq1L8bh7jXtHPypDnnkz7nckyX7Y0Gl7hrZF XZfoI8qapXMvxD6KeXy2AKi7gmeQYLJGM6Ga8VSXxuLkHakF4omoO0CAK7iD/QSMvD Mq3VmAYII58bIdNnV4OuZRscmUwXWUnbrpNBCqPs= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 22 Jul 2016 01:30:11 +0200 Message-Id: <1469143811-15498-3-git-send-email-sven@narfation.org> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1469143811-15498-1-git-send-email-sven@narfation.org> References: <1469143811-15498-1-git-send-email-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: Remove unused batadv_icmp_user_cmd_type X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" Signed-off-by: Sven Eckelmann --- net/batman-adv/packet.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/net/batman-adv/packet.h b/net/batman-adv/packet.h index 6afc0b8..d2e9bbd 100644 --- a/net/batman-adv/packet.h +++ b/net/batman-adv/packet.h @@ -252,16 +252,6 @@ struct batadv_elp_packet { #define BATADV_ELP_HLEN sizeof(struct batadv_elp_packet) /** - * enum batadv_icmp_user_cmd_type - types for batman-adv icmp cmd modes - * @BATADV_TP_START: start a throughput meter run - * @BATADV_TP_STOP: stop a throughput meter run - */ -enum batadv_icmp_user_cmd_type { - BATADV_TP_START = 0, - BATADV_TP_STOP = 2, -}; - -/** * struct batadv_icmp_header - common members among all the ICMP packets * @packet_type: batman-adv packet type, part of the general header * @version: batman-adv protocol version, part of the genereal header