Date: Wed, 13 Nov 2013 09:32:11 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258089 - head/sys/dev/iwn Message-ID: <201311130932.rAD9WBsU060826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Wed Nov 13 09:32:11 2013 New Revision: 258089 URL: http://svnweb.freebsd.org/changeset/base/258089 Log: Leave a note that the 5300 is a 3x3 NIC. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ============================================================================== --- head/sys/dev/iwn/if_iwn.c Wed Nov 13 08:55:09 2013 (r258088) +++ head/sys/dev/iwn/if_iwn.c Wed Nov 13 09:32:11 2013 (r258089) @@ -607,6 +607,10 @@ iwn_attach(device_t dev) * This is a total hack to work around that until some * per-device method is implemented to return the * actual stream support. + * + * XXX Note: the 5350 is a 3x3 device; so we shouldn't + * cap this! But, anything that touches rates in the + * driver needs to be audited first before 3x3 is enabled. */ if (ic->ic_rxstream > 2) ic->ic_rxstream = 2;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311130932.rAD9WBsU060826>