]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Revert "rtlwifi: rtl8188ee: Enable build of new driver"
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 07:08:26 +0000 (18:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 07:08:26 +0000 (18:08 +1100)
This reverts commit 8b138d4898a006d94de9fd8eab8cb8c49c08ba7e.

drivers/net/wireless/rtlwifi/Kconfig
drivers/net/wireless/rtlwifi/Makefile
drivers/net/wireless/rtlwifi/rtl8188ee/Makefile [deleted file]

index 7253de3d8c6671c78e732b001e7270731465d039..b6aa0c40658f67fccaf5879062d02a9b9377fe88 100644 (file)
@@ -55,15 +55,6 @@ config RTL8723AE
 
        If you choose to build it as a module, it will be called rtl8723ae
 
-config RTL8188EE
-       tristate "Realtek RTL8188EE Wireless Network Adapter"
-       depends on RTLWIFI && PCI
-       ---help---
-       This is the driver for Realtek RTL8188EE 802.11n PCIe
-       wireless network adapters.
-
-       If you choose to build it as a module, it will be called rtl8188ee
-
 config RTL8192CU
        tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
        depends on RTLWIFI && USB
index ff02b874f8d87dfd15ff0205a6036e65c0b9ad5c..3b1cbac741e3f4b91c41dd5c0360cb5fe521b88a 100644 (file)
@@ -26,6 +26,5 @@ obj-$(CONFIG_RTL8192CU)               += rtl8192cu/
 obj-$(CONFIG_RTL8192SE)                += rtl8192se/
 obj-$(CONFIG_RTL8192DE)                += rtl8192de/
 obj-$(CONFIG_RTL8723AE)                += rtl8723ae/
-obj-$(CONFIG_RTL8188EE)                += rtl8188ee/
 
 ccflags-y += -D__CHECK_ENDIAN__
diff --git a/drivers/net/wireless/rtlwifi/rtl8188ee/Makefile b/drivers/net/wireless/rtlwifi/rtl8188ee/Makefile
deleted file mode 100644 (file)
index 01173a2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-rtl8188ee-objs :=              \
-               dm.o            \
-               fw.o            \
-               hw.o            \
-               led.o           \
-               phy.o           \
-               pwrseq.o        \
-               pwrseqcmd.o     \
-               rf.o            \
-               sw.o            \
-               table.o         \
-               trx.o
-
-obj-$(CONFIG_RTL8188EE) += rtl8188ee.o
-
-ccflags-y += -I drivers/net/wireless/rtlwifi -D__CHECK_ENDIAN__