1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

net/netopt: clarify documentation of NETOPT_OQPSK_RATE

802.15.4 only specifies one rate of 250 kbit/s for O-QPSK.
Everything else is a proprietary extension.
This commit is contained in:
Benjamin Valentin 2020-05-19 16:21:26 +02:00
parent cc44992abe
commit d8efcca81e

View File

@ -657,7 +657,9 @@ typedef enum {
NETOPT_IEEE802154_PHY,
/**
* @brief (uint8_t) legacy O-QPSK Rate Mode
* @brief (uint8_t) legacy O-QPSK proprietary mode
* Allows to select higher data rates than standard 250 kbit/s
* Not compatible across vendors, only use with radios of the same type.
*/
NETOPT_OQPSK_RATE,