Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb atu on OQO model 01 is confirmed to be working u...



details:   https://anonhg.NetBSD.org/src/rev/7632feea8986
branches:  trunk
changeset: 574525:7632feea8986
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Mar 03 09:23:24 2005 +0000

description:
atu on OQO model 01 is confirmed to be working under basestation/no-WEP.
(WEP is not supported yet, it is an different issue)

diffstat:

 sys/dev/usb/if_atu.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b46a87abde47 -r 7632feea8986 sys/dev/usb/if_atu.c
--- a/sys/dev/usb/if_atu.c      Thu Mar 03 08:10:35 2005 +0000
+++ b/sys/dev/usb/if_atu.c      Thu Mar 03 09:23:24 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_atu.c,v 1.9 2005/03/03 08:10:35 itojun Exp $ */
+/*     $NetBSD: if_atu.c,v 1.10 2005/03/03 09:23:24 itojun Exp $ */
 /*     $OpenBSD: if_atu.c,v 1.48 2004/12/30 01:53:21 dlg Exp $ */
 /*
  * Copyright (c) 2003, 2004
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.9 2005/03/03 08:10:35 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.10 2005/03/03 09:23:24 itojun Exp $");
 
 #include "bpfilter.h"
 
@@ -141,10 +141,8 @@
          RadioRFMD2958_SMC,    ATU_QUIRK_NO_REMAP | ATU_QUIRK_FW_DELAY },
        { USB_VENDOR_ACERP,     USB_PRODUCT_ACERP_AWL300,
          RadioIntersil,        ATU_NO_QUIRK },
-#if 0
        { USB_VENDOR_OQO,       USB_PRODUCT_OQO_WIFI01,
          RadioRFMD2958_SMC,    ATU_QUIRK_NO_REMAP | ATU_QUIRK_FW_DELAY },
-#endif
 };
 
 struct atu_radfirm {



Home | Main Index | Thread Index | Old Index