aboutsummaryrefslogtreecommitdiff
path: root/src/WifiAP.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2023-11-05 15:38:22 +0100
committerArisotura <thetotalworm@gmail.com>2023-11-05 15:38:22 +0100
commit0aff9471c5a0f9f437e76cd9a7dd42312fc7968f (patch)
tree5407007bcd5342e2d899bb3fff9dcbf9b1d167e6 /src/WifiAP.h
parent11c22f077d4ca79a53f0e1769e587fff1c2daf27 (diff)
fuck every aspect of this
Diffstat (limited to 'src/WifiAP.h')
-rw-r--r--src/WifiAP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WifiAP.h b/src/WifiAP.h
index 717e1c6..34f71e7 100644
--- a/src/WifiAP.h
+++ b/src/WifiAP.h
@@ -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;