[EMAIL PROTECTED] wrote: > I'm running a Netgear MA311 in hostap-mode on OpenBSD 3.7.
> wi0 at pci0 dev 10 function 0 "Intersil PRISM2.5" rev 0x01: irq 12 > wi0: PRISM2.5 ISL3874A(Mini-PCI), Firmware 1.1.1 (primary), 1.8.2 > (station) > > wi0: init failed > wi0: failed to allocate 1594 bytes on NIC > wi0: tx buffer allocation failed > wi0: failed to allocate 1594 bytes on NIC > wi0: mgmt. buffer allocation failed > wi0: wi_mgmt_xmit: xmit failed > wi0: wi_start: xmit failed > wi0: device timeout > wi0: wi_mgmt_xmit: xmit failed have you tried software-based WEP? $ man 8 wicontrol -x 0|1 [Prism2/Symbol only] Select between firmware-based (0) and soft- ware-based (1) WEP. Firmware-based WEP is the default. if it works better, add to /etc/hostname.wi0 something like: !/sbin/wicontrol \$if -x1 this fixed my very similar problem with a NetGear MA401 doing hostap . .