All of lore.kernel.org
 help / color / mirror / Atom feed
* Regarding dev->addr_len
@ 2014-08-08  8:40 Varka Bhadram
  2014-08-08  9:33 ` Alexander Aring
  0 siblings, 1 reply; 4+ messages in thread
From: Varka Bhadram @ 2014-08-08  8:40 UTC (permalink / raw)
  To: linux-wpan - ML; +Cc: alex.aring@gmail.com

Hi Alex,

I need some clarification regarding address length for the netdevice.
We are always setting up that to IEEE802154_ADDR_LEN [1].

If i receive a packet (RS: Router Solicitation) with short addressing mode,
it is discarding at higher layers.

If the linux node receives the RS packet from TinyOS node its discarding
at [2] due to address length field. Here [2] we are getting *lladdr* as NULL.


Actually we have to update the dev->addr_len filed as per the packet info it received ..?

How can we make it work..?

  
[1]:http://lxr.free-electrons.com/source/net/mac802154/wpan.c#L375
[2]:http://lxr.free-electrons.com/source/net/ipv6/ndisc.c#L991

-- 
Regards,
Varka Bhadram.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-08 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08  8:40 Regarding dev->addr_len Varka Bhadram
2014-08-08  9:33 ` Alexander Aring
2014-08-08  9:54   ` Varka Bhadram
2014-08-08 10:47     ` Alexander Aring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.