Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
* HW Address Filter
@ 2015-05-08 12:16 Martin Townsend
  2015-05-08 12:53 ` Martin Townsend
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Townsend @ 2015-05-08 12:16 UTC (permalink / raw)
  To: Alexander Aring, linux-wpan

Hi Alex,

In my driver I have a set_hw_addr_filt ieee802154_ops but it doesn't seem to get called.  I setup the interface using

iwpan phy phy0 interface add wpan0 type node 00:03:9a:00:00:00:01:2c
iwpan dev wpan0 set pan_id 0x0777
iwpan dev wpan0 set short_addr 0x012c
iwpan phy phy0 set channel 0 11
ip link add link wpan0 name lowpan0 type lowpan
ifconfig lowpan0 up
ifconfig wpan0 up


I thought the first 3 lines would trigger the setting up of the HW address filter or do I need to do something else?

- Martin.


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

* Re: HW Address Filter
  2015-05-08 12:16 HW Address Filter Martin Townsend
@ 2015-05-08 12:53 ` Martin Townsend
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Townsend @ 2015-05-08 12:53 UTC (permalink / raw)
  To: Alexander Aring, linux-wpan

Hi Alex,

False alarm, I needed to add the new IEEE802154_HW_XXX flags to my driver.  All is working now.

- Martin.

On 08/05/15 13:16, Martin Townsend wrote:
> Hi Alex,
>
> In my driver I have a set_hw_addr_filt ieee802154_ops but it doesn't seem to get called.  I setup the interface using
>
> iwpan phy phy0 interface add wpan0 type node 00:03:9a:00:00:00:01:2c
> iwpan dev wpan0 set pan_id 0x0777
> iwpan dev wpan0 set short_addr 0x012c
> iwpan phy phy0 set channel 0 11
> ip link add link wpan0 name lowpan0 type lowpan
> ifconfig lowpan0 up
> ifconfig wpan0 up
>
>
> I thought the first 3 lines would trigger the setting up of the HW address filter or do I need to do something else?
>
> - Martin.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

end of thread, other threads:[~2015-05-08 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08 12:16 HW Address Filter Martin Townsend
2015-05-08 12:53 ` Martin Townsend

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox