From d7216f8f02da54f8f235c5cca562a55b7f52210d Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Mon, 27 Jan 2014 09:41:05 -0800 Subject: [PATCH] staging: r8821ae: Enable build by reverting BROKEN marking When this driver failed to build in the linux-next tree, Stephen Rothwell modified Kconfig to disable it. Now that the problems are fixed, that change can be reverted. Reported-by: Stephen Rothwell Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8821ae/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8821ae/Kconfig b/drivers/staging/rtl8821ae/Kconfig index a432e1aa7405..2aa5dac2f1df 100644 --- a/drivers/staging/rtl8821ae/Kconfig +++ b/drivers/staging/rtl8821ae/Kconfig @@ -2,7 +2,6 @@ config R8821AE tristate "RealTek RTL8821AE Wireless LAN NIC driver" depends on PCI && WLAN depends on m - depends on BROKEN select WIRELESS_EXT select WEXT_PRIV select EEPROM_93CX6 -- 2.34.1