diff --git a/rpcs3/Emu/SysCalls/Modules/cellNetCtl.h b/rpcs3/Emu/SysCalls/Modules/cellNetCtl.h index 6b3c5c7291..6a2786eb73 100644 --- a/rpcs3/Emu/SysCalls/Modules/cellNetCtl.h +++ b/rpcs3/Emu/SysCalls/Modules/cellNetCtl.h @@ -210,12 +210,12 @@ struct CellNetCtlSSID struct CellNetCtlInfo { be_t device; - struct CellNetCtlEtherAddr ether_addr; + CellNetCtlEtherAddr ether_addr; be_t mtu; be_t link; be_t link_type; - struct CellNetCtlEtherAddr bssid; - struct CellNetCtlSSID ssid; + CellNetCtlEtherAddr bssid; + CellNetCtlSSID ssid; be_t wlan_security; be_t auth_8021x_type; s8 auth_8021x_auth_name[128]; @@ -254,5 +254,5 @@ struct CellNetCtlNatInfo be_t upnp_status; be_t stun_status; be_t nat_type; - struct in_addr mapped_addr; + be_t mapped_addr; }; \ No newline at end of file