diff options
-rw-r--r-- | org.handhelds.familiar/packages/hostap/files/hostap_cs.conf | 6 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/org.handhelds.familiar/packages/hostap/files/hostap_cs.conf b/org.handhelds.familiar/packages/hostap/files/hostap_cs.conf index c5f46d8..368e632 100644 --- a/org.handhelds.familiar/packages/hostap/files/hostap_cs.conf +++ b/org.handhelds.familiar/packages/hostap/files/hostap_cs.conf @@ -55,9 +55,9 @@ card "HyperLink Wireless PC Card 11Mbps" version "HyperLink", "Wireless PC Card 11Mbps" bind "hostap_cs" -# card "Intersil PRISM2 11 Mbps Wireless Adapter" -# manfid 0x0156, 0x0002 -# bind "hostap_cs" +card "Pretec CompactWLAN 802.11b" + manfid 0x0156, 0x0002 + bind "hostap_cs" card "Intel PRO/Wireless 2011" manfid 0x0089, 0x0001 diff --git a/org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb b/org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb index 8b44378..6928bbc 100644 --- a/org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb +++ b/org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb @@ -3,7 +3,7 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r7" +PR = "r8" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ file://hostap_cs.conf \ |