From f64f118e3b0372e0f0c159e88aecda2df7e916e0 Mon Sep 17 00:00:00 2001 From: B3n30 Date: Thu, 5 Apr 2018 14:57:35 +0200 Subject: [PATCH] fix Subvs suggestions --- src/core/hle/service/nwm/nwm_uds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/nwm/nwm_uds.cpp b/src/core/hle/service/nwm/nwm_uds.cpp index 8c5c039b5..be49ee8b4 100644 --- a/src/core/hle/service/nwm/nwm_uds.cpp +++ b/src/core/hle/service/nwm/nwm_uds.cpp @@ -240,7 +240,7 @@ static void HandleEAPoLPacket(const Network::WifiPacket& packet) { network_info.max_nodes, network_info.total_nodes); // TODO(Subv): Encrypt the packet. - //TODO(B3N30): send the eapol packet just to the new client and implement a proper + // TODO(B3N30): send the eapol packet just to the new client and implement a proper // broadcast packet for all other clients // On a 3ds the eapol packet is only sent to packet.transmitter_address // while a packet containing the node information is broadcasted