1
0
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:
Martine Lenders 2024-04-29 11:49:05 +02:00
parent ead2785463
commit 9b11ecab25
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -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.