diff options
author | alex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com> | 2012-05-15 20:50:21 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-16 15:16:44 -0400 |
commit | 1cd829c83eab8b899b85d597c767fcf8b4cf8fd6 (patch) | |
tree | b081f047332ceeaffd25ec55a5e8f9158a52360a /net/mac802154/Makefile | |
parent | 1010f540181b00c7013eeb04d1bf8aedd5a56835 (diff) | |
download | talos-op-linux-1cd829c83eab8b899b85d597c767fcf8b4cf8fd6.tar.gz talos-op-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/Makefile | 2 |
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 |