Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a73e99cb authored by Jason A. Donenfeld's avatar Jason A. Donenfeld Committed by Greg Kroah-Hartman
Browse files

staging: ozwpan: Remove from tree



Ozwpan is completely unmaintained and potentially a security problem. As
this is a staging driver, it should be removed, since it has been
abandoned.

Cc: Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f70d6318
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -9734,11 +9734,6 @@ W: http://wiki.laptop.org/go/DCON
S:	Maintained
F:	drivers/staging/olpc_dcon/

STAGING - OZMO DEVICES USB OVER WIFI DRIVER
M:	Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
S:	Maintained
F:	drivers/staging/ozwpan/

STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
M:	Willy Tarreau <willy@meta-x.org>
S:	Odd Fixes
+0 −2
Original line number Diff line number Diff line
@@ -76,8 +76,6 @@ source "drivers/staging/android/Kconfig"

source "drivers/staging/board/Kconfig"

source "drivers/staging/ozwpan/Kconfig"

source "drivers/staging/gdm72xx/Kconfig"

source "drivers/staging/gdm724x/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4) += ste_rmi4/
obj-$(CONFIG_MFD_NVEC)		+= nvec/
obj-$(CONFIG_ANDROID)		+= android/
obj-$(CONFIG_STAGING_BOARD)	+= board/
obj-$(CONFIG_USB_WPAN_HCD)	+= ozwpan/
obj-$(CONFIG_WIMAX_GDM72XX)	+= gdm72xx/
obj-$(CONFIG_LTE_GDM724X)	+= gdm724x/
obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/

drivers/staging/ozwpan/Kconfig

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
config USB_WPAN_HCD
	tristate "USB over WiFi Host Controller"
	depends on USB && NET
	help
	  A driver for USB Host Controllers that are compatible with
	  Ozmo Devices USB over WiFi technology.

	  To compile this driver a module, choose M here: the module
	  will be called "ozwpan".

drivers/staging/ozwpan/Makefile

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
# -----------------------------------------------------------------------------
# Copyright (c) 2011 Ozmo Inc
# Released under the GNU General Public License Version 2 (GPLv2).
# -----------------------------------------------------------------------------

obj-$(CONFIG_USB_WPAN_HCD) += ozwpan.o
ozwpan-y := \
	ozmain.o \
	ozpd.o \
	ozusbsvc.o \
	ozusbsvc1.o \
	ozhcd.o \
	ozeltbuf.o \
	ozproto.o \
	ozcdev.o \
	ozurbparanoia.o
Loading