mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
netdev: Pretty print the unicast notification type
This commit is contained in:
parent
bfde5d4d09
commit
c678ba16b8
@ -5210,7 +5210,7 @@ static void netdev_unicast_notify(struct l_genl_msg *msg, void *user_data)
|
||||
if (!cmd)
|
||||
return;
|
||||
|
||||
l_debug("Unicast notification %u", cmd);
|
||||
l_debug("Unicast notification %s(%u)", nl80211cmd_to_string(cmd), cmd);
|
||||
|
||||
if (!l_genl_attr_init(&attr, msg))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user