--- drivers/ieee802154/Kconfig | 4 ++-- include/linux/if_ieee802154.h | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 include/linux/if_ieee802154.h
diff --git a/drivers/ieee802154/Kconfig b/drivers/ieee802154/Kconfig index 9b9f43a..df24c5e 100644 --- a/drivers/ieee802154/Kconfig +++ b/drivers/ieee802154/Kconfig @@ -15,8 +15,8 @@ config IEEE802154_FAKEHARD depends on IEEE802154_DRIVERS ---help--- Say Y here to enable the fake driver that serves as an example - of HardMAC device driver. + of HardMAC device driver. - This driver can also be built as a module. To do so say M here. + This driver can also be built as a module. To do so say M here. The module will be called 'fakehard'. diff --git a/include/linux/if_ieee802154.h b/include/linux/if_ieee802154.h new file mode 100644 index 0000000..cce32bb --- /dev/null +++ b/include/linux/if_ieee802154.h @@ -0,0 +1,6 @@ +#ifndef __LINUX_IF_IEEE802154_H +#define __LINUX_IF_IEEE802154_H + +#define IEEE802154_ALEN 8 /* size of 64-bit hardware address */ + +#endif ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel