diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-04-17 21:09:37 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-04-17 21:09:37 +0000 |
commit | 08d30596fb69a28f14ea22921214dd79a60eb0ba (patch) | |
tree | 5b486adb046008e89568951e0dbbe877aee1f7e7 /sys/dev/usb | |
parent | 60507fc96e456912e170f2d314dd70f884b5aeb8 (diff) |
Add missing monitor mode capabilities flag.
ok damien@
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_uath.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index 5b8696fcf67..d696cd20e3e 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.32 2008/01/21 12:57:31 jsg Exp $ */ +/* $OpenBSD: if_uath.c,v 1.33 2008/04/17 21:09:36 brad Exp $ */ /*- * Copyright (c) 2006 @@ -369,6 +369,7 @@ uath_attach(struct device *parent, struct device *self, void *aux) /* set device capabilities */ ic->ic_caps = + IEEE80211_C_MONITOR | /* monitor mode supported */ IEEE80211_C_TXPMGT | /* tx power management */ IEEE80211_C_SHPREAMBLE | /* short preamble supported */ IEEE80211_C_SHSLOT | /* short slot time supported */ |