summaryrefslogtreecommitdiffstats
path: root/net/mac802154/Makefile
diff options
context:
space:
mode:
authoralex.bluesman.smirnov@gmail.com2012-05-15 22:50:21 +0200
committerDavid S. Miller2012-05-16 21:16:44 +0200
commit1cd829c83eab8b899b85d597c767fcf8b4cf8fd6 (patch)
treeb081f047332ceeaffd25ec55a5e8f9158a52360a /net/mac802154/Makefile
parentmac802154: allocation of ieee802154 device (diff)
downloadkernel-qcow2-linux-1cd829c83eab8b899b85d597c767fcf8b4cf8fd6.tar.gz
kernel-qcow2-linux-1cd829c83eab8b899b85d597c767fcf8b4cf8fd6.tar.xz
kernel-qcow2-linux-1cd829c83eab8b899b85d597c767fcf8b4cf8fd6.zip
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>
Diffstat (limited to 'net/mac802154/Makefile')
-rw-r--r--net/mac802154/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/Makefile b/net/mac802154/Makefile
index cda9393e1a4f..e00fe474dce4 100644
--- a/net/mac802154/Makefile
+++ b/net/mac802154/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_MAC802154) += mac802154.o
-mac802154-objs := ieee802154_dev.o
+mac802154-objs := ieee802154_dev.o rx.o