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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to