PERFORCE change 87344 for review

Sam Leffler sam at FreeBSD.org
Mon Nov 28 06:51:27 GMT 2005


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

Change 87344 by sam at 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;


More information about the p4-projects mailing list