Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnrc: remove ESP-Now related code-duplication #10515

Merged
merged 2 commits into from
Nov 29, 2018

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Nov 29, 2018

Contribution description

ESP-Now addresses seem to be basically EUI-48s (at least in the way they are converted into an IPv6 IID). So there is no reason to create code duplication for it.

Testing procedure

IPv6 over ESP-Now should still work.

Issues/PRs references

Follow-up on #10509.

@miri64 miri64 added Area: network Area: Networking Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Nov 29, 2018
@miri64 miri64 requested a review from gschorcht November 29, 2018 14:35
Copy link
Contributor

@gschorcht gschorcht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be OK, the standard MAC to EUI64 conversion.

@gschorcht
Copy link
Contributor

gschorcht commented Nov 29, 2018

I don't know why I did a copy instead of using the existing code. Maybe, I wanted to have it more clear or I thought that the NETDEV_TYPES* are only available when the according modules are enabled.

miri64 added a commit to miri64/RIOT that referenced this pull request Nov 29, 2018
@miri64 miri64 merged commit 19f4748 into RIOT-OS:master Nov 29, 2018
@miri64 miri64 deleted the gnrc/fix/esp-now-code-dup branch November 29, 2018 15:18
@miri64
Copy link
Member Author

miri64 commented Nov 29, 2018

Thanks for the review!

@aabadie aabadie added this to the Release 2019.01 milestone Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants