mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix bug to work with PIE SDK version PHWFW07641_22.230.0.8PDK-20230707T202651Z-001
PiperOrigin-RevId: 567438343
This commit is contained in:
@@ -185,6 +185,8 @@ uint8_t WifiIntel::GetGOChannel() {
|
||||
NEARBY_LOGS(VERBOSE)
|
||||
<< "Load WifiPanQueryPreferredChannelSetting API completed successfully";
|
||||
|
||||
intelWifiHeader.dwSize =
|
||||
sizeof(MurocDefs::INTEL_GO_OPERATION_CHANNEL_SETTING);
|
||||
murocApiRetVal = WifiPanQueryPreferredChannelSettingFunc(
|
||||
wifi_adapter_handle_, &intelWifiHeader, (void*)&intelGOChan);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user