-
Notifications
You must be signed in to change notification settings - Fork 8.4k
drivers: wifi: nxp: Fix TWT setup issue. #89981
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: nxp: Fix TWT setup issue. #89981
Conversation
|
Build errors of twister-build(1) and twister-build(7) are: twt_capab is a newly added field in NXP Wi-Fi driver. |
0d149be to
9638d11
Compare
|
Hi @jukkar @krish2718 please review |
9638d11 to
46d0158
Compare
|
Update hal_nxp manifest to fix build errors. |
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
@krish2718 @MaochenWang1 @jukkar , please help review. |
| - hal | ||
| - name: hal_nxp | ||
| revision: 87233bcaabd2b65f8bc5f09325bbc52cf199c91e | ||
| revision: 33ec0a9eacfecf82b5a0a210498f751f389f8255 |
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.
Hi @Liam-qk please rebase your PR on TOT, and remove the west.yml change.
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.
Fixed
46d0158 to
846593f
Compare
When try to set twt, system will try to get interface status firstly. In shim driver, miss filling twt_capable field. The twt_capable is set as false by default. Failed to set twt because of incorrect twt_capable. Add enhance code to fill twt_capable field in shim driver. Signed-off-by: Qiankun Li <qiankun.li@nxp.com>
846593f to
4bc7c02
Compare
|
|
Hi @jukkar @krish2718 please review |
|
Hi @jukkar please review |



When try to set twt, system will try to
get interface status firstly.
In shim driver, miss filling twt_capable field.
The twt_capable is set as false by default.
Failed to set twt because of incorrect
twt_capable.
Add enhance code to fill twt_capable field
in shim driver.