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

Feature/wifi nxp shim driver bug fixes #78698

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. drivers: wifi: nxp: add cancel action wait ops

    Add cancel action wait ops to cancel remain on channel after TX on
    specific channel, in case we need to remain on another channel later.
    
    Signed-off-by: Fengming Ye <frank.ye@nxp.com>
    fengming-ye committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9dbae73 View commit details
    Browse the repository at this point in the history
  2. drivers: wifi: nxp: fix soft AP auto start

    Fix soft AP net iface auto up after init.
    Set dormant off/on when soft AP start/stop, to align with STA.
    
    Signed-off-by: Fengming Ye <frank.ye@nxp.com>
    fengming-ye committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    272d037 View commit details
    Browse the repository at this point in the history