at86rf2xx: Same short address for multiple devices #4986
Labels
Area: drivers
Area: Device drivers
Area: network
Area: Networking
Impact: minor
The PR is small in size and might only require a quick look of a knowledgeable reviewer
State: duplicate
State: The issue/PR is a duplicate of another issue/PR
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
Since the driver only takes the topmost 16 bits of the cpuid, all my devices get the same short address initially because only some bits of the cpuid vary between the individual units. This does not affect the functionality because long address mode is the default, but still it feels like it should be hashed somehow to let all bits of the cpuid affect the address.
https://github.com/RIOT-OS/RIOT/blob/master/drivers/at86rf2xx/at86rf2xx.c#L125
The text was updated successfully, but these errors were encountered: