mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-18 01:59:31 +01:00
netdev: Fix typo
This commit is contained in:
parent
576c6dc9f3
commit
adb14dfca5
@ -2355,7 +2355,7 @@ static void netdev_associate_event(struct l_genl_msg *msg,
|
||||
while (l_genl_attr_next(&attr, &type, &len, &data)) {
|
||||
switch (type) {
|
||||
case NL80211_ATTR_TIMED_OUT:
|
||||
l_warn("authentication timed out");
|
||||
l_warn("association timed out");
|
||||
goto assoc_failed;
|
||||
|
||||
case NL80211_ATTR_FRAME:
|
||||
|
Loading…
Reference in New Issue
Block a user