Date: Mon, 28 Nov 2005 06:51:25 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 87344 for review Message-ID: <200511280651.jAS6pP57055110@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87344 Change 87344 by sam@sam_ebb on 2005/11/28 06:50:36 request s/w beacon miss handling since the h/w doesn't do it Affected files ... .. //depot/projects/wifi/sys/dev/ral/if_ral.c#16 edit Differences ... ==== //depot/projects/wifi/sys/dev/ral/if_ral.c#16 (text+ko) ==== @@ -483,6 +483,8 @@ ic->ic_scan_start = ral_scan_start; ic->ic_scan_end = ral_scan_end; ic->ic_set_channel = ral_set_channel; + /* enable s/w bmiss handling in sta mode */ + ic->ic_flags_ext |= IEEE80211_FEXT_SWBMISS; /* override state transition machine */ sc->sc_newstate = ic->ic_newstate;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511280651.jAS6pP57055110>