-
Notifications
You must be signed in to change notification settings - Fork 3k
Update to WHD 1.60 release #11885
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
Update to WHD 1.60 release #11885
Conversation
@morser499, thank you for your changes. |
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.
I don't like abusing the original meaning of components field. Components are external HW components, Features are about external SW in this case I would recommend using macros.
(I'm not sure if it's documented anywhere - @0xc0170 do you know?)
From what I see, features seem like broader more generalized software APIs. In this case the WHD driver is designed to work with our CYW43XXX wireless devices. Any target board that includes a CYW43XXX would want this software library. We haven't tied it to CYW43XXX specifically as we expect to include support for additional wireless devices. |
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.
changes solely within target code. looks good to me.
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.
Sorry, my bad! I had too many tabs open and commented on wrong PR. LGTM
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description (required)
Update the Cypress Wifi Host Driver (WHD) to version 1.60.
Summary of change (What the change is for and why)
FIXED: IP address not getting populated in ARP OL manager during deauth
Updated 43012 radio firmware for better performance
Documentation (Details of any document updates required)
Pull request type (required)
Test results (required)
CY8CKIT_062S2_43012-GCC_ARM.txt
CY8CPROTO_062_4343W-GCC_ARM.txt
CYW943012P6EVB_01-GCC_ARM.txt
Reviewers (optional)
Release Notes (required for feature/major PRs)
Summary of changes
Impact of changes
Migration actions required