Re: svn commit: r260448 - head/sys/dev/iwn

2014-01-08 Thread Adrian Chadd
Hi, So the RX diversity option here simply sets the number of RX streams to one, regardless of the hardware antenna configuration. We should ensure the driver is doing this for these NICs or it may end up making some stupid rate announcement and the peer may think it can send two-stream rates.

Re: svn commit: r260448 - head/sys/dev/iwn

2014-01-08 Thread Gavin Atkinson
On Wed, 8 Jan 2014, Gavin Atkinson wrote: > Author: gavin > Date: Wed Jan 8 13:59:33 2014 > New Revision: 260448 > URL: http://svnweb.freebsd.org/changeset/base/260448 > > Log: > Add support for the Intel Centrino Wireless-N 135 chipset. > > MFC after: 2 weeks Apologies. Reviewed by: a

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

2014-01-08 Thread Gavin Atkinson
Author: gavin Date: Wed Jan 8 13:59:33 2014 New Revision: 260448 URL: http://svnweb.freebsd.org/changeset/base/260448 Log: Add support for the Intel Centrino Wireless-N 135 chipset. MFC after:2 weeks Modified: head/sys/dev/iwn/if_iwn.c head/sys/dev/iwn/if_iwn_devid.h Modified: he