Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Richa Pandey <[email protected]>
  • Loading branch information
krish2718 and richabp authored Oct 26, 2023
1 parent a84660f commit d36d098
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nrf_wifi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nrf_wifi/doc/low_api_common.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Common
------
######

The common API is used for both normal operation and Radio Test mode.

Expand Down
6 changes: 3 additions & 3 deletions nrf_wifi/doc/low_api_radio_test.rst
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions nrf_wifi/doc/low_api_wifi.rst
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit d36d098

Please sign in to comment.