ieee802154: remove fakehard driver
authorAlexander Aring <alex.aring@gmail.com>
Sat, 25 Oct 2014 15:16:33 +0000 (17:16 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 25 Oct 2014 19:55:37 +0000 (21:55 +0200)
This patch removes the not functional fakehard driver. We don't support
HardMAC 802.15.4 drivers right now.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/Kconfig
drivers/net/ieee802154/Makefile
drivers/net/ieee802154/fakehard.c [deleted file]

index 391a916..1a3c3e5 100644 (file)
@@ -10,16 +10,6 @@ menuconfig IEEE802154_DRIVERS
          If you say N, all options in this submenu will be skipped and
          disabled.
 
-config IEEE802154_FAKEHARD
-       tristate "Fake LR-WPAN driver with several interconnected devices"
-       depends on  IEEE802154_DRIVERS
-       ---help---
-         Say Y here to enable the fake driver that serves as an example
-         of HardMAC device driver.
-
-         This driver can also be built as a module. To do so say M here.
-         The module will be called 'fakehard'.
-
 config IEEE802154_FAKELB
        depends on IEEE802154_DRIVERS && MAC802154
        tristate "IEEE 802.15.4 loopback driver"
Simple merge
diff --cc drivers/net/ieee802154/fakehard.c
Simple merge