Skip to content

Commit f537cf3

Browse files
krish2718nashif
authored andcommitted
drivers: nrfwifi: Remove passing unused flag
This flag is now unused in OSAL as it takes the input via the API. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 62e06a5 commit f537cf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/wifi/nrfwifi/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ zephyr_compile_definitions(
319319
-DNRF70_RX_MAX_DATA_SIZE=${CONFIG_NRF70_RX_MAX_DATA_SIZE}
320320
-DNRF70_MAX_TX_PENDING_QLEN=${CONFIG_NRF70_MAX_TX_PENDING_QLEN}
321321
-DNRF70_RPU_PS_IDLE_TIMEOUT_MS=${CONFIG_NRF70_RPU_PS_IDLE_TIMEOUT_MS}
322-
-DNRF70_REG_DOMAIN=${CONFIG_NRF70_REG_DOMAIN}
323322
-DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_DSSS=${CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_DSSS}
324323
-DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_HT=${CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_HT}
325324
-DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_HE=${CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_HE}

0 commit comments

Comments
 (0)