diff options
Diffstat (limited to 'sys/dev/wi/if_wi.c')
-rw-r--r-- | sys/dev/wi/if_wi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 29a6fac..c3822fe 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -554,8 +554,8 @@ wi_generic_attach(device_t dev) if (bootverbose) { device_printf(sc->dev, - __FUNCTION__ ":wi_has_wep = %d\n", - sc->wi_has_wep); + "%s:wi_has_wep = %d\n", + __func__, sc->wi_has_wep); } bzero((char *)&sc->wi_stats, sizeof(sc->wi_stats)); |