rtlwifi: Remove EXPERIMENTAL as pre-requisite for the drivers
All of the rtlwifi-family of drivers have been in the kernel since 3.1 or earlier. The dependence on EXPERIMENTAL can be removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
e756af5b30
commit
7a5f799bec
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
config RTL8192CE
|
config RTL8192CE
|
||||||
tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
|
tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"
|
||||||
depends on MAC80211 && PCI && EXPERIMENTAL
|
depends on MAC80211 && PCI
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
select RTLWIFI
|
select RTLWIFI
|
||||||
select RTL8192C_COMMON
|
select RTL8192C_COMMON
|
||||||
|
@ -12,7 +12,7 @@ config RTL8192CE
|
||||||
|
|
||||||
config RTL8192SE
|
config RTL8192SE
|
||||||
tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
|
tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"
|
||||||
depends on MAC80211 && EXPERIMENTAL && PCI
|
depends on MAC80211 && PCI
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
select RTLWIFI
|
select RTLWIFI
|
||||||
---help---
|
---help---
|
||||||
|
@ -23,7 +23,7 @@ config RTL8192SE
|
||||||
|
|
||||||
config RTL8192DE
|
config RTL8192DE
|
||||||
tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
|
tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"
|
||||||
depends on MAC80211 && EXPERIMENTAL && PCI
|
depends on MAC80211 && PCI
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
select RTLWIFI
|
select RTLWIFI
|
||||||
---help---
|
---help---
|
||||||
|
@ -34,7 +34,7 @@ config RTL8192DE
|
||||||
|
|
||||||
config RTL8192CU
|
config RTL8192CU
|
||||||
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
|
tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"
|
||||||
depends on MAC80211 && USB && EXPERIMENTAL
|
depends on MAC80211 && USB
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
select RTLWIFI
|
select RTLWIFI
|
||||||
select RTL8192C_COMMON
|
select RTL8192C_COMMON
|
||||||
|
|
Loading…
Add table
Reference in a new issue