-
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: 199878 b: refs/heads/master c: f502cb6 h: refs/heads/master v: v3
- Loading branch information
Henk de Groot
authored and
Greg Kroah-Hartman
committed
Jun 4, 2010
1 parent
c6a53d2
commit b1db078
Showing
3 changed files
with
15 additions
and
11 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: c28040e515154462971ba97ec14a82c27fcfb683 | ||
refs/heads/master: f502cb6eb28e55c19cea9c2005661c7898f2de99 |
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,9 +1,11 @@ | ||
config WLAGS49_H2 | ||
tristate "Agere Systems HERMES II Wireless PC Card Model 0110" | ||
depends on WLAN && WIRELESS_EXT && PCMCIA | ||
depends on WLAN && PCMCIA | ||
select WIRELESS_EXT | ||
select WEXT_SPY | ||
select WEXT_PRIV | ||
---help--- | ||
Driver for wireless cards using Agere's HERMES II chipset | ||
which are identified with Manufacture ID: 0156,0003 | ||
The software is a modified version of wl_lkm_722_abg.tar.gz | ||
from the Agere Systems website, addapted for Ubuntu 9.04. | ||
Driver for wireless cards using Agere's HERMES II chipset | ||
which are identified with Manufacture ID: 0156,0003 | ||
The software is a modified version of wl_lkm_722_abg.tar.gz | ||
from the Agere Systems website, addapted for Ubuntu 9.04. |
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,9 +1,11 @@ | ||
config WLAGS49_H25 | ||
tristate "Linksys HERMES II.5 WCF54G_Wireless-G_CompactFlash_Card" | ||
depends on WLAN && WIRELESS_EXT && PCMCIA | ||
depends on WLAN && PCMCIA | ||
select WIRELESS_EXT | ||
select WEXT_SPY | ||
select WEXT_PRIV | ||
---help--- | ||
Driver for wireless cards using Agere's HERMES II.5 chipset | ||
which are identified with Manufacture ID: 0156,0004 | ||
The software is a modified version of wl_lkm_722_abg.tar.gz | ||
from the Agere Systems website, addapted for Ubuntu 9.04. | ||
Driver for wireless cards using Agere's HERMES II.5 chipset | ||
which are identified with Manufacture ID: 0156,0004 | ||
The software is a modified version of wl_lkm_722_abg.tar.gz | ||
from the Agere Systems website, addapted for Ubuntu 9.04. |