forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/ieee802154: Shell handles extended address in EUI-64 format
802.15.4, as other radio tech, works in little endian on network level. To keeps things simple, the inner context per-interface, stores the extended address that way. But it can be confusing in shell then, so let's work handle these addreses through EUI-64 format there. Fixes zephyrproject-rtos#4936 Signed-off-by: Tomasz Bursztyka <[email protected]>
- Loading branch information
Tomasz Bursztyka
committed
Nov 14, 2017
1 parent
e04a541
commit 8ef4653
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters