Date: Wed, 28 Jan 2009 19:15:52 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/ifconfig ifieee80211.c Message-ID: <200901281916.n0SJGA8R094270@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-01-28 19:15:52 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: SVN rev 187841 on 2009-01-28 19:15:52Z by sam Fix 1/2 and 1/4 width channel handling: o only include 1/2 and 1/4 width channels when they are specified in the regulatory database description; previously we treated them as if they were part of the band and blindly added them for 11a/g o check the channel list returned in the devcaps to identify whether a device supports 1/2 or 1/4 width channels on a band; this might be better brought out as a capability bit to avoid filling the channel list w/ 1/2 and 1/4 width channels but then cards that only support these channels in a range of frequencies could not be described (though right now we don't check frequency range only band) Revision Changes Path 1.69 +38 -30 src/sbin/ifconfig/ifieee80211.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901281916.n0SJGA8R094270>