svn commit: r258089 - head/sys/dev/iwn

Adrian Chadd adrian at FreeBSD.org
Wed Nov 13 09:32:11 UTC 2013


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;


More information about the svn-src-all mailing list