-
Notifications
You must be signed in to change notification settings - Fork 8.4k
drivers: wifi: nxp: fix build failure after disabling 802.11ax #80186
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
Conversation
847f5da to
e9c5127
Compare
314b2b2 to
4a3d3b7
Compare
|
@gangli02 A few requests- I am assuming this PR fixes a bug based on the description
|
OK, I will update. |
|
Please add a Zephyr Issue describing the problem seen and link it to this PR. That way we can include this change into the upcoming 4.0 release. |
4a3d3b7 to
a167ef4
Compare
3136df1 to
4e8d61b
Compare
Fixed build error, when disabling 802.11ax, if-else does not match. Fixes zephyrproject-rtos#81117 Signed-off-by: Gang Li <[email protected]>
4e8d61b to
7b3f22a
Compare
OK, this is the issue raised: #81117 |
Fixed build error, when disabling 802.11ax, if-else does not match.
Fixes #81117