wifi: add message when WEXT is used

This commit is contained in:
Dan Williams 2011-10-05 10:29:45 -05:00
parent ba8527ca58
commit bd66cda773

View file

@ -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: