Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2008 22:28:55 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 140904 for review
Message-ID:  <200804292228.m3TMStFW058249@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=140904

Change 140904 by sam@sam_ebb on 2008/04/29 22:28:14

	re-enable HT support; work will happen in the branch

Affected files ...

.. //depot/projects/vap/sys/dev/iwn/if_iwn.c#14 edit

Differences ...

==== //depot/projects/vap/sys/dev/iwn/if_iwn.c#14 (text+kox) ====

@@ -390,7 +390,7 @@
 #endif
 		| IEEE80211_C_WME		/* WME */
 		;
-#if 0
+
 	/* XXX disable until HT channel setup works */
 	ic->ic_htcaps =
 		  IEEE80211_HTCAP_SMPS_ENA	/* SM PS mode enabled */
@@ -404,7 +404,7 @@
 		| IEEE80211_HTC_AMPDU		/* tx A-MPDU */
 		| IEEE80211_HTC_AMSDU		/* tx A-MSDU */
 		;
-#endif
+
 	/* read supported channels and MAC address from EEPROM */
 	iwn_read_eeprom(sc);
 



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