mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
netdev: Print if SA Query is in progress
This commit is contained in:
parent
bec0cabde4
commit
659a63ae20
@ -5114,8 +5114,10 @@ static void netdev_unprot_disconnect_event(struct l_genl_msg *msg,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
/* ignore excessive disassociate requests */
|
/* ignore excessive disassociate requests */
|
||||||
if (netdev->sa_query_timeout)
|
if (netdev->sa_query_timeout) {
|
||||||
|
l_debug("SA Query already in progress, ignoring");
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (!l_genl_attr_init(&attr, msg))
|
if (!l_genl_attr_init(&attr, msg))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user