diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-11-30 08:20:26 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-11-30 08:20:26 +0000 |
commit | 31fc641774219a794b4527c900a6eee3ce28cb84 (patch) | |
tree | 2d98f99a58ccfb8794ebc34360f27114b3d27fd2 /sys/dev/ic/malo.c | |
parent | a4d460a0735582c2172d49e423ae4d2ed980a365 (diff) |
Yay, forgot to add IEEE80211_C_SHPREAMBLE and IEEE80211_C_SHSLOT
capapility.
Spotted by damien@
Diffstat (limited to 'sys/dev/ic/malo.c')
-rw-r--r-- | sys/dev/ic/malo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/malo.c b/sys/dev/ic/malo.c index baef584e38b..10782915ae8 100644 --- a/sys/dev/ic/malo.c +++ b/sys/dev/ic/malo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: malo.c,v 1.45 2006/11/29 21:39:46 mglocker Exp $ */ +/* $OpenBSD: malo.c,v 1.46 2006/11/30 08:20:25 mglocker Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -394,6 +394,8 @@ malo_attach(struct malo_softc *sc) ic->ic_caps = IEEE80211_C_IBSS | IEEE80211_C_MONITOR | + IEEE80211_C_SHPREAMBLE | + IEEE80211_C_SHSLOT | IEEE80211_C_WEP; ic->ic_opmode = IEEE80211_M_STA; ic->ic_state = IEEE80211_S_INIT; |