Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 13:52:11 -0700
From:      Sean Bruno <sean_bruno@yahoo.com>
To:        freebsd-wireless@freebsd.org
Subject:   iwn(4) on my $DAYJOB 802.11n network
Message-ID:  <1379451131.46712.11.camel@localhost>

next in thread | raw e-mail | index | archive | help

--=-T9P4Xw55Rng0MXmsZXdC
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Looks like something that my workplace is doing on their 802.11n network
is not compatible with iwn(4)'s N support.  I disabled it alltogether on
my Lenovo T520 6205 via:

Index: if_iwn.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- if_iwn.c	(revision 255602)
+++ if_iwn.c	(working copy)
@@ -1736,8 +1736,10 @@
 	iwn_read_prom_data(sc, IWN_EEPROM_SKU_CAP, &val, 2);
 	DPRINTF(sc, IWN_DEBUG_RESET, "SKU capabilities=3D0x%04x\n", le16toh(val))=
;
 	/* Check if HT support is bonded out. */
+#if 0
 	if (val & htole16(IWN_EEPROM_SKU_CAP_11N))
 		sc->sc_flags |=3D IWN_FLAG_HAS_11N;
+#endif
=20
 	iwn_read_prom_data(sc, IWN_EEPROM_RFCFG, &val, 2);
 	sc->rfcfg =3D le16toh(val);


--=-T9P4Xw55Rng0MXmsZXdC
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (FreeBSD)

iQEcBAABAgAGBQJSOMD7AAoJEBkJRdwI6BaHRTQIAIbFseL0peglLMaRC0r3UqL5
U+WBvUoc89Dx+w1NTSg/VlbkaChnjxe/Uvp3pB7Jc4RtaHAhcK66LOCfXtIBCJfz
AMrvuAiJlYh+OR50i4XhphxOrmxKVk9kPHJwCdwx8+axegKWJJ5glqemqTFo3VVu
61JZ9bREK7tMwaPcaeCpvSbkLFYy1tFRGHP0yl0/QHWF2WWXyLaYBH0uriZ6v8DW
RnqCMHIvJGmxTpQtBMGv341wahuKIrBGPuh8i37Z+XNN21V4rujoE0ohDGbo02Ow
pynSMCSRyaL3YibwfaJdcNEDdIvohfH3hpAtVxicS/5EEw9iM3gZzkUsgiO1xO8=
=fQWH
-----END PGP SIGNATURE-----

--=-T9P4Xw55Rng0MXmsZXdC--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1379451131.46712.11.camel>