PERFORCE change 140904 for review

Sam Leffler sam at FreeBSD.org
Tue Apr 29 22:28:56 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=140904

Change 140904 by sam at 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);
 


More information about the p4-projects mailing list