Skip to content

Commit 260c4f6

Browse files
krish2718kartben
authored andcommitted
drivers: nrf_wifi: Extend the help on modes
These nRF70 driver operational modes are important, so, extend the help to clearly communicate the mode's purpose. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 98458e2 commit 260c4f6

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,35 @@ choice NRF70_OPER_MODES
4848
config NRF70_SCAN_ONLY
4949
bool "nRF70 scan only mode"
5050
help
51-
Select this option to enable scan only mode of the nRF70 driver
51+
Select this option to enable scan-only mode of the nRF70 driver.
52+
In this mode, the driver can only perform scanning operations
53+
to discover nearby Wi-Fi networks, but cannot establish connections
54+
or transmit/receive data. Mainly used for location accuracy
55+
improvement.
5256

5357
config NRF70_SYSTEM_MODE
5458
bool "System mode of the nRF70 driver"
5559
help
56-
Select this option to enable system mode of the nRF70 driver
60+
Select this option to enable system mode of the nRF70 driver.
61+
This is the normal operating mode that supports full Wi-Fi
62+
functionality including sub-modes like STA, AP, and P2P.
5763

5864
config NRF70_RADIO_TEST
5965
bool "Radio test mode of the nRF70 driver"
66+
help
67+
Select this option to enable radio test mode of the nRF70 driver.
68+
This mode is used for testing RF performance and regulatory
69+
compliance. It provides direct control of the radio hardware
70+
for transmitting test patterns and measuring RF parameters.
6071

6172
config NRF70_OFFLOADED_RAW_TX
6273
bool "Offloaded raw TX mode of the nRF70 driver"
74+
help
75+
Select this option to enable offloaded raw TX mode.
76+
In this mode, raw 802.11 frames can be transmitted directly
77+
without normal Wi-Fi protocol processing. The frame construction
78+
and transmission timing is handled by the Wi-Fi hardware,
79+
reducing CPU load.
6380

6481
endchoice
6582

0 commit comments

Comments
 (0)