[Linux-zigbee-devel] [PATCH net-next 2/2] ieee802154: dgram: cleanup set of broadcast panid

2014-03-20 Thread Alexander Aring
This patch is only a cleanup to use the right define for a panid field. The broadcast address and panid broadcast is still the same value. Signed-off-by: Alexander Aring Cc: Phoebe Buckheister --- net/ieee802154/dgram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/iee

[Linux-zigbee-devel] [PATCH net-next 1/2] af_ieee802154: fix check on broadcast address

2014-03-20 Thread Alexander Aring
This patch fixes an issue which was introduced by commit (b70ab2e87f17176d18f67ef331064441a032b5f3). The correct behaviour should be a check on the broadcast address field which is 0x. Signed-off-by: Alexander Aring Reported-by: Jan Luebbe Cc: Phoebe Buckheister --- net/ieee802154/af_ieee

Re: [Linux-zigbee-devel] [PATCH net-next 1/2] af_ieee802154: fix check on broadcast address

2014-03-20 Thread Alexander Aring
Hi David, On Thu, Mar 20, 2014 at 05:20:30PM -0400, David Miller wrote: > From: Alexander Aring > Date: Thu, 20 Mar 2014 14:57:02 +0100 > > > This patch fixes an issue which was introduced by commit > > (b70ab2e87f17176d18f67ef331064441a032b5f3). > > The canonical way to refer to commits is: >

Re: [Linux-zigbee-devel] [PATCH net-next 1/2] af_ieee802154: fix check on broadcast address

2014-03-20 Thread David Miller
From: Alexander Aring Date: Thu, 20 Mar 2014 14:57:02 +0100 > This patch fixes an issue which was introduced by commit > (b70ab2e87f17176d18f67ef331064441a032b5f3). The canonical way to refer to commits is: $SHA1_ID ("Commit message header line.") I've fixed this up for you this time. > The c