Re: [PATCH bluetooth-next 1/4] netlink: add nla_get for le32 and le64

2015-09-29 Thread David Miller
From: Marcel Holtmann Date: Tue, 29 Sep 2015 18:08:32 +0200 > do you have any objections to me taking this change through the > bluetooth-next tree? No objections. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More maj

Re: [PATCH bluetooth-next 1/4] netlink: add nla_get for le32 and le64

2015-09-29 Thread Marcel Holtmann
Hi Dave, > This patch adds missing inline wrappers for nla_get_le32 and > nla_get_le64. The 802.15.4 MAC byteorder is little endian and we keep > the byteorder for fields like address configuration in the same > byteorder as it comes from the MAC layer. > > To provide these fields for nl802154 us

[PATCH bluetooth-next 1/4] netlink: add nla_get for le32 and le64

2015-09-28 Thread Alexander Aring
This patch adds missing inline wrappers for nla_get_le32 and nla_get_le64. The 802.15.4 MAC byteorder is little endian and we keep the byteorder for fields like address configuration in the same byteorder as it comes from the MAC layer. To provide these fields for nl802154 userspace applications,