Reflect change of PMF_FN_ARGS.
This commit is contained in:
parent
749de7f2a4
commit
3a86ada98a
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_iwn.c,v 1.6 2008/03/11 20:55:32 dyoung Exp $ */
|
||||
/* $NetBSD: if_iwn.c,v 1.7 2008/03/13 16:29:48 taca Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2007
|
||||
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_iwn.c,v 1.6 2008/03/11 20:55:32 dyoung Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_iwn.c,v 1.7 2008/03/13 16:29:48 taca Exp $");
|
||||
|
||||
|
||||
/*
|
||||
@ -181,7 +181,7 @@ static void iwn_hw_config(struct iwn_softc *);
|
||||
static int iwn_init(struct ifnet *);
|
||||
static void iwn_stop(struct ifnet *, int);
|
||||
static void iwn_fix_channel(struct ieee80211com *, struct mbuf *);
|
||||
static bool iwn_resume(device_t dv);
|
||||
static bool iwn_resume(device_t PMF_FN_PROTO);
|
||||
|
||||
|
||||
|
||||
@ -3813,7 +3813,7 @@ iwn_stop(struct ifnet *ifp, int disable)
|
||||
}
|
||||
|
||||
static bool
|
||||
iwn_resume(device_t dv)
|
||||
iwn_resume(device_t dv PMF_FN_ARGS)
|
||||
{
|
||||
struct iwn_softc *sc = device_private(dv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user