Date: Sun, 11 Mar 2007 04:57:09 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 115690 for review Message-ID: <200703110457.l2B4v9F4055588@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115690 Change 115690 by sam@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; } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703110457.l2B4v9F4055588>
