We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6053691 commit 1182a26Copy full SHA for 1182a26
nrf_wifi/fw_if/umac_if/src/fmac_api_common.c
@@ -809,6 +809,7 @@ enum nrf_wifi_status nrf_wifi_fmac_set_reg(struct nrf_wifi_fmac_dev_ctx *fmac_de
809
set_reg_cmd->valid_fields |= NRF_WIFI_CMD_REQ_SET_REG_USER_REG_FORCE;
810
}
811
812
+ fmac_dev_ctx->reg_set_status = false;
813
status = umac_cmd_cfg(fmac_dev_ctx,
814
set_reg_cmd,
815
sizeof(*set_reg_cmd));
0 commit comments