-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Larry Finger
authored and
John W. Linville
committed
Apr 16, 2010
1 parent
6d03ac0
commit 4bac2a8
Showing
3 changed files
with
90 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 8c00b39f33bc5340be9b053963321eb9ea6a78ee | ||
refs/heads/master: edbe056a5a70aac20127189ca99d042640fd3366 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# | ||
# RTL818X Wireless LAN device configuration | ||
# | ||
config RTL8180 | ||
tristate "Realtek 8180/8185 PCI support" | ||
depends on MAC80211 && PCI && EXPERIMENTAL | ||
select EEPROM_93CX6 | ||
---help--- | ||
This is a driver for RTL8180 and RTL8185 based cards. | ||
These are PCI based chips found in cards such as: | ||
|
||
(RTL8185 802.11g) | ||
A-Link WL54PC | ||
|
||
(RTL8180 802.11b) | ||
Belkin F5D6020 v3 | ||
Belkin F5D6020 v3 | ||
Dlink DWL-610 | ||
Dlink DWL-510 | ||
Netgear MA521 | ||
Level-One WPC-0101 | ||
Acer Aspire 1357 LMi | ||
VCTnet PC-11B1 | ||
Ovislink AirLive WL-1120PCM | ||
Mentor WL-PCI | ||
Linksys WPC11 v4 | ||
TrendNET TEW-288PI | ||
D-Link DWL-520 Rev D | ||
Repotec RP-WP7126 | ||
TP-Link TL-WN250/251 | ||
Zonet ZEW1000 | ||
Longshine LCS-8031-R | ||
HomeLine HLW-PCC200 | ||
GigaFast WF721-AEX | ||
Planet WL-3553 | ||
Encore ENLWI-PCI1-NT | ||
TrendNET TEW-266PC | ||
Gigabyte GN-WLMR101 | ||
Siemens-fujitsu Amilo D1840W | ||
Edimax EW-7126 | ||
PheeNet WL-11PCIR | ||
Tonze PC-2100T | ||
Planet WL-8303 | ||
Dlink DWL-650 v M1 | ||
Edimax EW-7106 | ||
Q-Tec 770WC | ||
Topcom Skyr@cer 4011b | ||
Roper FreeLan 802.11b (edition 2004) | ||
Wistron Neweb Corp CB-200B | ||
Pentagram HorNET | ||
QTec 775WC | ||
TwinMOS Booming B Series | ||
Micronet SP906BB | ||
Sweex LC700010 | ||
Surecom EP-9428 | ||
Safecom SWLCR-1100 | ||
|
||
Thanks to Realtek for their support! | ||
|
||
config RTL8187 | ||
tristate "Realtek 8187 and 8187B USB support" | ||
depends on MAC80211 && USB | ||
select EEPROM_93CX6 | ||
---help--- | ||
This is a driver for RTL8187 and RTL8187B based cards. | ||
These are USB based chips found in devices such as: | ||
|
||
Netgear WG111v2 | ||
Level 1 WNC-0301USB | ||
Micronet SP907GK V5 | ||
Encore ENUWI-G2 | ||
Trendnet TEW-424UB | ||
ASUS P5B Deluxe/P5K Premium motherboards | ||
Toshiba Satellite Pro series of laptops | ||
Asus Wireless Link | ||
Linksys WUSB54GC-EU v2 | ||
(v1 = rt73usb; v3 is rt2070-based, | ||
use staging/rt3070 or try rt2800usb) | ||
|
||
Thanks to Realtek for their support! | ||
|
||
# If possible, automatically enable LEDs for RTL8187. | ||
|
||
config RTL8187_LEDS | ||
bool | ||
depends on RTL8187 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = RTL8187) | ||
default y | ||
|