summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Hessler <phessler@cvs.openbsd.org>2015-02-09 00:26:28 +0000
committerPeter Hessler <phessler@cvs.openbsd.org>2015-02-09 00:26:28 +0000
commit856872d7a1423a9d1a84edee93be6041b453a3fe (patch)
treed5f5f2cf2b037550459dc9042a90c02272819838 /sys
parent661a23091f5137cba73bcb2edd74f9ccefb9f783 (diff)
after many days of coding, enable WEP
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_iwm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_iwm.c b/sys/dev/pci/if_iwm.c
index 254caeeab9a..632eb75d6ee 100644
--- a/sys/dev/pci/if_iwm.c
+++ b/sys/dev/pci/if_iwm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwm.c,v 1.7 2015/02/08 23:30:21 stsp Exp $ */
+/* $OpenBSD: if_iwm.c,v 1.8 2015/02/09 00:26:27 phessler Exp $ */
/*
* Copyright (c) 2014 genua mbh <info@genua.de>
@@ -6521,6 +6521,7 @@ iwm_attach(struct device *parent, struct device *self, void *aux)
/* Set device capabilities. */
ic->ic_caps =
+ IEEE80211_C_WEP | /* WEP */
IEEE80211_C_RSN | /* WPA/RSN */
IEEE80211_C_SCANALL | /* device scans all channels at once */
IEEE80211_C_SHSLOT | /* short slot time supported */