Skip to content

Commit

Permalink
doc: nrf: Update the path to drivers
Browse files Browse the repository at this point in the history
Update to reflect latest nRF70 OSAL sources.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Dec 11, 2024
1 parent d31af60 commit c24e3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/nrf/drivers/wifi/nrf70_native.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Design overview
***************

The nRF Wi-Fi driver follows an OS-agnostic design, and the driver implementation is split into OS-agnostic and OS (Zephyr)-specific code.
The OS-agnostic code is located in the :file:`${ZEPHYR_BASE}/../modules/hal/nordic/drivers/nrf_wifi/` folder, and the Zephyr OS port is located in the :file:`${ZEPHYR_BASE}/drivers/wifi/nrf_wifi/` folder.
The OS-agnostic code is located in the :file:`${ZEPHYR_BASE}/../modules/nrf_wifi/` folder, and the Zephyr OS port is located in the :file:`${ZEPHYR_BASE}/drivers/wifi/nrf_wifi/` folder.

The driver supports two modes of operation:

Expand Down

0 comments on commit c24e3d9

Please sign in to comment.