Browse Source

qcacld-3.0: Remove duplicate macro ETHERTYPE_8021Q

Remove duplicate macro ETHERTYPE_8021Q and instead use
ETHERTYPE_VLAN.

Change-Id: I84b1382a92023cc670b1cd19b8588c6386ffce84
CRs-Fixed: 2395980
Srinivas Girigowda 6 years ago
parent
commit
4c2d30580c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      core/cds/inc/cds_if_upperproto.h

+ 0 - 4
core/cds/inc/cds_if_upperproto.h

@@ -35,10 +35,6 @@ struct ether_header {
 #define ETHERTYPE_OCB_TX   0x8151
 #define ETHERTYPE_OCB_RX   0x8152
 
-#ifndef ETHERTYPE_8021Q
-#define ETHERTYPE_8021Q 0x8100  /* 802.1Q vlan protocol */
-#endif
-
 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01)       /* is address mcast/bcast? */
 
 #endif /* _NET_IF_UPPERPROTO_H_ */