diff --git a/src/linux/wifi/apmanager/AccessPointDiscoveryAgentOperationsNetlink.cxx b/src/linux/wifi/apmanager/AccessPointDiscoveryAgentOperationsNetlink.cxx index 77cae59b..f317b2d2 100644 --- a/src/linux/wifi/apmanager/AccessPointDiscoveryAgentOperationsNetlink.cxx +++ b/src/linux/wifi/apmanager/AccessPointDiscoveryAgentOperationsNetlink.cxx @@ -74,7 +74,7 @@ AccessPointDiscoveryAgentOperationsNetlink::Start(AccessPointPresenceEventCallba // TODO: This function needs to signal errors either through its return type, or an exception. - // moved to a separate function and done only once per instance. + // Open a new netlink socket to the nl80211 genl family. auto netlinkSocket{ NetlinkSocket::Allocate() }; if (netlinkSocket == nullptr) { LOG_ERROR << "Failed to allocate new netlink socket for nl control";