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

netstats: several fixes #5236

Merged
merged 3 commits into from
Apr 3, 2016
Merged

netstats: several fixes #5236

merged 3 commits into from
Apr 3, 2016

Conversation

OlegHahm
Copy link
Member

@OlegHahm OlegHahm commented Apr 3, 2016

Apparently while merging #4801 some things slipped through:

  • for netdev2_tap the existence of the callback was not checked before calling it for TX_COMPLETE
  • for enc28j60 the initialization of the netstats struct was introduced in the isr function instead of the init function
  • encx24j600 was completely missing the netstats

Driver's netstats should be initialize in init, not isr...
This driver was missing netstats completely so far.
@OlegHahm OlegHahm added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: network Area: Networking Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer labels Apr 3, 2016
@OlegHahm OlegHahm added this to the Release 2016.04 milestone Apr 3, 2016
@miri64
Copy link
Member

miri64 commented Apr 3, 2016

Code-wise it looks good: ACK.

@miri64 miri64 added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Apr 3, 2016
@OlegHahm
Copy link
Member Author

OlegHahm commented Apr 3, 2016

Murdock is also happy. Let's go!

@OlegHahm OlegHahm merged commit 1b635e1 into RIOT-OS:master Apr 3, 2016
@OlegHahm OlegHahm deleted the netstats_fixes branch April 3, 2016 19:31
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 Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants