This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-12-27 13:05:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62610ad218
linux
/
net
/
mac802154
/
Makefile
3 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
mac802154: allocation of ieee802154 device 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>
2012-05-16 04:50:20 +08:00
obj-$(CONFIG_MAC802154)
+=
mac802154.o
mac802154: basic mib support 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>
2012-05-16 04:50:26 +08:00
mac802154-objs
:=
ieee802154_dev.o rx.o tx.o mac_cmd.o mib.o
Reference in New Issue
Copy Permalink