-
Notifications
You must be signed in to change notification settings - Fork 314
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
Commad status check phase1 #1239
base: main
Are you sure you want to change the base?
Commits on Sep 27, 2024
-
nrf_wifi: Validate API input data
Validate input parameters passed to API before using them. Signed-off-by: Ajay Parida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41f6ca2 - Browse repository at this point
Copy the full SHA 41f6ca2View commit details -
nrf_wifi: Represent max command support
Added NRF_WIFI_UMAC_CMD_MAX to represent maximum command supported. Signed-off-by: Ajay Parida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f615088 - Browse repository at this point
Copy the full SHA f615088View commit details -
nrf_wifi: Per vif command state information
Structure to store per vif command state information. Signed-off-by: Ajay Parida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba26dbe - Browse repository at this point
Copy the full SHA ba26dbeView commit details -
nrf_wifi: Check for command state
Check for command pending state for the vif before processing. Signed-off-by: Ajay Parida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d141880 - Browse repository at this point
Copy the full SHA d141880View commit details -
nrf_wifi: Wait for command status from firmware
After sending the command, wait for command status event from firmware. There are two scenarios. Either firmware sends a specific event for the command or a generic event (NRF_WIFI_UMAC_EVENT_CMD_STATUS) where it states about the command failure/success. This commit is related to wait for NRF_WIFI_UMAC_EVENT_CMD_STATUS and it's handling. For commands expecting specific events will be added later. Signed-off-by: Ajay Parida <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7591941 - Browse repository at this point
Copy the full SHA 7591941View commit details -
nrf_wifi: Update RPU patch to failure UMAC commands
UMAC: [SHEL-2504]:UMAC commands are providing status as failure. Signed-off-by: Rakeswara Kummetha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e233ee - Browse repository at this point
Copy the full SHA 7e233eeView commit details