Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Attach DWA-111.
details: https://anonhg.NetBSD.org/src/rev/997a6224bebf
branches: trunk
changeset: 747715:997a6224bebf
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Sep 28 10:22:07 2009 +0000
description:
Attach DWA-111.
XXX: Adapter seems to be generally functional, but at least on -nb5
WPA didn't work very well (managed to get authenticated and sometimes
an address via dhcp, but that's it). I can't currently test non-wpa
networks, so don't know if it's an issue only with wpa or with the
connectivity in general.
diffstat:
sys/dev/usb/if_rum.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 8fa8c6e048b9 -r 997a6224bebf sys/dev/usb/if_rum.c
--- a/sys/dev/usb/if_rum.c Mon Sep 28 10:18:04 2009 +0000
+++ b/sys/dev/usb/if_rum.c Mon Sep 28 10:22:07 2009 +0000
@@ -1,5 +1,5 @@
/* $OpenBSD: if_rum.c,v 1.40 2006/09/18 16:20:20 damien Exp $ */
-/* $NetBSD: if_rum.c,v 1.28 2009/09/23 19:07:19 plunky Exp $ */
+/* $NetBSD: if_rum.c,v 1.29 2009/09/28 10:22:07 pooka Exp $ */
/*-
* Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini%free.fr@localhost>
@@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_rum.c,v 1.28 2009/09/23 19:07:19 plunky Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_rum.c,v 1.29 2009/09/28 10:22:07 pooka Exp $");
#include "bpfilter.h"
@@ -107,6 +107,7 @@
{ USB_VENDOR_DICKSMITH, USB_PRODUCT_DICKSMITH_RT2573 },
{ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWLG122C1 },
{ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_WUA1340 },
+ { USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA111 },
{ USB_VENDOR_GIGABYTE, USB_PRODUCT_GIGABYTE_GNWB01GS },
{ USB_VENDOR_GIGABYTE, USB_PRODUCT_GIGABYTE_GNWI05GS },
{ USB_VENDOR_GIGASET, USB_PRODUCT_GIGASET_RT2573 },
Home |
Main Index |
Thread Index |
Old Index