[riot-notifications] [RIOT-OS/RIOT] replace netif_addr_to/from_str() with l2util_addr_to/from_str() (#15443)
benpicco
notifications at github.com
Sat Nov 14 16:38:49 CET 2020
### Contribution description
The idea is to have these functions in an independent helper module that does not pull in any hardware / stack dependencies.
### Testing procedure
Only textual replacements, no logic changes - green Murdock should be ok.
### Issues/PRs references
suggested in https://github.com/RIOT-OS/RIOT/pull/14758#discussion_r514194768
You can view, comment on, or merge this pull request online at:
https://github.com/RIOT-OS/RIOT/pull/15443
-- Commit Summary --
* l2util: add l2util_addr_to_str()/l2util_addr_from_str()
* sys/net: replace netif_addr_to/from_str with l2util_addr…
* net/netif: remove netif_addr_to/from_str()
-- File Changes --
M sys/Makefile.dep (4)
M sys/include/net/gnrc/netif.h (9)
M sys/include/net/l2util.h (38)
M sys/include/net/netif.h (38)
M sys/net/link_layer/l2util/l2util.c (80)
D sys/net/netif/netif_util.c (98)
M sys/shell/commands/sc_openwsn.c (22)
R tests/l2util/common.h (10)
M tests/l2util/main.c (53)
D tests/netif/Makefile (7)
D tests/netif/Makefile.ci (57)
D tests/netif/main.c (101)
D tests/netif/tests/01-run.py (20)
-- Patch Links --
https://github.com/RIOT-OS/RIOT/pull/15443.patch
https://github.com/RIOT-OS/RIOT/pull/15443.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15443
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201114/68d320c8/attachment.htm>
More information about the notifications
mailing list