gnrc_netif_ieee802154: Set FCF Frame Pending when more data is expected#9470
Merged
miri64 merged 2 commits intoRIOT-OS:masterfrom Aug 13, 2018
Merged
gnrc_netif_ieee802154: Set FCF Frame Pending when more data is expected#9470miri64 merged 2 commits intoRIOT-OS:masterfrom
miri64 merged 2 commits intoRIOT-OS:masterfrom
Conversation
PeterKietzmann
approved these changes
Jul 2, 2018
Member
|
Since #9417 needs a bit of work anyway, I was thinking of reworking this into #9417 as soon as this is merged. Probably requires the struct added in #9417 to be modified to contain a flags field which can hold these flags. So, no, I don't mind having these merged first, I think I can work with this :) |
added 2 commits
August 13, 2018 09:25
Set frame pending bit in IEEE 802.15.4 FCF when GNRC_NETIF_HDR_FLAGS_MORE_DATA is set on the netif header on outbound frames.
d91c366 to
a247d8b
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
Use the flag introduced in #9469 for setting the Frame Pending bit in the IEEE 802.15.4 Frame Control Field (FCF) when building the outgoing frame.
Issues/PRs references
Depends on #9469