Skip to content

Commit

Permalink
net: lib: nrf70_fw_ext: Add Offloaded Raw TX support
Browse files Browse the repository at this point in the history
This is a newly added FW patch variant.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Oct 22, 2024
1 parent 2834291 commit 07760be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsys/net/lib/nrf70_fw_ext/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ if(DEFINED CONFIG_NRF_WIFI_PATCHES_EXT_FLASH_DISABLED OR
set(NRF70_PATCH ${FW_BINS_BASE}/scan_only/nrf70.bin)
elseif (CONFIG_NRF70_SYSTEM_WITH_RAW_MODES)
set(NRF70_PATCH ${FW_BINS_BASE}/system_with_raw/nrf70.bin)
elseif(CONFIG_NRF70_OFFLOADED_RAW_TX)
set(NRF70_PATCH ${FW_BINS_BASE}/offloaded_raw_tx/nrf70.bin)

Check failure on line 36 in subsys/net/lib/nrf70_fw_ext/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

subsys/net/lib/nrf70_fw_ext/CMakeLists.txt:36 trailing whitespace
else()
# Error
message(FATAL_ERROR "Unsupported nRF70 patch configuration")
Expand Down

0 comments on commit 07760be

Please sign in to comment.