rtl8187: Remove module warning and dependence on CONFIG_EXPERIMENTAL

After considerable testing, the initial fears that the driver might damage
some flavors of RTL8187B hardware seem to be groundless. Accordingly, the
logged warning is removed. In addition, Kconfig is changed to remove the
dependence on EXPERIMENTAL.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger>
Acked-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Acked-by: Hin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Larry Finger 2008-11-13 12:30:41 -06:00 committed by John W. Linville
parent 3517afdefc
commit c8f96974ee
2 changed files with 2 additions and 4 deletions

View file

@ -508,7 +508,7 @@ config RTL8180
config RTL8187 config RTL8187
tristate "Realtek 8187 and 8187B USB support" tristate "Realtek 8187 and 8187B USB support"
depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL depends on MAC80211 && USB && WLAN_80211
select EEPROM_93CX6 select EEPROM_93CX6
---help--- ---help---
This is a driver for RTL8187 and RTL8187B based cards. This is a driver for RTL8187 and RTL8187B based cards.

View file

@ -1409,9 +1409,7 @@ static int __devinit rtl8187_probe(struct usb_interface *intf,
} }
if (priv->is_rtl8187b) { if (priv->is_rtl8187b) {
printk(KERN_WARNING "rtl8187: 8187B chip detected. Support " printk(KERN_WARNING "rtl8187: 8187B chip detected.\n");
"is EXPERIMENTAL, and could damage your\n"
" hardware, use at your own risk\n");
dev->flags |= IEEE80211_HW_SIGNAL_DBM; dev->flags |= IEEE80211_HW_SIGNAL_DBM;
} else { } else {
dev->flags |= IEEE80211_HW_SIGNAL_UNSPEC; dev->flags |= IEEE80211_HW_SIGNAL_UNSPEC;