diff options
author | Erik Hovland <erik@hovland.org> | 2006-07-23 20:43:04 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-07-23 20:43:04 +0200 |
commit | bdb7030aed22ee0cee449bbe34739bc40474c9c1 (patch) | |
tree | 72270f35a555e7a539a8136c7e6efdfbf16020fd | |
parent | b8f5f8f436821214f060a9fcab8cedfae3062219 (diff) |
hostap-modules: add manfid for Pretec CompactWLAN card to hostap_cs.conf
Signed-off-by: Rene Wagner <rw@handhelds.org>
-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 \ |