Re: [RFC 11/12] 6lowpan: add support for getting short address

2016-05-27 Thread Stefan Schmidt
Hello. On 27/05/16 13:03, Alexander Aring wrote: Hi, On 05/27/2016 12:05 PM, Stefan Schmidt wrote: Hello. On 23/05/16 21:22, Alexander Aring wrote: In case of sending RA messages we need some way to get the short address from an 802.15.4 6LoWPAN interface. This patch will add a temporary deb

Re: [RFC 11/12] 6lowpan: add support for getting short address

2016-05-27 Thread Alexander Aring
Hi, On 05/27/2016 12:05 PM, Stefan Schmidt wrote: > Hello. > > On 23/05/16 21:22, Alexander Aring wrote: >> In case of sending RA messages we need some way to get the short address >> from an 802.15.4 6LoWPAN interface. This patch will add a temporary >> debugfs entry for experimental userspace

Re: [RFC 11/12] 6lowpan: add support for getting short address

2016-05-27 Thread Stefan Schmidt
Hello. On 23/05/16 21:22, Alexander Aring wrote: In case of sending RA messages we need some way to get the short address from an 802.15.4 6LoWPAN interface. This patch will add a temporary debugfs entry for experimental userspace api. Signed-off-by: Alexander Aring --- net/6lowpan/debugfs.c

[RFC 11/12] 6lowpan: add support for getting short address

2016-05-23 Thread Alexander Aring
In case of sending RA messages we need some way to get the short address from an 802.15.4 6LoWPAN interface. This patch will add a temporary debugfs entry for experimental userspace api. Signed-off-by: Alexander Aring --- net/6lowpan/debugfs.c | 35 +++ 1 file cha