3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-18 10:19:24 +01:00

netdev: Fix typo

This commit is contained in:
Denis Kenzior 2018-11-19 11:53:30 -06:00
parent 576c6dc9f3
commit adb14dfca5

View File

@ -2355,7 +2355,7 @@ static void netdev_associate_event(struct l_genl_msg *msg,
while (l_genl_attr_next(&attr, &type, &len, &data)) { while (l_genl_attr_next(&attr, &type, &len, &data)) {
switch (type) { switch (type) {
case NL80211_ATTR_TIMED_OUT: case NL80211_ATTR_TIMED_OUT:
l_warn("authentication timed out"); l_warn("association timed out");
goto assoc_failed; goto assoc_failed;
case NL80211_ATTR_FRAME: case NL80211_ATTR_FRAME: