summaryrefslogtreecommitdiffstats
path: root/sys/dev/wl/if_wl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/wl/if_wl.c')
-rw-r--r--sys/dev/wl/if_wl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c
index 08d0fc8..647e20e 100644
--- a/sys/dev/wl/if_wl.c
+++ b/sys/dev/wl/if_wl.c
@@ -564,6 +564,8 @@ wlattach(device_t device)
if (bootverbose)
wldump(sc);
+ device_printf(device,
+ "WARNING: This driver is deprecated and will be removed.\n");
return (0);
}
OpenPOWER on IntegriCloud