[spinel] coorect description of STREAM_RAW (#10680)

This commit corrects the description of STREAM_RAW.

- timestamp should be type `X`.
- channel can be both RX and TX channel.
This commit is contained in:
Yakun Xu
2024-09-06 13:18:25 -07:00
committed by GitHub
parent a887530e0d
commit bb5e9b791a
+2 -3
View File
@@ -3578,10 +3578,9 @@ enum
* The format of PHY-specific data for a Thread device contains the following
* optional fields:
* `C` : 802.15.4 channel (Receive channel)
* `C` : 802.15.4 channel
* `C` : IEEE 802.15.4 LQI
* `L` : The timestamp milliseconds
* `S` : The timestamp microseconds, offset to mMsec
* `X` : The timestamp in microseconds
*
* Frames written to this stream with `CMD_PROP_VALUE_SET` will be sent out
* over the radio. This allows the caller to use the radio directly.