diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2014-01-27 09:41:05 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-27 09:41:05 -0800 |
commit | d7216f8f02da54f8f235c5cca562a55b7f52210d (patch) | |
tree | fe6d47938dc8b667be79cab3b13ff8fcdc40f582 | |
parent | ee5de8ddfbd7ca33c770980336f8ee1db26d57e4 (diff) |
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 <sfr@canb.auug.org.au>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8821ae/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |