update wifi-host-driver to support v1.3.1#1950
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the wifi-host-driver package to support version 1.3.1, adding new configuration options and hardware support while removing the deprecated v1.0.0 version.
Changes:
- Added v1.3.1 to package.json and removed deprecated v1.0.0
- Reorganized Kconfig with new menu structure for better configuration organization
- Added support for WiFi 6 chips (CYW55500, CYW55572) and new porting options
- Enhanced configuration with country code settings, NVRAM paths, and improved logging options
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| iot/wifi-host-driver/package.json | Added v1.3.1 package entry and removed v1.0.0 |
| iot/wifi-host-driver/Kconfig | Extensive reorganization with new v1.3.1 features including WiFi 6 chip support, country code configuration, NVRAM settings, porting options, and enhanced logging configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| default "PA.1" | ||
| endif | ||
| config CYBSP_OOB_INTR_PRIORITY | ||
| int "Set the interrput priority for HOST_WAKE_IRQ pin" |
There was a problem hiding this comment.
Corrected spelling of 'interrput' to 'interrupt'.
Suggested change
| int "Set the interrput priority for HOST_WAKE_IRQ pin" | |
| int "Set the interrupt priority for HOST_WAKE_IRQ pin" |
| int "Set the WiFi_REG ON pin number" | ||
| default -1 | ||
| config WHD_LOG_LEVEL_NONE | ||
| select WHD_PRINT_DISABLE |
There was a problem hiding this comment.
Inconsistent indentation: the 'select' directive should be indented at the same level as the 'bool' directive. Both should be indented equally under the config option.
Suggested change
| select WHD_PRINT_DISABLE | |
| select WHD_PRINT_DISABLE |
Rbb666
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.