mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 11:52:34 +01:00
wiphy: Print wiphy id
This commit is contained in:
parent
ed18ab4fc0
commit
1500756144
@ -70,7 +70,7 @@ static void wiphy_free(void *data)
|
||||
{
|
||||
struct wiphy *wiphy = data;
|
||||
|
||||
l_debug("Freeing wiphy %s", wiphy->name);
|
||||
l_debug("Freeing wiphy %s[%u]", wiphy->name, wiphy->id);
|
||||
|
||||
scan_freq_set_free(wiphy->supported_freqs);
|
||||
l_free(wiphy);
|
||||
|
Loading…
Reference in New Issue
Block a user