Re: [PATCH bluetooth-next 10/10] ipv6: add ipv6_addr_prefix_copy

2015-12-09 Thread David Miller
From: Marcel Holtmann Date: Wed, 9 Dec 2015 14:28:38 -1000 > if there are no objections, I would like to take this change through the > bluetooth-next tree. No problem: Acked-by: David S. Miller -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to m

Re: [PATCH bluetooth-next 10/10] ipv6: add ipv6_addr_prefix_copy

2015-12-09 Thread Marcel Holtmann
Hi Dave, > This patch adds a static inline function ipv6_addr_prefix_copy which > copies a ipv6 address prefix(argument pfx) into the ipv6 address prefix. > The prefix len is given by plen as bits. This function mainly based on > ipv6_addr_prefix which copies one address prefix from address into a

[PATCH bluetooth-next 10/10] ipv6: add ipv6_addr_prefix_copy

2015-12-09 Thread Alexander Aring
This patch adds a static inline function ipv6_addr_prefix_copy which copies a ipv6 address prefix(argument pfx) into the ipv6 address prefix. The prefix len is given by plen as bits. This function mainly based on ipv6_addr_prefix which copies one address prefix from address into a new ipv6 address