Date: Mon, 2 Jul 2007 21:53:06 GMT From: Andrew Thompson <thompsa@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 122747 for review Message-ID: <200707022153.l62Lr6Rh020121@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122747 Change 122747 by thompsa@thompsa_heff on 2007/07/02 21:52:12 IEEE80211_MODE_AUTO is not the right flag for ieee80211_find_channel. Affected files ... .. //depot/projects/wifi/sys/dev/ipw/if_ipw.c#18 edit Differences ... ==== //depot/projects/wifi/sys/dev/ipw/if_ipw.c#18 (text+ko) ==== @@ -992,7 +992,7 @@ #endif ic->ic_bsschan = ieee80211_find_channel(ic, ieee80211_ieee2mhz(frm[2], 0), - IEEE80211_MODE_AUTO); + IEEE80211_CHAN_B); frm += frm[1] + 2; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707022153.l62Lr6Rh020121>