This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
linux-hardened
Watch
1
Star
0
Fork
You've already forked linux-hardened
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1cd829c83e
linux-hardened
/
net
/
mac802154
/
Makefile
3 lines
80 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-15 22:50:20 +02:00
obj-$(CONFIG_MAC802154)
+=
mac802154.o
mac802154: RX data path Main RX data path implementation between physical and mac layers. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2012-05-15 22:50:21 +02:00
mac802154-objs
:=
ieee802154_dev.o rx.o
Reference in a new issue
Copy permalink