summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/hostap
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/hostap')
-rw-r--r--openembedded/packages/hostap/files/hostap_cs.conf16
-rw-r--r--openembedded/packages/hostap/hostap-modules_0.3.9.bb2
2 files changed, 17 insertions, 1 deletions
diff --git a/openembedded/packages/hostap/files/hostap_cs.conf b/openembedded/packages/hostap/files/hostap_cs.conf
index 0b1bcf1a58..c5f46d8e71 100644
--- a/openembedded/packages/hostap/files/hostap_cs.conf
+++ b/openembedded/packages/hostap/files/hostap_cs.conf
@@ -167,3 +167,19 @@ card "ZCOMAX AirRunner/XI-300"
167 manfid 0xd601, 0x0002 167 manfid 0xd601, 0x0002
168 bind "hostap_cs" 168 bind "hostap_cs"
169 169
170card "Zonet ZCF1100"
171 manfid 0x000b, 0x7100
172 bind "hostap_cs"
173
174card "Wireless LAN Adapter Version 01.02"
175 version "Wireless", "LAN Adapter", "Version 01.02"
176# manfid 0x0156, 0x0002
177 bind "hostap_cs"
178
179card "Ambicom WL1100C 11Mbs Card 802.11b"
180 manfid 0xd601,0x0002
181 bind "hostap_cs"
182
183card "Sandisk Connect SDWCFB-000"
184 manfid 0xd601,0x0005
185 bind "hostap_cs"
diff --git a/openembedded/packages/hostap/hostap-modules_0.3.9.bb b/openembedded/packages/hostap/hostap-modules_0.3.9.bb
index 1be1e6a77e..435054c07c 100644
--- a/openembedded/packages/hostap/hostap-modules_0.3.9.bb
+++ b/openembedded/packages/hostap/hostap-modules_0.3.9.bb
@@ -3,7 +3,7 @@ SECTION = "kernel/modules"
3PRIORITY = "optional" 3PRIORITY = "optional"
4MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" 4MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5LICENSE = "GPL" 5LICENSE = "GPL"
6PR = "r4" 6PR = "r6"
7 7
8SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ 8SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \
9 file://hostap_cs.conf \ 9 file://hostap_cs.conf \