diff --git a/src/netdev.c b/src/netdev.c index 2f11fb24..35167aec 100644 --- a/src/netdev.c +++ b/src/netdev.c @@ -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 + */ } }