3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

netdev: Add a TODO about Rekey Offload errors

This commit is contained in:
Denis Kenzior 2018-10-20 10:36:42 -05:00
parent 658362a349
commit 8501b2edb1

View File

@ -1389,6 +1389,11 @@ static void hardware_rekey_cb(struct l_genl_msg *msg, void *data)
l_error("hardware_rekey not supported");
netdev->rekey_offload_support = false;
}
/*
* TODO: Ignore all other errors for now, until WoWLAN is
* supported properly
*/
}
}