PERFORCE change 122747 for review

Andrew Thompson thompsa at FreeBSD.org
Mon Jul 2 21:53:07 UTC 2007


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

Change 122747 by thompsa at 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;
 	}


More information about the p4-projects mailing list