mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fixed error of pull request #719
This commit is contained in:
parent
fc122630d4
commit
35b00bf8bc
1 changed files with 4 additions and 4 deletions
|
@ -210,12 +210,12 @@ struct CellNetCtlSSID
|
|||
struct CellNetCtlInfo
|
||||
{
|
||||
be_t<u32> device;
|
||||
struct CellNetCtlEtherAddr ether_addr;
|
||||
CellNetCtlEtherAddr ether_addr;
|
||||
be_t<u32> mtu;
|
||||
be_t<u32> link;
|
||||
be_t<u32> link_type;
|
||||
struct CellNetCtlEtherAddr bssid;
|
||||
struct CellNetCtlSSID ssid;
|
||||
CellNetCtlEtherAddr bssid;
|
||||
CellNetCtlSSID ssid;
|
||||
be_t<u32> wlan_security;
|
||||
be_t<u32> auth_8021x_type;
|
||||
s8 auth_8021x_auth_name[128];
|
||||
|
@ -254,5 +254,5 @@ struct CellNetCtlNatInfo
|
|||
be_t<s32> upnp_status;
|
||||
be_t<s32> stun_status;
|
||||
be_t<s32> nat_type;
|
||||
struct in_addr mapped_addr;
|
||||
be_t<u32> mapped_addr;
|
||||
};
|
Loading…
Add table
Reference in a new issue