Skip to content

drivers: wifi/airoc: Remove dependency on Infineon SOC family selection #77039

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

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

npal-cy
Copy link
Collaborator

@npal-cy npal-cy commented Aug 13, 2024

Issue:
Kconfig WIFI_AIROC should not depend on infineon SOC family selection for the connection. See #77012 for details.

Fix:

  • update modules/hal_infineon/Kconfig to be able enable USE_INFINEON_ABSTRACTION_RTOS for non Infineon SOC family.

  • fix CONFIG_NET_STATISTICS_ETHERNET to CONFIG_NET_STATISTICS_WIFI in airoc_wifi.c

Signed-off-by: Nazar Palamar [email protected]

Issue:
Kconfig WIFI_AIROC should not depend on infineon SOC family selection
for the connection. See issue#77012 for details.

Fix:
- update modules/hal_infineon/Kconfig to be able enable
USE_INFINEON_ABSTRACTION_RTOS for non Infineon SOC family.

Signed-off-by: Nazar Palamar <[email protected]>
Updated condition to enable NET_STATISTICS. Changed
CONFIG_NET_STATISTICS_ETHERNET to CONFIG_NET_STATISTICS_WIFI
in airoc_wifi.c

Signed-off-by: Nazar Palamar <[email protected]>
@npal-cy npal-cy force-pushed the topic/issue_77012 branch from abd1c5b to 046f819 Compare August 14, 2024 10:37
@ivanwagner
Copy link
Contributor

How many approvals does a PR such as this need to be merged?

@jhedberg
Copy link
Member

jhedberg commented Sep 2, 2024

How many approvals does a PR such as this need to be merged?

The assignee + 1.

You can follow which PRs are considered merge-ready here: https://merge-list.zephyrproject.io

The official (and detailed) definition of merge criteria can be found here: https://docs.zephyrproject.org/latest/project/project_roles.html#merge-criteria

@carlescufi carlescufi merged commit 7a31df4 into zephyrproject-rtos:main Sep 3, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Wi-Fi Wi-Fi platform: Infineon Infineon Technologies AG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants