Fix fallout from revision 1.46, and call ether_ioctl() in the default path.
Patch from John D. Baker in PR port-sparc/46572.
This commit is contained in:
parent
de489d0684
commit
f81d0349d6
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: qe.c,v 1.60 2012/02/02 19:43:06 tls Exp $ */
|
/* $NetBSD: qe.c,v 1.61 2012/06/22 11:03:57 jdc Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||||
@ -66,7 +66,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: qe.c,v 1.60 2012/02/02 19:43:06 tls Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: qe.c,v 1.61 2012/06/22 11:03:57 jdc Exp $");
|
||||||
|
|
||||||
#define QEDEBUG
|
#define QEDEBUG
|
||||||
|
|
||||||
@ -956,7 +956,7 @@ qeioctl(struct ifnet *ifp, u_long cmd, void *data)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
error = EINVAL;
|
error = ether_ioctl(ifp, cmd, data);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user