Skip to content

Commit

Permalink
nrf_wifi: Pass regulatory configuration
Browse files Browse the repository at this point in the history
Pass the regulatory configuration to FMAC.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Dec 7, 2024
1 parent 36f590d commit 8c0ec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf_wifi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ target_compile_definitions(
-DCONFIG_NRF700X_BAND_UNII_4_LOWER_EDGE_BACKOFF_HE=0
-DCONFIG_NRF700X_BAND_UNII_4_UPPER_EDGE_BACKOFF_HT=0
-DCONFIG_NRF700X_BAND_UNII_4_UPPER_EDGE_BACKOFF_HE=0
-DCONFIG_NRF700X_REG_DOMAIN="00"
-DCONFIG_NRF700X_REG_DOMAIN=${CONFIG_NRF70_REG_DOMAIN}
-DCONFIG_NRF700X_TX_MAX_DATA_SIZE=1600
-DCONFIG_NRF_WIFI_IFACE_MTU=1500
-DCONFIG_NRF700X_MAX_TX_PENDING_QLEN=48
Expand Down

0 comments on commit 8c0ec29

Please sign in to comment.