Skip to content

Commit ac133af

Browse files
krish2718rlubos
authored andcommitted
drivers: wifi: Fix missing unlock for stats
The RPU context lock is not unlocked this is causing recovery to be stuck waiting for the lock. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent ccee52e commit ac133af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nrf700x/src/wifi_util.c

+1
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ static int nrf_wifi_util_dump_rpu_stats(const struct shell *shell,
909909

910910
ret = 0;
911911
unlock:
912+
k_mutex_unlock(&ctx->rpu_lock);
912913
return ret;
913914
}
914915
#endif /* CONFIG_NRF700X_RADIO_TEST */

0 commit comments

Comments
 (0)