Date: Mon, 3 Nov 2003 16:24:13 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c Message-ID: <200311040024.hA40ODPp034799@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2003/11/03 16:24:13 PST FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: On my ZoomAir-branded Intersil PRISM2 cards, if you try to set the operating mode to HostAP, the card will lock up indefinitely (but the wi(4) driver can recover if you eject the card). The problem is that the card needs to be "reset" in a way before you even change the media to hostap. In practice this isn't as noticeable because you probably do some operation beforehand which prevents the lock-up before you enable hostap mode. e.g.: "ifconfig wi0 up media autoselect mediaopt hostap" will lock up (if you just inserted the card). "ifconfig wi0 up ssid foo media autoselect mediaopt hostap" won't lock up. Revision Changes Path 1.154 +3 -0 src/sys/dev/wi/if_wi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311040024.hA40ODPp034799>