[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4821713E.7050308@cn.fujitsu.com>
Date: Wed, 07 May 2008 17:07:10 +0800
From: Wang Chen <wangchen@...fujitsu.com>
To: "David S. Miller" <davem@...emloft.net>
CC: NETDEV <netdev@...r.kernel.org>
Subject: [PATCH] NET: Remove PACKET_FASTROUTE
Since we do not support fastroute anymore, remove macro PACKET_FASTROUTE.
Signed-off-by: Wang Chen <wangchen@...fujitsu.com>
---
include/linux/if_packet.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/if_packet.h b/include/linux/if_packet.h
index ad09609..d109a0f 100644
--- a/include/linux/if_packet.h
+++ b/include/linux/if_packet.h
@@ -30,7 +30,6 @@ struct sockaddr_ll
#define PACKET_OUTGOING 4 /* Outgoing of any type */
/* These ones are invisible by user level */
#define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */
-#define PACKET_FASTROUTE 6 /* Fastrouted frame */
/* Packet socket options */
--
1.5.3.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists