You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/protocols/wifi/advanced_modes/raw_tx_operation.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,13 +126,13 @@ The following table lists the raw packet transmit header elements:
126
126
* - raw_tx_flag
127
127
- Flag indicating raw packet transmission. This is reserved for driver use.
128
128
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:
130
130
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.
132
132
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.
134
134
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.
0 commit comments