mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +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)
|
if (!cmd)
|
||||||
return;
|
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))
|
if (!l_genl_attr_init(&attr, msg))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user