mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 20:37:19 +00:00
Added definition of ETHERTYPE_VLAN
This commit is contained in:
parent
cda4591470
commit
988719c2b4
@ -54,6 +54,10 @@ extern "C" {
|
||||
#define ETHER_ADDR_LEN sizeof(bd_addr_t)
|
||||
#endif
|
||||
|
||||
#ifndef ETHERTYPE_VLAN
|
||||
#define ETHERTYPE_VLAN 0x8100 /* IEEE 802.1Q VLAN tag */
|
||||
#endif
|
||||
|
||||
#define BNEP_MTU_MIN 1691
|
||||
|
||||
#define MAX_BNEP_NETFILTER 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user