-
Notifications
You must be signed in to change notification settings - Fork 117
RDKCOM-5330: RDKBDEV-3190 add WIFI_HAL_VERSION_3 compile time check #408
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
base: develop
Are you sure you want to change the base?
Conversation
Reason for change: Code currently relies on WIFI_HAL_VERSION_3 with no alternative available. Test Procedure: Sanity. Signed-off-by: Andre McCurdy <[email protected]> (cherry picked from commit c50dc6f)
|
it is better to add this check on Makefile |
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.
please check on Makefile
|
I would also remove any code reference to WIFI_HAL_VERSION_3 since it must be defined |
|
All contributors have signed the CLA ✍️ ✅ |
|
recheck |
|
I have read the CLA Document and I hereby sign the CLA |
Increase the max size of SDU.
Reason for change:
Code currently relies on WIFI_HAL_VERSION_3 with no alternative available.
Test Procedure: Sanity.
Signed-off-by: Andre McCurdy [email protected]
(cherry picked from commit c50dc6f)