Skip to content

Commit 1a1cd59

Browse files
committed
[nrf fromlist] drivers: nrfwifi: Remove passing unused flag
This flag is now unused in OSAL as it takes the input via the API. Upstream PR #: 80328 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 92b8481 commit 1a1cd59

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
@@ -307,7 +307,6 @@ zephyr_compile_definitions(
307307
-DNRF70_RX_MAX_DATA_SIZE=${CONFIG_NRF70_RX_MAX_DATA_SIZE}
308308
-DNRF70_MAX_TX_PENDING_QLEN=${CONFIG_NRF70_MAX_TX_PENDING_QLEN}
309309
-DNRF70_RPU_PS_IDLE_TIMEOUT_MS=${CONFIG_NRF70_RPU_PS_IDLE_TIMEOUT_MS}
310-
-DNRF70_REG_DOMAIN=${CONFIG_NRF70_REG_DOMAIN}
311310
-DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_DSSS=${CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_DSSS}
312311
-DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_HT=${CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_HT}
313312
-DNRF70_BAND_2G_LOWER_EDGE_BACKOFF_HE=${CONFIG_NRF70_BAND_2G_LOWER_EDGE_BACKOFF_HE}

0 commit comments

Comments
 (0)