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:
parent
cc44992abe
commit
d8efcca81e
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user