hostap-conf: added some cards from #836 and some from orinoco-conf. set me as maintainer
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 1 May 2006 14:10:19 +0000 (14:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 1 May 2006 14:10:19 +0000 (14:10 +0000)
packages/hostap/files/hostap_cs.conf
packages/hostap/hostap-conf_1.0.bb

index c5f46d8..dc98232 100644 (file)
@@ -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"
@@ -176,6 +176,11 @@ card "Wireless LAN Adapter Version 01.02"
 #   manfid 0x0156, 0x0002
    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"
@@ -183,3 +188,26 @@ card "Ambicom WL1100C 11Mbs Card 802.11b"
 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"
+
index 6c9cb09..e4e62d3 100644 (file)
@@ -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"