Skip to content

Commit 39b6936

Browse files
richabpnordicjm
authored andcommitted
doc: wifi: fix path to header files
Fixed paths to header files. Signed-off-by: Richa Pandey <[email protected]>
1 parent 7549353 commit 39b6936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/nrf/protocols/wifi/advanced_modes/raw_tx_operation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ The following table lists the raw packet transmit header elements:
126126
* - raw_tx_flag
127127
- Flag indicating raw packet transmission. This is reserved for driver use.
128128

129-
You can refer to the relevant structures at:
129+
You can refer to the relevant structures in the :file:`modules/lib/nrf_wifi/fw_if/umac_if/inc/system/fmac_structs.h` file:
130130

131-
:file:`nrfxlib/nrf_wifi/fw_if/umac_if/inc/default/fmac_structs.h/raw_tx_pkt_header` - for the raw packet header.
131+
* ``raw_tx_pkt_header`` - For the raw packet header.
132132

133-
:file:`nrfxlib/nrf_wifi/fw_if/umac_if/inc/default/fmac_structs.h/nrf_wifi_fmac_ac` - for setting the ``queue`` parameter in the raw packet transmit header.
133+
* ``nrf_wifi_fmac_ac`` - For setting the ``queue`` parameter in the raw packet transmit header.
134134

135-
:file:`nrfxlib/nrf_wifi/fw_if/umac_if/inc/default/fmac_structs.h/nrf_wifi_fmac_rawtx_mode` - for setting the ``tx_mode`` parameter in the raw packet transmit header.
135+
* ``nrf_wifi_fmac_rawtx_mode`` - For setting the ``tx_mode`` parameter in the raw packet transmit header.
136136

137137
.. _ug_nrf70_developing_raw_packet_transmit_operation:
138138

0 commit comments

Comments
 (0)