PERFORCE change 115690 for review

Sam Leffler sam at FreeBSD.org
Sun Mar 11 04:57:11 UTC 2007


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

Change 115690 by sam at sam_ebb on 2007/03/11 04:56:13

	use non-standard psb mapping to be compatible with cvs

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211.c#42 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211.c#42 (text+ko) ====

@@ -303,7 +303,7 @@
 static __inline int
 mappsb(u_int freq, u_int flags)
 {
-	return ((freq * 10) + (((freq % 5) == 2) ? 5 : 0) - 49400) / 5;
+	return 37 + ((freq * 10) + (((freq % 5) == 2) ? 5 : 0) - 49400) / 5;
 }
 
 /*


More information about the p4-projects mailing list