svn commit: r205141 - head/sys/dev/bwn

Weongyo Jeong weongyo at FreeBSD.org
Sun Mar 14 02:13:11 UTC 2010


Author: weongyo
Date: Sun Mar 14 02:13:11 2010
New Revision: 205141
URL: http://svn.freebsd.org/changeset/base/205141

Log:
  enables S/W beacon miss handler.
  
  Reported by:	imp

Modified:
  head/sys/dev/bwn/if_bwn.c

Modified: head/sys/dev/bwn/if_bwn.c
==============================================================================
--- head/sys/dev/bwn/if_bwn.c	Sun Mar 14 01:57:32 2010	(r205140)
+++ head/sys/dev/bwn/if_bwn.c	Sun Mar 14 02:13:11 2010	(r205141)
@@ -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-head mailing list