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

netdev/ieee802154_submac: enable ACK_REQ by default #15210

Merged
merged 1 commit into from
Oct 12, 2020

Conversation

benpicco
Copy link
Contributor

Contribution description

One of the features of the sub-MAC is to allow for ACK-handling in software.
So enable the use of ACKs by default, just like the netdev drivers do that support this feature in hardware.

Testing procedure

Issues/PRs references

searched quite a bit why ACKs were not working in #14448 (comment)

@benpicco benpicco changed the title netdev/ieee802154_submac: enable ACK_REQ netdev/ieee802154_submac: enable ACK_REQ by default Oct 12, 2020
@benpicco benpicco added Area: network Area: Networking Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation labels Oct 12, 2020
@benpicco benpicco requested a review from jia200x October 12, 2020 13:25
@jia200x
Copy link
Member

jia200x commented Oct 12, 2020

good catch :)

One of the features of the sub-MAC is to allow for ACK-handling in
software.
So enable the use of ACKs by default, just like the netdev drivers do
that support this feature in hardware.
@benpicco benpicco force-pushed the ieee802154_submac-ack_req branch from b1d818d to bb54683 Compare October 12, 2020 13:49
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Oct 12, 2020
Copy link
Member

@jia200x jia200x left a comment

Choose a reason for hiding this comment

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

ACK

@jia200x jia200x merged commit 2de78a9 into RIOT-OS:master Oct 12, 2020
@benpicco benpicco deleted the ieee802154_submac-ack_req branch October 12, 2020 14:55
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: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants