Skip to content
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

NetworkPkg/WifiConnectionManagerDxe: Keep Setup page on no Wi-Fi module #6515

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

philnoh2
Copy link
Contributor

@philnoh2 philnoh2 commented Dec 6, 2024

With the driver, "Wi-Fi Configuration" Setup page is available regardless of Wi-Fi module existence. When there is no Wi-Fi module, it is found that entering the page causes exiting Setup browser. User would think the result as an error. For better user experience, the update enables the page to report the module status like a blank page. It prevents exiting Setup.

  • Breaking change?
    • Breaking change - Does this PR cause a break in build or boot behavior?
    • Examples: Does it add a new library class or move a module to a different repo.
  • Impacts security?
    • Security - Does this PR have a direct security impact?
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?
    • Tests - Does this PR include any explicit test code?
    • Examples: Unit tests or integration tests.

How This Was Tested

We had an issue that system exits setup unexpectedly when entering the Wifi Configuration page without connecting a Wifi module. It has been tested and verified on AMD platforms that include the update.

Integration Instructions

N/A

With the driver, "Wi-Fi Configuration" Setup page is available regardless
of Wi-Fi module existence. When there is no Wi-Fi module, it is found that
entering the page causes exiting Setup browser. User would think the result
as an error. For better user experience, the update enables the page to
report the module status like a blank page. It prevents exiting Setup.

Signed-off-by: Phil Noh <[email protected]>
@philnoh2
Copy link
Contributor Author

Hi Maintainers (@ajfish, @leiflindholm, @mdkinney, @SaloniKasbekar, @Zclarkwilliams),

Could you please help to review this PR that was requested on 12/6 ?

Thank you.

@mdkinney mdkinney added the push Auto push patch series in PR if all checks pass label Dec 18, 2024
@mergify mergify bot merged commit b8602d8 into tianocore:master Dec 18, 2024
126 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
push Auto push patch series in PR if all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants