aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hostap
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-05-01 14:10:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-01 14:10:19 +0000
commite05eb5d066ba7e86c211c1af5b64c45a0b79d99e (patch)
tree66ae1f47ded7241380de5e073b58932853b7c93b /packages/hostap
parent3d05d37d740bf73e325340dd665982fd90e4ed22 (diff)
downloadopenembedded-e05eb5d066ba7e86c211c1af5b64c45a0b79d99e.tar.gz
hostap-conf: added some cards from #836 and some from orinoco-conf. set me as maintainer
Diffstat (limited to 'packages/hostap')
-rw-r--r--packages/hostap/files/hostap_cs.conf30
-rw-r--r--packages/hostap/hostap-conf_1.0.bb3
2 files changed, 31 insertions, 2 deletions
diff --git a/packages/hostap/files/hostap_cs.conf b/packages/hostap/files/hostap_cs.conf
index c5f46d8e71..dc98232108 100644
--- a/packages/hostap/files/hostap_cs.conf
+++ b/packages/hostap/files/hostap_cs.conf
@@ -1,5 +1,5 @@
module "hostap_cs" opts "channel=3 iw_mode=2 essid=any ignore_cis_vcc=1"
-
+
card "3Com AirConnect"
version "3Com", "3CRWE737A AirConnect Wireless LAN PC Card"
bind "hostap_cs"
@@ -177,9 +177,37 @@ card "Wireless LAN Adapter Version 01.02"
bind "hostap_cs"
card "Ambicom WL1100C 11Mbs Card 802.11b"
+ version "AmbiCom", "WL1100C 802.11b CF-Card", "2.2"
+ manfid 0xd601,0x0002
+ bind "hostap_cs"
+
+card "Ambicom WL1100C 11Mbs Card 802.11b"
manfid 0xd601,0x0002
bind "hostap_cs"
card "Sandisk Connect SDWCFB-000"
manfid 0xd601,0x0005
bind "hostap_cs"
+
+# Cards with Intersil firmware (Prism chipset)
+
+card "Linksys WPC11 11Mbps 802.11b WLAN Card"
+ version "The Linksys Group, Inc.", "Instant Wireless Network PC Card", "ISL37300P", "RevA"
+ bind "hostap_cs"
+
+card "Linksys CompactFlash Wireless Card"
+ version "Linksys", "Wireless CompactFlash Card"
+ bind "hostap_cs"
+
+card "ACTIONTEC PRISM Wireless LAN PC Card"
+ version "ACTIONTEC", "PRISM Wireless LAN PC Card"
+ bind "hostap_cs"
+
+card "Linksys WPC11 Version 3"
+ manfid 0x0274,0x1613
+ bind "hostap_cs"
+
+card "BENQ AWL100"
+ version "BENQ", "AWL100 PCMCIA ADAPTER"
+ bind "hostap_cs"
+
diff --git a/packages/hostap/hostap-conf_1.0.bb b/packages/hostap/hostap-conf_1.0.bb
index 6c9cb09e60..e4e62d3440 100644
--- a/packages/hostap/hostap-conf_1.0.bb
+++ b/packages/hostap/hostap-conf_1.0.bb
@@ -1,9 +1,10 @@
DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
+MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>"
SECTION = "kernel/modules"
PRIORITY = "optional"
LICENSE = "GPL"
PACKAGE_ARCH = "all"
-PR = "r0"
+PR = "r3"
SRC_URI = "file://hostap_cs.conf \
file://hostap_cs.conf-upstream"