6lowpan: duplicate definition of IEEE802154_ALEN
The same macros is defined in 'include/net/af_ieee802154.h' and is called IEEE802154_ADDR_LEN. No need another one, so remove it. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
c2e94d73ea
commit
2d319508a3
@@ -53,9 +53,6 @@
|
||||
#ifndef __6LOWPAN_H__
|
||||
#define __6LOWPAN_H__
|
||||
|
||||
/* need to know address length to manipulate with it */
|
||||
#define IEEE802154_ALEN 8
|
||||
|
||||
#define UIP_802154_SHORTADDR_LEN 2 /* compressed ipv6 address length */
|
||||
#define UIP_IPH_LEN 40 /* ipv6 fixed header size */
|
||||
#define UIP_PROTO_UDP 17 /* ipv6 next header value for UDP */
|
||||
|
Reference in New Issue
Block a user