Date: Mon, 17 Jan 2011 20:22:03 +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: <201101172022.p0HKMDZ9024493@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bschmidt 2011-01-17 20:22:03 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/mwl mwlhal.c
Log:
SVN rev 217513 on 2011-01-17 20:22:03Z by bschmidt
MFC r216835:
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.
Submitted by: Erik Fonnesbeck <efonnes at gmail.com>
Revision Changes Path
1.2.2.2 +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?201101172022.p0HKMDZ9024493>
