PERFORCE change 65762 for review
    Sam Leffler 
    sam at FreeBSD.org
       
    Wed Nov 24 04:42:34 GMT 2004
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=65762
Change 65762 by sam at sam_ebb on 2004/11/24 04:41:39
	missing turboG entry
Affected files ...
.. //depot/projects/wifi/sys/net80211/ieee80211.c#12 edit
Differences ...
==== //depot/projects/wifi/sys/net80211/ieee80211.c#12 (text+ko) ====
@@ -311,6 +311,7 @@
 			IFM_IEEE80211_11G,
 			IFM_IEEE80211_FH,
 			IFM_IEEE80211_11A | IFM_IEEE80211_TURBO,
+			IFM_IEEE80211_11G | IFM_IEEE80211_TURBO,
 		};
 		if ((ic->ic_modecaps & (1<<mode)) == 0)
 			continue;
    
    
More information about the p4-projects
mailing list