From 82ba930bc910d1ceff064a1e87656e6e1e1ff8ec Mon Sep 17 00:00:00 2001 From: Andrew Beltrano Date: Sat, 30 Dec 2023 10:31:59 -0700 Subject: [PATCH] Update comment. --- .../apmanager/AccessPointDiscoveryAgentOperationsNetlink.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";