mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
enables S/W beacon miss handler.
Reported by: imp
This commit is contained in:
parent
7e62e45f53
commit
2fe9b8d454
1 changed files with 2 additions and 0 deletions
|
|
@ -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)) ?
|
||||
|
|
|
|||
Loading…
Reference in a new issue