-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: wifi/airoc: update airoc_wifi_host_buffer_get #72859
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
drivers: wifi/airoc: update airoc_wifi_host_buffer_get #72859
Conversation
1ee2142 to
8d8f606
Compare
jukkar
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.
LGTM, just fix the compliance issue.
87a4f7c to
2a0c447
Compare
|
hi @jukkar can we merge this on? |
2a0c447 to
eda33b8
Compare
Update airoc_wifi_host_buffer_get function to set final buff size based on input “size” param. Update airoc_mgmt_send to use airoc_wifi_host_buffer_get instead net_buf_alloc_len. Signed-off-by: Nazar Palamar <[email protected]>
eda33b8 to
be896c9
Compare
|
@jukkar can you approve if happy? |
|
Hi @jukkar, @carlescufi this one as well as #74203 is critical to be present in 3.7 releases. Could you help with review? |
|
@aescolar This is clearly a stabilisation fix. Why postpone it to v4.0.0? |
|
Agreed, this should be marked 3.7.0. |
Update airoc_wifi_host_buffer_get function to set final buff size based on input “size” param.