mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 06:40:18 +01:00
wifi: add message when WEXT is used
This commit is contained in:
parent
ba8527ca58
commit
bd66cda773
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue