diff options
| author | Weongyo Jeong <weongyo@FreeBSD.org> | 2010-03-14 02:13:11 +0000 |
|---|---|---|
| committer | Weongyo Jeong <weongyo@FreeBSD.org> | 2010-03-14 02:13:11 +0000 |
| commit | 2fe9b8d45433fd9aac89bc3297e5b66a2ad6655a (patch) | |
| tree | b6076e13ee76ca5a6e0fafbaa8fce5f4f1dd0a77 /sys/dev/bwn | |
| parent | 7e62e45f53ddccc4ba90d9a53d064b3d3e4ba89b (diff) | |
Notes
Diffstat (limited to 'sys/dev/bwn')
| -rw-r--r-- | sys/dev/bwn/if_bwn.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c index 973ba85ba41b..a48548b47681 100644 --- a/sys/dev/bwn/if_bwn.c +++ b/sys/dev/bwn/if_bwn.c @@ -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)) ? |
