-
Notifications
You must be signed in to change notification settings - Fork 19
Fix typo #81
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
base: main
Are you sure you want to change the base?
Fix typo #81
Conversation
krish2718
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though not strictly English it's common to use "keepalive" and that too this is just a variable not in the docs, so, we don't need this fix.
|
It needs to be fixed, as it results in a compilation error when debug-level logging is enabled. That is how I found it. I am working with the |
Sorry, didn't realize it's fixing a build error, please update commit log to reflect his. You need to fix it other places too |
umac_cmd_data->keepalive_period changed to umac_cmd_data->keep_alive_period
|
Updated |
Please raise a PR in https://github.com/zephyrproject-rtos/zephyr/ to update the manifest (that also triggers CI). |
You can raise a PR to https://github.com/zephyrproject-rtos/nrf_wifi/tree/nrf70_bm_branch and a manifest update PR to https://github.com/nrfconnect/nrf70-bm (both west and git submodule) |
keepalive_period changed to keep_alive_period
Discovered this while working on nrf70-bm with enhanced logging. This fix should therefore be propagated downstream.