Date: Wed, 12 Nov 2003 21:23:58 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c Message-ID: <200311130523.hAD5NwQY073630@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/11/12 21:23:58 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c Log: o insure the current channel is in a good state before starting an AP scan o reject scan requests for a device that isn't marked up This fixes a problem where requesting a scan before marking the device up would cause a panic because the current channel was set to "any" (0xffff). Revision Changes Path 1.9 +44 -13 src/sys/net80211/ieee80211_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311130523.hAD5NwQY073630>