Leave a note that the 5300 is a 3x3 NIC.

This commit is contained in:
Adrian Chadd 2013-11-13 09:32:11 +00:00
parent 5ba4de79a7
commit 48777c4c5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258089

View File

@ -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;