fuck every aspect of this

This commit is contained in:
Arisotura
2023-11-05 15:38:22 +01:00
parent 11c22f077d
commit 0aff9471c5
3 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ class Wifi;
class WifiAP
{
public:
WifiAP(Wifi* wifi);
WifiAP(Wifi* client);
~WifiAP();
void Reset();
@ -40,7 +40,7 @@ public:
int RecvPacket(u8* data);
private:
class Wifi* Wifi;
Wifi* Client;
u64 USCounter;