Skip to content

Commit

Permalink
Merge pull request #4851 from leoetlino/fix-wifi-scanning
Browse files Browse the repository at this point in the history
IOS: Fix Wi-Fi scanning in system menu
  • Loading branch information
Parlane committed Feb 8, 2017
2 parents 6ffa049 + e7b6b87 commit a027aad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/IOS/Network/Net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ IPCCommandResult NetNCDManage::IOCtlV(const IOCtlVRequest& request)
INFO_LOG(IOS_NET, "NET_NCD_MANAGE: IOCTLV_NCD_READCONFIG");
config.ReadConfig();
config.WriteToMem(request.io_vectors.at(0).address);
common_vector = 1;
break;

case IOCTLV_NCD_WRITECONFIG:
Expand Down

0 comments on commit a027aad

Please sign in to comment.