summaryrefslogtreecommitdiffstats
path: root/net/ieee802154/6lowpan.h
diff options
context:
space:
mode:
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>2012-04-25 23:35:51 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-26 06:01:09 -0400
commit2d319508a3551d2995e5cd12d649821b3be00e5b (patch)
treed930c931fce331d7dde1915f5acc556c3374350d /net/ieee802154/6lowpan.h
parentc2e94d73ea24df499f9183b7401e8d6b94efa417 (diff)
downloadop-kernel-dev-2d319508a3551d2995e5cd12d649821b3be00e5b.zip
op-kernel-dev-2d319508a3551d2995e5cd12d649821b3be00e5b.tar.gz
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>
Diffstat (limited to 'net/ieee802154/6lowpan.h')
-rw-r--r--net/ieee802154/6lowpan.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ieee802154/6lowpan.h b/net/ieee802154/6lowpan.h
index aeff3f3..8c2251f 100644
--- a/net/ieee802154/6lowpan.h
+++ b/net/ieee802154/6lowpan.h
@@ -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 */
OpenPOWER on IntegriCloud