3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 11:28:38 +02:00

wiphy: Print wiphy id

This commit is contained in:
Denis Kenzior 2016-06-24 23:31:02 -05:00
parent ed18ab4fc0
commit 1500756144

View File

@ -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);