Skip to content

Commit a6f548b

Browse files
committed
[nrf fromlist] drivers: wifi: Add regulatory debug log
This log helps in identifing if the event is solicited or not. Upstream PR: zephyrproject-rtos/zephyr#79891 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 3aaa4e3 commit a6f548b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/wifi/nrfwifi/src/fmac_main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ void reg_change_callbk_fn(void *vif_ctx,
453453
struct nrf_wifi_ctx_zep *rpu_ctx_zep = NULL;
454454
struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx = NULL;
455455

456+
LOG_DBG("%s: Regulatory change event received", __func__);
457+
456458
vif_ctx_zep = vif_ctx;
457459

458460
if (!vif_ctx_zep) {

0 commit comments

Comments
 (0)