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
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
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:
>
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