Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 903bbcb1 authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan Committed by Prasad Sodagudi
Browse files

if_ether: Remove the definition of ETH_P_MAP



This is already defined in upstream kernel as a non NON DIX type
so remove this custom definition.

CRs-Fixed: 2086060
Change-Id: I71bb321d6a2c9091db9a454be1d7b80b87b92ed5
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
parent f1958a2e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -110,9 +110,7 @@

#define ETH_P_802_3_MIN	0x0600		/* If the value in the ethernet type is less than this value
					 * then the frame is Ethernet II. Else it is 802.3 */
#define ETH_P_MAP	0xDA1A		/* Multiplexing and Aggregation Protocol
					 * NOT AN OFFICIALLY REGISTERED ID ]
					 */

/*
 *	Non DIX types. Won't clash for 1500 types.
 */