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

wifi: Wait for regulatory change #14064

Merged
merged 4 commits into from
Feb 20, 2024
Merged

Commits on Feb 19, 2024

  1. manifest: sdk-nrfxlib: Pull wait for regulatory event changes

    This pulls in changes to wait for the regulatory event to take affect.
    
    Fixes SHEL-2458.
    
    Signed-off-by: Chaitanya Tata <[email protected]>
    krish2718 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1265080 View commit details
    Browse the repository at this point in the history
  2. drivers: wifi: Wait for regulatory change

    When setting the regulatory wait for the change to take affect and check
    the status before returning to the caller.
    
    Fixes SHEL-2458.
    
    Signed-off-by: Chaitanya Tata <[email protected]>
    krish2718 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6cbcdf5 View commit details
    Browse the repository at this point in the history
  3. drivers: wifi: Fix maximum TX power value processing

    Maximum TX power isn't a boolean, its a char.
    
    Signed-off-by: Chaitanya Tata <[email protected]>
    krish2718 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8c91dad View commit details
    Browse the repository at this point in the history
  4. samples: wifi: softap: Remove the workaround

    Now that the original issue (SHEL-2458) is fixed, remove the
    workaround.
    
    Signed-off-by: Chaitanya Tata <[email protected]>
    krish2718 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    59870ae View commit details
    Browse the repository at this point in the history