Skip to content

Commit

Permalink
drivers: wifi: Handle regulatory domain change
Browse files Browse the repository at this point in the history
There is no handler, but this is still needed to avoid the "no callback
registered" warning.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and rlubos committed Jul 4, 2023
1 parent 5e99780 commit 323df66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/wifi/nrf700x/osal/fw_if/umac_if/src/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ static enum wifi_nrf_status umac_event_ctrl_process(struct wifi_nrf_fmac_dev_ctx
__func__,
umac_hdr->cmd_evnt);
break;
case NRF_WIFI_UMAC_EVENT_REG_CHANGE:
/* TODO: Inform the user space about the regulatory change */
break;
#endif /* CONFIG_WPA_SUPP */
default:
wifi_nrf_osal_log_err(fmac_dev_ctx->fpriv->opriv,
Expand Down

0 comments on commit 323df66

Please sign in to comment.