From bd66cda773e3ae6e078aa8f1fb08615cb87fb506 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 5 Oct 2011 10:29:45 -0500 Subject: [PATCH] wifi: add message when WEXT is used --- src/wifi-utils-wext.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wifi-utils-wext.c b/src/wifi-utils-wext.c index 9bbd7153c0..c570f848c6 100644 --- a/src/wifi-utils-wext.c +++ b/src/wifi-utils-wext.c @@ -624,6 +624,10 @@ wifi_wext_init (const char *iface, int ifindex, gboolean check_scan) wext->parent.caps = wext_get_caps (wext, &range); + nm_log_info (LOGD_HW | LOGD_WIFI, + "(%s): using WEXT for WiFi device control", + wext->parent.iface); + return (WifiData *) wext; error: