[PATCH] recognize Belkin F5D6020 card

Jun Sun jsun at junsun.net
Wed Aug 27 22:14:35 EDT 2003


On Wed, Aug 27, 2003 at 05:49:09PM -0700, Jouni Malinen wrote:
> On Tue, Aug 26, 2003 at 10:56:50PM -0700, Jun Sun wrote:
> 
> > This patch is needed to bind hostap with belkin f5d6020 card.
> 
> > +card "Belkin 802.11b WLAN PCMCIA"
> > +   manfid 0x0156, 0x0002
> > +   bind "hostap_cs"
> 
> I will not add manfid 0x0156, 0x0002 because it used by many non-Prism2
> cards. Please either send an entry that is using version line or send
> full output of 'cardctl ident' when the card is inserted, so that I can
> make a proper entry for this card.
>

Ahh, I understood it wrong with Sitsofe's email.  Here is
the patch which should be acceptable.

Jun
-------------- next part --------------
diff -Nru ./driver/etc/hostap_cs.conf.orig ./driver/etc/hostap_cs.conf
--- ./driver/etc/hostap_cs.conf.orig    2003-08-26 14:32:05.000000000 -0700
+++ ./driver/etc/hostap_cs.conf 2003-08-27 19:06:04.000000000 -0700
@@ -105,6 +105,11 @@
    manfid 0x0156, 0x0002
    bind "hostap_cs"
 
+card "Belkin 802.11b WLAN PCMCIA"
+   version "Belkin", "11Mbps Wireless Notebook Network Adapter", "Version 01.02"
+   manfid 0x0156, 0x0002
+   bind "hostap_cs"
+
 card "Senao SL-2011CD/SL-2011CDPLUS"
    version "INTERSIL", "HFA384x/IEEE", "Version 01.02"
    manfid 0x0156, 0x0002


More information about the HostAP mailing list