-
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.
yaml --- r: 170590 b: refs/heads/master c: 125b181 h: refs/heads/master v: v3
- Loading branch information
Larry Finger
authored and
John W. Linville
committed
Oct 7, 2009
1 parent
942b9a9
commit aa536e8
Showing
5 changed files
with
11 additions
and
5 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: 3d23e349d807177eaf519d444677cee86b1a04cf | ||
refs/heads/master: 125b181aec7a67c71234284ecf6d9c729d05deda |
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,6 +1,7 @@ | ||
config RTL8187SE | ||
tristate "RealTek RTL8187SE Wireless LAN NIC driver" | ||
depends on PCI | ||
depends on WIRELESS_EXT | ||
select WIRELESS_EXT | ||
select WEXT_PRIV | ||
default N | ||
---help--- |
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,6 +1,7 @@ | ||
config RTL8192E | ||
tristate "RealTek RTL8192E Wireless LAN NIC driver" | ||
depends on PCI | ||
depends on WIRELESS_EXT | ||
select WIRELESS_EXT | ||
select WEXT_PRIV | ||
default N | ||
---help--- |
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,6 +1,8 @@ | ||
config VT6655 | ||
tristate "VIA Technologies VT6655 support" | ||
depends on WIRELESS_EXT && PCI | ||
depends on PCI | ||
select WIRELESS_EXT | ||
select WEXT_PRIV | ||
---help--- | ||
This is a vendor-written driver for VIA VT6655. | ||
|
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,6 +1,8 @@ | ||
config VT6656 | ||
tristate "VIA Technologies VT6656 support" | ||
depends on WIRELESS_EXT && USB | ||
depends on USB | ||
select WIRELESS_EXT | ||
select WEXT_PRIV | ||
---help--- | ||
This is a vendor-written driver for VIA VT6656. | ||
|