Skip to content
Snippets Groups Projects
Commit 06c13bdd authored by Martine Lenders's avatar Martine Lenders
Browse files

gnrc_netif: remove superfluous GNRC_NETIF_FLAGS_MAC_*

They are also defined in `net/gnrc/netif/mac.h` and those are the ones
used by the current `gnrc_mac` implementations.
parent bddbe939
No related branches found
No related tags found
No related merge requests found
...@@ -118,17 +118,6 @@ enum { ...@@ -118,17 +118,6 @@ enum {
*/ */
#define GNRC_NETIF_FLAGS_6LO_BACKBONE (0x00000800U) #define GNRC_NETIF_FLAGS_6LO_BACKBONE (0x00000800U)
/**
* @brief Mask for @ref gnrc_mac_tx_feedback_t
*/
#define GNRC_NETIF_FLAGS_MAC_TX_FEEDBACK_MASK (0x00006000U)
/**
* @brief Flag to track if a transmission might have corrupted a received
* packet
*/
#define GNRC_NETIF_FLAGS_MAC_RX_STARTED (0x00008000U)
/** /**
* @brief Network interface is configured in raw mode * @brief Network interface is configured in raw mode
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment