mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
netopt: mark l2filter options as experimental
This commit is contained in:
parent
ead2785463
commit
9b11ecab25
@ -444,6 +444,7 @@ typedef enum {
|
||||
NETOPT_RF_TESTMODE,
|
||||
|
||||
/**
|
||||
* @experimental
|
||||
* @brief (@ref l2filter_t) add an address to a link layer filter list
|
||||
*
|
||||
* Getting this option from a device will return a pointer of type
|
||||
@ -454,6 +455,7 @@ typedef enum {
|
||||
NETOPT_L2FILTER,
|
||||
|
||||
/**
|
||||
* @experimental
|
||||
* @brief (@ref l2filter_t) remove an address from a link layer filter list
|
||||
*
|
||||
* Getting this value always returns -ENOTSUP.
|
||||
|
Loading…
Reference in New Issue
Block a user