diff --git a/nrf_wifi/README.rst b/nrf_wifi/README.rst index 39cc19ea27..62a0eabe12 100644 --- a/nrf_wifi/README.rst +++ b/nrf_wifi/README.rst @@ -4,7 +4,7 @@ Low-level API documentation *************************** The nRF70 Series Wi-Fi driver provides a low-level API for use cases where the application needs to access the nRF70 Series device directly. -This is typically intended for customers who want to use the nRF70 Series device in a different platform than Zephyr. +This is typically intended for customers who want to use the nRF70 Series device on a different platform than Zephyr. .. toctree:: :maxdepth: 1 diff --git a/nrf_wifi/doc/low_api_common.rst b/nrf_wifi/doc/low_api_common.rst index e7753a0d04..c3a8dc7250 100644 --- a/nrf_wifi/doc/low_api_common.rst +++ b/nrf_wifi/doc/low_api_common.rst @@ -1,5 +1,5 @@ Common ------- +###### The common API is used for both normal operation and Radio Test mode. diff --git a/nrf_wifi/doc/low_api_radio_test.rst b/nrf_wifi/doc/low_api_radio_test.rst index b73c5c086a..20fe2b8325 100644 --- a/nrf_wifi/doc/low_api_radio_test.rst +++ b/nrf_wifi/doc/low_api_radio_test.rst @@ -1,11 +1,11 @@ Radio Test mode ---------------- +############### -This mode is used for testing the RF performance of the nRF70 Series device, mainly to characterize the RF. +The Radio Test mode is used for testing the RF performance of the nRF70 Series device, mainly to characterize the RF. .. note:: - Documentation for data structures definitions is disabled for this module. + Documentation for data structure definitions is disabled for this module. It will be enabled in the future. | Source file: :file:`nrf_wifi/fw_if/umac_if/src/radio_test/fmac_api.c` diff --git a/nrf_wifi/doc/low_api_wifi.rst b/nrf_wifi/doc/low_api_wifi.rst index 24266bb77e..0bf8d81779 100644 --- a/nrf_wifi/doc/low_api_wifi.rst +++ b/nrf_wifi/doc/low_api_wifi.rst @@ -1,7 +1,7 @@ Wi-Fi mode ----------- +########## -This mode is used for normal operation of the nRF70 Series device in, for example, STA mode or other modes that are supported in the future. +The Wi-Fi mode is used for normal operation of the nRF70 Series device in, for example, STA mode or other modes that are supported in the future. | Header file: :file:`nrf_wifi/fw_if/umac_if/inc/default/fmac_api.h` | Source file: :file:`nrf_wifi/fw_if/umac_if/src/default/fmac_api.c`