mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
1010f54018
An interface to allocate and register ieee802154 compatible device. The allocated device has the following representation in memory: +-----------------------+ | struct wpan_phy | +-----------------------+ | struct mac802154_priv | +-----------------------+ | driver's private data | +-----------------------+ Used by device drivers to register new instance in the stack. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
3 lines
75 B
Makefile
3 lines
75 B
Makefile
obj-$(CONFIG_MAC802154) += mac802154.o
|
|
mac802154-objs := ieee802154_dev.o
|