Date: Fri, 31 Dec 2010 09:50:15 +0000 (UTC) From: Bernhard Schmidt <bschmidt@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mwl mwlhal.c Message-ID: <201012310950.oBV9oMte075509@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bschmidt 2010-12-31 09:50:15 UTC FreeBSD src repository Modified files: sys/dev/mwl mwlhal.c Log: SVN rev 216835 on 2010-12-31 09:50:15Z by bschmidt The mwl's HAL manages an array of MWL_MBSS_MAX VAPs where the first 8 are supposed to be APs and the later 24 are pre-configured as STAs. A wrong condition during initialization is responsible for not configuring the last 8 array members. This is results in being able to create more than 8, possible uninitialized, AP-VAPs. PR: kern/153549 Submitted by: Erik Fonnesbeck <efonnes at gmail.com> MFC after: 2 weeks Revision Changes Path 1.3 +1 -1 src/sys/dev/mwl/mwlhal.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012310950.oBV9oMte075509>