Re: [PATCH] mrf24j40: fix security-enabled processing on inbound frames

2016-03-10 Thread Stefan Schmidt
Hello. On 29/02/16 20:49, Alan Ott wrote: On 02/18/2016 01:34 PM, zopieux wrote: Fix the MRF24J40 handling of security-enabled frames so it does not block upon receiving such frames. Signed-off-by: Alexander Aring Reported-by: Alexandre Macabies Tested-by: Alexandre Macabies --- When receiv

Re: [PATCH] mrf24j40: fix security-enabled processing on inbound frames

2016-02-29 Thread Alan Ott
On 02/18/2016 01:34 PM, zopieux wrote: Fix the MRF24J40 handling of security-enabled frames so it does not block upon receiving such frames. Signed-off-by: Alexander Aring Reported-by: Alexandre Macabies Tested-by: Alexandre Macabies --- When receiving a security-enabled IEEE 802.15.4 frame,

Re: [PATCH] mrf24j40: fix security-enabled processing on inbound frames

2016-02-29 Thread Alan Ott
On 02/23/2016 04:29 AM, Alexander Aring wrote: Alan, do you have some comments about that? Currently the mrf24j40 goes into a deadlock if a frame with security enable bit is set. As you see, I helped myself to create this patch and solve this stupid default behaviour of mrf24j40. :-) Hi Alex,

Re: [PATCH] mrf24j40: fix security-enabled processing on inbound frames

2016-02-23 Thread Alexander Aring
Hi, Alan, do you have some comments about that? Currently the mrf24j40 goes into a deadlock if a frame with security enable bit is set. As you see, I helped myself to create this patch and solve this stupid default behaviour of mrf24j40. :-) - Alex

[PATCH] mrf24j40: fix security-enabled processing on inbound frames

2016-02-18 Thread zopieux
Fix the MRF24J40 handling of security-enabled frames so it does not block upon receiving such frames. Signed-off-by: Alexander Aring Reported-by: Alexandre Macabies Tested-by: Alexandre Macabies --- When receiving a security-enabled IEEE 802.15.4 frame, the MRF24J40 triggers a SECIF interrupt t