mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
ef2486f553
Basic support for IEEE 802.15.4 management information base. Current implementation contains a command to set HW address only. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
3 lines
101 B
Makefile
3 lines
101 B
Makefile
obj-$(CONFIG_MAC802154) += mac802154.o
|
|
mac802154-objs := ieee802154_dev.o rx.o tx.o mac_cmd.o mib.o
|