diff options
Diffstat (limited to 'sys')
-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 */ |