svn commit: r206970 - in stable/8/sys/dev: bwn siba
Weongyo Jeong
weongyo at FreeBSD.org
Wed Apr 21 00:23:24 UTC 2010
Author: weongyo
Date: Wed Apr 21 00:23:23 2010
New Revision: 206970
URL: http://svn.freebsd.org/changeset/base/206970
Log:
MFC r205141:
enables S/W beacon miss handler.
Reported by: imp
Modified:
stable/8/sys/dev/bwn/if_bwn.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/dev/uath/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/siba/siba_cc.c (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/geom/sched/ (props changed)
Modified: stable/8/sys/dev/bwn/if_bwn.c
==============================================================================
--- stable/8/sys/dev/bwn/if_bwn.c Wed Apr 21 00:22:16 2010 (r206969)
+++ stable/8/sys/dev/bwn/if_bwn.c Wed Apr 21 00:23:23 2010 (r206970)
@@ -1076,6 +1076,8 @@ bwn_attach_post(struct bwn_softc *sc)
| IEEE80211_C_TXPMGT /* capable of txpow mgt */
;
+ ic->ic_flags_ext |= IEEE80211_FEXT_SWBMISS; /* s/w bmiss */
+
/* call MI attach routine. */
ieee80211_ifattach(ic,
bwn_is_valid_ether_addr(siba_sprom_get_mac_80211a(sc->sc_dev)) ?
More information about the svn-src-stable-8
mailing list