On Mon, Aug 23, 2010 at 5:34 AM, Dmitry Eremin-Solenikov
wrote:
> Hello,
>
> On Sun, Aug 22, 2010 at 3:13 PM, Jon Smirl wrote:
>> 6lowpan spec provides a clue on how to handle this:
>>
>> A short IEEE 802.15.4 address is 16 bits in length. Short addresses
>> are mapped into the restricted sp
Hello,
On Sun, Aug 22, 2010 at 3:13 PM, Jon Smirl wrote:
> 6lowpan spec provides a clue on how to handle this:
>
> A short IEEE 802.15.4 address is 16 bits in length. Short addresses
> are mapped into the restricted space of IEEE EUI-64 addresses by
> setting the middle 16 bits to 0xfffe,
6lowpan spec provides a clue on how to handle this:
A short IEEE 802.15.4 address is 16 bits in length. Short addresses
are mapped into the restricted space of IEEE EUI-64 addresses by
setting the middle 16 bits to 0xfffe, the bottom 16 bits to the short
address, and all other bits to
Long/short addressing is going to take some more work
For example:
memset(dev->broadcast, 0xff, IEEE802154_ADDR_LEN);
The 0xFF FF FF FF FF FF FF FF comes back in:
int mac802154_header_create(struct sk_buff *skb,
struct net_device *dev,
uns