Skip to content
Snippets Groups Projects
Unverified Commit def3aa9b authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #10629 from miri64/gnrc_netif/cleanup/mac-flags

 gnrc_netif: remove superfluous GNRC_NETIF_FLAGS_MAC_*
parents 380d19e9 06c13bdd
No related branches found
No related tags found
No related merge requests found
......@@ -118,18 +118,6 @@ enum {
*/
#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
*/
......
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