Skip to content

Commit 7c8a127

Browse files
author
Ajay Parida
committed
fix: Typo
Fixed typo misplace during merging resulting in crash. Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
1 parent f02704a commit 7c8a127

File tree

1 file changed

+1
-1
lines changed
  • fw_if/umac_if/src/system

1 file changed

+1
-1
lines changed

fw_if/umac_if/src/system/rx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ enum nrf_wifi_status nrf_wifi_fmac_rx_event_process(struct nrf_wifi_fmac_dev_ctx
431431
}
432432
#endif /* NRF70_STA_MODE */
433433
num_pkts = config->rx_pkt_cnt;
434-
#ifdef NRF_WIFI71
434+
#ifdef WIFI_NRF71
435435
#ifdef CMD_RX_BUFF
436436
rx_buf_ipc = nrf_wifi_osal_mem_zalloc(num_pkts * sizeof(struct nrf_wifi_rx_buf));
437437
rx_buf_info_iter = rx_buf_ipc;

0 commit comments

Comments
 (0)