Merge pull request #15439 from leandrolanzieri/pr/drivers/network_devices_remove_netif_dep
drivers/network devices: remove unused netif dependency
This commit is contained in:
commit
fe510cd823
@ -1,6 +1,5 @@
|
|||||||
ifneq (,$(filter cc2538_rf,$(USEMODULE)))
|
ifneq (,$(filter cc2538_rf,$(USEMODULE)))
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
USEMODULE += netif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
||||||
|
|||||||
@ -21,6 +21,5 @@ FEATURES_REQUIRED += periph_gpio_irq
|
|||||||
FEATURES_REQUIRED += periph_spi
|
FEATURES_REQUIRED += periph_spi
|
||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += netif
|
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
|
|||||||
@ -2,7 +2,6 @@ DEFAULT_MODULE += auto_init_at86rf2xx
|
|||||||
DEFAULT_MODULE += netdev_ieee802154_oqpsk
|
DEFAULT_MODULE += netdev_ieee802154_oqpsk
|
||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += netif
|
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
USEMODULE += cc1xxx_common
|
USEMODULE += cc1xxx_common
|
||||||
USEMODULE += luid
|
USEMODULE += luid
|
||||||
USEMODULE += netif
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
FEATURES_REQUIRED += periph_gpio
|
FEATURES_REQUIRED += periph_gpio
|
||||||
FEATURES_REQUIRED += periph_gpio_irq
|
FEATURES_REQUIRED += periph_gpio_irq
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += luid
|
USEMODULE += luid
|
||||||
USEMODULE += netif
|
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
FEATURES_REQUIRED += periph_gpio
|
FEATURES_REQUIRED += periph_gpio
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
USEMODULE += luid
|
USEMODULE += luid
|
||||||
USEMODULE += netif
|
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
USEMODULE += core_thread_flags
|
USEMODULE += core_thread_flags
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
USEMODULE += netif
|
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
USEMODULE += core_thread_flags
|
USEMODULE += core_thread_flags
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += luid
|
USEMODULE += luid
|
||||||
USEMODULE += netif
|
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += netdev_ieee802154
|
USEMODULE += netdev_ieee802154
|
||||||
FEATURES_REQUIRED += periph_gpio
|
FEATURES_REQUIRED += periph_gpio
|
||||||
|
|||||||
@ -21,7 +21,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "byteorder.h"
|
#include "byteorder.h"
|
||||||
#include "net/gnrc.h"
|
|
||||||
#include "mrf24j40_registers.h"
|
#include "mrf24j40_registers.h"
|
||||||
#include "mrf24j40_internal.h"
|
#include "mrf24j40_internal.h"
|
||||||
#include "mrf24j40_netdev.h"
|
#include "mrf24j40_netdev.h"
|
||||||
|
|||||||
@ -12,7 +12,6 @@ ifneq (,$(filter periph_rtt,$(FEATURES_USED)))
|
|||||||
USEMODULE += ztimer_periph_rtt
|
USEMODULE += ztimer_periph_rtt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
USEMODULE += netif
|
|
||||||
USEMODULE += lora
|
USEMODULE += lora
|
||||||
|
|
||||||
ifneq (,$(filter gnrc,$(USEMODULE)))
|
ifneq (,$(filter gnrc,$(USEMODULE)))
|
||||||
|
|||||||
@ -2,4 +2,3 @@ FEATURES_REQUIRED += periph_uart
|
|||||||
FEATURES_REQUIRED += periph_gpio
|
FEATURES_REQUIRED += periph_gpio
|
||||||
USEMODULE += ieee802154
|
USEMODULE += ieee802154
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
USEMODULE += netif
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user