diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2014-01-27 12:41:05 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-27 12:41:05 -0500 |
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 | |||
2 | tristate "RealTek RTL8821AE Wireless LAN NIC driver" | 2 | tristate "RealTek RTL8821AE Wireless LAN NIC driver" |
3 | depends on PCI && WLAN | 3 | depends on PCI && WLAN |
4 | depends on m | 4 | depends on m |
5 | depends on BROKEN | ||
6 | select WIRELESS_EXT | 5 | select WIRELESS_EXT |
7 | select WEXT_PRIV | 6 | select WEXT_PRIV |
8 | select EEPROM_93CX6 | 7 | select EEPROM_93CX6 |