OQO wifi interface needs quirks

(not confirmed if it works or not, so commented out)
This commit is contained in:
itojun 2005-03-03 08:10:35 +00:00
parent 4bb7e85761
commit 8a4d93018c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_atu.c,v 1.8 2005/03/02 11:35:07 itojun Exp $ */
/* $NetBSD: if_atu.c,v 1.9 2005/03/03 08:10:35 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.8 2005/03/02 11:35:07 itojun Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.9 2005/03/03 08:10:35 itojun Exp $");
#include "bpfilter.h"
@ -143,7 +143,7 @@ struct atu_type atu_devs[] = {
RadioIntersil, ATU_NO_QUIRK },
#if 0
{ USB_VENDOR_OQO, USB_PRODUCT_OQO_WIFI01,
RadioRFMD2958, ATU_NO_QUIRK },
RadioRFMD2958_SMC, ATU_QUIRK_NO_REMAP | ATU_QUIRK_FW_DELAY },
#endif
};