Re: [Linux-zigbee-devel] MAC Ack Request

2013-08-27 Thread Alexander Aring
Hi João, On Mon, Aug 26, 2013 at 07:46:57PM -0300, João Paulo Bodanese wrote: > Hi Alexander, > > I mean "req_802154_ack" about auto ack via hardware. I'm using the > MRF24J40MC that support it. > I have just realized that my code 6LowPan.c is not updated. > you should use the lastest version

Re: [Linux-zigbee-devel] MAC Ack Request

2013-08-26 Thread João Paulo Bodanese
Hi Alexander, I mean "req_802154_ack" about auto ack via hardware. I'm using the MRF24J40MC that support it. I have just realized that my code 6LowPan.c is not updated. if(req_802154_ack) mac_cb(skb)->flags |= MAC_CB_FLAG_ACKREQ; and req_802154_ack = false by default. Best regards, Jo

Re: [Linux-zigbee-devel] MAC Ack Request

2013-08-26 Thread Alexander Aring
Hi João, On Mon, Aug 26, 2013 at 06:49:38PM -0300, João Paulo Bodanese wrote: > Hello Guys, > > Is there any special reason the flag req_802154_ack is not set by > default in the 6LowPan? > What I understand is, that the ack request in the IEEE 802.15.4 layer is default set. Look [1]. This work